index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
app
/
backup
/
BackupTransport.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make BackupTransport more resilient
Ruslan Tkhakokhov
2022-05-11
1
-55
/
+163
*
Make IBackupTransport AIDL async
Ruslan Tkhakokhov
2021-12-19
1
-55
/
+104
*
Add "No New Data" flag for Key/Value Backups
Al Sutton
2020-01-14
1
-1
/
+11
*
API Review: Make dataManagementLabel a CharSequence
Annie Meng
2019-03-20
1
-7
/
+25
*
Move transport constant to BackupTransport API
Annie Meng
2018-02-27
1
-0
/
+7
*
Add #getTransportFlags to BackupDataOutput
Robert Berry
2018-01-25
1
-0
/
+14
*
Remove @hide from incremental flags & return code.
Oscar Key
2018-01-24
1
-4
/
+2
*
Let the transport ask for non-incremental backup.
Oscar Key
2018-01-23
1
-3
/
+26
*
Add FLAG_INCREMENTAL and FLAG_NON_INCREMENTAL to performBackup().
Oscar Key
2018-01-15
1
-1
/
+23
*
Fix BackupTransport#getBackupQuota() javadoc.
Sergey Poromov
2016-02-16
1
-1
/
+1
*
Quota exceeded API in BackupAgent
Sergey Poromov
2016-01-22
1
-0
/
+18
*
Add BackupManager#isAppEligibleForBackup() method to Backup API.
Sergey Poromov
2016-01-21
1
-0
/
+18
*
Introduce BackupManager#requestBackup & BackupObserver API
Sergey Poromov
2016-01-21
1
-9
/
+29
*
Change MNC codename to just M.
Dianne Hackborn
2015-07-29
1
-1
/
+1
*
Clarify docs for BackupTransport.initializeDevice()
Christopher Tate
2015-05-14
1
-1
/
+10
*
Avoid zero-payload backups in local transport
Christopher Tate
2015-04-13
1
-0
/
+7
*
Back up / restore preferred app configuration
Christopher Tate
2015-04-06
1
-1
/
+1
*
Add payload-size preflight stage to full transport backup
Christopher Tate
2015-03-26
1
-0
/
+25
*
Support single-package backup rejection by the transport
Christopher Tate
2015-01-06
1
-2
/
+5
*
Expose system apis for backup transport migration
arete
2014-08-18
1
-1
/
+1
*
Start using cancelFullBackup() when appropriate
Christopher Tate
2014-08-09
1
-0
/
+5
*
API to tell the transport to cancel a full backup in progress
Christopher Tate
2014-08-07
1
-0
/
+19
*
Reify the transport lookup/selection API
Christopher Tate
2014-08-07
1
-0
/
+2
*
Add data-management intent + label to BackupTransport API
Christopher Tate
2014-07-28
1
-3
/
+50
*
Always call finishBackup() if performFullBackup() succeeded
Christopher Tate
2014-07-16
1
-0
/
+4
*
Refactor restore to deal with heterogeneous datasets
Christopher Tate
2014-06-30
1
-0
/
+8
*
Adjust full restore API
Christopher Tate
2014-06-19
1
-10
/
+23
*
Tweak restore API
Christopher Tate
2014-06-17
1
-35
/
+62
*
Implement full data backup through transport
Christopher Tate
2014-06-15
1
-0
/
+67
*
Finish migration of backup transport constants
Christopher Tate
2014-06-02
1
-2
/
+2
*
Add full-backup stream API to BackupTransport
Christopher Tate
2014-06-02
1
-47
/
+128
*
Provide stable concrete wrapper for backup transport API
Christopher Tate
2014-05-29
1
-0
/
+334