Commit graph

1197 commits

Author SHA1 Message Date
Sylvain Berfini
dee684b364 Added setting to choose whether to sort contacts by first or last name 2025-03-13 11:54:46 +01:00
Sylvain Berfini
cc5bfcf14d Use Account's onConferenceInformationUpdated callback to refresh meetings list 2025-03-13 09:45:19 +01:00
Sylvain Berfini
b3ab9601b2 Prevent user from connecting the same account multiple times 2025-03-12 13:32:11 +01:00
Sylvain Berfini
0e6d91a467 Fixed selecting participant in group conversation when typing '@' 2025-03-12 13:05:01 +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
Sylvain Berfini
7ccd42580d Handle remote provisioning failure from QR Code assistant 2025-02-13 11:01:00 +01:00
Sylvain Berfini
a210ea67c1 Prevent choose address of phone number dialog not being dismissed once a user made a choice 2025-02-13 09:22:06 +01:00
Sylvain Berfini
690140c2b8 Prevent attach file icon hidden when creating conversation using keyboard 2025-02-12 09:58:23 +01:00
Sylvain Berfini
ff323cea68 Also prevent issue if device has no speaker 2025-02-12 09:44:49 +01:00
Sylvain Berfini
fede808df1 Fixed bluetooth audio device switch while on tablet 2025-02-10 12:03:29 +01:00
Sylvain Berfini
ba5786fa0a Prevent sending multipart SIP message in basic chat rooms 2025-02-10 10:55:18 +01:00
Sylvain Berfini
22b447a67f Using supported tags for third party accounts 2025-02-10 10:23:33 +01:00
Sylvain Berfini
709f7dd3c5 Fixed missing chat room if you created one and sent a message in it 2025-02-07 17:12:18 +01:00
Sylvain Berfini
7bf9eb8394 Prevent starting a group call while already in call 2025-02-07 15:53:32 +01:00
Sylvain Berfini
30fc60c0ef Show video preview in calls list & conference participants list fragments 2025-02-07 15:34:10 +01:00
Sylvain Berfini
bfc435c350 Ask user confirmation for cancelling meeting if it us the organizer, to delete it if it's only a participant 2025-02-07 09:29:52 +00:00
Sylvain Berfini
0f59e1a381 Prevent crash if for some reason today is not found 2025-02-06 17:16:24 +01:00
Sylvain Berfini
3e91f3e5ff Added advanced setting to choose between point to point and end to end encryption when creating a meeting or a group call 2025-02-04 15:43:57 +01:00
Sylvain Berfini
74394445c9 Improved toast API 2025-02-04 13:53:49 +01:00
Sylvain Berfini
536667cfe1 Prevent attach file button in conversation to be disabled after sending max number of attachments 2025-02-04 13:14:33 +01:00
Sylvain Berfini
63051ae58e Show who terminated a call in fragment title 2025-02-03 16:55:01 +01:00
Sylvain Berfini
00a7d34509 Fixed call history list filter not using resolved contact name 2025-02-03 16:33:11 +01:00
Sylvain Berfini
da385ee6e1 Added short toast when user starts recording a call 2025-02-03 16:06:15 +01:00
Sylvain Berfini
2ed4f44e50 Fixed group call missed notification & in-call alert titles 2025-02-03 14:01:30 +01:00
Sylvain Berfini
1c09388266 Disable username/password fields when account has been created (until SMS is sent), fixed default values not loaded 2025-02-03 13:41:54 +01:00