aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/utils/DatabaseBackupUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Minor cleanupsSamuel Tardieu2014-05-141-7/+5
|
* refactoring: simplify confirmation dialogs, remove duplicate codeBananeweizen2013-12-191-7/+5
|
* refactoring: do not create explicit handlers when not neededSamuel Tardieu2013-09-151-19/+14
| | | | | | When no information is to be carried to the handler, if the handler is called from one place it is simpler to use runOnUiThread rather than to construct an explicit handler.
* refactoring: cgData -> DataStoreSamuel Tardieu2013-09-131-5/+5
|
* #3180: Backup date not correct after backupBananeweizen2013-08-251-1/+1
| | | * check backup file size
* refactoring: move DB backup into new utils classBananeweizen2013-07-311-0/+115