summaryrefslogtreecommitdiff
path: root/core/java/android/view/textclassifier/TextClassificationManager.java
Commit message (Expand)AuthorAgeFilesLines
* fwb : Silence some AOSP logspamGeorge Zacharia2022-10-261-1/+2
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Remove local text classifier and related tests.Tony Mak2020-03-161-93/+8
* Fix an issue that it is impossible to have multiple active sessionsTony Mak2020-02-061-16/+6
* Make TCS.getDefaultTextClassifierImplementation returns a ...Tony Mak2020-02-041-21/+24
* Merge "Use new UnsupportedAppUsage annotation."Artur Satayev2019-12-191-1/+1
|\
| * Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* | Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin2019-12-181-7/+7
|/
* Remove ConfigParser from TextClassificationConstants.Joanne Chung2019-12-091-35/+22
* Allow to use ExtService as TextClassifierServiceJoanne Chung2019-11-061-1/+1
* Lazy-load textclassifier settings.Abodunrinwa Toki2019-05-021-7/+14
* Migrate usage of single property lister to multi prop listener.Matt Pape2019-04-301-4/+5
* Add getTextClassifier perf testTony Mak2019-04-041-1/+4
* Fix performance regression in textclassifierJohn Reck2019-04-011-5/+9
* Migrate to DeviceConfig in TextClassifierTony Mak2019-03-051-1/+18
* Move TextClassifier.getLocalTextClassifier() API.Abodunrinwa Toki2019-02-121-9/+3
* Make getLocalTextClassifier publicTony Mak2019-01-231-2/+15
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+2
* Include textclassifier info in dumpsysTony Mak2018-07-181-0/+8
* Use TCM context if application context is unavailble.Michael Wright2018-05-241-4/+10
* Refresh TCM settings when they changeAbodunrinwa Toki2018-05-171-21/+77
* TC: Fix null PendingIntent being passed to RemoteActionAbodunrinwa Toki2018-04-271-2/+3
* Implement Stateful TextClassifier APIs.Abodunrinwa Toki2018-03-281-1/+63
* Add TCM.getTextClassifier(int type)Abodunrinwa Toki2018-03-011-30/+69
* Associate TCconstants with the TCM instead of TCImplAbodunrinwa Toki2018-02-281-3/+20
* Introduce a TextClassifierManagerService.Abodunrinwa Toki2018-01-291-4/+44
* Remove LangId related code.Abodunrinwa Toki2017-08-011-58/+0
* Annotate @SystemApi with required permissions.Jeff Sharkey2017-06-051-3/+2
* Hide TextClassificationManager.detectLanguages APIAbodunrinwa Toki2017-04-211-0/+1
* TextClassificationManager API cleanup.Abodunrinwa Toki2017-03-311-6/+0
* TextClassificationManager API updates.Abodunrinwa Toki2017-03-301-6/+24
* TextClassifier: Switch model based on localeAbodunrinwa Toki2017-03-291-11/+1
* TextClassificationManager: Update model file reference.Abodunrinwa Toki2017-03-141-2/+2
* TextClassifier: Multiple entities & confidence scores.Abodunrinwa Toki2017-03-101-6/+11
* Introduce a model file for language detection.Abodunrinwa Toki2017-02-101-8/+10
* Change package for LangId and SmartSelection.Abodunrinwa Toki2017-02-101-1/+0
* TextClassificationManager: Avoid exposing lock.Abodunrinwa Toki2017-02-071-17/+24
* TextClassificationManager: Make certain methods thread-safeAbodunrinwa Toki2017-02-021-2/+2
* Implement TextClassification-related methods.Abodunrinwa Toki2017-01-241-3/+56
* Update TextAssistant interface.Abodunrinwa Toki2017-01-241-0/+53