summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2112 from LitvinenkoIra/fix/on_rc_statusfeature/new_remote_control_modulesIra Lytvynenko (GitHub)2018-04-051-2/+4
|\
| * Fix SDL sends multiple OnRCStatus notification in case of app unregistrationIra Lytvynenko (GitHub)2018-04-051-2/+4
|/
* Fix UT after rebase on developIra Lytvynenko (GitHub)2018-04-041-0/+7
* UTs to verify that SDL keeps app's HMI level in FULL in case when HMI sends A...Ira Lytvynenko (GitHub)2018-04-041-0/+71
* Fix keep app's HMI level in FULL in case when HMI sends AUDIO_SOURCE event to...Ira Lytvynenko (GitHub)2018-04-041-1/+2
* Fix code styleIra Lytvynenko (GitHub)2018-04-042-21/+19
* Fix cutting off READ ONLY param channelNameIra Lytvynenko (GitHub)2018-04-042-1/+37
* Fixed resend keepContext parameter in GetInteriorVehicleData responseBSolonenko2018-04-042-0/+24
* Move hmi notification test.Valerii2018-04-041-84/+90
* Fixes after rebaseIra Lytvynenko (GitHub)2018-04-043-11/+14
* Add unit tests for RCGetInteriorVehicleDataConsentValerii2018-04-041-0/+241
* Add OnRCStatus notification to RC groupIra Lytvynenko2018-04-041-0/+6
* Fix code styleIra Lytvynenko2018-04-045-22/+22
* Fix UTsIra Lytvynenko2018-04-044-1/+7
* Fix SDL behavior when app wants to change audio sourceAndriy Byzhynar2018-04-0412-6/+76
* Fix SDL behavior when resource is unsupportedAndriy Byzhynar2018-04-048-32/+39
* Fixed get RC ApplicationsBSolonenko2018-04-0411-52/+131
* Fix GetInteriorVehicleDataConsent request/responseAndriy Byzhynar2018-04-0413-55/+480
* Fix OnRCStatus sending after app registrationIra Lytvynenko2018-04-045-16/+29
* Fix control data checking by capabilities for module type SEATIra Lytvynenko2018-04-041-16/+18
* Save current audio source in app managerIra Lytvynenko2018-04-047-16/+30
* Add expectations for OnRCStatusNotificationsAlex Kutsan2018-04-042-32/+40
* Fix RC defectsAndriy Byzhynar2018-04-046-56/+255
* Fix creation of the notification to mobileIra Lytvynenko2018-04-041-0/+4
* Create and send on RC status notificationsAlex Kutsan2018-04-0413-58/+276
* wqAdd interface changes for OnRCStatus notificationAlexander Kutsan2018-04-042-1/+26
* Save current audio source and check it in SetInteriorVehicleDataRequestIra Lytvynenko2018-04-046-56/+261
* New RC module SEATIra Lytvynenko2018-04-0411-61/+397
* New RC modules initial implementationIra Lytvynenko2018-04-0410-58/+956
* Fix falling atf test scriptBogdan2018-04-043-17/+21
* UTS for ButtonPressIra Lytvynenko2018-04-0423-85/+1329
* Fixes for RC commandsIra Lytvynenko2018-04-0415-98/+204
* fix styleBSolonenko2018-04-04113-174/+213
* Refactoring rc rpc plugin's factoriyBSolonenko2018-04-0442-441/+686
* Refactoring sdl rpc plugin's factoriesBSolonenko2018-04-0410-3787/+1326
* Move GetRCApplications function to RCRPCPluginIra Lytvynenko2018-04-0410-55/+34
* OnRemoteControlSettings and OnInteriorVehicleData notifications implIra Lytvynenko2018-04-046-33/+190
* SetInteriorVehicleData implementation and some fixesLitvinenko Ira2018-04-0420-767/+386
* Add supported functions of RC pluginAlexander Kutsan2018-04-0456-334/+538
* GetInteriorVehicleData implementation and some fixesIra Lytvynenko2018-04-0413-53/+255
* RC commands request implementation, ButtonPressRequest implementation and som...Ira Lytvynenko2018-04-0418-108/+801
* Add Resource allocation manager stubAlexander Kutsan2018-04-0415-6/+1531
* RC Command Factory implementationIra Lytvynenko2018-04-0425-43/+203
* Add initial impl for rc command factory and fix some rc commandsIra Lytvynenko2018-04-0433-48/+433
* Add source files for rc commands and fix some sdl commandsIra Lytvynenko2018-04-04198-268/+405
* Add header stubs for RC pluginAlexander Kutsan2018-04-0430-1/+560
* Fix build with unit tests after commands factory refactoringValerii2018-04-04145-2788/+2702
* Replaced all usages of passed parameters in implementation.BSolonenko2018-04-04116-207/+274
* Refactoring all hmi commands.BSolonenko2018-04-04497-1543/+5813
* Refactoring all mobile commands.BSolonenko2018-04-04213-326/+1402