Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content

2827-P,Q-Implement Dark Mode

Fahim Salam Chowdhury requested to merge Issue-2827 into master

Description

Implement Dark mode for Tasks app, which will be switched with device's dark-mode status.

  • Add & Update dark-mode style
  • Add dark-mode colors
  • Fix mismatched colors

Issue(s)

Test procedures

Test environment

  1. Build OS with FEATURE_BRANCH=Issue-2977_Q
  2. Pull the branch & build debug apk using android-studio.
  3. Install the apk into device & run
  4. Switch the device to dark-mode

Steps

Action  Expected result
Navigate through app All components should be in dark-mode color
Switch device to light-mode All components should be in light-mode color

## Expected result

App will react on device's dark-mode status change

Technical details

- use `style`, `style-night`, style-v27`, style-night-v27` themes to support both light & dark mode

Screenshots

Home Create Detail About Widget
Screenshot_20210518-001948_Tasks Screenshot_20210518-002024_Tasks Screenshot_20210611-122526_Tasks Screenshot_20210518-002133_Tasks Screenshot_20210430-010233_Bliss_Launcher

Check list

  • Self review
  • Test procedure explained
  • Tested on fresh install
  • Tested applied as an update
  • License
  • Internal documentation
  • User documentation
Edited by Fahim Salam Chowdhury

Merge request reports

Loading