1. 6ffb0a6 Revert "TextView setText/append methods set movement method" by Siyamed Sinir · 8 years ago
  2. 0925f40 Update get/setFontFeatureSettings JavaDoc by Siyamed Sinir · 8 years ago
  3. e7a414e Merge "Do not use hint text for Editor cursor positioning" into nyc-dev by Siyamed Sinir · 8 years ago
  4. 237be37 Merge "Copy/Paste on RemoteInputView" into nyc-dev by Adrian Roos · 8 years ago
  5. 0bd8a4b Copy/Paste on RemoteInputView by Adrian Roos · 8 years ago
  6. cb03689 Merge "Fix: setExtractedText partial span change handling." into nyc-dev by Keisuke Kuroyanagi · 8 years ago
  7. 987ec65 Do not use hint text for Editor cursor positioning by Siyamed Sinir · 8 years ago
  8. c477b58 Stop automatically creating selection action mode. by Keisuke Kuroyanagi · 8 years ago
  9. 70ab0ee Fix: setExtractedText partial span change handling. by Keisuke Kuroyanagi · 8 years ago
  10. f6d87ec Add consistent @NonNull annotations for drawable callbacks by Alan Viverette · 8 years ago
  11. 01ef02d Merge "Reset mWordIteratorWithText when SpellChecker locale is changed." into nyc-dev by Keisuke Kuroyanagi · 8 years ago
  12. 25ff8a5 Invalidate TextView on change of elegantTextHeight by Raph Levien · 8 years ago
  13. e0ac5ac Reset mWordIteratorWithText when SpellChecker locale is changed. by Keisuke Kuroyanagi · 8 years ago
  14. 40fd5fa Merge "Call View#setHasTransientState in TextView#spanChange." into nyc-dev by Keisuke Kuroyanagi · 8 years ago
  15. af4caa6 Call View#setHasTransientState in TextView#spanChange. by Keisuke Kuroyanagi · 8 years ago
  16. bd4b217 Merge "Refresh action mode always when selection is modified." into nyc-dev by Keisuke Kuroyanagi · 8 years ago
  17. 1ca7c80 Merge "TextView should fade edges according to text." into nyc-dev by Siyamed Sinir · 8 years ago
  18. 192d3bd Update EditText.setEllipsize JavaDoc by Siyamed Sinir · 8 years ago
  19. bec9715 Refresh action mode always when selection is modified. by Keisuke Kuroyanagi · 8 years ago
  20. ddc1397 Frameworks/base: Refactor TextView initialization by Andreas Gampe · 8 years ago
  21. c066127 TextView should fade edges according to text. by Siyamed Sinir · 8 years ago
  22. 715589f Ellipsized and Non-ellipsized baselines should be same. by Siyamed Sinir · 8 years ago
  23. f4aa7d2 Merge "Clamp EditText cursor in the drawable boundaries." into nyc-dev by Siyamed Sinir · 8 years ago
  24. 217c0f7 Clamp EditText cursor in the drawable boundaries. by Siyamed Sinir · 8 years ago
  25. 0277119 Do not save TextView text when freezesText is false by Siyamed Sinir · 8 years ago
  26. 1c9d20b Preserve TextView mDrawables if it has metadata (ex. tint or padding) by Alan Viverette · 8 years ago
  27. 094e64b Merge "Clarify the purpose of EditorInfo#hintLocales." by Yohei Yukawa · 9 years ago
  28. d469f21 Clarify the purpose of EditorInfo#hintLocales. by Yohei Yukawa · 9 years ago
  29. bd918aad Don't show TextView "share" option for an unprovisioned device by Adam Powell · 9 years ago
  30. 0445fdf Ensure EditorInfo#locales is set before return. by Yohei Yukawa · 9 years ago
  31. 0cc6b5a Merge "Propagate TextView drawable state after resolving RTL drawables" by Alan Viverette · 9 years ago
  32. d056081 TextView: Open context menu on right click. by Keisuke Kuroyanagi · 9 years ago
  33. 189d4f5 Propagate TextView drawable state after resolving RTL drawables by Alan Viverette · 9 years ago
  34. 366a886 Change cursor shape to STYLE_HAND on ClickableSpans by Keisuke Kuroyanagi · 9 years ago
  35. d4eaef7 Make public pointer icon API with custom icons. by Jun Mukai · 9 years ago
  36. 155aecb Move double tap/triple click detection to Editor. by Keisuke Kuroyanagi · 9 years ago
  37. 4368d05 Triple click to start paragraph based selection. by Keisuke Kuroyanagi · 9 years ago
  38. 4610eef Revert "Add support for partial view layouts" by Chet Haase · 9 years ago
  39. 658c29e retry: Add @hide SpellCheckerSubtype#getLocaleObject(). by Yohei Yukawa · 9 years ago
  40. 80a918c Revert "Add @hide SpellCheckerSubtype#getLocaleObject()." by Yohei Yukawa · 9 years ago
  41. e3c761c Add @hide SpellCheckerSubtype#getLocaleObject(). by Yohei Yukawa · 9 years ago
  42. 8d6eeb0 Introduce EditorInfo#locales. by Yohei Yukawa · 9 years ago
  43. 4fb12d3 Made the bigtext now nicely float around the image by Selim Cinek · 9 years ago
  44. 5ac42c9 Always invalidate TextView on checkForRelayout by Alan Viverette · 9 years ago
  45. a71a244 Make suggestion window style material. by Seigo Nonaka · 9 years ago
  46. c55d507 Add support for partial view layouts by Adam Powell · 10 years ago
  47. 4ba0aa5 TextView setText/append methods set movement method by Siyamed Sinir · 9 years ago
  48. a0db63f TextView.append() honors autoLink attribute by Siyamed Sinir · 9 years ago
  49. 2b46e65 Use constants for return value of TextView#doKeyDown by Keisuke Kuroyanagi · 9 years ago
  50. b3163ed Support KEYCODE_{CUT, COPY, PASTE} in TextView. by Keisuke Kuroyanagi · 9 years ago
  51. fa78343 Merge "Fix toolbar flickering in ExtractedMode when longpressing." into mnc-dr-dev am: ee4ab0a55b am: 24fc647e70 am: 509a74972a by Andrei Stingaceanu · 9 years ago
  52. ee4ab0a Merge "Fix toolbar flickering in ExtractedMode when longpressing." into mnc-dr-dev by Andrei Stingaceanu · 9 years ago
  53. 2aaeefe Fix toolbar flickering in ExtractedMode when longpressing. by Andrei Stingaceanu · 9 years ago
  54. c8d8288 Merge "Re-set PROCESS_TEXT selection if nothing was returned." into mnc-dr-dev am: 3bd3655fd0 am: 9e97c20ed9 am: 0eef4ab567 by Abodunrinwa Toki · 9 years ago
  55. 3b8a5ea Re-set PROCESS_TEXT selection if nothing was returned. by Abodunrinwa Toki · 9 years ago
  56. 1db5397 Allow changing mouse pointer icon for the current context. by Jun Mukai · 9 years ago
  57. ad0020f Invalidate when Drawable.setState() returns true by Alan Viverette · 9 years ago
  58. a23748a Add LocaleList support to Paint and TextView. by Roozbeh Pournader · 9 years ago
  59. 798253e Expose password text to accessibility services, if requested by Alan Viverette · 9 years ago
  60. a60160b Introduce simple SuggestionsPopupWindowTest. by Seigo Nonaka · 9 years ago
  61. 8515917 am 202dd44a: am 5ea22216: am 82935916: am 033fe243: am bbe1682b: Merge changes from topic \'fix-media-notifications\' into mnc-dev by Daniel Sandler · 9 years ago
  62. 912282e Fully support Icons in Notification actions. by Dan Sandler · 9 years ago
  63. a2c1d78 am 464f4006: am dfa116e2: am 2e59771e: am 0e6360f4: am a9b9907f: Merge "Fix insertion handle disappearing in extract mode" into mnc-dev by Andrei Stingaceanu · 9 years ago
  64. cfa13a7 Fix insertion handle disappearing in extract mode by Andrei Stingaceanu · 9 years ago
  65. 1699ba4 am 88936b7f: am a719be69: am 15e35270: am 5e449276: am f2474d33: Merge "Implement better handling of text in assist." into mnc-dev by Dianne Hackborn · 9 years ago
  66. f2474d3 Merge "Implement better handling of text in assist." into mnc-dev by Dianne Hackborn · 9 years ago
  67. 6f0fdc4 Implement better handling of text in assist. by Dianne Hackborn · 9 years ago
  68. 734d61c am 4a981c3a: am 8f40a25d: am 5fcfa576: am bb09a7cd: am bc687f96: Merge "Drag handles persist after lost focus in extracted mode" into mnc-dev by Andrei Stingaceanu · 9 years ago
  69. bc687f9 Merge "Drag handles persist after lost focus in extracted mode" into mnc-dev by Andrei Stingaceanu · 9 years ago
  70. 1156b48 am e91d7908: am 7099e39f: am 8fbe1a0c: Merge "Add accessibility actions for the PROCESS_TEXT feature." into mnc-dev by Abodunrinwa Toki · 9 years ago
  71. 8fbe1a0 Merge "Add accessibility actions for the PROCESS_TEXT feature." into mnc-dev by Abodunrinwa Toki · 9 years ago
  72. 99d3bbd Drag handles persist after lost focus in extracted mode by Andrei Stingaceanu · 9 years ago
  73. 16f3e55 am b0c1485d: am 24815124: am 7a2e4b8f: Merge "Let TextView clear accessibility selection index" into mnc-dev by Maxim Bogatov · 9 years ago
  74. 7a2e4b8 Merge "Let TextView clear accessibility selection index" into mnc-dev by Maxim Bogatov · 9 years ago
  75. deaf0db Add accessibility actions for the PROCESS_TEXT feature. by Abodunrinwa Toki · 9 years ago
  76. b1efe96 am 45034326: am a7c725f2: am e96b1c6f: Merge "Fix crash due to reverse selection." into mnc-dev by Seigo Nonaka · 9 years ago
  77. e96b1c6 Merge "Fix crash due to reverse selection." into mnc-dev by Seigo Nonaka · 9 years ago
  78. 1fa819b Let TextView clear accessibility selection index by Maxim Bogatov · 9 years ago
  79. e1f7577 am 9508d873: am e02ee117: am 1223a75a: Merge "TextView: add the "Share" accessibility action." into mnc-dev by Abodunrinwa Toki · 9 years ago
  80. 1223a75 Merge "TextView: add the "Share" accessibility action." into mnc-dev by Abodunrinwa Toki · 9 years ago
  81. 2d509bc am 06121b67: am eb0918f1: am 450176c5: Merge "Fix: Text selection handles shouldn\'t be shown in accessibility mode" into mnc-dev by Mady Mellor · 9 years ago
  82. 0e5c603 TextView: add the "Share" accessibility action. by Abodunrinwa Toki · 9 years ago
  83. 011a42d Fix: Text selection handles shouldn't be shown in accessibility mode by Mady Mellor · 9 years ago
  84. 5c0d4d0 am 4ce47333: am 3178da6b: am 084b7a15: Merge "Do not show selection action mode when the TextView is not shown." into mnc-dev by Seigo Nonaka · 9 years ago
  85. 084b7a1 Merge "Do not show selection action mode when the TextView is not shown." into mnc-dev by Seigo Nonaka · 9 years ago
  86. e931157 am 6a402ca6: am d408d293: am ab142f7f: Merge "Handle back key to cancel text action mode in full-screen IME." into mnc-dev by Yohei Yukawa · 9 years ago
  87. ab142f7 Merge "Handle back key to cancel text action mode in full-screen IME." into mnc-dev by Yohei Yukawa · 9 years ago
  88. 86d60cd Fix crash due to reverse selection. by Seigo Nonaka · 9 years ago
  89. 145252f Do not show selection action mode when the TextView is not shown. by Seigo Nonaka · 9 years ago
  90. 0449ac4 am e72764f8: am 9fc12583: am d4d802be: Merge "Fix: Don\'t display the drag handles when focus is lost" into mnc-dev by Mady Mellor · 9 years ago
  91. a48b90e am ede6cfa5: am 705a9abc: am 3d7109a1: Merge "EditText - can not drag handles in extracted mode" into mnc-dev by Andrei Stingaceanu · 9 years ago
  92. d4d802b Merge "Fix: Don't display the drag handles when focus is lost" into mnc-dev by Mady Mellor · 9 years ago
  93. a286145 Fix: Don't display the drag handles when focus is lost by Mady Mellor · 9 years ago
  94. 1cb1f15 EditText - can not drag handles in extracted mode by Andrei Stingaceanu · 9 years ago
  95. 38940aa Handle back key to cancel text action mode in full-screen IME. by Yohei Yukawa · 9 years ago
  96. 2d021f8 am 3eb5480b: am 4401943e: am a6fb1e70: Merge "Fix issue #20654534: API Review: android.app.assist" into mnc-dev by Dianne Hackborn · 9 years ago
  97. a3422ee am da0b7033: am 30e7f79b: am 1384d1d9: Merge "Fix: TextView makes new layouts too frequently." into mnc-dev by Keisuke Kuroyanagi · 9 years ago
  98. a6fb1e7 Merge "Fix issue #20654534: API Review: android.app.assist" into mnc-dev by Dianne Hackborn · 9 years ago
  99. 1384d1d Merge "Fix: TextView makes new layouts too frequently." into mnc-dev by Keisuke Kuroyanagi · 9 years ago
  100. 16036f2 Fix issue #20654534: API Review: android.app.assist by Dianne Hackborn · 9 years ago