Valere
69009a899a
Fix: confusion of lab flags for invisible crypto ( #3319 )
nightly/1.8.4.713
2024-09-23 16:43:02 +01:00
Doug
4996137006
Fix various flakey tests.
2024-09-23 16:25:49 +01:00
Doug
d2d3b28dc7
Use an environment variable to record failures.
2024-09-23 16:25:49 +01:00
Doug
d41dd47b51
Update Preview tests for Xcode 16.
2024-09-23 16:25:49 +01:00
Doug
3514eba4a5
Split up the generated tests from the snapshotting code.
2024-09-23 16:25:49 +01:00
Doug
7bfd73de5f
Update Unit tests for Xcode 16.
2024-09-23 16:25:49 +01:00
Doug
7b42df84ae
Update Integration tests for Xcode 16.
2024-09-23 16:25:49 +01:00
Doug
6e83ecb290
Don't reset the simulator contents on GitHub.
2024-09-23 16:25:49 +01:00
Doug
6818be1afc
Update UI tests for Xcode 16.
2024-09-23 16:25:49 +01:00
Doug
e4736b12bb
A bunch of random tweaks. ( #3317 )
...
- Fix warning on single case enum.
- Remove unused subjects.
- Fix a lint warning.
- Remove unused success value.
- Fix warning about position of try await.
- Add a note about the common tracing configuration.
- Show an indicator when resolving a send failure fails.
- Make sure the whole row is clickable in the GlobalSearchScreen.
2024-09-23 13:00:40 +01:00
ElementRobot
d48214a98b
Translations update ( #3315 )
...
Co-authored-by: Velin92 <34335419+Velin92@users.noreply.github.com>
2024-09-23 10:28:34 +02:00
Mauro
adfd41a3f9
Enable message pinning ( #3308 )
2024-09-23 09:51:50 +02:00
Element CI
da6487e054
Prepare next release
nightly/1.8.4.712
nightly/1.8.4.711
2024-09-19 08:14:56 -07:00
Matthew Hodgson
78fb64ced2
quick and dirty /join command ( #3288 )
...
Co-authored-by: Mauro Romito <mauro.romito@element.io>
Co-authored-by: Mauro <34335419+Velin92@users.noreply.github.com>
1.8.3
2024-09-19 14:29:42 +00:00
Mauro
943f33b496
Await for room sync only for push notification invites ( #3307 )
2024-09-19 13:42:58 +00:00
Stefan Ceriu
5d678abd26
Various Danger fixes ( #3304 )
...
* Update signoff allow list
* Try to get SwiftLint working again
nightly/1.8.3.710
2024-09-18 19:26:02 +01:00
Valere
f7d878bac6
crypto: Add configuration flag to enable invisible crypto ( #3247 )
2024-09-18 16:30:45 +01:00
Stefan Ceriu
5acfb5dd87
Try to stop random codecov test result action failures from failing the whole test run.
2024-09-18 15:22:34 +03:00
Element CI
ac27951c93
Prepare next release
2024-09-18 03:33:20 -07:00
Stefan Ceriu
9b6470d1f3
Stop delaying subscriptions until after startup ( #3294 )
...
- reverts b43797f4bf0a7c20f44ae488ad47da333a7963a5
- relies on https://github.com/matrix-org/matrix-rust-sdk/pull/3981
1.8.2
2024-09-18 12:16:46 +02:00
Doug
63a0a99dbd
Use the new strings for send failures when the unsigned devices are your own. ( #3299 )
2024-09-18 10:48:16 +01:00
Mauro
16812e21ea
Bump SDK to 1.0.51 ( #3298 )
2024-09-18 11:38:43 +02:00
Doug
5078f571ed
Push the deactivate account screen. ( #3297 )
2024-09-18 10:21:48 +01:00
Doug
5625e78fc9
Add support for account deactivation when not using OIDC. ( #3295 )
nightly/1.8.2.709
2024-09-17 20:08:35 +01:00
Stefan Ceriu
8660a22b3e
Bump the RustSDK to v1.0.50
2024-09-17 16:05:02 +03:00
Mauro
efe352c319
Added analytics for message pinning ( #3284 )
2024-09-17 10:02:26 +02:00
Matthew Hodgson
20f4a43751
fix license text in README.md
nightly/1.8.2.708
2024-09-16 16:02:58 +01:00
Doug
6efbf6117f
Allow registration on matrix.org using a custom helper URL. ( #3282 )
2024-09-16 13:05:22 +01:00
Doug
6cfe09b96d
Add a WebRegistrationScreen (not included in the flow yet). ( #3281 )
2024-09-16 11:03:29 +01:00
Velin92
2745eabc0a
Translations update
2024-09-16 08:31:58 +03:00
Element CI
7536771409
Prepare next release
nightly/1.8.2.707
2024-09-13 08:05:45 -07:00
Doug
93daaf554f
Handle notifications properly when a call is happening. ( #3276 )
1.8.1
2024-09-13 16:50:29 +02:00
Stefan Ceriu
ce83aec760
Bump the RustSDK to v1.0.48
2024-09-13 15:25:17 +03:00
Stefan Ceriu
16d3cb6f3f
Log where the user's state and caches folders were setup on startup.
2024-09-13 15:25:17 +03:00
Stefan Ceriu
feaaeb5090
Remove redundant versions.contains(.native)
check
2024-09-13 15:25:17 +03:00
Stefan Ceriu
d53e185d81
Replace client side room awaiting with the SDKs new awaitRoomRemoteEcho
method
2024-09-13 15:25:17 +03:00
Doug
47a093eb4e
Fix interactive dismissal of our QLPreviewController on iOS 18. ( #3274 )
nightly/1.8.1.706
2024-09-12 12:22:18 +01:00
Doug
a1c47ad209
Make sure we reset the feature flag when upgrading to SSS. ( #3272 )
2024-09-12 10:38:07 +01:00
Doug
d24214c674
Make sure we don't reuse an old NSEUserSession after logging out and back in. ( #3273 )
2024-09-12 10:24:05 +01:00
Doug
022cc59d56
Try uploading test results to Codecov. ( #3266 )
2024-09-12 07:09:15 +01:00
Element CI
0e6a2594dd
Prepare next release
nightly/1.8.1.705
2024-09-11 07:14:10 -07:00
Mauro
0d9d8f9fa4
Sdk v1.0.47 ( #3265 )
1.8.0
2024-09-11 15:55:15 +02:00
Doug
b85bd602f5
Tidy-up useless directories at the end of a test run.
2024-09-11 14:54:28 +01:00
Doug
af3a6ccbed
Make the SessionDirectories type responsible for cleaning up data. ( #3261 )
2024-09-11 14:32:03 +01:00
Stefan Ceriu
84a3ffc135
Require a specific snapshotting device minor OS version when running PreviewTests
2024-09-11 15:24:25 +03:00
Stefan Ceriu
65bacfaae3
Fixes #3173 - Force frame sizes for timeline items that are missing sizing info.
2024-09-11 15:24:25 +03:00
Mauro Romito
10fcb5575d
version bump to 1.8.0
2024-09-11 13:24:34 +02:00
Stefan Ceriu
eb60a8d3f4
Fixes #3249 - Converge on the same max height for both text composers.
2024-09-11 13:52:28 +03:00
Mauro
ed67a29277
Added a pin icon ( #3257 )
2024-09-11 10:40:11 +00:00
Stefan Ceriu
ff5b22cecf
Bring back default controls for QuickLook based media viewers ( #3254 )
...
* Fixes #3243 - Bring back default controls for QuickLook based media viewers
2024-09-11 12:11:30 +03:00