Commit Graph

1366 Commits

Author SHA1 Message Date
Mauro Romito
7558d7053d removed DBSheet library
and improved location sharing viewer to support the same behaviour but only from iOS 16.4
2025-01-23 14:18:37 +01:00
Mauro Romito
77bae312d0 added commercial license 2025-01-23 12:19:12 +01:00
Doug
ee2073a8e3 Add sunset banners guiding users to install Element X when registering against a server with MAS. (#7890) 2025-01-10 13:22:03 +00:00
Mauro Romito
12837d4b89 update license 2024-09-25 12:24:52 +02:00
Doug
8c675693b5 Check power level before starting live sharing location (#7832)
Update RiotSwiftUI/Modules/LocationSharing/StartLocationSharing/Coordinator/LocationSharingCoordinator.swift

Use local var `roomPowerLevels`

Co-authored-by: Nicolas Buquet <nbuquet@buquet-net.com>
2024-08-14 18:20:02 +01:00
Hugh Nimmo-Smith
19d431a189 Add note about MSC3886, MSC3903 and MSC3906 being closed (#7788) 2024-05-08 11:09:30 +01:00
Mauro Romito
58a65c68ff added accessbility 2024-05-03 14:09:38 +02:00
Stefan Ceriu
72061ce4f9 Switch UI tests to iPhone 15, fix the broken ones 2024-03-19 15:56:21 +02:00
Stefan Ceriu
70d591ea00 Remove inherently broken tests 2024-03-19 13:29:27 +02:00
Doug
467a754398 Fix dictation when using the Rich Text Editor. (#7752) 2024-02-14 15:19:33 +00:00
Nicolas Mauri
9a0b31ed4b Code cleanup 2023-11-17 16:30:18 +01:00
Nicolas Mauri
19c209129d Fix: focus, keyboard visibility, composer height 2023-11-16 17:46:52 +01:00
Nicolas Mauri
b0fa87f9ef Restore composer tint color 2023-11-15 17:27:49 +01:00
Nicolas Mauri
80ed0a31c4 Set a keyCommandHandler, otherwise the placeholder will never be removed. 2023-11-15 09:13:59 +01:00
Nicolas Mauri
360d710d4f 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
Stefan Ceriu
24480b8a22 Fixes #7687 - Wait for MXSession state update before proceeding with the login process 2023-10-03 13:41:24 +03:00
Doug
8f0580ca7e Also hide session selection with OIDC in the device manager. (#7675) 2023-09-13 15:07:49 +01:00
Hugh Nimmo-Smith
dde602beac Use ASWebAuthenticationSession to display OIDC account management URL (#7671)
Co-authored-by: Doug <douglase@element.io>
2023-09-12 18:05:52 +01:00
Doug
a7c8905b10 Hide sign out x/all buttons in the Device Manager when using OIDC. (#7674) 2023-09-12 13:46:36 +01:00
Stefan Ceriu
0fdaab8b46 Add initial support for configuration through MDM 2023-09-08 11:59:11 +03:00
Mauro Romito
d1445fc698 completed 2023-08-28 12:20:26 +02:00
Mauro Romito
2a7e0562f1 code improvement 2023-08-25 19:39:55 +02:00
Mauro Romito
2b93d8f03a fix 7646 2023-08-25 17:22:11 +02:00
Stefan Ceriu
225b620f12 Update introspect to the latest version, remove now duplicate introspectCollectionView 2023-08-21 09:58:50 +03:00
Nicolas Mauri
c53d4961c9 Implement MSC3987: Push actions clean-up 2023-06-07 09:31:42 +02:00
Alfonso Grillo
955d9ef1f2 Fix initial state 2023-05-29 15:19:55 +02:00
Alfonso Grillo
235f324eaa Handle offline issue in UserSessionsDataProvider 2023-05-29 14:52:38 +02:00
Nicolas Mauri
68029d6b89 Feat: add a flag in the build settings to force the user to define a homeserver. 2023-05-10 15:46:34 +02:00
aringenbach
3b89cf110c 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
098b68facf Fix composer unit tests 2023-05-03 15:49:58 +02:00
aringenbach
cc4a2cbca2 Fix partial text messages not being saved for each room with RTE enabled 2023-05-03 14:57:36 +02:00
Nicolas Mauri
19e94cddc9 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
0bc32f0f97 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
1c45459410 Fix: TimelinePoll code refactoring 2023-04-26 17:52:22 +02:00
Nicolas Mauri
5926dad024 Fix: allow to render a TimelinePoll even if the poll is loading 2023-04-26 10:14:44 +02:00
aringenbach
188916e04f Fix missing self in closure 2023-04-21 09:11:35 +02:00
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