2314 Commits

Author SHA1 Message Date
Doug
a8bf97a472
Fix an App Store error due to an RTE version mismatch. (#3029) nightly/1.6.14.651 nightly/1.6.14.650 2024-07-12 17:01:59 +01:00
Doug
c92c6a28ae
Upgrade the project to use Xcode 15.4 (#3027)
* Update snapshots for Xcode 15.4

* Update CI.

* Fix crashing UI test.

* Fix compile error in Integration Tests.

* Try putting UI tests on GH runners again.
nightly/1.6.14.649
2024-07-11 17:38:32 +01:00
Doug
c164e47ea4
Handle renamed PIN alert string. (#3024) 2024-07-11 09:18:32 +01:00
renovate[bot]
8724e71bc3
Update dependency jpsim/Yams to from: "5.1.3" (#3022)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
nightly/1.6.14.647
2024-07-10 18:49:51 +01:00
Doug
84e785367b
Fix stuck unread indicators. (#3023)
* Update the SDK (fixes stuck unread indicators).

* Use the SDK's cached server versions too.
2024-07-10 16:54:10 +00:00
Doug
fe5cea15d5
Make sure Element Call uses the correct theme and language. (#3017) nightly/1.6.14.646 2024-07-09 12:07:13 +01:00
Mauro
dbdea337ca
Restore Mentions in plain text mode (#3018) 2024-07-09 13:02:46 +02:00
Doug
a28536e2a6
Update the SDK (fixes unnecessary encryption state requests in the room list). (#3016) nightly/1.6.14.645 nightly/1.6.14.644 2024-07-08 15:41:24 +01:00
Mauro
78d20c0fc5
Update RTE to 2.37.5 (#3015) 2024-07-08 15:55:28 +02:00
Mauro
b07d85cd06
FIX: saving draft did not save the pill markdown content (#3003) 2024-07-08 15:55:13 +02:00
Doug
74a078b871
Make sure the BugReportScreen allows the user to retry if sending fails. (#3012) 2024-07-08 14:32:36 +01:00
Doug
a1329d9d54
Replace old visible rooms range with subscriptions in the room list. (#3014)
* Add a SubscriptionTracker actor to RoomProxy.

* Request subscriptions when scrolling rooms.

* Stop unsubscribing in preparation for Simplified Sliding Sync.
2024-07-08 14:32:13 +01:00
Doug
bf9e1d614f Follow-up for translations PR. 2024-07-08 13:09:22 +01:00
Doug
25dc96040c
Potential fix for a crash when 2 present room events are sent in quick succession. (#3001) 2024-07-08 09:44:15 +01:00
ElementRobot
7ca8faeb4e
Translations update (#3011) 2024-07-08 08:32:58 +01:00
Mauro Romito
7a09be192e fix nightly/1.6.14.643 2024-07-05 12:56:02 +02:00
Stefan Ceriu
d71c8c4e83
Use local room list sorting from Rust. (#2978)
* Switch to the new local room list sorting API

* Get rid of the RoomSummary enum, replace it by the inner RoomSummaryDetails

* And finally, rename RoomSummaryDetails to RoomSummary

* Fix a bunch of warnings

* Small tidy up post rebase/review.

- Remove unused invalidated property.
- Rename some RoomSummary instances to summary instead of details.
- Fix tests with missing roomListItem's.

* Update snapshots

---------

Co-authored-by: Doug <douglase@element.io>
nightly/1.6.14.642
2024-07-05 10:10:53 +01:00
Element CI
c024702d50 Prepare next release nightly/1.6.14.641 2024-07-04 03:41:31 -07:00
Doug
7da720ccce
Update the SDK ready for release. (#2999) 1.6.13 2024-07-04 11:06:27 +01:00
Mauro
94f98345b0
Volatile draft to restore the composer after an edit. (#2996) nightly/1.6.13.640 nightly/1.6.13.639 2024-07-02 14:48:50 +00:00
Doug
457bd3160a
Add a missing scheme when getting the Element .well-known file. (#2995) 2024-07-02 11:27:07 +01:00
Doug
2dfc7b9333
Use the same format as Ruby's YAML output. (#2992)
(But leave the whitespace/comments in place).
2024-07-02 11:26:45 +01:00
Mauro
dac363c8c5
Edit by timeline item only if the event id is missing (#2989) 2024-07-02 11:14:15 +02:00
Stefan Ceriu
b2c9878df6
Make Element Call widget URL configurable (#2971) 2024-07-02 08:35:05 +00:00
Doug
78b0c7068d
Add a bug report hook. (#2988) nightly/1.6.13.638 2024-07-01 13:53:24 +01:00
Doug
1178561853
Setup unit tests for Enterprise. (#2984)
* Fix Analytics on Enterprise.
2024-07-01 12:34:47 +01:00
Doug
5086cd089b
Update the SDK. (#2987) 2024-07-01 12:16:46 +01:00
ElementRobot
cf50b0be61
Translations update (#2986) 2024-07-01 10:10:29 +01:00
Stefan Ceriu
3c500887ab
Setup Sentry instrumentation on top of the existing Signposter (#2985)
* Move Sentry setup outside of the BugReportService

* Setup Sentry SwiftUI tracing for the homeScreen and roomScreen roots

* Setup Sentry instrumentation on top of the existing Signposter

* Various tweaks
nightly/1.6.13.637
2024-06-28 18:15:57 +03:00
Stefan Ceriu
7e999f0a17 Bump the RustSDK to v1.0.19 2024-06-28 14:28:33 +03:00
Stefan Ceriu
b7fcb76094 Remove redundant remove failed sent message menu 2024-06-28 14:28:33 +03:00
Stefan Ceriu
ab299ab3de Add support for editing local echoes. 2024-06-28 14:28:33 +03:00
Doug
3cc4145a4c
Use XcodeGen files for app variants and setup Enterprise submodule. (#2976)
- Create an app.yml with the base app variant.
- Override app.yml contents on Nightly/PR builds.
- Add AppHooks mechanism.
- Add Enterprise submodule.
- Conditionally import Enterprise/fastlane/Fastfile if available.
nightly/1.6.13.636
2024-06-27 18:18:17 +01:00
Mauro
b7345aafca
Remove layout styling abstraction (#2982) 2024-06-27 18:25:25 +02:00
Mauro
064b1bf224
Remove plain style layout (#2980) 2024-06-27 16:53:19 +02:00
Doug
5b58ea30f6
Add changelog labels to PRs from Localazy and Renovate. (#2981) 2024-06-27 15:50:41 +01:00
Doug
d977efdf31
Stop the timeline from requesting back pagination whilst loading existing items. (#2969)
* Handle Rust error "can't subscribe to the back-pagination status on a focused timeline"

* Fix a bug where the timeline was attempting to paginate before adding the items.

* Stop the timeline from paginating whilst loading existing items.
2024-06-27 14:20:44 +01:00
Stefan Ceriu
41d40d8de0
Cleanup how we setup the CallKit provider and have it be used for outgoing calls as well (#2967)
- tear down ElementCall screens when ending the call from the CXCallController
- make the call UI available in the task manager and lock screen
- Fix broken hang up widget message format
2024-06-27 14:07:44 +03:00
Doug
152ecc6f9c
Trigger a Danger run when labelling a PR too. (#2972) 2024-06-27 11:33:47 +01:00
Mauro
342cfc0d3f
Hide timeline style selection (#2968) nightly/1.6.13.633 2024-06-26 12:42:12 +02:00
Doug
82823c94ce
Replace Towncrier with GitHub releases + labels. (#2966)
* Set up GitHub generated release notes.

* Remove Towncrier from the release script.

* Add changelog failures for Labels with Danger and stop requesting a changelog file.

* Update changelog documentation.
nightly/1.6.13.632
2024-06-25 11:07:01 +00:00
Element CI
567f22b806 Prepare next release 2024-06-25 01:31:41 -07:00
Mauro
fa22b98b3f
Improve UX when answering EL-Call through the notification (#2965) 1.6.12 nightly/1.6.12.631 2024-06-24 16:51:43 +00:00
Doug
3465ea4cc1
Use a Client in AuthenticationService now that the Rust one has been removed. (#2954)
* Replace Rust's Authentication service by building a Client.

* Drop the Proxy from AuthenticationServiceProxy[Protocol].

* Make sure to call abortOIDCLogin.

* Centralise common ClientBuilder code.

* Update the SDK.
2024-06-24 15:05:00 +01:00
ElementRobot
fc0573a41d
Translations update (#2963) 2024-06-24 09:35:03 +01:00
Mauro
ef482e6b54
Fix ui tests that use the composer draft service (#2956) nightly/1.6.12.630 2024-06-21 14:34:16 +02:00
Stefan Ceriu
341b6df70a Avoid races between enabling the send queue and receiving back a status update, stop dropping duplicates both here and on reachability status printing. 2024-06-21 13:29:11 +03:00
renovate[bot]
bdaa50c28c Update dependency fastlane to v2.221.1 nightly/1.6.12.629 2024-06-20 08:29:33 +01:00
Stefan Ceriu
23b0cde845 Synchronize access to the new NSE user session property nightly/1.6.12.628 2024-06-19 19:49:41 +03:00
Stefan Ceriu
f291f10f46 Avoid creating multiple clients if the NSE is invoked more than once on the same process 2024-06-19 19:49:41 +03:00