aringenbach
837bee610f
L10N
2023-04-20 17:09:02 +02:00
aringenbach
0171e64638
Move room admin condition to be usable in UnitTests and add tests
2023-04-20 16:45:08 +02:00
aringenbach
a3f7d0433a
Re-enable unit tests and fix a few lint warnings
2023-04-20 16:45:08 +02:00
aringenbach
616238f13b
Rework CompletionSuggestionService text trigger
2023-04-20 16:45:08 +02:00
aringenbach
4b0c47c5dd
Display all commands when a single slash is entered
2023-04-20 16:45:08 +02:00
aringenbach
787967a8e4
Rework MXKSlashCommands to a more Swift-friendly form and use it in suggestion module
2023-04-20 16:45:08 +02:00
aringenbach
56ad4a03d3
Display additional command content in suggestion list
2023-04-20 16:45:08 +02:00
aringenbach
d28010098a
Rename UserSuggestion module as CompletionSuggestion
2023-04-20 16:45:08 +02:00
aringenbach
cacf97233a
Add basic slash commands support to UserSuggestion module
2023-04-20 16:45:08 +02:00
Andy Uhnak
7b728c14f8
Deprecate MXLegacyCrypto
2023-04-18 12:45:39 +01:00
aringenbach
5036c845ac
Fix user suggestion list item height on iOS 16+
2023-04-17 14:44:17 +02:00
aringenbach
38ae3cd3a8
Merge branch 'develop' into aringenbach/enable_rte_user_mentions
2023-04-11 14:21:31 +02:00
Hugh Nimmo-Smith
8caad979d7
Support for MSC3906 v2 ( #7407 )
2023-04-01 11:56:56 -04:00
Doug
669481d907
Add user suggestions for @room. ( #7453 )
2023-03-28 14:03:39 +01:00
aringenbach
c59701e5b9
Bump composer version to 1.4.0
2023-03-23 17:16:57 +01:00
aringenbach
9ea625e470
Update environment object setup and view model context wrapping to restore SwiftUI UI tests
2023-03-23 17:16:57 +01:00
aringenbach
0c061edf60
Allow displaying UserSuggestionList without shadow
2023-03-23 17:16:57 +01:00
aringenbach
3b9530c065
Display user suggestion list in fullscreen mode with shared context from UserSuggestionCoordinator
2023-03-23 17:16:57 +01:00
aringenbach
935e61e1bb
Enable user mentions in Rich Text Editor
2023-03-23 17:16:57 +01:00
Andy Uhnak
ef31ad428b
Revert "Merge pull request #7430 from vector-im/andy/user_trust"
...
This reverts commit 7f5d3b46eb02a7801d4a7c781762eea3d16ee0e6, reversing
changes made to 5a3adde8f70daec795ac1bee17c5159a155c6106.
2023-03-22 15:57:25 +00:00
Andy Uhnak
db771d2508
Refactor encryption trust level
2023-03-16 14:56:50 +00:00
Andy Uhnak
02413968e0
Update startup progress UX
2023-03-10 09:40:48 +00:00
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
Flescio
c7d6dd25a2
Location centring user's sharing location ( #7398 )
...
* fix issue on timeline bubbles not showing proper content after decrypt
* fix location sharing centring to other users
* Update RiotSwiftUI/Modules/LocationSharing/LiveLocationSharingViewer/LiveLocationSharingViewerViewModel.swift
Co-authored-by: Alfonso Grillo <alfogrillo@element.io >
---------
Co-authored-by: Alfonso Grillo <alfogrillo@element.io >
2023-03-02 11:28:00 +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
Flescio
95501bfdde
Show own location in map views ( #7375 )
...
* show own location on static sharing
* show own location on live sharing
* add tests and changelog
* check location authorisation, fix center to current user location button
* it moves request to LocationManager in proper service
* add static location viewer service
2023-02-20 18:07:03 +01:00
Hugh Nimmo-Smith
d15131e9ba
Support for v2 of MSC3903 ( #7372 )
2023-02-15 14:02:33 +00:00
Flescio
d461349e00
Apply (polls) push rules client side for encrypted rooms ( #7356 )
...
* managing dont notify push rule
* private extension for push rule
* remove mentions and keyword notice footer
2023-02-13 11:13:59 +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
Doug
a46d884b05
Merge branch 'master' into develop
2023-02-10 13:39:22 +00:00
Andy Uhnak
d203630795
Fix some crashes
2023-02-09 08:44:31 +00:00
Alfonso Grillo
30a875396e
Add TimelinePollMessageView
2023-02-08 11:14:10 +01:00
Alfonso Grillo
4d245575d5
Improve SegmentedPicker UI
2023-02-06 12:36:31 +01:00
Alfonso Grillo
3ab38a63fd
DispatchGroup to TaskGroup refactor
2023-02-02 22:48:48 +01:00
Alfonso Grillo
eac3f34630
Add UTs
2023-02-02 16:36:50 +01:00
Alfonso Grillo
11c3a1d880
Improve NotificationPushRuleType protocol
2023-02-02 15:33:20 +01:00
Alfonso Grillo
ddc268b01e
Add NotificationPushRuleType.pushRuleId
2023-02-02 15:18:52 +01:00
Alfonso Grillo
e3573942d7
Restore MXNotificationSettingsService
2023-02-02 15:08:47 +01:00
Alfonso Grillo
a3d4a66d1a
Refactor PushRulesUpdater
2023-02-02 12:08:55 +01:00
Alfonso Grillo
0de90435fb
Move logic in AppConfiguration
2023-02-02 11:04:28 +01:00
Flescio
cbb9ad5e0c
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
Alfonso Grillo
0f53f95463
Merge pull request #7324 from vector-im/alfogrillo/sync_polls_rulles_error_handling
...
Sync polls rules error handling (PSG-1126)
2023-02-01 14:58:36 +01:00
Nicolas Mauri
7ada54f87c
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
008a542c22
Cleanup
2023-02-01 14:43:38 +01:00
Alfonso Grillo
12aff1d2d9
Merge branch 'develop' into alfogrillo/sync_polls_rulles_error_handling
2023-02-01 14:07:21 +01:00
Alfonso Grillo
31c7a01df7
Merge pull request #7320 from vector-im/alfogrillo/sync_polls_rules
...
Sync polls' push rules (PSG-77, PSG-1097)
2023-02-01 12:47:12 +01:00
Flavio Alescio
30daef4be1
removed view from viewModel
2023-02-01 12:41:05 +01:00
Alfonso Grillo
8719dc186e
Fix rebase issues
2023-02-01 11:41:59 +01:00
Alfonso Grillo
6029f8e26f
Improve UT
2023-02-01 11:39:59 +01:00