Commit graph

10535 commits

Author SHA1 Message Date
aringenbach
9300e4a9df
Merge pull request #7546 from vector-im/aringenbach/7322_fix_pills_in_thread_list
Fix mention pills display in thread list
2023-05-15 08:03:42 +02:00
aringenbach
5e9209bcdc Fix mention pills display in thread list 2023-05-12 18:41:19 +02:00
aringenbach
d59cb33d1c Disable removing mention/command text trigger with RTE enabled 2023-05-12 18:30:20 +02:00
Nicolas Mauri
cc9bc2418e
Merge pull request #7541 from vector-im/nimau/PSB349_force_hs_selection
Feat: add a build setting flag to always show the server selection screen in login/registration flow.
2023-05-11 14:57:07 +02:00
Nicolas Mauri
eae51b398b Fix: apply the changes requested in the PR review 2023-05-11 09:45:04 +02:00
Doug
0c8c1ceffc Fix voiceover order of room creation header and message composer. 2023-05-10 16:15:00 +01:00
Nicolas Mauri
6e251b7b93 Feat: add a flag in the build settings to force the user to define a homeserver. 2023-05-10 15:46:34 +02:00
Doug
ed3a1b48e7 Use the app's language for accessibility. 2023-05-10 10:15:41 +01:00
Nicolas Mauri
a363a743cd Add logs to track a problem with the top left avatar disappearing 2023-05-05 17:14:53 +02:00
Nicolas Mauri
cb1ca0af90
Merge pull request #7404 from vector-im/nimau/PSB-269-reset-passphrase
Secrets recovery: Fix an issue where the Secrets Reset screen would open twice.
2023-05-05 10:22:46 +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
Nicolas Mauri
b5f4e37995
Merge pull request #7534 from vector-im/nimau/7504_VB_audio_alert_lost_connectivity
VoiceBroadcast: Play a sound to notify the user when VB is pause due to an error.
2023-05-04 08:49:19 +02:00
aringenbach
5559e1c2e5 Add missing self in closure 2023-05-03 17:26:54 +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
b9b421f6bb Fix: highlighting an event removes the highlighting of the previous event. 2023-05-03 11:43:02 +02:00
Nicolas Mauri
4dcf8918b8 Fix the frame of the marker view highlighting an event 2023-05-03 11:02:02 +02:00
Nicolas Mauri
379e8e2788
Merge pull request #7528 from vector-im/nimau/7523_timeline_reload
Fix a flickering issue when the timeline datasource is reloaded.
2023-05-03 10:09:17 +02:00
Nicolas Mauri
0240e35cca Fix: don’t allow to reset secrets if it is already in progress. 2023-05-02 16:56:43 +02:00
Nicolas Mauri
5cf28f4fc2 Secrets recovery: fix an issue preventing the release of SecureBackupSetupCoordinator 2023-05-02 16:29:10 +02:00
aringenbach
ff9f1c6622 Update room input toolbar when CompletionSuggestionCoordinator is initialised 2023-05-02 11:44:23 +02:00
aringenbach
9d5faae763 Fix application crashing when opening a thread with RTE enabled 2023-05-02 11:11:51 +02:00
Nicolas Mauri
bc3c1b2c47 Fix a flickering issue when the timeline datasource is reloaded. 2023-04-28 16:23:48 +02:00
Nicolas Mauri
ef4dc46c97
Merge pull request #7518 from vector-im/nimau/7497_timeline_closed_polls
Fix: allow to render a TimelinePoll even if the poll is loading
2023-04-27 19:04:42 +02:00
Alfonso Grillo
0b0d925c2a
Merge pull request #7522 from vector-im/alfogrillo/fix_accessibility_pin_screen
Fix accessibility behavior on "enter PIN" screen
2023-04-27 14:41:17 +02:00
Nicolas Mauri
8ecfcd3e5a
Merge pull request #7519 from vector-im/nimau/7517_matrix_id_notice_events
Fix: Remove the matrix id from the notice display name changed event
2023-04-27 08:55:43 +02:00
Nicolas Mauri
6776a8f1bc Fix: TimelinePoll code refactoring 2023-04-26 17:52:22 +02:00
Alfonso Grillo
2f5d1799fb Remove accessibility from placeholder button 2023-04-26 16:40:07 +02:00
Alfonso Grillo
ee2623906a Fix accessibility in SetPinCoordinatorBridgePresenter 2023-04-26 16:40:07 +02:00
Alfonso Grillo
61e22845bd Disable accessibility for emojis during verification 2023-04-26 12:58:18 +02:00
Nicolas Mauri
b249532e86 Fix: Remove the matrix id from the notice display name changed event 2023-04-26 09:54:44 +02:00
aringenbach
05cb486d54 Fix sending command with Pills through RTE 2023-04-21 17:13:03 +02:00
aringenbach
4856038fd9 Fix typo 2023-04-21 13:47:15 +02:00
aringenbach
bf1ea7d855 Fix RoomInputToolbarTextView pills flushing 2023-04-21 09:30:56 +02:00
aringenbach
0bcd27abb5 Fix comment typo 2023-04-20 17:12:09 +02:00
aringenbach
fb5d65e834 L10N 2023-04-20 17:09:02 +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
Anderas
4ee39da160
Merge pull request #7509 from vector-im/andy/user_trust
Refactor encryption trust level
2023-04-19 09:30:59 +01:00
Andy Uhnak
855c8d7c90 Refactor encryption trust level 2023-04-19 08:42:11 +01:00
Doug
075d1c8779 Tidy up event formatter issues. 2023-04-18 17:43:21 +01:00
Andy Uhnak
59dffb5806 Deprecate MXLegacyCrypto 2023-04-18 12:45:39 +01:00
Doug
5ed2384c08
Merge pull request #7475 from RiotTranslateBot/weblate-riot-ios-riot-ios
Translations update from Weblate
2023-04-18 10:13:14 +01:00
Nicolas Mauri
568b0d18d6
Merge pull request #7501 from vector-im/nimau/PSB-307-lasteventdescription-color
Fix: add missing foreground color attribute
2023-04-18 11:12:43 +02:00
SmallJinn
57d3b27b82 Translated using Weblate (Russian)
Currently translated at 83.0% (1988 of 2394 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ru/
2023-04-18 08:23:17 +00:00
Peter Chen
56ec8be2fd Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2394 of 2394 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/zh_Hant/
2023-04-18 08:23:17 +00:00
Besnik Bleta
cd314d1586 Translated using Weblate (Albanian)
Currently translated at 99.6% (2386 of 2394 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sq/
2023-04-18 08:23:17 +00:00