summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into hotfix/dynamically_link_librarieshotfix/dynamically_link_librariesJackLivio2018-02-0267-544/+2034
|\
| * Merge pull request #1525 from smartdevicelink/feature/invalid_data_infoJacob Keeler2018-02-021-6/+29
| |\
| | * Merge remote-tracking branch 'origin/develop' into feature/invalid_data_infojacobkeeler2018-01-1959-327/+834
| | |\
| | * | Use ValidationReport objects for reporting rather than stringsjacobkeeler2017-11-304-35/+35
| | * | Fix build errors from merge and remove quotes from error messagesjacobkeeler2017-09-292-10/+17
| | * | Merge remote-tracking branch 'origin/release/4.4.0' into feature/invalid_data...jacobkeeler2017-09-2867-710/+3763
| | |\ \
| | * | | Invalid data responses now return useful error messages in `info` fieldJacob Keeler2017-05-044-14/+24
| * | | | Fix style issues in projectfix/style_issues_developjacobkeeler2018-02-011-2/+1
| * | | | Fix deprecated warnings in application_impl and connection_handler_implfix/deprecated_warningsjacobkeeler2018-02-011-1/+1
| * | | | 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-311-0/+15
| |\ \ \ \ \
| | * | | | | Minor refactoring in protocol and security managerAKalinich-Luxoft2018-01-291-2/+2
| | * | | | | Added overriden functions for SecurityManager listenersAKalinich-Luxoft2018-01-291-0/+15
| * | | | | | 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-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