Doug
7da720ccce
Update the SDK ready for release. ( #2999 )
2024-07-04 11:06:27 +01:00
Doug
5086cd089b
Update the SDK. ( #2987 )
2024-07-01 12:16:46 +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
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
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
Mauro
f16b9aad0a
Update SDK ( #2941 )
2024-06-19 12:24:22 +00:00
Doug
38abd1ddfe
Update the SDK. ( #2938 )
2024-06-18 15:56:07 +00:00
Stefan Ceriu
63524bff62
Bring back failed message state rendering and a redaction option. Bump the RustSDK to 1.0.15
2024-06-18 13:07:16 +03:00
Stefan Ceriu
3bb8d668bf
Bump the RustSDK to v1.0.14
2024-06-17 17:37:13 +03:00
Stefan Ceriu
8b3141ffec
Bump the SDK and handle breaking changes on timeline diffing
...
- avoid race conditions between when a timeline listener starts publishing to the `updatePublisher` and when they are consumed (and in which order)
- subscribe to the timeline directly in the TimelineProvider and correctly process updates serially
- update the AutoUpdatingRoomTimelineProviderMock to use an SDK TimlineMock and listener to publish updates
2024-06-13 14:38:33 +03:00
Stefan Ceriu
f11a610f46
Rollback dependencies in an attempt to fix EX snapshot tests ( #2918 )
...
* Rollback dependencies in an attempt to fix EX snapshot tests
* Rollback snapshots as well
* Rollback Prefire only
2024-06-12 10:46:44 +03:00
Stefan Ceriu
9e195882fc
Bump the RustSDK to v1.0.11
2024-06-11 18:46:43 +03:00
Stefan Ceriu
2079bf40c6
Introduce mock SDK timeline items and a live, lorem ipsum based, timeline provider
2024-06-11 18:09:43 +03:00
Doug
8a52ed0cb6
Update Compound. ( #2906 )
...
* Update Compound.
* Remove LFS hack from the docs.
* Fix preview tests
---------
Co-authored-by: Stefan Ceriu <stefanc@matrix.org>
2024-06-07 12:25:24 +03:00
Doug
2487895207
Adopt Rust's new sessionPath that replaces the basePath ( #2903 )
2024-06-06 18:35:57 +01:00
Stefan Ceriu
6c1647b851
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
Doug
c51593476c
SwiftLint fixes. ( #2899 )
...
non_optional_string_data_conversion and static_over_final_class
* Revert Data -> String changes for upcoming rule change.
2024-06-05 07:31:49 +01:00
Stefan Ceriu
97e57e6666
element-hq/element-x-ios/issues/2876 - Add support for showing call notifications in the timeline
2024-05-31 13:32:47 +03:00
Stefan Ceriu
c3571f4f4e
Track when the user starts a room call and when they enable formatting options on the message composer
2024-05-30 15:42:26 +03:00
Mauro
8c62c52f45
updated sdk to 1.0.7 ( #2888 )
2024-05-29 19:18:03 +02:00
Mauro
4e23f7be22
QR Code Login Flow ( #2767 )
...
Co-authored-by: Hugh Nimmo-Smith <hughns@users.noreply.github.com>
Co-authored-by: Hugh Nimmo-Smith <hughns@element.io>
2024-05-29 17:07:17 +02:00
Stefan Ceriu
ca16f63483
Bump the RustSDK to v1.0.4, adopt new heroes and backpagination status APIs
2024-05-27 19:22:16 +03:00
Stefan Ceriu
f8d094516d
Fixes #2878 - Retain cycles on the ElementCall webView and correctly tear down the call on dismissal.
2024-05-24 15:32:56 +03:00
Doug
f0a40ddf36
Update the SDK. ( #2873 )
2024-05-21 15:30:01 +01:00
Valere
2e35db04db
Posthog: bump to 3.2.5 to fix reset deleting more than posthog files ( #2872 )
2024-05-21 09:41:44 +01:00
Mauro
545b5c31cc
Bump SDK ( #2857 )
...
Co-authored-by: Doug <douglase@element.io>
2024-05-20 14:37:45 +02:00
Doug
5fe84f9c85
Switch to element-hq rust components.
2024-05-15 11:32:45 +01:00
Doug
1fc6243051
Update the SDK.
2024-05-14 17:56:34 +01: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
Mauro
ae06226cbc
UI update for room details ( #2831 )
2024-05-10 17:58:35 +02:00
Doug
e1a2c5e599
Update the SDK.
2024-05-08 11:33:37 +01: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
Valere
176abd5841
Bump posthog SDK version to 3.2.0 ( #2788 )
...
Co-authored-by: Mauro <34335419+Velin92@users.noreply.github.com>
2024-05-06 15:07:05 +00:00
Doug
11557e4879
Update the SDK. ( #2776 )
...
Handle async FFI changes.
Fix flakey unit test.
2024-05-03 12:00:05 +01:00
Doug
e511ac3cb2
Update SwiftOGG to fix bug with case-sensitive file systems. ( #2770 )
2024-05-01 12:06:36 +01:00
Mauro
18dc9cd20f
Account URL is now fetched async ( #2769 )
2024-04-30 19:08:32 +02:00
Doug
7c94ed98a5
Permalink Tweaks 2 ( #2766 )
...
* Missing changelog.
* Parse bare room aliases as permalinks.
Update the SDK.
* Fix tapping the same permalink twice.
Add a test.
Don't clear the focussed item when reaching the bottom of the timeline.
* Make sure sending a message returns to live.
2024-04-29 17:32:16 +01:00
Valere
bd9a171c7c
Add specific UX for Expected UTDs due to membership ( #2740 )
...
* Add specific UX for Expected UTDs due to membership
* Update analytics package and snapshots.
* Add changelog
2024-04-26 17:22:01 +01:00
Doug
df6cf25524
Update the SDK and enable event permalinks. ( #2748 )
2024-04-26 09:59:01 +01:00
Doug
f9163094ba
Update compound. ( #2733 )
2024-04-23 12:34:54 +01:00
Stefan Ceriu
bdacea10a2
Bump the RustSDK to v.1.1.60
2024-04-19 14:40:31 +03:00
Stefan Ceriu
20d57e4998
Bump the RustSDK to v1.1.59, regenerated the SDK mocks
2024-04-18 15:01:31 +03:00
Doug
4075c4486c
Update compound ( #2704 )
...
Makes the _bgBubbleHighlighted colour available.
2024-04-17 14:28:41 +01:00
Doug
f8920d4d11
Initial implementation of the JoinRoomScreen. ( #2684 )
...
* Update Compound and use super button for room directory.
2024-04-12 13:13:22 +01:00
Doug
47912d999b
Update the SDK.
2024-04-11 17:33:41 +01:00
Doug
eda7d59518
Update strings and add productionAppName value for the new placeholder. ( #2677 )
...
* Update strings and add productionAppName value for the new placeholder.
* Fix snapshots.
* Fix more snapshots.
2024-04-10 16:58:00 +01:00
Stefan Ceriu
e3bf8b83fd
Bump compound in an attempt to fix ever changing .resolved files
2024-04-10 18:00:18 +03:00
Stefan Ceriu
064626fbbe
element-hq/element-x-ios/issues/2670 - Show invites as part of the room list
2024-04-09 18:18:11 +03:00
Doug
0856891733
Final design for pending members when changing roles. ( #2668 )
...
* Final design for pending users when changing role.
* Remove room moderation feature flag.
* Fix tests.
* Run periphery.
* Update snapshots.
2024-04-09 12:00:11 +01:00
Doug
181753e43d
Update appearance of admins when changing moderators. ( #2654 )
2024-04-05 12:19:46 +01:00