-
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.7.0 Release #1708
Merged
Merged
v6.7.0 Release #1708
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>
Signed-off-by: NicoleYarroch <nicole@livio.io>
Co-authored-by: NicoleYarroch <nicole@livio.io>
…ssion-manager-method-alignment Bugfix/issue 1667 permission manager method alignment
…into bugfix/issue-1682-tracking-parameter-permissions
Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io>
Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
…sport' of https://github.com/smartdevicelink/sdl_ios into bugfix/issue_1634_wifi_turned_off_breaks_secondary_transport
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>
Added check for current app state Signed-off-by: NicoleYarroch <nicole@livio.io>
…rash-unknown-rpc Fix unknown RPC crash
Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io>
Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
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>
Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io>
Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
Signed-off-by: NicoleYarroch <nicole@livio.io>
Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io>
…ter_sec_transports_timer The secondary transport manager now only starts a timer when the secondary transport has opened
…ssion-manager-subscribe-callback-documentation Fix documentation on permission manager subscribe method callback parameters
Signed-off-by: NicoleYarroch <nicole@livio.io>
…ermission_mgr_deprecation_messages Fixed the permission manager deprecation messages
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
A full suite of smoke tests will be performed.
Summary
SDL iOS 6.7.0 is an update with many bug fixes and a few features, such as the Screen Manager - Subscribe Button feature and additional permission manager features to align with the Java Suite library.
It supports SDL RPC Spec 6.0.0 and SDL Protocol Spec 5.2.0.
Changelog
Enhancements
SDLManager
delegate method for updating the HMI and VR language separately ([SDL 0289] Support for Set Language Separately #1593).SDLButtonPress
because the existing ones were missing a mandatory parameter (SDLButtonPress initializer missing a mandatory parameter #1635).SDLPermissionManager
methods with Java Suite and JavaScript Suite libraries, adding methods for parameter permissions and more (The permission manager functions should take SDLRPCFunctionName #1661, Add new method to Permission Manager in order to align with java_suite #1667, Update Permission Manager to allow tracking parameter permissions #1682).Bug Fixes
SDLAudioStreamManager
error messages (Add userInfo to error returned by the SDLAudioStreamManager #1622).nil
displayCapabilities
in theSystemCapabilityManager
(MovetextFields
/imageFields
== nil checking from ScreenManager to SystemCapabilityManager #1623).SDLFocusableItemLocator
when the video stream starts and stops (SDLFocusableItemLocator should be stopped when transport disconnects #1631).SDLBool
(and the like) in arrays in RPCs #1636).SDLMenuCell
would fail (If an empty array is set for voice commands on the SDLMenuCell the AddCommand is rejected #1648).sdl_handleSystemRequestLaunchApp
function #1662).VTSessionSetProperty
when the compression session is recreated #1683).SystemCapabilityManager
(The SystemCapabilityManager needs to be made thread safe #1709).SDLManager
in themanagerDidDisconnect
callback (Restarting the sdlManager crashes due to a race condition in the lifecycle manager #1710).EndServiceNAK
(The protocol message router does not route the EndServiceNAK message correctly #1718).Other
NSTimer
wrapper everywhere internally instead of the rawNSTimer
(Replace NSTimer with SDLTimer #1611).Example Apps
CLA