Commit graph

76 commits

Author SHA1 Message Date
Benoit Martins
ee328e2c46 Set scaleAspectFit for imageViewBubble and imageVideoViewBubble in MultilineMessageCell 2023-06-29 15:07:51 +02:00
Benoit Martins
dd023b5b9d Remove prints 2023-06-28 13:10:29 +02:00
Benoit Martins
9bdd7f65fe Fix TextViewer and add popup for other file types 2023-06-28 13:10:29 +02:00
Benoit Martins
54e772a47f Fix pdf viewer and plain text file 2023-06-28 13:10:29 +02:00
Benoit Martins
3c1a905e46 Finish ImageViewer 2023-06-28 13:10:29 +02:00
Benoit Martins
47eee70b66 Fix message bubble click 2023-06-16 14:29:58 +02:00
Benoit Martins
d439520e1f Fix Index out of range for imagesGridCollectionView 2023-06-16 14:29:58 +02:00
Benoit Martins
3d99102426 Fix Crashlytics bugs 2023-06-16 14:29:58 +02:00
Benoit Martins
2b06b47d99 Change chat bubble color 2023-06-15 13:48:03 +02:00
benoit.martins
9a97af80e5 Add Copyright Belledonne Communications text in files 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
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
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
139ac987d8 Fix minor problems with presence 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
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
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
Benoit Martins
cdf517b7a9 Fix upload and download media loader 2023-06-13 10:09:40 +02:00
Benoit Martins
392d218c4f Check if url can be created in createThumbnailOfVideoFromFileURL (MultilineMessageCell and ChatConversationViewModel) 2023-06-13 10:09:40 +02:00
Benoit Martins
ae974b933c Check of previousEvent is nil in isFirstIndexInTableView 2023-06-13 10:09:40 +02:00
Benoit Martins
e0e41c63e5 Fix file_transfer_progress_indication_recv when indexTransferProgress is equal to -1 2023-06-13 10:09:40 +02:00
benoit.martins
999d989951 Fix media sent from galery 2023-06-13 10:09:40 +02:00
Benoit Martins
1cb2a47e9b Fix unlimited cell creation in ChatConversationViewSwift
Fix reloadData when orientation is changed
2023-06-13 10:09:40 +02:00
benoit.martins
1a26b1d6cb Replace UICollectionLayoutListConfiguration instead SwipeCollectionView to swipe items from the collectionview 2023-06-13 10:09:40 +02:00
Benoit Martins
2ebf4e03fa Fix deleteItemCheckBox and fix collectionViewImagesGrid.insertItems for one item (MultilineMessageCell) 2023-06-13 10:09:40 +02:00
benoit.martins
768f505559 Add leading and trailing SwipeActions for bubbles 2023-06-13 10:09:40 +02:00
Benoit Martins
cd9778b3a1 Remove all prints (replaced by Logs) 2023-06-13 10:09:40 +02:00
Benoit Martins
2276565c1c Add email, phone number and url link in MultilineMessageCell 2023-06-13 10:09:40 +02:00
buildbot
f9cbfa1731 (commit by Quentin) fix xcode 13 build 2023-06-13 10:09:40 +02:00
Benoit Martins
7f1720ea89 Change in ChatConversationView.xib and project file 2023-06-13 10:09:40 +02:00
benoit.martins
67554b43f4 Increase size of bubble text when it's only composed of emojis 2023-06-13 10:09:40 +02:00
benoit.martins
c619d61d8c Fix GridCollectionView with text 2023-06-13 10:09:40 +02:00
Benoit Martins
448a567bfe Fix CollectionView when receive new message (IndexPath Reversed) 2023-06-13 10:09:40 +02:00
Benoit Martins
216fdd3bd5 Fix collectionView 2023-06-13 10:09:40 +02:00
Benoit Martins
43375e2ab1 Fix UICollectionView when receive a new message 2023-06-13 10:09:40 +02:00
Benoit Martins
6a500e19fa Fix loader when sending media 2023-06-13 10:09:40 +02:00
Benoit Martins
0e3dbc4125 Fix VFS media (delete file after exportPlainFile) 2023-06-13 10:09:40 +02:00
Benoit Martins
c8e7e4591a Can delete multiple messages on Edit mode 2023-06-13 10:09:40 +02:00
Benoit Martins
1fd242122f Add checkbox for delete messages 2023-06-13 10:09:40 +02:00
Benoit Martins
346e84615f Fix QLPreviewController 2023-06-13 10:09:40 +02:00
Benoit Martins
e7f9c24309 Add QLPreviewController for displaying media in native viewer
Fix some problems with images in bubbleChat
2023-06-13 10:09:40 +02:00
benoit.martins
65a908d37a Fix not UTF8 URL in message with one media 2023-06-13 10:09:40 +02:00
Benoit Martins
61a7b7a562 Add image player when click on bubble view 2023-06-13 10:09:40 +02:00
Benoit Martins
7bec5efb9a Fix Ephemeral timer 2023-06-13 10:09:40 +02:00
Benoit Martins
9e630d7366 Add Ephemeral Timer for messages 2023-06-13 10:09:40 +02:00