Stash v0.9.34 — Narrow-screen UI jank fix (#87)
Fixes layout issues reported on Nothing Phone 3a / Android 16 at
elevated fontScale. Four small adaptive fixes, no UI restructure:
-
Removed the "NOW PLAYING" header from the toolbar. It was
redundant with the screen context (album art, track info,
playback controls) and wrapped per-letter on narrow + scaled
screens. Spotify and Apple Music handle their full-screen
player the same way. -
The Now Playing screen is now scrollable when content
overflows the viewport. Previously the playback controls
(shuffle / prev / play / next / repeat) could render behind
the bottom mini-player on narrow screens with elevated
fontScale, making them unreachable. -
The bottom navigation bar + mini-player now respect the
navigationBars inset on Android 15/16 edge-to-edge displays,
giving visible clearance from the gesture pill. -
Softened the album-art accent glow (alpha 0.5 → 0.25). On
highly saturated artwork (e.g. red-themed albums) the
previous halo dominated the screen and was occasionally
misread as a stray UI element.
Closes #87.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com
Install
Download the .apk below and open it on your Android device. If you've got a previous Stash release installed, this upgrades in place — your library, sync history, and settings are preserved.
Requires: Android 8.0 (API 26) or newer.
See the README for first-time setup.
Full Changelog: v0.9.33...v0.9.34