-
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
v5.1 Release #842
Merged
Merged
v5.1 Release #842
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
- only given three tries to create both a control and a data session - the retry counter is now only reset when an accessory is disconnected during a control or data session - ProtocolIndexTimeoutSeconds reduced from 20 to 10 seconds
* Integrated CarWindow into existing SMM
* Add mock and spec classes for testing the audio manager * Add a public domain MP3 cut down to a short length for audio manager testing
* Exposed AudioStreamManager error codes publicly * Additional tests
* Return more accurate file url in delegate * Add to public files
* Fix setting background color of lock screen
…n_assert Force `stop` to run on the main thread
* Lock screen screenshot was not being captured, it is now captured prior to presentation
CarWindow - Automatic Video Streaming
…disconnect_crash Fix crash when disconnecting while setting up app icon
* When app window isn’t in the expected place in the array, iterate through it instead
…ow_present Fix #838 Lock screen presenter
# Conflicts: # SmartDeviceLink/SDLTCPTransport.m
…t_streaming_on_reconnects Fixed car window not streaming video on reconnects
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.
This PR is ready for review.
Risk
This PR makes minor API changes.
Testing Plan
Tests have been added
Summary
This is the v5.1 release focusing on CarWindow automatic view-based streaming and audio stream enhancements.
Changelog
Enhancements
SDLAudioStreamManager
that does on-the-fly transcoding of audio files to an SDL compatible PCM format and can send that audio to be played. This is forNAVIGATION
applications only. [SDL-0113] ([SDL 0113] SDLAudioStreamManager #795)SDLStreamingMediaConfiguration
changes to support CarWindow.Bug Fixes
SDLSlider
initializer infinite recursion. (SDLSlider initializer has infinite recursion #808)stop
calls to run on the main queue. (Force IAPSession assert on main queue #831)HMI NONE
. (Audio stream is not stopped at hmi level none and background #803)Other
Tasks Remaining:
CLA