| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up obsolete pending timeout after restoring package metadata | Christopher Tate | 2015-07-07 | 1 | -1/+4 |
* | Fix dispatch of onRestoreFinished() | Christopher Tate | 2015-06-30 | 1 | -38/+40 |
* | Don't run backups in battery-saver mode | Christopher Tate | 2015-06-05 | 1 | -11/+26 |
* | Adjust key/value backup scheduling | Christopher Tate | 2015-05-30 | 1 | -6/+8 |
* | Don't erase backup metadata when an app is uninstalled | Christopher Tate | 2015-05-27 | 2 | -77/+101 |
* | Scan at boot time to detect newly-present full backup candidates | Christopher Tate | 2015-05-21 | 1 | -66/+99 |
* | Rebind backup transports only when clearly needed | Christopher Tate | 2015-05-19 | 1 | -11/+51 |
* | Fix requestRestore() of an app's own package | Christopher Tate | 2015-05-06 | 1 | -34/+37 |
* | Add full backup criteria to android manifest | Matthew Williams | 2015-05-03 | 1 | -1/+1 |
* | Add system API for querying the available restore dataset for a package | Christopher Tate | 2015-04-09 | 2 | -1/+10 |
* | Back up / restore preferred app configuration | Christopher Tate | 2015-04-06 | 1 | -0/+1 |
* | Fixes to full-backup scheduling edge cases | Christopher Tate | 2015-03-30 | 2 | -37/+81 |
* | Respect the transport's requestFullBackupTime() backoff | Christopher Tate | 2015-03-27 | 1 | -8/+25 |
* | Add payload-size preflight stage to full transport backup | Christopher Tate | 2015-03-26 | 2 | -68/+161 |
* | Switch to new userActivity and package install APIs | Christopher Tate | 2015-03-24 | 1 | -15/+23 |
* | Don't run full backups until package metadata has been pushed | Christopher Tate | 2015-03-12 | 1 | -0/+10 |
* | Don't run full backups on stopped packages | Christopher Tate | 2015-03-11 | 1 | -0/+8 |
* | Don't enqueue allowBackup=false apps for full backup attempts | Christopher Tate | 2015-03-05 | 1 | -9/+38 |
* | Use scheduled job rather than periodic alarms for key/value backups | Christopher Tate | 2015-03-02 | 2 | -49/+148 |
* | Merge "Don't crash when backup timeout races with agent completion" | Christopher Tate | 2015-02-25 | 1 | -1/+16 |
|\ |
|
| * | Don't crash when backup timeout races with agent completion | Christopher Tate | 2015-02-24 | 1 | -1/+16 |
* | | Check DUMP permission in the backup service trampoline | Christopher Tate | 2015-02-24 | 1 | -0/+2 |
|/ |
|
* | resolved conflicts for merge of 517e0274 to lmp-mr1-dev-plus-aosp | Alex Klyubin | 2015-02-11 | 1 | -2/+3 |
|\ |
|
| * | Move hidden ApplicationInfo flags into a separate field. | Alex Klyubin | 2015-02-11 | 1 | -2/+3 |
* | | Don't run full-data backups when backup is disabled | Christopher Tate | 2015-01-29 | 1 | -0/+22 |
* | | Don't write widget metadata to backup unless it's new/changed | Christopher Tate | 2015-01-15 | 1 | -11/+80 |
* | | Support single-package backup rejection by the transport | Christopher Tate | 2015-01-06 | 1 | -9/+20 |
* | | Remove the "backup_data_changed" event log | Christopher Tate | 2015-01-05 | 1 | -2/+0 |
* | | Correctly parse previous PMBA state during backup | Christopher Tate | 2014-12-04 | 1 | -1/+2 |
* | | Don't crash if a system restore fails before constructing the PMBA | Christopher Tate | 2014-12-01 | 1 | -1/+1 |
* | | Adding method to query backup manager service activity status | Zoltan Szatmary-Ban | 2014-11-12 | 1 | -1/+16 |
* | | Enable runtime turndown of backup/restore services | Christopher Tate | 2014-11-07 | 3 | -20/+348 |
|/ |
|
* | Eliminate race condition around backup completion + resumption | Christopher Tate | 2014-10-16 | 1 | -1/+4 |
* | Fix spurious restore session timeouts | Christopher Tate | 2014-10-16 | 1 | -0/+15 |
* | Fix bug 17931760 - spurious timeout leads to mayhem | Christopher Tate | 2014-10-09 | 1 | -0/+5 |
* | Actually tell the widget service that restore is starting | Christopher Tate | 2014-10-08 | 1 | -0/+5 |
* | adb backup/restore fixes | Christopher Tate | 2014-10-03 | 1 | -6/+12 |
* | Track enable/disable of transport components | Christopher Tate | 2014-09-12 | 1 | -31/+60 |
* | The transport system API needs to manage binder identity | Christopher Tate | 2014-09-03 | 1 | -8/+18 |
* | Do not require device provisioning to do restore-at-install | Christopher Tate | 2014-08-27 | 1 | -3/+2 |
* | Remember having done full-data as well as key/value app backups | Christopher Tate | 2014-08-26 | 1 | -2/+4 |
* | Merge "Fix adb backup for encrypted case" into lmp-dev | Paul Lawrence | 2014-08-23 | 1 | -56/+25 |
|\ |
|
| * | Fix adb backup for encrypted case | Paul Lawrence | 2014-08-22 | 1 | -56/+25 |
* | | Implement API review feedback for JobScheduler | Matthew Williams | 2014-08-22 | 1 | -3/+1 |
* | | Merge "Automatically bind to newly-installed backup transports" into lmp-dev | Christopher Tate | 2014-08-22 | 1 | -34/+58 |
|\ \ |
|
| * | | Automatically bind to newly-installed backup transports | Christopher Tate | 2014-08-22 | 1 | -34/+58 |
| |/ |
|
* | | Move SystemBackupAgent from services.jar to frameworks.jar | Brian Carlstrom | 2014-08-21 | 1 | -185/+0 |
|/ |
|
* | Maintain transport connection through package updates | Christopher Tate | 2014-08-21 | 1 | -21/+59 |
* | Don't crash good-citizen restore session clients | Christopher Tate | 2014-08-19 | 1 | -0/+31 |
* | Minor restore fixes | Christopher Tate | 2014-08-18 | 1 | -5/+9 |