Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dark mode #5

Closed
tuekacode opened this issue Feb 15, 2021 · 3 comments
Closed

Dark mode #5

tuekacode opened this issue Feb 15, 2021 · 3 comments

Comments

@tuekacode
Copy link

Dark amoled theme for the app :)

@felixwiemuth
Copy link
Owner

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
Copy link
Owner

felixwiemuth commented Feb 6, 2022

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 felixwiemuth added this to the v0.9.11 milestone Feb 6, 2022
@felixwiemuth
Copy link
Owner

Implemented in version 0.9.11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants