summaryrefslogtreecommitdiffstats
path: root/core/java/com/android/internal/backup
Commit message (Expand)AuthorAgeFilesLines
* Avoid zero-payload backups in local transportChristopher Tate2015-04-131-17/+36
* Add payload-size preflight stage to full transport backupChristopher Tate2015-03-261-0/+1
* Properly set up local transport data dirs after an initialize operationChristopher Tate2015-03-131-8/+9
* Fix build: Revert "Properly set up local transport data dirs after an initial...Ed Heyl2015-03-131-9/+7
* Properly set up local transport data dirs after an initialize operationChristopher Tate2015-03-121-7/+9
* Don't enqueue allowBackup=false apps for full backup attemptsChristopher Tate2015-03-051-2/+20
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-3/+0
* Don't crash just because invalid datasets were offered for restoreChristopher Tate2014-11-141-5/+3
* Start using cancelFullBackup() when appropriateChristopher Tate2014-08-091-0/+1
* API to tell the transport to cancel a full backup in progressChristopher Tate2014-08-071-8/+26
* Add data-management intent + label to BackupTransport APIChristopher Tate2014-07-282-0/+46
* Tear down agents properly at EOD in full restoreChristopher Tate2014-07-171-1/+4
* reconcile aosp (f908b61abf0882ce97d6d5076ee1c84393ed1ecd) after branching. Pl...Ed Heyl2014-07-141-1/+1
* Refactor restore to deal with heterogeneous datasetsChristopher Tate2014-06-301-3/+5
* Adjust full restore APIChristopher Tate2014-06-191-44/+127
* Tweak restore APIChristopher Tate2014-06-172-17/+114
* Implement full data backup through transportChristopher Tate2014-06-152-4/+177
* Finish migration of backup transport constantsChristopher Tate2014-06-021-28/+0
* Add full-backup stream API to BackupTransportChristopher Tate2014-06-021-10/+10
* Provide stable concrete wrapper for backup transport APIChristopher Tate2014-05-293-4/+5
* Move internal libcore.os users over to android.system.Elliott Hughes2014-04-281-6/+6
* App widget backup/restore infrastructureChristopher Tate2014-03-201-24/+82
* Deal with apps known to LocalTransport backend but with no dataChristopher Tate2014-02-251-1/+3
* Don't assume that we're at start of file at ctor timeChristopher Tate2014-02-211-2/+25
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-5/+0
* Handle backup transport registration dynamicallyChristopher Tate2013-11-143-0/+48
* am 9fa57b74: am 2aee33c1: Merge "BackupManagerService files need new security...Geremy Condra2013-03-251-0/+5
|\
| * BackupManagerService files need new security labeling.rpcraig2012-12-041-0/+5
* | DO NOT MERGE - Full backup/restore now handles OBBs sensiblyChristopher Tate2013-03-081-0/+45
|/
* Don't crash when wiping backup data redundantly in the local transportChristopher Tate2012-03-231-3/+6
* Fix edge cases leading to backup hanging foreverChristopher Tate2012-01-181-0/+1
* Fix backup-agent timeoutsChristopher Tate2011-09-021-0/+1
* Tracking jarjar of org.bouncycastle to com.android.org.bouncycastleBrian Carlstrom2011-01-241-1/+1
* Add description and configuration methods to the transport interfaceChris Tate2010-11-102-2/+39
* Maybe fix issue #2457218: Corrupt batterystats.bin file preventing phone boot...Dianne Hackborn2010-03-191-0/+3
* Add correct copyright headers to multiple filesKenny Root2010-03-111-0/+16
* Refactor android.backup => android.app.backupChristopher Tate2010-03-052-4/+4
* Add a method to IBackupTransport to get the current backup set tokenChristopher Tate2010-01-292-3/+22
* Work on issue #2163789: Way too much loggingDianne Hackborn2009-10-041-1/+0
* Make IBackupTransport.finishBackup() also return an int code, since it too canDan Egnor2009-09-212-57/+46
* Reset backup tracking in response to transport data-wipe notificationChristopher Tate2009-09-213-7/+37
* Add an 'init everything' operation to the first backup passChristopher Tate2009-09-202-3/+27
* Only restore the bits for wallpapers that aren't built in.Joe Onorato2009-07-291-35/+0
* Add a "clear backed-up data" method to the backup mechanismChristopher Tate2009-07-022-3/+26
* Keep track of backup state independently for each transportChristopher Tate2009-06-252-0/+22
* Start backing up wallpaperChristopher Tate2009-06-241-0/+35
* Modify the IBackupTransport API to support bulk restore operations.Dan Egnor2009-06-242-112/+100
* Add some global metadata to the restore setChristopher Tate2009-06-221-7/+14
* backup stuffJoe Onorato2009-06-181-18/+26
* Base64 the keys to make filenames in LocalTransportChristopher Tate2009-06-171-2/+7