summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/hmi
Commit message (Expand)AuthorAgeFilesLines
* Move new RPCs to sdl_rpc_plugin and make some fixes after rebaseIra Lytvynenko (GitHub)2018-06-263-162/+0
* Move commands to sdl rpc pluginAlexander Kutsan2018-06-26241-15418/+0
* Refactor CommandFactoryIra Lytvynenko2018-06-266-7/+7
* RPCService implementationIra Lytvynenko2018-06-2623-34/+56
* Merge pull request #2105 from smartdevicelink/feature/get_system_timeJacob Keeler2018-06-184-1/+165
|\
| * Implement fully functional GetSystemTime featureAndriy Byzhynar2018-04-064-1/+165
* | Initial implementationIra Lytvynenko2018-05-171-1/+5
|/
* Merge branch 'release/4.5.0' into fix/OnDriverDistructionJackLivio2018-02-129-19/+62
|\
| * Replace pragma with header guardsAndriy Byzhynar2018-01-186-18/+12
| * Add wrappers for deprecated methodsAndriy Byzhynar2018-01-186-9/+18
| * Reverts deprecated interfacesAndrey Oleynik (GitHub)2018-01-186-6/+6
| * Adds main logic and related bugfixes for transport switchingAndrey Oleynik (GitHub)2018-01-184-15/+12
| * Updated description, added deprecated methodsAKalinich-Luxoft2017-12-191-2/+2
| * Removed is_suspended setter.AKalinich-Luxoft2017-12-121-1/+0
| * Renamed methods, updated briefs, removed deep nestingAKalinich-Luxoft2017-12-121-16/+16
| * Added missed implementation of OnAwakeSDLNotificationAKalinich-Luxoft2017-12-121-1/+43
| * Added OnIgnitionOff() and new bool flag to ResumeCtrl classAKalinich-Luxoft2017-12-121-0/+2
* | Implement new behavior for OnDriverDistraction.agaliuzov2017-12-221-14/+56
|/
* Use VehicleDataType from MOBILE APi xml imstead of hardcoded valuesAlexander Kutsan2017-11-271-2/+3
* Fix application start streaming retry sequenceAKalinich-Luxoft2017-11-152-12/+20
* RC capabilities is set in RC.GetCapabilities, not UI.GetCapabilitiesfix/rc_capabilitiesjacobkeeler2017-10-123-15/+13
* Add `remoteControl` to HMICapability struct in Mobile APIfix/remote_control_supportedJacob Keeler2017-09-261-0/+11
* Fix SDL crash on exit/unregistering of non-RC applicationAKalinich-Luxoft2017-09-181-1/+1
* Merge pull request #1620 from AByzhynar/fix/FixFactoryDefaultsJacob Keeler2017-09-071-1/+0
|\
| * Fix SDL behavior in case of MASTER_RESET & FACTORY_DEFAULTSVeronica Veremjova2017-06-211-1/+0
* | Fix style after develop mergeAlexander Kutsan2017-09-051-2/+1
* | Merge branch 'develop' into feature/sdl_remote_control_baselineAndrii Kalinich (GitHub)2017-09-052-0/+109
|\ \
| * | Implement SendHapticData RPCMasato Ogawa2017-08-222-0/+109
* | | Split SDLEvent enum and interfaces into two partsAndrey Oleynik2017-08-301-2/+2
* | | Adds more ifdef's, do some changes according to review notesAndrey Oleynik2017-08-301-0/+2
* | | Implements resource releasing in different casesAndrey Oleynik2017-08-301-0/+6
* | | Fix process RPCs in case when HMI RC.GetCapabilities response was without rem...Ira Lytvynenko2017-08-161-4/+2
* | | Implementation of system capabilitiesAlexander Kutsan2017-08-164-0/+258
|/ /
* | fix: inconsistency in license headersSho Amano2017-08-152-2/+2
* | fix: wrong arg of OnStreamingConfigured()Sho Amano2017-08-121-5/+2
* | Add another definition of newly added keySho Amano2017-08-111-2/+2
* | Remove OnNaviSetVideoConfigDone()Sho Amano2017-08-111-2/+10
* | Add definitions of newly added keysSho Amano2017-08-111-2/+3
* | Add implementation for video streaming parametersSho Amano2017-08-111-3/+3
* | Add Navi.SetVideoConfig request and responseSho Amano2017-08-112-0/+196
* | Add video streaming capability in system capabilitySho Amano2017-08-111-0/+12
* | Use one enum for shorthand Protocol Version rather than twofix/merge_protocol_version_enumsjacobkeeler2017-08-081-2/+4
* | Merge pull request #1539 from LevchenkoS/fix/GetURLs_SDL_does_not_return_urlsJackLivio2017-08-011-22/+16
|\ \
| * | Fix SDL does not return URLs in response of GetURLs RPCSergey Levchenko (GitHub)2017-05-121-21/+15
* | | Merge pull request #1679 from smartdevicelink/feature/constructed_payloadsJacob Keeler2017-07-311-1/+2
|\ \ \
| * | | Changes based on comments, added any missing method descriptions jacobkeeler2017-07-311-2/+2
| * | | Add kV5 to ProtocolVersion enumjacobkeeler2017-07-271-1/+2
| | |/ | |/|
* | | Formatting and review changesJackLivio2017-07-311-5/+10
* | | Add system capabilities to HMI RPC UI.getCapabilitiesResponseJackLivio2017-07-131-0/+9
|/ /
* | Fix absent status updateHerasym Oleh2017-05-171-3/+2