summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/sdl_rpc_plugin
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant function validateJackLivio2018-08-141-3/+3
|
* Address comments and logic refactorJackLivio2018-08-101-3/+3
|
* Update based on commentsJackLivio2018-08-072-9/+11
|
* Merge remote-tracking branch 'origin/develop' into feature/mobile_versioningJackLivio2018-08-0616-55/+375
|\
| * 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-306-42/+47
| | | | | | | | | | | | Fixed affected unit tests Reverted changes related to namespace naming
| * fix styleAshwin Karemore2018-07-262-4/+5
| |
| * added UT for warningsAshwin Karemore2018-07-264-0/+216
| |
| * create interaction choice set run method changesAshwin Karemore2018-07-261-19/+16
| |
| * revert image check and return Warning or invalid dataAshwin Karemore2018-07-2612-33/+178
| |
| * fix for show RPC UTAshwin Karemore2018-07-261-8/+19
| |
| * fix build after resolving conflictAshwin Karemore2018-07-261-3/+3
| |
| * fix for invalid image rpc in create interaction choice set requestAshwin Karemore2018-07-262-10/+45
| |
| * UT fix after removing image checkAshwin Karemore2018-07-265-31/+93
| |
| * removed image check in RPCAshwin Karemore2018-07-268-152/+0
| |
| * Merge pull request #2392 from smartdevicelink/feature/boost_lock_implementationJacob Keeler2018-07-242-3/+2
| |\ | | | | | | Feature/boost lock implementation
| | * Merge branch 'develop' into feature/boost_lock_implementationJacob Keeler2018-07-19127-628/+537
| | |\
| | * | Merge branch 'develop' into feature/boost_lock_implementationConlain Kelly2018-07-182-3/+2
| | | |
| * | | Fix stylejacobkeeler2018-07-231-34/+31
| | | |
* | | | Check StyleJackLivio2018-08-053-54/+59
| | | |
* | | | Fix existing unit testsJackLivio2018-08-051-0/+9
| | | |
* | | | RAI version negotiationJackLivio2018-08-011-4/+17
| | | |
* | | | Add support for mandatory and removed versioningJackLivio2018-08-011-0/+14
|/ / /
* | | Merge pull request #2328 from ZhdanovP/fix/remove_commented_codeJackLivio2018-07-201-35/+35
|\ \ \ | | | | | | | | Remove commented code
| * | | Uncomment UT'sv-malko42018-07-111-0/+45
| | | | | | | | | | | | | | | | Uncomment UT's in `dial_number_request_test.cc`
| * | | Remove commented codeZhdanovP2018-07-041-45/+0
| | | |
* | | | Merge pull request #2242 from ↵JackLivio2018-07-191-0/+9
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | ashwink11/feature/issue_892_AudioStreamingIndicator Feature/issue 2059 audio streaming indicator
| * | | UT changesAshwin Karemore2018-07-021-0/+9
| |/ /
* | | remove goofy extra whitespaceConlain Kelly2018-07-1840-66/+0
| | |
* | | style fixConlain Kelly2018-07-1833-60/+36
| | |
* | | Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-18127-606/+605
| |/ |/|
* | Merge pull request #2199 from smartdevicelink/feature/handling_VR_help_requestsJacob Keeler2018-07-1611-248/+164
|\ \ | | | | | | Feature/handling vr help requests
| * | Fix affected unit testsAKalinich-Luxoft2018-07-113-1/+48
| | |
| * | Fix failed ATF tests after timer removingAKalinich-Luxoft2018-07-113-15/+20
| | | | | | | | | | | | | | | | | | | | | Fixed triggering SetGlobalProperties after resumption and during resumption Fixed commands limit after resumption Fixed requests counter Removed redundant logic
| * | Added expectations for affected unit testsAndrii Kalinich2018-07-041-0/+35
| | |
| * | Removed unused code from SetGlobalProperties requestAndrii Kalinich2018-07-042-54/+0
| | |
| * | Fix style issues and build failures outside of tests after mergeJacob Keeler2018-07-021-2/+3
| | |
| * | Merge remote-tracking branch 'origin/develop' into ↵Jacob Keeler2018-07-024-180/+62
| |/ | | | | | | | | | | | | | | | | | | | | | | | | feature/handling_VR_help_requests # Conflicts: # src/components/application_manager/rpc_plugins/sdl_rpc_plugin/test/commands/mobile/set_global_properties_test.cc # src/components/application_manager/src/application_manager_impl.cc # src/components/application_manager/test/CMakeLists.txt # src/components/application_manager/test/application_manager_impl_test.cc # src/components/application_manager/test/resumption/resume_ctrl_test.cc # src/components/functional_module/test/include/mock_application.h # src/components/remote_control/test/include/mock_application.h
* | Merge pull request #2344 from ↵Jacob Keeler2018-07-132-0/+3
|\ \ | | | | | | | | | | | | smartdevicelink/feature/driver_distraction_on_registration Send Driver Distraction notification immediately upon registration
| * | Send Driver Distraction notification immediately upon registrationfeature/driver_distraction_on_registrationJacob Keeler2018-07-122-0/+3
| | |
* | | Merge pull request #2330 from smartdevicelink/feature/remove_qt_hmi_api_dbusJacob Keeler2018-07-119-1425/+1
|\ \ \ | |/ / |/| | Remove QT HMI API and QT specific RPCs
| * | Remove DBus from projectJacob Keeler2018-07-106-498/+0
| | |
| * | Merge remote-tracking branch 'origin/feature/remove_qt_hmi_api_dbus' into ↵Jacob Keeler2018-07-053-927/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop # Conflicts: # src/components/application_manager/CMakeLists.txt # src/components/application_manager/include/application_manager/commands/mobile/get_vehicle_data_request.h # src/components/application_manager/include/application_manager/commands/mobile/subscribe_vehicle_data_request.h # src/components/application_manager/include/application_manager/commands/mobile/unsubscribe_vehicle_data_request.h # src/components/application_manager/src/commands/mobile/get_vehicle_data_request.cc # src/components/application_manager/src/commands/mobile/subscribe_vehicle_data_request.cc # src/components/application_manager/src/commands/mobile/unsubscribe_vehicle_data_request.cc # src/components/application_manager/src/hmi_command_factory.cc # src/components/application_manager/src/message_helper/message_helper.cc # src/components/application_manager/test/commands/hmi/dummy_hmi_commands_test.cc # src/components/application_manager/test/commands/hmi/hmi_notifications/hmi_notifications_test.cc # src/components/application_manager/test/commands/mobile/get_vehicle_data_request_test.cc
* | | Merge pull request #2164 from XevoInc/feat/mt_transport_changesJacob Keeler2018-07-063-24/+27
|\ \ \ | |/ / |/| | Feat/mt transport changes
| * | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into ↵fronneburg2018-07-053-24/+27
| |/ | | | | | | | | | | | | | | | | feat/mt_transport_changes Conflicts: src/components/application_manager/src/application_manager_impl.cc src/components/application_manager/test/application_manager_impl_test.cc src/components/remote_control/test/include/mock_application.h
* | fix: syntax error in hmi_command_factory.ccSho Amano2018-07-041-5/+6
| |
* | fix: remove unnecessary ')'Sho Amano2018-07-041-2/+1
|/
* Fix StyleJackLivio2018-06-272-24/+22
|
* Merge remote-tracking branch 'origin/develop' into feature/vehicle_info_pluginJackLivio2018-06-271-10/+6
| | | | | # Conflicts: # src/components/application_manager/rpc_plugins/sdl_rpc_plugin/test/commands/mobile/add_sub_menu_request_test.cc
* Merge DevelopJackLivio2018-06-2714-78/+167
|