- Oct 31, 2023
-
-
GitLab: #1429 Change-Id: Iae62b9ee55f76fe432c1e13af159d2d63bcc4001
-
- Oct 30, 2023
-
-
Adrien Béraud authored
Change-Id: Iefff4a47095b0376ccec14d3599d0c5bd7a38e08
-
- Oct 27, 2023
-
-
Adrien Béraud authored
Change-Id: I077b86798a2da92360431921534ad6b76284fad4
-
Adrien Béraud authored
Change-Id: I24237b11e6bf11e991f9c66688aec3f681b2d69c
-
- Oct 26, 2023
-
-
Solution: check if contact is in pending calls before to show him into the list of contacts to add. GitLab: #1415 Change-Id: Id705de5c94c42d3a4e2c4014156b038041e4a4cd
-
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 20, 2023
-
-
GitLab: #1407 Change-Id: I09821cd806e3c7fd507be124c62a37e7fe463ade
-
- Oct 19, 2023
-
-
User video feed should be only displayed in preview. GitLab: #1365 Change-Id: Ie3b8ce85e296a488ecc309a96e3fcaf63981b620
-
- Oct 13, 2023
-
-
Correctly catch exception Correct view modification (from video view to file view) GitLab: #1347 Change-Id: I6ebab49c35abe11c7c41dae1d37f8686d8383d3c
-
- 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 05, 2023
-
-
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: Ic97c434ada28e5cc3c342808270c072aeb0bf948
-
- Sep 29, 2023
-
-
GitLab: #1361 Change-Id: Ied9449d6a0bdf05e0427be62e058eb4fd8f14b74
-
- Sep 28, 2023
-
-
Adrien Béraud authored
Change-Id: Ib6fccdda0548641160928ef2d64b835e82afef05
-
- Sep 27, 2023
-
-
- Manage OnRestore method - Manage OnBackPressed method GitLab: #1292 Change-Id: Ie32de9daf9be308682526c54e877f1f777a000ea
-
Adrien Béraud authored
GitLab: #1292 Change-Id: Ie2bb0d74781ed03c105b0ef12bf10a5998311430
-
- Sep 26, 2023
-
-
Pierre Nicolas authored
account.isSip and account.isIP2IP are different IP2IP is part of SIP but it means SIP server is not configured. In this case you are the SIP server so it is your IP which is used. No need to show this difference for the user. GitLab: #1301 Change-Id: I0a28641388d5b6724eccae9de523ac6a9f810217
-
- Sep 15, 2023
-
-
Adrien Béraud authored
Change-Id: I2ad853fb8232787e41619f9aae3cd3e7b2c44060
-
Adrien Béraud authored
Allow callbacks to find the related account and avoid race conditions by setting the account list before starting the load Change-Id: Iaccfe9dae1990a1bdba4168e2fbd0a9aedcabe30
-
Adrien Béraud authored
Change-Id: I9c785d7e441ac5e8aa5ac3f672890e7447060ce0
-
Adrien Béraud authored
Change-Id: I8d18c829d84d14b40ec27e8d397e899506506c21
-
- Sep 13, 2023
-
-
Adrien Béraud authored
Change-Id: I958c8fc56447db223a03b53c2b5b55c2d8ff11a2
-
- Sep 12, 2023
-
-
Change-Id: I29ae19d52e7b8a54fc83f40ea7aac5952149e91d
-
- Aug 15, 2023
-
-
Adrien Béraud authored
Change-Id: Icc0dde66beec7badbd40ba8502550b6ad2eaeb38
-
- Aug 10, 2023
-
-
Adrien Béraud authored
Change-Id: Ife34a61151bb72f0dec6d66efd4bfd8ed94b6f4b
-
Adrien Béraud authored
Change-Id: I2f7cf71e9ce236f41b841595db6817e448e269f3
-
- Jul 27, 2023
-
-
Pierre Nicolas authored
When incoming call, system notification is displayed. But sometimes "return to ongoing call" is not displayed on the top of the conversation. This is because when subscribing on call subject, we check the call status too early. We display it for CallStatus.CURRENT or CallStatus.HOLD or CallStatus.RINGING but we can also get CallStatus.CONNECTING. GitLab: #1343 Change-Id: I39a3bb401711c7050d1baf99f9ab8363f920fa1e
-
Change-Id: I403ee712da480d31b828a40d4cecf950803b42df
-
- Jul 24, 2023
-
-
For private swarm - Display single avatar for "private swarm" - Display "private swarm" instead of "group swarm" GitLab: #1195 Change-Id: Id10f044f157f6aa1faff41699bf51a34b5e5b5ab
-
- Jul 20, 2023
-
-
Read receipt had been moved to daemon, so update client. Change-Id: Ib16f63db74aff322256d7d3929dadf25a0eaf98f
-
Doesn't iterate through all the conversation at each new message anymore. Just get the conversation of the new message and post the notification. GitLab: #1328 Change-Id: I35cd7de0fe5c7432f723b3666f0e0f1c5d59a014
-
- Jul 18, 2023
-
-
GitLab: #1149 Change-Id: I9d7aca009663b18d61856306efa1169bfff840df
-
- Jul 14, 2023
-
-
Pierre Nicolas authored
To be sure deamon services have been loaded before using them. GitLab: #1321 Change-Id: Ib27ab4d92978cbc1f43c882a55aec30043094356
-
- Jul 12, 2023
-
-
Adrien Béraud authored
Change-Id: I5805369d7e3db98bc6d9fde476fffdd3802dfc13
-
Adrien Béraud authored
Change-Id: Ib0e599f635fa304f8a118dc4c1471928af388af3
-
- Jul 11, 2023
-
-
Pierre Nicolas authored
SRTP.enable parameter was move out by setting SRTP.keyExchange to none if false (daemon side). We forget to remove SRTP.enable from parameters section in android. We forget to initialize SRTP.keyExchange to none by default. GitLab: #1312 Change-Id: Ie13e0a3c9ae3cbec12f3b9ee62e5c44e479d340c
-
- Jul 04, 2023
-
-
Change-Id: I336f59540744133c90a8cf4a33094c7a90746cad
-
- Jun 27, 2023
-
-
Pierre Nicolas authored
- Meaningless: lot of people work on files, so there is no one author - Outdated: nobody append their name while working on files - History is already managed by git - ... Change-Id: Id383a19aab5aea191bfa91a52adbb6371b53d084
-
- Jun 16, 2023
-
-
The bug is that the image is not placed in the correct path. Also fix bug where images were not preview in notifications. GitLab: #1298 Change-Id: Ifb4041dcd7d82eccb72d5e40e6f3cdc04d027e17
-