Minibar swipe-up-to-restore + vc=74 (0.1.0-CH)

Item 1 (partial): the minibar was tap-to-expand only — added an upward-drag gesture that expands back to the full player when released past a small threshold (a tester: couldn't swipe the minibar back up). The continuous collapse-into-the-bar shared-element animation is deferred — needs on-device iteration. vc=74 ships items 2-5 fully + this.
This commit is contained in:
Sulkta 2026-06-20 09:57:59 -07:00
parent 426ae8fe4e
commit 024906d66c
2 changed files with 26 additions and 3 deletions

View file

@ -57,6 +57,6 @@ const val STRAW_SDK_TARGET = 35
// vc=19 / 0.1.0-AE — rust pipeline cutover. Extraction via
// strawcore-core (Sulkta-OSS/strawcore) via the UniFFI wrapper; no
// NewPipeExtractor in the runtime path.
const val STRAW_VERSION_CODE = 73
const val STRAW_VERSION_NAME = "0.1.0-CG"
const val STRAW_VERSION_CODE = 74
const val STRAW_VERSION_NAME = "0.1.0-CH"
const val STRAW_APPLICATION_ID = "com.sulkta.straw"