- 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 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: 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
-
Sébastien Blin authored
Change-Id: Id17fe3f95bf917d40e85c03e707f47878d4fb290 GitLab: #1287
-
- Jun 14, 2023
-
-
Adrien Béraud authored
Adjust call UI for PiP mode Add conference tag getter Fix video sink fit to content during layout change Fix call fragment raise hand inconsistencies Change-Id: Ia248a9cac39632766629f6676548a1739b87eeb2
-
- May 26, 2023
-
-
Adrien Béraud authored
* Use the Android Telecom API for calls * Implement call control APIs (Bluetooth buttons) * Implement audio control APIs with a priority list logic Change-Id: I35eec83051b948f291950d3be286be6f39875899
-
Pierre Nicolas authored
GitLab: #1271 Change-Id: Ifa010f5049a5c03923fa6d39444b365278295119
-
- May 25, 2023
-
-
Pierre Nicolas authored
Change-Id: I61eb6bef77e2273b27679c10a026cc0065c9ec36
-
- May 10, 2023
-
-
GitLab: #1227 Change-Id: I94305a1e8b5aa22f9221fd45d7f89e2cf1586dec
-
- May 02, 2023
-
-
Adrien Béraud authored
Change-Id: I08fca6bf0ec0176cf3a70e9016001fb2456b0319
-
Pierre Nicolas authored
GitLab: #1258 Change-Id: Ib5ee0275674f1f580ac9ceff2fe9f32995593100
-
- Apr 21, 2023
-
-
Adrien Béraud authored
Change-Id: If27883599f7c25dfc0e0216edf5bd67fc4db21fa
-
Adrien Béraud authored
GitLab: #1203 Change-Id: Ic4698820ed9851a5f87e8af3e172f2fbceb4ca52
-
- Apr 20, 2023
-
-
GitLab: #1236 Change-Id: I9ebca570ef27706640aa2a64bbc9f52fe229f837
-