Commit graph

6185 commits

Author SHA1 Message Date
benoit.martins
70d92254f8 Hide emojisButton and increase width of messageText when user is writing in MessageView 2023-06-16 14:29:58 +02:00
Benoit Martins
3d99102426 Fix Crashlytics bugs 2023-06-16 14:29:58 +02:00
Benoit Martins
989471fca2 Fix addDelegate crash in Avatar class (Check if presenceModel is not nil) 2023-06-16 14:24:02 +02:00
Benoit Martins
2e0fd1f898 Disable screenshot in secure room 2023-06-16 14:03:48 +02:00
Benoit Martins
2b06b47d99 Change chat bubble color 2023-06-15 13:48:03 +02:00
benoit.martins
535267aa6e Fix long messages in ChatConversationImdnView 2023-06-13 10:09:41 +02:00
Benoit Martins
6cfca71db3 Change bubble_chat_dropDown_infos to "Delivery Status" 2023-06-13 10:09:41 +02:00
Benoit Martins
989257f802 Fix refresh messages received when application switches to background/foreground
Fix reloadItem when receive presence notification
2023-06-13 10:09:41 +02:00
Benoit Martins
e70190dc2c Remove Ipad condition in ChatListView and ChatListTableView
Fix contact authorization status popup
2023-06-13 10:09:41 +02:00
benoit.martins
9a97af80e5 Add Copyright Belledonne Communications text in files 2023-06-13 10:09:41 +02:00
Benoit Martins
ffc5b2cb22 Fix emoji.png 2023-06-13 10:09:41 +02:00
Benoit Martins
00c5b44d44 Fix 2023-06-13 10:09:41 +02:00
Benoit Martins
b9ebd3300c Change Emoji Picker lib 2023-06-13 10:09:41 +02:00
Benoit Martins
8555affdec Change project.pbxproj 2023-06-13 10:09:41 +02:00
Benoit Martins
31b11e5317 Change IPHONEOS_DEPLOYMENT_TARGET to 11.2 in Podfile 2023-06-13 10:09:41 +02:00
Benoit Martins
c711911184 Add emoji button and change emoji picket lib (Now use MCEmojiPicker) 2023-06-13 10:09:41 +02:00
Benoit Martins
68a908d19a Add EmojisPicker lib 2023-06-13 10:09:41 +02:00
benoit.martins
b7d645bb74 Add emojis picker 2023-06-13 10:09:41 +02:00
Benoit Martins
c41ef3323d Fix some crashes reported by crashlytics (InitDataSource and refreshData) 2023-06-13 10:09:41 +02:00
Benoit Martins
f4e4f79bb7 Fix sendButton state in ChatConversationViewSwift
Fix voice recording bubble
2023-06-13 10:09:41 +02:00
Benoit Martins
9a1273a02b Change keyboardDismissMode to interactive 2023-06-13 10:09:41 +02:00
Benoit Martins
9a01f1d663 Remove project.pbxproj changes 2023-06-13 10:09:41 +02:00
Benoit Martins
14e6f382b8 Fix voice recording message
Fix collectionViewMedia in ChatConversationViewSwift
2023-06-13 10:09:41 +02:00
benoit.martins
25813dc15f Fix crash when receive message with multiple media
Fix presence latestActivityTimestamp
2023-06-13 10:09:41 +02:00
benoit.martins
962ab4c267 Rebase 2023-06-13 10:09:41 +02:00
Benoit Martins
1baa68f240 Remove reloadData when ChatConversationTableViewSwift view did appear 2023-06-13 10:09:41 +02:00
Benoit Martins
9a2885ed78 Fix avatar image in MultilineMessageCell (Use always default avatar when address not in contact list) 2023-06-13 10:09:41 +02:00
Benoit Martins
88e497a783 Remove print in Avatar Class 2023-06-13 10:09:41 +02:00
Benoit Martins
139ac987d8 Fix minor problems with presence 2023-06-13 10:09:41 +02:00
benoit.martins
5f297b5dec Add RemoveAllDelegate in AvatarBridge 2023-06-13 10:09:41 +02:00
benoit.martins
4ec3d89d42 Add presence delegate in ChatConversationViewSwift
Fix presence delegate not removed from Avatar class
2023-06-13 10:09:41 +02:00
benoit.martins
cb9707a231 Displaying presence in BackActionNavigationView 2023-06-13 10:09:41 +02:00
Benoit Martins
b045117ed7 Add LinphoneFriendPresenceUpdate observer in ChatConversationTableViewSwift
Remove LinphoneFriendPresenceUpdate observer of NotificationCenter when view disappear
2023-06-13 10:09:41 +02:00
Benoit Martins
ac9f26b5aa Add user avatar presence in chat room swift 2023-06-13 10:09:41 +02:00
Benoit Martins
78d7f0029a Change in ChatConversationView.xib and project file 2023-06-13 10:09:41 +02:00
Benoit Martins
af93f13ea7 Change Project file 2023-06-13 10:09:41 +02:00
Benoit Martins
57f374d440 Refresh item of collectionView when download is finished 2023-06-13 10:09:41 +02:00
benoit.martins
b3d07835ee Add Download Media UI in Bubble Chat Message 2023-06-13 10:09:41 +02:00
Benoit Martins
d4b9f4b976 New UI for messageBubble (Swift) 2023-06-13 10:09:41 +02:00
Benoit Martins
dfa697e0d7 Add all ChatConversation callbacks (delegates) 2023-06-13 10:09:41 +02:00
Benoit Martins
b57ae83662 Add CustomAlertController and functions called in alertController (Start group call and go to Device list view) 2023-06-13 10:09:41 +02:00
Benoit Martins
06cf997eb5 Add DropDown menu 2023-06-13 10:09:41 +02:00
Benoit Martins
9c268b9ae4 Add Secure Badge and participants authentication Custom PopUp 2023-06-13 10:09:41 +02:00
Benoit Martins
312e6a359d First View of ChatConversationSwift 2023-06-13 10:09:41 +02:00
Benoit Martins
c0acf23d00 Add ChatConversationViewModel 2023-06-13 10:09:41 +02:00
Benoit Martins
847bda153d Rebase Release 5.1 2023-06-13 10:09:41 +02:00
Benoit Martins
2a4db9759d Rebase 2023-06-13 10:09:41 +02:00
Benoit Martins
ac376631d1 Remove print in file_transfer_progress_indication_recv 2023-06-13 10:09:41 +02:00
Benoit Martins
053b39083c Add default image when filepath is empty
Remove FileTransfer Callbacks when leave chatroom
Fix editMode
2023-06-13 10:09:40 +02:00
Benoit Martins
26b51208ba Fix upload and download media loader 2023-06-13 10:09:40 +02:00