summaryrefslogtreecommitdiff
path: root/core/java/android/view/textclassifier/TextClassifier.java
Commit message (Expand)AuthorAgeFilesLines
* Add text classification results to clip description and clip data.Oli Lan2021-03-101-1/+3
* Remove local text classifier and related tests.Tony Mak2020-03-161-4/+17
* Make TCS.getDefaultTextClassifierImplementation returns a ...Tony Mak2020-02-041-3/+7
* Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin2019-12-181-8/+9
* Include language information in intents from the TextClassifier.Tony Mak2019-03-161-1/+47
* Fix missing @NonNull or @Nullable to TextClassifier APIsTony Mak2019-03-051-1/+3
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Merge "Log translate action's views and clicks."TreeHugger Robot2019-01-311-1/+6
|\
| * Log translate action's views and clicks.Abodunrinwa Toki2019-01-311-1/+6
* | Revise javadoc of EXTRA_FROM_TEXT_CLASSIFIERTony Mak2019-01-301-2/+3
|/
* Cleanup TextClassifier APIsTony Mak2019-01-141-57/+149
* Introduce TextClassifierEventAbodunrinwa Toki2018-12-141-11/+27
* Add id to ConversationActions and conversationId to its RequestTony Mak2018-12-141-1/+1
* Introduce EXTRA_FROM_TEXT_CLASSIFIERTony Mak2018-12-131-0/+8
* Add "dictionary" entity typeTony Mak2018-11-271-0/+6
* Update TextClassifier javadoc.Abodunrinwa Toki2018-11-091-0/+3
* Introduce TextClassifier.suggestConversationActionsTony Mak2018-10-301-0/+11
* Introduce TextClassifier.detectLanguage() API.Abodunrinwa Toki2018-10-181-70/+28
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+4
* Include textclassifier info in dumpsysTony Mak2018-07-181-0/+6
* WIDGET_TYPE_UNSELECTABLE_TEXTVIEW is missing in the WidgetTypeTony Mak2018-05-021-3/+4
* Merge "Remove legacy logger" into pi-devJan Althaus2018-04-071-12/+0
|\
| * Remove legacy loggerJan Althaus2018-04-071-12/+0
* | Add null check for Nullable argument.Richard Ledley2018-04-051-22/+32
|/
* Merge "Use Collection instead of List for entity list" into pi-devRichard Ledley2018-04-051-15/+10
|\
| * Use Collection instead of List for entity listRichard Ledley2018-04-041-15/+10
* | Fix TCS crash due to API changes.Abodunrinwa Toki2018-04-041-0/+58
|/
* TextClassifier API updates.Abodunrinwa Toki2018-04-011-163/+52
* Implement Stateful TextClassifier APIs.Abodunrinwa Toki2018-03-281-0/+93
* Fix smart_linkify_enabled flag.Abodunrinwa Toki2018-03-221-0/+66
* TextClassifierService.onSelectionEventAbodunrinwa Toki2018-03-121-0/+1
* Merge textclassifier/logging/ into textclassifier/Abodunrinwa Toki2018-03-101-1/+0
* Add TCM.getTextClassifier(int type)Abodunrinwa Toki2018-03-011-0/+11
* Associate TCconstants with the TCM instead of TCImplAbodunrinwa Toki2018-02-281-8/+0
* Replace Entity Presets with hints and an explicit factory.Richard Ledley2018-02-191-50/+74
* Adding maximum input size checksJan Althaus2018-02-071-2/+25
* Implement TextClassifier.getLogger APIAbodunrinwa Toki2018-01-311-5/+7
* Introduce a TextClassifierManagerService.Abodunrinwa Toki2018-01-291-13/+39
* Adding intent generation for dates and flightsJan Althaus2018-01-251-0/+17
* Fixing incorrect doc stringJan Althaus2018-01-181-2/+2
* Making TextClassifier helper objects parcelableJan Althaus2018-01-121-1/+34
* Add entity types to Options.Richard Ledley2017-12-191-0/+88
* Add auto-doc support for @StringDef.Jeff Sharkey2017-12-081-2/+7
* Add a signature to TextSelection and TextClassificationAbodunrinwa Toki2017-12-041-1/+1
* TextClassifier cleanup #1Abodunrinwa Toki2017-11-291-7/+139
* Remove old getLinks methodRichard Ledley2017-11-081-21/+0
* Initial implementation of generateLinksRichard Ledley2017-11-081-0/+15
* Optional parameters for TextClassifier APIs.Abodunrinwa Toki2017-11-031-29/+39
* Update TextClassifier Javadoc.Abodunrinwa Toki2017-10-241-4/+4
* Flags to enable/disable smart selection in EditTextAbodunrinwa Toki2017-10-121-0/+8