Commit graph

5746 commits

Author SHA1 Message Date
Christophe Deschamps
25aa487e58 Landscape layout in conference waiting room
If video is activated in waiting room with audio only mode selected, active speaker mode becomes selected
2022-08-16 12:12:42 +02:00
Christophe Deschamps
bb4c8bfe91 Fix local video content mode in 1-1 video calls 2022-08-16 10:37:10 +02:00
Christophe Deschamps
575b9d01c7 Prevent infinite loop on displaying ICS invitation 2022-08-16 10:35:18 +02:00
Quentin Monnier
2301a26758 bug fix :
-display/hide call stats when clicking on the network quality icon in the status bar of the Active Call View
2022-08-08 11:03:40 +02:00
Quentin Monnier
f8f9b99718 bug fix:
-resume the active call by clicking on the play button and not by clicking anywhere on the screen when it is paused
2022-08-08 11:03:40 +02:00
Quentin Monnier
3ba84b99d8 bug fix:
-shows the "backToCallButton" when accessing the "TransferCallView" and the "AddCallView" from the "ExtraButtonMenu" in active calls
-delete the first blank character in the entered DTMF
-disable the hide action of the "ExtraButtonMenu" when clicking between buttons, in the background
-closes the "NumpadView" and the "CallStatsView" when the call ends
-displays the "StatusBar" in "Incoming/OutgoingCallView"
-define the height of the "EneteredDtmfTextView" (no longer automatic since the blank character has been removed)
2022-08-08 11:03:40 +02:00
Christophe Deschamps
2c98100035 Merge branch 'master' of gitlab.linphone.org:BC/public/linphone-iphone 2022-07-27 17:42:09 +02:00
Christophe Deschamps
67e38623c1 Activate CallKit & Audio Session upon immediate conf locally created 2022-07-27 17:41:57 +02:00
Quentin Monnier
c7c950876d Revert "Update .gitlab-ci.yml file"
This reverts commit 4b873086ea
2022-07-25 16:04:19 +02:00
Quentin Monnier
4b873086ea Update .gitlab-ci.yml file 2022-07-25 13:56:05 +00:00
Christophe Deschamps
d524cbaaf0 Aligned speaking participant with Android 2022-07-23 02:07:59 +02:00
Christophe Deschamps
c8bc8793c6 Workarounds for active speaker: do not display 'me' device name when speaking + showing ourselves when alone 2022-07-22 12:09:10 +02:00
Christophe Deschamps
91b6334d34 Fix Toast not dismissing 2022-07-21 12:20:56 +02:00
Christophe Deschamps
c74f37e95d Added dropdown patch into Podfile 2022-07-13 10:24:46 +02:00
Christophe Deschamps
368d6fa90a ICS Reply 2022-07-11 23:42:52 +02:00
Christophe Deschamps
16a46d94dd Conference side menu icon 2022-07-11 23:42:34 +02:00
Christophe Deschamps
3268fc4b55 Fix locally paused state in view model 2022-07-11 22:56:16 +02:00
Christophe Deschamps
ec70c161f3 Adapt to latest sdk change related to conference + implemented joining spinner + refactored conference miniatures update 2022-07-11 20:51:51 +02:00
Christophe Deschamps
5040e6dae9 Dropdown picker more user-friendly 2022-07-03 18:56:34 +02:00
Christophe Deschamps
b55aa86ba4 Fix calendar event pre-set fields 2022-06-30 15:20:43 +02:00
Christophe Deschamps
d8389e0ac1 Added calendar sharing of ICS from bubble chat 2022-06-30 12:27:22 +02:00
Christophe Deschamps
b3f9c18f95 Prevent keyboard from hiding description field in conference scheduling view 2022-06-29 13:12:32 +02:00
Christophe Deschamps
9fe2a38455 Admin set/unset notification in conference 2022-06-29 08:52:22 +02:00
Christophe Deschamps
7d9c923a79 Fallback to AS if MaxPart > 6 only if Grid is active 2022-06-23 09:48:40 +02:00
Christophe Deschamps
67e20f3175 4.7.0 Build 4 2022-06-17 11:50:58 +02:00
Christophe Deschamps
7db3a0fe7b Voip Extra buttons background on iOS 12 2022-06-17 09:06:52 +02:00
Christophe Deschamps
89d93ee7d3 Set Deployment target back to 11 2022-06-17 08:47:05 +02:00
Christophe Deschamps
a610640f6f Fixed invalid conference time after conference edition 2022-06-17 08:31:21 +02:00
Christophe Deschamps
f86064d9b0 Added isMe() in adress extension 2022-06-16 17:26:22 +02:00
Christophe Deschamps
e7f3e840ce Display name in missed call when group call 2022-06-16 17:25:55 +02:00
Christophe Deschamps
b2a3077198 Group call creation tunnel fixes & cosmetics 2022-06-16 16:44:31 +02:00
Christophe Deschamps
238b0d3be5 Updated translation + code formatting 2022-06-16 15:51:34 +02:00
Christophe Deschamps
d157ffbd3d Added FR, DE, NL and RU translations from android + added tool to import from android (read me inside) 2022-06-16 13:17:01 +02:00
Christophe Deschamps
0cb680d8a8 Added missing Pods 2022-06-15 18:03:46 +02:00
Christophe Deschamps
524d429960 Merge new UI for Call and Conferences 2022-06-15 17:33:36 +02:00
Christophe Deschamps
54c3d391cb Improve Layout selection of conference 2022-06-15 15:08:30 +02:00
Christophe Deschamps
2f5789a6f6 Update linphone.xcscheme 2022-06-15 11:15:34 +02:00
QuentinArguillere
885b88e1c3 Change available actions for chatrooms. New actions are:
- 1-1: Contact / Mute / Delete / (DEBUG ONLY : chatroom infos)
- Encrypted 1-1: Contact / Devices / Ephemeral / Mute / Delete / (DEBUG ONLY : chatroom infos)
- Group: Infos / Mute / Delete / (DEBUG ONLY : chatroom infos)
- Encrypted Group: Infos / Devices / Ephemeral / Mute / Delete / (DEBUG ONLY : chatroom infos)

Mute action is not yet implemented
2022-06-15 10:07:19 +02:00
Christophe Deschamps
2f673c051d 4.7 (3) 2022-06-15 09:45:00 +02:00
Christophe Deschamps
9dfbcd8aaa Improve conference layout chooser on iPhone 6 2022-06-15 09:31:21 +02:00
Christophe Deschamps
c99352f0b1 Adjusted toast timeout 2022-06-15 08:24:40 +02:00
Christophe Deschamps
36e9bdf745 Added no participants label 2022-06-15 08:12:02 +02:00
Christophe Deschamps
03b14fc239 Updated english texts from Android (Conference -> Meetings) 2022-06-15 08:00:53 +02:00
Christophe Deschamps
aacee0b373 Goto chat from call 2022-06-14 23:20:22 +02:00
Christophe Deschamps
706850f0b9 Fix locallyPause view in conference 2022-06-14 22:35:07 +02:00
Christophe Deschamps
95449cc7c5 Display timer on outgoing call view 2022-06-14 22:18:59 +02:00
Christophe Deschamps
be80f0d342 Square miniature for active speaker 2022-06-14 21:57:55 +02:00
Christophe Deschamps
8d2ea6d037 Hide video button if audio only layout 2022-06-14 18:04:42 +02:00
Christophe Deschamps
0d63c3a14c Big Pause/Play buttons 2022-06-14 17:41:27 +02:00
Christophe Deschamps
faa378c8ea Hide conferences view when active call 2022-06-14 17:16:55 +02:00