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

Skip to content

Fix dark mode colour issues in Q

Fahim Salam Chowdhury requested to merge Q_2826 into v1-q

Description

Fix colour compatibility issue in the OS dark-mode. Calculator's advance pad, History Page's `clear` action List item, license page background were not switching to respected dark-colour when user select dark mode.

Dependencies required:

  • androidx.webkit (To support dark-mode for webView)

Home page

portrait portrait landscape
Screenshot_20210402-022851_Calculator Screenshot_20210402-022900_Calculator Screenshot_20210402-023335_Calculator

History page

portrait landscape
Screenshot_20210402-022912_Calculator Screenshot_20210402-023355_Calculator

License page

portrait landscape
Screenshot_20210402-144744_Calculator Screenshot_20210402-144802_Calculator

Related issues

- 2868

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Related MRs

- 16 - 15

How has this been tested?

  • build the apk using build->CI/CD pipeline with FEATURE_BRANCH = Q_2826
  • push the apk to beryllium device's /system/app/ExactCalculator/
  • run the apk on OS's dark mode enable

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Edited by Fahim Salam Chowdhury

Merge request reports

Loading