| Commit message (Expand) | Author | Age | Files | Lines |
* | API CHANGE: rename BackupHelperAgent => BackupAgentHelper per API Council | Christopher Tate | 2010-03-29 | 1 | -2/+2 |
* | Refactor android.backup => android.app.backup | Christopher Tate | 2010-03-05 | 2 | -8/+8 |
* | Fix Proguard flags. | Ying Wang | 2010-03-02 | 1 | -0/+2 |
* | Automatically restore app data at install time | Christopher Tate | 2010-02-19 | 1 | -0/+3 |
* | Remove BACKUP_DATA permission and associated checks | Christopher Tate | 2010-02-12 | 1 | -1/+0 |
* | Revive backup tests | Omari Stephens | 2009-12-02 | 2 | -4/+6 |
* | Merge change 20918 | Android (Google) Code Review | 2009-08-13 | 2 | -1/+67 |
|\ |
|
| * | Wrap up the stress test into a single script | Omari Stephens | 2009-08-12 | 2 | -1/+67 |
* | | Backup participants must now hold the BACKUP_DATA permission | Christopher Tate | 2009-08-13 | 1 | -0/+1 |
|/ |
|
* | git rid of the "x" prefixes for test | Omari Stephens | 2009-08-11 | 1 | -1/+1 |
* | The triumphant return of the shell scripts, with bugreports, less code dup, and | Omari Stephens | 2009-08-11 | 3 | -50/+96 |
* | Wipe data on backend before a backup run | Omari Stephens | 2009-08-06 | 2 | -4/+23 |
* | Make test_backup and test_restore usable again | Omari Stephens | 2009-08-03 | 2 | -24/+84 |
* | BackupManager wrapper class improvements | Christopher Tate | 2009-07-07 | 1 | -8/+6 |
* | Add a test for SharedPreferencesBackupHelper | Joe Onorato | 2009-06-26 | 3 | -6/+20 |
* | Test that we correctly back up an empty file. | Joe Onorato | 2009-06-26 | 3 | -1/+4 |
* | Add some helpful tests scripts for backup and make bmgr restore wait until th... | Joe Onorato | 2009-06-25 | 3 | -1/+67 |
* | Make the BackupHelperDispatcher properly handle multiple helpers. | Joe Onorato | 2009-06-25 | 1 | -0/+1 |
* | Pass the originating app's versionCode along with a restore set | Christopher Tate | 2009-06-22 | 1 | -1/+2 |
* | Helper API cleanup. Allows multiple helpers to function, | Joe Onorato | 2009-06-22 | 2 | -45/+11 |
* | Make RestoreHelper and friends also write out the snapshot state. | Joe Onorato | 2009-06-18 | 2 | -2/+7 |
* | backup fixes: | Joe Onorato | 2009-06-17 | 2 | -7/+23 |
* | FileRestoreHelper and RestoreHelperDispatcher work. | Joe Onorato | 2009-06-17 | 1 | -3/+57 |
* | Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods... | Joe Onorato | 2009-06-12 | 1 | -1/+2 |
* | Make the file backup helper not crash if a file you requested | Joe Onorato | 2009-06-11 | 1 | -0/+1 |
* | Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files. | Joe Onorato | 2009-06-11 | 1 | -0/+1 |
* | rename a few files to camel-case, add copyright notices | Mathias Agopian | 2009-06-04 | 1 | -1/+17 |
* | Retool the backup process to use a new 'BackupAgent' class | Christopher Tate | 2009-05-31 | 2 | -9/+4 |
* | Hook up the backup data writer, and add a utility to read the backup data files. | Joe Onorato | 2009-05-20 | 1 | -2/+2 |
* | Add the backup data file writer C++ class. | Joe Onorato | 2009-05-15 | 1 | -0/+1 |
* | Implement the C++ class to write the backed up file data. | Joe Onorato | 2009-05-15 | 1 | -0/+3 |
* | Get the backup calling through to the file backup helper. | Joe Onorato | 2009-05-14 | 2 | -3/+28 |
* | With this, the BackupService onBackup method is called. | Joe Onorato | 2009-05-13 | 1 | -1/+1 |
* | fix the sim build. disables the tests for now. | Joe Onorato | 2009-05-08 | 1 | -3/+10 |
* | More backup tests | Joe Onorato | 2009-05-07 | 3 | -3/+47 |
* | Add a test app for the backup | Joe Onorato | 2009-05-05 | 4 | -0/+164 |
* | Add some C++ code to do raw files for backup | Joe Onorato | 2009-05-05 | 2 | -0/+123 |