index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
app
/
backup
/
FullBackup.java
Age
Commit message (
Expand
)
Author
2021-08-06
Handle empty <cloud-backup> section in android:dataExtractionRules
Ruslan Tkhakokhov
2021-04-30
Make changes guarding the new opt-out scheme overridable
Ruslan Tkhakokhov
2021-03-03
Support disableIfNoEncryptionCapabilities attribute
Ruslan Tkhakokhov
2021-03-01
Update D2D logic in line with new opt-out rules
Ruslan Tkhakokhov
2021-02-24
Parse include / exclude config specified by dataExtractionRules
Ruslan Tkhakokhov
2021-02-14
Make FullBackup::BackupScheme aware of operation type
Ruslan Tkhakokhov
2021-02-04
Refactor XML config parsing
Ruslan Tkhakokhov
2020-10-30
Remove maxTargetSdk from APIs used by backup
Adam Wright
2020-10-29
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-28
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2018-08-14
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-03-28
Add autobackup XML support for test BackupTransport flag
Robert Berry
2018-02-22
Extend XML parser to allow optional requiredFlags attribute
Michal Karpinski
2018-02-21
Revert "Extend XML parser to allow optional requiredFlags attribute"
Maurice Lam
2018-02-20
Extend XML parser to allow optional requiredFlags attribute
Michal Karpinski
2017-03-24
Add support for key-value packages to adb backup/restore.
Johan Toras Halseth
2016-08-04
Fix "adb backup -shared"
Christopher Tate
2016-03-17
Refactoring FBE APIs based on council feedback.
Jeff Sharkey
2016-02-18
Make BackupManager encryption aware.
Jeff Sharkey
2015-08-21
[Backup] Special handling for sharedpref files in backup config
Dmitry Polukhin
2015-05-03
Add full backup criteria to android manifest
Matthew Williams
2015-03-26
Add payload-size preflight stage to full transport backup
Christopher Tate
2014-07-14
Add Context.getNoBackupFilesDir()
Christopher Tate
2014-04-28
resolved conflicts for merge of 3ce4f3d0 to master
Elliott Hughes
2014-04-28
Track libcore.os' move to android.system.
Elliott Hughes
2013-11-20
Remove unused imports from frameworks/base.
John Spurlock
2013-03-08
DO NOT MERGE - Full backup/restore now handles OBBs sensibly
Christopher Tate
2013-03-07
Full backup/restore now handles OBBs sensibly
Christopher Tate
2013-02-14
Full backup now saves getExternalFilesDir() content with the app data
Christopher Tate
2012-09-27
Full (local) restore security changes
Christopher Tate
2011-07-06
Make full backup API available to apps
Christopher Tate
2011-06-07
Implement shared-storage full backup/restore
Christopher Tate
2011-06-01
Restore from a previous full backup's tarfile
Christopher Tate
2011-05-10
Full local backup infrastructure
Christopher Tate