mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-23 19:26:50 +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 [-1,1] so dragging below 0 enters auto mode - readCurrentBrightness returns -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