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