summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix sdl versioning for vehicle data (#3015)"revert-3015-fix/sdl_versioning_for_vehicle_dataJacob Keeler2019-09-131-1/+5
* Fix sdl versioning for vehicle data (#3015)Yaroslav Mamykin (GitHub)2019-09-131-5/+1
* Feature/Remote Control - Allow Multiple Modules per Module Type (#2984)Ira Lytvynenko (GitHub)2019-08-304-22/+259
* [SDL 0173] - Read Generic Network Signal Data Implementation (#2977)Alexander Kutsan (GitHub)2019-08-3020-238/+181
* Fixed app activation during resumption (#3001)Andriy Byzhynar (GitHub)2019-08-301-15/+16
* Feature/service status update to hmi (#2921)Maksym Ked (GitHub)2019-08-293-1/+79
* Fix/reject register too many requests (#2993)Collin2019-08-281-10/+18
* fixup! Implement Resumption for widgetsfeature/widget_supportAndriy Byzhynar (GitHub)2019-08-252-2/+2
* Remove redundant condition lead to core crashAndriy Byzhynar2019-08-231-1/+7
* fixup! Fixes after rebaseAndriy Byzhynar (GitHub)2019-08-211-1/+2
* Fix nickname validation issue appeared after rebaseAndriy Byzhynar (GitHub)2019-08-211-3/+4
* Add app version check to SetDisplayLayout RPCAndriy Byzhynar (GitHub)2019-08-211-8/+19
* fixup! Send one OnSystemCapabilitiesUpdated on resumptionmked-luxoft2019-08-201-1/+1
* Fixes after rebasemked-luxoft2019-08-201-4/+1
* Add validation to CreateWindow requestmked-luxoft2019-08-201-0/+124
* Add accumulating window capabilitiesmked-luxoft2019-08-203-3/+9
* Use window id as intmked-luxoft2019-08-204-6/+6
* fixup! Implement Resumption for widgetsmked-luxoft2019-08-201-2/+2
* Check hmi level of relevant window on button notificationsmked-luxoft2019-08-203-9/+22
* fixup! Update Show RPCmked-luxoft2019-08-201-0/+12
* Rename DISPLAY to DISPLAYS according to the proposal revisionLitvinenkoIra2019-08-204-8/+8
* Send one OnSystemCapabilitiesUpdated on resumptionmked-luxoft2019-08-203-18/+47
* Update logic of OnSystemContext for widget windowsAndrii Kalinich2019-08-201-10/+19
* Update Show RPCAndriy Byzhynar2019-08-201-1/+162
* Update SetDisplayLayout RPCAndriy Byzhynar2019-08-201-13/+19
* Implement hmi capabilties handlingAndriy Byzhynar2019-08-204-17/+117
* Implement Policies changes and dependenciesAndriy Byzhynar2019-08-201-1/+5
* Implement StateController changesAndriy Byzhynar2019-08-205-10/+17
* Update OnHMIStatus notificationAndriy Byzhynar2019-08-201-5/+7
* Implement BC.OnSystemCapabilitiesUpdated notification from HMIAndriy Byzhynar2019-08-201-0/+117
* Implement CreateWindow and DeleteWindow RPCsAndriy Byzhynar2019-08-208-0/+785
* Update application and its dependenciesAndriy Byzhynar2019-08-2010-17/+38
* Merge pull request #2034 from shoamano83/feat/sdl-0138_audio_pass_thru_arrayJackLivio2019-08-202-11/+13
|\
| * Omit the case where UI.GetCapabilityResponse returns a list in audioPassThruC...Sho Amano2019-08-161-12/+5
| * Now that audio_pass_thru_capabilities() is always an array, remove unnecessar...Sho Amano2019-08-071-9/+3
| * Always make audio_pass_thru_capabilities_ an array when reading from UIGetCap...Sho Amano2019-08-061-2/+13
| * Update HMI_API.xml to add audioPassThruCapabilitiesListSho Amano2019-07-251-1/+5
* | Merge pull request #2960 from smartdevicelink/feature/same_app_from_multiple_...Shobhit Adlakha2019-08-165-70/+183
|\ \
| * | Update src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/comm...Alexander Kutsan (GitHub)2019-08-141-1/+1
| * | Add using device id for external proprietary mode.sniukalov2019-08-143-6/+7
| * | Adjustment registration of sdl_rpc_plugin for multiple devices.sniukalov2019-08-142-57/+168
| * | Fixed sending a secondary message APPLICATION_REGISTERED_ALREADYsniukalov2019-08-141-1/+1
| * | Fixed code style.sniukalov2019-08-141-6/+7
* | | support tiled menus and submenus (#2968)Collin2019-08-153-26/+81
|/ /
* | add Cancel Interaction RPC (#2963)Collin2019-08-128-0/+327
* | Merge pull request #2967 from smartdevicelink/feature/open_menu_rpcShobhit Adlakha2019-07-314-0/+329
|\ \
| * | Fix styleShobhit Adlakha2019-07-222-7/+7
| * | Fixed merge conflicts and updated branchShobhit Adlakha2019-07-22326-727/+2220
| |\ \
| * | | fix according to commentsMykola Korniichuk2018-12-044-37/+40
| * | | Open Menu RPCMykola Korniichuk2018-10-294-0/+326