Commit graph

1217 commits

Author SHA1 Message Date
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
Sylvain Berfini
e05d4cf94a Prevent crash when sharing file from native gallery due to chatRoom not being initialized yet (but it is not needed) 2025-02-27 09:58:54 +01:00
Sylvain Berfini
8eda500dae Prevent login issue if SIP identity is given instead of username in third party account login 2025-02-25 20:49:43 +01:00
Sylvain Berfini
977fb63693 Add domain to third party SIP account auth info 2025-02-25 14:06:53 +01:00
Sylvain Berfini
f1b23337e0 Prevent connexion in progress when going back to waiting room 2025-02-25 09:27:17 +01:00
Sylvain Berfini
0bf6d60570 Prevent crash if MediaPlayer can't be instancianted 2025-02-18 17:00:52 +01:00
Sylvain Berfini
ef79475525 Fixed resend menu not visible when message goes into error state unless conversation is left & opened again 2025-02-18 16:34:27 +01:00
Sylvain Berfini
ec9c7bd070 Bumped AGP to 8.8.1 2025-02-18 12:02:57 +01:00
Sylvain Berfini
875198164d Added back auto export media to native gallery feature 2025-02-18 11:47:33 +01:00
Sylvain Berfini
17511a4c26 Refactored app to use chatRoom.identifier from SDK instead of computing it from local & peer address 2025-02-17 15:23:10 +00:00
Sylvain Berfini
e292b0d7e8 Fixed some scenario where account(s) reload isn't done 2025-02-13 14:17:28 +01:00
Sylvain Berfini
037cd71814 Improved logs 2025-02-13 11:46:43 +01:00