summaryrefslogtreecommitdiff
path: root/core/java/android/app/backup/BackupAgent.java
AgeCommit message (Expand)Author
2021-04-20Add @IntDef for backup transport flagsRuslan Tkhakokhov
2021-04-08[FSD2D] Remove left-over code from proof-of-conceptRuslan Tkhakokhov
2021-03-03Support disableIfNoEncryptionCapabilities attributeRuslan Tkhakokhov
2021-03-01Update D2D logic in line with new opt-out rulesRuslan Tkhakokhov
2021-02-14Make FullBackup::BackupScheme aware of operation typeRuslan Tkhakokhov
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2020-10-07Tighten up Binder.clearCallingIdentity() usage.Jeff Sharkey
2020-10-06Tighten up Binder.clearCallingIdentity() usage.Jeff Sharkey
2020-08-11[FSD2D]: Ignore eligiblity checks in BackupAgentRuslan Tkhakokhov
2020-08-07Merge changes from topic "fsd2d-backup-agent"Ruslan Tkhakokhov
2020-08-06[FSD2D] Pass @OperationType at agent creation in B&R codeRuslan Tkhakokhov
2020-07-29Update language to comply with Android's inclusive language guidanceJoël Stemmer
2019-12-11Pass excluded keys to the backup agent in onRestoreRuslan Tkhakokhov
2019-01-23[Multi-user] Verfiy full backup/restore flowRuslan Tkhakokhov
2018-10-15Add onCreate method to SystemBackup agent that receives UserHandle.Stefanot
2018-09-03Use RemoteCall for quota exceeded in backupsBernardo Rufino
2018-08-31[KV] Consider throwing BackupAgent a failureBernardo Rufino
2018-07-30[KV] State machine to linear task w/ RemoteCallBernardo Rufino
2018-06-29Fix file matching w/ full-backup rules xmlBernardo Rufino
2018-06-01Fix broken links in @see tags in framework docs.Aurimas Liutikas
2018-04-11Revert "Update docs to match encryption requirements"Colin Cross
2018-04-03Update docs to match encryption requirementsRobert 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
2018-02-16Add local transport parameters for transport flags GTS testBernardo Rufino
2018-01-25Add flag indicating transport is device-to-device transferRobert Berry
2018-01-25Add #getTransportFlags to BackupDataOutputRobert Berry
2017-12-04Add major version code to platform.Dianne Hackborn
2017-08-09Add "Threading" section to BackupAgent's class level javadocMichal Karpinski
2017-05-30Refresh in-memory SharedPreferences instances after restoreChristopher Tate
2017-04-27API: make "what's the quota?" an operation on the backup data sinksChristopher Tate
2017-02-10BackupAgent#getBackupQuota() APIShreyas Basarge
2017-01-25Fix @links in reference docs.Elliot Waite
2016-10-13Only full-data back up regular files + directoriesChristopher Tate
2016-09-30Explicitly close FD binder parameters in backup/restore API callsChristopher Tate
2016-05-05Correct docs about what is ignored in full-data backupChristopher Tate
2016-04-04API feedback: clarify onQuotaExceeded() documentationChristopher Tate
2016-03-17Refactoring FBE APIs based on council feedback.Jeff Sharkey
2016-02-18Make BackupManager encryption aware.Jeff Sharkey
2016-01-22Quota exceeded API in BackupAgentSergey Poromov
2015-09-24Fix symlink handling during backupChristopher Tate
2015-08-06Correctly skip files that are excluded from restoreMatthew Williams
2015-05-03Add full backup criteria to android manifestMatthew Williams
2015-04-15Remember to skip the no-backup dir during recursionsChristopher Tate
2015-03-26Add payload-size preflight stage to full transport backupChristopher Tate
2015-03-05Don't back up / restore the code_cache/ directoryChristopher Tate
2014-12-13Turn debug flag offAlan Jeon
2014-07-17Add BackupAgent.onRestoreFinished() callbackChristopher Tate
2014-07-14Add Context.getNoBackupFilesDir()Christopher Tate