summaryrefslogtreecommitdiff
path: root/core/java/android/app/backup/FullBackup.java
Commit message (Expand)AuthorAgeFilesLines
* Handle empty <cloud-backup> section in android:dataExtractionRulesRuslan Tkhakokhov2021-08-061-6/+16
* Make changes guarding the new opt-out scheme overridableRuslan Tkhakokhov2021-04-301-0/+2
* Support disableIfNoEncryptionCapabilities attributeRuslan Tkhakokhov2021-03-031-1/+69
* Update D2D logic in line with new opt-out rulesRuslan Tkhakokhov2021-03-011-1/+16
* Parse include / exclude config specified by dataExtractionRulesRuslan Tkhakokhov2021-02-241-18/+100
* Make FullBackup::BackupScheme aware of operation typeRuslan Tkhakokhov2021-02-141-8/+48
* Refactor XML config parsingRuslan Tkhakokhov2021-02-041-11/+44
* Remove maxTargetSdk from APIs used by backupAdam Wright2020-10-301-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+2
* Add autobackup XML support for test BackupTransport flagRobert Berry2018-03-281-0/+4
* Extend XML parser to allow optional requiredFlags attributeMichal Karpinski2018-02-221-51/+138
* Revert "Extend XML parser to allow optional requiredFlags attribute"Maurice Lam2018-02-211-138/+51
* Extend XML parser to allow optional requiredFlags attributeMichal Karpinski2018-02-201-51/+138
* Add support for key-value packages to adb backup/restore.Johan Toras Halseth2017-03-241-0/+1
* Fix "adb backup -shared"Christopher Tate2016-08-041-1/+33
* Refactoring FBE APIs based on council feedback.Jeff Sharkey2016-03-171-5/+4
* Make BackupManager encryption aware.Jeff Sharkey2016-02-181-13/+78
* [Backup] Special handling for sharedpref files in backup configDmitry Polukhin2015-08-211-1/+13
* Add full backup criteria to android manifestMatthew Williams2015-05-031-1/+400
* Add payload-size preflight stage to full transport backupChristopher Tate2015-03-261-1/+1
* Add Context.getNoBackupFilesDir()Christopher Tate2014-07-141-0/+1
* resolved conflicts for merge of 3ce4f3d0 to masterElliott Hughes2014-04-281-4/+3
|\
| * Track libcore.os' move to android.system.Elliott Hughes2014-04-281-4/+3
| * DO NOT MERGE - Full backup/restore now handles OBBs sensiblyChristopher Tate2013-03-081-1/+1
* | Remove unused imports from frameworks/base.John Spurlock2013-11-201-3/+0
* | Full backup/restore now handles OBBs sensiblyChristopher Tate2013-03-071-1/+1
|/
* Full backup now saves getExternalFilesDir() content with the app dataChristopher Tate2013-02-141-0/+1
* Full (local) restore security changesChristopher Tate2012-09-271-5/+8
* Make full backup API available to appsChristopher Tate2011-07-061-11/+38
* Implement shared-storage full backup/restoreChristopher Tate2011-06-071-3/+4
* Restore from a previous full backup's tarfileChristopher Tate2011-06-011-11/+99
* Full local backup infrastructureChristopher Tate2011-05-101-0/+40