Mauro
d32135137f
Await for room sync only for push notification invites ( #3307 )
2024-09-19 13:42:58 +00:00
Stefan Ceriu
0870367ca6
Stop delaying subscriptions until after startup ( #3294 )
...
- reverts b03ed608cc
- relies on https://github.com/matrix-org/matrix-rust-sdk/pull/3981
2024-09-18 12:16:46 +02:00
Doug
54b126b8e0
Add support for account deactivation when not using OIDC. ( #3295 )
2024-09-17 20:08:35 +01:00
Doug
700b740a48
Add a WebRegistrationScreen (not included in the flow yet). ( #3281 )
2024-09-16 11:03:29 +01:00
Stefan Ceriu
3082ef7a62
Replace client side room awaiting with the SDKs new awaitRoomRemoteEcho method
2024-09-13 15:25:17 +03:00
Stefan Ceriu
5c9e13b200
Fixes #3147 - Remove the sliding sync proxy wait list
2024-09-09 12:41:28 +03:00
Stefan Ceriu
89eae00479
Switch license to AGPL ( #3237 )
...
* Switch license file to AGPL
* Update file copyright headers
* Update the default project file header
2024-09-06 16:34:30 +03:00
Stefan Ceriu
b03ed608cc
Delay setting up subscriptions until the RoomListService is running in order to avoid cancelling in flight initial sync requests
2024-09-05 17:26:11 +03:00
Jorge Martín
8dbca39ed7
Make pinned events required state in SlidingSync
...
This is needed to always have the pinned events of a room as soon as we open it.
2024-09-03 18:24:05 +03:00
Doug
ef2fd1e0d2
Adopt sliding sync versions for client Restoration.
2024-08-30 14:45:54 +03:00
Stefan Ceriu
f88957a71e
Fixes problems processing invites, build rooms differently based on their membership
2024-08-21 18:02:40 +03:00
Stefan Ceriu
34eb596c1a
Introduce a new RoomProxyType and treat rooms differently based on their membership state
2024-08-21 12:24:20 +03:00
Stefan Ceriu
c48d99218a
Switch the new bulk room subscription API
2024-08-09 13:57:04 +03:00
Mauro
f3ac5c7f91
state events for pinning and unpinning ( #3123 )
2024-08-06 17:30:42 +02:00
Mauro
28bfa3f5dc
Pinned items timeline implementation for the banner ( #3099 )
2024-08-05 14:09:05 +02:00
Stefan Ceriu
9a28682a35
Crypto identity reset ( #3107 )
...
* Add EncryptionReset password entry screen
* Expose client proxy identity reset method
* Update the IdentityConfirmationScreen to the latest designs
* Replace the old recovery key reset screen with a new EncryptionReset one
* Fixes #3102 - Add support for resetting the user's whole crypto identity
* Address review comments
* Bump the SDK to v1.0.30
2024-08-05 09:35:18 +03:00
Doug
f6bd60e3c0
Fix a crash when the ClientProxy is freed. ( #3090 )
2024-07-26 10:05:48 +00:00
Stefan Ceriu
7fd97d4426
Fixes #3078 - Trim number of resolved alias vias and always default to a join button in the room preview screen
2024-07-24 16:44:27 +03:00
Mauro
fee3d3c8c0
Pinning items Feature Flag ( #3063 )
2024-07-18 18:28:30 +02:00
Doug
84d76a8dde
Use the same UI as Android when tapping a link to a private room. ( #3044 )
...
* Use the same UI as Android when tapping a link to a private room.
* Fix preview of knocking.
* Fix snapshots.
2024-07-18 15:58:17 +01:00
Doug
8922fa0ab3
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
Stefan Ceriu
bc7c76cf3a
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 >
2024-07-05 10:10:53 +01:00
Doug
c0c98ef542
Add a missing scheme when getting the Element .well-known file. ( #2995 )
2024-07-02 11:27:07 +01:00
Stefan Ceriu
1bf13aadb2
Make Element Call widget URL configurable ( #2971 )
2024-07-02 08:35:05 +00:00
Stefan Ceriu
cce873bed4
Add support for editing local echoes.
2024-06-28 14:28:33 +03:00
Doug
99309ddfd2
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
Stefan Ceriu
0ec6fba2ba
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
Stefan Ceriu
c88e82a2b8
Bump the RustSDK to v1.0.14
2024-06-17 17:37:13 +03:00
Stefan Ceriu
25b41e420c
Add a feature flag for fuzzy room list searching
2024-06-17 15:21:12 +03:00
Stefan Ceriu
95ad55f43c
Prioritise joining rooms by alias if available and letting the homeserver do the right thing
2024-06-13 14:38:18 +03:00
Stefan Ceriu
e77329664e
Bump the RustSDK to v1.0.11
2024-06-11 18:46:43 +03:00
Stefan Ceriu
4a56fa75ad
Cleanup dead code after Periphery run
2024-06-11 14:38:08 +03:00
Stefan Ceriu
059061b995
Debounce message sending queue re-enabling requests
2024-06-06 18:32:08 +03:00
Stefan Ceriu
425f4bd45f
Fixes #2842 , fixes #2841 - Adopt new message sending queue API
...
- automatically retry failed requests as soon as the network is availble again
- remove manual retry options
2024-06-06 12:59:03 +03:00
Valere
d9466d584d
Add device keys to rageshakes ( #2838 )
2024-05-21 09:54:16 +01:00
Mauro
ab0edf0b0e
Bump SDK ( #2857 )
...
Co-authored-by: Doug <douglase@element.io >
2024-05-20 14:37:45 +02:00
Doug
251a2dec4a
Show a failure toast when alias look-up fails.
2024-05-13 15:37:57 +03:00
Doug
73e37a8ddf
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
Stefan Ceriu
0548450b6b
Enable room list invites by default and remove old code paths
2024-05-09 19:01:57 +03:00
Doug
5a493d74fc
Update the SDK. ( #2776 )
...
Handle async FFI changes.
Fix flakey unit test.
2024-05-03 12:00:05 +01:00
Mauro
8d0cd9f5bd
Account URL is now fetched async ( #2769 )
2024-04-30 19:08:32 +02:00
Doug
d2e04e34b7
Update the SDK and enable event permalinks. ( #2748 )
2024-04-26 09:59:01 +01:00
Stefan Ceriu
cf13236319
Fixes #2706 - Use disambiguated display names for timeline item senders and state event bodies. ( #2739 )
2024-04-25 14:53:18 +03:00
Stefan Ceriu
b531ec0f91
Handle alias room permalinks
2024-04-23 08:01:30 +03:00
Stefan Ceriu
66a36a76bf
Cleanup following the AppMediator introduction ( #2723 )
...
- stop using multiple background task, the appCoordinator sync one is enough for the whole app
- move the AppMeditor to the MainActor
- expose the WindowManager through the AppMediator
- hide sensitive WindowManager API behind a different protocol
- remove the now unnecessary `BackgroundTaskService`
2024-04-22 18:10:24 +03:00
Stefan Ceriu
018d1b0e19
Membership aware room routes ( #2709 )
...
* Remove the invites button when room list invites are enabled
* element-hq/element-x-ios/issues/2632 - Handle room permalinks based on their membership state and show the according room joining screens:
- modify the room flow coordinator to only take a roomID and be able to decide its own room flows (especially for unjoined rooms)
- add support for the new room preview API
- have RoomDirectorySearch go through the same paths
2024-04-19 17:04:18 +03:00
Doug
cb52eb90bc
Handle external links to a user. ( #2690 )
2024-04-15 11:08:00 +01:00
Stefan Ceriu
8be236883d
Adop the new SDK permalink detector and user builder
2024-04-12 18:04:41 +03:00
Stefan Ceriu
b4f653d6d8
element-hq/element-x-ios/issues/2670 - Show invites as part of the room list
2024-04-09 18:18:11 +03:00
Stefan Ceriu
a36cf11029
Small recently visited room tweaks following PR review
2024-04-08 14:56:02 +03:00