Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add banner for optional migration to simplified sliding sync #3429

Merged
merged 3 commits into from
Sep 9, 2024

Commits on Sep 9, 2024

  1. Add banner for optional migration to native sliding sync

    - Add `MatrixClient.isNativeSlidingSyncSupported()` and `MatrixClient.isUsingNativeSlidingSync` to check whether the home server supports native sliding sync and we're already using it.
    - Add `NativeSlidingSyncMigrationBanner` composable to the `RoomList` screen when the home server supports native sliding sync but the current session is not using it.
    - Add an extra logout successful action to the logout flow, create `EnableNativeSlidingSyncUseCase` so it can be used there.
    jmartinesp committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6007b63 View commit details
    Browse the repository at this point in the history
  2. Update screenshots

    ElementBot committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    98f98ae View commit details
    Browse the repository at this point in the history
  3. Make sure the sliding sync migration banner has lower priority than t…

    …he encryption setup ones
    jmartinesp committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6398083 View commit details
    Browse the repository at this point in the history