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

Issue #206: Fix broken insets since targeting Android 15. #208

Merged
merged 3 commits into from
Oct 27, 2024

Commits on Oct 27, 2024

  1. Issue #206: Fix AppBarLayout insets.

    We're hitting this behavior change when targeting Android 15: https://developer.android.com/about/versions/15/behavior-changes-15#not-edge-to-edge
    
    The documentation says:
    > you need to add android:fitsSystemWindows="true" if using AppBarLayout.
    
    Also apply a code snippet to various views: to ensure that the top and bottom aren't hidden under the system bars.
    caarmen committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    2de053c View commit details
    Browse the repository at this point in the history
  2. Make the system status bar have our app's theme color.

    To do this, draw a view with our app's color, and make it the size of the status bar.
    caarmen committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    591879f View commit details
    Browse the repository at this point in the history
  3. Bump the version to 1.30.9

    caarmen committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    a71a68e View commit details
    Browse the repository at this point in the history