-
Notifications
You must be signed in to change notification settings - Fork 318
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
Allow the use of multiple status banners #2747
Merged
jill-cardamon
merged 40 commits into
main
from
jill-enable-precise-location-tailwork-2723
Mar 11, 2021
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
008c70e
created struct to represent showStatus, refactored relevant files, st…
2c91aa9
statuses append correctly and don't duplicate, continued work on show…
ff37fac
added show and hide to manageStatuses() method
f2ff5df
refactored rerouting status and broke array appending
8cb1376
refactor to have all logic for status banner management within Status…
3aac0ee
update integration test fixture
3e7f2dd
expose hideStatus(status:) to NavigationViewController and TopBannerV…
eb9600c
hiding enable precise location status is triggered automatically but …
a8a2020
issue with showing other statuses after one is hiddin is that there a…
28d0b16
shows and hides multiple status banners properly; enable precise loca…
d46a345
need to add another way to hide to handle the case where things don't…
60b02d7
reflect added test file
7be66f1
change how status is hidden in manageStatuses()
67ebac9
add delay to hideStatus() call within manageStatuses(), change enable…
beeee42
changed name of authorizationChange boolean for clarity
739d32e
deleted all calls/mentions of showStatus()
98b9730
clean up code, add more test cases
d9af246
test cases pass as expected
c77e74a
made test cases more resiliant; need to investigate using hideStatus(…
c77e3f6
trying to use dispatch queue in hide
eee4c9f
contained all delays within hide(), doesn't work
d989ead
works with only one dispatch queue, need to rerun tests
6cad500
deprecated old showStatus method, tests are better written and all bu…
81f30c2
updated test cases, wait for expectation fails but it's supposed to s…
1b73921
fixed failing test, removed debugging statements, clean up code
1b0d4e0
incorporating feedback
069922c
made priority public, added inline doc for addNewStatus()
53cd613
update changelog, clean up code, add reducedAccuracyActivatedMode == …
d6c4bcf
MapboxNavigationNative v31.0.1
1ec5 8790a4c
Add Changelog entry.
avi-c a673fe2
Fix CHANGELOG entry to mention CarPlay
avi-c 5e41168
Typo
1ec5 b519916
update changelog, clean up code, add reducedAccuracyActivatedMode == …
057974e
incorporated feedback, update changelog
d948241
remove unnecessary doc comments from previous commit
7847b34
fix changelog issue
515dab5
fix status initialization in StatusViewTests
8c5719d
switch to typealias being priority instead of rawrepresentable
572b1b1
add doc comments, fix naming for priority value
fdd9ca6
clean up doc comments, remove Priority struct entirely
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
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.
This change looks like a bad merge; can you revert it? Thanks!