summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/rc_rpc_plugin
Commit message (Expand)AuthorAgeFilesLines
* RPC Passing and Handling unknown RPC parameters (#2821)Shobhit Adlakha2019-03-071-2/+2
* Get App Service Data With Subscribe (#2812)JackLivio2019-02-243-33/+43
* Merge pull request #2677 from smartdevicelink/fix/interior_data_caching_on_ra...JackLivio2018-10-153-0/+27
|\
| * Filter AvailableHDs and SisDatafix/interior_data_caching_on_radio_disableJackLivio2018-10-151-0/+2
| * Ensure erase does not invalidate iteratorJackLivio2018-10-121-4/+5
| * Add asBool()JackLivio2018-10-121-2/+2
| * StyleJackLivio2018-10-121-2/+2
| * Remove filtering from onInteriorVehicle data. Add to GetInteriorVehicleData.JackLivio2018-10-124-29/+23
| * Add radio param filtering if radioEnable or hdRadioEnable are falseJackLivio2018-10-123-0/+30
* | Cut off unrelated module data parameters in SIVDfix/omit_unrelated_module_datajacobkeeler2018-10-121-5/+14
|/
* Address review commentsfix/merge_interior_vehicle_data_cachejacobkeeler2018-10-101-36/+56
* Merge module data instead of outright replacing each elementjacobkeeler2018-10-101-1/+52
* Coverity Fixes for 5.0.0 (#2638)JackLivio2018-10-031-0/+5
* Fix uninitialized membersfix/coverity_fixes_5.0.0jacobkeeler2018-09-281-0/+1
* Add keepContext logic to AudioSource HMI Statefix/video_streaming_in_backgroundjacobkeeler2018-09-181-27/+21
* Fix capabilities check for siriusxmAvailablejacobkeeler2018-09-071-32/+37
* Set proper function id in removeHMIFakeParametersfix/set_function_id_remove_fake_paramsJackLivio2018-09-062-2/+3
* Fix namespace case structure in projectfix/namespace_casejacobkeeler2018-08-299-27/+29
* Merge pull request #2278 from smartdevicelink/feature/boost_datetime_implemen...Jacob Keeler2018-08-282-6/+5
|\
| * Fix build failures after mergejacobkeeler2018-08-232-6/+5
* | Merge pull request #2373 from smartdevicelink/fix/rc_disablingJacob Keeler2018-08-272-23/+1
|\ \
| * | Fix stylefix/rc_disablingJacob Keeler2018-08-231-1/+0
| * | Fix unit testsAlexander2018-08-231-14/+1
| * | Do not send HMI level NONE in RC disabledAlexander2018-08-231-8/+0
| |/
* | Add processing new light capabilities to set_interior_vehicle_datafeature/rc_lights_more_names_and_status_valuesAlexander2018-08-223-120/+313
* | 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-206-68/+87
* fixup! Add Interior data cache and interior data managerAlexander2018-08-203-3/+3
* Remove redundant check of RC extensionAlexander2018-08-202-20/+0
* Process disabling RC with interior_data_managerAlexander2018-08-201-14/+1
* Process policy events and application events in InteriorDataManagerAlexander2018-08-207-68/+12
* Rename RC unit tests and add interior data cache testAlexander2018-08-201-1/+2
* Add data to cache on interior data updateAlexander2018-08-202-3/+16
* Add cache processing on GetInteriorVehicleData requestAlexander2018-08-205-19/+131
* Rework dependency injection in RC commandsAlexander2018-08-2052-579/+881
* Namespace fixAlexander2018-08-201-2/+1
* Add Interior data cache and interior data managerAlexander2018-08-2011-0/+1072
* Add param siriusxmRadioAvailable to capabilitiesIra Lytvynenko (GitHub)2018-08-171-0/+29
* Add param 'hdRadioEnable' to Compatibilities mapElvis Kuliiev2018-08-172-0/+4
* Ignore id parameter fo radio controll data. Id parameter should not be checke...fix/ignore_radio_controll_data_idAlexander2018-08-171-0/+3
* Increase size of modules to fix UTsAlexander2018-08-161-1/+1
* Fix issues after rebasejacobkeeler2018-08-163-2/+5
* Fix audio source checkingIra Lytvynenko2018-08-161-16/+17
* Fix capabilities validationIra Lytvynenko2018-08-161-39/+6
* Check for projection appIra Lytvynenko (GitHub)2018-08-161-5/+10
* Fix comments after reviewIra Lytvynenko (GitHub)2018-08-162-38/+31
* Fixed resend keepContext parameter in GetInteriorVehicleData responseBSolonenko2018-08-162-0/+24
* Fix cutting off READ ONLY param channelNameIra Lytvynenko (GitHub)2018-08-162-1/+38
* Save current audio sourceIra Lytvynenko2018-08-163-0/+51
* New RC modules initial implementationAlexander2018-08-163-18/+193