summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands
Commit message (Expand)AuthorAgeFilesLines
* Initial implementationIra Lytvynenko2018-05-171-1/+5
* Fix/unregister while audio pass thru (#1757)Sho Amano2018-03-262-5/+8
* Merge pull request #2044 from smartdevicelink/fix/subscriptions_typoJacob Keeler2018-03-061-1/+19
|\
| * Fix all misspellings of `subscriptions` in the projectfix/subscriptions_typojacobkeeler2018-03-021-1/+19
* | Merge branch 'release/4.5.0' into fix/OnDriverDistructionJackLivio2018-02-1217-59/+224
|\ \ | |/
| * Merge branch 'develop' into hotfix/dynamically_link_librarieshotfix/dynamically_link_librariesJackLivio2018-02-0250-295/+796
| |\
| | * Merge branch 'fix/gcc6_build' into developJacob Keeler2018-01-301-0/+1
| | |\
| | | * Fix build errors with GCC6+fix/gcc6_buildjacobkeeler2018-01-171-0/+1
| | * | Replace deprecation comments with DEPRECATED macroAndriy Byzhynar2018-01-182-6/+4
| | * | Replace pragma with header guardsAndriy Byzhynar2018-01-187-227/+13
| | * | Add wrappers for deprecated methodsAndriy Byzhynar2018-01-188-84/+33
| | * | Revert "Changes return codes for application id replacement"Andrey Oleynik (GitHub)2018-01-181-4/+4
| | * | Changes return codes for application id replacementAndrey Oleynik (GitHub)2018-01-181-4/+4
| | * | Adds null pointer checks, fixes typos and other minor changes.Andrey Oleynik (GitHub)2018-01-182-5/+13
| | * | Fixes coding styleAndrey Oleynik (GitHub)2018-01-181-23/+22
| | * | Changes iAP2 Bluetooth to USB switching flowAndrey Oleynik (GitHub)2018-01-181-25/+37
| | * | Fixes handling of way points un/subscription for transport switch caseAndrey Oleynik (GitHub)2018-01-182-5/+5
| | * | Fixes resume issue for application on switching transportAndrey Oleynik (GitHub)2018-01-181-1/+7
| | * | Initial implementation of holding commands for switching appsAndrey Oleynik (GitHub)2018-01-181-0/+2
| | * | Moves app data recall logic out of ApplicationManagerAndrey Oleynik (GitHub)2018-01-181-1/+3
| | * | Initial implementation of resumption during switchingAndrey Oleynik (GitHub)2018-01-181-8/+14
| | * | Reverts deprecated interfacesAndrey Oleynik (GitHub)2018-01-188-14/+302
| | * | Adds main logic and related bugfixes for transport switchingAndrey Oleynik (GitHub)2018-01-186-31/+89
| | |/
| | * Merge pull request #1938 from smartdevicelink/feature/deprecated_method_macrofeature/send_location_for_mobile_navJacob Keeler2018-01-171-1/+0
| | |\
| | | * Address review commentsfeature/deprecated_method_macrojacobkeeler2018-01-171-1/+1
| | | * Add DEPRECATED macro, and fix resulting deprecated warningsjacobkeeler2017-12-041-2/+1
| | * | Updated description, added deprecated methodsAKalinich-Luxoft2017-12-191-2/+2
| | * | Removed is_suspended setter.AKalinich-Luxoft2017-12-121-1/+0
| | * | Renamed methods, updated briefs, removed deep nestingAKalinich-Luxoft2017-12-121-16/+16
| | * | Added missed implementation of OnAwakeSDLNotificationAKalinich-Luxoft2017-12-121-1/+43
| | * | Added OnIgnitionOff() and new bool flag to ResumeCtrl classAKalinich-Luxoft2017-12-121-0/+2
| | |/
| * | Get dbus to compileJackLivio2018-01-202-2/+10
* | | Implement new behavior for OnDriverDistraction.agaliuzov2017-12-221-14/+56
| |/ |/|
* | Create correct structure of SubscriveVehicleData ResponseAlexander Kutsan2017-11-271-2/+15
* | Use VehicleDataType from MOBILE APi xml imstead of hardcoded valuesAlexander Kutsan2017-11-273-4/+5
* | Merge pull request #1855 from AKalinich-Luxoft/fix/fix_streaming_retry_sequen...Jacob Keeler2017-11-222-12/+20
|\ \
| * | Fix application start streaming retry sequenceAKalinich-Luxoft2017-11-152-12/+20
* | | Optimize using of CheckResultCodeAlexander Kutsan2017-11-151-5/+8
* | | Process multiple HMI interfaces of change registration requestAlexander Kutsan2017-11-131-44/+108
* | | Process result codes and infos from multiple HMI interfacesAlexander Kutsan2017-11-139-132/+217
* | | Common functionality awaiting of certain HMI requestsAlexander Kutsan2017-11-1335-25/+155
|/ /
* | Merge pull request #1627 from LuxoftAKutsan/fix/SDL_responds_GENERIC_ERROR_in...Jacob Keeler2017-11-021-7/+25
|\ \
| * | Fix typosAndriy Byzhynar (GitHub)2017-09-081-3/+3
| * | fixup! Fix issue with incorrect behaviour in AlertManeuverAlex Kutsan2017-06-221-12/+11
| * | Fix issue with incorrect behaviour in AlertManeuverokozlovlux2017-06-191-2/+21
* | | Merge pull request #1625 from LuxoftAKutsan/fix/system_request_with_filename_IVSJacob Keeler2017-11-021-13/+2
|\ \ \
| * | | Fix SystemRequest with filename=IVSU but w/o binary dataIvo Stoilov (GitHub)2017-06-241-13/+2
| |/ /
* | | Merge remote-tracking branch 'dev-gh/fix/Memory_leaks' into developjacobkeeler2017-11-021-5/+4
|\ \ \
| * | | Fix minor memory leaksSergey Levchenko (GitHub)2017-09-081-5/+4
* | | | Fixes responses 'success' value in case of UNSUPPORTED_RESOURCE (#1576)Andrey Oleynik (GitHub)2017-11-023-16/+37