Commit graph

6895 commits

Author SHA1 Message Date
Benoit Martins
90624e633a Merge remote-tracking branch 'refs/remotes/origin/feature/conversations' 2024-02-19 08:40:40 +01:00
benoit.martins
56e93a77a7 Missed calls counter added to bottom navigation bar 2024-02-16 19:47:19 +01:00
Christophe Deschamps
c02dcc754e Fix message display missing when going from a conversation with few messages (not enough to fill screen) to conversation with many messages 2024-02-16 08:05:24 +01:00
Christophe Deschamps
9094c9cea8 Fix crash when calling on simulators 2024-02-15 17:32:57 +01:00
Christophe Deschamps
621eca1893 Hide broadcast add button in conference history detail 2024-02-15 17:32:41 +01:00
Benoit Martins
d91996c351 Missed calls counter added to bottom navigation bar 2024-02-15 16:49:06 +01:00
Benoit Martins
61c2c048bb Fix conversations list view when receiving a message or a new chat room 2024-02-15 15:19:46 +01:00
benoit.martins
cacc61252d Add ConversationsList bottom sheet 2024-02-14 17:59:21 +01:00
benoit.martins
da9d90e368 Add chat room callbacks 2024-02-14 13:52:11 +01:00
QuentinArguillere
98da1d956f Disable background camera for PIP 2024-02-13 17:36:51 +01:00
QuentinArguillere
b9dadb51f4 Disable local push notifications 2024-02-13 16:31:49 +01:00
Benoit Martins
dc84803a17 Add conversations list 2024-02-13 15:23:00 +01:00
Christophe Deschamps
85ebe742cb Open call history when tapping on a missed call notification 2024-02-13 13:06:46 +01:00
Christophe Deschamps
89cae39b6d Force device orientation check before updating view (fix bug of UI Tab bar taking full screen when opening app after it was started from an incoming call 2024-02-13 13:05:07 +01:00
Christophe Deschamps
012b96798c Tapping a message notification when app is not started open conversation 2024-02-13 11:40:33 +01:00
Benoit Martins
60d128f4f2 Call view changes 2024-02-12 10:14:10 +01:00
Benoit Martins
f0b19b8fd3 Don't open media preview with voice recording 2024-02-08 16:25:52 +01:00
Benoit Martins
e467312008 Refresh uploaded medias 2024-02-08 16:04:15 +01:00
Benoit Martins
4c475925b8 Delete file in logs mail and replace with logs uri 2024-02-08 11:59:55 +01:00
Benoit Martins
122a9c4a57 Fix transferred image content type 2024-02-06 13:20:35 +01:00
Benoit Martins
caa3543202 Change bottom sheet in call view, add animatated caret in bottom sheet 2024-02-05 14:03:35 +01:00
Benoit Martins
efc912965a Merge remote-tracking branch 'refs/remotes/origin/release/5.2' 2024-02-05 13:21:47 +01:00
Benoit Martins
132465b5a5 Fix collectionViewImageGrid with text and scroll to bottom when chat room view is disapear 2024-02-05 13:21:11 +01:00
Benoit Martins
e53d9ab406 Merge remote-tracking branch 'refs/remotes/origin/release/5.2' 2024-02-05 12:53:15 +01:00
Benoit Martins
3b894f2653 Fix collectionViewImageGrid with text and scroll to bottom when chat room view is disapear 2024-02-05 12:52:35 +01:00
benoit.martins
c3df599069 Merge remote-tracking branch 'refs/remotes/origin/release/5.2' 2024-02-02 22:24:56 +01:00
benoit.martins
6295b0f319 Fix image clicking in VFS mode and reply display 2024-02-02 22:23:21 +01:00
Benoit Martins
5b3c8d4d1a Add green call banner 2024-01-31 14:51:34 +01:00
Benoit Martins
3513afc8c7 Fix image clicking in VFS mode and reply display 2024-01-30 13:43:50 +01:00
benoit.martins
433e28e945 Add transfer call and attended transfer 2024-01-29 15:32:21 +01:00
Benoit Martins
4048fa3075 Add transfer call feature 2024-01-29 12:37:23 +01:00
QuentinArguillere
d91aa94c9a Fix build for sdk master : pushRegistryDispatchQueue is no longer in the wrapper, we need to use the C function instead 2024-01-26 15:33:06 +01:00
Benoit Martins
ffb60daaea Fix setHeldOtherCalls when current call is paused, remove setHeldOtherCallsWithCore function 2024-01-25 14:52:04 +01:00
Benoit Martins
5ab64968e3 Add a badge counter for call list in call view 2024-01-25 12:14:14 +01:00
benoit.martins
4320f9dcce Add bottom sheet in calls list fragment 2024-01-25 11:15:41 +01:00
Benoit Martins
05cc8277d8 Add calls list in call view 2024-01-25 11:13:06 +01:00
Benoit Martins
55631bf4f4 Start a new call when another call is in progress 2024-01-25 11:11:00 +01:00
QuentinArguillere
7b93ff8998 Fix build for sdk 5.3.10 and above -- "_get_identity" no longer exists and should not have been used in the first place 2024-01-25 10:22:30 +01:00
QuentinArguillere
df2da7c774 Upgrade deployment target to 13.0, update provisioning profiles 2024-01-25 10:21:51 +01:00
QuentinArguillere
fbd578ea37 Add dialer in call view 2024-01-23 13:20:34 +01:00
Benoit Martins
dedd68326a Disable AVAudioSession at application startup 2024-01-23 13:18:07 +01:00
QuentinArguillere
9ef28d00f6 Add ZRTP Popup 2024-01-23 13:17:57 +01:00
QuentinArguillere
99b4868f7e Add specific CoreDelegate to process the PushIncoming state of incoming calls. This is currently required, because Publisher-type callbacks are queue and not instantly called, which does not work when we have to report incoming calls for callkit before iOS kills us. 2024-01-22 17:22:12 +01:00
QuentinArguillere
35fdb0de9b Add encryption strings to info.plist for testflight distribution 2024-01-18 11:28:22 +01:00
QuentinArguillere
1c87718854 Fix typo 2024-01-16 21:18:52 +01:00
QuentinArguillere
e23309765a Remove lime, groupchat, conference, ephemeral capabilities from core. Also remove conference factory from account when we login. THIS SHOULD BE UNDONE WHEN PROCEEDING TO NEXT STEP OF THE 6.0 RELEASE 2024-01-16 21:18:39 +01:00
QuentinArguillere
bca8612eab Finish crashlytics integration. Add "CRASH ME" button in contacts view, uncomment when testing to make sure it's properly connected 2024-01-16 21:04:59 +01:00
Benoit Martins
33b07f1440 Fix account deletion when network is disconnected and can delete account in the side view 2024-01-16 20:58:57 +01:00
Benoit Martins
2e5ba428a0 Fixes for first release 2024-01-16 20:57:53 +01:00
Benoit Martins
2fc711b63f Merge branch 'feature/call_features_custom_bottom_sheet' into 'master'
Custom bottom sheet in call view

See merge request BC/private/linphone-iphone-6.0!18
2024-01-15 15:25:53 +00:00