mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-06 02:46:57 +00:00
* Add `notificationDotTextColor` to `PreferenceManager2` * Add `notificationDotTextColor` to preferences UI * Pass counter color to `DotRenderer` * Convert `LauncherDefault` to `Default` * Optimize imports * Rename "Default" to "Managed by Lawnchair" * Use the correct `ColorDot` on `ColorPreference` * Show a contrast warning for dot colors * Show a special icon on `ColorDot` when the color is 0 * Make `ColorDot(Color)` private to avoid accidental usages * Create `WarningPreference` as a reusable composable for warnings * Use Rounded icon on `WarningPreference` * Fix `ColorContrastWarning.kt`'s file name * Update platform_frameworks_libs_systemui Co-authored-by: Daria Hamrah Paytakht <info@dariarnd.ir>