Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Fix navigation bar theming and reformat #930

Merged
merged 2 commits into from
Jul 14, 2020
Merged

Fix navigation bar theming and reformat #930

merged 2 commits into from
Jul 14, 2020

Conversation

msfjarvis
Copy link
Member

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates

📜 Description

Use a black navigation bar on API levels 23 through 26 and turn on windowLightNavigationBar above API 27.

💡 Motivation and Context

When the app theme was redone in #920, the navigation bar was broken. It had a white icons on a white background
which affected legibility. We do not have the ability to darken navigation bar icons before API 27, so we opt
to make the navigation bar black instead.

💚 How did you test it?

Verify visually that navigation bar color matches expectations.

📝 Checklist

  • I formatted the code with the IDE's reformat action (Ctrl + Shift + L/Cmd + Shift + L)
  • I reviewed submitted code
  • I added a CHANGELOG entry if applicable

🔮 Next steps

📸 Screenshots / GIFs

Navigation bar on API 23

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
@msfjarvis msfjarvis added this to the 1.10.0 milestone Jul 13, 2020
@msfjarvis msfjarvis added the bug label Jul 13, 2020
@msfjarvis msfjarvis changed the title Fix navigation bar theming Fix navigation bar theming and reformat Jul 14, 2020
@msfjarvis msfjarvis merged commit 7f3acea into android-password-store:develop Jul 14, 2020
@msfjarvis msfjarvis deleted the bug/navigation-bar-theming branch July 14, 2020 06:01
msfjarvis added a commit to fmeum/Android-Password-Store that referenced this pull request Jul 14, 2020
* develop: (77 commits)
  Add debug icon and update color palette (android-password-store#931)
  Revert "Work around Chrome Autofill issue (android-password-store#921)" (android-password-store#933)
  github: remove freeDebug variant from pull request matrix (android-password-store#932)
  Properly guard against invalid renaming (android-password-store#929)
  Fix navigation bar theming and reformat (android-password-store#930)
  Exclude third_party scope from reformats (android-password-store#927)
  Move password export to the IO dispatcher (android-password-store#918)
  Mention android-password-store#482 being fixed in the changelog (android-password-store#925)
  global: set an import order rule and reformat with it (android-password-store#924)
  styles: re-add alertDialogTheme override (android-password-store#923)
  Work around Chrome Autofill issue (android-password-store#921)
  Major UI overhaul and the introduction of a new icon (android-password-store#920)
  Update Public Suffix List data (android-password-store#917)
  Migrate to ActivityResultContracts (android-password-store#910)
  release: script improvements (android-password-store#915)
  Deploy both variants to snapshot directory (android-password-store#914)
  Fill OTP fields with SMS codes (android-password-store#900)
  Fix up URIish instances with @ in user name (android-password-store#913)
  build: upgrade Gradle wrapper (android-password-store#911)
  Scroll to files and enter folders when created (android-password-store#909)
  ...

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants