summaryrefslogtreecommitdiff
path: root/src/components/application_manager
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecated warnings in application_impl and connection_handler_implfix/deprecated_warningsjacobkeeler2018-02-012-2/+2
* Merge pull request #1999 from smartdevicelink/fix/unused_iteratorJacob Keeler2018-02-011-1/+1
|\
| * Remove unused iteratorfix/unused_iteratorJacob Keeler2018-02-011-1/+1
* | Merge pull request #1971 from AKalinich-Luxoft/fix/fix_security_issuesJacob Keeler2018-01-312-1/+44
|\ \
| * | Minor refactoring in protocol and security managerAKalinich-Luxoft2018-01-292-5/+5
| * | Added overriden functions for SecurityManager listenersAKalinich-Luxoft2018-01-292-1/+44
* | | Merge branch 'fix/gcc6_build' into developJacob Keeler2018-01-302-1/+2
|\ \ \ | |/ / |/| |
| * | Fix build errors with GCC6+fix/gcc6_buildjacobkeeler2018-01-172-1/+2
* | | Replace deprecation comments with DEPRECATED macroAndriy Byzhynar2018-01-1815-102/+70
* | | Replace pragma with header guardsAndriy Byzhynar2018-01-1812-243/+40
* | | Fix issues after rebaseAndriy Byzhynar2018-01-186-8/+9
* | | Fix UT for activate_app_requestAndriy Byzhynar2018-01-181-1/+11
* | | Add wrappers for deprecated methodsAndriy Byzhynar2018-01-1811-89/+51
* | | 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-189-26/+41
* | | Fixes coding styleAndrey Oleynik (GitHub)2018-01-1811-90/+86
* | | Updates mocks and unit tests after prior commitAndrey Oleynik (GitHub)2018-01-184-69/+102
* | | Changes iAP2 Bluetooth to USB switching flowAndrey Oleynik (GitHub)2018-01-188-43/+109
* | | Fixes RPCs holding for applications being switchedAndrey Oleynik (GitHub)2018-01-186-55/+221
* | | 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-1813-30/+107
* | | 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-185-34/+35
* | | Fixes typos, commentsAndrey Oleynik (GitHub)2018-01-185-7/+6
* | | Renames interfaces for consistencyAndrey Oleynik (GitHub)2018-01-183-4/+4
* | | 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-186-38/+22
* | | Adds descriptions and removes obsolete implementationsAndrey Oleynik (GitHub)2018-01-182-85/+109
* | | Test coverage for postponing commands during switchingAndrey Oleynik (GitHub)2018-01-187-45/+569
* | | Initial implementation of holding commands for switching appsAndrey Oleynik (GitHub)2018-01-186-18/+272
* | | Marks deprecated and unused interfaces in ApplicationManagerImplAndrey Oleynik (GitHub)2018-01-182-0/+11
* | | Moves app data recall logic out of ApplicationManagerAndrey Oleynik (GitHub)2018-01-1812-339/+635
* | | Initial implementation of resumption during switchingAndrey Oleynik (GitHub)2018-01-189-29/+786
* | | Covers new AM/App interfaces w/ unit tests related to transport switchingAndrey Oleynik (GitHub)2018-01-181-0/+117
* | | Reverts deprecated interfacesAndrey Oleynik (GitHub)2018-01-1823-81/+632
* | | Adds descriptions, removes unused codeAndrey Oleynik (GitHub)2018-01-187-18/+82
* | | Moves new unit tests for transport switchingAndrey Oleynik (GitHub)2018-01-181-4/+50
* | | Updates unit tests after switching logic implementationAndrey Oleynik (GitHub)2018-01-183-3/+8
* | | Updates mocks and tests, makes code buildable with tests enabledAndrey Oleynik (GitHub)2018-01-185-88/+92
* | | Adds main logic and related bugfixes for transport switchingAndrey Oleynik (GitHub)2018-01-1819-176/+490
|/ /
* | Merge pull request #1938 from smartdevicelink/feature/deprecated_method_macrofeature/send_location_for_mobile_navJacob Keeler2018-01-1710-36/+21
|\ \
| * | Address review commentsfeature/deprecated_method_macrojacobkeeler2018-01-173-5/+6
| * | Add DEPRECATED macro, and fix resulting deprecated warningsjacobkeeler2017-12-0410-40/+24
* | | Updated description, added deprecated methodsAKalinich-Luxoft2017-12-1911-27/+87
* | | Fix tests and mocks after rebaseAKalinich-Luxoft2017-12-121-2/+1
* | | Removed is_suspended setter.AKalinich-Luxoft2017-12-126-33/+21
* | | Added FINALAKalinich-Luxoft2017-12-122-2/+2
* | | Renamed methods, updated briefs, removed deep nestingAKalinich-Luxoft2017-12-125-35/+37
* | | Added missed implementation of OnAwakeSDLNotificationAKalinich-Luxoft2017-12-124-2/+93