-
Notifications
You must be signed in to change notification settings - Fork 31
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 7.1.0 #315
Merged
Merged
Release 7.1.0 #315
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
Bump version for RPC spec 7.1 release
* default_value_string now retreived from params Signed-off-by: NicoleYarroch <nicole@livio.io>
this method was removed in python 3.9, i have replaced it with list iteration which was added in python 3.2
…laybackRate Update spec for CustomPlayback Rates Proposal
* Update the descriptions * Update README
* Deprecate Show param mediaClock * Fix mismatched tag
* Deprecate SyncPData functions * Update README
* Enhance BodyInformation vehicle data * Update README * Temporary commit with changed version of RAPI
* Update RPC Spec for Media Skip Indicators * Fix minvalue * Fix maxvalue * Fix seekTime type * Update ReadMe using generator * Update MOBILE_API.xml Co-authored-by: Shobhit Adlakha <ShobhitAd@users.noreply.github.com> * Update MOBILE_API.xml Co-authored-by: Shobhit Adlakha <ShobhitAd@users.noreply.github.com> Co-authored-by: Henigan <rheniga1@MGC12Z921DLVCG.fbpld77.ford.com> Co-authored-by: Shobhit Adlakha <ShobhitAd@users.noreply.github.com>
* Add new vehicle data SeatOccupancy Co-authored-by: Yana Chernysheva <ychernysheva@luxoft.com>
* [SDL 0274] Add preferred FPS to VideoStreamingCapability (issue #222)
* Temporary commit with changed version of RAPI * Add new vehicle data ClimateData * Update README * Mark VEHICLEDATA_EXTERNTEMP as deprecated
* Add fields to TextFieldName enum: phoneNumber, timeToDestinatioon, turnText, navagationText * Removing duplicate phoneNumber element from textFieldName enum and rearranging additions * Update ReadMe File * Removed navagationText from TextFieldName as well as fix a typo * Update MOBILE_API.xml Co-authored-by: Jacob Keeler <jacob.keeler@livioradio.com> * run markdown generator Co-authored-by: Julian Kast <julian@livio.com> Co-authored-by: Collin <iCollin@users.noreply.github.com> Co-authored-by: Jacob Keeler <jacob.keeler@livioradio.com> Co-authored-by: collin <collin@livio.io>
* Add new structs and enums to MOBILE API
Co-authored-by: Henigan <rheniga1@MGC12Z921DLVCG.fbpld77.ford.com>
…ignition cycle (#272) * Add the new OnAppCapabilityUpdated RPC and the new appropriate types * Add additionalVideoStreamingCapabilities into VideoStreamingCapability * Fix InterfaceParser error on recursive structures Currently InterfaceParser is not able to generate recursive structures i.e. one or several structure attributes have its own type e.g.: struct VideoStreamingCapability { ... VideoStreamingCapability additionalVideoStreamingCapabilities; } because structure type fully defined only when all of it attributes are defined. With this commit InterfaceParser is able to handle such problem. * Update README * Temporary commit with changed version of RAPI * Update comment style * Update Readme * Remove trailing whitespaces Co-authored-by: Igor Gapchuk <igapchuck@luxoft.com> Co-authored-by: YarikMamykin <ymamykin@gmail.com> Co-authored-by: Dmitriy Boltovskiy <dboltovskyi@luxoft.com>
Jack-Byrne
reviewed
Apr 13, 2021
Jack-Byrne
reviewed
Apr 13, 2021
Jack-Byrne
reviewed
Apr 13, 2021
Jack-Byrne
reviewed
Apr 13, 2021
Jack-Byrne
reviewed
Apr 13, 2021
Jack-Byrne
reviewed
Apr 13, 2021
Jack-Byrne
reviewed
Apr 13, 2021
Jack-Byrne
reviewed
Apr 13, 2021
jacobkeeler
commented
Apr 13, 2021
jacobkeeler
commented
Apr 13, 2021
Jack-Byrne
approved these changes
Apr 13, 2021
joeljfischer
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.
Features
[SDL 0198] Media Skip Indicators
[SDL 0238] Keyboard Enhancements
[SDL 0244] Custom Playback Rates for SetMediaClockTimer
[SDL 0255] Enhance BodyInformation vehicle data
[SDL 0262] New vehicle data SeatOccupancy
[SDL 0267] Main Menu UI Updates
[SDL 0269] New vehicle data ClimateData
[SDL 0274] Add preferred FPS to VideoStreamingCapability
[SDL 0285] ShowConstantTBT Description Update
[SDL 0293] Enable OEM exclusive apps support
[SDL 0296] Possibility to update video streaming capabilities during ignition cycle
[SDL 0305] Homogenize TextFieldName
Bug Fixes / Enhancements
Deprecate
MediaClock
param inShow
SyncPData functions should be deprecated
Incorrect since value for AppInfo
Add C++ keywords to reserved list
RPC Parser - Parsing default value from a function parameter is broken
Fix Formatting for "deprecated since" note
Fix InterfaceParser failures when using Python 3.9