-
Notifications
You must be signed in to change notification settings - Fork 12
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
Release/1.3.0 #428
Merged
Merged
Release/1.3.0 #428
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
…streaming_capabilities
Bring develop up to date with master
Fix failing RPC generator unit tests
…ywords update generator based on c++ keywords changes
Master to Develop
…ew_vehicle_data_climateData
…nager-queues Refactor to use queues and create unit tests
Update Example apps for 1.3
…-early-return Fix positioning of return statement in PermissionManager
…audio Fix check for supported audio files in AlertManager
…n_ids ScreenManager Overlapping Button IDs
…choice-keyboard-error Perform null checks for choice set selection listener in manager
Update package version to 1.3.0
…if more are given
…artwork Blank artwork should be persistent
…ommand_strings Bugfix/duplicate voice command strings
Fix AlertManager to limit Alerts to 4 soft buttons and trim the list …
…stener Align Keyboard Listener
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <[email protected]>
… but not convert them to RPCStructs
…ssions PermissionManager should convert old permissions to RPCStructs after cloning them
…elliptic-6.5.4 Bump elliptic from 6.5.3 to 6.5.4
…y18n-4.0.1 Bump y18n from 4.0.0 to 4.0.1
renonick87
approved these changes
Apr 14, 2021
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.
1.3.0
Supports:
Completed Features
[SDL 0296] Possibility to update video streaming capabilities during ignition cycle
[SDL 0282] Screen Manager Alert Manager
[SDL 0274] Add preferred FPS to VideoStreamingCapability
[SDL 0267] Main Menu UI Updates
[SDL 0238] Keyboard Enhancements
[SDL 0269] New vehicle data ClimateData
[SDL 0305] Homogenize TextFieldName
Refactor VoiceCommandManager to use queues
[SDL 0262] New vehicle data SeatOccupancy
[SDL 0255] Enhance BodyInformation vehicle data
[SDL 0244] Custom Playback Rates for SetMediaClockTimer
[SDL 0198] Media Skip Indicators
[SDL 0293] Enable OEM exclusive apps support
[SDL 0180] Broaden Choice Uniqueness
[SDL 0285] ShowConstantTBT Description Update
Feature/choice set manager
Bug Fixes
KeyboardListener method for InputMask is misaligned
Make managers aware of artwork overwrite property
Generated getter methods from RPC spec not aligned with the setter methods
_SdlProtocolBase sets the wrong protocol version on the first packet received
System capability manager - Passing null in _createDeprecatedDisplayCapabilities
Can't set NULL for Enum properties in Structs and Messages
CRC checksums not used in File Manager
Setting a
SDLArtwork
'soverwrite
property to true does not work with screen managerFix Setting Choice Set Timeouts
Auxillary typo in StaticIconName enum class
Fix auxillary typo in StaticIconName
Fix initalize typos
Update RpcStruct._validateType to not throw error for a null value
Fix SdlProtocolBase setting wrong protocol version
PermissionManager with early return in _notifyListeners
PermissionManager crashes after receiving OnPermissionsChange