1. a0a117b Fix bug #5822825 Paint.measureText (char[] text, int index, int count) cannot handle text more than 32K long - DO NOT MERGE by Fabrice Di Meglio · 13 years ago
  2. 99cdc6a Fix TextLayoutCache issue when loading Font tables (DO NOT MERGE) by Fabrice Di Meglio · 13 years ago
  3. f98c2a6 Fix memory corruption issues in TextLayoutCache. (DO NOT MERGE) by Jeff Brown · 13 years ago
  4. c93a151 Merge "Define, document, and test the behavior of very large SurfaceTextures" into ics-mr1 by Mathias Agopian · 13 years ago
  5. 6f0464e am f1f0c873: Fix bug in TextLayoutCacheKey handling embedded nulls. by Jeff Brown · 13 years ago
  6. b89d88f Define, document, and test the behavior of very large SurfaceTextures by Mathias Agopian · 13 years ago
  7. f1f0c87 Fix bug in TextLayoutCacheKey handling embedded nulls. by Jeff Brown · 13 years ago
  8. 07b4b31 am bcf05a69: Fix bug #5553401 TextLayoutCache is too verbose: "computeValuesWithHarfbuzz -- need to force to single run" by Fabrice Di Meglio · 13 years ago
  9. bcf05a6 Fix bug #5553401 TextLayoutCache is too verbose: "computeValuesWithHarfbuzz -- need to force to single run" by Fabrice Di Meglio · 13 years ago
  10. 904221a Fix bug #5504346 Hung in native_getTextRunAdvances - DO NOT MERGE by Fabrice Di Meglio · 13 years ago
  11. 26e9ee2 Fix bug #5504346 Hung in native_getTextRunAdvances - DO NOT MERGE by Fabrice Di Meglio · 13 years ago
  12. 44cd3f8 Merge "Fix compilation issue when DEBUG_GLYPHS define is activated" by Fabrice Di Meglio · 13 years ago
  13. a99ed62 Fix compilation issue when DEBUG_GLYPHS define is activated by Fabrice Di Meglio · 13 years ago
  14. 2c183fa Notify a Bitmap is has changed when calling copyPixelFromBuffer by Romain Guy · 13 years ago
  15. 5c863f7 Fix bug #5371117 Regression : The Hebrew / Arabic text behavior in ICS latest build is wrong by Fabrice Di Meglio · 13 years ago
  16. 6579a9d Transfer large bitmaps using ashmem. Bug: 5224703 by Jeff Brown · 13 years ago
  17. 8ebf1ef Merge "Fix potential issue with the TextLayoutCache with glyphs" by Fabrice Di Meglio · 13 years ago
  18. 155fa38 Fix potential issue with the TextLayoutCache with glyphs by Fabrice Di Meglio · 13 years ago
  19. 717060b Improve TextLayoutCache performances a bit by Fabrice Di Meglio · 13 years ago
  20. 5293cea Fix bug # 5376028 Arabic text is kinda broken - disappearing glyphs by Fabrice Di Meglio · 13 years ago
  21. 79df532 Fix bug #5332081 TextLayoutCache needs to be able to have more cache hits by Fabrice Di Meglio · 13 years ago
  22. 7aac297 TextLayoutCacheKey needs to store start and count. by Jeff Brown · 13 years ago
  23. 4dd99e5 TextLayoutCache code refactoring by Fabrice Di Meglio · 13 years ago
  24. e0d558a Merge "Fix potential leak in TextLayouCache" by Fabrice Di Meglio · 13 years ago
  25. 54dc642 Make TextLayoutCache no more dependent on ICU by Fabrice Di Meglio · 13 years ago
  26. e74fef3 Fix potential leak in TextLayouCache by Fabrice Di Meglio · 13 years ago
  27. 9c418db Revert "Fix bug #5332081 TextLayoutCache needs to be able to have more cache hits" by Fabrice Di Meglio · 13 years ago
  28. d686d76 Fix bug #5332081 TextLayoutCache needs to be able to have more cache hits by Fabrice Di Meglio · 13 years ago
  29. 51f383d Fix some TextLayoutCache issues by Fabrice Di Meglio · 13 years ago
  30. 163268b Fix bug #5274332 TextLayoutCache is having multiple instances by Fabrice Di Meglio · 13 years ago
  31. abb0f29 Update TextLayout logging by Fabrice Di Meglio · 13 years ago
  32. 5960723 Fix bug #5174495 Harfbuzz shaping is broken after taking care of Indic by Fabrice Di Meglio · 13 years ago
  33. f43fa57 Turn off hinting by default for higher density displays. by Dianne Hackborn · 13 years ago
  34. 1ee6011 Remove ParcelSurfaceTexture and update MediaPlayer by Ted Bonkenburg · 13 years ago
  35. 5de5b1a Fix Harbuzz shaper for being able to do select other scripts than Common or Arabic by Fabrice Di Meglio · 13 years ago
  36. 6ab90ed Solidify and optimize Paint text related APIs by Fabrice Di Meglio · 13 years ago
  37. f957618 Merge "Revert "Adapt TextLayoutCache for new Harfbuzz scripts"" by Fabrice Di Meglio · 13 years ago
  38. f09e46e Revert "Adapt TextLayoutCache for new Harfbuzz scripts" by Fabrice Di Meglio · 13 years ago
  39. adc2526 Merge "Adapt TextLayoutCache for new Harfbuzz scripts" by Russell Brenner · 13 years ago
  40. ec46b4e Add a 'release' method to the SurfaceTexture public Java API by Mathias Agopian · 13 years ago
  41. 7f4ae75 Adapt TextLayoutCache for new Harfbuzz scripts by Russell Brenner · 13 years ago
  42. 4f7c380 Merge "Reverting until we can find a better way to address this issue without affecting nine-patches with large stretchable areas." by Derek Sollenberger · 13 years ago
  43. 09a22e3 Reverting until we can find a better way to address this issue without affecting nine-patches with large stretchable areas. by Derek Sollenberger · 13 years ago
  44. 0965a32 Allow Canvas.setBitmap() to receive a null Bitmap. by Romain Guy · 13 years ago
  45. c4c458c Fix NinePatch decoder when the target is smaller than the source. by Derek Sollenberger · 13 years ago
  46. c2063a5 Fix bug #5037425 Canvas.drawText can't handle Right-to-Left text and text composing by Fabrice Di Meglio · 13 years ago
  47. 796cc96 Clean test APIs for Harfbuzz support by Fabrice Di Meglio · 13 years ago
  48. 99b7b7a Force bitmaps to load in ARGB8888 by default. Bug #5024993 by Romain Guy · 13 years ago
  49. 3cf7cf5 Merge changes I9fb59763,I8b2c6e00 by Jamie Gennis · 13 years ago
  50. bd5404d SurfaceTexture: change onFrameAvailable behavior by Jamie Gennis · 13 years ago
  51. a2c8a7b am ec5039b3: am 99c070d8: am 4fea5373: Merge "Add WEBP to the list of Image formats that support Compression." by Jean-Baptiste Queru · 13 years ago
  52. 436b50f Merge "SurfaceTexture: detach from Dalvik when necessary." by Jamie Gennis · 13 years ago
  53. ec5039b am 99c070d8: am 4fea5373: Merge "Add WEBP to the list of Image formats that support Compression." by Jean-Baptiste Queru · 13 years ago
  54. d3d4b4b Merge "Fix potential advances overrun in TextLayoutCache." by Fabrice Di Meglio · 13 years ago
  55. b092f55 Fix potential advances overrun in TextLayoutCache. by Doug Felt · 13 years ago
  56. 0904d0a Add allowSynchronousMode to SurfaceTexture constructor. by Grace Kloba · 13 years ago
  57. 0a8fd9b SurfaceTexture: detach from Dalvik when necessary. by Jamie Gennis · 13 years ago
  58. 0694cfe Merge "Add method to create a ParcelSurfaceTexture from android.view.Surface." by tedbo · 13 years ago
  59. 2305ac9 Add WEBP to the list of Image formats that support Compression. by Vikas Arora · 13 years ago
  60. 4e8a5c9 Add method to create a ParcelSurfaceTexture from android.view.Surface. by tedbo · 13 years ago
  61. 925bcaa Fix the issue where onFrameAvailable is not triggered if SurfaceTexture is in sync mode. by Grace Kloba · 13 years ago
  62. 84293fb SurfaceTexture: attach to Dalvik when needed. by Jamie Gennis · 13 years ago
  63. f11c52d Updates resulting from the Skia merge (revision 1327) by Derek Sollenberger · 13 years ago
  64. cc5278a Support for setting a ParcelSurfaceTexture as the MediaPlayer sink. by tedbo · 13 years ago
  65. 0503161 Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Binder. by tedbo · 13 years ago
  66. de26719 Tweak setViewport stuff for fwd-compat by Jean-Baptiste Queru · 13 years ago
  67. af033ca Fix USE_TEXT_LAYOUT_CACHE define by Fabrice Di Meglio · 13 years ago
  68. 9743547 Fix crash when nesting Picture recording. by Marco Nelissen · 13 years ago
  69. 41701ac Merge "Fix bug #4441002 Crash in SkPathEffectGlue::OneD_constructor" by Fabrice Di Meglio · 13 years ago
  70. 78b868f Fix bug #4441002 Crash in SkPathEffectGlue::OneD_constructor by Fabrice Di Meglio · 13 years ago
  71. 43124d2 Merge "Updates resulting from the Skia merge (revision 1327)" by Derek Sollenberger · 13 years ago
  72. d39d1af Updates resulting from the Skia merge (revision 1327) by Derek Sollenberger · 13 years ago
  73. 35844a3 Merge "Fix bug #4415576 Gmail text looks broken" by Fabrice Di Meglio · 13 years ago
  74. 8fb5071 Fix bug #4415576 Gmail text looks broken by Fabrice Di Meglio · 13 years ago
  75. 2ea75880 Prepare OpenGLRenderer to use glyphs from TextLayoutCache by Fabrice Di Meglio · 13 years ago
  76. b0ca8b9 am a84d29cb: am 6714e677: Merge "Ninepatch tweaks for better interop" by Jean-Baptiste Queru · 13 years ago
  77. 0ceb950 Adapt to latest skia by Derek Sollenberger · 13 years ago
  78. 9faa34e Ninepatch tweaks for better interop by Jean-Baptiste Queru · 13 years ago
  79. c9e22e9 Switch to SkSafeUnref for better portability by Jean-Baptiste Queru · 13 years ago
  80. e7cb25916 am 1eb31b43: am 718516f3: am 9fd8e057: Merge "Fix memory leak of SkMovie class" by Conley Owens · 13 years ago
  81. 1eb31b4 am 718516f3: am 9fd8e057: Merge "Fix memory leak of SkMovie class" by Conley Owens · 13 years ago
  82. 8f67eae Take the index parameter into account in drawTextOnPath. by Romain Guy · 13 years ago
  83. 589e4e2 Fix bug #4338103 (Android Arabic and Hebrew input is broken) by Fabrice Di Meglio · 13 years ago
  84. 0a1413e Clean getTextRunAdvances() APIs by Fabrice Di Meglio · 13 years ago
  85. 010d5c4 TextLayout cache - update size and improve logging by Fabrice Di Meglio · 13 years ago
  86. 4f810c8 Use Harfbuzz for Paint drawText / measureText / breakText APIs by Fabrice Di Meglio · 13 years ago
  87. b39d897 Use Harfbuzz for Canvas drawText APIs by Fabrice Di Meglio · 13 years ago
  88. 06732fd Return chars advances instead of glyphs advances by Fabrice Di Meglio · 13 years ago
  89. f7b9e78 Merge "Add Unicode BiDi Algo before drawing text in Canvas" by Fabrice Di Meglio · 13 years ago
  90. 689e515 Add Unicode BiDi Algo before drawing text in Canvas by Fabrice Di Meglio · 13 years ago
  91. e9cf71d Merge "Don't allocate a raw object then call its constructor manually..." by Elliott Hughes · 13 years ago
  92. cf6f7a0 Don't allocate a raw object then call its constructor manually... by Elliott Hughes · 13 years ago
  93. 4cb1753 Remove useless forward declarations. by Elliott Hughes · 13 years ago
  94. dd66bcb More native code cleanup. by Elliott Hughes · 13 years ago
  95. a3804cf You don't need to poke around inside FileDescriptor manually. by Elliott Hughes · 13 years ago
  96. dcd2ef9 Merge "More JNI exception-throwing cleanup." by Elliott Hughes · 13 years ago
  97. 69a017b More JNI exception-throwing cleanup. by Elliott Hughes · 13 years ago
  98. 0343a7e Merge "TextLayoutCache - add glyphs caching" by Fabrice Di Meglio · 13 years ago
  99. fcf2be1 TextLayoutCache - add glyphs caching by Fabrice Di Meglio · 13 years ago
  100. 8451b25 Use jniThrowException for exception throwing from native code. by Elliott Hughes · 13 years ago