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

Fixed: Low contrast issues reported by the playstore. #3823

Merged
merged 2 commits into from
May 7, 2024
Merged

Conversation

MohitMaliFtechiz
Copy link
Collaborator

Fixes #3813

  • Changed the background color of ErrorActivity and the checkbox to resolve the issue.
Before (Night mode) Before (Light mode) After (Night mode) After (Light mode)
BeforeNightMode BeforeLightMode AfterNightMode AfterLightMode
  • Added the background color in IntroFragment to resolve the issue, it is the same design as the previous one.
  • Changed the tint color of the ic_feedback_orange_24dp image to resolve the low contrast issue.
Before After
BeforeHelpScreen HelpScreenAfter
  • Changed the height of the item_language item to wrap content instead of a fixed height which prevents the expansion of the layout if there is more content.

Apart from these issues, other Low contrast issues are just because they are behind something. For example, see the below screens.

Screenshot Screenshot Screenshot
Screenshot from 2024-05-07 16-59-04 Screenshot from 2024-05-07 16-59-26 Screenshot from 2024-05-07 16-59-16

* Changed the background color of `ErrorActivity` and checkbox to resolve the issue.
* Added the background color in `IntroFragment` for resolving the issue, it is exact same design as previous.
* Changed the tint color of `ic_feedback_orange_24dp` image to resolve the low contrast issue.
* Changed the height of item_language item to wrap content instead of a fix height which prevent the expansion of layout if there is more content.
…became short due to our change because we have changed the height to `wrap_content`.
Copy link

codecov bot commented May 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 53.24%. Comparing base (4b575cf) to head (119fca0).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #3823   +/-   ##
=========================================
  Coverage     53.24%   53.24%           
  Complexity     1314     1314           
=========================================
  Files           292      292           
  Lines         11060    11060           
  Branches       1471     1471           
=========================================
  Hits           5889     5889           
  Misses         4195     4195           
  Partials        976      976           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kelson42 kelson42 merged commit c663059 into main May 7, 2024
10 checks passed
@kelson42 kelson42 deleted the Fix#3813 branch May 7, 2024 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Low contrast issues reported by the playstore.
3 participants