summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into feature/boost_lock_implementationJacob Keeler2018-07-19152-795/+688
|\
| * remove goofy extra whitespaceConlain Kelly2018-07-1843-69/+0
| |
| * style fixConlain Kelly2018-07-1847-132/+92
| |
| * Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-18152-725/+727
| |
* | Merge branch 'develop' into feature/boost_lock_implementationConlain Kelly2018-07-182-3/+2
|/
* 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
* | Fix resource allocation manager unit testJackLivio2018-07-161-1/+1
| |
* | Merge pull request #2369 from LitvinenkoIra/fix/onRCStatus_seat_supportJackLivio2018-07-161-0/+1
|\ \ | | | | | | Add SEAT module to all supported modules
| * | Add SEAT module to all supported modulesIra Lytvynenko (GitHub)2018-07-161-0/+1
| | |
* | | Include allowed param in OnRCStatus notification in case of resource allocationfeature/onRcStatus_allowedIra Lytvynenko (GitHub)2018-07-162-5/+3
| | |
* | | Fix OnRCStatus notification sending in case of PTUIra Lytvynenko (GitHub)2018-07-161-0/+2
| | |
* | | Reset allocation before sending notification fo HMIAlexander2018-07-161-1/+1
| | |
* | | Fix logic according to review commentsIra Lytvynenko (GitHub)2018-07-166-83/+111
| | | | | | | | | | | | In case of RC app registration OnRCStatus notification is sent only to the newly registered app
* | | Unit tests for OnRCStatus notificationIra Lytvynenko (GitHub)2018-07-161-0/+161
| | |
* | | Update OnRCStatus with a new allowed parameterIra Lytvynenko (GitHub)2018-07-165-39/+85
|/ /
* | 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 #2208 from smartdevicelink/feature/rc_seatJackLivio2018-07-133-55/+87
|\ \ \ | | | | | | | | Feature/RC SEAT
| * | | Run Style ScriptJackLivio2018-07-131-2/+4
| | | |
| * | | Fix comments after reviewfeature/rc_seatIra Lytvynenko (GitHub)2018-06-262-0/+2
| | | |
| * | | Fix control data checking by capabilities for module type SEATIra Lytvynenko2018-06-262-4/+3
| | | |
| * | | New RC module SEATIra Lytvynenko2018-06-263-55/+85
| | | |
* | | | Fix typos and comments after reviewfeature/rc_OnRCStatusIra Lytvynenko (GitHub)2018-07-122-14/+4
| | | |
* | | | Fix SDL sends multiple OnRCStatus notification in case of app unregistrationIra Lytvynenko (GitHub)2018-07-1213-34/+80
| | | | | | | | | | | | | | | | Fix disabling RC-functionality
* | | | Fix OnRCStatus sending after app registrationIra Lytvynenko2018-07-125-16/+29
| | | | | | | | | | | | | | | | Fix OnRCStatusNotification
* | | | Add expectations for OnRCStatusNotificationsAlex Kutsan2018-07-122-20/+19
| | | | | | | | | | | | | | | | Fix for OnRCStatus notification
* | | | Create and send on RC status notificationsAlex Kutsan2018-07-125-1/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add comments and mock missed methods Conflicts: src/components/include/test/application_manager/mock_rpc_service.h
* | | | Merge pull request #2330 from smartdevicelink/feature/remove_qt_hmi_api_dbusJacob Keeler2018-07-1116-1926/+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-0510-1428/+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 Typofeature/vehicle_info_pluginJackLivio2018-06-281-1/+1
| |
* | Fix StyleJackLivio2018-06-276-30/+32
| |
* | 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-2718-87/+179
|/
* Move new RPCs to sdl_rpc_plugin and make some fixes after rebaseIra Lytvynenko (GitHub)2018-06-2614-17/+665
|
* Fix unsubscribe vehicle request unit testAndriy Byzhynar2018-06-263-56/+74
| | | | | Fixed/rewritten unit tests which were failed(die to code changes) after vehicle info plugin implementation
* Add missed function descriptionsAlexander2018-06-262-3/+62
|
* fixup! Add resumption processing in VehicleInfoAppExtensionAlexander2018-06-262-67/+3
|
* fixup! Move IsSubsscrbedTo to pluginAlexander2018-06-261-10/+11
|
* Move vi_get_vehicle_type to vehicle_info_pluginIra Lytvynenko (GitHub)2018-06-2610-41/+14
|