summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src
Commit message (Expand)AuthorAgeFilesLines
* Added CommandHelper namespace with set of common functionsAKalinich-Luxoft2018-01-266-156/+235
* Fix disallowed info message generating for specific RPCsAKalinich-Luxoft2018-01-264-20/+44
* Added param checking by policy for notifications for mobile appsAKalinich-Luxoft2018-01-261-5/+128
* Fixed requests param reading from incoming messageAKalinich-Luxoft2018-01-261-1/+4
* Fix info message param for different disallowed param casesAKalinich-Luxoft2018-01-262-2/+32
* Fix SDL behavior in case of param disallowed by policies and doubleAndriy Byzhynar2018-01-262-9/+15
* Add new vehicle info parameter - fuelRangeAKalinich-Luxoft2018-01-262-1/+3
* Replace deprecation comments with DEPRECATED macroAndriy Byzhynar2018-01-187-48/+37
* Replace pragma with header guardsAndriy Byzhynar2018-01-187-227/+13
* Fix issues after rebaseAndriy Byzhynar2018-01-181-1/+1
* Add wrappers for deprecated methodsAndriy Byzhynar2018-01-189-88/+37
* 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