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
/
BackupAgent.java
Age
Commit message (
Expand
)
Author
2021-04-20
Add @IntDef for backup transport flags
Ruslan Tkhakokhov
2021-04-08
[FSD2D] Remove left-over code from proof-of-concept
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-14
Make FullBackup::BackupScheme aware of operation type
Ruslan Tkhakokhov
2020-10-15
Add @Nullable annotation to the parameter of Object.equals() methods.
Roman Kalukiewicz
2020-10-07
Tighten up Binder.clearCallingIdentity() usage.
Jeff Sharkey
2020-10-06
Tighten up Binder.clearCallingIdentity() usage.
Jeff Sharkey
2020-08-11
[FSD2D]: Ignore eligiblity checks in BackupAgent
Ruslan Tkhakokhov
2020-08-07
Merge changes from topic "fsd2d-backup-agent"
Ruslan Tkhakokhov
2020-08-06
[FSD2D] Pass @OperationType at agent creation in B&R code
Ruslan Tkhakokhov
2020-07-29
Update language to comply with Android's inclusive language guidance
Joël Stemmer
2019-12-11
Pass excluded keys to the backup agent in onRestore
Ruslan Tkhakokhov
2019-01-23
[Multi-user] Verfiy full backup/restore flow
Ruslan Tkhakokhov
2018-10-15
Add onCreate method to SystemBackup agent that receives UserHandle.
Stefanot
2018-09-03
Use RemoteCall for quota exceeded in backups
Bernardo Rufino
2018-08-31
[KV] Consider throwing BackupAgent a failure
Bernardo Rufino
2018-07-30
[KV] State machine to linear task w/ RemoteCall
Bernardo Rufino
2018-06-29
Fix file matching w/ full-backup rules xml
Bernardo Rufino
2018-06-01
Fix broken links in @see tags in framework docs.
Aurimas Liutikas
2018-04-11
Revert "Update docs to match encryption requirements"
Colin Cross
2018-04-03
Update docs to match encryption requirements
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
2018-02-16
Add local transport parameters for transport flags GTS test
Bernardo Rufino
2018-01-25
Add flag indicating transport is device-to-device transfer
Robert Berry
2018-01-25
Add #getTransportFlags to BackupDataOutput
Robert Berry
2017-12-04
Add major version code to platform.
Dianne Hackborn
2017-08-09
Add "Threading" section to BackupAgent's class level javadoc
Michal Karpinski
2017-05-30
Refresh in-memory SharedPreferences instances after restore
Christopher Tate
2017-04-27
API: make "what's the quota?" an operation on the backup data sinks
Christopher Tate
2017-02-10
BackupAgent#getBackupQuota() API
Shreyas Basarge
2017-01-25
Fix @links in reference docs.
Elliot Waite
2016-10-13
Only full-data back up regular files + directories
Christopher Tate
2016-09-30
Explicitly close FD binder parameters in backup/restore API calls
Christopher Tate
2016-05-05
Correct docs about what is ignored in full-data backup
Christopher Tate
2016-04-04
API feedback: clarify onQuotaExceeded() documentation
Christopher Tate
2016-03-17
Refactoring FBE APIs based on council feedback.
Jeff Sharkey
2016-02-18
Make BackupManager encryption aware.
Jeff Sharkey
2016-01-22
Quota exceeded API in BackupAgent
Sergey Poromov
2015-09-24
Fix symlink handling during backup
Christopher Tate
2015-08-06
Correctly skip files that are excluded from restore
Matthew Williams
2015-05-03
Add full backup criteria to android manifest
Matthew Williams
2015-04-15
Remember to skip the no-backup dir during recursions
Christopher Tate
2015-03-26
Add payload-size preflight stage to full transport backup
Christopher Tate
2015-03-05
Don't back up / restore the code_cache/ directory
Christopher Tate
2014-12-13
Turn debug flag off
Alan Jeon
2014-07-17
Add BackupAgent.onRestoreFinished() callback
Christopher Tate
2014-07-14
Add Context.getNoBackupFilesDir()
Christopher Tate
[next]