-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore: [Sync] New release to alpha channel #609
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* wip * Fixes code migrations for dep updates * Fixes typing issues * use older version of eslint plugin due to bug in newer versions * chore: updates mapbox gl to latest rc (8)
* feat: wip Accessibility announcement * feat: Better choice of words for result announcement * fix: Accessible favorites on iOS (by removing accessible prop on container) * feat: Announce loading in nearby view * fix: fixes region/language for App Store (#594) * fix: Better handling of announcements * feat: wip Accessibility announcement * feat: Better choice of words for result announcement * fix: Accessible favorites on iOS (by removing accessible prop on container) * feat: Announce loading in nearby view * fix: Better handling of announcements * fix: Cleanup unused imports * Revert "fix: fixes region/language for App Store (#594)" This reverts commit f1a4feb. Revert unwanted changes * fix: Renaming Co-authored-by: Mikael Brevik <[email protected]>
* fix: fixes header calculation height * fix: changes statusbar header color on androids with notches * fix: fixes header spacing on android devices * Reverts header color * Only subtract when notched * fix: changes statusbar header color on androids with notches * fix: translucent status bar to avoid calc on statusbar * fix: use safe area frame instead of dimensions
* fix: Adds relinker for anr/ndk libarary loading on older devices * changes from relinker to SoLoader which is already loaded * Upgrades SoLoader manually
…r trip patterns (#602) fixes #598
* feat: Text wrapper component for default theme text styles * feat: Use themed text where appropriate, themed buttons * fix: Skip ThemedText in "no-raw-text" lint * feat: themed messageboxes * fix: Rename text wrapper * feat: Theming for svgs * feat: More theming, dark mode onboarding * feat: Implement more theming * fix: Swap button borter * fix: Current location arrow * feat: Dark theme for compact map and map controls * fix: Renaming after resolving conflicts * feat: Theming on invitemodal * fix: Fixes status bar color and theme name (#604) * fix: update theme on colorscheme change * fix: border color regression * fix: Some adjustments on dark theme colors to provide better contrasts * fix: Text optional type prpo * feat: color adjustments Co-authored-by: Mikael Brevik <[email protected]>
* fix: Special style for add favorite button in light theme * fix: Remove autoimported typoimported Button component
cbrevik
changed the title
[Sync] New release to alpha channel
chore: [Sync] New release to alpha channel
Oct 28, 2020
rikkekantega
approved these changes
Oct 28, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
0.0.1 (2020-10-28)
Bug Fixes
Features
Reverts