zhaonian / GHub

a Github Android Client that practices latest Jetpack components, dagger and some other fun stuff!
Apache License 2.0
6 stars 1 forks source link

Add dark mode #16

Closed zhaonian closed 4 years ago

zhaonian commented 4 years ago

Video demo: https://photos.app.goo.gl/UBeEC1H3Q25dKah77

if dark mode is on: force dark mode

if dark mode is off: 
    if API >= 28:
        follow system settings OR battery saver
    elif API < 28:
        follow batter saver

next PR will store the preference in SharedPreferences. poor color selections for dark mode. 🙃 will try to find some dark colors that match the current default colors.

fix https://github.com/zhaonian/GHub/issues/14