summaryrefslogtreecommitdiff
path: root/core/java/android/widget/SelectionActionModeHelper.java
Commit message (Expand)AuthorAgeFilesLines
* Fix the empty selection issue when onCreateActionMode returns falseTony Mak2022-02-011-5/+5
* Merge "Notify Content Capture when deselected" into sc-devTYM Tsai2021-07-021-0/+1
|\
| * Notify Content Capture when deselectedTYM Tsai2021-06-301-0/+1
* | Notify Content Capture the selection was changedTYM Tsai2021-06-171-0/+2
|/
* Make SelectionActionModeHelper hardcoded constants configurable.Joanne Chung2021-03-021-10/+16
* Integrate the SuggestSelection API in TextViewTony Mak2020-12-021-0/+3
* Always swallow the IllegalStateException from AsyncTask.Chang Li2020-11-271-23/+6
* Conditionally swallows Exceptions from TextClassificationAsyncTask.Chang Li2020-11-231-5/+28
* Reduce the latency between the selection span is adjusted and the toolbar is ...Tony Mak2020-11-061-5/+5
* Merge "Fix typos related to sortSelectionIndices" am: 5247f04147 am: 7a42f1c980Treehugger Robot2020-07-081-13/+13
|\
| * Fix typos related to sortSelectionIndicesWang Han2020-07-061-13/+13
| * Fix app crash if the selection is from reverse direction.Joanne Chung2020-07-061-17/+55
| * Hold a strong reference to the callback in TextClassifierServiceTony Mak2019-08-221-0/+1
* | Disable language logging in TextClassifier/TranslateEventTony Mak2020-06-081-1/+2
* | Merge "Use TextClassicationSession to call smart selection APIs." into rvc-devTreeHugger Robot2020-04-291-2/+2
|\ \
| * | Use TextClassicationSession to call smart selection APIs.Tony Mak2020-04-241-2/+2
* | | Fix app crash if the selection is from reverse direction.Joanne Chung2020-04-161-18/+55
|/ /
* | Remove local text classifier and related tests.Tony Mak2020-03-161-2/+1
* | Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin2020-01-031-11/+11
* | Hold a strong reference to the callback in TextClassifierServiceTony Mak2019-08-221-0/+1
|/
* Split TextClassifierEvent into multiple subclassesAbodunrinwa Toki2019-04-161-3/+2
* Log translate action's views and clicks.Abodunrinwa Toki2019-01-311-9/+109
* Do not linkify text with RLO/LRO characters.Abodunrinwa Toki2018-11-271-12/+7
* Fix monkey crash in smart selection animationMihai Popa2018-05-251-2/+6
* Merge "Cheaper crash check post smart selection animation"TreeHugger Robot2018-05-221-2/+2
|\
| * Cheaper crash check post smart selection animationMihai Popa2018-05-211-2/+2
* | Merge "End the TC session on terminal selection event actions" into pi-dev am...Abodunrinwa Toki2018-05-221-23/+33
|\ \ | |/ |/|
| * 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
* | | Merge "Refresh TCM settings when they change" into pi-dev am: 3fa564030fAbodunrinwa Toki2018-05-171-9/+12
|\| |
| * | Refresh TCM settings when they changeAbodunrinwa Toki2018-05-171-9/+12
| |/
* / Fix crash after smart selection animationMihai Popa2018-05-091-1/+6
|/
* 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