Commit graph

9850 commits

Author SHA1 Message Date
Nicolas Mauri
0caba8b20d Fix clearCache method on VoiceMessageAttachmentCacheManager 2023-01-06 16:14:43 +01:00
Nicolas Mauri
daea28bf73
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
f7e396215f
Merge pull request #7237 from vector-im/nimau/7232_crash_new_dm_creation
fixed a crash when a new DM room is created (#7232)
2023-01-06 09:21:54 +01:00
Nicolas Mauri
09d9e27bb7 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
Yoan Pintas
7cd73e1cc6
Update sub label (#7228) 2023-01-05 13:59:28 +01:00
Nicolas Mauri
3561b4111c 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
5510f1205d
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
5e3776524e Fix module navigation 2023-01-03 15:39:08 +01:00
Johannes Marbach
e4ee7cf0ba 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
Alfonso Grillo
512f45d569 Amend comment 2023-01-03 13:25:56 +01:00
Alfonso Grillo
1e4b3f992e Fix navigation to replied message 2023-01-02 19:49:52 +01:00
Gil Eluard
c4d66d6364
Merge pull request #7185 from vector-im/gil/6059-Load_thread_list_using_server-side_sorting_and_pagination
Load the thread list using server-side sorting and pagination
2022-12-28 10:36:19 +01:00
Phl-Pro
ece07c4446
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
Alfonso Grillo
c758d3504a
Merge pull request #7180 from vector-im/alfogrillo/design_review_fixes
UI/UX fixes on device manager after design review (PSG-1100)
2022-12-19 19:36:05 +01:00
Yoan Pintas
7a513cf0e5
[Voice Broadcast] Add chunk after decrypting the event. (#7181) 2022-12-19 19:32:01 +01:00
Yoan Pintas
3e9b3aa877
Update the room description in the rooms list in case of live broadcast (incoming or outgoing) (#7160) 2022-12-19 19:26:55 +01:00
Gil Eluard
8a9f1d2a78 Load the thread list using server-side sorting and pagination 2022-12-19 14:56:06 +01:00
Alfonso Grillo
adf77fd0a9 Update copy 2022-12-16 17:44:54 +01:00
Mauro Romito
5efc17c3f7 Merge branch 'develop' into mauroromito/inline_code 2022-12-16 10:09:31 +01:00
Mauro Romito
fd10308048 updated package and added background color 2022-12-15 18:45:33 +01:00
Phl-Pro
8366c96360
Merge pull request #7165 from vector-im/phlpro/voice_broadcast_player_timeline
VoiceBroadcast: Replace the player timeline
2022-12-15 16:39:53 +01:00
Mauro Romito
0633eedc06 fix that works both iOS 15 and iOS 16 2022-12-15 16:33:25 +01:00
Velin92
9c1341118c
Merge pull request #7170 from vector-im/mauroromito/7109_fix_formatted_links
Fix for formatted links appearing in black
2022-12-15 12:37:38 +01:00
Mauro Romito
32855a04b9 better comment 2022-12-15 12:36:44 +01:00
Anderas
3ad01671c0
Merge pull request #7167 from vector-im/andy/fix-issues
Fix Sentry errors
2022-12-15 09:41:53 +00:00
Mauro Romito
2a06ee59bc Revert "removed underline from links"
This reverts commit 3744d03556.
2022-12-15 04:29:49 +01:00
Mauro Romito
3744d03556 removed underline from links 2022-12-15 04:28:01 +01:00
Mauro Romito
2518075dc0 code improvement 2022-12-15 03:40:15 +01:00
Mauro Romito
ece237fbd8 better comment 2022-12-15 03:37:15 +01:00
Mauro Romito
3552ed7522 removed unused code 2022-12-15 01:44:26 +01:00
Mauro Romito
22479c53d6 fix 2022-12-15 01:41:45 +01:00
Andy Uhnak
9d806abcdc Fix Sentry errors 2022-12-14 17:25:27 +00:00
Philippe Loriaux
c636bc62b9 Update slider thumb image 2022-12-14 17:36:46 +01:00
Philippe Loriaux
4e60ddee39 Replace the player timeline 2022-12-14 17:36:46 +01:00
Phl-Pro
34159cb63a
Merge pull request #7146 from vector-im/phlpro/voice_broadcast_backward_forward
VoiceBroadcast: Add backward and forward buttons for playback
2022-12-14 17:34:49 +01:00
Mauro Romito
7e23acd37c inline code added 2022-12-14 17:12:06 +01:00
Velin92
a484c283cb
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
5782a983ac localisation added 2022-12-13 13:56:49 +01:00
Alfonso Grillo
7170daa82f
Merge pull request #7140 from vector-im/alfogrillo/badge_threshold
Add threshold for unread messages in all the spaces
2022-12-13 13:38:56 +01:00
Mauro Romito
5d28f87c5d link color support added 2022-12-12 19:26:45 +01:00
Mauro Romito
f1545f7485 fix 2022-12-12 18:50:26 +01:00
Mauro Romito
b12244338f implementation done, only tests, localisation and design feedback are left 2022-12-12 18:29:13 +01:00
Gil Eluard
7a05ee3a46 Turn on Threads for all users 2022-12-12 16:43:06 +01:00
Mauro Romito
ef1b189813 WIP 2022-12-12 15:39:57 +01:00
Gil Eluard
f12eafa9c4
Merge pull request #7153 from vector-im/gil/Use_cross-platform_consistent_naming_for_threads_in_labs
Use cross-platform consistent naming for threads in labs
2022-12-12 10:42:54 +01:00
Gil Eluard
892f1a5066
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
5bef5e04a7 Use cross-platform consistent naming for threads in labs 2022-12-09 15:10:41 +01:00
Gil Eluard
2b66bbe57a Thread preview doesn't update in main timeline
- Fixed
2022-12-09 14:58:07 +01:00
Philippe Loriaux
c97ca80250 Add Voice Broadcast backward and forward buttons for playback 2022-12-08 14:54:13 +01:00
Anderas
5edb9b08aa
Merge pull request #7141 from vector-im/andy/todevice-id
Add message id for to-device events
2022-12-08 10:54:24 +00:00