1. 0f253efb Don't re-parse the framework resources all the time. by Dianne Hackborn · 16 years ago
  2. f777ac1 Merge change 6084 into donut by Android (Google) Code Review · 16 years ago
  3. 16f3d35 Return CAMERA_ERROR_SERVER_DIED to camera app when camera service dies (bug 1956726) by James Dong · 16 years ago
  4. 00dae0a Less logging in some places. More in others. by Joe Onorato · 16 years ago
  5. faeef8e Merge change 5829 into donut by Android (Google) Code Review · 16 years ago
  6. e356292 Fix issue #1673793: Theme styles don't apply. by Dianne Hackborn · 16 years ago
  7. 988fb62 Allow setPreviewDisplay after startPreview. by Wu-cheng Li · 16 years ago
  8. 6b3287b fix [1947273] the DimLayer causes the whole screen to update during transactions by Mathias Agopian · 16 years ago
  9. d8c2564 Merge changes 5548,5549 into donut by Android (Google) Code Review · 16 years ago
  10. 6eabaa3 Better (and less) logging from backup. by Joe Onorato · 16 years ago
  11. 21342c5 Expand support for different screen sizes. by Dianne Hackborn · 16 years ago
  12. a8664df move ui/Time.cpp to core/jni, since this is the only place it is used by Mathias Agopian · 16 years ago
  13. bd95c1d Only report "unknown metadata" once per restore helper by Christopher Tate · 16 years ago
  14. 6441a76 Put back LOGP -> printf in the backup helper code by Christopher Tate · 16 years ago
  15. 8068d16 Merge change 5162 into donut by Android (Google) Code Review · 16 years ago
  16. dc76f7b Remove deprecated callback function support. by Dave Sparks · 16 years ago
  17. bbbc7cb Use a ref-counted callback interface for Camera. by Dave Sparks · 16 years ago
  18. 5c2882b Preserve file access mode when backing up / restoring files by Christopher Tate · 16 years ago
  19. ab2e9e8 Add file mode to the file-backup saved state blobs by Christopher Tate · 16 years ago
  20. cfb991d Merge change 4910 into donut by Android (Google) Code Review · 16 years ago
  21. 9cda3e0 Helper API cleanup. Allows multiple helpers to function, by Joe Onorato · 16 years ago
  22. 52ed26a fix warnings that will show up with GCC 4.4 (in master) by Mathias Agopian · 16 years ago
  23. be1bc0a Report densities in badging, debugging for nine patch bug. by Dianne Hackborn · 16 years ago
  24. ae71acc Fix sim-eng build and simplify previous lcd-density related patch by David 'Digit' Turner · 16 years ago
  25. 6bda7fd backup stuff by Joe Onorato · 16 years ago
  26. da1430b Make RestoreHelper and friends also write out the snapshot state. by Joe Onorato · 16 years ago
  27. bcb1428 Merge change 4565 into donut by Android (Google) Code Review · 16 years ago
  28. 694e10b Allow the qemu.sf.lcd_density property to override the value of ro.sf.lcd_density by David 'Digit' Turner · 16 years ago
  29. f509f66 FileRestoreHelper and RestoreHelperDispatcher work. by Joe Onorato · 16 years ago
  30. 03aa8d7 checkpoint BackupDatAInput / RestoreHelper by Joe Onorato · 16 years ago
  31. 7bdc440 Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods on BackupDataOutput. by Joe Onorato · 16 years ago
  32. 1a9e19a Make the file backup helper not crash if a file you requested by Joe Onorato · 16 years ago
  33. 0ad6120 Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files. by Joe Onorato · 16 years ago
  34. 173e38d Fix back_up_files() error detection when opening/CRCing the file by Christopher Tate · 16 years ago
  35. f446ba9 rename a few files to camel-case, add copyright notices by Mathias Agopian · 16 years ago
  36. 489d395 Merge change 2747 into donut by Android (Google) Code Review · 16 years ago
  37. 3c4d8c8 log the geomerty of surfaces causing an out of memory in SurfaceFlinger. by Mathias Agopian · 16 years ago
  38. 01c4ba3 Fix issue 1883666: Audio coming from the music player stopped suddenly by Eric Laurent · 16 years ago
  39. 35801ce minor clean-up to Rect and Point. by Mathias Agopian · 16 years ago
  40. 570dd0b Fix issue 1846343 - part 1 by Eric Laurent · 16 years ago
  41. ca7b80e Merge change 2359 into donut by Android (Google) Code Review · 16 years ago
  42. b4c4265 Fix for the simultor build breakage. by Nicolas Catania · 16 years ago
  43. b6333b3 Merge change 2351 into donut by Android (Google) Code Review · 16 years ago
  44. 8af0f82 Fix a major bug in Bundle when unparcelling from AIDL. by Dianne Hackborn · 16 years ago
  45. d95aabc This should fix the simulator build. by Marco Nelissen · 16 years ago
  46. a1ecca9 split boot animation out of SurfaceFlinger by Mathias Agopian · 16 years ago
  47. 53f6f3c bring the native_handle stuff back from master_gl by Mathias Agopian · 16 years ago
  48. 473b6e2 Hook up the backup data writer, and add a utility to read the backup data files. by Joe Onorato · 16 years ago
  49. 6c41033 Remove deprecated openInputStream factory method by Dave Sparks · 16 years ago
  50. 6554773 Update more references to openInputStream in support classes. by Dave Sparks · 16 years ago
  51. 0e06d21 Modify AudioFlinger to use updated openInputStream factory method. by Dave Sparks · 16 years ago
  52. a5a11d4 Add inputSource to openInputStream Continuation of bug 1846343 by Dave Sparks · 16 years ago
  53. 7a57985 Update aapt badging for native code, configs, density, etc. by Dianne Hackborn · 16 years ago
  54. d502f05 Add the backup data file writer C++ class. by Joe Onorato · 16 years ago
  55. 8d626d6 Implement the C++ class to write the backed up file data. by Joe Onorato · 16 years ago
  56. c7bbc69 Get the backup calling through to the file backup helper. by Joe Onorato · 16 years ago
  57. 93b9458 Modify camera framework to use new streamlined binder interface. by Dave Sparks · 16 years ago
  58. 2a98fb9 fix the sim build. disables the tests for now. by Joe Onorato · 16 years ago
  59. 9b35233 Add new binder methods to camera client to support generic callbacks by Dave Sparks · 16 years ago
  60. 0c4863b Add some C++ code to do raw files for backup by Joe Onorato · 16 years ago
  61. 2b42fa7 fix 1803886 android15 Translucent GLSurfaceView demo does not display properly by Mathias Agopian · 16 years ago
  62. d2dc9ac Bug fix(1807910): media recorder crash due to the use of locked camera object (last part) by James Dong · 16 years ago
  63. 972d985 Merge change 509 into donut by Android (Google) Code Review · 16 years ago
  64. f1a5314 Fix a media server crash (bug 1807910): part one by James Dong · 16 years ago
  65. fd39295 Squashed commit of the following: by Robert Greenwalt · 16 years ago
  66. 4dd495b Fix issue 1745312: Various cleanups in media framework by Eric Laurent · 16 years ago
  67. 819aa23 AI 144151: am: CL 144150 Fix heap corruption. by Nick Pelly · 16 years ago
  68. 34c594b AI 143775: am: CL 143620 Attempt for fixing crash in AudioFlinger::MixerThread::dumpTracks() seen in bug report for issue 1747119. by Eric Laurent · 16 years ago
  69. cbcb00e AI 143177: am: CL 142889 Fix issue #1736153 Camera shutter sound can be muted by new AlarmClock setting. by Eric Laurent · 16 years ago
  70. 816c5e2 AI 143172: am: CL 142875 [1732012] for some reason these files didn't go through in the preview check-in. by Mathias Agopian · 16 years ago
  71. 24fd77d AI 143171: am: CL 142873 fix [1732012] Only show screen rotation animation when triggered by sensor by Mathias Agopian · 16 years ago
  72. ecbeaa0 AI 143160: am: CL 142856 new-new-new-new rotation animation. it may still change one more time. by Mathias Agopian · 16 years ago
  73. c1992a6 Automated import from //branches/donutburger/...@142727,142727 by Dianne Hackborn · 16 years ago
  74. 74c770b Automated import from //branches/donutburger/...@142446,142446 by Mathias Agopian · 16 years ago
  75. 6219dd7 Automated import from //branches/donutburger/...@142430,142430 by Mathias Agopian · 16 years ago
  76. 3df5e43 Automated import from //branches/donutburger/...@141502,141502 by Mathias Agopian · 16 years ago
  77. 38c8949 Automated import from //branches/donutburger/...@140807,140807 by Mathias Agopian · 16 years ago
  78. 4f68be1 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 16 years ago
  79. ebad147 auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 16 years ago
  80. bcef13b auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 16 years ago
  81. 22f8def auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 16 years ago
  82. 9adf84a auto import from //depot/cupcake/@136594 by The Android Open Source Project · 16 years ago
  83. edbf3b6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  84. d5193d9 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  85. 43aa2b1 auto import from //depot/cupcake/@132589 by The Android Open Source Project · 16 years ago
  86. 0bb0340 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 16 years ago
  87. d2bd26d auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  88. ac65e0b auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  89. a6938ba auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  90. e41dd75 auto import from //branches/cupcake/...@127436 by The Android Open Source Project · 16 years ago
  91. 5f78a48 auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  92. 8a7a675 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  93. 2762932 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  94. e09fd9e Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  95. 7c1b96a Initial Contribution by The Android Open Source Project · 16 years ago