1. 83c64e6 frameworks/base refactoring by Mathias Agopian · 12 years ago
  2. b13b9bd frameworks/base refactoring. by Mathias Agopian · 12 years ago
  3. cc84c69 API CHANGE: rename BackupHelperAgent => BackupAgentHelper per API Council by Christopher Tate · 14 years ago
  4. 4528186 Refactor android.backup => android.app.backup by Christopher Tate · 14 years ago
  5. c882dda Fix Proguard flags. by Ying Wang · 14 years ago
  6. 1bb6906 Automatically restore app data at install time by Christopher Tate · 14 years ago
  7. a87240c Remove BACKUP_DATA permission and associated checks by Christopher Tate · 14 years ago
  8. aa6e73a Revive backup tests by Omari Stephens · 15 years ago
  9. 1cf3229 Merge change 20918 by Android (Google) Code Review · 15 years ago
  10. 0749dcd Backup participants must now hold the BACKUP_DATA permission by Christopher Tate · 15 years ago
  11. 259447b Wrap up the stress test into a single script by Omari Stephens · 15 years ago
  12. bf5ac2a git rid of the "x" prefixes for test by Omari Stephens · 15 years ago
  13. 0cfeb25 The triumphant return of the shell scripts, with bugreports, less code dup, and by Omari Stephens · 15 years ago
  14. 864ed1a Wipe data on backend before a backup run by Omari Stephens · 15 years ago
  15. 1f808c6 Make test_backup and test_restore usable again by Omari Stephens · 15 years ago
  16. c8daa76 BackupManager wrapper class improvements by Christopher Tate · 15 years ago
  17. dc355a9 Add a test for SharedPreferencesBackupHelper by Joe Onorato · 15 years ago
  18. aae628b Test that we correctly back up an empty file. by Joe Onorato · 15 years ago
  19. 4a64bde Add some helpful tests scripts for backup and make bmgr restore wait until the backup is done. by Joe Onorato · 15 years ago
  20. 4ababd9 Make the BackupHelperDispatcher properly handle multiple helpers. by Joe Onorato · 15 years ago
  21. 5cbbf56 Pass the originating app's versionCode along with a restore set by Christopher Tate · 15 years ago
  22. 06290a4 Helper API cleanup. Allows multiple helpers to function, by Joe Onorato · 15 years ago
  23. d2d9ceb Make RestoreHelper and friends also write out the snapshot state. by Joe Onorato · 15 years ago
  24. 83248c4 backup fixes: by Joe Onorato · 15 years ago
  25. efd0fab FileRestoreHelper and RestoreHelperDispatcher work. by Joe Onorato · 15 years ago
  26. 1cf5874 Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods on BackupDataOutput. by Joe Onorato · 15 years ago
  27. ce88cb1 Make the file backup helper not crash if a file you requested by Joe Onorato · 15 years ago
  28. 23ecae3 Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files. by Joe Onorato · 15 years ago
  29. 8ae2335 rename a few files to camel-case, add copyright notices by Mathias Agopian · 15 years ago
  30. 181fafa Retool the backup process to use a new 'BackupAgent' class by Christopher Tate · 15 years ago
  31. d2110db Hook up the backup data writer, and add a utility to read the backup data files. by Joe Onorato · 15 years ago
  32. 2e1da32 Add the backup data file writer C++ class. by Joe Onorato · 15 years ago
  33. 4535e40 Implement the C++ class to write the backed up file data. by Joe Onorato · 15 years ago
  34. 290bb01 Get the backup calling through to the file backup helper. by Joe Onorato · 15 years ago
  35. 8ad0281 With this, the BackupService onBackup method is called. by Joe Onorato · 15 years ago
  36. c825d3e fix the sim build. disables the tests for now. by Joe Onorato · 15 years ago
  37. b1a7ffe More backup tests by Joe Onorato · 15 years ago
  38. f9225f8 Add a test app for the backup by Joe Onorato · 15 years ago
  39. 3ad977b Add some C++ code to do raw files for backup by Joe Onorato · 15 years ago