| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'android-6.0.1_r61' into HEAD | Jessica Wagantall | 2016-08-02 | 1 | -1/+2 |
|\ |
|
| * | Don't trust callers to supply app info to bindBackupAgent() | Christopher Tate | 2016-06-24 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'remotes/android-6.0.1_r52' into HEAD | Jessica Wagantall | 2016-07-07 | 1 | -7/+26 |
|\ \
| |/ |
|
| * | Backport of backup transport whitelist | Christopher Tate | 2016-05-27 | 1 | -7/+26 |
| * | Crashing the system process is inadvisable | Christopher Tate | 2015-08-28 | 1 | -4/+6 |
* | | Stop feeding restore engine if it's already in failed state and exit. | rhed_jao | 2015-11-07 | 1 | -0/+5 |
* | | Fix deadlock between ActivityManager and BackupManager under some race condit... | lwan89x | 2015-11-07 | 1 | -7/+14 |
* | | backup: Fix the system server crash fix | myfluxi | 2015-10-27 | 1 | -1/+1 |
* | | backup: Fix a system server crash | Steve Kondik | 2015-10-27 | 1 | -0/+6 |
* | | Crashing the system process is inadvisable | Christopher Tate | 2015-08-28 | 1 | -4/+6 |
|/ |
|
* | Make sure to kill restore-at-install full-data targets after restore | Christopher Tate | 2015-08-20 | 1 | -16/+30 |
* | Clean up properly if outcall for doRestoreFinished() fails | Christopher Tate | 2015-08-17 | 1 | -2/+6 |
* | Fix issues around process teardown after full-data restore | Christopher Tate | 2015-07-29 | 1 | -2/+12 |
* | Don't redundantly call transport.finishRestore() | Christopher Tate | 2015-07-28 | 1 | -10/+2 |
* | 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 |