1. 2dcfbef Fix bug in JNI BitmapFactory by Joseph Wen · 14 years ago
  2. 340ce75 Revert "Rename LargeBitmap to BitmapRegionDecoder for having a better API." by Wei-Ta Chen · 14 years ago
  3. d0f74ae Merge "Rename SETSUSPEND to SETSUSPENDOPT DO NOT MERGE" into gingerbread by Dmitry Shmidt · 14 years ago
  4. b356f8a Merge "Rename LargeBitmap to BitmapRegionDecoder for having a better API." into gingerbread by Wei-Ta Chen · 14 years ago
  5. 1907bd2 Rename SETSUSPEND to SETSUSPENDOPT DO NOT MERGE by Irfan Sheriff · 14 years ago
  6. 42c03e5 Modify native ALooper to take an explicit ident. by Dianne Hackborn · 14 years ago
  7. 84bb52e Add system property to turn off scheduling groups. by Dianne Hackborn · 14 years ago
  8. 50ba3d2 Rename LargeBitmap to BitmapRegionDecoder for having a better API. by Wei-Ta Chen · 14 years ago
  9. 08e60f2 Improve messages when java process is starting. by Dianne Hackborn · 14 years ago
  10. 0234376 Don't propagate StrictMode over one-way Binder calls. by Brad Fitzpatrick · 14 years ago
  11. 0db187a Broken build. Missing ; by Gilles Debunne · 14 years ago
  12. 4d4040b Fix for 512 limit in assetManager.list by Gilles Debunne · 14 years ago
  13. 171ea89 Update AndroidRuntime with dalvik-dev changes by Brian Carlstrom · 14 years ago
  14. d3aaad0 Merge "Use getMinFrameCount() instead of querying AudioSystem directly." into gingerbread by Chia-chi Yeh · 14 years ago
  15. 18ef3725 DO NOT MERGE. Fix the build. by Romain Guy · 14 years ago
  16. 288471d DO NOT MERGE. Load assets in place instead of deferring until draw. by Romain Guy · 14 years ago
  17. 54d4137 Merge "Add OBB flags to support overlays" into gingerbread by Kenny Root · 14 years ago
  18. c330807 Use getMinFrameCount() instead of querying AudioSystem directly. by Chia-chi Yeh · 14 years ago
  19. 291303b Fix a bug, where one thread is using JNIEnv associated with another thread. by Wei-Ta Chen · 14 years ago
  20. 02ca31f Add OBB flags to support overlays by Kenny Root · 14 years ago
  21. 72ce423 Merge "Fix possible race conditions during channel unregistration." into gingerbread by Jeff Brown · 14 years ago
  22. 2cbecea Fix possible race conditions during channel unregistration. by Jeff Brown · 14 years ago
  23. 8c11e95 DO NOT MERGE WifiLock extensions for high performance mode by Irfan Sheriff · 14 years ago
  24. f1f48bc Do JPEG tile-based decoding. by Joseph Wen · 14 years ago
  25. 8762477 DO NOT MERGE WLAN: Reset power save mode to startup value after DHCP response. by Mikael Kanstrup · 14 years ago
  26. 08d5b8f More native work. by Dianne Hackborn · 14 years ago
  27. 3c7c351 Tracking merge of dalvik-dev to gingerbread by Brian Carlstrom · 14 years ago
  28. 6eb300e Add Blocked Device property. by Jaikumar Ganesh · 14 years ago
  29. 050b562 Added SensorManager.getMinDelay() by Mathias Agopian · 14 years ago
  30. 7bcad8a3 Replace several IPCThreadState::get() lookups with one. by Brad Fitzpatrick · 14 years ago
  31. 8cd4857 Fixed bug in BitmapFactory.decodeStream by Gilles Debunne · 14 years ago
  32. 23e8de2 propagate sensor event rate properly by Mathias Agopian · 14 years ago
  33. e476452 Merge "new SensorService" into gingerbread by Mathias Agopian · 14 years ago
  34. 7070b36 Added support for auxiliary audio effects to AudioTrack and MediaPlayer. by Eric Laurent · 14 years ago
  35. 1bf7978 new SensorService by Mathias Agopian · 14 years ago
  36. ace999b Ignore attempts to finish events on unregistered channels. by Jeff Brown · 14 years ago
  37. 5ee65f0 Re-use existing Surface objects when reading them from parcels. by Jamie Gennis · 14 years ago
  38. 75a9138 Merge "Implement native key pre-dispatching to IMEs." into gingerbread by Dianne Hackborn · 14 years ago
  39. 2c6081c Implement native key pre-dispatching to IMEs. by Dianne Hackborn · 14 years ago
  40. 02c8730 Add API to call to vold for mounting OBBs by Kenny Root · 14 years ago
  41. c5ed591 Add support for new input sources. by Jeff Brown · 14 years ago
  42. b87e22d Fix jni registration typo by Christopher Tate · 14 years ago
  43. c4b204b Merge "More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync." into gingerbread by Brad Fitzpatrick · 14 years ago
  44. 6cce32b Add native C APIs for working with the Asset Manager by Christopher Tate · 14 years ago
  45. 727de40 More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync. by Brad Fitzpatrick · 14 years ago
  46. 3a053db Merge "The ICU data is no longer compiled directly into the shared library." into gingerbread by Joe Onorato · 14 years ago
  47. aa1933a The ICU data is no longer compiled directly into the shared library. by Joe Onorato · 14 years ago
  48. d76b67c IME events are now dispatched to native applications. by Dianne Hackborn · 14 years ago
  49. c0a7e69 Add Parcel::readExceptionCode() and Parcel::writeNoException() by Brad Fitzpatrick · 14 years ago
  50. 289b9b6 Add ANativeWindow API for directly drawing to the surface bits. by Dianne Hackborn · 14 years ago
  51. 85448bb Add new glue code for writing native apps. by Dianne Hackborn · 14 years ago
  52. 6826741 Add new native Looper API. by Dianne Hackborn · 14 years ago
  53. 8ae5a8e Get to the point of being able to do native drawing. by Dianne Hackborn · 14 years ago
  54. 54a181b Make real API for native code to get its window. by Dianne Hackborn · 14 years ago
  55. 160edb3 Add ability to guard a thread against setting its own prio to bg by Christopher Tate · 14 years ago
  56. 3c80a4a Implement default key handling for native code. by Dianne Hackborn · 14 years ago
  57. 2e9f93e Update native activity & event APIs to follow correct conventions. by Dianne Hackborn · 14 years ago
  58. 349703e Native input event dispatching. by Jeff Brown · 14 years ago
  59. 9bf39ef Do not log AT command traffic by default. by Nick Pelly · 14 years ago
  60. 619346f Added support for audio sessions in MediaPlayer and AudioTrack. by Eric Laurent · 14 years ago
  61. a95e4cb First stab at attaching native event dispatching. by Dianne Hackborn · 14 years ago
  62. aaf39f8 Merge "GPS: remove GpsEventThread from GpsLocationProvider" into gingerbread by Mike Lockwood · 14 years ago
  63. f602d36 GPS: remove GpsEventThread from GpsLocationProvider by Mike Lockwood · 14 years ago
  64. 224107a Add OpenGL ES 2.0 VBO versions glDrawElements and glVertexAttribPointer. by Jack Palevich · 14 years ago
  65. 5c225b1 Even more native input dispatch work in progress. by Jeff Brown · 14 years ago
  66. 9c3cda0 More work in progress on native events. by Jeff Brown · 14 years ago
  67. 46b9ac0 Native input dispatch rewrite work in progress. by Jeff Brown · 14 years ago
  68. b8bb78f Change camera interface to support multiple cameras. by Chih-Chung Chang · 14 years ago
  69. 8b73ae4 fix [2757903] Crash in EGL when creating an EGLSurface by Mathias Agopian · 14 years ago
  70. a8ebe8b am df2e2eff: Merge "Watchdog now records kernel stacks when it fires" into froyo by Christopher Tate · 14 years ago
  71. fae5cb2 optimize Surface.readFromParcel() by Mathias Agopian · 14 years ago
  72. ecaa7b4 Watchdog now records kernel stacks when it fires by Christopher Tate · 14 years ago
  73. a7c0bdc Delete local references to avoid reference table overflow. by Jaikumar Ganesh · 14 years ago
  74. 74323fd Update NativeActivity to allow direct surface access. by Dianne Hackborn · 14 years ago
  75. 79290ae Get rid of warnings when compiled with -Wformat-security by Nick Kralevich · 14 years ago
  76. 7d5cea9 am 7e76b6d1: am 6d00151c: Merge "Hopefully fix issue #2662536: Why is launcher being killed?" into froyo by Dianne Hackborn · 14 years ago
  77. 906497c Hopefully fix issue #2662536: Why is launcher being killed? by Dianne Hackborn · 14 years ago
  78. e25cc65 Support multiple cameras in framework. by Chih-Chung Chang · 14 years ago
  79. b658cc4 Merge "Prevent local reference table overflows" into kraken by Kenny Root · 14 years ago
  80. fa9e7c0 Sketch of Native input for MessageQueue / Looper / ViewRoot by Christopher Tate · 14 years ago
  81. 485dd21 Prevent local reference table overflows by Kenny Root · 14 years ago
  82. 33232d2 Merge "Add UUID property for adapter." into kraken by Jaikumar Ganesh · 14 years ago
  83. 69969e4 First pass at NativeActivity. by Dianne Hackborn · 14 years ago
  84. 94278c9 Add UUID property for adapter. by Jaikumar Ganesh · 14 years ago
  85. 9997f66 Revert "Fix runtime reboot when connecting to a A2DP headset and" by Jaikumar Ganesh · 14 years ago
  86. 55b0110 Fix runtime reboot when connecting to a A2DP headset and user toggles BT state. by Jaikumar Ganesh · 14 years ago
  87. 55fb51a resolved conflicts for merge of 86303198 to kraken by Marco Nelissen · 14 years ago
  88. 8138cb4 Make Surface.toString() show more useful info to help debug bug 2594388. by Marco Nelissen · 14 years ago
  89. a8a0aa8 better fix for [2420565] Surface.lockCanvas() updates the dirty region too often by Mathias Agopian · 14 years ago
  90. dbc108a am 15feb4de: am 19275cb5: Merge "Remove code to pass the nonexistant lockprofsample flag to Dalvik." into froyo by Carl Shapiro · 14 years ago
  91. 8ba73ac Remove code to pass the nonexistant lockprofsample flag to Dalvik. by Carl Shapiro · 14 years ago
  92. 49ee271 am cb2906e4: am d5a873fb: Merge "Add command line flags to enable lock profiling." into froyo by Carl Shapiro · 14 years ago
  93. d8f3ec6 Add command line flags to enable lock profiling. by Carl Shapiro · 14 years ago
  94. 8b13832 don't hardcode "mSurface" throughout our source code by Mathias Agopian · 14 years ago
  95. aeeea3d am 505f22d1: am 2d3df559: Merge "Fix sim build (sim doesn\'t have strl*() reliably...)" into froyo by Dan Egnor · 14 years ago
  96. 4e8d823 Fix sim build (sim doesn't have strl*() reliably...) by Dan Egnor · 14 years ago
  97. 5b4cc93 am f5d506d9: am 78158db5: Hail-Mary attempt to avoid apparent blocking problems in readEvents(). by Dan Egnor · 14 years ago
  98. 78158db Hail-Mary attempt to avoid apparent blocking problems in readEvents(). by Dan Egnor · 14 years ago
  99. a40b3a8 am c1420832: am 5945579e: Merge "Change TrafficStats to a new JNI implementation." into froyo by Dan Egnor · 14 years ago
  100. 2b4abcd Change TrafficStats to a new JNI implementation. by Dan Egnor · 14 years ago