straw/strawApp
Cobb f6006047ff
All checks were successful
build-apk / build-and-publish (push) Successful in 7m8s
gitleaks / scan (push) Successful in 42s
Expandable player: kill sluggish morph (cheaper compositing + snappy spring) — vc=76
- The detail body's alpha fade was rendering the whole scroll subtree to
  an offscreen buffer every frame (CompositingStrategy.Auto goes offscreen
  when alpha<1). Switch to ModulateAlpha — the body's rows don't overlap,
  so the per-draw-op fade is correct and skips the buffer. Main fix.
- Replace the 300ms FastOutSlowIn tween (slow ramp at both ends) with a
  no-bounce StiffnessMedium spring — distance-adaptive, reads as snappy.
2026-06-20 13:41:46 -07:00
..
src/main Expandable player: kill sluggish morph (cheaper compositing + snappy spring) — vc=76 2026-06-20 13:41:46 -07:00
build.gradle.kts Strip NewPipe: remove legacy :app + unused :desktopApp/:shared modules 2026-06-20 07:19:33 -07:00
proguard-rules.pro vc=59 cont: wire bg subs refresh + R8 keep + Settings UI 2026-05-26 11:38:04 -07:00