summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/BackupManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Fix security hole in Google backup transport registrationChristopher Tate2010-04-211-4/+19
* Fix 'dumpsys backup'Christopher Tate2010-04-041-2/+4
* Make RestoreSession.getAvailableRestoreSets() asynchronousChristopher Tate2010-03-301-10/+58
* DO NOT MERGEOscar Montemayor2010-03-291-1/+1
* API CHANGE: Backup/restore API changes requested by the API CouncilChristopher Tate2010-03-261-1/+1
* API CHANGE: expose the backup-related ApplicationInfo flag masksChristopher Tate2010-03-121-11/+2
* Refactor android.backup => android.app.backupChristopher Tate2010-03-051-7/+7
* Switch the services library to using the new SlogJoe Onorato2010-03-011-137/+137
* Add single-package restore to Bmgr feature setChristopher Tate2010-02-261-0/+6
* Default the auto-restore setting to "enabled."Christopher Tate2010-02-251-1/+1
* Fix the buildChristopher Tate2010-02-251-1/+1
* Start respecting the auto-restore-at-install settingChristopher Tate2010-02-251-3/+4
* Add 'restoreAnyVersion' attr for apps that want to restore "future" dataChristopher Tate2010-02-241-7/+20
* Automatically restore app data at install timeChristopher Tate2010-02-191-33/+87
* Tone down a non-error log message about lack of ancestral dataset trackingChristopher Tate2010-02-171-0/+4
* API CHANGE: expose backup/restore to the SDKChristopher Tate2010-02-161-8/+0
* Remove BACKUP_DATA permission and associated checksChristopher Tate2010-02-121-18/+1
* Remember which apps have available restore info in the ancestral datasetChristopher Tate2010-02-081-6/+49
* Rename media resource broadcastsSuchi Amalapurapu2010-02-081-4/+4
* Don't hold the backup queue lock across a backup operationChristopher Tate2010-02-051-11/+16
* Add single-package restore from an app's most-recent dataChristopher Tate2010-02-041-9/+123
* Add auto-restore setting and Backup Manager awareness thereofChristopher Tate2010-02-031-0/+17
* Apps on sdcard: Add new broadcastsSuchi Amalapurapu2010-02-021-20/+43
* Get rid of now-superfluous "backup or restore in progress" trackingChristopher Tate2010-02-021-45/+8
* Don't crash on transport unregistration if there is no current transportChristopher Tate2010-01-291-1/+1
* Make backup/restore asynchronous and enforce timeoutsChristopher Tate2010-01-291-106/+207
* Move towards a formal public API for backup and restoreChristopher Tate2010-01-251-4/+4
* Don't crash the system process when a backup transport unregistersChristopher Tate2009-12-221-2/+12
* resolved conflicts for merge of 5a2fdbba to masterDoug Zongker2009-12-071-48/+32
|\
| * move event log tags used by system server into this packageDoug Zongker2009-12-041-48/+32
* | Encrypted File Systems Project. Installer modifications.Oscar Montemayor2009-11-241-12/+12
|/
* Fix #2176803 - restores from userdebug to user builds not workingChristopher Tate2009-11-041-2/+13
* Use setRepeating() rather than setInexactRepeating() for backup scheduling,Dan Egnor2009-10-301-3/+13
* Turn off the last of the STOPSHIP verbose debuggingChristopher Tate2009-09-301-3/+3
* Only re-initialize backup state if @pm@ metadata is missing,Dan Egnor2009-09-301-180/+147
* Better event log tracking for initializeDevice() requests --Dan Egnor2009-09-291-23/+23
* Add more useful-for-debug info to 'dumpsys backup'Christopher Tate2009-09-291-5/+26
* Don't forget to clear "backup in progress" state when finishing a passChristopher Tate2009-09-271-0/+9
* Disallow concurrent backups; consult transport requestBackupTime()Christopher Tate2009-09-241-14/+44
* Clear the device's data from the transport when backup is disabledChristopher Tate2009-09-241-18/+236
* If backup fails, reenqueue all of the affected packages for next time.Christopher Tate2009-09-221-6/+25
* Add parameter for the restore set (device id) data is being restored from to ...Dan Egnor2009-09-221-1/+1
* Make IBackupTransport.finishBackup() also return an int code, since it too canDan Egnor2009-09-211-63/+70
* Reset backup tracking in response to transport data-wipe notificationChristopher Tate2009-09-211-6/+70
* Fix up the first-backup-ever trackingChristopher Tate2009-09-201-19/+24
* Add an 'init everything' operation to the first backup passChristopher Tate2009-09-201-3/+16
* Inefficient but correct fix for 2122381: call finishBackup after every perfor...Dan Egnor2009-09-171-1/+11
* Be sure to include shared lib path info when dealing with agentsChristopher Tate2009-09-161-5/+15
* Expand apps' control over the settings restore processChristopher Tate2009-09-011-4/+33
* Backup participants must now hold the BACKUP_DATA permissionChristopher Tate2009-08-131-2/+21