summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/resumption/resumption_data_db.h
Commit message (Expand)AuthorAgeFilesLines
* Fix all misspellings of `subscriptions` in the projectfix/subscriptions_typojacobkeeler2018-03-021-1/+1
* Replace deprecation comments with DEPRECATED macroAndriy Byzhynar2018-01-181-4/+2
* Fixes handling of way points un/subscription for transport switch caseAndrey Oleynik (GitHub)2018-01-181-0/+1
* Updated description, added deprecated methodsAKalinich-Luxoft2017-12-191-1/+13
* Renamed OnSuspend->IncrementIgnOffCount and OnAwake->DecrementIgnOffCountAKalinich-Luxoft2017-12-121-7/+7
* Update headers according new CMakeListsIvo Stoilov (GitHub)2017-01-251-2/+2
* Rename const values according google styleVeronica Veremjova2016-05-131-5/+2
* Refactoring: deleted unuseful members and functions in resumption dataVeronica Veremjova2016-05-121-30/+20
* Code style format with clang-formatKozoriz2016-04-251-7/+2
* Correctives after reviewKozoriz2016-04-251-1/+1
* Policies and Resumption correctives after removing all singletonsKozoriz2016-04-251-3/+9
* ApplicationManager correctivesKozoriz2016-03-311-0/+6
* Extends tests and aligns data representation for DB and JSON data resumptionAndrey Oleynik2016-01-201-0/+11
* Fixes skipping of resumption on multiple igntion cyclesAndrey Oleynik2016-01-201-0/+3
* Resolve rebase conflictsAlexander Kutsan2016-01-191-36/+34
* Fix formating to simplify mergeAlexander Kutsan2016-01-191-53/+74
* Beautified codeAndrey Oleynik2015-07-261-33/+63
* Implemented DB version checking and re-building on version change.Andrey Oleynik2015-07-261-0/+12
* Added interface for saving application via SmartObjectAndrey Oleynik2015-07-261-3/+7
* Made application saving via SmartObjects instead of app pointer.Andrey Oleynik2015-07-261-11/+38
* Fixed comment after reviewdtrunov2015-06-241-51/+51
* Fixed update HMI level in DBdtrunov2015-06-231-1/+13
* Fixed resume of HMI level after expected disconnectdtrunov2015-06-231-20/+11
* Fixed comment after reviewdtrunov2015-06-231-81/+82
* Fixed storage data after timer on diskdtrunov2015-06-231-0/+4
* implemented data recoverydtrunov2015-06-231-31/+513
* Make ResumeCtrl workingAlexander Kutsan2015-06-231-20/+2
* Make code compilableAlexander Kutsan2015-06-231-2/+10
* Resumption with DBdtrunov2015-06-231-0/+258