-
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
v6.1.0 Release #999
Merged
Merged
v6.1.0 Release #999
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
Signed-off-by: NicoleYarroch <nicole@livio.io>
…u_icon Implement SDL-0085 SubMenu Icon
Signed-off-by: NicoleYarroch <nicole@livio.io>
… control status change on SDL.
…ture > Adding new parameters hdRadioEnableAvailable and siriusxmRadioAvailable to RadioControlCapabilities data structure, and changes the maximum number of HD radio sub-channels from 3 to 7. > updating test cases.
…ata types to control powered seats within a vehicle. # Conflicts: # SmartDeviceLink/SDLNames.h # SmartDeviceLink/SDLNames.m
Fixed module name for Swift files Removed module names for Objective-C files Signed-off-by: NicoleYarroch <nicole@livio.io>
…le_data_ElectronicParkBrakeStatus Implement SDL-0102 - Electronic Park Brake Status Vehicle Data
Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io>
…sh_if_build_folder_not_cleaned Example apps crash if build folder not cleaned
Signed-off-by: NicoleYarroch <nicole@livio.io>
# Conflicts: # SmartDeviceLink-iOS.xcodeproj/project.pbxproj
…le_data_turn_signal SDL 0107 New Vehicle Data TurnSignal
* Add support for icon resumption
Signed-off-by: NicoleYarroch <nicole@livio.io>
…file_playback_ttschunk Implement SDL-0014 - Audio File Playback in TTSChunk
…pp_tab Fix Example app should return to the correct tab
…anagerconfig_init_unavailable Make SDLFileManagerConfiguration init unavailable
Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io>
Removed the SDLLifecycleConfigurationUpdateSpec.m file from the project Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io>
…age_check_fails Fixed language check always failing
…e_spec_file Fix duplicate test file
…streaming_rootViewController_fixes Fix Streaming RootViewController getter & setter
…Transcoder_modulemap Fix Audio Transcoder Files Missing from Module Map
… don’t take the `nil` displayCapabilities
…yLayout succeeded
…splaylayout_screenmanager_fail Fix screen sub-managers failing if Register or SetDisplayLayout responses are failures
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.
Risk
This PR makes minor API changes.
Testing Plan
Unit tests and smoke tests
Summary
v6.1 brings new features and enhancements to the library including a choice set manager and additional template customization features.
It supports SDL RPC Spec 5.0.0 and SDL Protocol Spec 5.1.0.
Changelog
Enhancements
PlayPause
button name has been added for subscription (Add PLAY_PAUSE to ButtonName enum #246).TTSChunk
, which may be used in anAlert
orSpeak
RPC, for example [SDL-0014] ([SDL 0014] Adding Audio File Playback to TTSChunk #524).SDLFileManagerConfiguration
[SDL-0037] ([SDL 0037] Expand Mobile putfile RPC #599) (App icon upload fails on reconnection to the head unit #1013) [SDL-0191] ([SDL 0191] Retry Failed File Uploads #1043).displayName
parameter todisplayCapabilities
and deprecatedisplayType
[SDL-0063] ([SDL 0063] Display name parameter #627).Bug Fixes
.../Swift
to install library via CocoaPods #1026).SDLLockScreenConfiguration
showInOptionalState
beingtrue
was not properly preventing dismissal of the lock screen (The lock screen configuration'sshowInOptionalState
does not work as expected #1070).rootViewController
(Getter for StreamingMediaManagerrootViewController
always returns nil #1100).rootViewController
not on main thread (Setter forrootViewController
for CarWindow needs to be run on the main thread #1101).Tasks Remaining:
CLA