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

feat(#362): support Android 15 #364

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

feat(#362): support Android 15 #364

wants to merge 8 commits into from

Conversation

m5r
Copy link
Member

@m5r m5r commented May 23, 2024

Closes #362

Android 15 is still in beta at the moment and it's expected to reach a stable state with Beta 3 next month with a final release in Q3 2024.

The list of breaking changes are listed here and I'm working through them one by one. The most problematic one so far is edge-to-edge enforcement that's breaking our views:

Android 14 Android 15
android14-1 android15-1
android14-2 android15-2

I'm working to fix the breaking behavior changes outlined in the docs but I intend to keep this PR opened until Android 15 is out and the SDK 35 is out of preview

m5r added 8 commits May 22, 2024 16:16
…fo{org.medicmobile.webapp.mobile/org.medicmobile.webapp.mobile.EmbeddedBrowserActivity}: android.app.Fragment$InstantiationException: Unable to instantiate fragment org.medicmobile.webapp.mobile.OpenSettingsDialogFragment: could not find Fragment constructor`
@m5r m5r mentioned this pull request Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Android 15
1 participant