mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-24 03:36:51 +00:00
Extend the brightness slider to allow values below 0% which triggers adaptive/auto brightness mode (screenBrightness = -1.0f). The brightness indicator shows 'Auto' with an empty bar when in adaptive mode. - Widen gesture range from [0,1] to [-0.1,1] so a small flick below 0 enters auto mode - readCurrentBrightness returns -0.1f instead of 0.5f when system auto is active - applyBrightness writes -1f to LayoutParams when value < 0 - PlayerAdjustmentIndicator displays 'Auto' in tertiary color for negative values