summaryrefslogtreecommitdiff
path: root/src/components/application_manager
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2114 from smartdevicelink/hotfix/invalid_ptu_loopJacob Keeler2018-04-112-3/+1
|\
| * Don't force a PTU when an invalid PT is receivedhotfix/invalid_ptu_loopjacobkeeler2018-04-092-3/+1
* | Fix/unregister while audio pass thru (#1757)hotfix/unregister_during_audio_pass_thruSho Amano2018-04-057-20/+210
|/
* Add apropriate logging in policy flowAlex Kutsan2018-03-281-0/+1
* Merge pull request #2085 from LuxoftAKutsan/fix/activation_app_external_propr...JackLivio2018-03-267-6/+16
|\
| * Avoid integer overflowAlex Kutsan2018-03-237-6/+16
* | Fix build issues and test failures when building with ENABLE_SECURITY=OFFfix/security_off_buildjacobkeeler2018-03-214-18/+27
|/
* Merge pull request #1828 from leekillough/Hotfix/AppIconJacob Keeler2018-02-221-1/+1
|\
| * Add files via uploadleekillough2017-10-111-1/+1
* | Run Style ScriptJackLivio2018-02-142-3/+4
* | Coverity FixesJackLivio2018-02-142-5/+1
* | Merge pull request #1950 from fronneburg/fix/Issue_1949Jacob Keeler2018-02-131-5/+5
|\ \
| * | prevent deadlocks in EventDispatcherImpl::raise_eventFrank2017-12-131-5/+5
* | | Merge pull request #1954 from fronneburg/fix/Issue_1953JackLivio2018-02-131-0/+3
|\ \ \
| * | | protect access to ResumptionDataJson during state saveFrank2017-12-131-0/+3
| |/ /
* | | Merge branch 'release/4.5.0' into fix/OnDriverDistructionJackLivio2018-02-1286-600/+3980
|\ \ \
| * \ \ Merge branch 'develop' into hotfix/dynamically_link_librarieshotfix/dynamically_link_librariesJackLivio2018-02-02173-1749/+5439
| |\ \ \
| | * \ \ 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-19143-1287/+1988
| | | |\ \ \
| | | * | | | Use ValidationReport objects for reporting rather than stringsjacobkeeler2017-11-305-37/+37
| | | * | | | 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-28190-1897/+10863
| | | |\ \ \ \
| | | * | | | | Invalid data responses now return useful error messages in `info` fieldJacob Keeler2017-05-045-16/+26
| | * | | | | | 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-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