summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/resumption/resumption_data_json.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix namespace case structure in projectfix/namespace_casejacobkeeler2018-08-291-8/+8
* Merge branch 'develop' into feature/low_voltageJacob Keeler2018-08-211-4/+0
|\
| * Remove deprecated methods from projectfeature/remove_deprecated_functions_5_0jacobkeeler2018-08-171-4/+0
* | Simplify resumption logicAndriy Byzhynar2018-08-211-34/+14
* | Implement resumption during Low VoltageAndriy Byzhynar2018-08-211-0/+65
|/
* Merge pull request #2044 from smartdevicelink/fix/subscriptions_typoJacob Keeler2018-03-061-2/+2
|\
| * Fix all misspellings of `subscriptions` in the projectfix/subscriptions_typojacobkeeler2018-03-021-2/+2
* | Merge pull request #1954 from fronneburg/fix/Issue_1953JackLivio2018-02-131-0/+3
|\ \ | |/ |/|
| * protect access to ResumptionDataJson during state saveFrank2017-12-131-0/+3
* | 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-1/+1
* | Updated description, added deprecated methodsAKalinich-Luxoft2017-12-191-0/+6
* | Renamed OnSuspend->IncrementIgnOffCount and OnAwake->DecrementIgnOffCountAKalinich-Luxoft2017-12-121-3/+3
|/
* Create mock for LastState classdcherniev2017-01-101-5/+4
* Fix problem with incorrect removing data from resumption data (#667)Dmitrii Trunov (GitHub)2016-07-061-4/+4
* Rename const values according google styleVeronica Veremjova2016-05-131-1/+1
* Refactoring: deleted unuseful members and functions in resumption dataVeronica Veremjova2016-05-121-48/+6
* Code style format with clang-formatKozoriz2016-04-251-20/+20
* Policies and Resumption correctives after removing all singletonsKozoriz2016-04-251-7/+6
* Change resumption SubscribedForWaypointsHerasym Oleh2016-04-131-17/+4
* Add implementation SubscribeWayPoints&UnsubsribeWayPointsHerasym Oleh2016-04-131-0/+21
* ApplicationManager correctivesKozoriz2016-03-311-8/+11
* Remove CH, PH, HMI_MH singletones from ApplicationManagerKozoriz2016-03-041-4/+3
* Refines logging, introduce usage of some variables and ScopeGuard.Andrey Oleynik2016-01-201-4/+7
* Fixes skipping of resumption on multiple igntion cyclesAndrey Oleynik2016-01-201-6/+26
* Resolve rebase conflictsAlexander Kutsan2016-01-191-3/+4
* Fix formating to simplify mergeAlexander Kutsan2016-01-191-53/+65
* Correct all dependent from .hpp include directivesKozoriz2016-01-111-1/+1
* Fixed wrong logger name for ResumptionElisey Zamakhov2015-12-181-1/+1
* Replace legacy _EXT/INFO macroses in sourceElisey Zamakhov2015-08-311-2/+2
* Fixed comment after reviewdtrunov2015-06-241-22/+31
* Fixed update HMI level in DBdtrunov2015-06-231-1/+1
* Fixed comment after reviewdtrunov2015-06-231-17/+18
* implemented data recoverydtrunov2015-06-231-0/+6
* Rebase issuesAlexander Kutsan2015-06-231-12/+32
* Make ResumeCtrl workingAlexander Kutsan2015-06-231-28/+29
* Make code compilableAlexander Kutsan2015-06-231-48/+20
* Resumption with DBdtrunov2015-06-231-0/+475