summaryrefslogtreecommitdiffstats
path: root/core/java/android/backup
Commit message (Expand)AuthorAgeFilesLines
* Turn off most of the backup-related debug loggingChristopher Tate2009-09-303-6/+7
* Don't let bmgr leave a restore session hanging on errorChristopher Tate2009-08-111-0/+5
* Only restore the bits for wallpapers that aren't built in.Joe Onorato2009-07-291-6/+1
* Make the backup manager do nothing when backup is turned off.Joe Onorato2009-07-131-0/+9
* turn restore back in in eclairJoe Onorato2009-07-101-1/+1
* do not merge - add a big flag to turn off backupJoe Onorato2009-07-091-0/+3
* BackupManager wrapper class improvementsChristopher Tate2009-07-071-12/+37
* Make enable/provisioning of the backup service a two-step processChristopher Tate2009-07-061-0/+7
* Add a "clear backed-up data" method to the backup mechanismChristopher Tate2009-07-021-0/+14
* Implement persistent enable/disable of the backup managerChristopher Tate2009-06-291-0/+18
* Use system properties to track the current transportChristopher Tate2009-06-262-8/+17
* Use a long for restore tokenDan Egnor2009-06-261-1/+1
* Don't crash in various ways when using backup services too earlyChristopher Tate2009-06-261-6/+10
* Add a test for SharedPreferencesBackupHelperJoe Onorato2009-06-261-1/+1
* Add a new IRestoreObserver callback class to the restore processChristopher Tate2009-06-252-1/+54
* Make the BackupHelperDispatcher properly handle multiple helpers.Joe Onorato2009-06-252-7/+71
* Start backing up wallpaperChristopher Tate2009-06-241-0/+66
* Modify the IBackupTransport API to support bulk restore operations.Dan Egnor2009-06-241-5/+5
* Pass the originating app's versionCode along with a restore setChristopher Tate2009-06-223-7/+8
* Helper API cleanup. Allows multiple helpers to function,Joe Onorato2009-06-228-143/+196
* Make RestoreHelper and friends also write out the snapshot state.Joe Onorato2009-06-183-38/+52
* Store the app signatures as part of the backup setChristopher Tate2009-06-181-0/+1
* backup fixes:Joe Onorato2009-06-172-3/+18
* FileRestoreHelper and RestoreHelperDispatcher work.Joe Onorato2009-06-175-3/+131
* checkpoint BackupDatAInput / RestoreHelperJoe Onorato2009-06-164-5/+107
* More bmgr work; fix clear-data signallingChristopher Tate2009-06-161-2/+2
* Sketch out a 'bmgr' command line toolChristopher Tate2009-06-151-2/+14
* Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods...Joe Onorato2009-06-126-7/+235
* Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files.Joe Onorato2009-06-112-15/+27
* Flesh out restore interface on manager; work up most of LocalTransportChristopher Tate2009-06-101-1/+1
* Revamp IRestoreSession a bitChristopher Tate2009-06-084-5/+128
* Add IRestoreSession interface for the restore flowChristopher Tate2009-06-072-0/+62
* More backup workChristopher Tate2009-06-032-4/+18
* Retool the backup process to use a new 'BackupAgent' classChristopher Tate2009-05-313-197/+15
* Hook up the backup data writer, and add a utility to read the backup data files.Joe Onorato2009-05-202-16/+19
* Remove unnecessary code.Marco Nelissen2009-05-141-3/+0
* Get the backup calling through to the file backup helper.Joe Onorato2009-05-144-24/+41
* More backup testsJoe Onorato2009-05-073-0/+152
* Track install/removal/update of packages that provide backup servicesChristopher Tate2009-05-061-1/+1
* Pass null as savedState to indicate a full backup is requiredChristopher Tate2009-05-061-8/+7
* Add a Backup Manager interface to request a full backupChristopher Tate2009-05-061-1/+7
* Add a test app for the backupJoe Onorato2009-05-051-1/+1
* Squashed commit of the following:Christopher Tate2009-05-042-33/+44
* Hide the backup stuff for nowChristopher Tate2009-04-302-8/+17
* Add android.backup.BackupManagerChristopher Tate2009-04-303-2/+85
* First baby steps towards settings backupChristopher Tate2009-04-293-0/+191