Commit graph

656 commits

Author SHA1 Message Date
Mauro Romito
15fded87c6 added accessbility 2024-05-03 14:09:38 +02:00
Doug
1dc609bce5
Fix dictation when using the Rich Text Editor. (#7752) 2024-02-14 15:19:33 +00:00
Nicolas Mauri
6e61cae20e Code cleanup 2023-11-17 16:30:18 +01:00
Nicolas Mauri
3130605c9f Fix: focus, keyboard visibility, composer height 2023-11-16 17:46:52 +01:00
Nicolas Mauri
41e2ed01b3 Restore composer tint color 2023-11-15 17:27:49 +01:00
Nicolas Mauri
ab7a26b39b Set a keyCommandHandler, otherwise the placeholder will never be removed. 2023-11-15 09:13:59 +01:00
Nicolas Mauri
c4b5652142 Update deployment target to 15.0, WysiwygComposer to 2.15.0, downgrade DTCoreText to 1.6.26 2023-11-15 09:13:59 +01:00
Nicolas Mauri
12159ccfe8 Implement MSC3987: Push actions clean-up 2023-06-07 09:31:42 +02:00
aringenbach
bedcbc3bfd
Merge pull request #7536 from vector-im/aringenbach/7535_fix_partial_text_messages
Fix partial text messages not being saved for each room with RTE enabled
2023-05-05 09:29:28 +02:00
aringenbach
1e205474a5 Fix composer unit tests 2023-05-03 15:49:58 +02:00
aringenbach
693feddb86 Fix partial text messages not being saved for each room with RTE enabled 2023-05-03 14:57:36 +02:00
Nicolas Mauri
524cbccc4d VoiceBroadcast: Play a sound to notify the user when VB is pause due to an error. 2023-05-03 14:33:01 +02:00
Nicolas Mauri
c9e9bd016a
Update RiotSwiftUI/Modules/Room/PollHistory/Service/MatrixSDK/PollHistoryService.swift
Co-authored-by: Alfonso Grillo <alfogrillo@element.io>
2023-04-27 14:55:40 +02:00
Nicolas Mauri
6776a8f1bc Fix: TimelinePoll code refactoring 2023-04-26 17:52:22 +02:00
Nicolas Mauri
27fd56d46b Fix: allow to render a TimelinePoll even if the poll is loading 2023-04-26 10:14:44 +02:00
aringenbach
1de6e769c8 Fix missing self in closure 2023-04-21 09:11:35 +02:00
aringenbach
fb5d65e834 L10N 2023-04-20 17:09:02 +02:00
aringenbach
6e855584c8 Move room admin condition to be usable in UnitTests and add tests 2023-04-20 16:45:08 +02:00
aringenbach
46f191c33b Re-enable unit tests and fix a few lint warnings 2023-04-20 16:45:08 +02:00
aringenbach
1e98305012 Rework CompletionSuggestionService text trigger 2023-04-20 16:45:08 +02:00
aringenbach
670064085c Display all commands when a single slash is entered 2023-04-20 16:45:08 +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
d29145748e Display additional command content in suggestion list 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
aringenbach
3c973921fa Fix user suggestion list item height on iOS 16+ 2023-04-17 14:44:17 +02:00
aringenbach
e61c2f18ec Merge branch 'develop' into aringenbach/enable_rte_user_mentions 2023-04-11 14:21:31 +02:00
Doug
71a69d04ff
Add user suggestions for @room. (#7453) 2023-03-28 14:03:39 +01:00
aringenbach
f83599b83f Bump composer version to 1.4.0 2023-03-23 17:16:57 +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
7b5a46f29e Allow displaying UserSuggestionList without shadow 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
c933526f22 Enable user mentions in Rich Text Editor 2023-03-23 17:16:57 +01:00
Mauro Romito
5d1758de6d refactor completed 2023-03-06 14:59:03 +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
Doug
ee149eddd6 Merge branch 'master' into develop 2023-02-10 13:39:22 +00:00
Andy Uhnak
9be98478db Fix some crashes 2023-02-09 08:44:31 +00:00
Alfonso Grillo
f3dc0723f1 Add TimelinePollMessageView 2023-02-08 11:14:10 +01:00
Alfonso Grillo
1ba63a6531 Improve SegmentedPicker UI 2023-02-06 12:36:31 +01:00
Flescio
84ecbf6478
Merge pull request #7314 from vector-im/flescio/1040-poll_detail
Details screen of a poll (PSG-1039)
2023-02-01 15:46:08 +01:00
Nicolas Mauri
223224c989
Merge pull request #7321 from vector-im/nimau/7311_vb_error_handling
Improve error handling during a voice broadcast playback
2023-02-01 14:44:34 +01:00
Nicolas Mauri
28f0f34b43 Cleanup 2023-02-01 14:43:38 +01:00
Flavio Alescio
593dbab38f removed view from viewModel 2023-02-01 12:41:05 +01:00
Flavio Alescio
99a5fee6bc fix embedding pattern 2023-02-01 11:15:22 +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
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
Nicolas Mauri
ed35e1f911 Improve error handling during a voice broadcast playback 2023-01-31 11:16:59 +01:00