summaryrefslogtreecommitdiffstats
path: root/services/backup
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix build. Silly gits.Christopher Tate2014-03-051-20/+0
* am 777b8a80: am 422b2656: resolved conflicts for merge of c45ff35f to klp-mod...Christopher Tate2014-03-051-0/+20
* Don't hang installs if the transport disappearsChristopher Tate2014-03-031-10/+19
* Fix build.Narayan Kamath2014-02-111-0/+1
* am 25df673b: am 1b51c9cb: Merge "Make SystemService constructor take a Contex...Jeff Brown2014-02-112-36/+14
|\
| * Make SystemService constructor take a Context.Jeff Brown2014-02-102-36/+14
* | am a5a93f55: am 7f416631: Merge "Check feature bits before loading optional s...Adam Lesinski2014-02-062-11/+12
|\ \ | |/
| * Check feature bits before loading optional servicesAdam Lesinski2014-02-052-11/+12