1. 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
  2. af1e11b one step toward fixing [2501808] sapphire: OOM in GPU Surface area by Mathias Agopian · 14 years ago
  3. 02034d3 merge from open-source master by The Android Open Source Project · 14 years ago
  4. aa0071d Add check for null name on SCO connect by Eric Olsen · 14 years ago
  5. 5e12aec Add the blacklist for the SCO connections by Eric Olsen · 14 years ago
  6. cc17ed2 ignore not-so-useful warning messages from sqlite logging func by Vasu Nori · 14 years ago
  7. ed0d1ab Everytime Bluetooth was turned off two file descriptors were not closed by Johannes Carlsson · 14 years ago
  8. b945639 Make JNI function for setLocale() call register_localized_collators() by Daisuke Miyakawa · 14 years ago
  9. e6335c9 Add locking around AudioRecord release() function in JNI. Bug 2481952. by Dave Sparks · 14 years ago
  10. 06ea4c7 Merge "add more debug info to SQL section in bugreport" by Vasu Nori · 14 years ago
  11. c384920 add more debug info to SQL section in bugreport by Vasu Nori · 14 years ago
  12. 36ad54a force purgeability for assets by Mike Reed · 14 years ago
  13. aa86859 YuvImage: jpeg_set_quality() should be called after jpeg_set_defaults(). by Chia-chi Yeh · 14 years ago
  14. ae58f6d Merge "Add an API to set the link timeout." by Jaikumar Ganesh · 14 years ago
  15. b7e029d Add an API to set the link timeout. by Jaikumar Ganesh · 14 years ago
  16. 1a9c27c Add a LOG_TAG for android.graphics.Graphics JNI. by Ficus Kirkpatrick · 14 years ago
  17. c8195ff Merge "rollback AFTER commit causes warning message from sqlite bug:2486731" by Vasu Nori · 14 years ago
  18. 2390380 Merge "location: dump LocationProvider internal state" by Mike Lockwood · 14 years ago
  19. 5bffb45 Merge "hidden api sameAs() to compare the pixels of 2 bitmaps for equality" by Mike Reed · 14 years ago
  20. 76d1e01 hidden api sameAs() to compare the pixels of 2 bitmaps for equality by Mike Reed · 14 years ago
  21. 3c8fbdf location: dump LocationProvider internal state by Fred Fettinger · 15 years ago
  22. 78f307d rollback AFTER commit causes warning message from sqlite bug:2486731 by Vasu Nori · 14 years ago
  23. 7adc274 Fix up missed refactoring in JNI reg and preloaded-classes by Christopher Tate · 14 years ago
  24. 4528186 Refactor android.backup => android.app.backup by Christopher Tate · 14 years ago
  25. 16d8cf9 Merge "provide databasename to the logging func registration func" by Vasu Nori · 14 years ago
  26. bd29b7c provide databasename to the logging func registration func by Vasu Nori · 14 years ago
  27. 20cb56e Fix some bugs. by Dianne Hackborn · 14 years ago
  28. 91d0e3c resubmit reverted CL https://android-git.corp.google.com/g/#change,42682 by Vasu Nori · 14 years ago
  29. 7d7ce2b Merge "Tone down a log message." by Andy McFadden · 14 years ago
  30. 5d26c1e Added a name to Surface created by SurfaceFlinger by Mathias Agopian · 14 years ago
  31. b649ca2 revert due to the sqlite build problem on Mac.. by Vasu Nori · 14 years ago
  32. e0dab5b Merge "register a logging func with sqlite, to get extra info on errors" by Vasu Nori · 14 years ago
  33. 701d916 Tone down a log message. by Andy McFadden · 14 years ago
  34. 54dd0f2 register a logging func with sqlite, to get extra info on errors by Vasu Nori · 14 years ago
  35. 00bb938 Add new Slog class. by Joe Onorato · 14 years ago
  36. dae8e94 Add support for accessing native bidi implementation via jni. by Doug Felt · 14 years ago
  37. 780d2a1 Use UTF-8 strings to avoid duplicate caching, part 1 by Kenny Root · 14 years ago
  38. a696f5d Add ImageFormat.java and move the Camera/YUV constants from PixelFormat to it. by Mathias Agopian · 14 years ago
  39. 76c22f1 Merge "Set error condition correctly when device is already created." by Jaikumar Ganesh · 14 years ago
  40. d7a0cde Merge "Adjust SQLiteDatabase/Program buffer sizes" by Kenny Root · 14 years ago
  41. f80efdf Adjust SQLiteDatabase/Program buffer sizes by Kenny Root · 14 years ago
  42. 59d25d0 Catch Java exceptions in the FileObserver JNI code by Mike Lockwood · 14 years ago
  43. cf5f652 Set error condition correctly when device is already created. by Jaikumar Ganesh · 14 years ago
  44. 574ecc8 Merge "Add better index checks for AndroidCharacter.mirror" by Kenny Root · 14 years ago
  45. aec0937 Merge "AVRCP volume controls for the docks." by Jaikumar Ganesh · 14 years ago
  46. 073a3d5 Add better index checks for AndroidCharacter.mirror by Kenny Root · 14 years ago
  47. 8f2423e get rid off the YUV formats at the libui layer by Mathias Agopian · 14 years ago
  48. bb9a517 Add API to access ICU's East Asian Width by Kenny Root · 14 years ago
  49. 4f773a1 AVRCP volume controls for the docks. by Jaikumar Ganesh · 14 years ago
  50. 412dc7d Fix off-by-one in parse3339 timezone check by Kenny Root · 14 years ago
  51. a9886c5 Totally remove Unicode.cpp and rely on ICU by Kenny Root · 14 years ago
  52. 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 15 years ago
  53. 27b28b3 Introduce special UI modes for night and car usage. by Tobias Haamel · 15 years ago
  54. 870d81d remove android.os.Base64Utils by Doug Zongker · 15 years ago
  55. 3ef94e2 use sqlite 3.6.22 to print and profile the sql statetements by Vasu Nori · 15 years ago
  56. 6511fe9 Merge "Add a "dalvik.vm.gc.overwritefree" property. When set to "true", the VM will be given the "-Xgc:overwritefree" flag, and the GC will clobber the memory of freed objects." by Barry Hayes · 15 years ago
  57. c2b3217 Add a "dalvik.vm.gc.overwritefree" property. When set to "true", the by Barry Hayes · 15 years ago
  58. 2c94dac Merge "Don't use the MemoryDealer in CursorWindow, it's not necessary." by Mathias Agopian · 15 years ago
  59. f5dbf6a Remove excessive logging. by Wu-cheng Li · 15 years ago
  60. d1f74d0 Don't use the MemoryDealer in CursorWindow, it's not necessary. by Mathias Agopian · 15 years ago
  61. 6faf789 Simplify the MemoryDealer implementation by Mathias Agopian · 15 years ago
  62. 8a4de4b Implement the GL11ExtensionPack APIs. by Jack Palevich · 15 years ago
  63. 89e02ed Merge "Add support for setting camera display orientation." by Chih-Chung Chang · 15 years ago
  64. bca2d61 Add a Java API that converts yuv data to a jpeg. by Wei-Ta Chen · 15 years ago
  65. 148fea0 Merge "add API to change default config on image decoders." by Mike Reed · 15 years ago
  66. d1d7706 Add support for setting camera display orientation. by Chih-Chung Chang · 15 years ago
  67. ab4a0c1 add API to change default config on image decoders. by Mike Reed · 15 years ago
  68. 23f25cd Fix issue 2378022: AudioService should direct volume control to STREAM_VOICE_CALL stream when STREAM_VOICE_CALL stream is active. by Eric Laurent · 15 years ago
  69. 21bf222 Fix leak of DBus match rule. by Nick Pelly · 15 years ago
  70. 6dc9232 am a66baccc: Merge "Do not merge" into eclair by Mike Reed · 15 years ago
  71. 12bcbdc Do not merge by Mike Reed · 15 years ago
  72. 7066042 am 9f954cf2: Merge "Do not merge" into eclair by Mike Reed · 15 years ago
  73. 1e1a7a5 Do not merge by Mike Reed · 15 years ago
  74. fa10153 resolved conflicts for merge of d26707da to master by Jean-Baptiste Queru · 15 years ago
  75. d26707d am c93c70c4: Merge "framework: storage: Ensure that filesystems are unmounted before shutdown/reboot" into eclair by San Mehat · 15 years ago
  76. 7ebf017 framework: storage: Ensure that filesystems are unmounted before shutdown/reboot by San Mehat · 15 years ago
  77. f5d95cb less log spew by Joe Onorato · 15 years ago
  78. 6916089 Remove old EventLog tests from here, they will be replaced by a by Dan Egnor · 15 years ago
  79. dc4cc3f Stop spamming the log. by Joe Onorato · 15 years ago
  80. 62136d3 Simplify EventLog interface -- remove supported for nested by Dan Egnor · 15 years ago
  81. 7bcbd51 Don't round size to page size. Ashmem will do this internally as needed. by Marco Nelissen · 15 years ago
  82. c95a176 Remove some logging from camera operations. Bug 2346606. by Dave Sparks · 15 years ago
  83. a6276fd A library for encoding and decoding ETC1 textures. by Jack Palevich · 15 years ago
  84. 5237f01 am c4978805: merge from open-source master by Jean-Baptiste Queru · 15 years ago
  85. c497880 merge from open-source master by Jean-Baptiste Queru · 15 years ago
  86. f7ed3a2 am 0249c83e: am 31a69fdb: throw if we have a null typeface native instance (so we don\'t crash in native code) we may still have to native-destroy a Typeface with a null ref, so check for that by Mike Reed · 15 years ago
  87. 31a69fd throw if we have a null typeface native instance (so we don't crash in native code) by Mike Reed · 15 years ago
  88. ef33087 am 57043a67: am 43ad522d: Merge change Ic0e32f12 into eclair-mr2 by Jaikumar Ganesh · 15 years ago
  89. c0e32f1 Add a callback for the ConnectSink Call. by Jaikumar Ganesh · 15 years ago
  90. 314664d am 68a3b8b6: am 24eca800: Merge change I887f355f into eclair-mr2 by Dianne Hackborn · 15 years ago
  91. 981ccfb Implement Matrix Palette extension. by Jack Palevich · 15 years ago
  92. 3608891 Add a Java API for OpenGL ES 2.0. by Jack Palevich · 15 years ago
  93. 5c47265 Merge change Ibe6eac82 by Android (Google) Code Review · 15 years ago
  94. be6eac8 Implement Matrix Palette extension. by Jack Palevich · 15 years ago
  95. 887f355 Propagate background scheduling class across processes. by Dianne Hackborn · 15 years ago
  96. feab08b am e30bae7f: am b8341cf7: am 6d42d806: Merge change I9cc489a2 into eclair by Eric Laurent · 15 years ago
  97. 0303edf am a26b0a40: am ed6dd2e6: am d3bc1994: Merge change I397b6a93 into eclair by Christopher Tate · 15 years ago
  98. b8341cf am 6d42d806: Merge change I9cc489a2 into eclair by Eric Laurent · 15 years ago
  99. 9cc489a Fix issue 2304669: VoiceIME: starting and canceling voice IME yields persistent "error 8" state on future attempts and breaks voice search. by Eric Laurent · 15 years ago
  100. ed6dd2e am d3bc1994: Merge change I397b6a93 into eclair by Christopher Tate · 15 years ago