summaryrefslogtreecommitdiff
path: root/src/components/application_manager
Commit message (Expand)AuthorAgeFilesLines
* Add missing Boost include directoriesfix/missing_boost_include_dirJacob Keeler2019-04-032-0/+3
* Merge pull request #2871 from smartdevicelink/fix/no_hmi_response_on_timeout5.1.0_RC2Jacob Keeler2019-04-026-7/+48
|\
| * Add timeout logic for HMI App Service Consumer RPCsfix/no_hmi_response_on_timeoutjacobkeeler2019-04-016-7/+48
* | HMI.UnsubscribeWayPoints logic fix (#2869)JackLivio2019-04-022-3/+19
|/
* Merge pull request #2861 from smartdevicelink/fix/5.1.0_build_failuresJacob Keeler2019-03-272-5/+5
|\
| * Fix build failures depending on build optionsfix/5.1.0_build_failuresjacobkeeler2019-03-272-5/+5
* | Merge pull request #2856 from smartdevicelink/fix/is_foreground_usagesJacob Keeler2019-03-262-2/+2
|\ \
| * | Change is_foreground() usages to IsFullscreen()fix/is_foreground_usagesjacobkeeler2019-03-222-2/+2
| |/
* | Coverity 5.1 Fixes (#2854)JackLivio2019-03-262-21/+29
|/
* Send Invalid ID on duplicate correlation_idfix/invalid_id_on_duplicate_cid_for_pass_throughJackLivio2019-03-182-3/+15
* Merge pull request #2842 from smartdevicelink/tests/cloud_app_disconnect+fixJackLivio2019-03-173-9/+130
|\
| * Merge remote-tracking branch 'origin/develop' into tests/cloud_app_disconnecttests/cloud_app_disconnect+fixJackLivio2019-03-1757-189/+1339
| |\
| * | Address commentsJackLivio2019-03-171-39/+23
| * | Merge branch 'develop' of github.com:smartdevicelink/sdl_core into tests/clou...JackLivio2019-03-138-36/+92
| |\ \
| * | | Cloud app disconnect tests + fixJackLivio2019-03-133-9/+146
* | | | Merge pull request #2846 from smartdevicelink/tests/app_service_command_testsJackLivio2019-03-176-0/+309
|\ \ \ \ | |_|_|/ |/| | |
| * | | Address commentstests/app_service_command_testsJackLivio2019-03-172-6/+5
| * | | Merge remote-tracking branch 'origin/develop' into tests/app_service_command_...JackLivio2019-03-178-85/+365
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/feature/app_service_manager_tests' into ...JackLivio2019-03-1633-115/+707
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/feature/app_service_manager_tests' into ...JackLivio2019-03-1520-26/+60
| |\ \ \ \ \
| * | | | | | CommandRequestTest SendProviderRequest TestsJackLivio2019-03-153-9/+96
| * | | | | | OnAppServiceDataTestsJackLivio2019-03-149-9/+303
* | | | | | | Merge pull request #2838 from smartdevicelink/feature/app_service_policies_un...JackLivio2019-03-172-1/+71
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Update var name to kServiceTypefeature/app_service_policies_unit_testsJackLivio2019-03-171-12/+12
| * | | | | | Address commentsJackLivio2019-03-171-22/+26
| * | | | | | Fix styleJackLivio2019-03-111-13/+22
| * | | | | | App service policies unit testsJackLivio2019-03-112-1/+58
* | | | | | | Merge pull request #2847 from smartdevicelink/feature/app_service_manager_testsJacob Keeler2019-03-1738-122/+791
|\ \ \ \ \ \ \
| * | | | | | | Add null check for app in HandleSubscribefeature/app_service_manager_testsjacobkeeler2019-03-171-3/+2
| * | | | | | | Fix build failure after mergejacobkeeler2019-03-171-0/+1
| * | | | | | | Merge remote-tracking branch 'origin/develop' into feature/app_service_manage...jacobkeeler2019-03-166-19/+352
| |\ \ \ \ \ \ \
| * | | | | | | | Address comments and fix CI failuresjacobkeeler2019-03-161-9/+8
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Add safety checks in PerformAppServiceInteraction and GetAppServiceDatajacobkeeler2019-03-163-7/+26
| * | | | | | | Fix style and add more testsjacobkeeler2019-03-166-57/+115
| * | | | | | | Make DefaultServiceByType privatejacobkeeler2019-03-1614-24/+28
| * | | | | | | Merge branch 'develop' into feature/app_service_manager_testsJacob Keeler2019-03-1616-47/+107
| |\ \ \ \ \ \ \
| * | | | | | | | Add basic AppServiceManager testsjacobkeeler2019-03-163-2/+388
| * | | | | | | | API changes to app service managerjacobkeeler2019-03-165-38/+104
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Rearrange includes and make AppServiceManager methods virtualjacobkeeler2019-03-1520-35/+69
| | |_|_|/ / / | |/| | | | |
| * | | | | | Add mock app service managerjacobkeeler2019-03-1410-39/+142
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #2849 from smartdevicelink/fix/remove_pending_cloud_apps_a...JackLivio2019-03-171-0/+18
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Remove pending cloud apps at shutdownfix/remove_pending_cloud_apps_at_shutdownJackLivio2019-03-161-0/+18
| | |/ / / | |/| | |
* | | | | App service mobile and hmi command creation unit tests (#2843)Shobhit Adlakha2019-03-166-19/+352
|/ / / /
* | | | Merge pull request #2841 from smartdevicelink/feature/cloud_app_auth_token_un...Jacob Keeler2019-03-1616-47/+107
|\ \ \ \ | |/ / / |/| | |
| * | | Fix SDL.ActivateApp unit tests for EXTERNAL_PROPRIETARY buildfeature/cloud_app_auth_token_unit_testsjacobkeeler2019-03-131-0/+4
| * | | Add unit tests for cloud policy handler additionsjacobkeeler2019-03-131-4/+100
| * | | Remove unused code and headersjacobkeeler2019-03-1114-43/+3
| | |/ | |/|
* | | Change `message` in ValidateRpcSO to referencejacobkeeler2019-03-124-14/+13
* | | Rename `remove_unknown_parameters` to `allow_unknown_parameters`jacobkeeler2019-03-127-31/+32
* | | Merge branch 'develop' into fix/unknown_enum_valuesjacobkeeler2019-03-124-13/+69
|\ \ \