summaryrefslogtreecommitdiffstats
path: root/core/java/android/backup
Commit message (Expand)AuthorAgeFilesLines
* Refactor android.backup => android.app.backupChristopher Tate2010-03-0519-1788/+0
* Add some backup Javadoc and clean importsKenny Root2010-02-2411-56/+107
* Remove never-used dead code from BackupManagerChristopher Tate2010-02-231-12/+0
* Automatically restore app data at install timeChristopher Tate2010-02-191-0/+6
* Change Javadocs to fix SDK buildKenny Root2010-02-172-4/+3
* API CHANGE: expose backup/restore to the SDKChristopher Tate2010-02-1613-33/+162
* Add single-package restore from an app's most-recent dataChristopher Tate2010-02-042-10/+60
* Add auto-restore setting and Backup Manager awareness thereofChristopher Tate2010-02-031-0/+15
* Streamline: use Messages sent to a Handler subclass instead of posting RunnablesChristopher Tate2010-02-011-44/+28
* Make backup/restore asynchronous and enforce timeoutsChristopher Tate2010-01-292-3/+11
* Move towards a formal public API for backup and restoreChristopher Tate2010-01-253-4/+238
* 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