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
*
Fix security hole in Google backup transport registration
Christopher Tate
2010-04-21
1
-4
/
+19
*
Fix 'dumpsys backup'
Christopher Tate
2010-04-04
1
-2
/
+4
*
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
*
Add 'restoreAnyVersion' attr for apps that want to restore "future" data
Christopher Tate
2010-02-24
1
-7
/
+20
*
Automatically restore app data at install time
Christopher Tate
2010-02-19
1
-33
/
+87
*
Tone down a non-error log message about lack of ancestral dataset tracking
Christopher Tate
2010-02-17
1
-0
/
+4
*
API CHANGE: expose backup/restore to the SDK
Christopher Tate
2010-02-16
1
-8
/
+0
*
Remove BACKUP_DATA permission and associated checks
Christopher Tate
2010-02-12
1
-18
/
+1
*
Remember which apps have available restore info in the ancestral dataset
Christopher Tate
2010-02-08
1
-6
/
+49
*
Rename media resource broadcasts
Suchi Amalapurapu
2010-02-08
1
-4
/
+4
*
Don't hold the backup queue lock across a backup operation
Christopher Tate
2010-02-05
1
-11
/
+16
*
Add single-package restore from an app's most-recent data
Christopher Tate
2010-02-04
1
-9
/
+123
*
Add auto-restore setting and Backup Manager awareness thereof
Christopher Tate
2010-02-03
1
-0
/
+17
*
Apps on sdcard: Add new broadcasts
Suchi Amalapurapu
2010-02-02
1
-20
/
+43
*
Get rid of now-superfluous "backup or restore in progress" tracking
Christopher Tate
2010-02-02
1
-45
/
+8
*
Don't crash on transport unregistration if there is no current transport
Christopher Tate
2010-01-29
1
-1
/
+1
*
Make backup/restore asynchronous and enforce timeouts
Christopher Tate
2010-01-29
1
-106
/
+207
*
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
[next]