-
Notifications
You must be signed in to change notification settings - Fork 131
Fix soft button object invalid states #1776
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
Merged
RHenigan
merged 20 commits into
smartdevicelink:develop
from
noah-livio:bugfix/issue_1774
Feb 3, 2022
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
2445b37
Resolve #1774
noah-livio 72e24b5
Add tests
noah-livio c9da956
Update Javadoc with throws annotations
noah-livio 0aebb4e
Removing throwing of IllegalStateException
noah-livio b00cea5
Remove unused import
noah-livio 8413d94
Make changes discussed in #1776 review
noah-livio f95aec3
Fix a small typo in the unit test javadoc
noah-livio 648bdc3
Cleanup code and modify tests
noah-livio 9a82059
Move states assignment back to original line
noah-livio 053ac1b
Add duplicate name check to setStates()
noah-livio 9d47512
Add AssertionErrors as per iOS alignment
noah-livio 386027f
Remove redundant conditions and commented code
noah-livio 75d1e1e
Add AssertionError to SoftButtonState
noah-livio d15498f
Add test for initialStateName check
noah-livio 34c0622
Revert addtion of AssertionErrors
noah-livio 528769f
Update SoftButtonManagerTests test
noah-livio e183f35
Update ScreenManagerTests test
noah-livio 666f99a
Fixes from PR feedback
noah-livio 14b7569
Review and standup feedback fixes
noah-livio 39efd8e
PR feedback change
noah-livio 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 hidden or 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 hidden or 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 hidden or 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
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.
just cleaning up white space.