summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update style scriptjacobkeeler2019-04-293-5/+5
|
* 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 #2899 from ↵Jacob Keeler2019-04-292-7/+15
|\ \ | | | | | | | | | | | | smartdevicelink/hotfix/missing_info_cloud_app_properties Update RPC spec
| * | Update description in HMI_APIhotfix/missing_info_cloud_app_propertiesjacobkeeler2019-04-251-1/+1
| | |
| * | Update RPC spec to 5.1.1jacobkeeler2019-04-251-6/+14
| |/
* | 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
| | |
* | | Merge pull request #2892 from smartdevicelink/hotfix/reject_duplicate_servicesJacob Keeler2019-04-264-8/+58
|\ \ \ | | | | | | | | Prevent apps from publishing several services of the same type
| * | | 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
| |/
* | Merge pull request #2889 from smartdevicelink/fix/on_way_point_change_policiesJacob Keeler2019-04-241-0/+5
|\ \ | |/ |/| Add OnWayPointChange to preloaded PT
| * Add OnWayPointChange to preloaded ptfix/on_way_point_change_policiesjacobkeeler2019-04-241-0/+5
|/
* Merge pull request #2853 from smartdevicelink/release/5.1.05.1.0Jacob Keeler2019-04-17445-1106/+23039
|\ | | | | Release/5.1.0
| * Merge pull request #2881 from ↵5.1.0_RC3release/5.1.0JackLivio2019-04-0936-31/+351
| |\ | | | | | | | | | | | | smartdevicelink/feature/policy_allow_unknown_rpc_pass_through App Services Allow Unknown RPC Passthrough
| | * 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
| | * Merge remote-tracking branch 'origin/release/5.1.0' into ↵JackLivio2019-04-092-3/+3
| | |\ | | |/ | |/| | | | feature/policy_allow_unknown_rpc_pass_through
| * | Merge pull request #2882 from smartdevicelink/fix/document_unimplemented_enumJackLivio2019-04-092-3/+3
| |\ \ | | | | | | | | Add note in APIs that MANIFEST_UPDATE is unimplemented
| | * | Add note in APIs that MANIFEST_UPDATE is unimplementedfix/document_unimplemented_enumjacobkeeler2019-04-082-3/+3
| |/ /
| | * Address commentsJackLivio2019-04-096-51/+82
| | |
| | * Add missing comma in pt query stringsJackLivio2019-04-091-1/+1
| | |
| | * 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-0831-71/+71
| | |
| | * Add new app policy property: allow_unknown_rpc_pass_throughJackLivio2019-04-0831-20/+223
| |/
| * Fix Icon Url Corner Cases (#2875)JackLivio2019-04-042-0/+22
| | | | | | | | | | | | | | | | * Add missing return * Check if correlation id < 1 for requests * Add clarifying comment
| * Merge pull request #2876 from smartdevicelink/fix/missing_boost_include_dirJacob Keeler2019-04-0415-4/+17
| |\ | | | | | | Add missing Boost include directories
| | * Add missing Boost include directoriesfix/missing_boost_include_dirJacob Keeler2019-04-0315-4/+17
| |/
| * 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
| | |
| * | Check reset return value for service name and handled rpcs (#2868)JackLivio2019-04-021-2/+8
| | |
| * | Merge pull request #2870 from smartdevicelink/fix/3rd_party_dependenciesJacob Keeler2019-04-013-0/+4
| |\ \ | | |/ | |/| Fix missing 3rd-party dependencies in CMake files
| | * Fix missing 3rd-party dependencies in CMake filesfix/3rd_party_dependenciesJacob Keeler2019-04-013-0/+4
| |/
| * 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`