summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | style fixConlain Kelly2018-07-1822-70/+45
* | | | | | | Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-1834-387/+387
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #2199 from smartdevicelink/feature/handling_VR_help_requestsJacob Keeler2018-07-166-0/+486
|\ \ \ \ \ \
| * | | | | | Fix affected unit testsAKalinich-Luxoft2018-07-116-33/+27
| * | | | | | Added expectations for affected unit testsAndrii Kalinich2018-07-042-0/+5
| * | | | | | Fix build issues and affected unit testsAKalinich-Luxoft2018-07-032-1/+13
| * | | | | | Fix minor issues with help prompt manager tests after mergeJacob Keeler2018-07-022-16/+14
| * | | | | | Remove arbitrary timer from help prompt managerJacob Keeler2018-07-022-7/+6
| * | | | | | Fix style issues and build failures outside of tests after mergeJacob Keeler2018-07-021-5/+5
| * | | | | | Merge remote-tracking branch 'origin/develop' into feature/handling_VR_help_r...Jacob Keeler2018-07-02145-28131/+1080
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Updated unit tests logic, removed redundant testsAndrii Kalinich2018-05-211-149/+72
| * | | | | | Added tests for the HelpPromptManager.sniukalov2018-05-212-1/+453
| * | | | | | Removed tests - functionality is no longer used.sniukalov2018-05-212-115/+0
| * | | | | | Adjustment of tests components.sniukalov2018-05-215-41/+144
* | | | | | | Merge branch 'develop' into feature/remove_auto_ptrfeature/remove_auto_ptrJacob Keeler2018-07-12143-28353/+1223
|\ \ \ \ \ \ \
| * | | | | | | Fix SDL sends multiple OnRCStatus notification in case of app unregistrationIra Lytvynenko (GitHub)2018-07-122-10/+11
| * | | | | | | Create and send on RC status notificationsAlex Kutsan2018-07-122-1/+18
| * | | | | | | Merge pull request #2291 from smartdevicelink/feature/new_vehicle_data_EPB_st...JackLivio2018-07-102-0/+8
| |\ \ \ \ \ \ \
| | * | | | | | | Add electronic park brake status data parameterConlain Kelly2018-06-182-0/+8
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Fix build after mergeJacob Keeler2018-07-061-36/+36
| * | | | | | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...fronneburg2018-07-05143-28699/+449
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | Merge pull request #2293 from smartdevicelink/feature/data_turn_signalfix/remove_commented_codefeature/make_makeshared_support_variadic_templatesfeature/increase_policy_utests_speedJackLivio2018-06-292-0/+8
| | |\ \ \ \ \ \
| | | * | | | | | Add turn signal data to api and testsConlain Kelly2018-06-212-0/+8
| | | |/ / / / /
| | * | | | | | Merge DevelopJackLivio2018-06-279-43/+63
| | * | | | | | Move new RPCs to sdl_rpc_plugin and make some fixes after rebaseIra Lytvynenko (GitHub)2018-06-264-232/+0
| | * | | | | | Fix unit testsBSolonenko2018-06-262-0/+37
| | * | | | | | Fix unit testsAndriy Byzhynar2018-06-264-122/+172
| | * | | | | | fixup! Remove all usage of SubscribedIVI from application managerAlexander2018-06-264-8/+0
| | * | | | | | fixup! Move IsSubsscrbedTo to pluginAlexander2018-06-262-4/+0
| | * | | | | | Remove all usage of SubscribedIVI from application managerAlexander2018-06-266-33/+0
| | * | | | | | Move Unsubscribe from IVI calls to app extensionsAlexander2018-06-261-1/+0
| | * | | | | | fixup! Add to IVI plugin functionality to clear all application data.Alexander2018-06-262-0/+9
| | * | | | | | Move using functions for clear subscriptions to pluginAlexander2018-06-263-13/+0
| | * | | | | | Extensions mock and remove redundant functionAlexander2018-06-261-0/+2
| | * | | | | | Replace all of application SubscribeToIVI to app extension subscribeToVehicle...Alexander2018-06-263-10/+1
| | * | | | | | Remove remote control flagIra Lytvynenko (GitHub)2018-06-264-11/+4
| | * | | | | | Fix UTsOleksandr Lohvinenko (GitHub)2018-06-261-0/+4
| | * | | | | | Fixed get RC ApplicationsBSolonenko2018-06-262-0/+9
| | * | | | | | Fix UTsIra Lytvynenko2018-06-261-1/+20
| | * | | | | | Fix code styleIra Lytvynenko (GitHub)2018-06-263-17/+19
| | * | | | | | Refactoring sdl rpc plugin's factoriesBSolonenko2018-06-261-0/+4
| | * | | | | | Fix build with unit tests after commands factory refactoringValerii2018-06-26127-28533/+148
| | * | | | | | Replaced all usages of passed parameters in implementation.BSolonenko2018-06-263-7/+64
| | * | | | | | Load plugins in app manager, init plugin with paramsIra Lytvynenko2018-06-261-7/+0
| | * | | | | | Remove all remote controllAlexander Kutsan2018-06-261-18/+1
| | * | | | | | Plugin manager and plugin interface creationAlexander Kutsan2018-06-2632-142/+84
| | * | | | | | Refactor CommandFactoryIra Lytvynenko2018-06-2632-98/+98
| | * | | | | | RPCHandler implementationIra Lytvynenko2018-06-2618-89/+160
| | * | | | | | RPCService implementationIra Lytvynenko2018-06-2686-614/+932
| | |/ / / / /
| * | | | | | Revert "Use ON_CALL() instead in resume_ctrl_test.cc"Sho Amano2018-06-281-14/+21