summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/commands
Commit message (Expand)AuthorAgeFilesLines
* Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-183-18/+18
* Merge DevelopJackLivio2018-06-271-2/+5
* Move new RPCs to sdl_rpc_plugin and make some fixes after rebaseIra Lytvynenko (GitHub)2018-06-263-231/+0
* Fix code styleIra Lytvynenko (GitHub)2018-06-261-13/+13
* Fix build with unit tests after commands factory refactoringValerii2018-06-26115-28464/+67
* Remove all remote controllAlexander Kutsan2018-06-261-18/+1
* Plugin manager and plugin interface creationAlexander Kutsan2018-06-2628-71/+71
* Refactor CommandFactoryIra Lytvynenko2018-06-2630-95/+95
* RPCHandler implementationIra Lytvynenko2018-06-2615-74/+138
* RPCService implementationIra Lytvynenko2018-06-2678-598/+877
* Merge pull request #2105 from smartdevicelink/feature/get_system_timeJacob Keeler2018-06-183-0/+231
|\
| * Merge branch 'develop' into feature/get_system_timeAndrii Kalinich (GitHub)2018-06-054-3/+86
| |\
| * | Add Unit Tests: GetSystemTime Request/Response, OnSystemTimeReadyKVGrygoriev2018-04-063-0/+231
* | | Merge pull request #2243 from smartdevicelink/feature/working_travis_buildJacob Keeler2018-06-151-2/+1
|\ \ \
| * | | Add in working travis build that runs unit tests, apply style check fixConlain Kelly2018-06-061-2/+1
| | |/ | |/|
* | | Merge pull request #1360 from smartdevicelink/feature/audio_file_playback_tts...Jacob Keeler2018-06-144-0/+93
|\ \ \
| * | | Fix test failures and add method descriptionsJacob Keeler2018-06-074-0/+93
* | | | Merge pull request #2155 from smartdevicelink/feature/mobile_projection_2JackLivio2018-06-131-0/+2
|\ \ \ \
| * | | | Initial implementationIra Lytvynenko2018-05-171-0/+2
* | | | | Merge remote-tracking branch 'origin/develop' into feature/add_display_namefeature/add_display_nameJackLivio2018-06-116-9/+289
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'develop' into feature/expandable_design_for_proprietary_data_ex...feature/expandable_design_for_proprietary_data_exchangeJacob Keeler2018-05-311-0/+23
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fix unit test according to code changesAndriy Byzhynar2018-05-251-0/+23
| * | | | Fix unit tests according to changed logicAndriy Byzhynar2018-05-241-8/+12
| * | | | Added UT after implementation of Expandable DesignBSolonenko2018-05-242-1/+188
| * | | | Fix UT after implementation of Expandable DesignBSolonenko2018-05-242-0/+7
| |/ / /
| * | | Merge pull request #2138 from smartdevicelink/feature/expand_put_fileJackLivio2018-05-231-0/+59
| |\ \ \
| | * | | UT coverage checking CRC.feature/expand_put_fileBSolonenko2018-05-181-0/+59
| | |/ /
* | | | DisplayName ImplementationJackLivio2018-05-232-0/+3
|/ / /
* | | Merge pull request #2158 from smartdevicelink/feature/0147_template_color_sch...JackLivio2018-05-211-0/+2
|\ \ \ | |/ / |/| |
| * | Fix set display layout testJackLivio2018-05-031-0/+2
| |/
* | Fix coding style issueAndriy Byzhynar2018-05-161-3/+2
* | 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
|\