summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/app_launch
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into ↵Conlain Kelly2018-08-105-80/+62
|\ | | | | | | feature/boost_datetime_implementation
| * Merge branch 'develop' into feature/boost_lock_implementationJacob Keeler2018-07-195-16/+12
| |\
| | * style fixConlain Kelly2018-07-183-5/+1
| | |
| | * Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-185-15/+15
| | |
| * | style fixConlain Kelly2018-07-181-2/+1
| | |
| * | Merge branch 'develop' into feature/boost_lock_implementationConlain Kelly2018-07-182-63/+51
| |\ \ | | |/
| | * style fixConlain Kelly2018-06-181-3/+3
| | |
| | * replace auto_ptr with unique_ptr, refactor device_apps_launcher.cc/.hConlain Kelly2018-06-182-65/+53
| | |
| * | Begin changing locks over, very segfault-y right nowConlain Kelly2018-05-311-1/+0
| |/ | | | | | | | | This required modification of the condition variable class as well as every instance of a recursive lock
* | remove struct timeval and use boost time_duration insteadConlain Kelly2018-06-181-2/+2
|/ | | | also cleans up date_time namespacing but maintains helper functions
* Fix case sensitive app name and id comparison (#1614)Andrii Kalinich (GitHub)2017-11-021-1/+1
| | | | | | | | | | | | | | | | | | | * Add COLLATE NOCASE property for application_id and nickname columns and indices Added COLLATE NOCASE property for application_id and nickname columns and indices related to them in order to make them case insensitive for query select/insert/update. Changed policy id case to lower. Because of case sensitive file path all files and directories which contains policy id of related application, will be saved in lower case to keep SDL applications path case insensitive. * Fix loading preloaded PT from JSON file There was additional case when policy table is loading from preloaded JSON file. In this case there was case sensitive loading of app groups.
* Fix for cov 171196JackLivio2017-06-211-2/+2
| | | | + style fixes
* Fix for coverity issue 170762JackLivio2017-06-201-3/+4
| | | | Add retry_index_ to Launcher initializer list.
* Create mock for LastState classdcherniev2017-01-101-5/+4
| | | | | | | | Splitted last_state into interface and implementation classes. Created mock class for last_state interface class. Updated references to last_state class in other related classes. Related task : APPLINK-30284
* Fix coding styleLevchenko2016-08-052-6/+5
| | | | | | | | | Has been done: - Fixed coding style; - Fixed header guard naming; - Fixed copyright comments. Related to: APPLINK-24892
* Common AppLaunchController functionalityAlexander Kutsan2016-08-053-0/+463
| | | | Related issue : APPLINK-24892
* AppLaunchData common implementationAnton Hrytsevich2016-08-044-0/+841
Related issue : APPLINK-24892