2082 Commits

Author SHA1 Message Date
renovate[bot]
56eb524552 Update dependency fastlane to v2.220.0 nightly/1.6.9.602 2024-05-17 17:53:50 +03:00
renovate[bot]
e278fdf89b Update dependency apple/swift-argument-parser to from: "1.3.1" 2024-05-17 17:53:37 +03:00
renovate[bot]
3a5b22c1b8 Add renovate.json 2024-05-17 14:29:13 +03:00
Element CI
57afc3bbd5 Prepare next release 2024-05-17 01:50:17 -07:00
Stefan Ceriu
1b196aa5a2 Fixes #2845 - Fix voice message recoder not showing send message button 1.6.8 2024-05-17 11:11:49 +03:00
Doug
8da1752493 Update the tools to use swift-command-line-tools. nightly/1.6.8.601 nightly/1.6.8.600 2024-05-15 11:32:45 +01:00
Doug
5fe84f9c85 Switch to element-hq rust components. 2024-05-15 11:32:45 +01:00
Doug
1fc6243051 Update the SDK. nightly/1.6.8.599 2024-05-14 17:56:34 +01:00
Mauro
2c038c5969
DM Details have been updated (#2836) 2024-05-14 18:47:20 +02:00
Stefan Ceriu
d66ff02d12 Revert "Fix timeline item highlighting UI test"
This reverts commit eac2552ab5934e3bc9f1d960f8ea35416f77cfd2.
2024-05-14 16:04:16 +03:00
Doug
8e4f62d639 Fix SDK build script. 2024-05-14 11:06:46 +01:00
Doug
11b683601b
Update build-sdk tool. (#2835)
- Support new --target option on Rust allowing multiple targets to be built.
- Add new --device and --simulator shortcuts.
2024-05-14 10:48:52 +01:00
Doug
b7d492c206
Add Forgot PIN button to AppLockSetupPINScreen. (#2833) nightly/1.6.8.598 2024-05-13 15:41:35 +01:00
Element CI
b71e6ffd39 Prepare next release 2024-05-13 06:06:11 -07:00
Stefan Ceriu
986eb23b2a Exclude invites when using room list filters 1.6.7 2024-05-13 15:49:14 +03:00
Mauro Romito
1556bb095b Wipe log files following SDK bump 2024-05-13 15:38:19 +03:00
Doug
a62a9a964a Fix compile error in unit tests. 2024-05-13 15:37:57 +03:00
Doug
824190510f Show a failure toast when alias look-up fails. 2024-05-13 15:37:57 +03:00
Doug
1e0a6d76ae Make sure we pass the via parameters with all the routes.
Put the event ID first.

Fix tests.

Bump the SDK.
2024-05-13 15:37:57 +03:00
Velin92
52b6c25bd8 Translations update 2024-05-13 08:54:31 +03:00
Doug
178797a178
Fix macOS timeline context menu missing the Remove item. (#2830)
The necessary permissions were only being checked when presenting the long press menu.
nightly/1.6.6.597
2024-05-10 21:38:11 +01:00
Mauro
ae06226cbc
UI update for room details (#2831) 2024-05-10 17:58:35 +02:00
Stefan Ceriu
446854e1c3 Fixes #2800 - Display message bodies (file names) next to attachment previews 2024-05-10 17:40:46 +03:00
Doug
6984afd6c0
Support tapping Matrix URIs in messages. (#2828) 2024-05-10 15:22:22 +01:00
Stefan Ceriu
d8845303fd Fixes #2805 - Fixes animation artifacts when focusing on in-reply-to messages 2024-05-10 16:28:46 +03:00
Stefan Ceriu
136ecb125c Update FormattedBodyText snapshots: cover more cases and use sizeThatFits layout 2024-05-10 14:07:43 +03:00
Stefan Ceriu
099b69d2f2 Prevent links from showing up in color within code blocks, simplify foreground color stripping 2024-05-10 14:07:43 +03:00
Stefan Ceriu
a401976b2b Enable room list invites by default and remove old code paths nightly/1.6.6.596 2024-05-09 19:01:57 +03:00
Stefan Ceriu
65310acc64 Reorder AttributedStringBuilder methods based on the order they're called in. 2024-05-09 18:48:51 +03:00
Stefan Ceriu
77f92ad068 Fixes #2807 - Stop inserting string attributes to code blocks. 2024-05-09 18:48:51 +03:00
Stefan Ceriu
45ac47ce16 Fix keyboard escape key not working for cancelling edits and replies on the Mac 2024-05-09 18:48:51 +03:00
Mauro
783eab2a8a
UX Update for user profile screen and room member details (#2822) 2024-05-09 15:41:09 +00:00
Element CI
1166400312 Prepare next release 2024-05-09 04:59:35 -07:00
Stefan Ceriu
905b21e0a8
Fixes #2808 - Switch the message sending failure options from a dialog to an alert
* Fixes #2808 - Switch the message sending failure options from a dialog to an alert
- this prevents it from showing up as a popup on the room list on an iPad
- it used to be set on the timeline and not on the timeline item because of our use of a UITableView
* Cleanup room screen action names
1.6.5
2024-05-09 14:35:47 +03:00
Doug
d97f912df7
Only register for notifications when the setting is enabled. (#2819) nightly/1.6.5.595 2024-05-08 16:10:35 +01:00
Stefan Ceriu
636274df74
Seamlessly switch for the RichTextEditor based message composer to the… (#2753)
* Seemlesly switch for the RichTextEditor based message composer to the plain one depending on whether formatting options are enabled or not.

* Address PR comments

* Fixes #2803 - Add extra padding at the bottom of the composer suggestions list

* Update preview test snapshots

* Update UI test snapshots
2024-05-08 17:57:32 +03:00
stefanceriu
75ac523fa2 Translations update 2024-05-08 15:50:09 +03:00
Doug
9282088891 Remove OTLP support. 2024-05-08 11:33:37 +01:00
Doug
e1a2c5e599 Update the SDK. 2024-05-08 11:33:37 +01:00
Stefan Ceriu
8c22d080e1
Provide the room context as an environment object too, prevent reply … (#2804) nightly/1.6.5.594 2024-05-07 23:51:10 +02:00
Doug
37001cb711
Add reaction toggles to macOS timeline context menu. (#2801)
Highlight reactions that have already been sent.

Share the default reactions.
2024-05-07 16:50:54 +01:00
Doug
ef6315d329
Add matrix.to site association (#2797) 2024-05-07 16:00:17 +01:00
Stefan Ceriu
a08b4842d1 Fixes #2790 - Reorder available composer menu actions 2024-05-07 17:52:45 +03:00
Valere
bd4fae6086
Posthog: report SessionSecurityState (#2795)
* Posthog: report SessionSecurityState

* Review quick change

---------

Co-authored-by: Mauro <34335419+Velin92@users.noreply.github.com>
2024-05-07 14:31:12 +00:00
Doug
e829a3ded6
Move message forwarding out of the flow coordinator. (#2738) 2024-05-07 15:04:11 +01:00
Stefan Ceriu
eac2552ab5 Fix timeline item highlighting UI test 2024-05-07 16:55:39 +03:00
Stefan Ceriu
35803b479d Fix integration tests
- remove the invites flow as the button visibility depends on the number of invites and invites are moving to the room list anyway
2024-05-07 16:55:39 +03:00
Element CI
bb58f3840d Prepare next release 2024-05-07 04:53:22 -07:00
Stefan Ceriu
e05e664f6d Fixes #2765 - Use the keyboard up arrow to edit the last message, use escape to cancel editing or replying. 1.6.4 2024-05-07 14:38:37 +03:00
Stefan Ceriu
3017100e5e Fixes #2792 - Use the right room context in the plain composer 2024-05-07 14:38:37 +03:00