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