summaryrefslogtreecommitdiff
path: root/src/components/application_manager
Commit message (Collapse)AuthorAgeFilesLines
* Update unit testtests/icon_urlJackLivio2019-05-301-1/+10
|
* ADd unit tests for icon_urlJackLivio2019-05-073-7/+89
|
* Merge pull request #2901 from smartdevicelink/feature/update_style_scriptJacob Keeler2019-05-011035-4352/+4573
|\ | | | | Update style script
| * Merge remote-tracking branch 'origin/release/5.1.1' into ↵feature/update_style_scriptjacobkeeler2019-04-304-2/+27
| |\ | | | | | | | | | | | | | | | | | | feature/update_style_script # Conflicts: # src/components/transport_manager/src/transport_manager_impl.cc
| * | Fix build failures from rearranged includesjacobkeeler2019-04-303-0/+4
| | |
| * | Run updated style scriptjacobkeeler2019-04-291034-4352/+4569
| | |
* | | Merge remote-tracking branch 'origin/master' into developjacobkeeler2019-05-0111-14/+175
|\ \ \ | | |/ | |/|
| * | Merge pull request #2900 from ↵Shobhit Adlakha2019-04-304-2/+27
| |\ \ | | |/ | |/| | | | | | | smartdevicelink/fix/building_without_cloudapp_support Building with option BUILD_CLOUD_APP_SUPPORT=OFF
| | * Added macro to application manager and unit testsShobhit Adlakha2019-04-303-2/+23
| | |
| | * Addressed review commentsfix/building_without_cloudapp_supportShobhit Adlakha2019-04-291-1/+2
| | |
| | * Fixed regex error when building with CLOUD_APP_SUPPORT=OFFShobhit Adlakha2019-04-251-0/+3
| | |
| * | Merge pull request #2894 from ↵Jacob Keeler2019-04-292-1/+69
| |\ \ | | | | | | | | | | | | | | | | smartdevicelink/hotfix/on_app_service_data_error_cases Add checks for error cases in OnAppServiceData
| | * | Apply suggestions from code reviewhotfix/on_app_service_data_error_casesShobhit Adlakha2019-04-292-8/+8
| | | | | | | | | | | | Co-Authored-By: jacobkeeler <jacob.keeler@livioradio.com>
| | * | Add checks for error cases in OnAppServiceDatajacobkeeler2019-04-232-1/+69
| | |/
| * | Merge pull request #2898 from ↵Jacob Keeler2019-04-293-14/+32
| |\ \ | | | | | | | | | | | | | | | | smartdevicelink/hotfix/reject_duplicate_service_names Add check for duplicate service names
| | * | Address review comments and fix unit testshotfix/reject_duplicate_service_namesjacobkeeler2019-04-262-26/+20
| | | |
| | * | Add check for duplicate service namesjacobkeeler2019-04-242-0/+24
| | | |
| * | | Apply suggestions from code reviewhotfix/reject_duplicate_servicesShobhit Adlakha2019-04-263-3/+3
| |/ / | | | | | | Co-Authored-By: jacobkeeler <jacob.keeler@livioradio.com>
| * | Make FindServiceByProvider non-virtualjacobkeeler2019-04-242-3/+4
| | |
| * | Prevent apps from publishing several services of the same typejacobkeeler2019-04-234-8/+57
| |/
* | Fix stylefix/mobile_event_test_styleJackLivio2019-04-231-4/+3
| |
* | Add Mobile Event Engine Testtests/mobile_event_engine_testJackLivio2019-04-164-1/+181
|/
* Address commentfeature/policy_allow_unknown_rpc_pass_throughJackLivio2019-04-091-4/+1
|
* Merge remote-tracking branch 'origin/release/5.1.0' into ↵JackLivio2019-04-093-17/+36
|\ | | | | | | feature/policy_allow_unknown_rpc_pass_through
| * Error Response for AppService.GetAppServiceData with unknown service ↵Shobhit Adlakha2019-04-093-17/+36
| | | | | | | | | | | | | | | | type/service id (#2880) * Added error response for AppService.GetAppServiceData request with unknown service type * Addressed review comments
* | Address commentsJackLivio2019-04-094-49/+80
| |
* | Fix incorrectly sending enum value for resultCode if function ID is unknownjacobkeeler2019-04-081-1/+9
| |
* | Fix function titlejacobkeeler2019-04-083-4/+4
| |
* | Move logJackLivio2019-04-081-1/+1
| |
* | Send unsupported_request in case of unknown function id and no pass throughJackLivio2019-04-081-1/+17
| |
* | Add policy check for passthrough messagesjacobkeeler2019-04-083-9/+74
| |
* | Change pass through to passthroughJackLivio2019-04-082-3/+3
| |
* | Add new app policy property: allow_unknown_rpc_pass_throughJackLivio2019-04-082-0/+15
|/
* Fix Icon Url Corner Cases (#2875)JackLivio2019-04-042-0/+22
| | | | | | | | * Add missing return * Check if correlation id < 1 for requests * Add clarifying comment
* 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 RPCs
| * 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 options
| * 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()
| * | Change is_foreground() usages to IsFullscreen()fix/is_foreground_usagesjacobkeeler2019-03-222-2/+2
| |/
* | Coverity 5.1 Fixes (#2854)JackLivio2019-03-262-21/+29
|/ | | | | | | | | | | | | | | | * Coverity 5.1 Fixes - Check return values - Pass struct by reference - Cast value to match return type * Coverity: Unchecked dynamic cast * Fix missing not typo * Address comments * Address comment
* 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
|\ | | | | Cloud App Disconnect Unit tests and fix
| * Merge remote-tracking branch 'origin/develop' into tests/cloud_app_disconnecttests/cloud_app_disconnect+fixJackLivio2019-03-1757-189/+1339
| |\ | | | | | | | | | | | | # Conflicts: # src/components/application_manager/test/application_manager_impl_test.cc
| * | Address commentsJackLivio2019-03-171-39/+23
| | |
| * | Merge branch 'develop' of github.com:smartdevicelink/sdl_core into ↵JackLivio2019-03-138-36/+92
| |\ \ | | | | | | | | | | | | tests/cloud_app_disconnect
| * | | Cloud app disconnect tests + fixJackLivio2019-03-133-9/+146
| | | |
* | | | Merge pull request #2846 from smartdevicelink/tests/app_service_command_testsJackLivio2019-03-176-0/+309
|\ \ \ \ | |_|_|/ |/| | | App Service Command Unit Tests