summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Fix IAP device transport switching sequence (#3034)Andrii Kalinich (GitHub)2019-09-251-0/+13
| | | | | | | | | | | | | | | | | | | | | | * Add reregister wait list accessor and fix IsApplicationSwitched in RAI * Update CommandHolder class After introduction CommandSource enum there was possible to specify any different source for HMI and mobile commands. However, CommandHolder class logic was not updated to reflect these changes and still working with the hardcoded values. As a result commands factory of plugins may not able to create commands which were suspended during device transport switching and then restored back. This commit contains updated CommandHolder impl which reflects changes done and properly handles initial command source. * Fix affected UT * Fix style
* Get Icon URL Request (#2823)JackLivio2019-03-011-0/+12
| | | | | | | | | | | | | | | | | | * Fix regex command for reading paths post port number * Add Icon URL to policies * Create Icon Request and save to icon folder. * Fixes for get icon url * Fix unit tests * Send Icon_url request after PTU * Address comments * Address Comments
* Move IsSubsscrbedTo to pluginAlexander2018-06-261-10/+0
|
* Add wrappers for deprecated methodsAndriy Byzhynar2018-01-181-1/+5
| | | | | | | Added wrappers for some deprecated methods Grouped iface checks in SendRegisterAppInterfaceResponseToMobile Removed duplicated "if" statement Improved readability
* Adds null pointer checks, fixes typos and other minor changes.Andrey Oleynik (GitHub)2018-01-181-1/+1
|
* Fixes typos, commentsAndrey Oleynik (GitHub)2018-01-181-1/+1
|
* Moves app data recall logic out of ApplicationManagerAndrey Oleynik (GitHub)2018-01-181-0/+93