1. 87b1547 Compute hyphenated word pieces in MeasuredText by Seigo Nonaka · 7 years ago
  2. 9d3bd08 Rename PremeasuredText to MeasuredText by Seigo Nonaka · 7 years ago
  3. 81a4f2e Deprecate StaticLayout and DynamicLayout constructors by Clara Bayarri · 7 years ago
  4. fbe63bd Introduce PremeasuredText by Seigo Nonaka · 7 years ago
  5. 4b6bcee Fix testCursorIsOnRight test case by Seigo Nonaka · 7 years ago
  6. 6f1868b Associate native MeasuredText with Java one. by Seigo Nonaka · 7 years ago
  7. f1644f7 Refactor MeasuredText by Seigo Nonaka · 7 years ago
  8. 4674e64 Revert "Refactor MeasuredText" by Seigo Nonaka · 7 years ago
  9. 75492af Refactor MeasuredText by Seigo Nonaka · 7 years ago
  10. b90e08f Reorganize JNI in StaticLayout by Seigo Nonaka · 7 years ago
  11. f90c9b6 Move hyphenator mapping to native code. by Seigo Nonaka · 7 years ago
  12. 2d729d5 Merge "Removed unused variables from text layout code" by Siyamed Sinir · 7 years ago
  13. 2dd1a55 Remove nGetWidths and pass the jfloat[] as nComputeLineBreaks argument. by Seigo Nonaka · 7 years ago
  14. a273a70 Removed unused variables from text layout code by Siyamed Sinir · 7 years ago
  15. 5cc9348 Stop returning run width of StaticLayout.Builder.addStyleRun. by Seigo Nonaka · 7 years ago
  16. e9f4ab5 Remove StaticLayout.addMeasuredRun by Seigo Nonaka · 7 years ago
  17. 1bee333 Fix StaticLayoutLineBreaker tests by Seigo Nonaka · 7 years ago
  18. 44a1df2 Keep locale info in Hyphenator. by Seigo Nonaka · 7 years ago
  19. 9a9179d Take padding information into StaticLayout by Roozbeh Pournader · 7 years ago
  20. 5d518dc Remove nSetLocales by Seigo Nonaka · 7 years ago
  21. 158dfaf Pass text direction from StaticLayout to Layout by Roozbeh Pournader · 7 years ago
  22. 749e57e Implement LineBreaker callback and fix indent repeating. by Seigo Nonaka · 7 years ago
  23. bafe197 Clean Up: remove nSetIndents by Seigo Nonaka · 7 years ago
  24. 612e673 Merge "Add a builder for DynamicLayout and switch TextView to it" by Roozbeh Pournader · 7 years ago
  25. 22a167c Add a builder for DynamicLayout and switch TextView to it by Roozbeh Pournader · 7 years ago
  26. a8d982d StaticLayout capped height should be 0 when maxLines=0 by Siyamed Sinir · 7 years ago
  27. 737dfea Support extra linespacing based on fallback fonts by Roozbeh Pournader · 7 years ago
  28. 891f481 Merge "Refactoring: Deprecate Paint.mNativeTypeface." by TreeHugger Robot · 7 years ago
  29. 318ca04 Refactoring: Deprecate Paint.mNativeTypeface. by Seigo Nonaka · 7 years ago
  30. e88b5df Make ellipsize retry if text doesn't fit by Roozbeh Pournader · 7 years ago
  31. a19cd51 Reset StaticLayout.mEllipsized during generate() by Siyamed Sinir · 7 years ago
  32. 7f0ebc9 Revert "Make ellipsize retry if text doesn't fit" by Roozbeh Pournader · 7 years ago
  33. 1051bbe Make ellipsize retry if text doesn't fit by Roozbeh Pournader · 7 years ago
  34. 200ae37 Merge "Revert "Make ellipsize retry if text doesn't fit"" by Roozbeh Pournader · 7 years ago
  35. 7f8dcaa Revert "Make ellipsize retry if text doesn't fit" by Roozbeh Pournader · 7 years ago
  36. 5494361 Merge changes from topic 'edit_text_linespacing' by Siyamed Sinir · 7 years ago
  37. fb0b2dc Fix DynamicLayout last line spacing by Siyamed Sinir · 7 years ago
  38. f3b3821 Merge "Make ellipsize retry if text doesn't fit" by TreeHugger Robot · 7 years ago
  39. 287c8d6 Make ellipsize retry if text doesn't fit by Roozbeh Pournader · 7 years ago
  40. 442c151 Fix EditText line spacing by Siyamed Sinir · 7 years ago
  41. c94801f Merge "Store line extra in layouts" by Siyamed Sinir · 7 years ago
  42. d25760c Merge "Fix StaticLayout.mDirections array size" by Siyamed Sinir · 7 years ago
  43. af39851 Fix StaticLayout.mDirections array size by Siyamed Sinir · 7 years ago
  44. 0fa89d6 Store line extra in layouts by Siyamed Sinir · 7 years ago
  45. 9ea756f Refactor ellipsis attributes and methods by Roozbeh Pournader · 7 years ago
  46. ef7cfa1 Pass all locale information down to Minikin by Roozbeh Pournader · 7 years ago
  47. 4b4730d Change justification parameter from boolean to int. by Seigo Nonaka · 7 years ago
  48. 3e29364 Update setJustify API reference. by Seigo Nonaka · 7 years ago
  49. 365ec09 Fixed that indents on an ellipsis of a staticlayout were dropped by Selim Cinek · 7 years ago
  50. a59c3fe Customizable minimum suffix/prefix length for hyphenation by Roozbeh Pournader · 7 years ago
  51. 09da71a Introduce full justification. by Seigo Nonaka · 8 years ago
  52. 9aba698 Merge "StaticLayout visual fix for maxLines" by Siyamed Sinir · 8 years ago
  53. 82d1c44 Make ellipsis START and MIDDLE grapheme cluster aware. by Keisuke Kuroyanagi · 8 years ago
  54. f5af4a3 Always redraw text that protrude from line bounds. by Keisuke Kuroyanagi · 8 years ago
  55. 0745c72 StaticLayout visual fix for maxLines by Siyamed Sinir · 8 years ago
  56. 78f0d83 Sum up character widths to get the last line width for ellipsis. by Keisuke Kuroyanagi · 8 years ago
  57. f9a0886 Fix StaticLayout left/right indent by Siyamed Sinir · 8 years ago
  58. 07e6c23 Apply correct bottom padding to layouts by Raph Levien · 8 years ago
  59. 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
  60. 431e506 Fix line height problem with inline images in StaticLayout. by Roozbeh Pournader · 9 years ago
  61. 63aa02e Merge "Load binary hyphen data files" into mnc-dr-dev by Roozbeh Pournader · 9 years ago
  62. 35e0269 Load binary hyphen data files by Raph Levien · 9 years ago
  63. 0453112 Make Hyphenator#get() return an object. by Roozbeh Pournader · 9 years ago
  64. 091dba2 Load binary hyphen data files by Raph Levien · 9 years ago
  65. e7eac6f Make Hyphenator#get() return an object. by Roozbeh Pournader · 9 years ago
  66. 112d9c7 Remove EmojiFactory and its mentions from frameworks. by Roozbeh Pournader · 9 years ago
  67. 22ba786 Release text when finishing StaticLayout.Builder by Raph Levien · 9 years ago
  68. 04a8455 Fix StaticLayout crash when maxLines = 0 by Raph Levien · 9 years ago
  69. 2ea5290 Fix problems with StaticLayout indentation by Raph Levien · 9 years ago
  70. f4a3f3a Fix: Ellipsis is wrongly applied or not applied in TextView. by Keisuke Kuroyanagi · 9 years ago
  71. a6a0828 Rename setTextDir to setTextDirection by Raph Levien · 9 years ago
  72. 95c7a13 Add hyphenationFrequency attribute to TextView and StaticLayout. by Roozbeh Pournader · 9 years ago
  73. 3bd60c7 Clear all StaticLayout.Builder fields on pool recycle by Raph Levien · 9 years ago
  74. 531c30c Expose StaticLayout.Builder publicly by Raph Levien · 9 years ago
  75. ebd66ca Make Paint a required field of StaticLayout Builder by Raph Levien · 9 years ago
  76. e319d5a Add left and right indent arrays to TextView by Raph Levien · 9 years ago
  77. ed2eea1 Fix crash when ellipsize="start" is applied to short line. by Keisuke Kuroyanagi · 9 years ago
  78. 39b4db7 Add breakStrategy attribute to TextView by Raph Levien · 9 years ago
  79. 26d443a Revert "Fix build: Revert "Record hyphens from Minikin and draw them"" by Raph Levien · 9 years ago
  80. 5a6eeb3 Fix build: Revert "Record hyphens from Minikin and draw them" by Ed Heyl · 9 years ago
  81. 71cbc72 Record hyphens from Minikin and draw them by Raph Levien · 9 years ago
  82. c94f742 Calculate line breaks using Minikin by Raph Levien · 9 years ago
  83. 70616ec Start moving text measurement into native code by Raph Levien · 9 years ago
  84. ce4155a Fix android.text.cts.StaticLayoutTest#testGetEllipsisCount by Raph Levien · 9 years ago
  85. 4c1f12e Add JNI StaticLayout.Builder by Raph Levien · 9 years ago
  86. d3ab692 Some refactoring of StaticLayout by Raph Levien · 9 years ago
  87. 0b1b824 am 022cf57f: am a08934cf: am f789d45b: Merge "Avoid static initialization of Layout from TextUtils" into lmp-mr1-dev by Neil Fuller · 9 years ago
  88. d29bdb2 Avoid static initialization of Layout from TextUtils by Neil Fuller · 9 years ago
  89. 4c02e83 Revert "Fix missing ellipsis when just one character is truncated" by Raph Levien · 10 years ago
  90. 1a91d8d resolved conflicts for merge of b9d21d62 to master by Raph Levien · 10 years ago
  91. 0e3c5e8 Fix off-by-one error in computeEllipsis by Raph Levien · 10 years ago
  92. 93e48e8 Fix missing ellipsis when just one character is truncated by Raph Levien · 10 years ago
  93. 396879f Fix missing ellipsis when just one character is truncated by Raph Levien · 10 years ago
  94. 7053919 Add Optimized Line breaking to LayoutLib by Deepanshu Gupta · 10 years ago
  95. 26c87cf Ignore width of trailing whitespace for computing ellipsis by Raph Levien · 10 years ago
  96. 969e7b9 Add optimizing line breaker by Anish Athalye · 10 years ago
  97. c8f9e62 Implement line breaking in native code by Anish Athalye · 10 years ago
  98. c56c9ee am c255033f: am 675f13bf: am 2f2e3797: Merge "Make LeadingMarginSpan2 behavior more consistent" into lmp-dev by Anish Athalye · 10 years ago
  99. ab08c6d Make LeadingMarginSpan2 behavior more consistent by Anish Athalye · 10 years ago
  100. 46514a7 Fix performance bug in layout by Anish Athalye · 10 years ago