fix(deps): update dependency org.matrix.rustcomponents:sdk-android to v25 (#4273)
* fix(deps): update dependency org.matrix.rustcomponents:sdk-android to v25 * Adapt to SDK changes: - Remove logic related to sliding sync proxy, leaving just the minimum needed to detect its usage on the current session data. - Remove code associated with the opt-in migration to native sliding sync, since it's now mandatory. - Remove toggle between proxy/native sliding sync. - Some fixes to session verification API breaks. * Update forced logout dialog message, remove `NativeSlidingSyncMigrationBanner` * Update screenshots * Update all strings * Remove `SuccessfulLogoutPendingAction` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jorge Martín <jorgem@element.io> Co-authored-by: ElementBot <android@element.io>
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"name" : ":appnav",
|
||||
"includeRegex" : [
|
||||
"banner\\.migrate_to_native_sliding_sync\\.force_logout.title",
|
||||
"banner\\.migrate_to_native_sliding_sync\\.action"
|
||||
"banner\\.migrate_to_native_sliding_sync\\.action",
|
||||
"banner\\.migrate_to_native_sliding_sync\\.app_force_logout\\.title"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -168,7 +169,6 @@
|
||||
"session_verification_banner_.*",
|
||||
"confirm_recovery_key_banner_.*",
|
||||
"banner\\.set_up_recovery\\..*",
|
||||
"banner\\.migrate_to_native_sliding_sync\\..*",
|
||||
"full_screen_intent_banner_.*",
|
||||
"screen_migration_.*",
|
||||
"screen_invites_.*",
|
||||
|
||||
Reference in New Issue
Block a user