summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/commands
Commit message (Expand)AuthorAgeFilesLines
* Fix test failure in slider test due to undefined default timeoutfeature/modern_ubuntu_supportJacob Keeler2018-05-091-1/+1
* Fix/unregister while audio pass thru (#1757)Sho Amano2018-03-262-13/+31
* Merge branch 'release/4.5.0' into fix/OnDriverDistructionJackLivio2018-02-127-38/+228
|\
| * Fix issues after rebaseAndriy Byzhynar2018-01-181-1/+1
| * Fix UT for activate_app_requestAndriy Byzhynar2018-01-181-1/+11
| * Fixes coding styleAndrey Oleynik (GitHub)2018-01-181-2/+2
| * Updates mocks and unit tests after prior commitAndrey Oleynik (GitHub)2018-01-181-16/+2
| * Fixes handling of way points un/subscription for transport switch caseAndrey Oleynik (GitHub)2018-01-182-12/+17
| * Test coverage for postponing commands during switchingAndrey Oleynik (GitHub)2018-01-181-4/+13
| * Moves app data recall logic out of ApplicationManagerAndrey Oleynik (GitHub)2018-01-182-7/+24
| * Initial implementation of resumption during switchingAndrey Oleynik (GitHub)2018-01-181-20/+120
| * Reverts deprecated interfacesAndrey Oleynik (GitHub)2018-01-182-20/+27
| * Moves new unit tests for transport switchingAndrey Oleynik (GitHub)2018-01-181-4/+50
| * Updates unit tests after switching logic implementationAndrey Oleynik (GitHub)2018-01-182-3/+5
| * Fix tests and mocks after rebaseAKalinich-Luxoft2017-12-121-2/+1
| * Removed is_suspended setter.AKalinich-Luxoft2017-12-121-1/+0
| * Added OnIgnitionOff() and new bool flag to ResumeCtrl classAKalinich-Luxoft2017-12-121-0/+10
* | Implement new behavior for OnDriverDistraction.agaliuzov2017-12-222-9/+61
|/
* Merge pull request #1934 from LitvinenkoIra/fix/build_with_USE_COTIRE_OFFJacob Keeler2017-12-0549-509/+94
|\
| * Move mock_message_helper to the CommandsTest classIra Lytvynenko2017-11-3049-509/+94
* | Use VehicleDataType from MOBILE APi xml imstead of hardcoded valuesAlexander Kutsan2017-11-274-13/+16
|/
* Removed not actual unit testAlexander Kutsan2017-11-131-8/+0
* Unify Converting HMI to Mobile result code in unit testAlexander Kutsan2017-11-1327-205/+1
* Fix Perform interfaction test after adding funcitonality of avaiting interfacesAlexander Kutsan2017-11-131-35/+43
* Unit tests fixesAlexander Kutsan2017-11-137-40/+47
* Process multiple HMI interfaces of change registration requestAlexander Kutsan2017-11-131-2/+2
* Process result codes and infos from multiple HMI interfacesAlexander Kutsan2017-11-138-50/+284
* Merge pull request #1627 from LuxoftAKutsan/fix/SDL_responds_GENERIC_ERROR_in...Jacob Keeler2017-11-021-2/+4
|\
| * Fix issue with incorrect behaviour in AlertManeuverokozlovlux2017-06-191-2/+4
* | Merge pull request #1625 from LuxoftAKutsan/fix/system_request_with_filename_IVSJacob Keeler2017-11-022-1/+137
|\ \
| * | Fix SystemRequest with filename=IVSU but w/o binary dataIvo Stoilov (GitHub)2017-06-242-1/+137
| |/
* | Fixes responses 'success' value in case of UNSUPPORTED_RESOURCE (#1576)Andrey Oleynik (GitHub)2017-11-023-22/+37
* | RC capabilities is set in RC.GetCapabilities, not UI.GetCapabilitiesfix/rc_capabilitiesjacobkeeler2017-10-123-108/+76
* | Add `remoteControl` to HMICapability struct in Mobile APIfix/remote_control_supportedJacob Keeler2017-09-261-0/+108
* | Require nav or projection app for SendHapticDataJackLivio2017-09-251-0/+21
* | Fix style issuesfix/coverity_issues_4.4.0jacobkeeler2017-09-211-3/+3
* | Fix unit test failureJackLivio2017-09-181-0/+7
* | Merge pull request #1746 from ChrisB-Elektrobit/feature/metadata_taggingJacob Keeler2017-09-071-0/+179
|\ \
| * | - adding a test to cover the case where metadata tagging is provided but no a...ChrisB-Elektrobit2017-08-211-12/+61
| * | - performed renamings suggested in smartdevicelink/sdl_evolution#239ChrisB-Elektrobit2017-08-171-12/+12
| * | - added some additional unit tests to show_test.cc to test translation ofChrisB-Elektrobit2017-08-091-0/+130
* | | Fix style after develop mergeAlexander Kutsan2017-09-052-21/+17
* | | Merge branch 'develop' into feature/sdl_remote_control_baselineAndrii Kalinich (GitHub)2017-09-054-5/+166
|\ \ \
| * \ \ Merge pull request #1712 from masatoogawa/feature/send_haptic_dataJacob Keeler2017-09-054-5/+166
| |\ \ \
| | * | | Added command initialization processMasato Ogawa2017-08-281-0/+3
| | * | | Removed check of Application registrationMasato Ogawa2017-08-281-32/+0
| | * | | Updated license headersMasato Ogawa2017-08-283-3/+3
| | * | | Updated license headersMasato Ogawa2017-08-243-0/+9
| | * | | Add hapticSpatialDataSupported into VideoStreamingCapabilityMasato Ogawa2017-08-231-0/+2
| | * | | Add unit tests for Send Haptic Data RPCMasato Ogawa2017-08-223-2/+181