summaryrefslogtreecommitdiff
path: root/core/java/android/app/backup/FullBackup.java
AgeCommit message (Expand)Author
2021-08-06Handle empty <cloud-backup> section in android:dataExtractionRulesRuslan Tkhakokhov
2021-04-30Make changes guarding the new opt-out scheme overridableRuslan Tkhakokhov
2021-03-03Support disableIfNoEncryptionCapabilities attributeRuslan Tkhakokhov
2021-03-01Update D2D logic in line with new opt-out rulesRuslan Tkhakokhov
2021-02-24Parse include / exclude config specified by dataExtractionRulesRuslan Tkhakokhov
2021-02-14Make FullBackup::BackupScheme aware of operation typeRuslan Tkhakokhov
2021-02-04Refactor XML config parsingRuslan Tkhakokhov
2020-10-30Remove maxTargetSdk from APIs used by backupAdam Wright
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2018-03-28Add autobackup XML support for test BackupTransport flagRobert Berry
2018-02-22Extend XML parser to allow optional requiredFlags attributeMichal Karpinski
2018-02-21Revert "Extend XML parser to allow optional requiredFlags attribute"Maurice Lam
2018-02-20Extend XML parser to allow optional requiredFlags attributeMichal Karpinski
2017-03-24Add support for key-value packages to adb backup/restore.Johan Toras Halseth
2016-08-04Fix "adb backup -shared"Christopher Tate
2016-03-17Refactoring FBE APIs based on council feedback.Jeff Sharkey
2016-02-18Make BackupManager encryption aware.Jeff Sharkey
2015-08-21[Backup] Special handling for sharedpref files in backup configDmitry Polukhin
2015-05-03Add full backup criteria to android manifestMatthew Williams
2015-03-26Add payload-size preflight stage to full transport backupChristopher Tate
2014-07-14Add Context.getNoBackupFilesDir()Christopher Tate
2014-04-28resolved conflicts for merge of 3ce4f3d0 to masterElliott Hughes
2014-04-28Track libcore.os' move to android.system.Elliott Hughes
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2013-03-08DO NOT MERGE - Full backup/restore now handles OBBs sensiblyChristopher Tate
2013-03-07Full backup/restore now handles OBBs sensiblyChristopher Tate
2013-02-14Full backup now saves getExternalFilesDir() content with the app dataChristopher Tate
2012-09-27Full (local) restore security changesChristopher Tate
2011-07-06Make full backup API available to appsChristopher Tate
2011-06-07Implement shared-storage full backup/restoreChristopher Tate
2011-06-01Restore from a previous full backup's tarfileChristopher Tate
2011-05-10Full local backup infrastructureChristopher Tate