Commit Graph

439 Commits

Author SHA1 Message Date
Nicolas Mauri 4ff2662236 Fix: Continue to display pills for matrix.to permalinks if a custom permalinkBaseUrl is set. 2023-04-07 16:40:34 +02:00
Andy Uhnak d55ad2dbea No event decoration if no decryption result 2023-04-03 17:36:45 +01:00
Andy Uhnak 7a01147bd8 Simplify event encryption decoration 2023-03-27 14:58:10 +01:00
Andy Uhnak e55a733d0c Revert "Merge pull request #7430 from vector-im/andy/user_trust"
This reverts commit 12ee84f607, reversing
changes made to 3644b647f6.
2023-03-22 15:57:25 +00:00
Nicolas Mauri e035c1663f Merge pull request #7432 from vector-im/nimau/PSB-59-pills
Turning permalinks into pills
2023-03-21 14:36:54 +01:00
Nicolas Mauri 228dee803a Fix: the avatar was incorrect for the pill of a message if the event is not loaded. 2023-03-21 09:27:48 +01:00
Anderas 12ee84f607 Merge pull request #7430 from vector-im/andy/user_trust
Refactor user / room encryption trust level
2023-03-20 12:52:46 +00:00
Nicolas Mauri 265516166c Turning permalinks into pills
#7409: Permalinks to a room/space are pillified
#7411: Permalinks to a matrix user are pillified
#7412: Permalinks to messages are pillified
2023-03-17 16:58:59 +01:00
Andy Uhnak ddb181ffa0 Refactor encryption trust level 2023-03-16 14:56:50 +00:00
manuroe 120d69edf3 Manage bad m.file attachment format
https://github.com/vector-im/element-ios/issues/7406

By using value type checker methods.

With this fix, attachments with a wrong size format are still displayed in the timeline. Only the size is omitted
2023-03-15 15:18:38 +01:00
Mauro Romito 09daa04dd4 refactor completed 2023-03-06 14:59:03 +01:00
Flescio 725afd6484 fix issue on timeline bubbles not showing proper content after decrypt (#7397)
* fix issue on timeline bubbles not showing proper content after decrypt

* Update Riot/Modules/MatrixKit/Models/Room/MXKRoomDataSourceManager.m
2023-03-02 11:30:26 +01:00
Anderas bb0986a59c Merge pull request #7369 from vector-im/andy/crypto_fixes
Do not reset device keys if migrating to CryptoSDK
2023-02-13 13:01:39 +00:00
Andy Uhnak 2bc314e994 Do not reset device keys if migrating to CryptoSDK 2023-02-13 11:14:26 +00:00
Doug 56f2ff19b7 Merge branch 'master' into develop 2023-02-10 13:39:22 +00:00
Andy Uhnak 599e20ea01 Fix some crashes 2023-02-09 08:44:31 +00:00
Flescio 1a33d6976d "Mark as unread" dot appears on rooms that are actually unread, not marked as such (#7352)
* fix green dot only to appear for marked action
2023-02-09 09:01:16 +01:00
Alfonso Grillo f47ad395b0 Sync with matrix feature branch 2023-02-08 17:29:30 +01:00
Alfonso Grillo a7fec65b33 Fix last message for m.poll.end events 2023-02-08 15:30:05 +01:00
aringenbach 32beb2393c 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
Anderas 7950518db7 Merge pull request #7323 from vector-im/andy/reset_crypto
Reset Crypto SDK labs on logout
2023-01-31 16:35:39 +00:00
Andy Uhnak c2ace3e350 Fix develop 2023-01-31 16:29:17 +00:00
Flescio 35d6d9ada3 Merge pull request #7301 from vector-im/flescio/7253-Add_mar_kas_unread_option_for_rooms
Flescio/7253 add mar kas unread option for rooms
2023-01-31 12:37:40 +01:00
Nicolas Mauri 0d49c043a7 Hide decryption errors only for voice broadcast chunks. 2023-01-30 16:37:58 +01:00
aringenbach a903196e48 Labs: Rich text editor: enable list items indentation 2023-01-30 15:38:56 +01:00
Nicolas Mauri 13b7f78de7 Inform the user about decryption errors during a voice broadcast 2023-01-25 17:23:42 +01:00
Flavio Alescio 89ffbcfa3f Merge branch 'develop' into flescio/7253-Add_mar_kas_unread_option_for_rooms 2023-01-25 10:28:37 +01:00
Alfonso Grillo a9791f507a Improve code 2023-01-18 17:22:38 +01:00
Alfonso Grillo a65bb5a826 Handle edge cases for plain “body” 2023-01-18 16:35:39 +01:00
Alfonso Grillo b576b90448 Improve formatter 2023-01-18 16:35:39 +01:00
Alfonso Grillo ba7c0f0484 Add replacement logic for “Ended poll” text 2023-01-18 16:35:39 +01:00
Alfonso Grillo 129140b729 Add new localisation for ended poll replies 2023-01-18 16:35:39 +01:00
Nicolas Mauri 39e275c5cb Merge pull request #7266 from vector-im/nimau/PSF-1851_VB_sent_as_VM
Fix how is resent a voice broadcast chunk
2023-01-16 12:29:15 +01:00
Nicolas Mauri 1c9d998dae Code cleanup 2023-01-13 15:29:51 +01:00
Nicolas Mauri 9896fb124b Fix how is resent a voice broadcast chunk 2023-01-13 08:33:30 +01:00
Mauro Romito b2b2771ca8 replaced UIColor link with ThemeService links color everywhere it was used, and included the ThemeService in NSE and SiriIntents 2023-01-12 17:54:44 +01:00
Mauro Romito 30fcb3a1de added the links color wherever possible 2023-01-12 16:45:43 +01:00
Mauro Romito dba5ff387f fixed a test and some code improvements 2023-01-12 10:41:52 +01:00
Mauro Romito 9505bec521 done 2023-01-11 23:40:35 +01:00
Mauro Romito 7dcb9ddbef this is required to enable custom colors for specific links 2023-01-11 21:39:09 +01:00
Mauro Romito 7a7d7c71b9 fix 2023-01-11 21:29:02 +01:00
Flavio Alescio d542c40f8f Add mark as unread option for rooms 2023-01-10 16:13:14 +01:00
Alfonso Grillo c156f76ec5 Refine MXKEventFormatter 2023-01-10 12:20:34 +01:00
Alfonso Grillo d965becd7a Fix poll.end read receipts 2023-01-10 12:20:34 +01:00
Alfonso Grillo 43d4ceb101 Cleanup code 2023-01-10 12:20:34 +01:00
Alfonso Grillo 64f904f8dd Fix reactions layout 2023-01-10 12:19:39 +01:00
Alfonso Grillo 96fca04471 Remove filter for poll.end events 2023-01-10 12:17:15 +01:00
Nicolas Mauri 15c68bfe3d Ensures that we only support reactions for a start event 2023-01-09 14:46:26 +01:00
Nicolas Mauri 94d14c581c add support for reactions on VB (#7179) 2023-01-06 12:18:19 +01:00
Alfonso Grillo 7b25ef20ee Amend comment 2023-01-03 13:25:56 +01:00