Skip to content
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

[Draft] 4.5.0 #25

Merged
merged 29 commits into from
Oct 30, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
f68219f
Correct formating and add mandatory flags to all params
joeygrover Jul 20, 2017
86d42ba
Add RpcParser project and first runthrough for README.md
joeygrover Jul 20, 2017
1dbeedd
First updated of CHANGELONG
joeygrover Jul 20, 2017
45eec48
Added SystemCapability changes
joeygrover Jul 20, 2017
0fb4f68
Updated for 0058
joeygrover Jul 20, 2017
6e1b3de
0060 and 0076 Add more languages to Language
joeygrover Jul 20, 2017
6d71f61
Added remote control phase 1 changes
joeygrover Jul 20, 2017
fa572a0
Updated RC proposal numbers in changelong. Added metadata proposal
joeygrover Jul 20, 2017
d14460d
Fix typo in RemoteControlCaps
joeygrover Jul 20, 2017
0e710fe
Update README
joeygrover Jul 20, 2017
3c9a717
Added changes for 0075
joeygrover Jul 26, 2017
c8cfa4f
Remove instances of “SYNC”
joeygrover Jul 26, 2017
b5b1737
Clarify InteractionMode
joeygrover Jul 26, 2017
bd061c6
Updates to 0075 - VideoStreamCapabilities
joeygrover Aug 10, 2017
37f7ee0
Add mandatory flags
joeygrover Aug 10, 2017
4ca507c
Add missing type to MetadataStruct
joeygrover Aug 10, 2017
11f9601
Update to include types in README
joeygrover Aug 10, 2017
18966d5
Fix spelling issues
joeygrover Aug 10, 2017
523aa14
Fix issue with enums missing descriptions
joeygrover Aug 10, 2017
91eb8cf
Update MOBILE_API.xml
joeljfischer Aug 18, 2017
ce3b4c7
Merge pull request #41 from smartdevicelink/feature/4_5_0_spatial_str…
joeygrover Aug 18, 2017
7a32d67
Update MetadataTags #35
joeygrover Aug 28, 2017
3041d99
Merge branch 'feature/4_5_0_Updated' of https://github.com/smartdevic…
joeygrover Aug 28, 2017
8e72e5b
Add changes for #36
joeygrover Aug 28, 2017
746b820
Resolve API discrepancies
jacobkeeler Sep 21, 2017
d0e728c
Merge pull request #49 from smartdevicelink/fix/API_Discrepancies
joeygrover Sep 26, 2017
81247fc
Add RC to HMICaps
joeygrover Sep 26, 2017
5be94d5
Updated radioEnable description
joeygrover Oct 16, 2017
1dc12d9
Updated readme
joeygrover Oct 16, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 58 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,66 @@
# RPC Spec 4.4.0
# RPC Spec 4.5.0


### Breaking Changes


### Modifications
- [0050](https://github.com/smartdevicelink/sdl_evolution/issues/151) :`SyncMsgVersion` now includes a patch version
- [0031](https://github.com/smartdevicelink/sdl_evolution/issues/97): Added `PROJECTION` element to `AppHMIType`
- [0049](https://github.com/smartdevicelink/sdl_evolution/issues/144) : Added `CANCEL` element to `TouchType`
- [0055] : Added `DATA_NOT_AVAILABLE` to `Result`
- [0058] : Added `videoStreaming ` to `HMICapabilities`
- [0060] , [0076] : Added `EN-IN`, `TH-TH`, `EN-SA`, `HE-IL`, `RO-RO`, `UK-UA`,`ID-ID`, `VI-VN`, `MS-MY`, and `HI-IN` to elements to `Language`
- [0071] : Added `REMOTE_CONTROL` element to `AppHMIType`
- [0071] : Added `AC_MAX`, `AC`, `RECIRCULATE`, `FAN_UP`, `FAN_DOWN`, `TEMP_UP`, `TEMP_DOWN`, `DEFROST_MAX`, `DEFROST`, `DEFROST_REAR`, `UPPER_VENT`, `LOWER_VENT`, `LOWER_VENT`, `DEFROST_MAX`, `VOLUME_UP`, `VOLUME_DOWN`, `EJECT`, `SOURCE`, `SHUFFLE`, and `REPEAT` elements to `ButtonNames`
- [0073] : Added `textFieldMetadata` parameter to `Show`

### New RPCs, Structs, and Enums

### New RPCs, Structs, and Enums
#### Functions
- [0055] , [0058] , [0076] : `GetSystemCapability`
- [0071] : `GetInteriorVehicleData`
- [0071] : `SetInteriorVehicleData`
- [0071] : `OnInteriorVehicleData`
- [0071] : `ButtonPress`
- [0075] : `SendHapticData`

#### Structs
- [0055] , [0058] , [0076] : `SystemCapability`
- [0055] : `NavigationCapability`
- [0055] : `PhoneCapability`
- [0058] : `VideoStreamingCapability`
- [0058] : `VideoStreamingFormat`
- [0071] : `RemoteControlCapabilities `
- [0071] : `ClimateControlCapabilities `
- [0071] : `RadioControlCapabilities `
- [0071] : `ModuleDescription`
- [0071] : `RdsData`
- [0071] : `RadioControlData`
- [0071] : `Temperature `
- [0071] : `ClimateControlData `
- [0071] : `ModuleData`
- [0073] : `MetadataStruct`
- [0075] : `SpatialStruct`

#### Enums
- [0055] , [0058] , [0076] : `SystemCapabilityType`
- [0058] : `VideoStreamingCodec`
- [0058] : `VideoStreamingProtocol`
- [0076] : `RadioState`
- [0071] : `ModuleType `
- [0071] : `DefrostZone `
- [0071] : `VentilationMode `
- [0071] : `RadioBand`
- [0071] : `RadioState`
- [0071] : `TemperatureUnit `
- [0073] : `TextFieldType`



[0055]:https://github.com/smartdevicelink/sdl_evolution/issues/166
[0058]:https://github.com/smartdevicelink/sdl_evolution/issues/176
[0060]:https://github.com/smartdevicelink/sdl_evolution/issues/178
[0071]:https://github.com/smartdevicelink/sdl_evolution/issues/206
[0073]:https://github.com/smartdevicelink/sdl_evolution/issues/208
[0075]:https://github.com/smartdevicelink/sdl_evolution/issues/219
[0076]:https://github.com/smartdevicelink/sdl_evolution/issues/220
2,299 changes: 1,492 additions & 807 deletions MOBILE_API.xml

Large diffs are not rendered by default.

Loading