Commit graph

5026 commits

Author SHA1 Message Date
Flescio
54602b63ec
Merge pull request #7301 from vector-im/flescio/7253-Add_mar_kas_unread_option_for_rooms
Flescio/7253 add mar kas unread option for rooms
2023-01-31 12:37:40 +01:00
Nicolas Mauri
13698ee8e7
Merge pull request #7302 from vector-im/nimau/7189_vb_decryption_error
Inform the user about decryption errors during a voice broadcast
2023-01-31 10:23:47 +01:00
Andy Uhnak
c54546d3b8 Display backup import progress 2023-01-30 15:49:10 +00:00
Nicolas Mauri
85925600bc Hide decryption errors only for voice broadcast chunks. 2023-01-30 16:37:58 +01:00
Flavio Alescio
728dd10afd function renamed as in sdk 2023-01-30 16:04:58 +01:00
Flavio Alescio
c794354386 Merge branch 'develop' into flescio/7253-Add_mar_kas_unread_option_for_rooms 2023-01-30 15:55:30 +01:00
Anderas
b741d3526d
Merge pull request #7310 from vector-im/andy/crypto_password
Generate Crypto SDK store key
2023-01-30 11:42:40 +00:00
Flavio Alescio
d97095e55d function renamed 2023-01-27 15:28:02 +01:00
Andy Uhnak
4a2a057a9b Generate crypto store key 2023-01-27 10:20:40 +00:00
Doug
78a427238d Merge branch 'master' into develop 2023-01-26 17:17:17 +00:00
Andy Uhnak
3e286d1abb Ensure E2EE never tracks UnknownError 2023-01-26 11:23:25 +00:00
Nicolas Mauri
c0e5697f07 Inform the user about decryption errors during a voice broadcast 2023-01-25 17:23:42 +01:00
Flavio Alescio
612b80d820 room set manually unread style without notification count 2023-01-25 11:05:54 +01:00
Flavio Alescio
12e63a0080 Merge branch 'develop' into flescio/7253-Add_mar_kas_unread_option_for_rooms 2023-01-25 10:28:37 +01:00
Gil Eluard
ddd264a5f8 App Layout: Removed the onboarding flow 2023-01-24 21:25:58 +01:00
Alfonso Grillo
82d2ad8e34
Merge pull request #7293 from vector-im/alfogrillo/fetch_poll_history
Fetch poll history (PSG-1043)
2023-01-24 16:31:27 +01:00
Phl-Pro
b41c9b1f5c
Merge pull request #7275 from vector-im/phlpro/remove-duplicate-leave-room-button
Remove "Leave" button on Room details screen
2023-01-24 10:56:46 +01:00
Nicolas Mauri
c06302993b
Merge pull request #7290 from vector-im/nimau/PSF-1630-add_support_msc3912
Implement MSC3912 to delete server side all the data of the deleted voice broadcast
2023-01-24 09:16:55 +01:00
Andy Uhnak
0c17457299 Fix compile error 2023-01-23 17:14:11 +00:00
Nicolas Mauri
fd71b40d4e Always try to delete a voicebroadcast with relations. The SDK will ensure the feature is supported. 2023-01-23 17:06:47 +01:00
Nicolas Mauri
ad796ee509 Use the new endpoint for redaction 2023-01-23 16:47:17 +01:00
Nicolas Mauri
7aea56606a
Merge pull request #7291 from vector-im/nimau/7285_voicebroadcast_connection_issue
Detect and handle the lost of connectivity with the homeserver while recording a voice broadcast
2023-01-23 14:29:32 +01:00
Alfonso Grillo
3b29c561b1 Begin PollHistoryService 2023-01-23 12:09:46 +01:00
Anderas
19320c2abe
Merge pull request #7272 from vector-im/andy/migrate_crypto
Add labs settings for Crypto SDK
2023-01-23 09:22:11 +00:00
Nicolas Mauri
6f019b8918 Pause the voicebroadcast recording if the homeserver is not reachable 2023-01-20 19:42:15 +01:00
Nicolas Mauri
37bd17798c Delete a voice broadcast with all related events if MSC3912 is supported. 2023-01-19 18:22:25 +01:00
Alfonso Grillo
fdf1839b12
Merge pull request #7284 from vector-im/alfogrillo/reply_to_ended_polls
Render replies to ended polls (PSG-1131)
2023-01-19 10:34:42 +01:00
Andy Uhnak
9480bb714a Display migration progress during startup 2023-01-18 16:45:32 +00:00
Yoan Pintas
f410ad13ad
Voice broadcast connection error handling while recording (#7282) 2023-01-18 16:27:13 +00:00
Alfonso Grillo
2a2df206b5 Improve code 2023-01-18 17:22:38 +01:00
Alfonso Grillo
80ce6b7f51 Handle edge cases for plain “body” 2023-01-18 16:35:39 +01:00
Alfonso Grillo
69f3df0867 Improve formatter 2023-01-18 16:35:39 +01:00
Alfonso Grillo
a8d041da3b Add replacement logic for “Ended poll” text 2023-01-18 16:35:39 +01:00
Alfonso Grillo
8ad5489a5e Add new localisation for ended poll replies 2023-01-18 16:35:39 +01:00
Yoan Pintas
02477cc240
Handle a connection issue when we try to start a new voice broadcast (#7276) 2023-01-17 14:49:36 +00:00
Nicolas Mauri
a9ff1282cf
Merge pull request #7257 from vector-im/nimau/PSF-1734_vb_control_center
Fix the now playing info center while a voice broadcast is played
2023-01-17 09:38:28 +01:00
Nicolas Mauri
f8a851b5dd Make sure we store the last block sequence sent (even if it's 0) 2023-01-16 16:00:18 +01:00
Nicolas Mauri
648b4091a6 Live voice broadcast should not appear in Info Center while playing 2023-01-16 15:24:40 +01:00
Philippe Loriaux
dcd5e66068 Remove "Leave" button on Room details screen 2023-01-16 14:58:18 +01:00
Nicolas Mauri
ee51fc7485 Improved voice broadcast completion detection during playback 2023-01-16 14:37:53 +01:00
Andy Uhnak
f098e77ff6 Add labs settings for crypto v2 2023-01-16 12:12:54 +00:00
Alfonso Grillo
3b172e60c3
Merge pull request #7267 from vector-im/alfogrillo/active_poll_history
Active poll history UI (PSG-906)
2023-01-16 12:43:07 +01:00
Nicolas Mauri
f8717de59e
Merge pull request #7266 from vector-im/nimau/PSF-1851_VB_sent_as_VM
Fix how is resent a voice broadcast chunk
2023-01-16 12:29:15 +01:00
Nicolas Mauri
c8bdab7e18 Code cleanup 2023-01-13 15:29:51 +01:00
Alfonso Grillo
c7c3b85589 Add changelog.d file 2023-01-13 11:04:40 +01:00
Velin92
3284437fc0
Merge pull request #7262 from vector-im/mauroromito/change_link_colour
Different link colours are now supported and by default most links are now in blue in the timeline
2023-01-13 10:58:22 +01:00
Nicolas Mauri
3d8d6e10bc Fix how is resent a voice broadcast chunk 2023-01-13 08:33:30 +01:00
Mauro Romito
1b9a26c3cc replaced UIColor link with ThemeService links color everywhere it was used, and included the ThemeService in NSE and SiriIntents 2023-01-12 17:54:44 +01:00
Mauro Romito
50cf98e692 added the links color wherever possible 2023-01-12 16:45:43 +01:00
Nicolas Mauri
8ba0fea026 Remove strong references on audio players used for voicebroadcast 2023-01-12 15:55:06 +01:00