summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/application_manager_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove pending cloud apps at shutdownfix/remove_pending_cloud_apps_at_shutdownJackLivio2019-03-161-0/+18
* Change `message` in ValidateRpcSO to referencejacobkeeler2019-03-121-3/+3
* Rename `remove_unknown_parameters` to `allow_unknown_parameters`jacobkeeler2019-03-121-1/+1
* Merge branch 'feature/cloud_app_transport' into feature/base_app_services_imp...Jacob Keeler2019-03-071-18/+293
|\
| * Merge pull request #2833 from smartdevicelink/feature/cloud_app_hybrid_prefer...Jacob Keeler2019-03-071-13/+52
| |\
| | * Handle hybrid app preferencejacobkeeler2019-03-051-12/+51
| * | Fix issues after mergefeature/secure_websocket_connectionjacobkeeler2019-03-051-2/+8
| * | Merge branch 'feature/cloud_app_transport' into feature/secure_websocket_conn...Jacob Keeler2019-03-051-6/+230
| |\ \ | | |/
| | * GetCloudAppProperties (#2824)JackLivio2019-03-011-2/+2
| | * Get Icon URL Request (#2823)JackLivio2019-03-011-3/+159
| | * Close Cloud Connection (#2825)JackLivio2019-02-281-0/+34
| | * Revert "Update based on comments"jacobkeeler2019-02-241-1/+2
| | * Add pending device map locksfeature/cloud_app_connection_status_disconnectJackLivio2019-01-231-0/+4
| | * Merge branch 'feature/cloud_app_transport' into feature/cloud_app_connection_...Jacob Keeler2019-01-231-3/+2
| | |\
| | * \ Merge branch 'feature/cloud_app_connection_status' into feature/cloud_app_con...Jacob Keeler2019-01-161-15/+22
| | |\ \
| | * | | Address CommentsJackLivio2019-01-161-1/+2
| | * | | Fix reconnect flow after modified disconnect flowjacobkeeler2019-01-151-1/+3
| | * | | Merge remote-tracking branch 'origin/feature/cloud_app_connection_status' int...jacobkeeler2019-01-141-7/+63
| | |\ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/feature/cloud_app_connection_status' int...JackLivio2018-12-101-1/+12
| | |\ \ \ \
| | * | | | | Set HMI None on disconnect. Add reconnection after disconnect.JackLivio2018-11-301-0/+27
| * | | | | | Merge branch 'feature/cloud_app_connection_status' into feature/secure_websoc...Jacob Keeler2019-02-071-16/+28
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Merge branch 'feature/cloud_app_transport' into feature/cloud_app_connection_...feature/cloud_app_connection_statusJacob Keeler2019-01-221-3/+2
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | Update based on commentsJackLivio2019-01-211-2/+2
| * | | | | | Merge branch 'feature/cloud_app_connection_status' into feature/secure_websoc...Jacob Keeler2019-01-021-7/+58
| |\ \ \ \ \ \
| * | | | | | | Remove debug statements and style fixShobhitAd2018-12-071-11/+7
| * | | | | | | Pass CloudAppProperties to websocket client connectionShobhitAd2018-12-051-1/+12
| | |_|_|_|/ / | |/| | | | |
* | | | | | | RPC Passing and Handling unknown RPC parameters (#2821)Shobhit Adlakha2019-03-071-6/+9
* | | | | | | Merge branch 'feature/base_app_services_implementation' into feature/forwarde...Shobhit Adlakha2019-02-261-1/+17
|\ \ \ \ \ \ \
| * | | | | | | Get App Service Data With Subscribe (#2812)JackLivio2019-02-241-0/+11
| * | | | | | | App Service Activation Logic (#2809)Jacob Keeler2019-02-231-1/+4
| * | | | | | | SystemCapability Subscription (#2800)Shobhit Adlakha2019-02-211-0/+2
* | | | | | | | Implemented RpcPassThroughTimeout param and IncreaseForwardedRequestTimeout f...Shobhit Adlakha2019-02-211-0/+11
|/ / / / / / /
* | | | | | | Add basic App Service Managerjacobkeeler2019-01-231-0/+2
| |_|/ / / / |/| | | | |
* | | | | | Address review commentsjacobkeeler2019-01-151-16/+24
| |_|_|_|/ |/| | | |
* | | | | Add lock for pending device mapJackLivio2019-01-141-0/+5
| |/ / / |/| | |
* | | | Refresh app list when an app is enabled or disabledjacobkeeler2018-12-121-7/+58
|/ / /
* | | Set app icon path for pending appsjacobkeeler2018-12-051-0/+6
* | | Fix style and update app list after PTUjacobkeeler2018-12-041-0/+2
* | | Merge remote-tracking branch 'origin/feature/cloud_app_connection_flow' into ...jacobkeeler2018-12-031-1/+4
|\ \ \ | |/ / | | / | |/ |/|
| * Address Comments and Remove Unused CodeJackLivio2018-11-271-1/+4
* | Fix incorrect HMI state after cloud app registrationjacobkeeler2018-11-301-15/+0
* | Add tests for RegisterApplication and RetryConnectionjacobkeeler2018-11-291-18/+25
* | Connection Status To Trigger UpdateAppListJackLivio2018-11-291-0/+4
* | Fix issues with retry sequencejacobkeeler2018-11-261-1/+1
* | Merge remote-tracking branch 'origin/feature/cloud_app_connection_flow' into ...jacobkeeler2018-11-161-11/+54
|\ \ | |/
| * Address commentsJackLivio2018-11-161-17/+30
| * Clean up application and app manager codeJackLivio2018-11-161-4/+15
| * Set Application ParametersJackLivio2018-11-141-0/+19
* | Add cloud connection statusjacobkeeler2018-11-161-0/+18
* | Fix issues with ActivateApp flowjacobkeeler2018-11-151-4/+40
|/