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:
parent
e128eca991
commit
beffba11b6
95 changed files with 103 additions and 532 deletions
|
|
@ -120,6 +120,8 @@
|
|||
<string name="action_view_in_timeline">"Bekijk in tijdlijn"</string>
|
||||
<string name="action_view_source">"Bron weergeven"</string>
|
||||
<string name="action_yes">"Ja"</string>
|
||||
<string name="banner_migrate_to_native_sliding_sync_description">"Je server ondersteunt nu een nieuw, sneller protocol. Log uit en log opnieuw in om nu te upgraden. Als je dit nu doet, voorkom je dat je geforceerd uitlogt wordt wanneer het oude protocol later wordt verwijderd."</string>
|
||||
<string name="banner_migrate_to_native_sliding_sync_title">"Upgrade beschikbaar"</string>
|
||||
<string name="common_about">"Over"</string>
|
||||
<string name="common_acceptable_use_policy">"Beleid inzake redelijk gebruik"</string>
|
||||
<string name="common_advanced_settings">"Geavanceerde instellingen"</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue