medic / cht-android

A native Android container for Community Health Toolkit (CHT) applications
GNU Affero General Public License v3.0
25 stars 51 forks source link

feat(#362): support Android 15 #364

Open m5r opened 5 months ago

m5r commented 5 months ago

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