summaryrefslogtreecommitdiffstats
path: root/services/backup
Commit message (Expand)AuthorAgeFilesLines
* Correctly parse previous PMBA state during backupChristopher Tate2014-12-041-1/+2
* Don't crash if a system restore fails before constructing the PMBAChristopher Tate2014-12-011-1/+1
* Adding method to query backup manager service activity statusZoltan Szatmary-Ban2014-11-121-1/+16
* Enable runtime turndown of backup/restore servicesChristopher Tate2014-11-073-20/+348
* Eliminate race condition around backup completion + resumptionChristopher Tate2014-10-161-1/+4
* Fix spurious restore session timeoutsChristopher Tate2014-10-161-0/+15
* Fix bug 17931760 - spurious timeout leads to mayhemChristopher Tate2014-10-091-0/+5
* Actually tell the widget service that restore is startingChristopher Tate2014-10-081-0/+5
* adb backup/restore fixesChristopher Tate2014-10-031-6/+12
* Track enable/disable of transport componentsChristopher Tate2014-09-121-31/+60
* The transport system API needs to manage binder identityChristopher Tate2014-09-031-8/+18
* Do not require device provisioning to do restore-at-installChristopher Tate2014-08-271-3/+2
* Remember having done full-data as well as key/value app backupsChristopher Tate2014-08-261-2/+4
* Merge "Fix adb backup for encrypted case" into lmp-devPaul Lawrence2014-08-231-56/+25
|\
| * Fix adb backup for encrypted casePaul Lawrence2014-08-221-56/+25
* | Implement API review feedback for JobSchedulerMatthew Williams2014-08-221-3/+1
* | Merge "Automatically bind to newly-installed backup transports" into lmp-devChristopher Tate2014-08-221-34/+58
|\ \
| * | Automatically bind to newly-installed backup transportsChristopher Tate2014-08-221-34/+58
| |/
* | Move SystemBackupAgent from services.jar to frameworks.jarBrian Carlstrom2014-08-211-185/+0
|/
* Maintain transport connection through package updatesChristopher Tate2014-08-211-21/+59
* Don't crash good-citizen restore session clientsChristopher Tate2014-08-191-0/+31
* Minor restore fixesChristopher Tate2014-08-181-5/+9
* Tighten restore-at-install behaviorChristopher Tate2014-08-151-2/+10
* Start using cancelFullBackup() when appropriateChristopher Tate2014-08-091-17/+14
* Merge "Sanity-check paths of files to be restored" into lmp-devChristopher Tate2014-08-071-0/+16
|\
| * Sanity-check paths of files to be restoredChristopher Tate2014-08-041-0/+16
* | Add event logs for full backup/restore milestonesChristopher Tate2014-08-061-2/+24
* | Ensure backup schedule file is closed.Michael Wright2014-08-051-3/+10
|/
* Make archive metadata idempotentChristopher Tate2014-07-291-0/+11
* Provide outside-facing API for data management intent+labelChristopher Tate2014-07-281-0/+44
* Schedule full backupsChristopher Tate2014-07-282-94/+534
* A couple of restore fixes:Christopher Tate2014-07-241-8/+3
* Handle single-package restores properlyChristopher Tate2014-07-221-41/+48
* Always check restore against the latest backend metadataChristopher Tate2014-07-222-182/+70
* Tear down agents properly at EOD in full restoreChristopher Tate2014-07-171-1/+18
* Properly end full restore attempt if getNextFullRestoreDataChunk() failsChristopher Tate2014-07-171-0/+1
* Add BackupAgent.onRestoreFinished() callbackChristopher Tate2014-07-171-19/+93
* Always call finishBackup() if performFullBackup() succeededChristopher Tate2014-07-161-7/+18
* Add Context.getNoBackupFilesDir()Christopher Tate2014-07-141-3/+33
* Fix NPE in platform restoreChristopher Tate2014-07-081-3/+3
* Change new file installs to be cluster-based!Jeff Sharkey2014-07-081-1/+2
* Refactor restore to deal with heterogeneous datasetsChristopher Tate2014-06-302-421/+2229
* Tweak restore APIChristopher Tate2014-06-171-2/+7
* Implement full data backup through transportChristopher Tate2014-06-151-330/+603
* Add full-backup stream API to BackupTransportChristopher Tate2014-06-021-39/+39
* Move internal libcore.os users over to android.system.Elliott Hughes2014-04-281-4/+3
* Don't crash on null installer package bookkeeping.Christopher Tate2014-04-081-1/+1
* Back up the preferred home app, if anyChristopher Tate2014-04-042-10/+120
* Rejigger the invalid-key checks at backup timeChristopher Tate2014-04-011-4/+46
* App widget backup/restore infrastructureChristopher Tate2014-03-201-91/+390