Commit graph

3439 commits

Author SHA1 Message Date
Christophe Deschamps
eca3dbe9d9 When pressing camera in audio only mode conference, enable video in SendReceive or ReceiveOnly mode in accordance with video activation policy of core 2023-01-31 17:08:35 +01:00
Benoit Martins
79cb76ac75 Add margin for chat bubble text in chat conversation view 2023-01-17 10:29:24 +01:00
Christophe Deschamps
d34ba5df7c Fix participant video display when second participant joins with video activated 2023-01-12 15:54:16 +01:00
Christophe Deschamps
8d873e496d Fix second particpant joining 2023-01-12 15:54:16 +01:00
Simon Morlat
aefe5e1ad0 Fix an issue where Callkit was accidentally requesting termination of a call while resuming another one. 2023-01-11 15:08:51 +01:00
Christophe Deschamps
5fe2af9d50 Hide active speaker miniature 2023-01-10 10:57:30 +00:00
Benoit Martins
fd627b4c4a Align encryptedButton with messages in chatConverstaionView 2023-01-10 10:03:00 +01:00
Benoit Martins
4c93d335ff Acquire a new reference to the chat message if old reference is nil 2023-01-09 10:38:35 +01:00
Benoit Martins
c47a50f5d1 Check if VFS mode is desactivated before writing media to gallery 2023-01-09 10:38:35 +01:00
Benoit Martins
ac4397cbbe Remove constraints auto download and write to gallery in setting view 2023-01-09 10:38:35 +01:00
QuentinArguillere
64c0e84cfa Set lime server URL for linphone accounts 2023-01-03 15:14:13 +01:00
Benoit Martins
952b27c94f Minor changes of VFS_enabled_mode 2022-12-06 12:04:20 +01:00
Benoit Martins
5407a18b57 Save VFS and Auto_download_mode changes 2022-12-06 12:04:20 +01:00
Benoit Martins
9e52922fff In chat setting, when user enable VFS or set auto_download_mode on Never, disable auto_write_to_gallery_mode item.
When enable auto_write_to_gallery_mode, app disable VFS and auto_download_mode items.
2022-12-06 12:04:20 +01:00
Christophe Deschamps
4ade9f2c60 Automatically initiate video call (if remote party is in auti accept mode) 2022-12-06 11:40:54 +01:00
QuentinArguillere
abf598b654 Use linphone_core_search_chat_room rather than linphone_core_get_chat_room, in order to fix chatrooms being empty when using multiple accounts 2022-12-05 16:40:31 +01:00
Christophe Deschamps
0a05baea1e Fix pause screen not showing in some situation in Paused conferences 2022-12-05 10:33:34 +01:00
QuentinArguillere
4cd9da44de Add security to participant_imdn_status callback to avoid potential crash 2022-12-05 10:08:00 +01:00
Christophe Deschamps
a341bb6aec - Allow date picker to select today's date in the first place
- supports pre-ios14 device for date/time picking
2022-12-05 09:32:17 +01:00
Christophe Deschamps
ff5bafb7c0 When adding calls to a conference - enter the conference again if it was paused 2022-12-04 18:38:59 +01:00
Christophe Deschamps
9ba95b024c Disable call merge into conference if not admin of conference 2022-12-04 18:20:36 +01:00
Christophe Deschamps
05b905a3f1 Hide audio route selection view when clicked outsize 2022-12-02 17:09:11 +01:00
Christophe Deschamps
e8c2e92fc9 Added call back when bluetooth device is added or removed 2022-12-02 16:50:23 +01:00
Christophe Deschamps
82289f4523 Fix user interaction on send via chat switch on conference scheduling 2022-12-02 16:32:22 +01:00
Christophe Deschamps
6365c66d55 Fix ConferenceParticipantDeviceData not updated in certain circonstances 2022-12-02 16:14:17 +01:00
Christophe Deschamps
9d5836b991 Hide video stats in conference call with video sending disabled 2022-12-02 15:28:54 +01:00
Christophe Deschamps
b78b4a1e6b Fix navigation when hanging up conference after editing participants list 2022-12-02 11:12:57 +01:00
Christophe Deschamps
6850282208 Conference waiting room : Dismiss layout picked if view is clicked elsewhere 2022-12-02 11:03:50 +01:00
Christophe Deschamps
9803678d6a Avoid unecessary setting of outgoing/incoming mutable value 2022-12-02 10:30:12 +01:00
QuentinArguillere
f2b36ed7f8 When Poping views, make sure we add the targeted one if we couldn’t already find it in the stack 2022-12-02 10:16:33 +01:00
QuentinArguillere
b378682d0c Enable/disable phone’s idle timer when entering/leaving a conference 2022-12-01 17:39:53 +01:00
Benoit Martins
7da10d500f Change "VIEW(ChatConversationView).sharingMedia = nil" to "_sharingMedia = nil" in CharConversationView 2022-12-01 16:32:49 +01:00
Benoit Martins
4b5eaa3bc5 Fix image sharing from gallery, and fix view navigation 2022-12-01 16:32:49 +01:00
Benoit Martins
fecbb85a81 Fix imdmIcon and ephemeral (icon/timer) in conversation when user want to transfer or reply messages 2022-12-01 16:02:02 +01:00
Benoit Martins
8582d93555 Fix for iPhone SE, the Security Badge of UIConfirmationDialog not displaying 2022-11-30 09:27:44 +01:00
Christophe Deschamps
a74d042a6a Restart video previow upon rotation to avoid crash 2022-11-28 16:42:40 +00:00
Christophe Deschamps
ad9163320c Landcape handling of video self view in 1-1 calls 2022-11-28 16:42:40 +00:00
Benoit Martins
5ab6a7ce1b Remove DTMF sound in Dialer View 2022-11-28 17:06:20 +01:00
QuentinArguillere
7ccdcbebcf Ensure that the result of linphone_event_log_get_chat_message(_event) is not nil before trying to use it 2022-11-28 17:00:29 +01:00
Benoit Martins
0fe94354d7 Fix ChatConversationView having no message after playing video received in chat 2022-11-28 16:52:59 +01:00
QuentinArguillere
3dc7d4fb15 Make sure we have callbacks before proceeding with chatroom deletions (could cause a crash when deleting chatrooms quickly after login and/or changing views) 2022-11-28 14:19:31 +01:00
Benoit Martins
a98aa42ca4 Disable features (Group chat and Security Chat) without Linphone account 2022-11-28 12:01:49 +01:00
Benoit Martins
84a817783d Removed IASKPSTitleValueSpecifierViewCell to align each cell of SettingView 2022-11-28 11:45:57 +01:00
Benoit Martins
6e846f092c Hide record button in conference views 2022-11-23 15:33:08 +01:00
Christophe Deschamps
fd9afd66fa Fix crash on marking chatroom as read 2022-11-23 13:34:10 +01:00
Christophe Deschamps
e5505a836c Merge branch 'fix/various_refacto_sync_android' into fix/various_refacto_sync_android2 2022-11-23 10:43:00 +01:00
Christophe Deschamps
781a9b07d1 Fix video freeze when alone in conference A/S mode 2022-11-23 09:21:21 +01:00
Christophe Deschamps
6a4ef41ab5 Various fixes in view model update propagation 2022-11-23 08:59:42 +01:00
Christophe Deschamps
c09519bcc1 Fixed dual spinner joining conference + set color to make it visible 2022-11-22 23:51:40 +01:00
Christophe Deschamps
9ab5a0f106 Enable full screen joining video conference with video 2022-11-22 23:51:40 +01:00