summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * 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
|/
* Update preloaded PT and fix merge issuesfeature/base_app_services_implementationjacobkeeler2019-03-073-22/+54
|
* Merge branch 'feature/cloud_app_transport' into ↵Jacob Keeler2019-03-07104-329/+1957
|\ | | | | | | feature/base_app_services_implementation
| * Merge pull request #2834 from ↵feature/cloud_app_transportJacob Keeler2019-03-0722-31/+125
| |\ | | | | | | | | | | | | smartdevicelink/feature/cloud_app_properties_revisions Implement cloud app properties revision
| | * Implement cloud app properties revisionfeature/cloud_app_properties_revisionsjacobkeeler2019-03-0622-86/+77
| | |
| | * Revert "Remove setAppName"jacobkeeler2019-03-0617-0/+103
| | | | | | | | | | | | This reverts commit e258587fad7340ff25e503e7beef3ee51e290f45.
| * | Merge pull request #2833 from ↵Jacob Keeler2019-03-077-31/+128
| |\ \ | | |/ | |/| | | | | | | | | | smartdevicelink/feature/cloud_app_hybrid_preference Handle hybrid app preference
| | * Address review commentsfeature/cloud_app_hybrid_preferencejacobkeeler2019-03-072-12/+19
| | | | | | | | | | | | Also fix bug where an app name could coincide with several apps vr synonyms
| | * Fix stylejacobkeeler2019-03-051-1/+0
| | |
| | * Handle hybrid app preferencejacobkeeler2019-03-057-25/+116
| | | | | | | | | | | | If both a cloud app and mobile app attempt to register with the same name, the hybrid app preference of the cloud app is used to determine which app should be registered
| * | Remove todos and fix typosjacobkeeler2019-03-054-7/+4
| | |
| * | Fix issues after mergefeature/secure_websocket_connectionjacobkeeler2019-03-054-31/+38
| | |
| * | Merge branch 'feature/cloud_app_transport' into ↵Jacob Keeler2019-03-05100-250/+1559
| |\ \ | | | | | | | | | | | | feature/secure_websocket_connection
| | * \ Merge remote-tracking branch 'origin/develop' into feature/cloud_app_transportjacobkeeler2019-03-0515-82/+207
| | |\ \ | | | |/ | | |/|
| | | * Merge pull request #2684 from ↵Jacob Keeler2019-03-045-0/+41
| | | |\ | | | | | | | | | | | | | | | | | | | | LuxoftAKutsan/fix/default_light_capabilities_convertion Fix the Light Name conversion from string to enum value in default capabilities
| | | | * Fix the Light Name conversion from string to enum value in default capabilitiesIryna Lytvynenko2018-10-165-0/+41
| | | | |
| | | * | fix: remove shared pointer of Application from HmiState (#2225)Sho Amano2019-02-265-67/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: remove shared pointer of Application from HmiState This is to fix memory leak issue of ApplicationImpl instances caused by cyclic reference of shared pointers. Implementation in HmiState class is reverted to use app_id instead of shared pointer. * Reflect review comments - store hmi_app_id rather than app_id - use app_mngr_.application_by_hmi_app() to retrieve the shared pointer Also, the old methods with app_id argument are marked as deprecated again. * Update mock functions in state controller test This is to align the changes in hmi_state.cc. * fix: application_manager_test crashes on Ubuntu 14.04 This only affects unit tests. * Add hmi app id in the HmiState output Reflecting review comment. * fix: taking care ApplicationSharedPtr being null in hmi_state.cc * fix: help_prompt_manager_test failures - Remove outdated, unnecessary state creation - Fix the order of destructions of member instances * fix: state_controller_test failures The test code was not correct. Actually RegularHmiState() method of the mock class was never called, but because the instance wasn't properly disposed the expectation was never verified. The solution is to simply remove the inappropriate expectations.
| | | * | Added case for handling SmartType UInteger in SmartObject::duplicate functionfix/unhandled_smarttype_uintShobhit Adlakha2019-02-141-0/+3
| | | | |
| | * | | Fix stylefeature/cloud_app_transport_regex_fixjacobkeeler2019-03-041-1/+2
| | | | |
| | * | | Merge branch 'feature/cloud_app_transport' of ↵JackLivio2019-03-0175-136/+1204
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | github.com:smartdevicelink/sdl_core into feature/cloud_app_transport_regex_fix # Conflicts: # src/components/transport_manager/src/cloud/cloud_websocket_transport_adapter.cc
| | | * | | GetCloudAppProperties (#2824)JackLivio2019-03-0139-81/+480
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * GetCloudAppProperties * Update setCloudAppProperties to use properties param * Address comments * Add set endpoint and app name * Remove setAppName * Address comment * Address Comments * Add return value to GetCloudAppParameters * Add return
| | | * | | Get Icon URL Request (#2823)JackLivio2019-03-0144-32/+449
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix regex command for reading paths post port number * Add Icon URL to policies * Create Icon Request and save to icon folder. * Fixes for get icon url * Fix unit tests * Send Icon_url request after PTU * Address comments * Address Comments
| | | * | | Close Cloud Connection (#2825)JackLivio2019-02-287-2/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Close Cloud Connection * Address Comments * Update based on merge
| | | * | | Increase stack size to fix segaultJackLivio2019-02-271-1/+1
| | | | | |
| | | * | | Increase auth_token size according to specfeature/auth_token_protocol_payloadjacobkeeler2019-02-261-2/+3
| | | | | |
| | | * | | Add auth_token to StartServiceACK for cloud appsjacobkeeler2019-02-2621-19/+216
| | | | | |
| | | * | | Revert "Update based on comments"jacobkeeler2019-02-245-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d67a37a5dedfe696dd4308fd0eb53ee48e15daf8. # Conflicts: # src/components/application_manager/src/application_manager_impl.cc # src/components/connection_handler/src/connection_handler_impl.cc
| | * | | | update regexJackLivio2019-03-011-1/+1
| | | | | |
| | * | | | Fix regex command for reading paths post port numberJackLivio2019-02-211-1/+1
| | |/ / /
| | * | | Add pending device map locksfeature/cloud_app_connection_status_disconnectJackLivio2019-01-231-0/+4
| | | | |
| | * | | Merge branch 'feature/cloud_app_transport' into ↵Jacob Keeler2019-01-2311-19/+12
| | |\ \ \ | | | | | | | | | | | | | | | | | | feature/cloud_app_connection_status_disconnect
| | * \ \ \ Merge branch 'feature/cloud_app_connection_status' into ↵Jacob Keeler2019-01-161-15/+22
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | feature/cloud_app_connection_status_disconnect
| | * | | | | Address CommentsJackLivio2019-01-164-21/+20
| | | | | | |
| | * | | | | Fix reconnect flow after modified disconnect flowjacobkeeler2019-01-154-11/+16
| | | | | | |
| | * | | | | Merge remote-tracking branch 'origin/feature/cloud_app_connection_status' ↵jacobkeeler2019-01-1420-101/+149
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into feature/cloud_app_connection_status_disconnect
| | * \ \ \ \ \ Merge remote-tracking branch 'origin/feature/cloud_app_connection_status' ↵JackLivio2018-12-1040-238/+336
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into feature/cloud_app_connection_status_disconnect
| | * | | | | | | Set HMI None on disconnect. Add reconnection after disconnect.JackLivio2018-11-3015-55/+163
| | | | | | | | |
| | * | | | | | | Include mock connection handlerJackLivio2018-11-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ubuntu 14 build issue.
| * | | | | | | | Fix merge conflict typoJacob Keeler2019-02-081-1/+1
| | | | | | | | |
| * | | | | | | | Address review commentsShobhit Adlakha2019-02-082-5/+3
| | | | | | | | |
| * | | | | | | | Merge branch 'feature/cloud_app_connection_status' into ↵Jacob Keeler2019-02-078-24/+32
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | | | | | | | | | feature/secure_websocket_connection
| | * | | | | | | Merge branch 'feature/cloud_app_transport' into ↵feature/cloud_app_connection_statusJacob Keeler2019-01-229-16/+11
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/cloud_app_connection_status
| | | * \ \ \ \ \ \ Merge pull request #2742 from smartdevicelink/feature/cloud_app_connection_flowJackLivio2019-01-2251-16/+1641
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Cloud app connection flow