summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add timeout logic for HMI App Service Consumer RPCsfix/no_hmi_response_on_timeoutjacobkeeler2019-04-016-7/+48
|
* Fix build when ENABLE_LOG=OFF and BUILD_TESTS=ON (#2863)Jacob Keeler2019-03-292-7/+8
| | | | | | * Change cmake flags to exclude some warnings from -Werror * Fix build failures with ENABLE_LOG=OFF and BUILD_TESTS=ON
* Merge pull request #2861 from smartdevicelink/fix/5.1.0_build_failuresJacob Keeler2019-03-276-52/+94
|\ | | | | Fix build failures depending on options
| * Fix build failures depending on build optionsfix/5.1.0_build_failuresjacobkeeler2019-03-276-52/+94
| |
* | 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-268-27/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Merge pull request #2858 from smartdevicelink/fix/spec_and_preloaded_pt_updatesJacob Keeler2019-03-252-18/+22
|\ \ | |/ |/| Minor RPC Spec and preloaded pt updates for 5.1.0
| * Rename app service and cloud app policy groupsfix/spec_and_preloaded_pt_updatesjacobkeeler2019-03-251-6/+10
| | | | | | | | | | | | Move `SetCloudAppProperties` and `GetCloudAppProperties` to an "App Store" specific group Rename `AppServiceProducer` group to `AppServiceProvider`
| * Fix versioning and descriptions in MOBILE APIjacobkeeler2019-03-251-12/+12
|/
* Merge pull request #2852 from ↵5.1.0_RCJackLivio2019-03-182-3/+15
|\ | | | | | | | | smartdevicelink/fix/invalid_id_on_duplicate_cid_for_pass_through Send Invalid ID on duplicate correlation_id
| * Send Invalid ID on duplicate correlation_idfix/invalid_id_on_duplicate_cid_for_pass_throughJackLivio2019-03-182-3/+15
| |
* | Merge pull request #2851 from smartdevicelink/fix/duplicate_regex_cloud_adapterJacob Keeler2019-03-181-22/+9
|\ \ | | | | | | Fix duplicate regex parsing in cloud adapter
| * | Fix duplicate regex parsing in cloud adapterfix/duplicate_regex_cloud_adapterjacobkeeler2019-03-181-22/+9
|/ /
* | Merge pull request #2724 from smartdevicelink/fix/issue_2720Jacob Keeler2019-03-181-2/+2
|\ \ | | | | | | pull_request_template.md - add best practices link and review information
| * | Update after commentsJacob Keeler2019-03-181-1/+1
| | |
| * | add best practices link and review informationfix/issue_2720theresalech2018-10-261-2/+2
| | |
* | | Update HMI API descriptions and interface versionsjacobkeeler2019-03-181-38/+42
| | |
* | | Align Core's MOBILE_API.xml with the rpc_spec repojacobkeeler2019-03-181-39/+44
| |/ |/|
* | Merge pull request #2842 from smartdevicelink/tests/cloud_app_disconnect+fixJackLivio2019-03-175-9/+305
|\ \ | | | | | | Cloud App Disconnect Unit tests and fix
| * \ Merge remote-tracking branch 'origin/develop' into tests/cloud_app_disconnecttests/cloud_app_disconnect+fixJackLivio2019-03-1775-258/+1674
| |\ \ | | | | | | | | | | | | | | | | # 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-1328-91/+227
| |\ \ \ | | | | | | | | | | | | | | | tests/cloud_app_disconnect
| * | | | Cloud app disconnect tests + fixJackLivio2019-03-135-9/+321
| | | | |
* | | | | Merge pull request #2846 from smartdevicelink/tests/app_service_command_testsJackLivio2019-03-176-0/+309
|\ \ \ \ \ | |_|_|/ / |/| | | | App Service Command Unit Tests
| * | | | Address commentstests/app_service_command_testsJackLivio2019-03-172-6/+5
| | | | |
| * | | | Merge remote-tracking branch 'origin/develop' into ↵JackLivio2019-03-1712-89/+372
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests/app_service_command_tests # Conflicts: # src/components/application_manager/rpc_plugins/app_service_rpc_plugin/test/CMakeLists.txt
| * \ \ \ \ Merge remote-tracking branch 'origin/feature/app_service_manager_tests' into ↵JackLivio2019-03-1641-175/+907
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | tests/app_service_command_tests
| * \ \ \ \ \ Merge remote-tracking branch 'origin/feature/app_service_manager_tests' into ↵JackLivio2019-03-1521-27/+62
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | tests/app_service_command_tests
| * | | | | | | CommandRequestTest SendProviderRequest TestsJackLivio2019-03-153-9/+96
| | | | | | | |
| * | | | | | | OnAppServiceDataTestsJackLivio2019-03-149-9/+303
| | | | | | | |
* | | | | | | | Merge pull request #2838 from ↵JackLivio2019-03-177-3/+186
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | smartdevicelink/feature/app_service_policies_unit_tests App service policies unit tests
| * | | | | | | Update var name to kServiceTypefeature/app_service_policies_unit_testsJackLivio2019-03-174-24/+24
| | | | | | | |
| * | | | | | | Address commentsJackLivio2019-03-174-35/+45
| | | | | | | |
| * | | | | | | Fix styleJackLivio2019-03-114-46/+52
| | | | | | | |
| * | | | | | | App service policies unit testsJackLivio2019-03-117-3/+170
| | | | | | | |
* | | | | | | | Merge pull request #2847 from smartdevicelink/feature/app_service_manager_testsJacob Keeler2019-03-1741-133/+806
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | App service manager tests and app service related fixes
| * | | | | | | | 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 ↵jacobkeeler2019-03-168-21/+354
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/app_service_manager_tests
| * | | | | | | | | 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-1616-34/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix unnecessary `application_manager_impl.h` includes
| * | | | | | | | Merge branch 'develop' into feature/app_service_manager_testsJacob Keeler2019-03-1622-97/+294
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Add basic AppServiceManager testsjacobkeeler2019-03-163-2/+388
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add minor safety checks in AppServiceManager class
| * | | | | | | | | API changes to app service managerjacobkeeler2019-03-165-38/+104
| | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Rearrange includes and make AppServiceManager methods virtualjacobkeeler2019-03-1521-36/+71
| | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Add mock app service managerjacobkeeler2019-03-1410-39/+142
| | | | | | | |
* | | | | | | | Merge pull request #2849 from ↵JackLivio2019-03-171-0/+18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | smartdevicelink/fix/remove_pending_cloud_apps_at_shutdown Remove pending cloud apps at shutdown