summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/resumption/resumption_data_db.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Cover resumption with unit tests"revert-618-feature/Cover_resumption_with_unit_testsAndriy Byzhynar (GitHub)2016-06-231-19/+41
* Correctives after reviewKozoriz2016-06-231-5/+3
* Correct headers and sources after dividing of SQLDatabaseKozoriz2016-06-231-36/+16
* Change macroses names in all projectHerasym Oleh2016-06-161-376/+334
* Fix_core_dump_when_app_is_in_LIMITED_and_ignition_off_is_sentVProdanov2016-06-141-4/+4
* Fix post-merge issuesArtem Nosach2016-06-031-4/+3
* Merge remote-tracking branch 'artem/feature/stable-backmerge-build' into temp...Artem Nosach2016-06-021-380/+392
|\
| * Beautifies with clang-format after mergeAndrey Oleynik2016-04-281-72/+72
| * Merge branch 'feature/sdl-winport-merge' into developAndrey Oleynik2016-04-271-82/+101
| |\
| | * Beautifies code with clang-format as done on develop alreadyAndrey Oleynik2016-04-271-17/+10
| | * Makes Application Manager and Policy buildableAndrey Oleynik2016-04-121-7/+9
| | * Merges Application Manager part from WIN SDLAndrey Oleynik2016-04-121-99/+104
| | * Replaces macro name of LOG4CXX to LOGGERAndrey Oleynik2016-04-121-292/+292
| | * Process repository with clang-formatArtem Nosach2016-04-071-41/+24
| * | Beautifies code with clang-formatAndrey Oleynik2016-04-271-97/+90
| * | Renames macro LOG4CXX* to LOGGER*Andrey Oleynik2016-04-271-292/+292
* | | Refactoring: deleted unuseful members and functions in resumption dataVeronica Veremjova2016-05-121-40/+15
|/ /
* | Code style format with clang-formatKozoriz2016-04-251-46/+33
* | Correctives after reviewKozoriz2016-04-251-1/+1
* | Policies and Resumption correctives after removing all singletonsKozoriz2016-04-251-13/+14
* | Add WayPoints API & fix resumption after rebaseHerasym Oleh2016-04-141-102/+21
* | Change resumption SubscribedForWaypointsHerasym Oleh2016-04-131-15/+24
* | Add implementation SubscribeWayPoints&UnsubsribeWayPointsHerasym Oleh2016-04-131-0/+78
|/
* ApplicationManager correctivesKozoriz2016-03-311-1/+4
* Remove CH, PH, HMI_MH singletones from ApplicationManagerKozoriz2016-03-041-8/+7
* Refines logging, introduce usage of some variables and ScopeGuard.Andrey Oleynik2016-01-201-14/+15
* Extends tests and aligns data representation for DB and JSON data resumptionAndrey Oleynik2016-01-201-5/+56
* Fixes skipping of resumption on multiple igntion cyclesAndrey Oleynik2016-01-201-0/+33
* Resolve rebase conflictsAlexander Kutsan2016-01-191-1/+1
* Fix formating to simplify mergeAlexander Kutsan2016-01-191-421/+528
* Fix converting upperbound valuesVeronica Veremjova2016-01-151-5/+5
* Fixed wrong logger name for ResumptionElisey Zamakhov2015-12-181-1/+1
* Fixed build faildtrunov2015-08-281-6/+7
* Merge remote-tracking branch 'origin/hotfix/SDL_does_not_save_App_into_DB_aft...Aleksandr Galiuzov2015-08-281-21/+37
|\
| * Fixed comments after reviewdtrunov2015-08-031-2/+13
| * Fixed SDL does't save App into DB after unexpected disconnectdtrunov2015-08-031-13/+29
* | Beautified codeAndrey Oleynik2015-07-261-52/+59
* | Implemented DB version checking and re-building on version change.Andrey Oleynik2015-07-261-0/+106
* | Added interface for saving application via SmartObjectAndrey Oleynik2015-07-261-5/+63
* | Made application saving via SmartObjects instead of app pointer.Andrey Oleynik2015-07-261-33/+97
|/
* Fixed comment after reviewdtrunov2015-06-241-97/+97
* Fixed update HMI level in DBdtrunov2015-06-231-14/+57
* Fixed resume of HMI level after expected disconnectdtrunov2015-06-231-52/+32
* Fixed comment after reviewdtrunov2015-06-231-201/+352
* Fixed storage data after timer on diskdtrunov2015-06-231-3/+15
* implemented data recoverydtrunov2015-06-231-89/+1953
* Rebase issuesAlexander Kutsan2015-06-231-1/+2
* Make ResumeCtrl workingAlexander Kutsan2015-06-231-8/+1
* Make code compilableAlexander Kutsan2015-06-231-16/+22
* Resumption with DBdtrunov2015-06-231-0/+345