Commit graph

904 commits

Author SHA1 Message Date
Yoan Pintas
4cb21f7b7d
Ignore the voice broadcast chunks at the notifications level (#7230) 2023-01-10 09:54:17 +00:00
Nicolas Mauri
e2a628ae0c
Merge pull request #7246 from vector-im/nimau/7192_pause_VB_listening_new_VB
Pause voice broadcast listening on new voice broadcast recording (#7192)
2023-01-10 09:14:45 +01:00
Nicolas Mauri
874ec2bd5d Pause voice broadcast listening on new voice broadcast recording (#7192) 2023-01-09 17:41:21 +01:00
Alfonso Grillo
7537ecd5f9
Merge pull request #7206 from vector-im/alfogrillo/poll_decryption_message
Handle decryption errors in polls (PSG-1023)
2023-01-09 17:20:28 +01:00
Nicolas Mauri
b1b2a4ba32
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
ec02f51fbb
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
3ba73dfc5a Send voice message should not be allowed during a voice broadcast recording (#7235) 2023-01-06 17:45:48 +01:00
Nicolas Mauri
89cec931a5 Add Towncrier file 2023-01-06 16:22:19 +01:00
Nicolas Mauri
48cdd5f392 add support for reactions on VB (#7179) 2023-01-06 12:18:19 +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
Gil Eluard
a8e2ec0cea
Merge pull request #7212 from vector-im/gil/6579-App_Layout-Wrap_space_names_in_bottom_sheet
App Layout: Space names in the bottom sheet should wrap to 1 line only
2023-01-04 10:23:52 +01:00
Alfonso Grillo
59cc3c0936
Merge pull request #7214 from vector-im/alfogrillo/dm_fix_session_name_fallback
Change display name fallback for sessions
2023-01-04 09:55:34 +01:00
Alfonso Grillo
addbbc8d95 Add changelog.d file 2023-01-03 15:54:05 +01:00
Johannes Marbach
7781f6eb39 Add changelog 2023-01-03 14:03:45 +01:00
Alfonso Grillo
61e2b6625f Add changelog.d file 2022-12-30 11:46:15 +01:00
Gil Eluard
036842e1d3 App Layout: Space names in the bottom sheet should wrap to 1 line only 2022-12-28 11:03:15 +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
Alfonso Grillo
12e05b0043 Add changelog.d file 2022-12-23 15:48:53 +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
Aleksandrs Proskurins
80d3f577fc
Update xcversion to 14.2 (#7187)
* Update xcversion to 14.2

* Changelog
2022-12-20 12:08:29 +02: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
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
Phl-Pro
710b09ed44
Merge pull request #7178 from vector-im/phlpro/voice_broadcast_live_buttons_layout
VoiceBroadcast: Update live badge layout for recorder and player cells
2022-12-19 14:44:00 +01:00
Velin92
7428273eec
Merge pull request #7169 from vector-im/mauroromito/inline_code
Rich Text Editor: Inline Code feature
2022-12-16 18:37:04 +01:00
Alfonso Grillo
1c28059fa7 Add changelog.d file 2022-12-16 17:51:12 +01:00
Philippe Loriaux
96fd716c1f Add Towncrier file 2022-12-16 16:43:14 +01:00
Phl-Pro
2a80735fb4
Merge pull request #7172 from vector-im/phlpro/voice_broadcast_live_button
VoiceBroadcast: Link the live icon color to the recording state
2022-12-16 14:27:48 +01:00
Mauro Romito
5efc17c3f7 Merge branch 'develop' into mauroromito/inline_code 2022-12-16 10:09:31 +01:00
Mauro Romito
06959d3fa6 changelog 2022-12-15 18:49:43 +01:00
Philippe Loriaux
fd747a2a54 Add Towncrier file 2022-12-15 17:04:10 +01:00
giomfo
f61d29f1c5
Bug Fix : Crash on new voice broadcast if the room has avatar (#7173)
* Bug Fix : Crash if the room has avatar and voice broadcast tiles

* add logfile

* update logs
2022-12-15 16:46:09 +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
Philippe Loriaux
c4a4112b58 Add Towncrier file 2022-12-15 16:35:29 +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
21be5bea5c changelog 2022-12-15 01:51:33 +01:00
Alfonso Grillo
4038e2b1bf
Merge pull request #7164 from vector-im/alfogrillo/delete_old_account_data
Delete old account data (PSG-635)
2022-12-14 17:43:48 +01:00
Philippe Loriaux
b0b4410f29 Add Towncrier file 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
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
Alfonso Grillo
c4219adb4d Add changelog.d file 2022-12-13 15:46:53 +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
5c985cb9db changelog 2022-12-13 10:37:28 +01:00
Gil Eluard
7a05ee3a46 Turn on Threads for all users 2022-12-12 16:43:06 +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
Doug
e55b4266a0 Update ruby gems. 2022-12-09 12:29:10 +00:00