Commit graph

6237 commits

Author SHA1 Message Date
QuentinArguillere
29266d8ab4 Fix build with SDK master 2022-04-14 11:08:44 +02:00
Christophe Deschamps
5f7b4f3bcd Clear mutable observers to avoid display issues when cell are recycled 2022-03-31 06:15:50 +02:00
Christophe Deschamps
4fb127c135 Fix history details 2022-03-25 18:49:48 +01:00
Christophe Deschamps
59e2343072 Set content mode for video windows to scaleAspectFill 2022-03-25 07:44:33 +01:00
Christophe Deschamps
5adf3d8a3f - Waiting room preferences
- Asymetric video
- Refactorisation
- Conference layout picker in waiting room
2022-03-23 18:42:25 +01:00
Christophe Deschamps
b4d6b8c351 Fix camera switch in swift 2022-03-23 09:13:00 +01:00
Christophe Deschamps
1e45f7d58c Prevent crash when toggling speaker out of call 2022-03-22 18:00:53 +01:00
Christophe Deschamps
64d08445b6 Conference Waiting room view model + outgoing phase for call conference to remain on waiting room 2022-03-22 17:24:43 +01:00
Christophe Deschamps
ce93af2566 SDK update 2022-03-22 17:01:38 +01:00
Christophe Deschamps
e4da04b464 Replace outgoing call view for conference joining by spinner 2022-03-22 12:20:54 +01:00
Christophe Deschamps
f452f010bb ConferenceViewModel updates (aligned with Android) 2022-03-22 10:31:29 +01:00
Christophe Deschamps
38a9e888da GridBoxLayout rework 2022-03-21 18:26:03 +01:00
Christophe Deschamps
4f4d8a2a09 SDK Upda to 5.2.0-alpha.44+75de6a92 2022-03-21 17:23:49 +01:00
QuentinArguillere
c55a0677e2 Replace use of deprecated function “linphone_chat_room_has_been_left” with “linphone_chat_room_is_read_only” 2022-03-21 12:07:51 +01:00
Peio Rigaux
9456e7c229 Revert "Updated version check URL to use new server download.linphone.org in order to save disk space"
This reverts commit f9feac7b5e.
2022-03-15 11:15:55 +01:00
Christophe Deschamps
20a91c776f Allow imdn display on incoming group chat messages 2022-03-10 22:30:28 +01:00
QuentinArguillere
a84760b271 Prevent screen from turning off while recording a voice message 2022-03-08 14:26:43 +01:00
Danmei Chen
9db3531730 fix reply message in basic chat rooms 2022-03-08 14:26:29 +01:00
Danmei Chen
fab524f5d0 fix settings for media encryption: media encryption mandatory uncheck itself if media encryption is none 2022-03-08 14:26:24 +01:00
Danmei Chen
c47580beaf fix dark mode for composeIndicatorView of chatroom 2022-03-08 14:26:13 +01:00
Danmei Chen
2e883b02a3 fix send multiparts message in basic chatroom 2022-03-08 14:26:05 +01:00
Danmei Chen
669a64af46 fix dark mode for SettingsView 2022-03-08 14:26:00 +01:00
Danmei Chen
e9526989e7 fix dark mode for UIChatCreateCollectionViewCell 2022-03-08 14:24:43 +01:00
Danmei Chen
74d3f23a4b fix local conference crash when pausing/resuming 2022-03-08 14:24:36 +01:00
Danmei Chen
34ee6da00b fix contact view : chat with contact and back to contact 2022-03-08 14:24:30 +01:00
Danmei Chen
ed964d8736 fix chatroominfoview crash by reconfiguring the chatroom after entering background puis foreground 2022-03-08 14:24:24 +01:00
Danmei Chen
640cb70ebf fix duplicate push authorization requests on install 2022-03-08 14:24:11 +01:00
Christophe Deschamps
eb26a33d75 Prevent random crash in history removal 2022-03-02 08:58:31 +01:00
Christophe Deschamps
9740a18219 Do not save photos and videos taken from Linphone if auto save to gallery is off 2022-02-24 15:57:21 +01:00
QuentinArguillere
8a86ce82f8 Merge release/4.6 2022-02-09 16:31:48 +01:00
QuentinArguillere
cd9f2d21ca Update changeling for 4.6.0 release 2022-02-09 15:09:11 +01:00
QuentinArguillere
b272c08e9b Fix bug preventing the sending of voice recording messages in some contexts 2022-02-08 16:23:56 +01:00
QuentinArguillere
b8b6344ee0 Fix audio route change issue when enabling a video call before the audio session was activated by call kit 2022-02-08 14:42:19 +01:00
QuentinArguillere
8ea799e1f6 Fixes in the contact editing menu : no longer destroy the “backup” contact when going into the ImagePickerView, and properly allow the “cancel” of modifications after changing a contact avatar 2022-02-08 14:28:10 +01:00
QuentinArguillere
e574f00415 Fix crash in basic chatrooms 2022-02-07 11:05:04 +01:00
Christophe Deschamps
ba64e81d61 Manual download fixes 2022-02-04 15:40:50 +01:00
Christophe Deschamps
4c0530ea9b Color notch 2022-02-04 15:40:43 +01:00
Christophe Deschamps
190a7d83e1 Manual download fixes 2022-02-04 15:36:14 +01:00
Christophe Deschamps
dbf1859657 Color notch 2022-02-04 14:43:41 +01:00
Christophe Deschamps
df1b24f86b Send message text separately from attachements in basic chat rooms 2022-02-04 12:30:39 +01:00
Christophe Deschamps
8890395fa0 Send message text separately from attachements in basic chat rooms 2022-02-04 12:29:44 +01:00
Christophe Deschamps
d4d3f95b96 Use of imageWithContentsOfFile to reduce image size
Added a cache for height calculation (until chat bubble are moved to autolayout)
Added a cache for images to reduce memory footprint
2022-02-04 11:55:58 +01:00
Christophe Deschamps
d1f57d4f3c Use of imageWithContentsOfFile to reduce image size
Added a cache for height calculation (until chat bubble are moved to autolayout)
Added a cache for images to reduce memory footprint
2022-02-04 11:55:19 +01:00
Christophe Deschamps
a9e4c40f92 Fixes notification actions not showing
Checks notifiction allowed at every app becom active
Added error message if notifications are not allowed
2022-02-04 09:35:52 +01:00
Christophe Deschamps
8a3030d4fb Fixes notification actions not showing
Checks notifiction allowed at every app becom active
Added error message if notifications are not allowed
2022-02-04 09:34:16 +01:00
Christophe Deschamps
5374471827 Fix pod installation warning 2022-02-03 18:21:21 +01:00
QuentinArguillere
528ed943ed Update pod file 2022-02-03 18:11:33 +01:00
QuentinArguillere
f05416af2b Fix login from non-linphone account button being accessible without accepting the conditions 2022-02-03 18:03:20 +01:00
QuentinArguillere
9dcd761b6d Fix crash when opening chatroom with a different orientation than the one it was previously on before going into background 2022-02-03 11:14:39 +01:00
QuentinArguillere
fd9a110c8f [WIP] Add information screen when logging through a non-linphone sip account to inform that several features will be missing 2022-02-02 16:15:27 +01:00