summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix namespace case structure in projectfix/namespace_casejacobkeeler2018-08-293-6/+6
|
* Merge pull request #2504 from smartdevicelink/fix/unsubscribe_typoJacob Keeler2018-08-294-11/+11
|\ | | | | Fix UnsubscribeWayPoints typo
| * Fix UnsubscribeWayPoints typofix/unsubscribe_typojacobkeeler2018-08-094-11/+11
| | | | | | | | Unsubscribe is one word, this is the only place where this typo is present
* | Merge pull request #930 from smartdevicelink/feature/PLAY_PAUSE_implementationJacob Keeler2018-08-285-13/+91
|\ \ | | | | | | Inclusion of PLAY_PAUSE as a subscribable button
| * | Add version Logic for play_pause and okJackLivio2018-08-235-12/+89
| | |
| * | Merge remote-tracking branch 'origin/develop' into ↵JackLivio2018-08-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/PLAY_PAUSE_implementation # Conflicts: # src/appMain/hmi_capabilities.json # src/components/application_manager/src/commands/mobile/subscribe_button_request.cc # src/components/application_manager/test/hmi_capabilities.json # src/components/interfaces/MOBILE_API.xml # src/components/interfaces/QT_HMI_API.xml # src/components/utils/test/test_generator/MOBILE_API.xml
* | | Merge pull request #2519 from JackLivio/fix/update_rpc_version_negotiation_logicJackLivio2018-08-241-1/+6
|\ \ \ | | | | | | | | Update mobile version negotiation
| * | | Check styleJackLivio2018-08-211-2/+2
| | | |
| * | | Update mobile version negotiationJackLivio2018-08-161-1/+6
| | | | | | | | | | | | | | | | Because mobile versioning did not exist prior to core 5.0, and IOS was using a hardcoded 1.0.0 for syncMsgVersion, all apps using version 1.0 to 4.5 will be negotiated to core RPC version 4.5
* | | | Merge branch 'develop' into fix/remove_set_iconfix/remove_set_iconjacobkeeler2018-08-233-273/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/components/application_manager/CMakeLists.txt # src/components/application_manager/rpc_plugins/sdl_rpc_plugin/include/sdl_rpc_plugin/commands/hmi/ui_set_icon_request.h # src/components/application_manager/rpc_plugins/sdl_rpc_plugin/include/sdl_rpc_plugin/commands/hmi/ui_set_icon_response.h # src/components/application_manager/rpc_plugins/sdl_rpc_plugin/include/sdl_rpc_plugin/commands/mobile/set_icon_request.h # src/components/application_manager/rpc_plugins/sdl_rpc_plugin/include/sdl_rpc_plugin/commands/mobile/set_icon_response.h # src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/hmi/ui_set_icon_request.cc # src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/set_icon_request.cc # src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/set_icon_response.cc # src/components/application_manager/test/commands/hmi/dummy_hmi_commands_test.cc # src/components/application_manager/test/commands/hmi/simple_requests_to_hmi_test.cc
* | | | Merge remote-tracking branch 'origin/develop' into feature/full_app_idfeature/full_app_idJackLivio2018-08-235-26/+87
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/components/interfaces/MOBILE_API.xml
| * | | | Fix build failures when ENABLE_LOG=OFFjacobkeeler2018-08-211-3/+2
| | |/ / | |/| |
| * | | Remove deprecated methods from projectfeature/remove_deprecated_functions_5_0jacobkeeler2018-08-172-12/+0
| |/ /
| * | Merge remote-tracking branch 'origin/develop' into feature/choice_vr_optionalfeature/choice_vr_optionalJackLivio2018-08-151-3/+3
| |\ \
| * \ \ Merge branch 'feature/mobile_versioning' into feature/choice_vr_optionalJackLivio2018-08-071-7/+11
| |\ \ \
| * \ \ \ Merge branch 'feature/mobile_versioning' into feature/choice_vr_optionalConlain Kelly2018-08-061-3/+34
| |\ \ \ \
| * | | | | yet another style fixConlain Kelly2018-08-011-1/+1
| | | | | |
| * | | | | Cleanup comments, add a test for mixed vr commandsConlain Kelly2018-08-011-0/+2
| | | | | |
| * | | | | Merge branch 'develop' into feature/choice_vr_optionalJacob Keeler2018-07-3110-40/+50
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | general cleanup on vr commands checksConlain Kelly2018-07-302-10/+10
| | | | | |
| * | | | | style fixConlain Kelly2018-07-242-27/+30
| | | | | |
| * | | | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into ↵Conlain Kelly2018-07-241-2/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | feature/choice_vr_optional
| * | | | | | Cleanup, remove some typosConlain Kelly2018-07-242-32/+16
| | | | | | |
| * | | | | | Fix segfault, add perform interaction checksConlain Kelly2018-07-242-33/+49
| | | | | | |
| * | | | | | add perform interaction modificationsConlain Kelly2018-07-241-24/+26
| | | | | | |
| * | | | | | Create grammar only onceConlain Kelly2018-07-231-10/+11
| | | | | | |
| * | | | | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into ↵Conlain Kelly2018-07-2324-36/+34
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | feature/choice_vr_optional
| * | | | | | | more development, needs testing and performinteraction checksConlain Kelly2018-07-192-19/+29
| | | | | | | |
| * | | | | | | first run at making vrcommands optionalConlain Kelly2018-07-192-4/+60
| | | | | | | |
* | | | | | | | Merge branch 'feature/mobile_versioning' into feature/full_app_idJackLivio2018-08-141-3/+3
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Remove redundant function validateJackLivio2018-08-141-3/+3
| | | | | | | |
* | | | | | | | Merge branch 'feature/mobile_versioning' into feature/full_app_idJackLivio2018-08-131-3/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Address comments and logic refactorJackLivio2018-08-101-3/+3
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | undo old changesConlain Kelly2018-08-091-1/+1
| | | | | | |
* | | | | | | set full_app_id_supported in initial snapshot generationConlain Kelly2018-08-091-38/+2
| | | | | | |
* | | | | | | send full_app_id_supported for external_proprietary as wellConlain Kelly2018-08-081-20/+34
| | | | | | |
* | | | | | | Merge branch 'feature/mobile_versioning' into feature/full_app_idJackLivio2018-08-0811-51/+64
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/register_app_interface_request.cc
| * | | | | | Update based on commentsJackLivio2018-08-071-7/+11
| | | | | | |
| * | | | | | Merge remote-tracking branch 'origin/develop' into feature/mobile_versioningJackLivio2018-08-0610-45/+54
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | / | | |_|_|_|/ | |/| | | |
| | * | | | Fix defects found after ATF testingAKalinich-Luxoft2018-07-303-30/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apply feature for AddSubMenu RPC Fixed PI request does not resend choiceId Fixed wrong RPC creation in mobile factory
| | * | | | Answer Livio commentsAKalinich-Luxoft2018-07-301-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed affected unit tests Reverted changes related to namespace naming
| | * | | | create interaction choice set run method changesAshwin Karemore2018-07-261-19/+16
| | | | | |
| | * | | | revert image check and return Warning or invalid dataAshwin Karemore2018-07-268-12/+141
| | | | | |
| | * | | | fix for invalid image rpc in create interaction choice set requestAshwin Karemore2018-07-261-10/+44
| | | | | |
| | * | | | removed image check in RPCAshwin Karemore2018-07-268-152/+0
| | | |_|/ | | |/| |
* | | | | cleanup comments, helper functionConlain Kelly2018-08-061-1/+3
| | | | |
* | | | | Merge branch 'feature/mobile_versioning' of ↵Conlain Kelly2018-08-061-3/+34
|\ \ \ \ \ | |/ / / / | | | | | | | | | | https://github.com/JackLivio/sdl_core into feature/full_app_id
| * | | | Check StyleJackLivio2018-08-051-13/+17
| | | | |
| * | | | RAI version negotiationJackLivio2018-08-011-4/+17
| | | | |
| * | | | Add support for mandatory and removed versioningJackLivio2018-08-011-0/+14
| | |_|/ | |/| |