summaryrefslogtreecommitdiffstats
path: root/services/backup
Commit message (Expand)AuthorAgeFilesLines
* Don't run backups in battery-saver modeChristopher Tate2015-06-051-11/+26
* Adjust key/value backup schedulingChristopher Tate2015-05-301-6/+8
* Don't erase backup metadata when an app is uninstalledChristopher Tate2015-05-272-77/+101
* Scan at boot time to detect newly-present full backup candidatesChristopher Tate2015-05-211-66/+99
* Rebind backup transports only when clearly neededChristopher Tate2015-05-191-11/+51
* Fix requestRestore() of an app's own packageChristopher Tate2015-05-061-34/+37
* Add full backup criteria to android manifestMatthew Williams2015-05-031-1/+1
* Add system API for querying the available restore dataset for a packageChristopher Tate2015-04-092-1/+10
* Back up / restore preferred app configurationChristopher Tate2015-04-061-0/+1
* Fixes to full-backup scheduling edge casesChristopher Tate2015-03-302-37/+81
* Respect the transport's requestFullBackupTime() backoffChristopher Tate2015-03-271-8/+25
* Add payload-size preflight stage to full transport backupChristopher Tate2015-03-262-68/+161
* Switch to new userActivity and package install APIsChristopher Tate2015-03-241-15/+23
* Don't run full backups until package metadata has been pushedChristopher Tate2015-03-121-0/+10
* Don't run full backups on stopped packagesChristopher Tate2015-03-111-0/+8
* Don't enqueue allowBackup=false apps for full backup attemptsChristopher Tate2015-03-051-9/+38
* Use scheduled job rather than periodic alarms for key/value backupsChristopher Tate2015-03-022-49/+148
* Merge "Don't crash when backup timeout races with agent completion"Christopher Tate2015-02-251-1/+16
|\
| * Don't crash when backup timeout races with agent completionChristopher Tate2015-02-241-1/+16
* | Check DUMP permission in the backup service trampolineChristopher Tate2015-02-241-0/+2
|/
* resolved conflicts for merge of 517e0274 to lmp-mr1-dev-plus-aospAlex Klyubin2015-02-111-2/+3
|\
| * Move hidden ApplicationInfo flags into a separate field.Alex Klyubin2015-02-111-2/+3
* | Don't run full-data backups when backup is disabledChristopher Tate2015-01-291-0/+22
* | Don't write widget metadata to backup unless it's new/changedChristopher Tate2015-01-151-11/+80
* | Support single-package backup rejection by the transportChristopher Tate2015-01-061-9/+20
* | Remove the "backup_data_changed" event logChristopher Tate2015-01-051-2/+0
* | 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