summaryrefslogtreecommitdiffstats
path: root/cmds/bmgr
Commit message (Expand)AuthorAgeFilesLines
* Teach bmgr that "android" is a valid package nameChristopher Tate2014-11-131-1/+1
* Add 'fullbackup' to bmgr's usage statementChristopher Tate2014-06-241-4/+11
* Implement full data backup through transportChristopher Tate2014-06-151-0/+21
* Harden against transiently unavailable backup transportsChristopher Tate2013-11-191-6/+13
* Trying to unbreak build...Sascha Prueter2013-11-191-13/+6
* Harden against transiently unavailable backup transportsChristopher Tate2013-11-181-6/+13
* Can now restore a subset of apps from historical datasetChristopher Tate2011-07-081-6/+26
* Full local backup infrastructureChristopher Tate2011-05-101-8/+1
* Permission fix: don't require BACKUP perm for self-restoresChris Tate2010-11-161-6/+3
* Don't crash bmgr if there are no available restore setsChris Tate2010-11-011-5/+7
* Fix bug #3055578 ("adb shell bmgr list sets" generates NPE and cannot be run ...Fabrice Di Meglio2010-10-011-1/+4
* Fail gracefully if the user fails to supply necessary args to bmgrChristopher Tate2010-06-091-0/+10
* Fix 'bmgr restore'Christopher Tate2010-04-061-1/+1
* Make RestoreSession.getAvailableRestoreSets() asynchronousChristopher Tate2010-03-301-6/+21
* API CHANGE: Backup/restore API changes requested by the API CouncilChristopher Tate2010-03-261-2/+2
* Refactor android.backup => android.app.backupChristopher Tate2010-03-051-4/+4
* fix hex parsing of bmgrChristian Sonntag2010-03-041-1/+1
* Add single-package restore to Bmgr feature setChristopher Tate2010-02-261-17/+64
* Add single-package restore from an app's most-recent dataChristopher Tate2010-02-041-1/+1
* Don't let bmgr leave a restore session hanging on errorChristopher Tate2009-08-111-8/+10
* Don't crash if the Backup Manager returns a null RestoreSet[]Christopher Tate2009-08-071-6/+8
* make restore tokens shown in hex.Christian Sonntag2009-08-071-2/+2
* Fix Bmgr's logic around restore completionChristopher Tate2009-08-071-9/+12
* Add a 'wipe' operation to BmgrChristopher Tate2009-07-021-0/+26
* Implement persistent enable/disable of the backup managerChristopher Tate2009-06-291-0/+55
* Use system properties to track the current transportChristopher Tate2009-06-261-11/+54
* Use a long for restore tokenDan Egnor2009-06-261-2/+2
* Add some error reporting & info to bmgr's outputChristopher Tate2009-06-261-3/+17
* Add some helpful tests scripts for backup and make bmgr restore wait until th...Joe Onorato2009-06-251-11/+33
* Give the bmgr command an IRestoreObserver too.Joe Onorato2009-06-251-2/+13
* Use signatures on restoreChristopher Tate2009-06-181-0/+21
* More bmgr work; fix clear-data signallingChristopher Tate2009-06-161-5/+49
* Sketch out a 'bmgr' command line toolChristopher Tate2009-06-155-0/+379