-
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
v.5.2 Release #899
Merged
Merged
v.5.2 Release #899
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
… logic to update configuration and to change registartion. New transition `UpdateConfiguration` added which is entered right after app is registered.
fix: start background task whenever connection is initiated
* Allow handler to be nil
* SDLAsynchronousRPCRequestOperation handles single RPC requests as well * Fix name of SDLAsynchronousRPCRequestOperation * SDLConnectionManagerType now can send a “regular”/“non-manager” RPC request * Add RPC Operation queue to the lifecycle manager
finish operation when error occurred in SDLUploadFileOperation
…_workaround Fix ListFiles bug on older modules
Fix application state should not be called off of main thread
…e-at-ready Notify audio streaming state when SDL mangaer become Ready
* Fix media track text field not available * Add soft button transition to next state
…registration_not_sent Fixed change registration not sent
…rash Fix a crash on iOS 9 when video streaming is started
…xtension Screen Manager extensions and fixes
…ample_app_for_5.2 Update example app for 5.2.0
# 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 ready for review.
Risk
This PR makes minor API changes.
Testing Plan
Tests have been added
Summary
This v. 5.2 release contains numerous enhancements and bug fixes.
Changelog
Enhancements
SDLArtwork
without a name and a name will be generated based on a hash of the data. You can also now upload an artwork throughSDLFileManager
and have uploaded artwork names passed back to you [SDL-0124] ([SDL 0124] SDLImageUploadManager #865)addCommand
s or for sending aperformInteraction
immediately after thecreateInteraction
finishes [SDL-0087] ([SDL 0087] Sequentially Send Multiple RPCs #723)AppHMIType
s [SDL-0129] ([SDL 0129] Add Additional AppHMIType Array iOS #851)Bug Fixes
NONE
andBACKGROUND
(Audio stream is not stopped at hmi level none and background #803)SDLAddCommand
initializer to fix aniconValue
error (SDLAddCommand iconValue of nil results in INVALID_DATA #846)SDLUploadFileOperation
not finishing on error (SDLUploadFileOperation is not finished on error #860)AudioStreamingState
not being notified whenLifecycleManager
is ready (AudioStreamingState should be notified to SDLManagerDelegate when SDLLifecycleManager becomes ready #863)ListFiles
bug on previous SDL Core versions (Work around module ListFiles bug #827)Tasks Remaining:
CLA