Commit graph

26 commits

Author SHA1 Message Date
Benoit Martins
8a612be0a0 Fix phoneListsEqual to return false when both lists are empty 2026-03-26 08:47:00 +01:00
Benoit Martins
b84bd1faf3 Add SipAddressesPopup to StartCallFragment, StartConversationFragment, and AddParticipantsFragment 2026-03-23 16:27:31 +01:00
Benoit Martins
e3bf00dca5 Fix contacts with only a phone number 2026-02-03 13:08:58 +01:00
Benoit Martins
d25c19ff8e Refactor of Config and CorePreferences 2026-01-27 15:55:57 +01:00
Benoit Martins
4fbb43f38c Fix SIP contacts filter 2025-11-17 13:44:59 +01:00
Benoit Martins
068b93cf1c Hide SIP domains in suggestion list 2025-10-02 14:10:10 +02:00
Benoit Martins
90f2ad7e58 Fix friend list refresh triggered by onPresenceReceived 2025-09-11 16:31:14 +02:00
Benoit Martins
9d861a7b81 Hide AddParticipantsFragment on check click 2025-07-24 11:54:14 +02:00
Benoit Martins
24501f3ce2 Hide AddParticipantsFragment on check click in MeetingView 2025-07-24 11:42:25 +02:00
Benoit Martins
917d22b1ec Fix add participant process in group call and group conversation 2025-07-22 14:48:31 +02:00
Benoit Martins
ad736c8fc5 Refresh contact list when Add Participant fragment is closed 2025-07-22 10:33:18 +02:00
Benoit Martins
914177000b Debounce ContactLoaded notification to reduce redundant calls 2025-07-21 23:32:34 +02:00
Benoit Martins
0217c167dc Fix contact search in MagicSearch 2025-07-21 13:50:15 +02:00
Benoit Martins
af5e25262c Fix add participants fragment 2025-07-21 11:47:06 +02:00
Benoit Martins
8aa5b32787 Refactored MeetingsView 2025-06-18 14:53:01 +02:00
Benoit Martins
9a208e36b2 Fix display of selected participants 2025-01-27 09:32:11 +01:00
Benoit Martins
992afa16cf Replaced all null address.username with address.asStringUriOnly 2025-01-09 16:17:22 +01:00
QuentinArguillere
8d96b08f14 Add all missing translation keys (not the corresponding translations yet) 2024-12-10 18:08:07 +01:00
QuentinArguillere
7c42e7ed5c Translations for Welcome view and some various buttons 2024-11-28 16:16:27 +01:00
QuentinArguillere
e95045dab4 Fix most warnings (remaining: @sendables and deprecated calls) 2024-08-31 09:01:39 +02:00
QuentinArguillere
9c949e632d Remove the delayed color for add aprticipants view 2024-06-25 17:22:19 +02:00
QuentinArguillere
e74b2dd4f3 Rename "ScheduleMeetingViewModel" to "MeetingViewModel" 2024-06-25 17:22:19 +02:00
QuentinArguillere
19da4e0d64 Extract AddParticipantsViewModel from the ScheduleMeetingViewModel to be used for other future views 2024-04-30 10:27:52 +02:00
QuentinArguillere
6dfc870624 fix some padding, update meeting list to add the newly created conference when exiting scheduler menu 2024-04-22 15:58:17 +02:00
QuentinArguillere
924a7413fa Integrate meetingsview in the main view, and implement date and participant selection in meeting scheduling 2024-04-19 15:54:00 +02:00
QuentinArguillere
d21c026bc9 Implement AddParticipantsFragment 2024-04-19 15:47:25 +02:00