1. 7557a5a Revert "Make selection end handle stick to selection at line end." by Roozbeh Pournader · 7 years ago
  2. 4b4730d Change justification parameter from boolean to int. by Seigo Nonaka · 7 years ago
  3. 846946e Merge "Make selection end handle stick to selection at line end." by Keisuke Kuroyanagi · 8 years ago
  4. 7c263dd Make selection end handle stick to selection at line end. by Keisuke Kuroyanagi · 8 years ago
  5. 09da71a Introduce full justification. by Seigo Nonaka · 8 years ago
  6. 9863f67 Fix getLineExtent for hyphen width. by Seigo Nonaka · 8 years ago
  7. 9aba698 Merge "StaticLayout visual fix for maxLines" by Siyamed Sinir · 8 years ago
  8. fcef4a3 Merge "Visibility fixes for text related tests." by Siyamed Sinir · 8 years ago
  9. ed09ae1 Visibility fixes for text related tests. by Siyamed Sinir · 8 years ago
  10. 79bf9d1 Fix bidi desired width calculation by Siyamed Sinir · 8 years ago
  11. 0745c72 StaticLayout visual fix for maxLines by Siyamed Sinir · 8 years ago
  12. f0bb87b7 Improve selection handle behavior for bidi text. by Keisuke Kuroyanagi · 8 years ago
  13. fa05ba0 Sort the result of SpannableStringBuilder.getSpans by Siyamed Sinir · 9 years ago
  14. e53e428 resolve merge conflicts of 957bdc56c5 to master. by Raph Levien · 9 years ago
  15. 5bff01d Respect grapheme clusters in Layout#getOffsetForHorizontal. by Keisuke Kuroyanagi · 9 years ago
  16. 720edf9 Fix: Cursor can be at an invalid offset in EditText. by Keisuke Kuroyanagi · 9 years ago
  17. 00ad16d Fix: Cursor can be at an invalid offset in EditText. by Keisuke Kuroyanagi · 9 years ago
  18. 112d9c7 Remove EmojiFactory and its mentions from frameworks. by Roozbeh Pournader · 9 years ago
  19. 7209dee Delete dead code by John Reck · 9 years ago
  20. 2ea5290 Fix problems with StaticLayout indentation by Raph Levien · 9 years ago
  21. edb27f1 Revert "Revert "Use getRunAdvance to position cursor"" by Raph Levien · 9 years ago
  22. 5730c97 Revert "Use getRunAdvance to position cursor" by Raph Levien · 9 years ago
  23. cb5499c Use getRunAdvance to position cursor by Raph Levien · 9 years ago
  24. 95c7a13 Add hyphenationFrequency attribute to TextView and StaticLayout. by Roozbeh Pournader · 9 years ago
  25. 9a174dd Clear hyphenEdit from Layout's paint by Raph Levien · 9 years ago
  26. 39b4db7 Add breakStrategy attribute to TextView by Raph Levien · 9 years ago
  27. 26d443a Revert "Fix build: Revert "Record hyphens from Minikin and draw them"" by Raph Levien · 9 years ago
  28. 5a6eeb3 Fix build: Revert "Record hyphens from Minikin and draw them" by Ed Heyl · 9 years ago
  29. 71cbc72 Record hyphens from Minikin and draw them by Raph Levien · 9 years ago
  30. c94f742 Calculate line breaks using Minikin by Raph Levien · 9 years ago
  31. 70616ec Start moving text measurement into native code by Raph Levien · 9 years ago
  32. d29bdb2 Avoid static initialization of Layout from TextUtils by Neil Fuller · 9 years ago
  33. 8750620 Fix Layout.isRtlCharAt by Raph Levien · 10 years ago
  34. ab08c6d Make LeadingMarginSpan2 behavior more consistent by Anish Athalye · 10 years ago
  35. c14b3ad Fix bug in measurement of paragraphs by Anish Athalye · 10 years ago
  36. 776abc2 Uses VMRuntime.newUnpaddedArray for ideal array sizes by Adam Lesinski · 10 years ago
  37. 373b7a8 Fix for "Can't place cursor after combining accent" by Raph Levien · 11 years ago
  38. afe8e9b Suppress horizontal scrolling with trailing blanks by Raph Levien · 12 years ago
  39. db24f0a Fix bug #7282594 EditText does not allow to move the cursor when typing RTL text and if gravity is set to LEFT by Fabrice Di Meglio · 12 years ago
  40. 15c9c61 Merge "Fix bug #6661824 Hebrew Text can be clipped" into jb-dev by Fabrice Di Meglio · 12 years ago
  41. 8d44fff Fix bug #6661824 Hebrew Text can be clipped by Fabrice Di Meglio · 12 years ago
  42. 2fba338 Prevent a crash when maxLines is set to 0 by Gilles Debunne · 12 years ago
  43. eca5b73 Basic renaming refactoring in Layout by Gilles Debunne · 12 years ago
  44. 60e3b3f Use SpanSet to accelerate Layout.drawBackground by Gilles Debunne · 12 years ago
  45. 6c488de EditText caches only text in its internal display list. by Gilles Debunne · 12 years ago
  46. 34d2eba Fix bug #5243493 TextView selection is not working correctly when there is some RTL run into it by Fabrice Di Meglio · 13 years ago
  47. 3716601 Fix bug #5243493 TextView selection is not working correctly when there is some RTL run into it by Fabrice Di Meglio · 13 years ago
  48. 8059e090 Fix bug #3388534 Long file names are improperly displayed when played by Fabrice Di Meglio · 13 years ago
  49. cb379120 Implement textDirection heuristic selection. by Doug Felt · 13 years ago
  50. c0ccf0c Support control of text alignment. by Doug Felt · 13 years ago
  51. 27e8f1a am 8b22ef66: am e41d2aed: Merge "Using robust equality check." by Conley Owens · 13 years ago
  52. 2fb503f Using robust equality check. by Jozef BABJAK · 13 years ago
  53. f3fa0cd Bugfixes in StaticLayout. by Gilles Debunne · 13 years ago
  54. f75c97e Text insertion cursor is now defined by a Drawable. by Gilles Debunne · 13 years ago
  55. 0a4db3c Pixel were missing on the last line of text when using MaxLines. by Gilles Debunne · 14 years ago
  56. 162bf0f Fix for IOOBoundsExc in SpannableStringBuilder by Gilles Debunne · 14 years ago
  57. 497a92c Add keycodes and meta-key modifiers to support external keyboards. by Jeff Brown · 14 years ago
  58. 12122bf Support surrogate pairs when layouting text by Takako Ishibashi · 14 years ago
  59. c4d8eb6 Speedup TextView fades (no more layers required.) by Romain Guy · 14 years ago
  60. 74d31ef Fix a bug where paragraph styles could leak onto an adjacent empty line. by Eric Fischer · 14 years ago
  61. 0c702b8 Move shaping to native. by Doug Felt · 14 years ago
  62. c982f60 Fix alignment issues with RTL paragraphs. by Doug Felt · 14 years ago
  63. e8e45f2 Refactor Styled utility functions into reusable objects. by Doug Felt · 14 years ago
  64. 4e0c5e5 Don't measure for a secondary caret unless we have one. by Doug Felt · 14 years ago
  65. 9f7a444 Enable nested bidi levels in a paragraph. by Doug Felt · 14 years ago
  66. 20178d6 Factor bidi algorithm into separate method. by Doug Felt · 14 years ago
  67. 71b8dd7 Enhance text docs, rename some variables for clarity, comment places in the code by Doug Felt · 14 years ago
  68. 7b5676e support for multiline paragraph style indentation by Mark Wagner · 15 years ago
  69. a82e99a Fix an emoji-measuring bug that caused an exception when editing a contact. by Eric Fischer · 15 years ago
  70. 76c0226 text: Remove references to android.util.Config by Dave Bort · 15 years ago
  71. c2d54f4 AI 143165: am: CL 142861 Make TextView Emoji scale to match the size of the text. by Eric Fischer · 15 years ago
  72. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  73. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  74. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  75. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  76. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago