Commit graph

18840 commits

Author SHA1 Message Date
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
Doug
1e292eba32
Merge pull request #7505 from RiotTranslateBot/weblate-riot-ios-riot-ios-push
Translations update from Weblate
2023-04-18 09:26:01 +01:00
Peter Chen
1000a208d1 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (50 of 50 strings)

Translation: Element iOS/Element iOS (Push)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-push/zh_Hant/
2023-04-18 08:23:16 +00:00
Doug
d0ff4f0637
Merge pull request #7506 from RiotTranslateBot/weblate-riot-ios-riot-ios-dialogs
Translations update from Weblate
2023-04-18 09:23:12 +01:00
Nicolas Mauri
219726861e Fix: add missing foreground color attribute 2023-04-17 15:53:36 +02:00
Peter Chen
38651245ca Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (8 of 8 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/zh_Hant/
2023-04-17 13:45:29 +00:00
aringenbach
7268610438
Merge pull request #7500 from vector-im/aringenbach/7492_fix_user_suggestion_list_height_ios_16
Fix user suggestion list item height on iOS 16+
2023-04-17 15:45:23 +02:00
aringenbach
3c973921fa Fix user suggestion list item height on iOS 16+ 2023-04-17 14:44:17 +02:00
aringenbach
c1a9f31ded
Merge pull request #7416 from vector-im/aringenbach/enable_rte_user_mentions
Enable user mentions in Rich Text Editor
2023-04-14 16:19:56 +02:00
Andy Uhnak
592b58a153 Prepare for new sprint 2023-04-12 17:38:47 +01:00
Andy Uhnak
986091ddf2 Merge branch 'master' into develop 2023-04-12 17:38:43 +01:00
Andy Uhnak
9f9d15e598 Merge branch 'release/1.10.10/master' 2023-04-12 17:38:38 +01:00
Andy Uhnak
8cbb6f67fb finish version++ 2023-04-12 17:38:38 +01:00
Anderas
53c5722f39
Merge pull request #7494 from vector-im/release/1.10.10/release
Release 1.10.10
2023-04-12 17:37:27 +01:00
Andy Uhnak
3e10a64336 version++ 2023-04-12 16:53:26 +01:00
Andy Uhnak
df2ef0b386 changelog.d: Upgrade MatrixSDK version ([v0.26.7](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.26.7)). 2023-04-12 16:53:25 +01:00
Mauro
bef8af0bca
Merge pull request #7491 from vector-im/mauroromito/fix_for_unsupported_audio_messages
Fix for unsupported audio messages
2023-04-12 17:15:32 +02:00
aringenbach
fbe625f8f9 Merge branch 'develop' into aringenbach/enable_rte_user_mentions 2023-04-12 15:04:15 +02:00
aringenbach
c1abd2a0ab Update changelog 2023-04-12 14:56:33 +02:00
aringenbach
524af383db Unit tests for insertPills and markdownLinks 2023-04-12 14:55:59 +02:00
Mauro Romito
ea245dcc83 changelog 2023-04-12 14:45:59 +02:00
Mauro Romito
b3419fc153 we can now support more than just mp4 as audio messages 2023-04-12 14:43:52 +02:00
Anderas
0207a233f6
Merge pull request #7485 from vector-im/andy/crypto_feature
Enable Rust Crypto for all users
2023-04-11 18:27:29 +01:00
Nicolas Mauri
bb125060a1
Merge pull request #7482 from vector-im/nimau/pills-custom-base-url
Fix: If a clientPermalinkBaseUrl is defined, we still have to support matrix.to links
2023-04-11 16:30:19 +02:00
Andy Uhnak
f05c8d8ef3 Enable Rust Crypto for all users 2023-04-11 14:49:28 +01:00
aringenbach
f9623e351e Rename textDefaultFont to defaultFont and remove unnecessary definition in RoomInputToolbarView.h 2023-04-11 14:54:55 +02:00
aringenbach
9d55eb0ce6 Bump composer version to 2.0.0 and fix PillAttachmentViewProvider 2023-04-11 14:45:44 +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
Stefan Ceriu
0aef339783 Pin Xcode version to 14.2. The app is currently failing ASC validation on using private symbols from Down. 2023-04-05 12:55:01 +03:00
Stefan Ceriu
0e25cf1238 Prepare for new sprint 2023-04-04 15:00:52 +03:00
Stefan Ceriu
673d1a3100 Merge branch 'master' into develop 2023-04-04 15:00:50 +03:00
Stefan Ceriu
9b2c7a613e Merge branch 'release/1.10.9/master' 2023-04-04 15:00:45 +03:00
Stefan Ceriu
bfbaf09f08 finish version++ 2023-04-04 15:00:45 +03:00
Stefan Ceriu
e8865b2a5d
Merge pull request #7474 from vector-im/release/1.10.9/release
Release 1.10.9
2023-04-04 14:47:48 +03:00
Stefan Ceriu
78700ffc95 version++ 2023-04-04 14:06:58 +03:00
Stefan Ceriu
e7dd531899 changelog.d: Upgrade MatrixSDK version ([v0.26.6](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.26.6)). 2023-04-04 14:06:57 +03:00
Anderas
5334087ffd
Merge pull request #7471 from vector-im/andy/event_shield
No event decoration if no decryption result
2023-04-04 08:28:35 +01:00
Andy Uhnak
dfb4d7ca64 No event decoration if no decryption result 2023-04-03 17:36:45 +01:00
Anderas
d3b7fbbd90
Merge pull request #7469 from vector-im/andy/qr_code
Start QR scanning when camera ready
2023-04-03 17:36:23 +01:00
Andy Uhnak
220fc3e605 Start QR scanning when camera ready 2023-04-03 16:16:39 +01:00
Nicolas Mauri
eeb0abeecb
Merge pull request #7461 from vector-im/nimau/7420-readmarker
Fix: Update the read marker position even if it is not displayed
2023-04-03 14:34:42 +02:00
Hugh Nimmo-Smith
54800f33e2
Support for MSC3906 v2 (#7407) 2023-04-01 11:56:56 -04:00
Nicolas Mauri
f63efbe843 Code cleanup 2023-03-31 16:47:37 +02:00
Anderas
de5ece66b7
Merge pull request #7466 from vector-im/andy/crypto_rollout
Expand rust crypto rollout to 50% users
2023-03-31 14:51:08 +01:00
Andy Uhnak
75743a5e22 Expand rust crypto rollout to 50% users 2023-03-31 12:25:52 +01:00
Nicolas Mauri
dc18e22686 Fix comments 2023-03-30 10:31:33 +02:00
Nicolas Mauri
4913396b9f Fix: read marker update 2023-03-30 10:15:15 +02:00
Nicolas Mauri
6d24e00d40 Fix: read marker update 2023-03-30 10:15:15 +02:00
Nicolas Mauri
c061171de3 Fix: Update the read marker position even if it is not displayed 2023-03-30 10:15:15 +02:00