summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/rpc_handler_impl.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add API version to logging in case if message from mobile was not parsedAlexander2018-08-161-1/+2
|
* Address commentsJackLivio2018-08-141-13/+31
|
* Address CommentsJackLivio2018-08-131-9/+15
|
* Address comments and logic refactorJackLivio2018-08-101-1/+1
|
* Check StyleJackLivio2018-08-051-10/+17
|
* Add support for mandatory and removed versioningJackLivio2018-08-011-1/+15
|
* Merge branch 'develop' into feature/STL_sharedptr_implementation_round2Conlain Kelly2018-07-181-3/+19
|\
| * Fix uses of deprecated methods in projectfeature/include_deprecated_warningsJacob Keeler2018-07-171-3/+19
| |
* | style fixConlain Kelly2018-07-181-1/+2
| |
* | Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-11/+11
|/
* Remove DBus from projectJacob Keeler2018-07-101-4/+0
|
* Fix GetInteriorVehicleDataConsent request/responseAndriy Byzhynar2018-06-261-2/+2
| | | | | | - Fixed SDL behavior when ASK_DRIVER mode is active - FIxed header guards - Added copyrights
* Load plugins in app manager, init plugin with paramsIra Lytvynenko2018-06-261-13/+0
| | | | | | | | | | | | cory library to install dir Fix build Fix header guards Fix namespaces Fix build
* Remove all remote controllAlexander Kutsan2018-06-261-9/+1
| | | | | | Remove commands includes Remove commands includes
* Refactor CommandFactoryIra Lytvynenko2018-06-261-3/+4
| | | | | | Fix SendAudioPassThroughNotification Rename Command Origin to Command Source
* RPCHandler implementationIra Lytvynenko2018-06-261-0/+389
Fix tests Fix due to rebase Fix unit tests in mobile commands Fixed unit tests in next commands: - delete_command_request_test.cc - delete_sub_menu_test.cc - perform_audio_pass_thru_test.cc - reset_global_properties_test.cc - send_location_request_test.cc - set_global_properties_test.cc