1. 29cb768 FloatingActionMode.setOutsideTouchable by Abodunrinwa Toki · 6 years ago
  2. 080c854 TextClassifier API updates. by Abodunrinwa Toki · 6 years ago
  3. 1d84b17 Merge "Adding maximum input size checks" by TreeHugger Robot · 6 years ago
  4. 108aad3 Adding maximum input size checks by Jan Althaus · 6 years ago
  5. 5f2f820 Remove selection on nonselectable text (which would be there if a user tapped Linkified text) if a TextView loses focus. by Richard Ledley · 6 years ago
  6. fe20cdd Smart Linkify API by Abodunrinwa Toki · 7 years ago
  7. 724eff9 Make Linkify links clickable in nonselectable text. by Richard Ledley · 7 years ago
  8. 26b8722 Show Floating Toolbar when tapping a selectable TextLink in TextView. by Richard Ledley · 7 years ago
  9. deb2f49 Show selection handles even when toolbar is empty. by Abodunrinwa Toki · 7 years ago
  10. 6264cbd Implement assertActionModeNotStarted. by Abodunrinwa Toki · 7 years ago
  11. 89550e8 Fix failing/flaky TextViewActivityTests by Abodunrinwa Toki · 7 years ago
  12. 4a056a5 Fix failing Framework TextView tests. by Abodunrinwa Toki · 7 years ago
  13. 76b51dc Disable smart sharing for password fields. by Abodunrinwa Toki · 7 years ago
  14. 2191418 Migrate core TextView tests to JUnit4 by Siyamed Sinir · 7 years ago
  15. 7b97180 Regression test: Menu item title updates. by Abodunrinwa Toki · 7 years ago
  16. ea6cb12 Add "Paste as plain text" in TextView's toolbar. by Abodunrinwa Toki · 7 years ago
  17. 6eecdc9 FloatingToolbar: Rules for ordering menu items. by Abodunrinwa Toki · 7 years ago
  18. 7557a5a Revert "Make selection end handle stick to selection at line end." by Roozbeh Pournader · 7 years ago
  19. 99e862318 Make TextViewActivityTest stable by Keisuke Kuroyanagi · 8 years ago
  20. 7c263dd Make selection end handle stick to selection at line end. by Keisuke Kuroyanagi · 8 years ago
  21. c5b54ba Make TextViewActivityTests MediumTests by Abodunrinwa Toki · 8 years ago
  22. 46ca471 Merge "Fix: Selection created by long tap and drag can be empty." by Keisuke Kuroyanagi · 8 years ago
  23. 68c433d Add test doubleTapAndDragToSelect_multiLine by Sara Kato · 8 years ago
  24. 133dfc0 Fix: Selection created by long tap and drag can be empty. by Keisuke Kuroyanagi · 8 years ago
  25. 3c4a67d Merge "Rewrite SuggestionsPopupWindowTest using espresso." into nyc-dev am: d119ab9 by Keisuke Kuroyanagi · 8 years ago
  26. 31eb74f Rewrite SuggestionsPopupWindowTest using espresso. by Keisuke Kuroyanagi · 8 years ago
  27. 15485b8 Merge "Make hasTransientState be true only if user created selection is active." into nyc-dev am: fc1d11e by Keisuke Kuroyanagi · 8 years ago
  28. 183fd50 Make hasTransientState be true only if user created selection is active. by Keisuke Kuroyanagi · 8 years ago
  29. cabc670 Merge "Improve selection handle behavior for bidi text." into nyc-dev am: 1e632ba by Keisuke Kuroyanagi · 8 years ago
  30. f0bb87b7 Improve selection handle behavior for bidi text. by Keisuke Kuroyanagi · 8 years ago
  31. 4bc3c9c resolve merge conflicts of 75bf818 to master by Siyamed Sinir · 8 years ago
  32. 987ec65 Do not use hint text for Editor cursor positioning by Siyamed Sinir · 8 years ago
  33. 9327e67 Merge "Stop automatically creating selection action mode." into nyc-dev am: 126fdf1082 by Keisuke Kuroyanagi · 8 years ago
  34. c477b58 Stop automatically creating selection action mode. by Keisuke Kuroyanagi · 8 years ago
  35. 9479d3e Implement CustomViewActions.longPressAtRelativeCoordinates by Abodunrinwa Toki · 8 years ago
  36. fae4578 Make drag&drop be atomic for undo/redo. by Keisuke Kuroyanagi · 8 years ago
  37. a2756f6 Merge "TextView tests: drag and drop." by Keisuke Kuroyanagi · 9 years ago
  38. e27e085 Add TextView cursor positioning tests for grapheme clusters. by Keisuke Kuroyanagi · 9 years ago
  39. 4307aeb TextView tests: drag and drop. by Keisuke Kuroyanagi · 9 years ago
  40. ae3ecaa Merge "TextView test: floating toolbar + drag handle interaction." by Keisuke Kuroyanagi · 9 years ago
  41. d244160 Merge "TextView test: insertion handle movement tests." by Keisuke Kuroyanagi · 9 years ago
  42. ff37557 Merge "Fix selection expansion detection logic." by Keisuke Kuroyanagi · 9 years ago
  43. d42cb8f TextView tests: tests for improved mouse text selection. by Keisuke Kuroyanagi · 9 years ago
  44. b0dd77c TextView test: floating toolbar + drag handle interaction. by Keisuke Kuroyanagi · 9 years ago
  45. e8b3dd4 TextView test: insertion handle movement tests. by Keisuke Kuroyanagi · 9 years ago
  46. 2645414 Fix selection expansion detection logic. by Keisuke Kuroyanagi · 9 years ago
  47. fc6e25e TextView tests to check that selection handles appear on selection by Abodunrinwa Toki · 9 years ago
  48. ec913c0 Selection Test: selection handle snaps to word boundaries. by Keisuke Kuroyanagi · 9 years ago
  49. cb6e842 Selection Test: selection handle doesn't pass anther one. by Keisuke Kuroyanagi · 9 years ago
  50. c24c2bb Add selection handle multiline dragging tests. by Keisuke Kuroyanagi · 9 years ago
  51. da79ee6 Add selection handle dragging tests. by Keisuke Kuroyanagi · 9 years ago
  52. e36c711 Fix failing TextActivityTest. by Abodunrinwa Toki · 9 years ago
  53. c9e924e Set device orientation for tests. by Abodunrinwa Toki · 9 years ago
  54. 8a5e1ae FloatingToolbarEspressoUtils + more TextView selection by touch tests by Abodunrinwa Toki · 9 years ago
  55. ca4aaf3 Add more TextView selection (by touch) tests. by Abodunrinwa Toki · 9 years ago
  56. 90cdfe0 TextViewActions for Espresso-testing TextView. by Abodunrinwa Toki · 9 years ago
  57. 223c839 Demo functional test for frameworks/core with Espresso by Abodunrinwa Toki · 9 years ago