1. 3630d08 Fix space counting for justified text by Roozbeh Pournader · 7 years ago
  2. a273a70 Removed unused variables from text layout code by Siyamed Sinir · 7 years ago
  3. 1378a9d Make strike-through respect kerning at boundaries by Roozbeh Pournader · 7 years ago
  4. 554585e Merge "Get underline position and thickness from the font" by Roozbeh Pournader · 7 years ago
  5. ca8a04a Get underline position and thickness from the font by Roozbeh Pournader · 7 years ago
  6. e5d6838 Merge "Early exit if there are no spans affecting display" by TreeHugger Robot · 7 years ago
  7. 08836d4 Early exit if there are no spans affecting display by Roozbeh Pournader · 7 years ago
  8. fd8c22d Move underline thickness and position computation to Paint by Roozbeh Pournader · 7 years ago
  9. 538de5b Make underlining spans independent of actual class by Roozbeh Pournader · 7 years ago
  10. 702c9f9 Revert "Don't let UnderlineSpans affect text width" by Siyamed Sinir · 7 years ago
  11. 203ffaa Don't let UnderlineSpans affect text width by Roozbeh Pournader · 7 years ago
  12. 46c6f4c Frameworks support for hyphenation for various complex cases by Roozbeh Pournader · 7 years ago
  13. 09da71a Introduce full justification. by Seigo Nonaka · 8 years ago
  14. 9f3958c TextLine.handleRun should throw exception for invalid index by Siyamed Sinir · 8 years ago
  15. c08d43c Merge "Fix measurement to respect grapheme and span boundaries" into mnc-dr1.5-dev am: 36c5ab3542 am: 50c22adc25 by Raph Levien · 9 years ago
  16. 909c7bc Fix measurement to respect grapheme and span boundaries by Raph Levien · 9 years ago
  17. 112d9c7 Remove EmojiFactory and its mentions from frameworks. by Roozbeh Pournader · 9 years ago
  18. ea2b4a4 Respect style boundaries when measuring text by Raph Levien · 9 years ago
  19. edb27f1 Revert "Revert "Use getRunAdvance to position cursor"" by Raph Levien · 9 years ago
  20. 5730c97 Revert "Use getRunAdvance to position cursor" by Raph Levien · 9 years ago
  21. cb5499c Use getRunAdvance to position cursor by Raph Levien · 9 years ago
  22. 26d443a Revert "Fix build: Revert "Record hyphens from Minikin and draw them"" by Raph Levien · 9 years ago
  23. 5a6eeb3 Fix build: Revert "Record hyphens from Minikin and draw them" by Ed Heyl · 9 years ago
  24. 71cbc72 Record hyphens from Minikin and draw them by Raph Levien · 9 years ago
  25. 893d6fe Fixing a memory leak: activities are leaked. by Svet Ganov · 10 years ago
  26. 051910b Clean up dirFlags / bidiFlags confusion by Raph Levien · 10 years ago
  27. 776abc2 Uses VMRuntime.newUnpaddedArray for ideal array sizes by Adam Lesinski · 10 years ago
  28. da12f38 Revert "Clean Paint.mBidiFlags as it is no longer used" by Fabrice Di Meglio · 11 years ago
  29. 6d9fe5b Clean Paint.mBidiFlags as it is no longer used by Fabrice Di Meglio · 11 years ago
  30. 42ef515d Fix for bug: Gmail (and other places): cursor placed on top of letter by Raph Levien · 12 years ago
  31. 4ffb879 New SpanSet class extracted from TextLine. by Gilles Debunne · 12 years ago
  32. fc997b4 NPE in GMail / TextLine by Gilles Debunne · 13 years ago
  33. c3fb7a1 Prevent a memory leak in TextLine. by Gilles Debunne · 13 years ago
  34. c1f4483 Re-use SpanSets in TextLine by Gilles Debunne · 13 years ago
  35. 8a439ac7 Performance improvement in TextView by Gilles Debunne · 13 years ago
  36. 52edaa9 Merge "Bug 5250788: TextView gets slower as the text length grows" by Gilles Debunne · 13 years ago
  37. 8a5137a Fix bug #5349461 TextView: text that ends with an ImageSpan causes line height to shrink to ImageSpan height by Fabrice Di Meglio · 13 years ago
  38. 945ee9b Bug 5250788: TextView gets slower as the text length grows by Gilles Debunne · 13 years ago
  39. c9fd978 Bug 5281947: add to dictionnary option promoted in suggestions. by Gilles Debunne · 13 years ago
  40. e6d3682 Add EditTextShortcutSpan to provide edit short cut in the text view. by Luca Zanolin · 13 years ago
  41. 8059e090 Fix bug #3388534 Long file names are improperly displayed when played by Fabrice Di Meglio · 13 years ago
  42. dd8f5ed Added support for colored / thick underlined text. by Gilles Debunne · 13 years ago
  43. 61ccc6a Merge changes I46744e51,I1f566cce by Fabrice Di Meglio · 13 years ago
  44. 15c097a Add more optimizations for Text measuring / breaking / getting advances by Fabrice Di Meglio · 13 years ago
  45. 850dffa Follow up to TextView's baseline is correctly computed for empty text by Fabrice Di Meglio · 13 years ago
  46. bc7cdb6 Remove extraneous log. by Romain Guy · 13 years ago
  47. f483e51 TextView's baseline is correctly computed for empty text. by Gilles Debunne · 13 years ago
  48. 1e3ac18 Empty spans are not considered in text layout/rendering process. by Gilles Debunne · 13 years ago
  49. f902d7b TextLine cache is used, even for long lines of text. by Gilles Debunne · 14 years ago
  50. 0bb0009 Fix in vertical measurement in text lines with different text sizes by Gilles Debunne · 14 years ago
  51. 673e42f Fix for end events from Sequencer objects by Chet Haase · 14 years ago
  52. cc3ec6c New cursor controller in TextViews. by Gilles Debunne · 14 years ago
  53. 345cb03 Index out of range problem in TextLine. by Gilles Debunne · 14 years ago
  54. 0c702b8 Move shaping to native. by Doug Felt · 14 years ago
  55. c982f60 Fix alignment issues with RTL paragraphs. by Doug Felt · 14 years ago
  56. f47d740 Modify Canvas drawText to run bidi and shape. by Doug Felt · 14 years ago
  57. 0b9d2ca Fix selection off-by-one bug. by Doug Felt · 14 years ago
  58. e8e45f2 Refactor Styled utility functions into reusable objects. by Doug Felt · 14 years ago