-
Notifications
You must be signed in to change notification settings - Fork 103
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
Implement SDL-0221 Remote Control - Allow Multiple Modules per Module Type #1361
Merged
joeljfischer
merged 37 commits into
smartdevicelink:develop
from
SatbirTanda:feature/#1272/multiple_modules
Sep 4, 2019
Merged
Changes from 34 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
c38d5ca
Create SDLModuleInfo & SDLGrid Structs
SatbirTanda 0a09991
Add Module Info to Capabilities
SatbirTanda a2b7b1c
Create SeatLocation, SeatLocationCapability
SatbirTanda a4318c3
Add required properties
SatbirTanda 16ccfb0
Add SDLGetInteriorVehicleDataConsent Request
SatbirTanda b30e4e2
Add SDLGetInteriorVehicleDataConsentResponse
SatbirTanda 9d110ff
Add SDLReleaseInteriorVehicleDataModule Request
SatbirTanda fd8e433
Add SDLReleaseInteriorVehicleDataModuleResponse
SatbirTanda 9ff8f0c
Make Structs, Req, Responses public
SatbirTanda 62d782d
Add modueId to initalizer of SDLGetInteriorVehicleData
SatbirTanda 01b673e
Add Capability tests
SatbirTanda 252fbb3
Properly decreate enum
SatbirTanda 26db52e
Add Tests
SatbirTanda 293a6f9
Add SDLSeatLocationCapabilitySpec
SatbirTanda e426109
Add SDLSeatLocationSpec
SatbirTanda fcfb1bf
Add SDLGetInteriorVehicleDataConsent Tests
SatbirTanda 1a533e3
Add SDLReleaseInteriorVehicleDataModule Tests
SatbirTanda 70d39f8
Fix merge conflicts
SatbirTanda f09d255
Silence warnings
SatbirTanda e7fc5a7
Add missing public files to podspec and SDL header
SatbirTanda d4ed176
Update SDLGetInteriorVehicleData.h
SatbirTanda eb8c741
Remove unnecessary method
SatbirTanda ca1d3be
Update SDLRPCFunctionNames.m
SatbirTanda 1de659b
Add RPCs to SDLNotificationConstants
SatbirTanda f38997a
Update SDLNotificationDispatcher.m
SatbirTanda 5204ad7
Update SDLProxyListener.h
SatbirTanda 0da37e5
Make properties nullable
SatbirTanda 525704f
Update SDLFunctionID.m
SatbirTanda c41f9bd
Merge branch 'develop' into feature/#1272/multiple_modules
SatbirTanda 87addfe
Fix documentation
SatbirTanda f9d73d0
Add new initializers and deprecate old ones
SatbirTanda 36ceb96
Add SDLSeatLocationCapability to SDLSystemCapabilityManager
SatbirTanda 3e0d2cd
Make recommended fixes
SatbirTanda 5289257
Update SmartDeviceLink-iOS.podspec
SatbirTanda 46cb648
Update SDLNotificationConstants.m
SatbirTanda b6db8a7
Update SDLGetInteriorVehicleDataConsentResponse
SatbirTanda 44b2929
Merge branch 'develop' into feature/#1272/multiple_modules
SatbirTanda 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.
Why was a convince
init
not added that includes themenuID
?