summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/vehicle_info_plugin/src
Commit message (Expand)AuthorAgeFilesLines
* Run updated style scriptjacobkeeler2019-04-2935-58/+56
* RPC Passing and Handling unknown RPC parameters (#2821)Shobhit Adlakha2019-03-071-1/+3
* Get App Service Data With Subscribe (#2812)JackLivio2019-02-241-2/+4
* Fix issue where Vehicle Data and WayPoints were not unsubscribed on transport...fix/unsubscribe_way_points_vehicle_data_transport_switchjacobkeeler2018-10-041-0/+2
* Fix build failures when ENABLE_LOG=OFFjacobkeeler2018-08-212-0/+2
* Remove deprecated methods from projectfeature/remove_deprecated_functions_5_0jacobkeeler2018-08-171-15/+0
* style fixConlain Kelly2018-07-182-3/+3
* Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-183-3/+3
* Merge remote-tracking branch 'origin/feature/remove_qt_hmi_api_dbus' into dev...Jacob Keeler2018-07-053-451/+0
* fixup! Add resumption processing in VehicleInfoAppExtensionAlexander2018-06-261-65/+3
* fixup! Move IsSubsscrbedTo to pluginAlexander2018-06-261-10/+11
* Move vi_get_vehicle_type to vehicle_info_pluginIra Lytvynenko (GitHub)2018-06-264-2/+132
* fixup! Add resumption processing in VehicleInfoAppExtensionAlexander2018-06-261-1/+1
* fixup! Remove all usage of SubscribedIVI from application managerAlexander2018-06-262-6/+6
* fixup! Move IsSubsscrbedTo to pluginAlexander2018-06-262-4/+10
* Modify amount pf parameters for creating VI app extensions.Alexander2018-06-262-8/+13
* Move IsSubsscrbedTo to pluginAlexander2018-06-263-4/+24
* Move Unsubscribe from IVI calls to app extensionsAlexander2018-06-262-2/+5
* Make unsubscribeFromVehicleInfo methof booleanAlexander2018-06-261-1/+3
* fixup! Add to IVI plugin functionality to clear all application data.Alexander2018-06-261-15/+16
* Add to IVI plugin functionality to clear all application data.Alexander2018-06-261-0/+57
* Replace all of application SubscribeToIVI to app extension subscribeToVehicle...Alexander2018-06-262-7/+27
* Add resumption processing in VehicleInfoAppExtensionAlexander2018-06-262-0/+123
* Change type of vehicle data in app extensionAlexander2018-06-261-9/+13
* Rename module type to vehicle data typeAlexander2018-06-261-12/+12
* Style fixAlexander2018-06-265-86/+85
* 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, removed unnecessary encapsulation from vi command factory.Oleksandr Lohvinenko (GitHub)2018-06-262-6/+2
* Fixed code style.Oleksandr Lohvinenko (GitHub)2018-06-261-4/+4
* Added application extension class.Oleksandr Lohvinenko (GitHub)2018-06-261-0/+69
* Removed usages of moved modules from rpc plugin, minor code improvement.Oleksandr Lohvinenko (GitHub)2018-06-263-8/+8
* Moved HMI RPCs.Oleksandr Lohvinenko (GitHub)2018-06-2614-14/+902
* Moved mobile RPCs.Oleksandr Lohvinenko (GitHub)2018-06-2616-11/+2255
* Implemented plugin skeleton, moved HMI IsReady command.Oleksandr Lohvinenko (GitHub)2018-06-266-0/+494