summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * 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
| | * | | | | Remove pending cloud apps at shutdownfix/remove_pending_cloud_apps_at_shutdownJackLivio2019-03-161-0/+18
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #2723 from smartdevicelink/fix/issue_2719Jacob Keeler2019-03-171-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | issue_template.md - add link to best practices
| | * | | | | add link to best practicesfix/issue_2719theresalech2018-10-261-2/+2
| | | | | | |
| * | | | | | Merge pull request #2848 from smartdevicelink/fix/cloud_app_mem_leakJackLivio2019-03-171-0/+3
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | Fix Cloud App Memory Leak
| | * | | | | Set deleted pointers to nullfix/cloud_app_mem_leakJackLivio2019-03-161-0/+2
| | | | | | |
| | * | | | | Delete write_thread_JackLivio2019-03-161-0/+1
| | | |/ / / | | |/| | |
| * | | | | App service mobile and hmi command creation unit tests (#2843)Shobhit Adlakha2019-03-166-19/+352
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Created dummy_command_tests for app_service_rpc_plugin and added other App Service related RPCs * Set expectation that shared_ptr for command was succesfully created in dummy_command_tests
| * | | | | Merge pull request #2844 from smartdevicelink/fix/weather_icon_definitionJacob Keeler2019-03-162-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | | Fix weatherIcon definition
| | * | | | Fix weatherIcon definitionfix/weather_icon_definitionjacobkeeler2019-03-152-2/+2
| | | |/ / | | |/| |
| * | | | Merge pull request #2841 from ↵Jacob Keeler2019-03-1622-97/+294
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | smartdevicelink/feature/cloud_app_auth_token_unit_tests Cloud app properties unit tests
| | * | | 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-133-5/+104
| | | | |
| | * | | Add protocol test for auth_tokenjacobkeeler2019-03-114-49/+183
| | | | |
| | * | | Remove unused code and headersjacobkeeler2019-03-1114-43/+3
| | | | |
| * | | | Merge pull request #2836 from smartdevicelink/fix/system_capabilities_hmi_apiJacob Keeler2019-03-131-2/+11
| |\ \ \ \ | | | | | | | | | | | | Fix SystemCapabilities redefinition in HMI API
| | * | | | Fix SystemCapabilities redefinition in HMI APIfix/system_capabilities_hmi_apijacobkeeler2019-03-111-2/+11
| | |/ / /
* | | | | 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
| * | | | Merge pull request #2835 from smartdevicelink/fix/unknown_enum_valuesJacob Keeler2019-03-1327-99/+175
| |\ \ \ \ | | | | | | | | | | | | Allow for unknown enum values for App Service RPCs
| | * | | | Add description to allow_unknown_enumsfix/unknown_enum_valuesjacobkeeler2019-03-1211-1/+45
| | | | | |
| | * | | | Change `message` in ValidateRpcSO to referencejacobkeeler2019-03-125-15/+14
| | | | | |
| | * | | | Rename `remove_unknown_parameters` to `allow_unknown_parameters`jacobkeeler2019-03-128-32/+33
| | | | | |
| | * | | | Rename `allow_unknown_parameters` in SO filesjacobkeeler2019-03-1219-27/+27
| | | | | |
| | * | | | Merge branch 'develop' into fix/unknown_enum_valuesjacobkeeler2019-03-125-13/+74
| | |\ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | # Conflicts: # src/components/application_manager/src/rpc_handler_impl.cc
| * | | | | Validating forwarded and App Service RPC requests (#2837)Shobhit Adlakha2019-03-124-13/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Created validate param and seperate function for Validating RPC SmartObject * Moved validate rpc smart object function to rpc handler interface * Addressed review comments * Addressed review comments
| * | | | | Merge pull request #2839 from ↵JackLivio2019-03-121-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | smartdevicelink/fix/app_service_on_app_service_data_disallowed Fix onAppServiceData from mobile
| | * | | | Fix onAppServiceData from mobilefix/app_service_on_app_service_data_disallowedJackLivio2019-03-111-1/+1
| |/ / / /
| | * | | Allow for unknown enum values when validating messagesjacobkeeler2019-03-1120-60/+91
| |/ / /
* | | | Cloud app disconnect tests + fixJackLivio2019-03-135-9/+321
|/ / /
* | | Merge pull request #2802 from ↵Jacob Keeler2019-03-08265-560/+13598
|\ \ \ | | | | | | | | | | | | | | | | smartdevicelink/feature/base_app_services_implementation Base App Services Implementation