summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/BackupManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Support for compressed backupsChristopher Tate2011-07-151-5/+86
* Compress the backup output streamChristopher Tate2011-07-131-21/+113
* Can now restore a subset of apps from historical datasetChristopher Tate2011-07-081-3/+105
* Make full backup API available to appsChristopher Tate2011-07-061-24/+49
* Fix handling of directory entriesChristopher Tate2011-06-081-14/+42
* Fix embedded spaces in tar stream EVEN HARDERChristopher Tate2011-06-071-2/+3
* Implement shared-storage full backup/restoreChristopher Tate2011-06-071-65/+107
* Respect android:allowBackup="false" during full backup & restoreChristopher Tate2011-06-031-21/+118
* Restore from a previous full backup's tarfileChristopher Tate2011-06-011-21/+987
* FileOutputStream guarantees to open O_TRUNC (unless you explicitly ask otherw...Elliott Hughes2011-05-271-3/+0
* Full backup tweaksChristopher Tate2011-05-131-7/+6
* Full local backup infrastructureChristopher Tate2011-05-101-25/+471
* Fix deadlock in BackupManagerServiceChristopher Tate2011-04-041-8/+8
* Don't spuriously time out restore sessionsChristopher Tate2011-03-031-0/+4
* Merge "Print currentDestinationString() for each backup transport" into honey...Fabrice Di Meglio2011-01-131-3/+15
|\
| * Print currentDestinationString() for each backup transportFabrice Di Meglio2011-01-131-3/+15
* | Revert "Remove the APIs for the old encryption scheme."Jason parks2011-01-131-13/+8
* | Merge "Remove the APIs for the old encryption scheme." into honeycombJason parks2011-01-131-8/+13
|\ \
| * | Remove the APIs for the old encryption scheme.Jason parks2011-01-121-8/+13
| |/
* | Turn off debugging logspam for releaseChristopher Tate2011-01-121-1/+1
|/
* Don't queue multiple pending backups for the same appChristopher Tate2010-12-141-22/+43
* Time out orphaned / unresponsive restore sessionsChristopher Tate2010-12-131-18/+81
* Add a couple of transport-descriptive methods to IBackupManagerChristopher Tate2010-12-091-0/+49
* Ensure that the first post-restore backup pass is correctChris Tate2010-11-291-10/+29
* Permission fix: don't require BACKUP perm for self-restoresChris Tate2010-11-161-9/+52
* Close some things in system_server that CloseGuard found.Brad Fitzpatrick2010-11-151-0/+1
* resolved conflicts for merge of 368fdba4 to masterBrad Fitzpatrick2010-10-211-2/+2
|\
| * Reduce logging.Joe Onorato2010-10-191-2/+2
| * DO NOT MERGE. Turn down backup logging for release.Chris Tate2010-10-191-1/+1
|/
* Temporarily turn on backup/restore debug logsChris Tate2010-10-111-1/+1
* Track client requests through location manager.Dianne Hackborn2010-09-131-1/+5
* Don't block in the BackupManagerService.dataChanged() Binder call.Brad Fitzpatrick2010-09-071-44/+72
* am 5827d3ea: Merge "Properly note the current active restore set\'s token" in...Dianne Hackborn2010-06-241-1/+1
|\
| * Properly note the current active restore set's tokenChristopher Tate2010-06-241-1/+1
* | Some ActivityThread/ActivityManager cleanup.Dianne Hackborn2010-06-241-2/+2
* | am 7e93aad4: am 36fa4713: Merge "Fix security hole in Google backup transport...Christopher Tate2010-04-211-4/+19
|\ \ | |/
| * Fix security hole in Google backup transport registrationChristopher Tate2010-04-211-4/+19
* | am 11f759cf: am 5923c971: Fix \'dumpsys backup\'Christopher Tate2010-04-041-2/+4
|\ \ | |/
| * Fix 'dumpsys backup'Christopher Tate2010-04-041-2/+4
* | am b3f7fe44: am 22375e4a: Merge "Make RestoreSession.getAvailableRestoreSets(...Christopher Tate2010-03-301-10/+58
|\ \ | |/
| * 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