- Oct 27, 2023
-
-
Emma Falkiewitz authored
Fix for I055e132382fb8cd2b06b499689b04952da62fafe Change-Id: Id600ee7613527026bf2f8c4ec101beff884d508d
-
Change-Id: Ib21d2b99acb1712cc34d303ab503c5f68cadc65a
-
Adrien Béraud authored
Change-Id: I8fa4eae5b8a46a4e9cf2dd1fe2cceab1782e9530
-
Adrien Béraud authored
Change-Id: Ie35fd805acf6acaf7c5c5ec5606ea69d207b750f
-
Adrien Béraud authored
Change-Id: Id82df8279766794abd02a374cca6de9339f6611f
-
Adrien Béraud authored
Change-Id: I4d5173b92bfd8554b10b4f1216ebd259e0581442
-
Adrien Béraud authored
Change-Id: Ife78af1a1dca4e2c32b8136db3e085d7c5a6f1c9
-
Adrien Béraud authored
Change-Id: I077b86798a2da92360431921534ad6b76284fad4
-
Adrien Béraud authored
Fix a bug where the map would not work after onStop Change-Id: I30e9b8c125b717623ef727ad46b70fc807c30d47
-
Adrien Béraud authored
Change-Id: I24237b11e6bf11e991f9c66688aec3f681b2d69c
-
See screenshots in the Gitlab ticket. GitLab: #1382 Change-Id: Ie9c9aad5513e1e5716b90a12785a7b7bdf4adda0
-
Adrien Béraud authored
Change-Id: I152df4310423daf0896b098de714a2f3e67eccca
-
Adrien Béraud authored
Change-Id: I7e4de9fb44df5d5bcad38e32e00ee759c1af7e0e
-
Adrien Béraud authored
Change-Id: I2691bfb4e0c3b140766957c67e3f695781f882a0
-
- Oct 26, 2023
-
-
Simplify UI for contact event. Screnshots are available in the Gitlab ticket. GitLab: #1382 Change-Id: I055e132382fb8cd2b06b499689b04952da62fafe
-
Emma Falkiewitz authored
GitLab: #1382 Change-Id: Ic4b163dc55fd0a31804a8e74cf00b69c72af4365
-
Solution: check if contact is in pending calls before to show him into the list of contacts to add. GitLab: #1415 Change-Id: Id705de5c94c42d3a4e2c4014156b038041e4a4cd
-
Remove call in progress when attempt fails during another call. GitLab: #1413 Change-Id: I863563032f67ad01163c36c3fe2295ae5e5c1925
-
GitLab: #1392 Change-Id: I91aca50e92ee396d5fed1cc7926b717561de56ae
-
Alexander Lussier-Cullen authored
Some places where camera permissions are retrieved didn't initialize the camera service afterwords. This would cause video to not work on entering a call. This functionality would likely better served to be in a universal base activity/fragment/presenter/viewmodel in the future to avoid this happening again. GitLab: #1386 Change-Id: I2ac0930c629249a1298a85dab53b64ac3720cac8
-
- Oct 24, 2023
-
-
Adrien Béraud authored
Change-Id: I79f3594062abdb04000aaa9890dfcb40d3146d61
-
Adrien Béraud authored
Change-Id: Ifca033ac0fe402023d47f75260491356e82dc23e
-
Adrien Béraud authored
Change-Id: Ic58ffabc6bded2f6fc61cc1f5e3e9ccc3e989515
-
Adrien Béraud authored
Change-Id: Ibdedf6c7dc9c30cb3d7c43c8eb89c38d84d9bd1b
-
Adrien Béraud authored
Change-Id: Ia4bfc0ef3a9cbe4c8f9c0c49c43735b0b2b0b5c6
-
Adrien Béraud authored
Change-Id: I0dbbefe8dbf0e553970f57b65c837a4c8ad33164
-
- 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
-