summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/BackupManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Ensure install-during-restore is like install-then-restoreChristopher Tate2013-07-071-1/+10
* Remove extraneous logs.Dianne Hackborn2012-11-081-1/+1
* Merge "Fix the Backup Manager's uninstall tracking" into jb-mr1-devChristopher Tate2012-10-241-8/+8
|\
| * Fix the Backup Manager's uninstall trackingChristopher Tate2012-10-231-8/+8
* | System server should always send broadcasts to a specific or all usersAmith Yamasani2012-10-221-1/+2
|/
* Sanity-check erroneous backup agent instantiationsChristopher Tate2012-10-171-0/+3
* Full (local) restore security changesChristopher Tate2012-09-271-20/+43
* Update references to migrated global settings.Jeff Brown2012-09-251-4/+4
* Include user identifier in external storage paths.Jeff Sharkey2012-09-111-1/+6
* Sanity-check existence of restore agentChristopher Tate2012-09-071-0/+12
* Remove Binder.getOrigCallingUid().Dianne Hackborn2012-08-311-2/+1
* Rename UserId to UserHandle.Dianne Hackborn2012-08-161-7/+7
* Don't back up / restore non-primary users' dataChristopher Tate2012-08-131-0/+23
* Eliminate "backup enabled but not provisioned" failure modesChristopher Tate2012-05-171-22/+43
* Protect system services with DUMP permission.Jeff Sharkey2012-04-261-10/+2
* Fix uninstallation tracking in the Backup ManagerChristopher Tate2012-03-271-138/+82
* Don't crash when wiping backup data redundantly in the local transportChristopher Tate2012-03-231-0/+2
* Merge "Deal gracefully with fatal exceptions during full backup"Christopher Tate2012-03-231-0/+2
|\
| * Deal gracefully with fatal exceptions during full backupChristopher Tate2012-03-231-0/+2
* | Sanity-check backup agent name prior to instantiationChristopher Tate2012-03-231-0/+10
|/
* Multi-user - 1st major checkinAmith Yamasani2012-02-031-1/+2
* Fix shared-storage full backupChristopher Tate2012-01-201-46/+35
* Fix edge cases leading to backup hanging foreverChristopher Tate2012-01-181-5/+97
* Streamline package-installed handling by the Backup ManagerChristopher Tate2012-01-121-57/+55
* Require device encryption password to perform adb backup/restoreChristopher Tate2011-10-131-3/+58
* Gracefully handle "needs init" transport errors at finishChristopher Tate2011-10-101-0/+9
* Prevent concurrent backup operationsChristopher Tate2011-10-051-12/+30
* Add -nosystem flag to adb backupChristopher Tate2011-10-041-10/+29
* Enforce DUMP permission on BackupManagerService's dump() methodChristopher Tate2011-09-291-0/+10
* am 7462251b: Merge "Don\'t hang in restore if the transport reports failure" ...Christopher Tate2011-09-261-0/+5
|\
| * Don't hang in restore if the transport reports failureChristopher Tate2011-09-261-0/+5
* | Use the new INSTALL_FROM_ADB Package Manager flag...Christopher Tate2011-09-261-1/+2
* | Don't do full backup/restore before setupChristopher Tate2011-09-151-7/+28
|/
* Move full backup/restore onto dedicated threadsChristopher Tate2011-09-121-4/+12
* Turn off MORE_DEBUG logspamChristopher Tate2011-09-071-1/+1
* Fix restore-agent timeoutsChristopher Tate2011-09-061-231/+397
* Fix backup-agent timeoutsChristopher Tate2011-09-021-205/+445
* Properly handle PACKAGE_REPLACED in addition to _ADDED and _REMOVEDChristopher Tate2011-08-301-21/+29
* Merge "Throw exception on odd length Signatures"Kenny Root2011-08-161-0/+2
|\
| * Throw exception on odd length SignaturesKenny Root2011-08-041-0/+2
* | Fix partial-read handling during restoreChristopher Tate2011-08-101-28/+50
* | Fix bug where sometimes the full backup pw would not be validatedChristopher Tate2011-08-051-9/+9
|/
* Reduce backup manager logspewChristopher Tate2011-08-011-28/+29
* Require the current backup pw in all backup/restore operationsChristopher Tate2011-07-281-19/+42
* Support full-backup encryption and global backup passwordChristopher Tate2011-07-281-152/+594
* 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