Skip to content

STANDROID v0.3.0 — Status bar overlapping fix

Choose a tag to compare

@nattaphat010447 nattaphat010447 released this 20 May 11:34

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 WindowInsetsCompat API — 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