- Oct 23, 2023
-
-
Jenkins authored
Change-Id: Ie3eca3d7ed91d59812f458f5c3a71292a2aa04e0
-
- Oct 21, 2023
-
-
Pierre Nicolas authored
When the user selects a different account, the 'account settings' button becomes disabled. It is re-enabled once the account is loaded from the daemon. The bug arose because, in cases where the user selects the same account as the current one, the button is disabled, but the account is not reloaded from the daemon. GitLab: #1396 Change-Id: I48e1adaebe813d004cb72ad4a12c75a762c716b1
-
- Oct 20, 2023
-
-
Adrien Béraud authored
Change-Id: I1416584243f9808c3d8a53e666ffdc125501678d
-
Pierre Nicolas authored
When permission is checked, it cause the fragment to pause. After that, the fragment resumes causing the permission to be checked again. = infinite loop There is different place where this bug is occuring: - QR code to share your username - QR code to share your PIN - Camera for android TV GitLab: #1409 Change-Id: Idf84e9e7b990948fd80ced9437f297050b7ecff0
-
GitLab: #1407 Change-Id: I09821cd806e3c7fd507be124c62a37e7fe463ade
-
- Oct 19, 2023
-
-
Adrien Béraud authored
Change-Id: Iccb6885c218e2a70b1863890f628e742dba09f00
-
Adrien Béraud authored
Change-Id: I48e2be49888eb66e69e858216d000fbca1850396
-
First shot to prevent it to crash. GitLab: #1405 Change-Id: I0e495e2ca34aa3eccf2827862dc0da6d4aa0f849
-
User video feed should be only displayed in preview. GitLab: #1365 Change-Id: Ie3b8ce85e296a488ecc309a96e3fcaf63981b620
-
Pierre Nicolas authored
First shot to prevent it to crash. However conf.call is always null in conference mode so the functionality doesn't work. GitLab: #1405 Change-Id: I73e3593e4a860925e96d0b20c73ba2aeacae7a5c
-
- Oct 17, 2023
-
-
Adrien Béraud authored
Change-Id: I193b5ad5261b984eb164536f64e1459531e3707f
-
Adrien Béraud authored
Change-Id: I1098fe809bf5eb594c2b2d659351aafe364b229a
-
Pierre Nicolas authored
WelcomeView was broken by some design errors. - Update WelcomeJamiViewModel when changing account - Init binding variable even if no need for JamiId - Correctly restore savedInstance if there is one GitLab: #1404 Change-Id: Ib0498c2bd8714591ffdf2be8e817f8b9c472abdd
-
Optimization to not keep fragment in memory when not needed Change-Id: I3c4c9588639525dea228f70d7d2368fb84d4a15b
-
- Oct 16, 2023
-
-
Adrien Béraud authored
Change-Id: I4f3b76f47091fd48aade24c0b152bee8e20995c8
-
Adrien Béraud authored
Change-Id: I4a39016a1c3bba579830387e254f0bc6df50ae94
-
Jenkins authored
Change-Id: I6b57c639f228fc027bd31069616bbf885b6a4a00
-
- Oct 13, 2023
-
-
Correctly catch exception Correct view modification (from video view to file view) GitLab: #1347 Change-Id: I6ebab49c35abe11c7c41dae1d37f8686d8383d3c
-
Pierre Nicolas authored
Inflater was trying to inflate -1 layout. GitLab: #1403 Change-Id: I213559341438ed09a59e3ffdfbd692eaac935ecb
-
- Oct 10, 2023
-
-
Alexander Lussier-Cullen authored
Screenshare was failing to start due to the onStop callback needing to be registered before the createVirtualDisplay call now. It was also failing because getMediaProjection was being called before the related service had the screen share type. Change-Id: I7f0126d9bd89b678ef1e7cb0b86a2bf61d9fb454
-
- Oct 09, 2023
-
-
Jenkins authored
Change-Id: I3b14a4578a8ae97ee4da6de342212cff9bcf00d3
-
- Oct 06, 2023
-
-
Adrien Béraud authored
Change-Id: If50a0d7229cfa6f223f3bb42b0f1a9b322c912e9
-
Adrien Béraud authored
Change-Id: Ie49fbb9cb253fd330f3edc356e737badf2f3307d
-
Adrien Béraud authored
Change-Id: Ia1fdfdff4f868c34a95d973c26ace9a638501cec
-
Regression included in apk383 GitLab: #1393 Change-Id: I094055167d7ee993b0cec3cad8044c9860821545
-
Change-Id: I9e32dedcabef586b57826c7fb3395f5708c8ce79
-
- Oct 05, 2023
-
-
Adrien Béraud authored
Change-Id: I3fc3bffa6ed3ac2f53bc4f35a7b8816d5ab8366d
-
Adrien Béraud authored
Change-Id: I9a1a04a413d01658f202efb89167b591fc1750f1
-
Adrien Béraud authored
Change-Id: I463681033c835cf0900bb8a0e705b2d7dd4f2251
-
Kill of the activity has a side effect causing the impossibility to properly import a backup. Caused in my case by "don't keep activities" developer option but can occurs for cheap devices. GitLab: #1395 Change-Id: I07fb2af3f6380c2edcb292e5c03fb6991bba7397
-
- Oct 02, 2023
-
-
Adrien Béraud authored
Change-Id: I8917a77b50e42889ebd144a70d75d5946215ab4a
-
Adrien Béraud authored
Change-Id: I4b2b81a14941008204ce08b68864d46480f23dc5
-
GitLab: #1389 Change-Id: I593ec94b4166c705843e0b7ad57c720774d827f5
-
Adrien Béraud authored
Change-Id: If6dc553811172a0a76b571e8628f94d4292a3786
-
Adrien Béraud authored
Change-Id: I60f323f381e1cf37b6a3327c939178e142403d23
-
Adrien Béraud authored
Change-Id: Ic97c434ada28e5cc3c342808270c072aeb0bf948
-
Adrien Béraud authored
Change-Id: I3e9a04123c117d2d9fa2899d5687a474689fca2a
-
Adrien Béraud authored
Change-Id: I0664ed5652ee1b68705f0de3ffa8a1fb6950a37d
-
Adrien Béraud authored
Change-Id: I723a18c12e1807ebf52bc72d34f50ff192ad7cdf
-
Jenkins authored
Change-Id: I924afdc9456f87a4e301ef774e0e0c695d45038b
-