summaryrefslogtreecommitdiff
path: root/core/java/android/app/backup/BackupTransport.java
Commit message (Expand)AuthorAgeFilesLines
* Make BackupTransport more resilientRuslan Tkhakokhov2022-05-111-55/+163
* Make IBackupTransport AIDL asyncRuslan Tkhakokhov2021-12-191-55/+104
* Add "No New Data" flag for Key/Value BackupsAl Sutton2020-01-141-1/+11
* API Review: Make dataManagementLabel a CharSequenceAnnie Meng2019-03-201-7/+25
* Move transport constant to BackupTransport APIAnnie Meng2018-02-271-0/+7
* Add #getTransportFlags to BackupDataOutputRobert Berry2018-01-251-0/+14
* Remove @hide from incremental flags & return code.Oscar Key2018-01-241-4/+2
* Let the transport ask for non-incremental backup.Oscar Key2018-01-231-3/+26
* Add FLAG_INCREMENTAL and FLAG_NON_INCREMENTAL to performBackup().Oscar Key2018-01-151-1/+23
* Fix BackupTransport#getBackupQuota() javadoc.Sergey Poromov2016-02-161-1/+1
* Quota exceeded API in BackupAgentSergey Poromov2016-01-221-0/+18
* Add BackupManager#isAppEligibleForBackup() method to Backup API.Sergey Poromov2016-01-211-0/+18
* Introduce BackupManager#requestBackup & BackupObserver APISergey Poromov2016-01-211-9/+29
* Change MNC codename to just M.Dianne Hackborn2015-07-291-1/+1
* Clarify docs for BackupTransport.initializeDevice()Christopher Tate2015-05-141-1/+10
* Avoid zero-payload backups in local transportChristopher Tate2015-04-131-0/+7
* Back up / restore preferred app configurationChristopher Tate2015-04-061-1/+1
* Add payload-size preflight stage to full transport backupChristopher Tate2015-03-261-0/+25
* Support single-package backup rejection by the transportChristopher Tate2015-01-061-2/+5
* Expose system apis for backup transport migrationarete2014-08-181-1/+1
* Start using cancelFullBackup() when appropriateChristopher Tate2014-08-091-0/+5
* API to tell the transport to cancel a full backup in progressChristopher Tate2014-08-071-0/+19
* Reify the transport lookup/selection APIChristopher Tate2014-08-071-0/+2
* Add data-management intent + label to BackupTransport APIChristopher Tate2014-07-281-3/+50
* Always call finishBackup() if performFullBackup() succeededChristopher Tate2014-07-161-0/+4
* Refactor restore to deal with heterogeneous datasetsChristopher Tate2014-06-301-0/+8
* Adjust full restore APIChristopher Tate2014-06-191-10/+23
* Tweak restore APIChristopher Tate2014-06-171-35/+62
* Implement full data backup through transportChristopher Tate2014-06-151-0/+67
* Finish migration of backup transport constantsChristopher Tate2014-06-021-2/+2
* Add full-backup stream API to BackupTransportChristopher Tate2014-06-021-47/+128
* Provide stable concrete wrapper for backup transport APIChristopher Tate2014-05-291-0/+334