Commit graph

463 commits

Author SHA1 Message Date
Nicolas Mauri
fd60143a75 Fix UnitTest 2023-11-15 15:26:03 +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
Stefan Ceriu
9ba1d7e064
Merge pull request #7630 from vector-im/stefan/deviceDehydration
Device dehydration v2
2023-08-12 09:48:31 +03:00
Stefan Ceriu
9b59428f65 Device dehydration v2
- add support for device dehydration v2 i.e. `org.matrix.msc3814`
- run dehydration flows after successfully recovering or creating secrets
- enable said flows based on .well-known `org.matrix.msc3814` config key
- delete previous implementation and helper methods
2023-08-11 13:52:10 +03:00
Doug
f3b857f46d
Only use the sender when rendering the room creation event. (#7640)
On Room v11 it is possible that the sender could put in a fake creator. Don't allow this to happen.
2023-08-09 18:18:33 +01:00
Doug
d3e64c114f
Fix a crash when opening v11 rooms. (#7635)
https://github.com/matrix-org/matrix-spec-proposals/pull/2175
2023-08-04 12:22:14 +01:00
Nicolas Mauri
e848158db4 Prompt the user when the invited MatrixId is not recognized 2023-06-02 14:21:00 +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
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
bc3c1b2c47 Fix a flickering issue when the timeline datasource is reloaded. 2023-04-28 16:23:48 +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
0bcd27abb5 Fix comment typo 2023-04-20 17:12:09 +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
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
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
aringenbach
fbe625f8f9 Merge branch 'develop' into aringenbach/enable_rte_user_mentions 2023-04-12 15:04:15 +02:00
aringenbach
f9623e351e Rename textDefaultFont to defaultFont and remove unnecessary definition in RoomInputToolbarView.h 2023-04-11 14:54:55 +02:00
aringenbach
e61c2f18ec Merge branch 'develop' into aringenbach/enable_rte_user_mentions 2023-04-11 14:21:31 +02:00
Nicolas Mauri
dadeef7efa 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
dfb4d7ca64 No event decoration if no decryption result 2023-04-03 17:36:45 +01:00
Andy Uhnak
39fdbc901e Simplify event encryption decoration 2023-03-27 14:58:10 +01:00
aringenbach
3b09fcc0c8 Use textDefaultFont in all variants of the InputToolbarView 2023-03-23 17:16:57 +01:00
Andy Uhnak
b33f29e0e7 Revert "Merge pull request #7430 from vector-im/andy/user_trust"
This reverts commit 7f5d3b46eb, reversing
changes made to 5a3adde8f7.
2023-03-22 15:57:25 +00:00
Nicolas Mauri
a660e3e883
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
13ba93ae13 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
7f5d3b46eb
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
64ea1904fc 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
5c669a7fee Refactor encryption trust level 2023-03-16 14:56:50 +00:00
manuroe
d672dffcdd 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
5d1758de6d refactor completed 2023-03-06 14:59:03 +01:00
Flescio
9441f6955a
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
835b2ddce4
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
ef4044f0cb Do not reset device keys if migrating to CryptoSDK 2023-02-13 11:14:26 +00: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
Flescio
1f8f6ffdf1
"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
c83ddda16d Sync with matrix feature branch 2023-02-08 17:29:30 +01:00
Alfonso Grillo
67eabe146c Fix last message for m.poll.end events 2023-02-08 15:30:05 +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
Anderas
b1a1cb1813
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
097658f9f5 Fix develop 2023-01-31 16:29:17 +00:00
Flescio
54602b63ec
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
85925600bc Hide decryption errors only for voice broadcast chunks. 2023-01-30 16:37:58 +01:00
aringenbach
166ec54ac2 Labs: Rich text editor: enable list items indentation 2023-01-30 15:38:56 +01:00
Nicolas Mauri
c0e5697f07 Inform the user about decryption errors during a voice broadcast 2023-01-25 17:23:42 +01:00