super-productivity/android/app/src
Johannes Millan f4e91399b4 fix(android): give launch splash a day/night background
The Android 12+ system splash drew the launcher icon on the launch
theme's colorBackground, which is white because AppTheme inherits the
static Theme.AppCompat.Light.* family (not DayNight). The loading icon
therefore showed a white background even in dark mode.

Set android:windowSplashScreenBackground to @color/windowBackground,
which has a values-night variant (#131314), so the splash tracks system
day/night and matches the WebView surface painted by WebHelper.
2026-06-12 12:57:00 +02:00
..
androidTest/java/com/superproductivity/superproductivity ____MERGING SUPER PRODUCTIVITY ANDROID ____ 2024-10-11 14:11:23 +02:00
main fix(android): give launch splash a day/night background 2026-06-12 12:57:00 +02:00
test/java/com/superproductivity/superproductivity fix(android): support Vanadium WebView #8005 (#8082) 2026-06-08 11:27:41 +02:00