-
Notifications
You must be signed in to change notification settings - Fork 248
Open
Labels
Description
This issue aims to document compatibility warnings detected in OSMTracker for future updates. The goal is have a maintain a record of necessary changes to ensure compatibility with future Android versions.
Android 15 has deprecated several APIs related to edge-to-edge display and window customization. The following APIs that are no longer recommended:
- android.view.Window.setDecorFitsSystemWindows
- androidx.core.view.WindowCompat$Api35Impl.setDecorFitsSystemWindows
- android.view.Window.setStatusBarColor
- androidx.core.view.WindowCompat.setDecorFitsSystemWindows
- android.view.Window.setNavigationBarColor
These APIs are used in:
- androidx.core.view.WindowCompat$Api35Impl.setDecorFitsSystemWindows
- androidx.core.view.WindowCompat.setDecorFitsSystemWindows
- com.google.android.material.bottomsheet.BottomSheetDialog.onCreate
- com.google.android.material.internal.EdgeToEdgeUtils.applyEdgeToEdge
- com.google.android.material.sidesheet.SheetDialog.onCreate