index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
java
/
com
/
android
/
server
/
BackupManagerService.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support for compressed backups
Christopher Tate
2011-07-15
1
-5
/
+86
*
Compress the backup output stream
Christopher Tate
2011-07-13
1
-21
/
+113
*
Can now restore a subset of apps from historical dataset
Christopher Tate
2011-07-08
1
-3
/
+105
*
Make full backup API available to apps
Christopher Tate
2011-07-06
1
-24
/
+49
*
Fix handling of directory entries
Christopher Tate
2011-06-08
1
-14
/
+42
*
Fix embedded spaces in tar stream EVEN HARDER
Christopher Tate
2011-06-07
1
-2
/
+3
*
Implement shared-storage full backup/restore
Christopher Tate
2011-06-07
1
-65
/
+107
*
Respect android:allowBackup="false" during full backup & restore
Christopher Tate
2011-06-03
1
-21
/
+118
*
Restore from a previous full backup's tarfile
Christopher Tate
2011-06-01
1
-21
/
+987
*
FileOutputStream guarantees to open O_TRUNC (unless you explicitly ask otherw...
Elliott Hughes
2011-05-27
1
-3
/
+0
*
Full backup tweaks
Christopher Tate
2011-05-13
1
-7
/
+6
*
Full local backup infrastructure
Christopher Tate
2011-05-10
1
-25
/
+471
*
Fix deadlock in BackupManagerService
Christopher Tate
2011-04-04
1
-8
/
+8
*
Don't spuriously time out restore sessions
Christopher Tate
2011-03-03
1
-0
/
+4
*
Merge "Print currentDestinationString() for each backup transport" into honey...
Fabrice Di Meglio
2011-01-13
1
-3
/
+15
|
\
|
*
Print currentDestinationString() for each backup transport
Fabrice Di Meglio
2011-01-13
1
-3
/
+15
*
|
Revert "Remove the APIs for the old encryption scheme."
Jason parks
2011-01-13
1
-13
/
+8
*
|
Merge "Remove the APIs for the old encryption scheme." into honeycomb
Jason parks
2011-01-13
1
-8
/
+13
|
\
\
|
*
|
Remove the APIs for the old encryption scheme.
Jason parks
2011-01-12
1
-8
/
+13
|
|
/
*
|
Turn off debugging logspam for release
Christopher Tate
2011-01-12
1
-1
/
+1
|
/
*
Don't queue multiple pending backups for the same app
Christopher Tate
2010-12-14
1
-22
/
+43
*
Time out orphaned / unresponsive restore sessions
Christopher Tate
2010-12-13
1
-18
/
+81
*
Add a couple of transport-descriptive methods to IBackupManager
Christopher Tate
2010-12-09
1
-0
/
+49
*
Ensure that the first post-restore backup pass is correct
Chris Tate
2010-11-29
1
-10
/
+29
*
Permission fix: don't require BACKUP perm for self-restores
Chris Tate
2010-11-16
1
-9
/
+52
*
Close some things in system_server that CloseGuard found.
Brad Fitzpatrick
2010-11-15
1
-0
/
+1
*
resolved conflicts for merge of 368fdba4 to master
Brad Fitzpatrick
2010-10-21
1
-2
/
+2
|
\
|
*
Reduce logging.
Joe Onorato
2010-10-19
1
-2
/
+2
|
*
DO NOT MERGE. Turn down backup logging for release.
Chris Tate
2010-10-19
1
-1
/
+1
|
/
*
Temporarily turn on backup/restore debug logs
Chris Tate
2010-10-11
1
-1
/
+1
*
Track client requests through location manager.
Dianne Hackborn
2010-09-13
1
-1
/
+5
*
Don't block in the BackupManagerService.dataChanged() Binder call.
Brad Fitzpatrick
2010-09-07
1
-44
/
+72
*
am 5827d3ea: Merge "Properly note the current active restore set\'s token" in...
Dianne Hackborn
2010-06-24
1
-1
/
+1
|
\
|
*
Properly note the current active restore set's token
Christopher Tate
2010-06-24
1
-1
/
+1
*
|
Some ActivityThread/ActivityManager cleanup.
Dianne Hackborn
2010-06-24
1
-2
/
+2
*
|
am 7e93aad4: am 36fa4713: Merge "Fix security hole in Google backup transport...
Christopher Tate
2010-04-21
1
-4
/
+19
|
\
\
|
|
/
|
*
Fix security hole in Google backup transport registration
Christopher Tate
2010-04-21
1
-4
/
+19
*
|
am 11f759cf: am 5923c971: Fix \'dumpsys backup\'
Christopher Tate
2010-04-04
1
-2
/
+4
|
\
\
|
|
/
|
*
Fix 'dumpsys backup'
Christopher Tate
2010-04-04
1
-2
/
+4
*
|
am b3f7fe44: am 22375e4a: Merge "Make RestoreSession.getAvailableRestoreSets(...
Christopher Tate
2010-03-30
1
-10
/
+58
|
\
\
|
|
/
|
*
Make RestoreSession.getAvailableRestoreSets() asynchronous
Christopher Tate
2010-03-30
1
-10
/
+58
|
*
DO NOT MERGE
Oscar Montemayor
2010-03-29
1
-1
/
+1
|
/
*
API CHANGE: Backup/restore API changes requested by the API Council
Christopher Tate
2010-03-26
1
-1
/
+1
*
API CHANGE: expose the backup-related ApplicationInfo flag masks
Christopher Tate
2010-03-12
1
-11
/
+2
*
Refactor android.backup => android.app.backup
Christopher Tate
2010-03-05
1
-7
/
+7
*
Switch the services library to using the new Slog
Joe Onorato
2010-03-01
1
-137
/
+137
*
Add single-package restore to Bmgr feature set
Christopher Tate
2010-02-26
1
-0
/
+6
*
Default the auto-restore setting to "enabled."
Christopher Tate
2010-02-25
1
-1
/
+1
*
Fix the build
Christopher Tate
2010-02-25
1
-1
/
+1
*
Start respecting the auto-restore-at-install setting
Christopher Tate
2010-02-25
1
-3
/
+4
[next]