summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2197 from smartdevicelink/fix/rc_disablingfeature/rc_refactoringAlexander Kutsan (GitHub)2018-06-1911-35/+69
|\
| * Fix comments after reviewIra Lytvynenko (GitHub)2018-06-123-36/+35
| * Fix behavior in case when RC functionality is disabled from HMIIra Lytvynenko (GitHub)2018-06-1210-4/+39
|/
* Fixes after rebaseIra Lytvynenko (GitHub)2018-06-129-41/+28
* Remove remote control flagIra Lytvynenko (GitHub)2018-06-1261-334/+44
* Remove redundant fileIra Lytvynenko (GitHub)2018-06-121-205/+0
* Fix release of resourcesIra Lytvynenko (GitHub)2018-06-121-10/+1
* Answer review comments.BSolonenko2018-06-12856-1093/+1939
* Fix UTsOleksandr Lohvinenko (GitHub)2018-06-122-0/+25
* Fixes for RC commands and code styleIra Lytvynenko2018-06-128-11/+15
* Remove default value for subscribe parameterIra Lytvynenko (GitHub)2018-06-122-2/+2
* Fix after rebaseIra Lytvynenko (GitHub)2018-06-127-11/+29
* Move hmi notification test.Valerii2018-06-121-84/+90
* Add unit tests for RCGetInteriorVehicleDataConsentValerii2018-06-121-0/+241
* Fix UTsIra Lytvynenko2018-06-124-5/+13
* Fix SDL behavior when resource is unsupportedAndriy Byzhynar2018-06-126-36/+45
* Fixed get RC ApplicationsBSolonenko2018-06-1211-84/+156
* Fix GetInteriorVehicleDataConsent request/responseAndriy Byzhynar2018-06-1213-55/+480
* Fix RC defectsAndriy Byzhynar2018-06-125-24/+188
* Fix falling atf test scriptBogdan2018-06-123-17/+21
* UTS for ButtonPressIra Lytvynenko2018-06-1210-79/+90
* Fixes for RC commandsIra Lytvynenko2018-06-1215-98/+204
* Refactoring rc rpc plugin's factoryBSolonenko2018-06-1236-341/+509
* Refactoring sdl rpc plugin's factoriesBSolonenko2018-06-122-0/+25
* Move GetRCApplications function to RCRPCPluginIra Lytvynenko2018-06-129-53/+30
* OnRemoteControlSettings and OnInteriorVehicleData notifications implIra Lytvynenko2018-06-126-33/+190
* SetInteriorVehicleData implementation and some fixesLitvinenko Ira2018-06-1220-767/+386
* Add supported functions of RC pluginAlexander Kutsan2018-06-1239-262/+477
* GetInteriorVehicleData implementation and some fixesIra Lytvynenko2018-06-1213-53/+255
* RC commands request implementation, ButtonPressRequest implementation and som...Ira Lytvynenko2018-06-1218-108/+801
* Add Resource allocation manager stubAlexander Kutsan2018-06-1215-6/+1531
* RC Command Factory implementationIra Lytvynenko2018-06-1225-43/+203
* Add initial impl for rc command factory and fix some rc commandsIra Lytvynenko2018-06-1233-48/+433
* Add source files for rc commands and fix some sdl commandsIra Lytvynenko2018-06-1240-108/+247
* Add header stubs for RC pluginAlexander Kutsan2018-06-1230-1/+560
* Folder structure for rc_rpc_pluginIra Lytvynenko2018-06-126-0/+0
* Fix UTsfeature/rpc_design_refactoringIra Lytvynenko2018-06-1214-6/+1239
* Fix build with UTsIra Lytvynenko (GitHub)2018-06-1212-20/+20
* Fix code styleIra Lytvynenko (GitHub)2018-06-12111-194/+231
* Fixes after rebaseIra Lytvynenko (GitHub)2018-06-1212-53/+50
* Refactoring sdl rpc plugin's factoriesBSolonenko2018-06-1210-3788/+1379
* Fix some sdl commandsIra Lytvynenko2018-06-12158-160/+158
* Fix build with unit tests after commands factory refactoringValerii2018-06-12145-2785/+2701
* Replaced all usages of passed parameters in implementation.BSolonenko2018-06-12116-208/+276
* Refactoring all hmi commands.BSolonenko2018-06-12497-1543/+5813
* Refactoring all mobile commands.BSolonenko2018-06-12213-326/+1402
* Refactoring CommandImpl, CommandRequestImpl and CommandResponseImplBSolonenko2018-06-126-10/+44
* Fix hmi message handler initialization in rpc serviceIra Lytvynenko2018-06-1220-1/+393
* Load plugins in app manager, init plugin with paramsIra Lytvynenko2018-06-12729-3580/+4867
* move commands factory to rpc pluginIra Lytvynenko2018-06-12608-1004/+1019