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

Fix settings icon on iOS 12, replace with new icon #687

Merged
merged 3 commits into from
Apr 26, 2020

Conversation

tstirrat
Copy link
Contributor

@tstirrat tstirrat commented Apr 26, 2020

Changes the settings icon to a real svg (and not a SVG with inline image data), which allows it to be recolored and lets it work on iOS 12.0.x

Note: This uses a new icon from the latest Figma spec

Linked issues:

Fixes #528

The back arrow is fixed for iOS 12.0.x in #686

Screenshots:

Before:
Screen Shot 2020-04-25 at 8 54 18 PM

After:
Screen Shot 2020-04-25 at 8 52 29 PM

How to test

Verify the icon is visible on a simulator running iOS 12.0.x

@tstirrat
Copy link
Contributor Author

Jared approved the new icon.

Copy link
Collaborator

@kenpugsley kenpugsley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved along with #686.

Devices / OS I verified (in a local merged branch that included both PR's):

  • iPhone X on 12.0
  • iPhone 11 on 13.3
  • Nexus One on android API 23 (android 6)
  • Nexus 4 on android api 27 (android 8.1)

@tstirrat tstirrat merged commit 5bad545 into develop Apr 26, 2020
@tstirrat tstirrat deleted the ts-settings-icon branch April 26, 2020 22:17
tstirrat added a commit that referenced this pull request Apr 26, 2020
* develop:
  Make nav back arrow color theme aware (#686)
  yarn run-ios now runs pod install (#681)
  Fix settings icon on iOS 12, replace with new icon (#687)
  Feature/creole tests (#690)
tstirrat added a commit that referenced this pull request Apr 27, 2020
* develop:
  Auto add authorities (#587)
  Clean up more eslint issues (#678)
  Make nav back arrow color theme aware (#686)
  yarn run-ios now runs pod install (#681)
  Fix settings icon on iOS 12, replace with new icon (#687)
  Feature/creole tests (#690)
tstirrat added a commit that referenced this pull request Apr 28, 2020
* develop:
  Fix "plural" keys, add i18n checks for new PRs (#648)
  Auto add authorities (#587)
  Clean up more eslint issues (#678)
  Make nav back arrow color theme aware (#686)
  yarn run-ios now runs pod install (#681)
  Fix settings icon on iOS 12, replace with new icon (#687)
  Feature/creole tests (#690)
  Fix formatting EULAs (#671)
  [i18n] Don't translate terms_of_use_url (#642)
  Fix background to run to edge of screen on iOS (#682)
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.

Settings does not show on iOS 12.0
2 participants