felixwiemuth / SimpleReminder

Efficient creation of simple reminders on Android.
Other
54 stars 8 forks source link

Dark mode #5

Closed tuekacode closed 1 year ago

tuekacode commented 3 years ago

Dark amoled theme for the app :)

felixwiemuth commented 3 years ago

Certainly a nice-to-have, but I won't prioritize this right now as there are more important things to be added first. Luckily the part of the app one should see most is the "Add reminder" screen, and that is already dark. :)

felixwiemuth commented 2 years ago

I investigated this a bit further (see the docs and this Stackoverflow post).

Android 10+ has a Force Dark feature which (when enabled in the code) automatically generates a dark theme for a light-themed app. This seems to work quite well, only that the resulting colors for due and scheduled reminders are not so good. The WebViews for About/Help work quite well, except that they briefly show in white before turning dark (on my Android 12 device).

I think that for now this automatic dark theme is a good compromise, but eventually I would prefer a proper support for a dark theme (see new issue: #26).

felixwiemuth commented 1 year ago

Implemented in version 0.9.11.