summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src
Commit message (Expand)AuthorAgeFilesLines
* 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-185-21/+36
* Fixes coding styleAndrey Oleynik (GitHub)2018-01-185-65/+65
* Updates mocks and unit tests after prior commitAndrey Oleynik (GitHub)2018-01-181-12/+15
* Changes iAP2 Bluetooth to USB switching flowAndrey Oleynik (GitHub)2018-01-184-35/+84
* Fixes RPCs holding for applications being switchedAndrey Oleynik (GitHub)2018-01-182-20/+104
* Fixes deletion of commands and submenus on failed resumeAndrey Oleynik (GitHub)2018-01-181-3/+3
* Fixes handling of way points un/subscription for transport switch caseAndrey Oleynik (GitHub)2018-01-187-9/+47
* Fixes resume issue for application on switching transportAndrey Oleynik (GitHub)2018-01-181-1/+7
* Renames interfaces according to people desireAndrey Oleynik (GitHub)2018-01-182-6/+6
* Fixes typos, commentsAndrey Oleynik (GitHub)2018-01-181-3/+2
* Renames interfaces for consistencyAndrey Oleynik (GitHub)2018-01-181-1/+1
* Fixes deadlock on resume data saving during transport switchAndrey Oleynik (GitHub)2018-01-181-5/+7
* Changes CommandHolderImpl usage and removes odd interfaceAndrey Oleynik (GitHub)2018-01-182-13/+8
* Adds descriptions and removes obsolete implementationsAndrey Oleynik (GitHub)2018-01-181-77/+61
* Initial implementation of holding commands for switching appsAndrey Oleynik (GitHub)2018-01-183-2/+94
* Marks deprecated and unused interfaces in ApplicationManagerImplAndrey Oleynik (GitHub)2018-01-181-0/+3
* Moves app data recall logic out of ApplicationManagerAndrey Oleynik (GitHub)2018-01-183-155/+152
* Initial implementation of resumption during switchingAndrey Oleynik (GitHub)2018-01-183-8/+402
* Reverts deprecated interfacesAndrey Oleynik (GitHub)2018-01-1812-15/+378
* Adds descriptions, removes unused codeAndrey Oleynik (GitHub)2018-01-182-4/+24
* Adds main logic and related bugfixes for transport switchingAndrey Oleynik (GitHub)2018-01-1811-134/+341
* Merge pull request #1938 from smartdevicelink/feature/deprecated_method_macrofeature/send_location_for_mobile_navJacob Keeler2018-01-174-8/+7
|\
| * Address review commentsfeature/deprecated_method_macrojacobkeeler2018-01-173-5/+6
| * Add DEPRECATED macro, and fix resulting deprecated warningsjacobkeeler2017-12-044-12/+10
* | Updated description, added deprecated methodsAKalinich-Luxoft2017-12-194-4/+16
* | Removed is_suspended setter.AKalinich-Luxoft2017-12-122-9/+11
* | Renamed methods, updated briefs, removed deep nestingAKalinich-Luxoft2017-12-122-22/+22
* | Added missed implementation of OnAwakeSDLNotificationAKalinich-Luxoft2017-12-122-1/+49
* | Added new bool flag to ApplicationImpl classAKalinich-Luxoft2017-12-121-1/+15
* | Added OnIgnitionOff() and new bool flag to ResumeCtrl classAKalinich-Luxoft2017-12-123-4/+20
* | Renamed OnSuspend->IncrementIgnOffCount and OnAwake->DecrementIgnOffCountAKalinich-Luxoft2017-12-122-5/+5
|/
* Create correct structure of SubscriveVehicleData ResponseAlexander Kutsan2017-11-271-2/+15
* Use VehicleDataType from MOBILE APi xml imstead of hardcoded valuesAlexander Kutsan2017-11-278-41/+69
* 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-023-5/+19
|\ \
| * | Replaces raw member pointer with utils::SharedPtrAndrey Oleynik2017-09-081-0/+14
| * | Fix minor memory leaksSergey Levchenko (GitHub)2017-09-083-8/+6