1. ed5a6ae Use new UnsupportedAppUsage annotation. by Artur Satayev · 4 years, 8 months ago
  2. cb0d19b Replace com.android.internal.util.Preconditions.checkNotNull with by Daulet Zhanguzin · 4 years, 8 months ago
  3. 9a1369b Ability to start a cursor drag from anywhere in an editable TextView by Nikita Dubrovsky · 4 years, 9 months ago
  4. d63f203 Consolidate tracking of touch state in Editor (editable TextView) by Nikita Dubrovsky · 4 years, 9 months ago
  5. 24b3ed8 Merge "Revert "Editor: do not blink when invisible to user"" by Long Ling · 4 years, 9 months ago
  6. 0c27fbb Revert "Editor: do not blink when invisible to user" by Long Ling · 4 years, 9 months ago
  7. 05cfcc8 Add debug logging for cursor logic in TextView and Editor by Nikita Dubrovsky · 4 years, 10 months ago
  8. 6fef46e Editor: do not blink when invisible to user by Long Ling · 5 years ago
  9. 8624121 Gesture exclusion for seekbar thumbs/edit handles by Adam Powell · 5 years ago
  10. ef45697 [Magnifier-80] Make API getters relative to window by Mihai Popa · 5 years ago
  11. e57475e Address API council feedback by John Reck · 5 years ago
  12. 26ee00d Revert "[Magnifier-77] Show it on long press selection" by Mihai Popa · 6 years ago
  13. 0115ac1 Honor text-operation user in "Add to dictionary" by Yohei Yukawa · 6 years ago
  14. 1c400a3 Adds comment to dark-greylisted mShowCursor by Louis Pullen-Freilich · 6 years ago
  15. 779cd54 Merge "Adds mShowCursor to dark-grey list above P" by TreeHugger Robot · 6 years ago
  16. d6da1ff Adds mShowCursor to dark-grey list above P by Louis Pullen-Freilich · 6 years ago
  17. ca9376c Make Editor.SuggestionsPopupWindow private again by Yohei Yukawa · 6 years ago
  18. 88fbed4 [Magnifier-77] Show it on long press selection by Mihai Popa · 6 years ago
  19. 6d26d15 [Magnifier-76] Show for translated/scaled textview by Mihai Popa · 6 years ago
  20. 520b2f8 Log translate action's views and clicks. by Abodunrinwa Toki · 6 years ago
  21. 17ace29 Deprecate SuggestionSpan#ACTION_SUGGESTION_PICKED by Yohei Yukawa · 6 years ago
  22. 401e3d4 Introduce @hide TextView#setTextOperationUser() by Yohei Yukawa · 6 years ago
  23. 6c7ad1d Make text cursor drawable public by Mihai Popa · 6 years ago
  24. c695029 [Magnifier-65] Separate builder defaults by Mihai Popa · 6 years ago
  25. db68c54 Fix handle creation on startActionMode by Mihai Popa · 6 years ago
  26. 6315a32 Make text handle drawables public by Mihai Popa · 6 years ago
  27. c7ddcf3 Update some docs & tweak some method names by John Reck · 6 years ago
  28. 32f140aa6 Rename & package shuffle by John Reck · 6 years ago
  29. ddf9fe0 [Magnifier-63] Hide it for rotated/scaled textview by Mihai Popa · 6 years ago
  30. 8b3002e Merge "[Magnifier-62] Deprecate constructor" by Mihai Popa · 6 years ago
  31. b6ca909 [Magnifier-62] Deprecate constructor by Mihai Popa · 6 years ago
  32. 484d4af Always use Context.getSystemService() to get IMM by Yohei Yukawa · 6 years ago
  33. b6a2cfb Merge "[Magnifier-47] Expose magnifier properties" by TreeHugger Robot · 6 years ago
  34. c2e0bee [Magnifier-47] Expose magnifier properties by Mihai Popa · 6 years ago
  35. 978c6e2 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  36. c390e51 [Magnifier-44] Fix memory leak caused by callback by Mihai Popa · 6 years ago
  37. 038f7a8 Fix repeated calls into reportExtractedText by Clara Bayarri · 6 years ago
  38. 29cb768 FloatingActionMode.setOutsideTouchable by Abodunrinwa Toki · 6 years ago
  39. 993890f Merge "Fix non-unique PendingIntent issue with TCImpl." into pi-dev by Abodunrinwa Toki · 6 years ago
  40. 904a931 Fix non-unique PendingIntent issue with TCImpl. by Abodunrinwa Toki · 6 years ago
  41. aeed443 Merge "[Magnifier-39] Hide both handles on overlap" into pi-dev by Mihai Popa · 6 years ago
  42. 4e51877 Fix crash when modifying Selection by Clara Bayarri · 6 years ago
  43. 63ee7f1 [Magnifier-39] Hide both handles on overlap by Mihai Popa · 6 years ago
  44. b1b423a [Magnifier-37] Hide handle when overlaps magnifier by Mihai Popa · 6 years ago
  45. 08a75e0 Merge "Change TextClassification to use RemoteActions" into pi-dev by Jan Althaus · 6 years ago
  46. 20d346e Change TextClassification to use RemoteActions by Jan Althaus · 6 years ago
  47. 894469c [Magnifier-35] Do not show when text is large by Mihai Popa · 6 years ago
  48. 5209691 Fix random SmartLinkify-related TextView bugs. by Abodunrinwa Toki · 6 years ago
  49. 3872238 [Magnifier-33] Add animation on line jump by Mihai Popa · 6 years ago
  50. 27e4dfb [Magnifier-32] Do not magnify outside selection by Mihai Popa · 6 years ago
  51. e301746 [Magnifier-31] Do not magnify outside current line by Mihai Popa · 6 years ago
  52. 27db81b Don't use highlighting in non-selectable text. Also fixes potential discrepancy in indexes for Linkified entities. by Richard Ledley · 6 years ago
  53. db8fc31 Associate TCconstants with the TCM instead of TCImpl by Abodunrinwa Toki · 6 years ago
  54. a4e39c4 [Magnifier-23] Fix invisible cursor in magnifier by Mihai Popa · 6 years ago
  55. 2f19b92 TextClassifier: Support service intents. by Abodunrinwa Toki · 7 years ago
  56. fdbc5ee Fix Editor ActionMode content rectangle by Siyamed Sinir · 7 years ago
  57. db96b03 Merge "Remove selection on nonselectable text (which would be there if a user tapped Linkified text) if a TextView loses focus." by Richard Ledley · 7 years ago
  58. 5f2f820 Remove selection on nonselectable text (which would be there if a user tapped Linkified text) if a TextView loses focus. by Richard Ledley · 7 years ago
  59. 80620c5 Updating smart text selection animation by Jan Althaus · 7 years ago
  60. 20f29fd Merge "Fix extra space in Suggestions Popup" by TreeHugger Robot · 7 years ago
  61. b0538e6 Merge "[Magnifier - 14] Follow finger instead of cursor" by TreeHugger Robot · 7 years ago
  62. 1d1ed0c [Magnifier - 14] Follow finger instead of cursor by Mihai Popa · 7 years ago
  63. 0d9fbb9 Making TextClassifier helper objects parcelable by Jan Althaus · 7 years ago
  64. 724eff9 Make Linkify links clickable in nonselectable text. by Richard Ledley · 7 years ago
  65. 26b8722 Show Floating Toolbar when tapping a selectable TextLink in TextView. by Richard Ledley · 7 years ago
  66. ce8db99 Add more IntDef prefixes for auto-documenting. by Jeff Sharkey · 7 years ago
  67. ddd156b Merge "Fix an incorrect display position of error popup in RTL layout" am: b7941c50a0 am: 0863cf4e40 by Siyamed Sinir · 7 years ago
  68. b7941c5 Merge "Fix an incorrect display position of error popup in RTL layout" by Siyamed Sinir · 7 years ago
  69. 008f387 Add a signature to TextSelection and TextClassification by Abodunrinwa Toki · 7 years ago
  70. ba38562 Primary/Secondary actions in TextClassification. by Abodunrinwa Toki · 7 years ago
  71. d6644dc [Magnifier - 10] Make it public by Andrei Stingaceanu · 7 years ago
  72. f1f320c Merge "[Magnifier - 8] SurfaceView support and invalidate revival" by Andrei Stingaceanu · 7 years ago
  73. 41589fa [Magnifier - 8] SurfaceView support and invalidate revival by Andrei Stingaceanu · 7 years ago
  74. a0c8c1c Fix an incorrect display position of error popup in RTL layout by Hidehiko Tsuchiya · 7 years ago
  75. 0d872c0 Merge "Show selection handles even when toolbar is empty." by TreeHugger Robot · 7 years ago
  76. deb2f49 Show selection handles even when toolbar is empty. by Abodunrinwa Toki · 7 years ago
  77. c28be38 Fix the list of PROCESS_TEXT items in the toolbar. by Abodunrinwa Toki · 7 years ago
  78. 5a6a541 Merge "TextView: Support multiple textAssist menu items." by TreeHugger Robot · 7 years ago
  79. 3049d8c TextView: Support multiple textAssist menu items. by Abodunrinwa Toki · 7 years ago
  80. d27c36b [Magnifier - 6] Simplify API and configuration by Andrei Stingaceanu · 7 years ago
  81. 1eb19a3 Merge "[Magnifier - 5] Auto invalidate and misc" by TreeHugger Robot · 7 years ago
  82. ca189fe [Magnifier - 5] Auto invalidate and misc by Andrei Stingaceanu · 7 years ago
  83. a18447dd Merge "FloatingToolbar updates" by TreeHugger Robot · 7 years ago
  84. 15af561 [Magnifier - 3] Reduce number of calls to PixelCopy by Andrei Stingaceanu · 7 years ago
  85. 9c881f2 FloatingToolbar updates by Abodunrinwa Toki · 7 years ago
  86. 451f947 [Magnifier - 4] Batch of tweaks by Andrei Stingaceanu · 7 years ago
  87. 060b3d7 [Magnifier - 2] Turn magnifier ON by Andrei Stingaceanu · 7 years ago
  88. 6c591dd Merge "[Magnifier - 1] Initial implementation and wiring" by Andrei Stingaceanu · 7 years ago
  89. e06eebf Rename mCursorDrawble to mDrawableForCursor by Roozbeh Pournader · 7 years ago
  90. d2eadfa [Magnifier - 1] Initial implementation and wiring by Andrei Stingaceanu · 7 years ago
  91. 019389a New metrics fields for selection logs by Jan Althaus · 7 years ago
  92. a2dfc3c Merge "New metrics fields for selection logs" by TreeHugger Robot · 7 years ago
  93. d8c5e7f Fix hint text updates in Extracted text mode by Clara Bayarri · 7 years ago
  94. 786a39d New metrics fields for selection logs by Jan Althaus · 7 years ago
  95. 89bda32 Log the "change selected text" gesture. by Abodunrinwa Toki · 7 years ago
  96. 78940eb Log the "change selected text" gesture. by Abodunrinwa Toki · 7 years ago
  97. 5ab7bb2 Draw SmartSelectSprite in TextView by Petar Šegina · 7 years ago
  98. 7c5df64 Merge "Delete old TEXT_SELECTION_MENU_ITEM_ASSIST logs." into oc-mr1-dev am: f28b8a8de3 by Abodunrinwa Toki · 7 years ago
  99. fadd428 Delete old TEXT_SELECTION_MENU_ITEM_ASSIST logs. by Abodunrinwa Toki · 7 years ago
  100. 5ddd3ed TextView text selection interaction logging. by Abodunrinwa Toki · 7 years ago