1. 5cc9348 Stop returning run width of StaticLayout.Builder.addStyleRun. by Seigo Nonaka · 7 years ago
  2. 70091d1 Remove unused method setPos from MeasuredText. by Seigo Nonaka · 7 years ago
  3. e9f4ab5 Remove StaticLayout.addMeasuredRun by Seigo Nonaka · 7 years ago
  4. 1bee333 Fix StaticLayoutLineBreaker tests by Seigo Nonaka · 7 years ago
  5. 69ddece Merge "Update referenced constant names for Directions" by Petar Šegina · 7 years ago
  6. 44a1df2 Keep locale info in Hyphenator. by Seigo Nonaka · 7 years ago
  7. 9a9179d Take padding information into StaticLayout by Roozbeh Pournader · 7 years ago
  8. 7c31d5c Update referenced constant names for Directions by Petar Šegina · 7 years ago
  9. 5d518dc Remove nSetLocales by Seigo Nonaka · 7 years ago
  10. 5d6cb0f Merge "Pass text direction from StaticLayout to Layout" by TreeHugger Robot · 7 years ago
  11. 158dfaf Pass text direction from StaticLayout to Layout by Roozbeh Pournader · 7 years ago
  12. 9fc6725 Pass text direction from DynamicLayout to Layout by Roozbeh Pournader · 7 years ago
  13. 0d25e75 Merge "Remove use of MeasureUnit.internalGetInstance" by Joachim Sauer · 7 years ago
  14. aa5629e Remove use of MeasureUnit.internalGetInstance by Joachim Sauer · 7 years ago
  15. 1e88a60 Merge "Fix conflicting JavaDoc of TYPE_TEXT_FLAG_NO_SUGGESTIONS" into oc-mr1-dev am: 7bbe06231f by Yohei Yukawa · 7 years ago
  16. 7180399 Fix conflicting JavaDoc of TYPE_TEXT_FLAG_NO_SUGGESTIONS by Yohei Yukawa · 7 years ago
  17. 8f1f74e Move consumer call outside of the branch by Petar Šegina · 7 years ago
  18. 3a92fb6 Move IntDef constant definitions outside of the annotation by Petar Šegina · 7 years ago
  19. b92c539 Emit text direction with selection rectangle by Petar Šegina · 7 years ago
  20. 749e57e Implement LineBreaker callback and fix indent repeating. by Seigo Nonaka · 7 years ago
  21. bb68086 Merge "Clean Up: remove nSetIndents" by TreeHugger Robot · 7 years ago
  22. bafe197 Clean Up: remove nSetIndents by Seigo Nonaka · 7 years ago
  23. 53aba29 Correct missed use of work paint for hyphenation by Roozbeh Pournader · 7 years ago
  24. c4c3a0f Merge "Support fallback linespacing in DynamicLayout" by Roozbeh Pournader · 7 years ago
  25. 612e673 Merge "Add a builder for DynamicLayout and switch TextView to it" by Roozbeh Pournader · 7 years ago
  26. 15b213d Support fallback linespacing in DynamicLayout by Roozbeh Pournader · 7 years ago
  27. 22a167c Add a builder for DynamicLayout and switch TextView to it by Roozbeh Pournader · 7 years ago
  28. 2611180 StaticLayout capped height should be 0 when maxLines=0 by Siyamed Sinir · 7 years ago
  29. 72093af Reset StaticLayout.mEllipsized during generate() by Siyamed Sinir · 7 years ago
  30. a8d982d StaticLayout capped height should be 0 when maxLines=0 by Siyamed Sinir · 7 years ago
  31. 737dfea Support extra linespacing based on fallback fonts by Roozbeh Pournader · 7 years ago
  32. c9c6ee6 Merge "Support multiple languages per font in fonts.xml" by Roozbeh Pournader · 7 years ago
  33. 99975a3 Support multiple languages per font in fonts.xml by Roozbeh Pournader · 7 years ago
  34. 01f05dd Merge "Add getSelection(..., RectangleConsumer) to Layout" by Petar Šegina · 7 years ago
  35. fb748b3 Add getSelection(..., RectangleConsumer) to Layout by Petar Šegina · 7 years ago
  36. f54f1f0 Merge "Make sure Layout doesn't modify the paint" by TreeHugger Robot · 7 years ago
  37. b5380b0 Merge changes from topic 'time_format_settings' by TreeHugger Robot · 7 years ago
  38. 20c5ef7 Extract is24HourLocale method. by Joachim Sauer · 7 years ago
  39. 43af9be Merge "Intern process names." into oc-mr1-dev am: a530d79209 am: 3debaa72d4 by Makoto Onuki · 7 years ago
  40. b1f0365 Make sure Layout doesn't modify the paint by Roozbeh Pournader · 7 years ago
  41. 812d188a Intern process names. by Makoto Onuki · 7 years ago
  42. 891f481 Merge "Refactoring: Deprecate Paint.mNativeTypeface." by TreeHugger Robot · 7 years ago
  43. 318ca04 Refactoring: Deprecate Paint.mNativeTypeface. by Seigo Nonaka · 7 years ago
  44. e88b5df Make ellipsize retry if text doesn't fit by Roozbeh Pournader · 7 years ago
  45. a19cd51 Reset StaticLayout.mEllipsized during generate() by Siyamed Sinir · 7 years ago
  46. b186823 Merge "Improve TextView.onMeasure() for multiline text." by TreeHugger Robot · 7 years ago
  47. 917748e Improve TextView.onMeasure() for multiline text. by Seigo Nonaka · 7 years ago
  48. 55fd45b Reverse check for multi-character ellipsis by Roozbeh Pournader · 7 years ago
  49. 8eee5e3 Merge "Revert "Make ellipsize retry if text doesn't fit"" by TreeHugger Robot · 7 years ago
  50. 7f0ebc9 Revert "Make ellipsize retry if text doesn't fit" by Roozbeh Pournader · 7 years ago
  51. b8eccd8 Merge "Make InputFilter.AllCaps constructor reject null locales" into oc-mr1-dev am: 6e8e322ea1 by Roozbeh Pournader · 7 years ago
  52. 4e5e15a Make InputFilter.AllCaps constructor reject null locales by Roozbeh Pournader · 7 years ago
  53. 1051bbe Make ellipsize retry if text doesn't fit by Roozbeh Pournader · 7 years ago
  54. 8b7053d Merge "Fix EditText cursor when line spacing is set" by Siyamed Sinir · 7 years ago
  55. 1c34ba1 Merge "Revert "Implement family fallback." DO NOT MERGE" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  56. 200ae37 Merge "Revert "Make ellipsize retry if text doesn't fit"" by Roozbeh Pournader · 7 years ago
  57. 296fc2e Merge "Stop font loading with restricted context." into oc-mr1-dev am: 06ba486a74 by Seigo Nonaka · 7 years ago
  58. 7f8dcaa Revert "Make ellipsize retry if text doesn't fit" by Roozbeh Pournader · 7 years ago
  59. 5494361 Merge changes from topic 'edit_text_linespacing' by Siyamed Sinir · 7 years ago
  60. fb0b2dc Fix DynamicLayout last line spacing by Siyamed Sinir · 7 years ago
  61. 9b58ad6 Stop font loading with restricted context. by Seigo Nonaka · 7 years ago
  62. f3b3821 Merge "Make ellipsize retry if text doesn't fit" by TreeHugger Robot · 7 years ago
  63. 287c8d6 Make ellipsize retry if text doesn't fit by Roozbeh Pournader · 7 years ago
  64. 442c151 Fix EditText line spacing by Siyamed Sinir · 7 years ago
  65. 065c59b Revert "Implement family fallback." DO NOT MERGE by Seigo Nonaka · 7 years ago
  66. 337d92e Fix bullet span vertical positioning by Siyamed Sinir · 7 years ago
  67. a60b59d Fix EditText cursor when line spacing is set 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. 6ba8299 Merge "Refactor ellipsis attributes and methods" by Roozbeh Pournader · 7 years ago
  73. 9ea756f Refactor ellipsis attributes and methods by Roozbeh Pournader · 7 years ago
  74. 1e0f03d Merge "Make BulletSpan work with lineSpacing" by Siyamed Sinir · 7 years ago
  75. 967805c Merge "Handle long text for share/cut/copy operations." by Siyamed Sinir · 7 years ago
  76. b097553 Merge "Add BoringLayout constructor API docs" by Siyamed Sinir · 7 years ago
  77. 89e4c1c Merge "Refactor TextUtils.join() and add documentation" by TreeHugger Robot · 7 years ago
  78. c71c832 Merge "Use the Context's locale in DateFormat" by TreeHugger Robot · 7 years ago
  79. 42673c3 Refactor TextUtils.join() and add documentation by Roozbeh Pournader · 7 years ago
  80. 298bb29 Support font resource in TextAppearanceSpan by Seigo Nonaka · 7 years ago
  81. e827a09 Make BulletSpan work with lineSpacing by Siyamed Sinir · 7 years ago
  82. 08fac62 Add BoringLayout constructor API docs by Siyamed Sinir · 7 years ago
  83. ce3b05a Handle long text for share/cut/copy operations. by Siyamed Sinir · 7 years ago
  84. 3150434 Use the Context's locale in DateFormat by Roozbeh Pournader · 7 years ago
  85. c49ee3b Support font resource in TextAppearanceSpan by Seigo Nonaka · 7 years ago
  86. 6c66f86 Make up/down movement of multilength lines remember position by Clara Bayarri · 8 years ago
  87. e2393ae Merge "Make strike-through respect kerning at boundaries" by Roozbeh Pournader · 7 years ago
  88. b4dfcca Merge "Switch file size formatters to use ICU's MeasureFormat" by TreeHugger Robot · 7 years ago
  89. 1378a9d Make strike-through respect kerning at boundaries by Roozbeh Pournader · 7 years ago
  90. 4e5b71f Switch file size formatters to use ICU's MeasureFormat by Roozbeh Pournader · 7 years ago
  91. 0d253e4 Implement family fallback. by Seigo Nonaka · 7 years ago
  92. ec8c01d Merge "Switch formatElapsedTime to use ICU's MeasureFormat" by TreeHugger Robot · 7 years ago
  93. 2ee9075 Switch formatElapsedTime to use ICU's MeasureFormat by Roozbeh Pournader · 7 years ago
  94. ef7cfa1 Pass all locale information down to Minikin by Roozbeh Pournader · 7 years ago
  95. dc8f3ef Make Linkify use the SIM card's country for phone numbers by Roozbeh Pournader · 7 years ago
  96. aa8380f Merge "Internationalize InputFilter.AllCaps" by Roozbeh Pournader · 7 years ago
  97. 554585e Merge "Get underline position and thickness from the font" by Roozbeh Pournader · 7 years ago
  98. 205a993 Internationalize InputFilter.AllCaps by Roozbeh Pournader · 7 years ago
  99. ca8a04a Get underline position and thickness from the font by Roozbeh Pournader · 7 years ago
  100. e5d6838 Merge "Early exit if there are no spans affecting display" by TreeHugger Robot · 7 years ago