2.0.0-Beta11
🐛 Bug fixes
Notification shade album art now matches the playing track
Previously, the system media notification (lock screen + pull-down shade) reliably showed the previous track's album art alongside the new track's title — an off-by-one bug introduced by a deliberate "bridge" mechanism that kept the prior bitmap in MediaSession until new artwork arrived. Beta11 invalidates both URL-based and binary artwork caches on track change, so the notification briefly shows no art at the track boundary and then settles on the correct art for the actual playing track.
Edge-to-edge UI on Android 15+
MainActivity and SettingsActivity were missing enableEdgeToEdge() and were going through code paths that called the deprecated Window.setStatusBarColor / Window.setNavigationBarColor APIs Android 15 phased out. Beta11 calls enableEdgeToEdge() on each activity and removes conflicting fitsSystemWindows="true" attributes from the main activity layout. Status bar, navigation bar, gesture indicator, and display cutout should now display correctly across all screens on Android 14 and 15.
This addresses the two edge-to-edge Play Store warnings logged on Beta9.
Full Changelog: v2.0.0-Beta10...v2.0.0-Beta11