1. 3a053db Merge "The ICU data is no longer compiled directly into the shared library." into gingerbread by Joe Onorato · 14 years ago
  2. aa1933a The ICU data is no longer compiled directly into the shared library. by Joe Onorato · 14 years ago
  3. d76b67c IME events are now dispatched to native applications. by Dianne Hackborn · 14 years ago
  4. c0a7e69 Add Parcel::readExceptionCode() and Parcel::writeNoException() by Brad Fitzpatrick · 14 years ago
  5. 289b9b6 Add ANativeWindow API for directly drawing to the surface bits. by Dianne Hackborn · 14 years ago
  6. 85448bb Add new glue code for writing native apps. by Dianne Hackborn · 14 years ago
  7. 6826741 Add new native Looper API. by Dianne Hackborn · 14 years ago
  8. 8ae5a8e Get to the point of being able to do native drawing. by Dianne Hackborn · 14 years ago
  9. 54a181b Make real API for native code to get its window. by Dianne Hackborn · 14 years ago
  10. 160edb3 Add ability to guard a thread against setting its own prio to bg by Christopher Tate · 14 years ago
  11. 3c80a4a Implement default key handling for native code. by Dianne Hackborn · 14 years ago
  12. 2e9f93e Update native activity & event APIs to follow correct conventions. by Dianne Hackborn · 14 years ago
  13. 349703e Native input event dispatching. by Jeff Brown · 14 years ago
  14. 9bf39ef Do not log AT command traffic by default. by Nick Pelly · 14 years ago
  15. 619346f Added support for audio sessions in MediaPlayer and AudioTrack. by Eric Laurent · 14 years ago
  16. a95e4cb First stab at attaching native event dispatching. by Dianne Hackborn · 14 years ago
  17. aaf39f8 Merge "GPS: remove GpsEventThread from GpsLocationProvider" into gingerbread by Mike Lockwood · 14 years ago
  18. f602d36 GPS: remove GpsEventThread from GpsLocationProvider by Mike Lockwood · 14 years ago
  19. 224107a Add OpenGL ES 2.0 VBO versions glDrawElements and glVertexAttribPointer. by Jack Palevich · 14 years ago
  20. 5c225b1 Even more native input dispatch work in progress. by Jeff Brown · 14 years ago
  21. 9c3cda0 More work in progress on native events. by Jeff Brown · 14 years ago
  22. 46b9ac0 Native input dispatch rewrite work in progress. by Jeff Brown · 14 years ago
  23. b8bb78f Change camera interface to support multiple cameras. by Chih-Chung Chang · 14 years ago
  24. 8b73ae4 fix [2757903] Crash in EGL when creating an EGLSurface by Mathias Agopian · 14 years ago
  25. a8ebe8b am df2e2eff: Merge "Watchdog now records kernel stacks when it fires" into froyo by Christopher Tate · 14 years ago
  26. fae5cb2 optimize Surface.readFromParcel() by Mathias Agopian · 14 years ago
  27. ecaa7b4 Watchdog now records kernel stacks when it fires by Christopher Tate · 14 years ago
  28. a7c0bdc Delete local references to avoid reference table overflow. by Jaikumar Ganesh · 14 years ago
  29. 74323fd Update NativeActivity to allow direct surface access. by Dianne Hackborn · 14 years ago
  30. 79290ae Get rid of warnings when compiled with -Wformat-security by Nick Kralevich · 14 years ago
  31. 7d5cea9 am 7e76b6d1: am 6d00151c: Merge "Hopefully fix issue #2662536: Why is launcher being killed?" into froyo by Dianne Hackborn · 14 years ago
  32. 906497c Hopefully fix issue #2662536: Why is launcher being killed? by Dianne Hackborn · 14 years ago
  33. e25cc65 Support multiple cameras in framework. by Chih-Chung Chang · 14 years ago
  34. b658cc4 Merge "Prevent local reference table overflows" into kraken by Kenny Root · 14 years ago
  35. fa9e7c0 Sketch of Native input for MessageQueue / Looper / ViewRoot by Christopher Tate · 14 years ago
  36. 485dd21 Prevent local reference table overflows by Kenny Root · 14 years ago
  37. 33232d2 Merge "Add UUID property for adapter." into kraken by Jaikumar Ganesh · 14 years ago
  38. 69969e4 First pass at NativeActivity. by Dianne Hackborn · 14 years ago
  39. 94278c9 Add UUID property for adapter. by Jaikumar Ganesh · 14 years ago
  40. 9997f66 Revert "Fix runtime reboot when connecting to a A2DP headset and" by Jaikumar Ganesh · 14 years ago
  41. 55b0110 Fix runtime reboot when connecting to a A2DP headset and user toggles BT state. by Jaikumar Ganesh · 14 years ago
  42. 55fb51a resolved conflicts for merge of 86303198 to kraken by Marco Nelissen · 14 years ago
  43. 8138cb4 Make Surface.toString() show more useful info to help debug bug 2594388. by Marco Nelissen · 14 years ago
  44. a8a0aa8 better fix for [2420565] Surface.lockCanvas() updates the dirty region too often by Mathias Agopian · 14 years ago
  45. dbc108a am 15feb4de: am 19275cb5: Merge "Remove code to pass the nonexistant lockprofsample flag to Dalvik." into froyo by Carl Shapiro · 14 years ago
  46. 8ba73ac Remove code to pass the nonexistant lockprofsample flag to Dalvik. by Carl Shapiro · 14 years ago
  47. 49ee271 am cb2906e4: am d5a873fb: Merge "Add command line flags to enable lock profiling." into froyo by Carl Shapiro · 14 years ago
  48. d8f3ec6 Add command line flags to enable lock profiling. by Carl Shapiro · 14 years ago
  49. 8b13832 don't hardcode "mSurface" throughout our source code by Mathias Agopian · 14 years ago
  50. aeeea3d am 505f22d1: am 2d3df559: Merge "Fix sim build (sim doesn\'t have strl*() reliably...)" into froyo by Dan Egnor · 14 years ago
  51. 4e8d823 Fix sim build (sim doesn't have strl*() reliably...) by Dan Egnor · 14 years ago
  52. 5b4cc93 am f5d506d9: am 78158db5: Hail-Mary attempt to avoid apparent blocking problems in readEvents(). by Dan Egnor · 14 years ago
  53. 78158db Hail-Mary attempt to avoid apparent blocking problems in readEvents(). by Dan Egnor · 14 years ago
  54. a40b3a8 am c1420832: am 5945579e: Merge "Change TrafficStats to a new JNI implementation." into froyo by Dan Egnor · 14 years ago
  55. 2b4abcd Change TrafficStats to a new JNI implementation. by Dan Egnor · 14 years ago
  56. 00b7427 Move files internal to LocationManagerService from framework.jar to services.jar by Mike Lockwood · 14 years ago
  57. d4afde3 am b8fc825d: am 3a0d1d11: Merge "Fix crash while turning bluetooth on, due to a race condition." into froyo by Jaikumar Ganesh · 14 years ago
  58. 3a0d1d1 Merge "Fix crash while turning bluetooth on, due to a race condition." into froyo by Jaikumar Ganesh · 14 years ago
  59. b8aa037 Fix crash while turning bluetooth on, due to a race condition. by Jaikumar Ganesh · 14 years ago
  60. 8acdb91 Merge "Add support for GPS privacy lock. DO NOT MERGE" into froyo by Mike Lockwood · 14 years ago
  61. 0ca2519 Add some comments for zoom methods. by Wu-cheng Li · 14 years ago
  62. a3ba63d Add support for GPS privacy lock. DO NOT MERGE by Mike Lockwood · 14 years ago
  63. 5348c01 Better fix for gettid() sim-eng breakage from last night. by Brad Fitzpatrick · 14 years ago
  64. cd06ff1 Merge "update dox that we ignore the exact parameter on computeBounds" by Mike Reed · 14 years ago
  65. 54900e8 update dox that we ignore the exact parameter on computeBounds by Mike Reed · 14 years ago
  66. f426401 Merge "Fix Phone App crash due to binary data in HSP/HFP stream." by Nick Pelly · 14 years ago
  67. 8457b0f Fix Phone App crash due to binary data in HSP/HFP stream. by Nick Pelly · 14 years ago
  68. ad8fd28 Hopefully fix the sim-eng build, part 2. by Brad Fitzpatrick · 14 years ago
  69. 8f26b32 Try to fix sim build. Looks like gettid() is in unistd.h. by Brad Fitzpatrick · 14 years ago
  70. 2c5da31 Log blocking Binder calls to the EventLog. by Brad Fitzpatrick · 14 years ago
  71. 4b4d303 Merge "Ensure Binder finalizer handles partially initialized instances." by Jeff Brown · 14 years ago
  72. 582763a Ensure Binder finalizer handles partially initialized instances. by Jeff Brown · 14 years ago
  73. 69c997a Update a stale JIT option name. by Ben Cheng · 14 years ago
  74. 39f10ec If we detect a 9patch chunk, force the config chooser to avoid 565, with its pre-dithering madness by Mike Reed · 14 years ago
  75. af1e11b one step toward fixing [2501808] sapphire: OOM in GPU Surface area by Mathias Agopian · 14 years ago
  76. 02034d3 merge from open-source master by The Android Open Source Project · 14 years ago
  77. aa0071d Add check for null name on SCO connect by Eric Olsen · 14 years ago
  78. 5e12aec Add the blacklist for the SCO connections by Eric Olsen · 14 years ago
  79. cc17ed2 ignore not-so-useful warning messages from sqlite logging func by Vasu Nori · 14 years ago
  80. ed0d1ab Everytime Bluetooth was turned off two file descriptors were not closed by Johannes Carlsson · 14 years ago
  81. b945639 Make JNI function for setLocale() call register_localized_collators() by Daisuke Miyakawa · 14 years ago
  82. e6335c9 Add locking around AudioRecord release() function in JNI. Bug 2481952. by Dave Sparks · 14 years ago
  83. 06ea4c7 Merge "add more debug info to SQL section in bugreport" by Vasu Nori · 14 years ago
  84. c384920 add more debug info to SQL section in bugreport by Vasu Nori · 14 years ago
  85. 36ad54a force purgeability for assets by Mike Reed · 14 years ago
  86. aa86859 YuvImage: jpeg_set_quality() should be called after jpeg_set_defaults(). by Chia-chi Yeh · 14 years ago
  87. ae58f6d Merge "Add an API to set the link timeout." by Jaikumar Ganesh · 14 years ago
  88. b7e029d Add an API to set the link timeout. by Jaikumar Ganesh · 14 years ago
  89. 1a9c27c Add a LOG_TAG for android.graphics.Graphics JNI. by Ficus Kirkpatrick · 15 years ago
  90. c8195ff Merge "rollback AFTER commit causes warning message from sqlite bug:2486731" by Vasu Nori · 14 years ago
  91. 2390380 Merge "location: dump LocationProvider internal state" by Mike Lockwood · 14 years ago
  92. 5bffb45 Merge "hidden api sameAs() to compare the pixels of 2 bitmaps for equality" by Mike Reed · 14 years ago
  93. 76d1e01 hidden api sameAs() to compare the pixels of 2 bitmaps for equality by Mike Reed · 15 years ago
  94. 3c8fbdf location: dump LocationProvider internal state by Fred Fettinger · 15 years ago
  95. 78f307d rollback AFTER commit causes warning message from sqlite bug:2486731 by Vasu Nori · 15 years ago
  96. 7adc274 Fix up missed refactoring in JNI reg and preloaded-classes by Christopher Tate · 15 years ago
  97. 4528186 Refactor android.backup => android.app.backup by Christopher Tate · 15 years ago
  98. 16d8cf9 Merge "provide databasename to the logging func registration func" by Vasu Nori · 15 years ago
  99. bd29b7c provide databasename to the logging func registration func by Vasu Nori · 15 years ago
  100. 20cb56e Fix some bugs. by Dianne Hackborn · 15 years ago