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
*
Move towards a formal public API for backup and restore
Christopher Tate
2010-01-25
1
-4
/
+4
*
Don't crash the system process when a backup transport unregisters
Christopher Tate
2009-12-22
1
-2
/
+12
*
resolved conflicts for merge of 5a2fdbba to master
Doug Zongker
2009-12-07
1
-48
/
+32
|
\
|
*
move event log tags used by system server into this package
Doug Zongker
2009-12-04
1
-48
/
+32
*
|
Encrypted File Systems Project. Installer modifications.
Oscar Montemayor
2009-11-24
1
-12
/
+12
|
/
*
Fix #2176803 - restores from userdebug to user builds not working
Christopher Tate
2009-11-04
1
-2
/
+13
*
Use setRepeating() rather than setInexactRepeating() for backup scheduling,
Dan Egnor
2009-10-30
1
-3
/
+13
*
Turn off the last of the STOPSHIP verbose debugging
Christopher Tate
2009-09-30
1
-3
/
+3
*
Only re-initialize backup state if @pm@ metadata is missing,
Dan Egnor
2009-09-30
1
-180
/
+147
*
Better event log tracking for initializeDevice() requests --
Dan Egnor
2009-09-29
1
-23
/
+23
*
Add more useful-for-debug info to 'dumpsys backup'
Christopher Tate
2009-09-29
1
-5
/
+26
*
Don't forget to clear "backup in progress" state when finishing a pass
Christopher Tate
2009-09-27
1
-0
/
+9
*
Disallow concurrent backups; consult transport requestBackupTime()
Christopher Tate
2009-09-24
1
-14
/
+44
*
Clear the device's data from the transport when backup is disabled
Christopher Tate
2009-09-24
1
-18
/
+236
*
If backup fails, reenqueue all of the affected packages for next time.
Christopher Tate
2009-09-22
1
-6
/
+25
*
Add parameter for the restore set (device id) data is being restored from to ...
Dan Egnor
2009-09-22
1
-1
/
+1
*
Make IBackupTransport.finishBackup() also return an int code, since it too can
Dan Egnor
2009-09-21
1
-63
/
+70
*
Reset backup tracking in response to transport data-wipe notification
Christopher Tate
2009-09-21
1
-6
/
+70
*
Fix up the first-backup-ever tracking
Christopher Tate
2009-09-20
1
-19
/
+24
*
Add an 'init everything' operation to the first backup pass
Christopher Tate
2009-09-20
1
-3
/
+16
*
Inefficient but correct fix for 2122381: call finishBackup after every perfor...
Dan Egnor
2009-09-17
1
-1
/
+11
*
Be sure to include shared lib path info when dealing with agents
Christopher Tate
2009-09-16
1
-5
/
+15
*
Expand apps' control over the settings restore process
Christopher Tate
2009-09-01
1
-4
/
+33
*
Backup participants must now hold the BACKUP_DATA permission
Christopher Tate
2009-08-13
1
-2
/
+21
*
Don't let bmgr leave a restore session hanging on error
Christopher Tate
2009-08-11
1
-0
/
+2
*
Print restore tokens in hex
Christopher Tate
2009-08-10
1
-2
/
+3
*
Temporarily rollback a change that's causing SetupWizard failures during rest...
Amith Yamasani
2009-08-07
1
-0
/
+4
*
Clear app data via the Activity Manager, not Package Manager
Christopher Tate
2009-08-06
1
-1
/
+5
*
Correct the backup manager's identity around wakelock use
Christopher Tate
2009-08-05
1
-0
/
+4
*
Bootstrap the ever-backed-up bookkeeping properly
Christopher Tate
2009-08-04
1
-26
/
+32
*
Allow zero-length lists in EventLog entries.
Dan Egnor
2009-07-29
1
-29
/
+37
*
clean up error recovery; log events tracking backup activity
Dan Egnor
2009-07-27
1
-146
/
+188
*
Backup manager should default to not "provisioned" so backups don't start unt...
Joe Onorato
2009-07-27
1
-1
/
+1
*
Don't leave restore data lying around after the operation
Christopher Tate
2009-07-24
1
-0
/
+2
*
Need to be able to call the backup manager from the system process.
Joe Onorato
2009-07-23
1
-8
/
+8
*
Clean up when an attempted restore throws
Christopher Tate
2009-07-20
1
-0
/
+4
*
The rest of ever-backed-up tracking
Christopher Tate
2009-07-15
1
-5
/
+71
*
Ensure that everything gets backed up at least once
Christopher Tate
2009-07-15
1
-38
/
+111
*
Grant adb the BACKUP permission
Christopher Tate
2009-07-14
1
-4
/
+0
*
Don't NPE if a restore session is requested for an invalid transport
Christopher Tate
2009-07-13
1
-1
/
+3
*
Don't invoke the transport if doBackup supplied no data
Christopher Tate
2009-07-08
1
-9
/
+17
*
Remove a lot of debug-log verbosity
Christopher Tate
2009-07-07
1
-12
/
+9
*
Only write to the pending-backup journal when necessary
Christopher Tate
2009-07-07
1
-4
/
+6
*
Fix the metadata-available test during restore
Christopher Tate
2009-07-07
1
-2
/
+1
*
Make enable/provisioning of the backup service a two-step process
Christopher Tate
2009-07-06
1
-6
/
+43
*
Fix up permissions for 'dumpsys backup'
Christopher Tate
2009-07-06
1
-1
/
+6
*
Hold a wakelock during backup/restore/clear operations
Christopher Tate
2009-07-06
1
-39
/
+78
*
If we can't get the restore set's metadata, don't continue
Christopher Tate
2009-07-02
1
-0
/
+9
*
Clean up the last two literal permission string usages
Christopher Tate
2009-07-02
1
-2
/
+3
*
Add a "clear backed-up data" method to the backup mechanism
Christopher Tate
2009-07-02
1
-0
/
+95
[next]