1. 864c0d5 move ui/Time.cpp to core/jni, since this is the only place it is used by Mathias Agopian · 15 years ago
  2. 63bcb79 Only report "unknown metadata" once per restore helper by Christopher Tate · 15 years ago
  3. 54118ad Put back LOGP -> printf in the backup helper code by Christopher Tate · 15 years ago
  4. 0e034e5 Merge change 5162 into donut by Android (Google) Code Review · 15 years ago
  5. b1dffc4 Remove deprecated callback function support. by Dave Sparks · 15 years ago
  6. 5e27115 Use a ref-counted callback interface for Camera. by Dave Sparks · 15 years ago
  7. fbb9238 Preserve file access mode when backing up / restoring files by Christopher Tate · 15 years ago
  8. 11b1577 Add file mode to the file-backup saved state blobs by Christopher Tate · 15 years ago
  9. 72be404 Merge change 4910 into donut by Android (Google) Code Review · 15 years ago
  10. 06290a4 Helper API cleanup. Allows multiple helpers to function, by Joe Onorato · 15 years ago
  11. 5f91097 fix warnings that will show up with GCC 4.4 (in master) by Mathias Agopian · 15 years ago
  12. e17086b Report densities in badging, debugging for nine patch bug. by Dianne Hackborn · 15 years ago
  13. 3c08a44 Fix sim-eng build and simplify previous lcd-density related patch by David 'Digit' Turner · 15 years ago
  14. 5d605dc backup stuff by Joe Onorato · 15 years ago
  15. d2d9ceb Make RestoreHelper and friends also write out the snapshot state. by Joe Onorato · 15 years ago
  16. b1cdb64 Merge change 4565 into donut by Android (Google) Code Review · 15 years ago
  17. 2a578ae5 Allow the qemu.sf.lcd_density property to override the value of ro.sf.lcd_density by David 'Digit' Turner · 15 years ago
  18. efd0fab FileRestoreHelper and RestoreHelperDispatcher work. by Joe Onorato · 15 years ago
  19. 5f15d15 checkpoint BackupDatAInput / RestoreHelper by Joe Onorato · 15 years ago
  20. 1cf5874 Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods on BackupDataOutput. by Joe Onorato · 15 years ago
  21. ce88cb1 Make the file backup helper not crash if a file you requested by Joe Onorato · 15 years ago
  22. 23ecae3 Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files. by Joe Onorato · 15 years ago
  23. 0032ce8 Fix back_up_files() error detection when opening/CRCing the file by Christopher Tate · 15 years ago
  24. 8ae2335 rename a few files to camel-case, add copyright notices by Mathias Agopian · 15 years ago
  25. b61ae35 Merge change 2747 into donut by Android (Google) Code Review · 15 years ago
  26. 6d892b6 log the geomerty of surfaces causing an out of memory in SurfaceFlinger. by Mathias Agopian · 15 years ago
  27. 551603f Fix issue 1883666: Audio coming from the music player stopped suddenly by Eric Laurent · 15 years ago
  28. f1472a7 minor clean-up to Rect and Point. by Mathias Agopian · 15 years ago
  29. 4bc035a Fix issue 1846343 - part 1 by Eric Laurent · 15 years ago
  30. 04561a5 Merge change 2359 into donut by Android (Google) Code Review · 15 years ago
  31. f4c46b9 Fix for the simultor build breakage. by Nicolas Catania · 15 years ago
  32. d50a458 Merge change 2351 into donut by Android (Google) Code Review · 15 years ago
  33. 6aff905 Fix a major bug in Bundle when unparcelling from AIDL. by Dianne Hackborn · 15 years ago
  34. 7198030 This should fix the simulator build. by Marco Nelissen · 15 years ago
  35. 627e7b5 split boot animation out of SurfaceFlinger by Mathias Agopian · 15 years ago
  36. 9890815 bring the native_handle stuff back from master_gl by Mathias Agopian · 15 years ago
  37. d2110db Hook up the backup data writer, and add a utility to read the backup data files. by Joe Onorato · 15 years ago
  38. fe9f072 Remove deprecated openInputStream factory method by Dave Sparks · 15 years ago
  39. a5e2ef0 Update more references to openInputStream in support classes. by Dave Sparks · 15 years ago
  40. 356d8a3 Modify AudioFlinger to use updated openInputStream factory method. by Dave Sparks · 15 years ago
  41. ad216e5 Add inputSource to openInputStream Continuation of bug 1846343 by Dave Sparks · 15 years ago
  42. bb9ea30 Update aapt badging for native code, configs, density, etc. by Dianne Hackborn · 15 years ago
  43. 2e1da32 Add the backup data file writer C++ class. by Joe Onorato · 15 years ago
  44. 4535e40 Implement the C++ class to write the backed up file data. by Joe Onorato · 15 years ago
  45. 290bb01 Get the backup calling through to the file backup helper. by Joe Onorato · 15 years ago
  46. d6289b1 Modify camera framework to use new streamlined binder interface. by Dave Sparks · 15 years ago
  47. c825d3e fix the sim build. disables the tests for now. by Joe Onorato · 15 years ago
  48. 2a04aef Add new binder methods to camera client to support generic callbacks by Dave Sparks · 15 years ago
  49. 3ad977b Add some C++ code to do raw files for backup by Joe Onorato · 15 years ago
  50. 0c6b5f6 fix 1803886 android15 Translucent GLSurfaceView demo does not display properly by Mathias Agopian · 15 years ago
  51. 325ac47 Bug fix(1807910): media recorder crash due to the use of locked camera object (last part) by James Dong · 15 years ago
  52. 0a9b5bb Merge change 509 into donut by Android (Google) Code Review · 15 years ago
  53. 2adc2db Fix a media server crash (bug 1807910): part one by James Dong · 15 years ago
  54. 96e2040 Squashed commit of the following: by Robert Greenwalt · 15 years ago
  55. ef02827 Fix issue 1745312: Various cleanups in media framework by Eric Laurent · 15 years ago
  56. 0827c81 AI 144151: am: CL 144150 Fix heap corruption. by Nick Pelly · 15 years ago
  57. b88148e AI 143775: am: CL 143620 Attempt for fixing crash in AudioFlinger::MixerThread::dumpTracks() seen in bug report for issue 1747119. by Eric Laurent · 15 years ago
  58. a7f1e5c AI 143177: am: CL 142889 Fix issue #1736153 Camera shutter sound can be muted by new AlarmClock setting. by Eric Laurent · 15 years ago
  59. cb93c5a AI 143172: am: CL 142875 [1732012] for some reason these files didn't go through in the preview check-in. by Mathias Agopian · 15 years ago
  60. 66b8ec9 AI 143171: am: CL 142873 fix [1732012] Only show screen rotation animation when triggered by sensor by Mathias Agopian · 15 years ago
  61. 89a1872 AI 143160: am: CL 142856 new-new-new-new rotation animation. it may still change one more time. by Mathias Agopian · 15 years ago
  62. eecc5c9 Automated import from //branches/donutburger/...@142727,142727 by Dianne Hackborn · 15 years ago
  63. 2764f30 Automated import from //branches/donutburger/...@142446,142446 by Mathias Agopian · 15 years ago
  64. 00f5eca Automated import from //branches/donutburger/...@142430,142430 by Mathias Agopian · 15 years ago
  65. 4cf7abe Automated import from //branches/donutburger/...@141502,141502 by Mathias Agopian · 15 years ago
  66. b24b297 Automated import from //branches/donutburger/...@140807,140807 by Mathias Agopian · 15 years ago
  67. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  68. ba87e3e auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago
  69. c39a6e0 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 15 years ago
  70. b2a3dd8 auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 15 years ago
  71. 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 16 years ago
  72. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  73. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  74. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 16 years ago
  75. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 16 years ago
  76. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  77. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  78. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  79. f1e484a auto import from //branches/cupcake/...@127436 by The Android Open Source Project · 16 years ago
  80. 22f7dfd auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  81. 9266c55 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  82. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  83. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  84. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago