summaryrefslogtreecommitdiff
path: root/core/java/android/view/textclassifier/TextClassificationManager.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-03-16Remove local text classifier and related tests.Tony Mak
2020-02-06Fix an issue that it is impossible to have multiple active sessionsTony Mak
2020-02-04Make TCS.getDefaultTextClassifierImplementation returns a ...Tony Mak
2019-12-19Merge "Use new UnsupportedAppUsage annotation."Artur Satayev
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-18Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin
2019-12-09Remove ConfigParser from TextClassificationConstants.Joanne Chung
2019-11-06Allow to use ExtService as TextClassifierServiceJoanne Chung
2019-05-02Lazy-load textclassifier settings.Abodunrinwa Toki
2019-04-30Migrate usage of single property lister to multi prop listener.Matt Pape
2019-04-04Add getTextClassifier perf testTony Mak
2019-04-01Fix performance regression in textclassifierJohn Reck
2019-03-05Migrate to DeviceConfig in TextClassifierTony Mak
2019-02-12Move TextClassifier.getLocalTextClassifier() API.Abodunrinwa Toki
2019-01-23Make getLocalTextClassifier publicTony Mak
2018-08-20Add @UnsupportedAppUsage annotationsMathew Inwood
2018-07-18Include textclassifier info in dumpsysTony Mak
2018-05-24Use TCM context if application context is unavailble.Michael Wright
2018-05-17Refresh TCM settings when they changeAbodunrinwa Toki
2018-04-27TC: Fix null PendingIntent being passed to RemoteActionAbodunrinwa Toki
2018-03-28Implement Stateful TextClassifier APIs.Abodunrinwa Toki
2018-03-01Add TCM.getTextClassifier(int type)Abodunrinwa Toki
2018-02-28Associate TCconstants with the TCM instead of TCImplAbodunrinwa Toki
2018-01-29Introduce a TextClassifierManagerService.Abodunrinwa Toki
2017-08-01Remove LangId related code.Abodunrinwa Toki
2017-06-05Annotate @SystemApi with required permissions.Jeff Sharkey
2017-04-21Hide TextClassificationManager.detectLanguages APIAbodunrinwa Toki
2017-03-31TextClassificationManager API cleanup.Abodunrinwa Toki
2017-03-30TextClassificationManager API updates.Abodunrinwa Toki
2017-03-29TextClassifier: Switch model based on localeAbodunrinwa Toki
2017-03-14TextClassificationManager: Update model file reference.Abodunrinwa Toki
2017-03-10TextClassifier: Multiple entities & confidence scores.Abodunrinwa Toki
2017-02-10Introduce a model file for language detection.Abodunrinwa Toki
2017-02-10Change package for LangId and SmartSelection.Abodunrinwa Toki
2017-02-07TextClassificationManager: Avoid exposing lock.Abodunrinwa Toki
2017-02-02TextClassificationManager: Make certain methods thread-safeAbodunrinwa Toki
2017-01-24Implement TextClassification-related methods.Abodunrinwa Toki
2017-01-24Update TextAssistant interface.Abodunrinwa Toki