-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
v6.0.0 Release Candidate 1 Release #959
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
* added `SDLSystemCapabilitiesManager` to .podspec files * added `SDLSystemCapabilitiesManager` to SmartDeviceLink.h file * made `SDLSystemCapabilitiesManager` header public
* Used the `SDLSystemCapabilityManager` to: * check if the head unit supports graphics * check if the head unit supports making phone calls
Fixed failed verification checks in the SDLLifecycleManagerSpec file. The failed tests were due to notifications for the SDLManagerDelegate being sent on the main thread, causing a slight delay in sending the notification. The tests are now forced to run immediately on the main thread.
- Preferred resolution is now set, even if video capabilities is not supported by Core - Preferred resolution is now set when the `videoAckPayload` does not return a width or height - Exposed the `SDLStreamingMediaManagerDataSource` files
Renamed var prerecordedSpeech to prerecordedSpeechCapabilities Renamed vrCapabilities to vrCapability
- Replaced with error message
Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io> # Conflicts: # SmartDeviceLink/SDLProtocolHeader.h # SmartDeviceLink/SDLShow.h
Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io>
* SDLEnum * SDLIAPSessionDelegate * SDLIAPTransport * SDLTCPTransport Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io>
And related classes
…ng_documentation Add remaining documentation
# for free
to join this conversation on GitHub.
Already have an account?
# 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.
This PR is not ready for review.
Risk
This PR makes major API changes.
Testing Plan
Tests have been added
Summary
This v6.0 release contains numerous enhancements and bug fixes.
Changelog
Breaking Changes
SDLProxy
,SDLProtocol
,SDLTransport
and related classes and protocols. [SDL-0016] ([SDL 0016] Hide Transport Classes #454) [SDL-0017] ([SDL 0017] iOS Library Protocol Layer Should Not Be Public #525) [SDL-0019] ([SDL 0019] iOS Library Proxy Layer Should Not Be Public #603)Enhancements
Bug Fixes
hmiLevel
change when it has not changed. (Observers notified ofhmiLevel
change when it does not change #918)Tasks Remaining:
CLA