STANDROID v0.3.0 — Status bar overlapping fix
What's new
Fixed status bar overlapping SillyTavern UI on Android 15+
- Android 15 (API 35) now enforces edge-to-edge rendering for all apps, causing the status bar (clock/battery area) to overlap the top of the SillyTavern interface
- Fixed using
WindowInsetsCompatAPI — the OS dynamically calculates the exact size of the status bar, navigation bar, and display cutout (notch) and applies padding automatically at runtime
Fixed white status bar on some devices
- Fixed by wiring the application theme to the existing
Theme.STAndroid - Status bar appearance now properly follows the STANDROID dark theme