fluxa/shared
KhooLy 35ae8ea14a Fix adjust slider lag, drop fade-on-drag, and stop live seeking while scrubbing
Opacity sliders wrote the profile on every drag frame, which is what
made them stutter; they now hold a local live value that drives the
sample cue and only commit to the profile on release. With the panel
usable during drags, the fade-to-15% behavior is removed and the sample
cue moves lower (20dp from the bottom) instead.

The seek preview thumbnail system seeked the real player whenever a
drag paused over an uncached bucket, so scrubbing caused audible
jumps mid-drag. It now serves cached frames only, keeping the
background capture loop; the actual seek happens solely on seekbar
release, which the seekbar already implemented.
2026-07-17 17:50:08 +03:00
..
src Fix adjust slider lag, drop fade-on-drag, and stop live seeking while scrubbing 2026-07-17 17:50:08 +03:00
build.gradle.kts Move player overlays, sidebars, and gesture input into shared CMP 2026-07-17 00:06:49 +03:00