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

Android 15 Considerations #538

Open
stevenzeck opened this issue Jun 16, 2024 · 0 comments
Open

Android 15 Considerations #538

stevenzeck opened this issue Jun 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@stevenzeck
Copy link
Contributor

stevenzeck commented Jun 16, 2024

Describe the bug

Considerations if targeting the Android 15 API.

  1. MemoryObserver uses a couple of constants from ComponentCallbacks2 that are being deprecated.
  2. mutableListOf.removeLast() seems to require API level 35? Might be a bug with Android SDK.
  3. Check for any behavior issues on a device running Android 15.
  4. Check for any behavior issues when targeting Android 15. For example, insets and edge-to-edge.

How to reproduce?

N/A

Readium version

3.0.0-beta2

Android API version

35

Additional context

No response

@stevenzeck stevenzeck added bug Something isn't working triage Triage needed by maintainers labels Jun 16, 2024
@mickael-menu mickael-menu removed the triage Triage needed by maintainers label Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants