summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/commands
Commit message (Expand)AuthorAgeFilesLines
* SDL restores AddCommands in the order they were created (#2515)Anna Pipko (GitHub)2020-01-221-0/+10
* Error message processing from HMI (#3016)Mykola Korniichuk (GitHub)2019-09-131-8/+18
* Feature/Remote Control - Allow Multiple Modules per Module Type (#2984)Ira Lytvynenko (GitHub)2019-08-301-0/+10
* Add window_id() method to Command classAndriy Byzhynar2019-08-202-0/+11
* Run updated style scriptjacobkeeler2019-04-298-61/+62
* Add timeout logic for HMI App Service Consumer RPCsfix/no_hmi_response_on_timeoutjacobkeeler2019-04-011-4/+9
* OnAppServiceDataTestsJackLivio2019-03-141-0/+1
* GetFile RPC (#2811)Shobhit Adlakha2019-03-061-4/+6
* PerformAppServiceInteraction RPC (#2815)Jacob Keeler2019-02-261-6/+6
* Get App Service Data With Subscribe (#2812)JackLivio2019-02-247-6/+216
* Add dummy response for PublishAppServicejacobkeeler2019-01-221-1/+2
* Fix namespace case structure in projectfix/namespace_casejacobkeeler2018-08-293-5/+5
* Remove deprecated methods from projectfeature/remove_deprecated_functions_5_0jacobkeeler2018-08-172-16/+0
* style fixConlain Kelly2018-07-181-1/+0
* Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-1/+1
* Move new RPCs to sdl_rpc_plugin and make some fixes after rebaseIra Lytvynenko (GitHub)2018-06-263-213/+0
* Answer review comments.BSolonenko2018-06-265-5/+5
* Fix GetInteriorVehicleDataConsent request/responseAndriy Byzhynar2018-06-261-35/+33
* Move GetRCApplications function to RCRPCPluginIra Lytvynenko2018-06-261-2/+0
* OnRemoteControlSettings and OnInteriorVehicleData notifications implIra Lytvynenko2018-06-261-0/+2
* Fix code styleIra Lytvynenko (GitHub)2018-06-261-2/+1
* Fixes after rebaseIra Lytvynenko (GitHub)2018-06-264-31/+27
* Refactoring all hmi commands.BSolonenko2018-06-267-8/+30
* Refactoring all mobile commands.BSolonenko2018-06-261-1/+4
* Refactoring CommandImpl, CommandRequestImpl and CommandResponseImplBSolonenko2018-06-263-3/+15
* Fix hmi message handler initialization in rpc serviceIra Lytvynenko2018-06-264-0/+264
* Load plugins in app manager, init plugin with paramsIra Lytvynenko2018-06-262-6/+6
* move commands factory to rpc pluginIra Lytvynenko2018-06-262-0/+186
* Remove all remote controllAlexander Kutsan2018-06-26356-28068/+0
* Refactor CommandFactoryIra Lytvynenko2018-06-261-1/+1
* Merge pull request #2105 from smartdevicelink/feature/get_system_timeJacob Keeler2018-06-183-0/+213
|\
| * Add Unit Tests: GetSystemTime Request/Response, OnSystemTimeReadyKVGrygoriev2018-04-063-3/+0
| * Implement fully functional GetSystemTime featureAndriy Byzhynar2018-04-063-0/+216
* | Validate existence of files used in TtsChunksJacob Keeler2018-06-011-1/+1
|/
* Merge pull request #2044 from smartdevicelink/fix/subscriptions_typoJacob Keeler2018-03-061-1/+11
|\
| * Fix all misspellings of `subscriptions` in the projectfix/subscriptions_typojacobkeeler2018-03-021-1/+11
* | Coverity FixesJackLivio2018-02-141-4/+0
|/
* Fixes coding styleAndrey Oleynik (GitHub)2018-01-181-2/+5
* Changes iAP2 Bluetooth to USB switching flowAndrey Oleynik (GitHub)2018-01-181-2/+3
* Reverts deprecated interfacesAndrey Oleynik (GitHub)2018-01-182-2/+22
* Adds descriptions, removes unused codeAndrey Oleynik (GitHub)2018-01-182-10/+13
* Adds main logic and related bugfixes for transport switchingAndrey Oleynik (GitHub)2018-01-183-6/+27
* Merge pull request #1938 from smartdevicelink/feature/deprecated_method_macrofeature/send_location_for_mobile_navJacob Keeler2018-01-173-16/+5
|\
| * Add DEPRECATED macro, and fix resulting deprecated warningsjacobkeeler2017-12-043-16/+5
* | Added FINALAKalinich-Luxoft2017-12-122-2/+2
* | Added missed implementation of OnAwakeSDLNotificationAKalinich-Luxoft2017-12-121-1/+43
|/
* Process multiple HMI interfaces of change registration requestAlexander Kutsan2017-11-131-0/+10
* Process result codes and infos from multiple HMI interfacesAlexander Kutsan2017-11-133-19/+77
* Common functionality awaiting of certain HMI requestsAlexander Kutsan2017-11-132-6/+29
* Fixes responses 'success' value in case of UNSUPPORTED_RESOURCE (#1576)Andrey Oleynik (GitHub)2017-11-021-3/+3