summaryrefslogtreecommitdiff
path: root/src/components/interfaces
Commit message (Collapse)AuthorAgeFilesLines
* Update HMI API interface versionsfeature/update_hmi_api_versionjacobkeeler2017-10-201-6/+6
|
* RC capabilities is set in RC.GetCapabilities, not UI.GetCapabilitiesfix/rc_capabilitiesjacobkeeler2017-10-121-0/+3
| | | Also make sure to set rc_supported based on the result of this RPC
* Add `remoteControl` to HMICapability struct in Mobile APIfix/remote_control_supportedJacob Keeler2017-09-261-0/+3
|
* Update MOBILE_API.xml to match `rpc_spec` repofix/update_mobile_api_4.4.0jacobkeeler2017-09-221-6147/+6049
| | | Includes fixes to build issues resulting from this update.
* Merge pull request #1746 from ChrisB-Elektrobit/feature/metadata_taggingJacob Keeler2017-09-072-0/+104
|\ | | | | Feature/metadata tagging
| * - performed renamings suggested in smartdevicelink/sdl_evolution#239ChrisB-Elektrobit2017-08-172-10/+10
| |
| * - modified HMI_API.xml to support the changes needed for metadata taggingChrisB-Elektrobit2017-08-041-0/+42
| |
| * - modified MOBILE_API.xml to support the changes needed for metadataChrisB-Elektrobit2017-08-041-0/+62
| | | | | | | | tagging
* | Merge pull request #264 from ↵Alexander Kutsan (GitHub)2017-09-052-7/+10
|\ \ | | | | | | | | | | | | AKalinich-Luxoft/fix/fix_mobile_hmi_apis_after_comments Fix MOBILE and HMI APIs after review comments
| * | Fix MOBILE and HMI APIs after review commentsAKalinich-Luxoft2017-09-052-7/+10
| | | | | | | | | | | | | | | MOBILE and HMI APIs should be the same as APIs in SDL-0071 proposal. Some inaccuracies was fixed.
* | | Merge branch 'develop' into feature/sdl_remote_control_baselineAndrii Kalinich (GitHub)2017-09-052-12/+117
|\ \ \ | |/ / |/| |
| * | fix typo of hexvalueMasato Ogawa2017-08-281-1/+1
| | |
| * | Updated according to changing SendHapticData designMasato Ogawa2017-08-242-23/+38
| | |
| * | Add hapticSpatialDataSupported into VideoStreamingCapabilityMasato Ogawa2017-08-232-0/+6
| | |
| * | Move SendHapticData to struct sectionMasato Ogawa2017-08-221-19/+19
| | |
| * | Add mandatory attribute SendHapticData responseMasato Ogawa2017-08-221-2/+2
| | |
| * | Implement SendHapticData RPCMasato Ogawa2017-08-222-0/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | HMI does not know the position of widget in Navigation template. In cases HMI manages the Haptic feedback of each widget, the Navi app should notify the HMI which elements can be focused using SendHapticData RPC. This is for discussion on proposal SDL-0075.
* | | Add read only descriptions for parametersAlexander Kutsan2017-08-281-3/+8
| | |
* | | Removes 'device rank' supportAndrey Oleynik2017-08-212-18/+0
| | |
* | | Fixes after rebasing on developAndrey Oleynik2017-08-171-0/+1
| | |
* | | Make RadioControllCapabilities parameters optionalAlexander Kutsan2017-08-162-16/+16
| | |
* | | Add missed addCurrentTemperature parameter in climate capabilitiesAlexander Kutsan2017-08-162-0/+12
| | |
* | | Change param name to module name in radio and climate capabilitiesAlexander Kutsan2017-08-162-4/+4
| | |
* | | Fix Mobile and HMI API RdsData sturcture according to proposalAKalinich-Luxoft2017-08-161-7/+7
| | | | | | | | | | | | | | | | | | There is some difference between RdsData sturcture in current API and in proposal. This one in HMI API is ok but in Mobile API there is some differences.
* | | Implementation of system capabilitiesAlexander Kutsan2017-08-162-16/+64
| | |
* | | Integration with develop fixesAlexander Kutsan2017-08-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add dependecies for protocol packet Integraiton issues fix Add missed READ_ONLY Fixes after integration Fix policy handler remote unit tests Fix unit tests after integration
* | | Remote control API and policy table changesAlexander Kutsan2017-08-162-1/+818
|/ /
* | Merge branch 'develop' into SDL-0076_Support_For_Additional_LanguagesJackLivio2017-08-153-377/+737
|\ \
| * | Add videoStreamingCapability in SystemCapability structSho Amano2017-08-111-0/+2
| | | | | | | | | | | | Reflecting review comments.
| * | Add Navi.SetVideoConfig request and responseSho Amano2017-08-111-0/+37
| | |
| * | Add video streaming capability in system capabilitySho Amano2017-08-112-0/+219
| | |
| * | Merge pull request #1692 from masatoogawa/feature/touch-cancellationJacob Keeler2017-08-032-0/+2
| |\ \ | | |/ | |/| Add TouchType CANCEL
| | * Add TouchType CANCELMasato Ogawa2017-07-272-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During operation with a SDL application supporting video streaming, a native dialog such as incoming-call may interrupt. If touch events before and after a screen interruption are evaluated as one gesture, an unexpected gesture may be detected. By notifying CANCEL, HMI can cancel gesture recognitions of a SDL application. This is for discussion on proposal SDL-0049.
| * | Merge pull request #1618 from smartdevicelink/feature/mandatory_flagJacob Keeler2017-08-023-376/+376
| |\ \ | | | | | | | | Add mandatory flag to all parameters in Mobile and HMI APIs
| | * | Added mandatory flag to all parameters in Mobile and HMI APIsfeature/mandatory_flagjacobkeeler2017-06-153-376/+376
| | |/
| * | Merge pull request #1689 from JackLivio/feature/mobile_projectionJacob Keeler2017-08-012-0/+2
| |\ \ | | | | | | | | Mobile Projection Implementation and Unit Tests
| | * | Mobile Projection Implementation and Unit TestsJackLivio2017-07-272-0/+2
| | |/
| * | Put description after elementJackLivio2017-07-311-2/+2
| | |
| * | Formatting and review changesJackLivio2017-07-311-2/+2
| | |
| * | Add system capabilities to HMI RPC UI.getCapabilitiesResponseJackLivio2017-07-132-2/+29
| | |
| * | Add system capabilities to hmi_capabilities.jsonJackLivio2017-07-121-0/+71
| |/
* | Adding additional languages and unit tests:Scott Adam Betts (TNA)2017-07-243-0/+90
|/ | | | | EN-IN, TH-TH, EN-SA, HE-IL, HU-HU, RO-RO, UK-UA, ID-ID, VI-VN, MS-MY and HI-IN
* Apply review commentsokozlovlux2017-05-191-27/+24
| | | | | - fix coding style - remove redundant macro
* Extend GetListOfPermissions HMI API with externalConsentStatus parameterIvo Stoilov (GitHub)2017-05-171-10/+19
|
* Add functionality for External UCSokozlovlux2017-05-171-2/+21
| | | | | | | | | | | - added functionality for External UCS: ON by the User - added UTs for policices External UCS: ON by the User - added perstistence for external user consent status received from system Fix issuies for HTTP and PROPRIETARY mode in mock policy handler - fixed issues in mock policy handler - fix coding style
* Add patch version to Mobile and HMI APIsfeature/API_patch_versionJacob Keeler2017-04-272-10/+13
|
* Merge remote-tracking branch 'origin/master' into developJacob Keeler2017-04-202-92/+95
|\
| * Fix revision date for MOBILE_API.xmlhotfix/API_revision_dateJacob Keeler2017-04-071-1/+1
| |
| * Fix WayPoints API function IDs and update API versionshotfix/GetWayPoints_implementationJacob Keeler2017-04-052-91/+94
| |
| * Fix GetWayPoints implementationJacob Keeler2017-02-282-2/+2
| |