-
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
v7.1.0 Release #1943
Merged
Merged
v7.1.0 Release #1943
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>
[SDL-0274] Add preferred FPS to VideoStreamingCapability
…age-use-bootstrap Change CI carthage update to bootstap
Audio data fixes Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
custom error fixes Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
Signed-off-by: NicoleYarroch <nicole@livio.io>
Updated present alert operation 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>
[SDL-0323] Align video streaming parameters with VideoStreamingCapability
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>
…is. Resolve many conflicts.
… (method name did change in SDL)
…ideoStreamingCapabilitySpec (it is not connected with the PR itself but it fails)
* Fix swift example warning * Update SDLManagerDelegate didReceiveSystemInfo naming on Swift * Fix file names for SDLImageResolution+StreamingVideoExtensions and SDLVideoStreamingCapability+StreamingVideoExtensions * Fix documentation misspelling in SDLMenuCell * Fix SDLSeekStreamingIndicator `seekIndicatorWithSeekTime` using a nullable parameter when it should be nonnull * Deprecate old SDLStreamingMediaConfiguration initializer and replace it with one with new properties * Update SDLStreamingVideoDelegate `videoStreamingDidUpdate` naming on Swift
* Fixed SeekStreamingIndicator tests for updated initializer * Added StreamingMediaConfiguration tests for added initializer and fixed tests * Fixed ChoiceSet tests for updated timeout behavior * Fixed Obj-C example app for deprecated code
…-naming-fixes Fixes for APIs and naming
Signed-off-by: NicoleYarroch <nicole@livio.io>
Signed-off-by: NicoleYarroch <nicole@livio.io>
Codecov Report
@@ Coverage Diff @@
## master #1943 +/- ##
==========================================
- Coverage 84.66% 83.66% -1.00%
==========================================
Files 418 441 +23
Lines 20939 22543 +1604
==========================================
+ Hits 17728 18861 +1133
- Misses 3211 3682 +471 |
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>
…_resumption_broken_switching_nav_apps Fixed video not resuming when switching between navigation apps
Signed-off-by: NicoleYarroch <nicole@livio.io>
Child videoStreamingCapability now inherits the parent’s video encoder properties Signed-off-by: NicoleYarroch <nicole@livio.io>
…screen-not-dismissible Fix for lock screen not dismissible bug
Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
Fixed the GetSystemCapabilities tests in SDLStreamingVideoLifecycleManagerSpec Signed-off-by: NicoleYarroch <nicole@livio.io>
Updated test descriptions Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
Fixed nil check Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
…iding_default_custom_encoder_settings Let developer override the default custom video encoder settings when not set by the video streaming capability
…le-app-menu-not-displayed-correctly-after-app-exit Fix for example app menus not displayed correctly after app exit
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
Changelog
Testing
Enhancements
title
([SDL 0180] Broaden Choice Uniqueness #1024)BodyInformation
([SDL 0255] Enhance BodyInformation vehicle data #1477)SeatOccupancy
([SDL 0262] New vehicle data SeatOccupancy #1487)ClimateData
([SDL 0269] New vehicle data ClimateData #1511)VideoStreamingCapability
now allows the module to tell an app its preferred frame rate ([SDL 0274] Add preferred FPS to VideoStreamingCapability #1553)Alert
RPCs through the screen manager ([SDL 0282] Screen Manager Alert Manager #1579)TextFieldName
enums forShowConstantTBT
([SDL 0305] Homogenize TextFieldName #1676)VideoStreamingCapability
parameters will now be merged with the app's preferred streaming settings to use the lowest settings (SDL 0323 - Align video streaming parameters with VideoStreamingCapability #1860)ShowConstantTBT
RPC description ([SDL 0285] ShowConstantTBT Description Update #1863)SDLChoiceSet
could fail (Fix SDLChoiceSet default timeout #1891)SDLStaticIcon.auxillaryAudio
and add a fixed spelling ofSDLStaticIcon.auxilliaryAudio
(Fix Spelling of auxillary in SDLStaticIconName #1938)Bug Fixes
ListFiles
workaround inSDLFileManager
to only activate on RPC v4.3.1 and below connections (Work around module ListFiles bug #827)SDLArtwork
in the manager system not working properly (Setting aSDLArtwork
'soverwrite
property to true does not work with screen manager #1117)SDLKeyboardProperties.autoCompleteText
in favor ofSDLKeyboardProperties.autoCompleteList
(The autoCompleteText property in SDLKeyboardProperties should be deprecated #1784)SDLTouchManager.tapTimeThreshold
to0.0
will no longer cause a crash (SettingSDLTouchManager.tapTimeThreshold
to 0.0 causes a debug crash #1798)StartService
protocol message is not version 1 (First StartService isn't always V1 #1837)SDLVoiceCommandManager
to use queues (Refactor VoiceCommandManager to use queues #1841)SDLArtwork
with a static icon not copying (Copying a SDLArtwork with a static icon fails #1846)SDLDisplayCapabilities
should be deprecated (Deprecate 'DisplayCapabilities' #1857)SDLSoftButtonObject
s with the same name (Throw an exception in the soft button manager if two buttons have the same name #1897)SDLTextFieldName.timeToDestination
documentation (Update SDLTextFieldNameTimeToDestination documentation to match the RPC Spec #1915)RPC Generator
NS_TYPED_ENUM
(Generator should generate enums with NS_TYPED_ENUM instead of SDL_SWIFT_ENUM #1834)Other
OCMock
deprecatedobserverMock
(observerMock is deprecated #1913)CLA