summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src
Commit message (Collapse)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
| |\ | | | | | | Include info in INVALID_DATA responses
| | * 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 ↵jacobkeeler2017-09-2867-710/+3763
| | |\ \ | | | | | | | | | | | | | | | feature/invalid_data_info
| | * | | 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 iterator
| | * | | | 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
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix starting behavior of secured services for navi/non-navi applications
| | * | | | | Minor refactoring in protocol and security managerAKalinich-Luxoft2018-01-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added consts for some methods. Fixed typos in description. Renamed some non informative variables names.
| | * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced #pragma once usage with header guards Added wrappers for deprecated functions Fixed related unit tests Fixed coding style in places related to code chages
| * | | | | Fix issues after rebaseAndriy Byzhynar2018-01-181-1/+1
| | | | | |
| * | | | | Add wrappers for deprecated methodsAndriy Byzhynar2018-01-189-88/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added wrappers for some deprecated methods Grouped iface checks in SendRegisterAppInterfaceResponseToMobile Removed duplicated "if" statement Improved readability
| * | | | | Revert "Changes return codes for application id replacement"Andrey Oleynik (GitHub)2018-01-181-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 866dfe849471157d6d0b414cfb013198a879a51f. Returning false in case of inner app_id fields update failed causes many issues on exisiting logic and ATF scripts.
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes mock classes interfaces, unit tests and build after changes related to making iAP2 switching triggered externally and using of Bluetooth MAC/USB serial instead of UUID for internal device management.
| * | | | | Changes iAP2 Bluetooth to USB switching flowAndrey Oleynik (GitHub)2018-01-184-35/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These changes update switching flow so now instead of automatic switching start in case of same UUID is detected SDL will wait for external signal from the system to start this flow. Also due to UUID is reliable only while device remains connected (at least on certain systems) SDL now uses Bluetooth MAC and USB serial to manage devices and UUID is used only for detection of devices able to switch their transports. Currently only iAP2 Bluetooth to USB support is implemented.
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | While adding data from AddCommand/AddSubMenun msg_params are added itself so we have directly address internal fields w/o accessing 'msg_params'
| * | | | | Fixes handling of way points un/subscription for transport switch caseAndrey Oleynik (GitHub)2018-01-187-9/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case app_id is used for way points subscription it being invalidated on transport switch and SDL can't unsubscribe same application after switch is done.
| * | | | | Fixes resume issue for application on switching transportAndrey Oleynik (GitHub)2018-01-181-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case app has been just registrered in previous session and didn't sent any data to resume later and then re-registers over new transport due to switch there is nothing to resume so RAI result should be SUCCESS
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue was happening due to - resume data restoring thread was acquiring app subscription lock and then application list lock - transport switching thread was acquiring application lock and was saving resume data and trying to get subscription lock Now after filtering switching application from application list its lock will be released
| * | | | | Changes CommandHolderImpl usage and removes odd interfaceAndrey Oleynik (GitHub)2018-01-182-13/+8
| | | | | | | | | | | | | | | | | | | | | | | | Also typedefs used, typo in description fixed, minor code changes
| * | | | | 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
| |\ \ \ \ | | | | | | | | | | | | Add DEPRECATED macro, and fix resulting deprecation warnings
| | * | | | Address review commentsfeature/deprecated_method_macrojacobkeeler2018-01-173-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove C style casts Add comments for pragma directives Remove redundant DEPRECATED macro usages
| | * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is_suspended flag was encapsulated inside resumption controller Updated mocks
| * | | | | Renamed methods, updated briefs, removed deep nestingAKalinich-Luxoft2017-12-122-22/+22
| | | | | |
| * | | | | Added missed implementation of OnAwakeSDLNotificationAKalinich-Luxoft2017-12-122-1/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This notification works in pair with OnExitAllApplications(SUSPEND) notification. However first one is present in code but second one was ommited. There was just empty file. File with implementation was added to CMakeLists. Message broker was subscribed to OnAwake notification from HMI. Added command creation in HMI Command Factory.