summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fixup! Add resumption processing in VehicleInfoAppExtensionAlexander2018-06-264-4/+4
|
* fixup! Remove all usage of SubscribedIVI from application managerAlexander2018-06-264-11/+13
|
* fixup! Move IsSubsscrbedTo to pluginAlexander2018-06-263-9/+10
|
* Modify amount pf parameters for creating VI app extensions.Alexander2018-06-264-10/+20
| | | | Add Extension creating and processing resumption
* Move IsSubsscrbedTo to pluginAlexander2018-06-264-38/+24
|
* Move Unsubscribe from IVI calls to app extensionsAlexander2018-06-263-5/+5
|
* Make unsubscribeFromVehicleInfo methof booleanAlexander2018-06-262-2/+4
|
* fixup! Add to IVI plugin functionality to clear all application data.Alexander2018-06-262-16/+18
|
* Add to IVI plugin functionality to clear all application data.Alexander2018-06-262-0/+59
|
* Style fixes of PorcessResumption RCAppExtension, VehicleInfoAppExtensionAlexander2018-06-262-3/+5
|
* Replace all of application SubscribeToIVI to app extension ↵Alexander2018-06-263-10/+33
| | | | subscribeToVehicleInfo
* Add resumption processing in VehicleInfoAppExtensionAlexander2018-06-266-1/+149
|
* Change type of vehicle data in app extensionAlexander2018-06-262-13/+20
|
* Fix yearAlexander2018-06-261-1/+1
|
* Enable System request tests, removed tests from sdl_rpc pluginAlex2018-06-262-30/+21
|
* Rename module type to vehicle data typeAlexander2018-06-262-16/+16
|
* Style fixAlexander2018-06-2613-198/+160
|
* Added the GetVehicleData command creation.Oleksandr Lohvinenko (GitHub)2018-06-261-0/+4
|
* Fixed command creator logic.Oleksandr Lohvinenko (GitHub)2018-06-262-38/+16
|
* Minor refactoring.Oleksandr Lohvinenko (GitHub)2018-06-264-11/+13
|
* Fixed build failing due to migrated unit tests.Oleksandr Lohvinenko (GitHub)2018-06-263-18/+4
|
* Migrated unit tests.Oleksandr Lohvinenko (GitHub)2018-06-2615-108/+77
|
* Fixed build, removed unnecessary encapsulation from vi command factory.Oleksandr Lohvinenko (GitHub)2018-06-263-10/+2
|
* Fixed code style.Oleksandr Lohvinenko (GitHub)2018-06-262-7/+7
|
* Added application extension class.Oleksandr Lohvinenko (GitHub)2018-06-262-0/+129
|
* Removed unnecessary comment.Oleksandr Lohvinenko (GitHub)2018-06-261-2/+0
|
* Removed usages of moved modules from rpc plugin, minor code improvement.Oleksandr Lohvinenko (GitHub)2018-06-268-118/+16
|
* Moved HMI RPCs.Oleksandr Lohvinenko (GitHub)2018-06-2628-53/+86
|