Commit graph

2151 commits

Author SHA1 Message Date
aringenbach
05cb486d54 Fix sending command with Pills through RTE 2023-04-21 17:13:03 +02:00
aringenbach
bf1ea7d855 Fix RoomInputToolbarTextView pills flushing 2023-04-21 09:30:56 +02:00
aringenbach
01024598f8 Rework MXKSlashCommands to a more Swift-friendly form and use it in suggestion module 2023-04-20 16:45:08 +02:00
aringenbach
6d981004ed Rename UserSuggestion module as CompletionSuggestion 2023-04-20 16:45:08 +02:00
aringenbach
3cdbc26aed Add basic slash commands support to UserSuggestion module 2023-04-20 16:45:08 +02:00
Nicolas Mauri
e3ae9caf8d Fix: Calculation of the frame for a bubble component 2023-04-20 10:14:51 +02:00
Anderas
f23575ef4d
Merge pull request #7508 from vector-im/andy/deprecate_crypto
Deprecate MXLegacyCrypto
2023-04-19 14:14:30 +01:00
Andy Uhnak
855c8d7c90 Refactor encryption trust level 2023-04-19 08:42:11 +01:00
Andy Uhnak
59dffb5806 Deprecate MXLegacyCrypto 2023-04-18 12:45:39 +01:00
aringenbach
c1a9f31ded
Merge pull request #7416 from vector-im/aringenbach/enable_rte_user_mentions
Enable user mentions in Rich Text Editor
2023-04-14 16:19:56 +02:00
Mauro Romito
b3419fc153 we can now support more than just mp4 as audio messages 2023-04-12 14:43:52 +02:00
aringenbach
f9623e351e Rename textDefaultFont to defaultFont and remove unnecessary definition in RoomInputToolbarView.h 2023-04-11 14:54:55 +02:00
aringenbach
9d55eb0ce6 Bump composer version to 2.0.0 and fix PillAttachmentViewProvider 2023-04-11 14:45:44 +02:00
aringenbach
e61c2f18ec Merge branch 'develop' into aringenbach/enable_rte_user_mentions 2023-04-11 14:21:31 +02:00
Nicolas Mauri
f63efbe843 Code cleanup 2023-03-31 16:47:37 +02:00
Nicolas Mauri
dc18e22686 Fix comments 2023-03-30 10:31:33 +02:00
Nicolas Mauri
4913396b9f Fix: read marker update 2023-03-30 10:15:15 +02:00
Nicolas Mauri
6d24e00d40 Fix: read marker update 2023-03-30 10:15:15 +02:00
Nicolas Mauri
c061171de3 Fix: Update the read marker position even if it is not displayed 2023-03-30 10:15:15 +02:00
Doug
71a69d04ff
Add user suggestions for @room. (#7453) 2023-03-28 14:03:39 +01:00
Andy Uhnak
39fdbc901e Simplify event encryption decoration 2023-03-27 14:58:10 +01:00
aringenbach
052acddc3b Update environment object setup and view model context wrapping to restore SwiftUI UI tests 2023-03-23 17:16:57 +01:00
aringenbach
5b2ce25931 Clean WysiwygInputToolbarView code 2023-03-23 17:16:57 +01:00
aringenbach
9c46f607aa Avoid crashing if data source is not ready when translating Pills 2023-03-23 17:16:57 +01:00
aringenbach
2b61b5bc20 Use PillProvider for RTE Pills creation 2023-03-23 17:16:57 +01:00
aringenbach
5fb426f772 Display user suggestion list in fullscreen mode with shared context from UserSuggestionCoordinator 2023-03-23 17:16:57 +01:00
aringenbach
88aac572cc Fix broken constraint after using fullscreen mode 2023-03-23 17:16:57 +01:00
aringenbach
a23987bce2 Update composer library to 1.3.0 and apply changes 2023-03-23 17:16:57 +01:00
aringenbach
1850299455 Always use preferred font for body 2023-03-23 17:16:57 +01:00
aringenbach
3b09fcc0c8 Use textDefaultFont in all variants of the InputToolbarView 2023-03-23 17:16:57 +01:00
aringenbach
c933526f22 Enable user mentions in Rich Text Editor 2023-03-23 17:16:57 +01:00
Andy Uhnak
b33f29e0e7 Revert "Merge pull request #7430 from vector-im/andy/user_trust"
This reverts commit 7f5d3b46eb, reversing
changes made to 5a3adde8f7.
2023-03-22 15:57:25 +00:00
Andy Uhnak
5c669a7fee Refactor encryption trust level 2023-03-16 14:56:50 +00:00
Mauro Romito
5d1758de6d refactor completed 2023-03-06 14:59:03 +01:00
Nicolas Mauri
c568b5ed1d
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
32d4dc2a85 Fix poll ended event rendering 2023-03-02 17:49:15 +01:00
Nicolas Mauri
93275c39b4 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
75049c29e8
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
062789d331
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
8a1f0b96df 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
c83ddda16d Sync with matrix feature branch 2023-02-08 17:29:30 +01:00
Nicolas Mauri
68942d1d6c Fix an issue where a voice message disappears after being sent 2023-02-08 15:07:40 +01:00
Flavio Alescio
5e1e28e7fa Merge commit '2aaef072e4a2cdae4e49c801136613292c6e292d' into flescio/1040-poll_detail 2023-02-01 10:13:28 +01:00
aringenbach
2aaef072e4
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
4556b86c92 indentation 2023-01-31 16:55:59 +01:00
Flavio Alescio
c568fdb9c6 Merge commit '54602b63ec29ec85322e7942359969b34ab8605a' into flescio/1040-poll_detail 2023-01-31 16:03:49 +01:00
Flavio Alescio
d4535c528d code restyle for poll detail 2023-01-31 16:03:38 +01:00
Flavio Alescio
728dd10afd function renamed as in sdk 2023-01-30 16:04:58 +01:00
aringenbach
166ec54ac2 Labs: Rich text editor: enable list items indentation 2023-01-30 15:38:56 +01:00
Flavio Alescio
7e9f44a78f added alert to show possible error, improved tests 2023-01-27 17:10:16 +01:00