-
Notifications
You must be signed in to change notification settings - Fork 105
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
v6.4.0 Release #1343
v6.4.0 Release #1343
Conversation
#1360 (comment) #1360 (comment) update CarWindow and TouchManager to use scale from StreamingVideoLifecycleManager in init #1360 (comment)
…from notifications on its own)
#1360 (comment) #1360 (comment) update private property of tested class in test to meet its declaration
clear dictionary
Fix setting requireEncryption to nil
…mCapabilityTypeSeatLocation SystemCapabilityManager fails to support SeatLocation capability
…_and_scale_x2' into feature/0179_pixel_density_and_scale_v2
…remote-control-availability Add remoteControl to HMICapabilities
…le-app-warning-alert-template-change Change example app resultCode check to the success bool instead
…ated-Test-Suite Deprecated warnings in tests
* But still works on < iOS 13
Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
…ransport_test_fixes Fixed failing iAP transport test cases
* Fix transitions not being in dark mode
…xample-app-styling-ios-13-dark-mode Update styling for iOS 13
Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
…iles-Disallowed Keep File Manager from Error State on disallowed
@theresalech It is possible that removing the data session delay all together may have caused some timing issues that need further investigation. We would like time to test across our various head unit implementations and provide sufficient feedback -- its also important to note that testing needs to occur with USB and BT scenarios as iAP impacts both. We would be open to including the bugfix in an upcoming release or hotfix release after additional testing is completed. |
…t-tweak-iap-transport-delay Revert removing the data session delay
* Add release notes to CHANGELOG.md
Risk
This PR makes minor API changes.
Testing Plan
Unit tests and full smoke tests
Summary
SDL iOS 6.4.0 brings features like widgets, a new multithreading architecture, and multiple remote control modules per type, along with a Smörgåsbord of other features and a plentitude of bug fixes.
It supports SDL RPC Spec 6.0.0 and SDLProtocol Spec 5.2.0.
Changelog
Enhancements
SDLGPSData
now has ashifted
parameter to support proprietary shifts in certain locales ([SDL 0199]-Adding-GPS-Shift-support #1083).SDLSoftButtonObject
can now be initialized without first initializing anSDLSoftButtonState
(Add an initializer to SDLSoftButtonObject to take SDLSoftButtonState parameters for easier single-state soft button objects #1375).SDLSystemCapabilityManager
now has support for the new multi-window display capabilities with automatic backward-compatibility support ([SDL 0243] Manager Update for DisplayCapability #1386).SDLHMICapabilities
now supports checking app services ([SDL 0246] Add App Services to HMICapabilities #1389).Bug Fixes
SDLSyncMsgVersion
is nowSDLMsgVersion
across the project (Align SDLSyncMsgVersion with Android #1352).bitrate
is now properly used by default (Reflect bitrate value returned from HMI to video encoder setting #1392).SDLHMICapabilities
missing parameters (SDLHMICapabilities is missing the remote control availability parameter #1395, HMI Capabilities needs to support DISPLAYS and SEAT_LOCATION #1423).HMICapabilities.videoStreaming
isNO
(Version needed Streamingvideolifecyclemanagers isStreamingSupported #1411).SDLLightControlCapabilities
andSDLHMISettingsControlCapabilities
not returning correctly due to mismatched types (SDLLightControlCapabilities and SDLHMISettingsControlCapabilities wrong return type #1441).ListFiles
returns with aDISALLOWED
resultCode
to work around some production module bugs (ListsFiles rpc returns DISALLOWED should not call SDLFileManagerStateStartupError #1454).Example Apps
CLA