Commit Graph

2065 Commits

Author SHA1 Message Date
Nicolas Mauri 7b24fba5f5 Pause voice broadcast listening on new voice broadcast recording (#7192) 2023-01-09 17:41:21 +01:00
Nicolas Mauri c4542cb796 Merge pull request #7245 from vector-im/nimau/7235_prevent_new_voicemessage_during_VB
Send voice message should not be allowed during a voice broadcast recording (#7235)
2023-01-09 17:13:53 +01:00
Nicolas Mauri 522ed51a79 Merge pull request #7243 from vector-im/nimau/7179_VB_reactions
add support for reactions on VB (#7179)
2023-01-09 17:09:33 +01:00
Nicolas Mauri 9a792f6053 Allow to add reactions on VB using a long press gesture 2023-01-09 14:18:31 +01:00
Nicolas Mauri 905a7bb3ea Send voice message should not be allowed during a voice broadcast recording (#7235) 2023-01-06 17:45:48 +01:00
Nicolas Mauri 250e3c5a05 Fix clearCache method on VoiceMessageAttachmentCacheManager 2023-01-06 16:14:43 +01:00
Nicolas Mauri 315bed3fe6 add support for reactions on VB (#7179) 2023-01-06 12:18:19 +01:00
Nicolas Mauri 0033e0e724 Merge pull request #7242 from vector-im/nimau/7240_voice_message_temp_file_not_deleted
Fix temporary file deletion for a voice message (#7240)
2023-01-06 09:29:32 +01:00
Nicolas Mauri b334a4a46b Fix temporary file deletion for a voice message (#7240)
Signed-off-by: Nicolas Mauri <nicolasm@element.io>
2023-01-05 16:43:04 +01:00
Nicolas Mauri 1d96d94e65 fixed a crash when a new DM room is created (#7232)
Signed-off-by: Nicolas Mauri <nicolasm@element.io>
2023-01-05 10:47:01 +01:00
Alfonso Grillo 9b909c9e60 Merge pull request #7221 from vector-im/alfogrillo/fix_navigation_to_replied_message
Fix navigation from replies
2023-01-04 16:16:08 +01:00
Alfonso Grillo c794a4f266 Fix module navigation 2023-01-03 15:39:08 +01:00
Johannes Marbach 7ce4667977 Fix hidden live location timeline tiles after text messages
This prevents `MXEventTypeBeaconInfo` events from being added into other
bubble cell data objects.

Previously, when starting a live location share right after
sending a text message, the beacon info event would get appended into the text
message's bubble cell data which prevented it from rendering.

Similarly, when restarting the app in such a situation the events would be getting
reprocessed _in backwards order_ which meant the final beacon info landed in
its own bubble cell data (causing it to render) but a beacon info right before the
text message would now get combined with the text message causing it to go hidden.
2023-01-03 13:57:23 +01:00
Phl-Pro 746391ae23 VoiceBroadcast: Manage app crash cases when recording (#7188)
* Cancel automatically a Voice Broadcast from a room after an app crash
* We limit for the moment the uncompleted voice broadcast cleaning to the breadcrumbs rooms list

By considering potential performance issues, we decided to limit the uncompleted VB cleaning in the recents list service:
- we run the process only once when the application is resumed
- we run the process only on the breadcrumbs rooms list

This prevent us from checking several times in parallel the same room (because a room may be listed in several recents sections)
This prevent us from checking several times the same room (each room should be checked only once after the app resume)
If a room is not checked from the recents list, a sanity check is still done in RoomViewController (to clean the room when the user opens it)
2022-12-23 15:25:52 +01:00
Yoan Pintas 887a703360 [Voice Broadcast] Add chunk after decrypting the event. (#7181) 2022-12-19 19:32:01 +01:00
Mauro Romito faedb0ceb0 Merge branch 'develop' into mauroromito/inline_code 2022-12-16 10:09:31 +01:00
Mauro Romito 3953b7a3f2 updated package and added background color 2022-12-15 18:45:33 +01:00
Mauro Romito 2054cf2adc Revert "removed underline from links"
This reverts commit 3744d03556ffb89be5c9c7980e7322bbfad894f2.
2022-12-15 04:29:49 +01:00
Mauro Romito cc07823870 removed underline from links 2022-12-15 04:28:01 +01:00
Andy Uhnak 556176606b Fix Sentry errors 2022-12-14 17:25:27 +00:00
Velin92 446d640654 Merge pull request #7158 from vector-im/mauroromito/rich_text_editor_links
Rich Text Editor: Adding/Editing Links feature
2022-12-14 13:31:15 +01:00
Mauro Romito fac9294fe1 link color support added 2022-12-12 19:26:45 +01:00
Mauro Romito 1dc8ecffa5 fix 2022-12-12 18:50:26 +01:00
Mauro Romito 26e735b0b9 implementation done, only tests, localisation and design feedback are left 2022-12-12 18:29:13 +01:00
Mauro Romito 133a66188b WIP 2022-12-12 15:39:57 +01:00
Gil Eluard 720d74b428 Merge pull request #7152 from vector-im/gil/7151-Thread_preview_doesnt_update_in_main_timeline
Thread preview doesn't update in main timeline
2022-12-09 15:55:59 +01:00
Gil Eluard 79bd2c0ef1 Thread preview doesn't update in main timeline
- Fixed
2022-12-09 14:58:07 +01:00
Mauro Romito 66c20094d2 boilerplate setup completed 2022-12-07 19:22:33 +01:00
Mauro Romito 6882f507a7 creating the coordinator for the link action view 2022-12-07 18:17:28 +01:00
Philippe Loriaux 9663c6ada9 Update RoomDataSource init finalization to fix peeking case 2022-12-02 16:31:34 +01:00
Mauro Romito ffa19f24d4 fix for 7130 ? 2022-11-30 15:37:00 +01:00
Mauro Romito 8960197329 better fix for iPhone 14 2022-11-30 14:04:38 +01:00
Mauro Romito 7bb758ad3e fix for iPhone 14 2022-11-30 13:41:08 +01:00
Mauro Romito a7953c092b fix for iOS 15 fullscreen mode not working 2022-11-30 13:27:07 +01:00
Mauro Romito 2bb8f97992 spacing improvement from bottom in plain text mode 2022-11-29 19:13:49 +01:00
Mauro Romito 15a00ba9f9 fix 2022-11-29 12:10:29 +01:00
Yoan Pintas 0cb4e69f05 Support voice broadcast live playback (#7094) 2022-11-25 20:59:34 +01:00
Phl-Pro 5e5272ad03 Merge pull request #7103 from vector-im/phlpro/voicebroadcast_left_time
Add the left time in the Voice Broadcast tile recorder
2022-11-25 09:28:21 +01:00
Philippe Loriaux 0d940098f1 Fix scroll issues with VoiceBroadcastPlayback cells (by fixing SizableBaseRoomCell) 2022-11-23 14:48:54 +01:00
Mauro Romito 14e00f5ea2 suggest PR changes 2022-11-23 13:35:05 +01:00
Mauro Romito 31c5370a97 removed a reference to a constraint that was not needed but only created a constraint issue when restored during the animation for dismissal 2022-11-22 19:47:44 +01:00
Mauro Romito 4b6442c7fc hide button and revert state when rotating on an iPhone, also fixed the positioning of the strikethrough and underline, and the maxCompressed size in landscape mode is always adapted to be visible. 2022-11-22 18:21:59 +01:00
Doug f1b2d83e8f Fix a crash when a voice message finishes. 2022-11-22 09:46:26 +00:00
Velin92 8e30ef5a7a Merge pull request #7059 from vector-im/mauroromito/fullscreen_mode_2
Rich Text Editor: Fullscreen mode
2022-11-15 21:18:51 +01:00
Mauro Romito db56299f44 improved code and stability 2022-11-15 20:26:58 +01:00
Mauro Romito 19b9696bd4 improving the dismiss of the keyboard 2022-11-15 19:23:27 +01:00
Mauro Romito 3902b12a04 full screen improvements 2022-11-15 18:56:00 +01:00
Mauro Romito d4ccd1faad improvements 2022-11-15 17:52:45 +01:00
Mauro Romito ade261b377 dismiss fullscreen when sending a message 2022-11-15 17:01:07 +01:00
Gil Eluard c97fbf9760 Display number of unread messages above threads button 2022-11-15 11:36:43 +01:00