1. 2352b97 Initial checkin of spot presentation for touchpad gestures. by Jeff Brown · 13 years ago
  2. b39d897 Use Harfbuzz for Canvas drawText APIs by Fabrice Di Meglio · 13 years ago
  3. 06732fd Return chars advances instead of glyphs advances by Fabrice Di Meglio · 13 years ago
  4. f7b9e78 Merge "Add Unicode BiDi Algo before drawing text in Canvas" by Fabrice Di Meglio · 13 years ago
  5. 689e515 Add Unicode BiDi Algo before drawing text in Canvas by Fabrice Di Meglio · 13 years ago
  6. d195e5a Replace a custom AndroidRuntime::findClass with a more targeted fix. by Elliott Hughes · 13 years ago
  7. 13f3683 Merge "More native code cleanup." by Elliott Hughes · 13 years ago
  8. f17b971 More native code cleanup. by Elliott Hughes · 13 years ago
  9. f9dc3db Merge "Use an @hide libcore API to get the FileDescriptor from a Socket." by Elliott Hughes · 13 years ago
  10. e9cf71d Merge "Don't allocate a raw object then call its constructor manually..." by Elliott Hughes · 13 years ago
  11. cf6f7a0 Don't allocate a raw object then call its constructor manually... by Elliott Hughes · 13 years ago
  12. 4cb1753 Remove useless forward declarations. by Elliott Hughes · 13 years ago
  13. 4390758 Use an @hide libcore API to get the FileDescriptor from a Socket. by Elliott Hughes · 13 years ago
  14. dd66bcb More native code cleanup. by Elliott Hughes · 13 years ago
  15. ae44796 Merge "Kill the global references in the OpenGL wrappers." by Elliott Hughes · 13 years ago
  16. a3804cf You don't need to poke around inside FileDescriptor manually. by Elliott Hughes · 13 years ago
  17. 24ce5fb Kill the global references in the OpenGL wrappers. by Elliott Hughes · 13 years ago
  18. dcd2ef9 Merge "More JNI exception-throwing cleanup." by Elliott Hughes · 13 years ago
  19. 69a017b More JNI exception-throwing cleanup. by Elliott Hughes · 13 years ago
  20. 0343a7e Merge "TextLayoutCache - add glyphs caching" by Fabrice Di Meglio · 13 years ago
  21. fcf2be1 TextLayoutCache - add glyphs caching by Fabrice Di Meglio · 13 years ago
  22. ceb8897 Merge "Tolerate missing AccountManager resource, not just missing resource name" by Brian Carlstrom · 13 years ago
  23. fbb0788 Merge "Use jniThrowException for exception throwing from native code." by Elliott Hughes · 13 years ago
  24. 8451b25 Use jniThrowException for exception throwing from native code. by Elliott Hughes · 13 years ago
  25. e17aeb3 Improve activity manager debug dumps. by Dianne Hackborn · 13 years ago
  26. 46703b0 Tolerate missing AccountManager resource, not just missing resource name by Brian Carlstrom · 13 years ago
  27. 85b65f2 Merge "Miscellaneous code cleanup in audio framework" by Glenn Kasten · 13 years ago
  28. 3fc982f Add new resource configurations for screen width/height in "dp". by Dianne Hackborn · 13 years ago
  29. ed0079d Miscellaneous code cleanup in audio framework by Glenn Kasten · 13 years ago
  30. fb84ce0 Merge "Don't use local ref for cached jclass reference in JNI code" by Brian Carlstrom · 13 years ago
  31. 46e18c11 Don't use local ref for cached jclass reference in JNI code by Brian Carlstrom · 13 years ago
  32. 9552766 Merge "Add support for supplicant SCAN_INTERVAL" by Irfan Sheriff · 13 years ago
  33. 2b7f638 Add support for supplicant SCAN_INTERVAL by Irfan Sheriff · 13 years ago
  34. 14faa3b Update for change in Bluez version. by Jaikumar Ganesh · 13 years ago
  35. 72b1806 Disable Out of Band pairing for Bluez upgrade. by Jaikumar Ganesh · 13 years ago
  36. 23e0df5 Merge "TextLayoutCache - more code refactoring" by Fabrice Di Meglio · 13 years ago
  37. 48796a8 TextLayoutCache - more code refactoring by Fabrice Di Meglio · 13 years ago
  38. 3a6076e Merge "Fix usages of PopLocalFrame to include returned local reference" by Brian Carlstrom · 13 years ago
  39. b32b1dd Fix usages of PopLocalFrame to include returned local reference by Brian Carlstrom · 13 years ago
  40. 1de9e7a Code refactoring for TextLayoutCache by Fabrice Di Meglio · 13 years ago
  41. 9a9adb5 am 5851b866: am 27e00544: am 9907d161: Merge "Fix data corruption when writing to Bluetooth socket" by Brad Fitzpatrick · 13 years ago
  42. 5851b86 am 27e00544: am 9907d161: Merge "Fix data corruption when writing to Bluetooth socket" by Brad Fitzpatrick · 13 years ago
  43. 27e0054 am 9907d161: Merge "Fix data corruption when writing to Bluetooth socket" by Brad Fitzpatrick · 13 years ago
  44. 36aa883 Fix data corruption when writing to Bluetooth socket by Mike Playle · 14 years ago
  45. aedc2a8 Merge "Tracking merge of dalvik-dev to master" by Brian Carlstrom · 13 years ago
  46. 08065b9 Tracking merge of dalvik-dev to master by Brian Carlstrom · 13 years ago
  47. 905787a Fix the build: break due to no OPENGL in some builds by Chet Haase · 13 years ago
  48. 0865d33 Fix the build - change a reference to a namespace specification by Chet Haase · 13 years ago
  49. 09bc5f5 Merge "Add logging of graphics acceleration info to bugreports" by Chet Haase · 13 years ago
  50. 9c1e23b Add logging of graphics acceleration info to bugreports by Chet Haase · 13 years ago
  51. bc2278b Merge "Add a little input event consistency verifier." by Jeff Brown · 13 years ago
  52. 21bc5c9 Add a little input event consistency verifier. by Jeff Brown · 13 years ago
  53. 0fb1ac0 Merge "Code cleaning - suppress non useful code" by Fabrice Di Meglio · 13 years ago
  54. 99e95b0 Code cleaning - suppress non useful code by Fabrice Di Meglio · 13 years ago
  55. aabe537 Update TextLayoutCache key for supporting more SkPaint properties by Fabrice Di Meglio · 13 years ago
  56. eee49c6 Fix text redering issue where the text was sometimes truncated by Fabrice Di Meglio · 13 years ago
  57. 571a24b Merge "Use mask_eighth_bit function to replace is_ascii check." by Matthew Xie · 13 years ago
  58. 7310867 Add Java support for a few accidentally omitted OpenGL ES APIs. by Jack Palevich · 13 years ago
  59. 08d7778 Fix memory leak of SkMovie class by Kimiyoshi Kusaka · 13 years ago
  60. 696257c merge libsurfaceflinger_client into libgui by Mathias Agopian · 13 years ago
  61. 251ae9a Fix text redering issue where the text was sometimes truncated by Fabrice Di Meglio · 13 years ago
  62. aa5eb64 Merge "Use Harfbuzz instead of ICU4C for computing advances" by Fabrice Di Meglio · 13 years ago
  63. 9f82b58 Use Harfbuzz instead of ICU4C for computing advances by Fabrice Di Meglio · 13 years ago
  64. 1a81aea Update GL textures when changing a Bitmap's pixels Bug #4146495 by Romain Guy · 13 years ago
  65. fe90059 Use mask_eighth_bit function to replace is_ascii check. by Matthew Xie · 13 years ago
  66. ed6fcb0 Add support for drawPoint() and drawPoints(). by Romain Guy · 13 years ago
  67. 173e445 Bluetooth: correcting return value from cancelDiscovery by Albert Mojir · 13 years ago
  68. a168d73 Correctly apply filters to Alpha8 bitmaps. by Romain Guy · 13 years ago
  69. c5f94d8 Add support for timestamps into SurfaceTexture. by Eino-Ville Talvala · 13 years ago
  70. 843e29d Merge "Improve VelocityTracker numerical stability." by Jeff Brown · 13 years ago
  71. 2ed2462 Improve VelocityTracker numerical stability. by Jeff Brown · 13 years ago
  72. aa155b4 am 6a20784e: am afd1c014: Merge "SqliteDatabase: Fix local reference leak in custom_function_callback()" into honeycomb-mr1 by Mike Lockwood · 13 years ago
  73. 6a20784 am afd1c014: Merge "SqliteDatabase: Fix local reference leak in custom_function_callback()" into honeycomb-mr1 by Mike Lockwood · 13 years ago
  74. b0f72de SqliteDatabase: Fix local reference leak in custom_function_callback() by Mike Lockwood · 13 years ago
  75. 491d1fe am f58f041b: am cffde30f: am 44220a56: Merge "Add some debug code to try to track down issue 3183612" into gingerbread by Dianne Hackborn · 13 years ago
  76. f58f041 am cffde30f: am 44220a56: Merge "Add some debug code to try to track down issue 3183612" into gingerbread by Dianne Hackborn · 13 years ago
  77. cffde30 am 44220a56: Merge "Add some debug code to try to track down issue 3183612" into gingerbread by Dianne Hackborn · 13 years ago
  78. 8329db3 am b245e31f: am ee7ace06: Merge "Fix rendering artifact in edge fades. Bug #4092053" into honeycomb-mr1 by Romain Guy · 13 years ago
  79. ee7ace0 Merge "Fix rendering artifact in edge fades. Bug #4092053" into honeycomb-mr1 by Romain Guy · 13 years ago
  80. 7b5b6ab Fix rendering artifact in edge fades. Bug #4092053 by Romain Guy · 13 years ago
  81. cf3004a Add some debug code to try to track down issue 3183612 by Dianne Hackborn · 13 years ago
  82. 6f3a75e Merge "Throw errors on failures to set system properties." by Brad Fitzpatrick · 13 years ago
  83. 977d1fb am dd264f21: am 76470914: Merge "Bug 3515073 Add ANativeWindow_fromSurfaceTexture" into honeycomb-mr1 by Glenn Kasten · 13 years ago
  84. 7647091 Merge "Bug 3515073 Add ANativeWindow_fromSurfaceTexture" into honeycomb-mr1 by Glenn Kasten · 13 years ago
  85. b46ecb3 am 75c95e9a: am 0eb7b697: Merge changes Ib63ab95a,I585b0610,Ia84da0b5 into honeycomb-mr1 by Mike Lockwood · 13 years ago
  86. acc29cc UsbDevice: Move IO related methods to new UsbDeviceConnection class by Mike Lockwood · 13 years ago
  87. c25e6de am 9246e4ed: am c7fcc507: Merge "Teach the framework to use the new android_reboot() function." into honeycomb-mr1 by Ken Sumrall · 13 years ago
  88. c7fcc50 Merge "Teach the framework to use the new android_reboot() function." into honeycomb-mr1 by Ken Sumrall · 13 years ago
  89. 06f3674 Throw errors on failures to set system properties. by Brad Fitzpatrick · 13 years ago
  90. c01fd04 am 4bdab175: DO NOT MERGE WiMAX support by TK MUN · 13 years ago
  91. 4bdab17 DO NOT MERGE WiMAX support by TK MUN · 13 years ago
  92. 0da47da Teach the framework to use the new android_reboot() function. by Ken Sumrall · 13 years ago
  93. 1f507be am a2048056: am 2498b4b8: Merge "Fix 3510563: memory leak in BitmapRegionDecoder." into honeycomb-mr1 by Wei-Ta Chen · 13 years ago
  94. 2498b4b Merge "Fix 3510563: memory leak in BitmapRegionDecoder." into honeycomb-mr1 by Wei-Ta Chen · 13 years ago
  95. 18632db am 2dc78477: am cc34967f: Merge "Fix issue 3439872: video chat and bluetooth SCO" into honeycomb-mr1 by Eric Laurent · 13 years ago
  96. 9b8c5f6 Merge "Remove unused JNI global references." by Carl Shapiro · 13 years ago
  97. 421ddc0 Fix issue 3439872: video chat and bluetooth SCO by Eric Laurent · 13 years ago
  98. b1a04d5 Fix 3510563: memory leak in BitmapRegionDecoder. by Chih-Chung Chang · 13 years ago
  99. f7098ce am d00353fe: am bc8a8e8c: Merge "Add support for partial invalidates in WebView Bug #3461349" into honeycomb-mr1 by Romain Guy · 13 years ago
  100. 5f4b020 am f018560c: am 25b81110: Merge "Fix EGL JNI bugs Bug #3461349" into honeycomb-mr1 by Romain Guy · 13 years ago