summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/backup
Commit message (Expand)AuthorAgeFilesLines
* Compress the preferred-app backup payloadsChristopher Tate2015-04-211-1/+1
* Infrastructure for notification backup/restoreChristopher Tate2015-04-201-0/+296
* Remember to skip the no-backup dir during recursionsChristopher Tate2015-04-151-0/+2
* Avoid zero-payload backups in local transportChristopher Tate2015-04-131-0/+7
* Add system API for querying the available restore dataset for a packageChristopher Tate2015-04-092-0/+39
* Back up / restore preferred app configurationChristopher Tate2015-04-062-1/+17
* Add payload-size preflight stage to full transport backupChristopher Tate2015-03-265-18/+92
* Don't back up / restore the code_cache/ directoryChristopher Tate2015-03-051-2/+9
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-2/+0
* am 9568307c: am 43a4a8c7: Fix redundant file backupsChristopher Tate2015-01-151-1/+0
|\
| * Fix redundant file backupsChristopher Tate2015-01-141-1/+0
* | am 413ec4a6: am bee49807: Merge "Support single-package backup rejection by t...Christopher Tate2015-01-071-2/+5
|\ \ | |/
| * Support single-package backup rejection by the transportChristopher Tate2015-01-061-2/+5
* | am 15626d3a: am b32a33ce: Merge "Turn debug flag off"Christopher Tate2014-12-161-1/+1
|\ \ | |/ |/|
| * Turn debug flag offAlan Jeon2014-12-131-1/+1
* | Adjust wallpaper-restore acceptance criteriaChristopher Tate2014-12-031-3/+6
* | Merge "Adding method to query backup manager service activity status" into lm...Zoltan Szatmary-Ban2014-11-211-0/+7
|\ \
| * | Adding method to query backup manager service activity statusZoltan Szatmary-Ban2014-11-121-0/+7
* | | Recents backup helperChristopher Tate2014-11-201-0/+114
|/ /
* | Enable runtime turndown of backup/restore servicesChristopher Tate2014-11-071-0/+12
|/
* Tweak wallpaper restore rejection thresholdChristopher Tate2014-10-101-2/+12
* Turn on dimension validation in wallpaper restoreChristopher Tate2014-10-081-1/+1
* Accept any restored wallpaperChristopher Tate2014-10-061-20/+34
* Tweak wallpaper restore acceptance heuristicsChristopher Tate2014-10-021-20/+20
* Fix BackupManager.isBackupEnabled()Christopher Tate2014-09-091-0/+1
* Correct misleading javadoc for BackupHelperChristopher Tate2014-08-271-4/+3
* Briefly log wallpaper restore outcomesChristopher Tate2014-08-261-2/+2
* Expose system apis for backup transport migrationarete2014-08-183-2/+9
* Tighten restore-at-install behaviorChristopher Tate2014-08-151-0/+22
* Start using cancelFullBackup() when appropriateChristopher Tate2014-08-091-0/+5
* A little more system API in RestoreSetObserverChristopher Tate2014-08-081-0/+3
* API to tell the transport to cancel a full backup in progressChristopher Tate2014-08-071-0/+19
* Mark beginRestoreSession() as system APIChristopher Tate2014-08-071-2/+3
* Reify the transport lookup/selection APIChristopher Tate2014-08-075-3/+145
* Provide outside-facing API for data management intent+labelChristopher Tate2014-07-281-0/+12
* Add data-management intent + label to BackupTransport APIChristopher Tate2014-07-281-3/+50
* Add BackupAgent.onRestoreFinished() callbackChristopher Tate2014-07-171-3/+34
* Always call finishBackup() if performFullBackup() succeededChristopher Tate2014-07-161-0/+4
* Add Context.getNoBackupFilesDir()Christopher Tate2014-07-142-4/+43
* Refactor restore to deal with heterogeneous datasetsChristopher Tate2014-06-302-0/+15
* Adjust full restore APIChristopher Tate2014-06-191-10/+23
* Tweak restore APIChristopher Tate2014-06-173-35/+182
* Implement full data backup through transportChristopher Tate2014-06-152-1/+76
* Finish migration of backup transport constantsChristopher Tate2014-06-021-2/+2
* Add full-backup stream API to BackupTransportChristopher Tate2014-06-021-47/+128
* Provide stable concrete wrapper for backup transport APIChristopher Tate2014-05-291-0/+334
* resolved conflicts for merge of 3ce4f3d0 to masterElliott Hughes2014-04-282-12/+10
|\
| * am 685a0a72: am bbd87eb9: Merge "Track libcore.os\' move to android.system."Elliott Hughes2014-04-282-12/+10
| |\
| | * Track libcore.os' move to android.system.Elliott Hughes2014-04-282-12/+10
* | | Rejigger the invalid-key checks at backup timeChristopher Tate2014-04-012-10/+27