Commit graph

1228 commits

Author SHA1 Message Date
Sylvain Berfini
d3ce41cf8c Prevent today indicator in meetings list from blinking upon refresh 2025-03-24 14:04:50 +01:00
Sylvain Berfini
16673b467c Fixed displayed SIP URI in call history details in case we find a matching contact that has a different SIP URI in addition to the one used for the call 2025-03-24 13:49:16 +01:00
Sylvain Berfini
8b35f2bab5 Fixed remove all call logs when workaround is active 2025-03-22 13:33:57 +01:00
Sylvain Berfini
f266342786 Have automaticallyShowDialpad setting also work on new call/transfer call screens while already in call 2025-03-21 15:52:58 +01:00
Sylvain Berfini
96b37f2fd9 Improved message when WiFi only mode is enabled & active network isn't Wifi nor Ethernet 2025-03-21 11:13:32 +01:00
Sylvain Berfini
6554039d68 Fixed recordings order, now most recent on the top 2025-03-21 08:04:17 +00:00
Sylvain Berfini
eb4517faad Moved call related advanced settings to dedicated sub-section, added back auto answer 2025-03-21 08:56:44 +01:00
Sylvain Berfini
337c103988 Use newly added chatRoom.getAccount() to dynamically filter conversations 2025-03-20 14:59:53 +01:00
Sylvain Berfini
48d7976f9b Fixed call logs details if it's not attached to any account 2025-03-20 14:57:27 +01:00
Sylvain Berfini
2c314a5334 Fetch call history from Core instead of Account if only one of them 2025-03-20 13:13:48 +01:00
Sylvain Berfini
eeca0cc7cb Added back apply prefix to phone numbers for calls & chat setting 2025-03-20 13:13:40 +01:00
Sylvain Berfini
4b99bb15ed Prevent schedule meeting button being pressed multiple times 2025-03-19 14:00:49 +01:00
Sylvain Berfini
e4570f167d Few tweaks trying to prevent jni global ref table overflow 2025-03-18 21:37:31 +01:00
Sylvain Berfini
043ed77c3a Added advanced setting letting user choose whether to record in MKV or SMFF 2025-03-18 16:50:06 +01:00
Sylvain Berfini
6375e0db87 Prevent some crashes seen on Play Store console 2025-03-18 12:55:08 +01:00
Sylvain Berfini
4a742f6e6e Fixed hearing aid icon not showing in bottom actions when selected + updated earpiece icon in device list to match 2025-03-18 12:23:02 +01:00
Sylvain Berfini
16555429c4 Revert using notification channel to play incoming calls ringtone 2025-03-18 11:26:05 +01:00
Sylvain Berfini
ae64946c2c Add generic exception handle for starting action_view activity for URL 2025-03-18 11:24:07 +01:00
Sylvain Berfini
839e96a194 Should fix hearing aids issue 2025-03-18 11:23:51 +01:00
Sylvain Berfini
eadb1d0eb2 Should fix quit button visibility in drawer menu 2025-03-18 11:23:46 +01:00
Sylvain Berfini
655aa62a78 Added back "replace + by 00 when formatting phone numbers" account setting 2025-03-18 11:23:42 +01:00
Sylvain Berfini
72c5cfe5ae Added UI setting to have dialpad automatically opened when starting new call 2025-03-18 11:23:34 +01:00
Sylvain Berfini
489c799332 Prevent call transfer if state is Ended, Error or Released 2025-03-18 11:23:28 +01:00
Sylvain Berfini
3e49e0f014 Adding back auto start setting 2025-03-17 12:17:49 +01:00
Sylvain Berfini
a2ec98659d Prevent crash if contacts listener triggers before chatRoom property is initialized 2025-03-17 12:17:43 +01:00
Sylvain Berfini
52cb8ca3a3 Prevent crash if not on contact fragment before navigating to editor 2025-03-17 12:17:37 +01:00
Sylvain Berfini
6210ecb520 Prevent crash if fails to go to outside activity because it doesn't exists or it isn't found 2025-03-17 12:17:31 +01:00
Sylvain Berfini
4b9ca10192 Prevent use of recording ViewModel property not initialized yet 2025-03-17 12:17:25 +01:00
Sylvain Berfini
08ce2783a4 Prevent crash clinking on link if no browser is installed on device 2025-03-17 12:17:18 +01:00
Sylvain Berfini
da5ce721dc Fixed crash due to currentCall not being initialized 2025-03-17 12:17:06 +01:00
Sylvain Berfini
2e3e78ee39 Make sure Qr Code fragment doesn't use Static Picture camera device 2025-03-17 12:16:59 +01:00
Sylvain Berfini
57d38398f2 Use Account's onConferenceInformationUpdated callback to refresh meetings list 2025-03-13 10:22:04 +01:00
Sylvain Berfini
68f864f387 Prevent user from connecting the same account multiple times 2025-03-12 13:33:54 +01:00
Sylvain Berfini
17d46ed68c Fixed selecting participant in group conversation when typing '@' 2025-03-12 13:06:20 +01:00
Sylvain Berfini
5af2fb678f Fixed selecting participant in group conversation when typing '@' 2025-03-12 11:02:14 +01:00
Sylvain Berfini
5d14d8bb7b Fixed SSO login from QRcode 2025-03-11 14:21:29 +01:00
Sylvain Berfini
a99067f701 Updated SSO ViewModel to allow for client ID to be changed through remote provisioning or to use client_id from URL query parameters 2025-03-11 10:56:18 +01:00
Sylvain Berfini
508f1154f5 Fixed broken scroll listener in conversation after the fragment is paused/resumed 2025-03-10 16:19:53 +01:00
Sylvain Berfini
07cb09128e Show participant SIP URI in reactions / delivery status / conversation participants lists when clicking on name 2025-03-10 16:06:46 +01:00
Sylvain Berfini
d6d705a975 Code cleanup 2025-03-10 11:47:30 +01:00
Sylvain Berfini
c709c720e4 Prevent being stuck while media list is processed 2025-03-10 10:44:05 +01:00
Sylvain Berfini
96a07fa8c6 Replaced Uri.parse() by .toUri() string extension 2025-03-05 15:17:29 +01:00
Sylvain Berfini
4cca59a39f Use newly added APIs to get real information about a content being related to an ephemeral chat message or not, and use that information to hide save/export buttons & prevent screenshots 2025-03-05 00:42:11 +00:00
Sylvain Berfini
4e852601fc Use new core.createChatRoom() that replaces the older version (API change was introduced in SDK release/5.4 branch commit ID dd4b83553fc72ca5449adb6ce72d9882f90ae320) 2025-03-04 16:48:25 +01:00
Sylvain Berfini
30364c48b0 Clear auth info password requested dialog when account is removed 2025-03-04 13:15:23 +00:00
Sylvain Berfini
354f39d76d Fixed media list fragment when VFS is enabled, the first time it was opened it wasn't possible to scroll to other files 2025-03-04 09:45:43 +01:00
Sylvain Berfini
64a2c5f455 Show green toast when VFS is successfully enabled 2025-03-04 09:01:27 +01:00
Sylvain Berfini
9ffe3b4d7f Hide incoming messages delivery status in groups if IMDN threshold is set to 1 2025-03-03 14:53:40 +01:00
Sylvain Berfini
7d6c50cf29 Renamed some layouts 2025-03-03 14:24:19 +01:00
Sylvain Berfini
990549eb24 Prevent going back to operation in progress dialog after hanging up started group call, also go back to calls history 2025-02-27 14:48:28 +01:00