Commit Graph

2118 Commits

Author SHA1 Message Date
Mauro Romito fc1c22c08c refactor completed 2023-03-06 14:59:03 +01:00
Nicolas Mauri 72bbf08dc3 Merge pull request #7396 from vector-im/nimau/6612-dm-email
Direct Message: manage encrypted DM in case of invite by email
2023-03-06 12:04:53 +01:00
Alfonso Grillo 01839bfa27 Fix poll ended event rendering 2023-03-02 17:49:15 +01:00
Nicolas Mauri 71281ce1cc Direct Message: manage encrypted DM in case of invite by email
- Don’t allow to invite more than one contact by email
- The DM will be created by enabling the encryption when the HS promotes the encryption
- The chat composer is disabled until a matrix account is created by using the invited email
2023-02-27 18:42:18 +01:00
aringenbach a6300b8ebc Update composer library version to 1.1.0 (#7365)
* Update composer library version to 1.1.0

* Add changelog file
2023-02-13 10:44:03 +01:00
Alfonso Grillo 8b7cecfe26 Merge pull request #7353 from vector-im/alfogrillo/fallback_poll_ended_event
Fallback for poll ended event (PSG-1156)
2023-02-10 10:33:39 +01:00
Nicolas Mauri 8ee26ab378 Fix some voice message issues (#7325, #7217)
Fix #7325: prevent setting the audio session to inactive during recording
Fix #7217: ensure that an audio player has its content loaded when it reaches the end to allow seek and replay.
2023-02-09 11:58:38 +01:00
Alfonso Grillo f6dfd2cc51 Sync with matrix feature branch 2023-02-08 17:29:30 +01:00
Nicolas Mauri 81d7ca260b Fix an issue where a voice message disappears after being sent 2023-02-08 15:07:40 +01:00
Flavio Alescio 638e62908f Merge commit '2aaef072e4a2cdae4e49c801136613292c6e292d' into flescio/1040-poll_detail 2023-02-01 10:13:28 +01:00
aringenbach 5e167bb0ef Merge pull request #7317 from vector-im/aringenbach/7316_indentation_support
Labs: Rich text editor: enable list items indentation
2023-02-01 09:44:45 +01:00
Flavio Alescio ae0ba375a2 indentation 2023-01-31 16:55:59 +01:00
Flavio Alescio bb5f9f1c82 Merge commit '54602b63ec29ec85322e7942359969b34ab8605a' into flescio/1040-poll_detail 2023-01-31 16:03:49 +01:00
Flavio Alescio 2f51f66d5e code restyle for poll detail 2023-01-31 16:03:38 +01:00
Flavio Alescio 2a31567d46 function renamed as in sdk 2023-01-30 16:04:58 +01:00
aringenbach c1968451bb Labs: Rich text editor: enable list items indentation 2023-01-30 15:38:56 +01:00
Flavio Alescio 9d0f5c208b added alert to show possible error, improved tests 2023-01-27 17:10:16 +01:00
Flavio Alescio 5ea70aacd8 added view in timeline action, added tests 2023-01-27 15:07:32 +01:00
Flavio Alescio a9059d1e9c Merge branch 'develop' into flescio/1040-poll_detail
# Conflicts:
#	Riot/Assets/en.lproj/Vector.strings
#	Riot/Generated/Strings.swift
2023-01-25 15:49:40 +01:00
Flavio Alescio 7ba73cfc85 Merge branch 'develop' into flescio/7253-Add_mar_kas_unread_option_for_rooms 2023-01-25 10:28:37 +01:00
Alfonso Grillo 774631ff24 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 72927c3d02 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 3bd2cc1bbd 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 54c5ec8aca Use the new endpoint for redaction 2023-01-23 16:47:17 +01:00
Flavio Alescio 84e8d879bd added poll detail scene with mock data 2023-01-23 16:38:53 +01:00
Alfonso Grillo b582b32827 Begin PollHistoryService 2023-01-23 12:09:46 +01:00
Nicolas Mauri 474a3077ee Delete a voice broadcast with all related events if MSC3912 is supported. 2023-01-19 18:22:25 +01:00
Yoan Pintas 313f715093 Handle a connection issue when we try to start a new voice broadcast (#7276) 2023-01-17 14:49:36 +00:00
Nicolas Mauri 918cd6656f 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 3237a5d8c3 Live voice broadcast should not appear in Info Center while playing 2023-01-16 15:24:40 +01:00
Philippe Loriaux 2bcfdb8f0f Remove "Leave" button on Room details screen 2023-01-16 14:58:18 +01:00
Alfonso Grillo 14fbede1b2 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 3d8bf9d90f 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 36188fdcf3 Code cleanup 2023-01-13 15:29:51 +01:00
Alfonso Grillo 55714f44c7 Add changelog.d file 2023-01-13 11:04:40 +01:00
Mauro Romito a9f9b77fb5 added the links color wherever possible 2023-01-12 16:45:43 +01:00
Nicolas Mauri 9c2b06b825 Remove strong references on audio players used for voicebroadcast 2023-01-12 15:55:06 +01:00
Alfonso Grillo 441e287607 Cleanup scaffolding 2023-01-12 12:06:15 +01:00
Alfonso Grillo 9385eb90cd Add poll history scaffolding 2023-01-12 11:43:29 +01:00
Alfonso Grillo 815e2fb0a3 Add poll history in room’s settings 2023-01-12 10:42:56 +01:00
Nicolas Mauri 9b7f72e3e1 Fix NowPlayingInfoCenter for a live voice broadcast 2023-01-12 09:35:14 +01:00
Mauro Romito 3c2ab08e02 fix 2023-01-11 21:29:02 +01:00
Mauro Romito d50ef171d5 the behaviour is now the same as android for links, except for the the "(edited)" button which should be grey and this fix has made it blue, will check how to solve this but it might also need some design inputs regarding the "reply" label (which as android is blue, but both are very different from the ) 2023-01-11 18:45:03 +01:00
Nicolas Mauri fefa22cfe7 Fixe the now playing info center while a voice broadcast is played 2023-01-11 18:14:50 +01:00
Mauro Romito e9b683d00e default link color in the RTE 2023-01-11 15:20:18 +01:00
Flavio Alescio 8fd6baa3c9 Add mark as unread option for rooms 2023-01-10 16:13:14 +01:00
Phl-Pro 2958115762 Handle VoIP buttons when VB is used (#7225) 2023-01-10 14:24:46 +00:00
Alfonso Grillo 4abf645596 Merge pull request #7231 from vector-im/alfogrillo/render_poll_end_event
Render poll ended event in the timeline (PSG-196)
2023-01-10 14:49:13 +01:00
Alfonso Grillo 8596b36257 Cleanup code 2023-01-10 12:20:34 +01:00
Alfonso Grillo 4bc37ba146 Fix reactions layout 2023-01-10 12:19:39 +01:00