summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/rc_rpc_plugin/include/rc_rpc_plugin
Commit message (Expand)AuthorAgeFilesLines
* Run updated style scriptjacobkeeler2019-04-2927-126/+127
* Remove filtering from onInteriorVehicle data. Add to GetInteriorVehicleData.JackLivio2018-10-122-1/+1
* Add radio param filtering if radioEnable or hdRadioEnable are falseJackLivio2018-10-122-0/+2
* Coverity Fixes for 5.0.0 (#2638)JackLivio2018-10-031-0/+5
* Fix namespace case structure in projectfix/namespace_casejacobkeeler2018-08-291-4/+5
* Merge pull request #2278 from smartdevicelink/feature/boost_datetime_implemen...Jacob Keeler2018-08-281-1/+1
|\
| * Fix build failures after mergejacobkeeler2018-08-231-1/+1
* | Add processing new light capabilities to set_interior_vehicle_datafeature/rc_lights_more_names_and_status_valuesAlexander2018-08-222-6/+13
* | Add statusAvailable param to constantsAlexander2018-08-221-0/+1
|/
* Moved mapping from module types to module data and capabilities keys in one p...Alexander2018-08-202-1/+14
* fixup! Add Interior data cache and interior data managerAlexander2018-08-201-1/+1
* Process policy events and application events in InteriorDataManagerAlexander2018-08-202-11/+0
* Add data to cache on interior data updateAlexander2018-08-201-0/+1
* Add cache processing on GetInteriorVehicleData requestAlexander2018-08-202-0/+14
* Rework dependency injection in RC commandsAlexander2018-08-2025-172/+205
* Namespace fixAlexander2018-08-201-2/+1
* Add Interior data cache and interior data managerAlexander2018-08-205-0/+435
* Add param 'hdRadioEnable' to Compatibilities mapElvis Kuliiev2018-08-171-0/+3
* Fix issues after rebasejacobkeeler2018-08-161-1/+1
* Fix cutting off READ ONLY param channelNameIra Lytvynenko (GitHub)2018-08-161-0/+2
* Save current audio sourceIra Lytvynenko2018-08-162-0/+13
* New RC modules initial implementationAlexander2018-08-161-0/+30
* Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-182-2/+4
* Fix logic according to review commentsIra Lytvynenko (GitHub)2018-07-162-2/+10
* Update OnRCStatus with a new allowed parameterIra Lytvynenko (GitHub)2018-07-162-3/+17
* Merge pull request #2208 from smartdevicelink/feature/rc_seatJackLivio2018-07-131-4/+4
|\
| * Fix control data checking by capabilities for module type SEATIra Lytvynenko2018-06-261-0/+1
| * New RC module SEATIra Lytvynenko2018-06-261-4/+3
* | Fix SDL sends multiple OnRCStatus notification in case of app unregistrationIra Lytvynenko (GitHub)2018-07-122-3/+12
* | Fix OnRCStatus sending after app registrationIra Lytvynenko2018-07-122-2/+11
* | Create and send on RC status notificationsAlex Kutsan2018-07-122-0/+19
|/
* fixup! Add resumption processing in VehicleInfoAppExtensionAlexander2018-06-261-1/+1
* Style fixes of PorcessResumption RCAppExtension, VehicleInfoAppExtensionAlexander2018-06-261-2/+2
* Add resumption processing in VehicleInfoAppExtensionAlexander2018-06-261-0/+7
* Answer review comments.BSolonenko2018-06-2621-15/+555
* Fixes for RC commands and code styleIra Lytvynenko2018-06-263-3/+3
* Fix SDL behavior when resource is unsupportedAndriy Byzhynar2018-06-261-5/+22
* Fix GetInteriorVehicleDataConsent request/responseAndriy Byzhynar2018-06-265-12/+233
* Fix RC defectsAndriy Byzhynar2018-06-262-6/+79
* Fixes for RC commandsIra Lytvynenko2018-06-266-2/+23
* Refactoring rc rpc plugin's factoryBSolonenko2018-06-2617-64/+83
* Refactoring sdl rpc plugin's factoriesBSolonenko2018-06-261-0/+10
* Move GetRCApplications function to RCRPCPluginIra Lytvynenko2018-06-262-5/+5
* OnRemoteControlSettings and OnInteriorVehicleData notifications implIra Lytvynenko2018-06-262-11/+29
* SetInteriorVehicleData implementation and some fixesLitvinenko Ira2018-06-265-16/+73
* Add supported functions of RC pluginAlexander Kutsan2018-06-2616-38/+84
* GetInteriorVehicleData implementation and some fixesIra Lytvynenko2018-06-265-21/+60
* RC commands request implementation, ButtonPressRequest implementation and som...Ira Lytvynenko2018-06-2610-28/+245
* Add Resource allocation manager stubAlexander Kutsan2018-06-264-0/+494
* RC Command Factory implementationIra Lytvynenko2018-06-2612-19/+55