summaryrefslogtreecommitdiff
path: root/core/java/android/widget/SelectionActionModeHelper.java
Commit message (Expand)AuthorAgeFilesLines
* RESTRICT AUTOMERGE Do not linkify text with RLO/LRO characters.Abodunrinwa Toki2019-01-031-1/+7
* Fix monkey crash in smart selection animationMihai Popa2018-05-251-2/+6
* Merge "End the TC session on terminal selection event actions" into pi-devTreeHugger Robot2018-05-221-23/+33
|\
| * End the TC session on terminal selection event actionsAbodunrinwa Toki2018-05-221-23/+33
* | Merge "Fix crash after smart selection animation" into pi-devMihai Popa2018-05-221-1/+6
|\ \ | |/ |/|
| * Fix crash after smart selection animationMihai Popa2018-05-221-1/+6
* | Refresh TCM settings when they changeAbodunrinwa Toki2018-05-171-9/+12
|/
* Fix broken target SDK checks.Jeff Sharkey2018-04-101-2/+2
* Remove legacy loggerJan Althaus2018-04-071-22/+2
* TextClassifier API updates.Abodunrinwa Toki2018-04-011-41/+52
* Merge "Implement Stateful TextClassifier APIs." into pi-devAbodunrinwa Toki2018-03-281-18/+48
|\
| * Implement Stateful TextClassifier APIs.Abodunrinwa Toki2018-03-281-18/+48
| * Fix smart_linkify_enabled flag.Abodunrinwa Toki2018-03-221-1/+1
* | Fix random SmartLinkify-related TextView bugs.Abodunrinwa Toki2018-03-261-10/+21
|/
* TextClassifierService.onSelectionEventAbodunrinwa Toki2018-03-121-0/+3
* Merge textclassifier/logging/ into textclassifier/Abodunrinwa Toki2018-03-101-2/+2
* Don't use highlighting in non-selectable text. Also fixes potential discrepan...Richard Ledley2018-03-061-11/+6
* Associate TCconstants with the TCM instead of TCImplAbodunrinwa Toki2018-02-281-15/+16
* Merge "Logging for linkify selections"TreeHugger Robot2018-02-121-6/+15
|\
| * Logging for linkify selectionsJan Althaus2018-02-051-6/+15
* | Updating smart text selection animationJan Althaus2018-02-051-2/+6
|/
* Implement TextClassifier.getLogger APIAbodunrinwa Toki2018-01-311-39/+46
* Introduce a TextClassifierManagerService.Abodunrinwa Toki2018-01-291-0/+1
* Make Linkify links clickable in nonselectable text.Richard Ledley2018-01-111-5/+29
* Show Floating Toolbar when tapping a selectable TextLink in TextView.Richard Ledley2017-12-181-13/+57
* Widget types for unselectable and custom viewsJan Althaus2017-11-141-1/+3
* Optional parameters for TextClassifier APIs.Abodunrinwa Toki2017-11-031-14/+41
* Flags to enable/disable smart selection in EditTextAbodunrinwa Toki2017-10-121-10/+20
* Merge "Invert the animation over RTL selections"TreeHugger Robot2017-09-291-19/+42
|\
| * Invert the animation over RTL selectionsPetar Šegina2017-09-281-19/+42
* | Merge "Increase the duration allowed for a TC result."Abodunrinwa Toki2017-09-291-8/+24
|\ \ | |/ |/|
| * Increase the duration allowed for a TC result.Abodunrinwa Toki2017-09-271-8/+24
* | Fix crash due to TextView.getText() returning null.Abodunrinwa Toki2017-09-261-7/+20
|/
* Merge "Fixing session abandon logging bug" into oc-mr1-dev am: 4fce88dd4dJan Althaus2017-09-251-6/+40
|\
| * Fixing session abandon logging bugJan Althaus2017-09-251-6/+40
| * Log the "change selected text" gesture.Abodunrinwa Toki2017-09-121-16/+29
| * Fix smart selection logging bugs.Abodunrinwa Toki2017-09-121-25/+28
| * TextView text selection interaction logging.Abodunrinwa Toki2017-09-041-130/+311
* | Log the "change selected text" gesture.Abodunrinwa Toki2017-09-121-16/+29
* | Merge "Fix smart selection logging bugs."TreeHugger Robot2017-09-121-25/+28
|\ \
| * | Fix smart selection logging bugs.Abodunrinwa Toki2017-09-111-25/+28
* | | Merge "Enable smart select animation for multiline scenarios"Petar Šegina2017-09-121-11/+0
|\ \ \
| * | | Enable smart select animation for multiline scenariosPetar Šegina2017-09-111-11/+0
| |/ /
* / / Filter out empty and unnecessary rectanglesPetar Šegina2017-09-111-7/+58
|/ /
* | Merge "Emit text direction with selection rectangle"TreeHugger Robot2017-09-071-1/+1
|\ \
| * | Emit text direction with selection rectanglePetar Šegina2017-09-061-1/+1
* | | Draw SmartSelectSprite in TextViewPetar Šegina2017-09-061-14/+12
|/ /
* | TextView text selection interaction logging.Abodunrinwa Toki2017-09-041-139/+317
* | Improve rectangle direction generationPetar Šegina2017-08-311-0/+3
* | Expand the animation from the user's last touch pointPetar Šegina2017-08-231-7/+43