1. 7e8c759 Merge "Change TabStop type from int to float" by TreeHugger Robot · 5 years ago
  2. d5621ed Change TabStop type from int to float by Seigo Nonaka · 5 years ago
  3. fb1b479 Hide packing structure from public API by Seigo Nonaka · 5 years ago
  4. de41eea Address API review from the council by Seigo Nonaka · 5 years ago
  5. eccdc6b Fix that TextLine overwrites wordSpcing on paint by Haoyu Zhang · 6 years ago
  6. 291ef05 Recompute PcT with existing PcT for different direction by Seigo Nonaka · 6 years ago
  7. 00589be Add StaticLayout constructor to dark-grey list by Siyamed Sinir · 6 years ago
  8. 5783c13 Fix invalid character access by Seigo Nonaka · 6 years ago
  9. 70200b0 Make LineBreaker public by Seigo Nonaka · 6 years ago
  10. ab9b479 Prepare NativeLineBreaker.LineBreaks to be public API by Seigo Nonaka · 6 years ago
  11. 8c854f8 Move some members to the "Q blacklist". by Mathew Inwood · 6 years ago
  12. 9033e0c Unhide HyphenEdit related methods by Seigo Nonaka · 6 years ago
  13. 41bb4fa Introduce NativeLineBreaker.Builder and ParagraphConstraint by Seigo Nonaka · 6 years ago
  14. efeab84 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  15. 042856b Merge "Disable hyphenation by in default theme" by Siyamed Sinir · 6 years ago
  16. 6f11c6e Extract native methods into isolated classes by Seigo Nonaka · 6 years ago
  17. c0dab36 Disable hyphenation by in default theme by Siyamed Sinir · 6 years ago
  18. 9155fa6 Cleanup: Remove unused padding arguments by Seigo Nonaka · 6 years ago
  19. 72fbfeb Merge "Stop creating PrecomputedText in StaticLayout" into pi-dev am: be8b90b966 by Seigo Nonaka · 6 years ago
  20. c3328d6 Stop creating PrecomputedText in StaticLayout by Seigo Nonaka · 6 years ago
  21. 70ffd28 Fix StaticLayout maxLineHeight warning by Siyamed Sinir · 6 years ago
  22. beafa1f Reorganize MeasuredText API (2nd) by Seigo Nonaka · 6 years ago
  23. 4e90fa2 Revert "Reorganize MeasuredText API" by Seigo Nonaka · 6 years ago
  24. 7fd36d1 Reorganize MeasuredText API by Seigo Nonaka · 6 years ago
  25. ab80200 Merge "Compute full text layout in MeasuredText and use it for drawing" by TreeHugger Robot · 6 years ago
  26. 1a5648a Revert "Make ellipsize retry if text doesn't fit" by Siyamed Sinir · 6 years ago
  27. 783f961 Compute full text layout in MeasuredText and use it for drawing by Seigo Nonaka · 6 years ago
  28. 87b1547 Compute hyphenated word pieces in MeasuredText by Seigo Nonaka · 7 years ago
  29. 9d3bd08 Rename PremeasuredText to MeasuredText by Seigo Nonaka · 7 years ago
  30. 81a4f2e Deprecate StaticLayout and DynamicLayout constructors by Clara Bayarri · 7 years ago
  31. fbe63bd Introduce PremeasuredText by Seigo Nonaka · 7 years ago
  32. 4b6bcee Fix testCursorIsOnRight test case by Seigo Nonaka · 7 years ago
  33. 6f1868b Associate native MeasuredText with Java one. by Seigo Nonaka · 7 years ago
  34. f1644f7 Refactor MeasuredText by Seigo Nonaka · 7 years ago
  35. 4674e64 Revert "Refactor MeasuredText" by Seigo Nonaka · 7 years ago
  36. 75492af Refactor MeasuredText by Seigo Nonaka · 7 years ago
  37. b90e08f Reorganize JNI in StaticLayout by Seigo Nonaka · 7 years ago
  38. f90c9b6 Move hyphenator mapping to native code. by Seigo Nonaka · 7 years ago
  39. 2d729d5 Merge "Removed unused variables from text layout code" by Siyamed Sinir · 7 years ago
  40. 2dd1a55 Remove nGetWidths and pass the jfloat[] as nComputeLineBreaks argument. by Seigo Nonaka · 7 years ago
  41. a273a70 Removed unused variables from text layout code by Siyamed Sinir · 7 years ago
  42. 5cc9348 Stop returning run width of StaticLayout.Builder.addStyleRun. by Seigo Nonaka · 7 years ago
  43. e9f4ab5 Remove StaticLayout.addMeasuredRun by Seigo Nonaka · 7 years ago
  44. 1bee333 Fix StaticLayoutLineBreaker tests by Seigo Nonaka · 7 years ago
  45. 44a1df2 Keep locale info in Hyphenator. by Seigo Nonaka · 7 years ago
  46. 9a9179d Take padding information into StaticLayout by Roozbeh Pournader · 7 years ago
  47. 5d518dc Remove nSetLocales by Seigo Nonaka · 7 years ago
  48. 158dfaf Pass text direction from StaticLayout to Layout by Roozbeh Pournader · 7 years ago
  49. 749e57e Implement LineBreaker callback and fix indent repeating. by Seigo Nonaka · 7 years ago
  50. bafe197 Clean Up: remove nSetIndents by Seigo Nonaka · 7 years ago
  51. 612e673 Merge "Add a builder for DynamicLayout and switch TextView to it" by Roozbeh Pournader · 7 years ago
  52. 22a167c Add a builder for DynamicLayout and switch TextView to it by Roozbeh Pournader · 7 years ago
  53. a8d982d StaticLayout capped height should be 0 when maxLines=0 by Siyamed Sinir · 7 years ago
  54. 737dfea Support extra linespacing based on fallback fonts by Roozbeh Pournader · 7 years ago
  55. 891f481 Merge "Refactoring: Deprecate Paint.mNativeTypeface." by TreeHugger Robot · 7 years ago
  56. 318ca04 Refactoring: Deprecate Paint.mNativeTypeface. by Seigo Nonaka · 7 years ago
  57. e88b5df Make ellipsize retry if text doesn't fit by Roozbeh Pournader · 7 years ago
  58. a19cd51 Reset StaticLayout.mEllipsized during generate() by Siyamed Sinir · 7 years ago
  59. 7f0ebc9 Revert "Make ellipsize retry if text doesn't fit" by Roozbeh Pournader · 7 years ago
  60. 1051bbe Make ellipsize retry if text doesn't fit by Roozbeh Pournader · 7 years ago
  61. 200ae37 Merge "Revert "Make ellipsize retry if text doesn't fit"" by Roozbeh Pournader · 7 years ago
  62. 7f8dcaa Revert "Make ellipsize retry if text doesn't fit" by Roozbeh Pournader · 7 years ago
  63. 5494361 Merge changes from topic 'edit_text_linespacing' by Siyamed Sinir · 7 years ago
  64. fb0b2dc Fix DynamicLayout last line spacing by Siyamed Sinir · 7 years ago
  65. f3b3821 Merge "Make ellipsize retry if text doesn't fit" by TreeHugger Robot · 7 years ago
  66. 287c8d6 Make ellipsize retry if text doesn't fit by Roozbeh Pournader · 7 years ago
  67. 442c151 Fix EditText line spacing by Siyamed Sinir · 7 years ago
  68. c94801f Merge "Store line extra in layouts" by Siyamed Sinir · 7 years ago
  69. d25760c Merge "Fix StaticLayout.mDirections array size" by Siyamed Sinir · 7 years ago
  70. af39851 Fix StaticLayout.mDirections array size by Siyamed Sinir · 7 years ago
  71. 0fa89d6 Store line extra in layouts by Siyamed Sinir · 7 years ago
  72. 9ea756f Refactor ellipsis attributes and methods by Roozbeh Pournader · 7 years ago
  73. ef7cfa1 Pass all locale information down to Minikin by Roozbeh Pournader · 7 years ago
  74. 4b4730d Change justification parameter from boolean to int. by Seigo Nonaka · 7 years ago
  75. 3e29364 Update setJustify API reference. by Seigo Nonaka · 7 years ago
  76. 365ec09 Fixed that indents on an ellipsis of a staticlayout were dropped by Selim Cinek · 7 years ago
  77. a59c3fe Customizable minimum suffix/prefix length for hyphenation by Roozbeh Pournader · 7 years ago
  78. 09da71a Introduce full justification. by Seigo Nonaka · 8 years ago
  79. 9aba698 Merge "StaticLayout visual fix for maxLines" by Siyamed Sinir · 8 years ago
  80. 82d1c44 Make ellipsis START and MIDDLE grapheme cluster aware. by Keisuke Kuroyanagi · 8 years ago
  81. f5af4a3 Always redraw text that protrude from line bounds. by Keisuke Kuroyanagi · 8 years ago
  82. 0745c72 StaticLayout visual fix for maxLines by Siyamed Sinir · 8 years ago
  83. 78f0d83 Sum up character widths to get the last line width for ellipsis. by Keisuke Kuroyanagi · 8 years ago
  84. f9a0886 Fix StaticLayout left/right indent by Siyamed Sinir · 8 years ago
  85. 07e6c23 Apply correct bottom padding to layouts by Raph Levien · 8 years ago
  86. ca9dbf5 am ebdf60e7: am 0221328c: am b3538082: am 5362f273: Merge "Fix line height problem with inline images in StaticLayout." into mnc-dr-dev by Roozbeh Pournader · 9 years ago
  87. 431e506 Fix line height problem with inline images in StaticLayout. by Roozbeh Pournader · 9 years ago
  88. 63aa02e Merge "Load binary hyphen data files" into mnc-dr-dev by Roozbeh Pournader · 9 years ago
  89. 35e0269 Load binary hyphen data files by Raph Levien · 9 years ago
  90. 0453112 Make Hyphenator#get() return an object. by Roozbeh Pournader · 9 years ago
  91. 091dba2 Load binary hyphen data files by Raph Levien · 9 years ago
  92. e7eac6f Make Hyphenator#get() return an object. by Roozbeh Pournader · 9 years ago
  93. 112d9c7 Remove EmojiFactory and its mentions from frameworks. by Roozbeh Pournader · 9 years ago
  94. 22ba786 Release text when finishing StaticLayout.Builder by Raph Levien · 9 years ago
  95. 04a8455 Fix StaticLayout crash when maxLines = 0 by Raph Levien · 9 years ago
  96. 2ea5290 Fix problems with StaticLayout indentation by Raph Levien · 9 years ago
  97. f4a3f3a Fix: Ellipsis is wrongly applied or not applied in TextView. by Keisuke Kuroyanagi · 9 years ago
  98. a6a0828 Rename setTextDir to setTextDirection by Raph Levien · 9 years ago
  99. 95c7a13 Add hyphenationFrequency attribute to TextView and StaticLayout. by Roozbeh Pournader · 9 years ago
  100. 3bd60c7 Clear all StaticLayout.Builder fields on pool recycle by Raph Levien · 9 years ago