index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
view
/
textclassifier
/
TextClassificationManager.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-03-16
Remove local text classifier and related tests.
Tony Mak
2020-02-06
Fix an issue that it is impossible to have multiple active sessions
Tony Mak
2020-02-04
Make TCS.getDefaultTextClassifierImplementation returns a ...
Tony Mak
2019-12-19
Merge "Use new UnsupportedAppUsage annotation."
Artur Satayev
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
Replace com.android.internal.util.Preconditions.checkNotNull with
Daulet Zhanguzin
2019-12-09
Remove ConfigParser from TextClassificationConstants.
Joanne Chung
2019-11-06
Allow to use ExtService as TextClassifierService
Joanne Chung
2019-05-02
Lazy-load textclassifier settings.
Abodunrinwa Toki
2019-04-30
Migrate usage of single property lister to multi prop listener.
Matt Pape
2019-04-04
Add getTextClassifier perf test
Tony Mak
2019-04-01
Fix performance regression in textclassifier
John Reck
2019-03-05
Migrate to DeviceConfig in TextClassifier
Tony Mak
2019-02-12
Move TextClassifier.getLocalTextClassifier() API.
Abodunrinwa Toki
2019-01-23
Make getLocalTextClassifier public
Tony Mak
2018-08-20
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-07-18
Include textclassifier info in dumpsys
Tony Mak
2018-05-24
Use TCM context if application context is unavailble.
Michael Wright
2018-05-17
Refresh TCM settings when they change
Abodunrinwa Toki
2018-04-27
TC: Fix null PendingIntent being passed to RemoteAction
Abodunrinwa Toki
2018-03-28
Implement Stateful TextClassifier APIs.
Abodunrinwa Toki
2018-03-01
Add TCM.getTextClassifier(int type)
Abodunrinwa Toki
2018-02-28
Associate TCconstants with the TCM instead of TCImpl
Abodunrinwa Toki
2018-01-29
Introduce a TextClassifierManagerService.
Abodunrinwa Toki
2017-08-01
Remove LangId related code.
Abodunrinwa Toki
2017-06-05
Annotate @SystemApi with required permissions.
Jeff Sharkey
2017-04-21
Hide TextClassificationManager.detectLanguages API
Abodunrinwa Toki
2017-03-31
TextClassificationManager API cleanup.
Abodunrinwa Toki
2017-03-30
TextClassificationManager API updates.
Abodunrinwa Toki
2017-03-29
TextClassifier: Switch model based on locale
Abodunrinwa Toki
2017-03-14
TextClassificationManager: Update model file reference.
Abodunrinwa Toki
2017-03-10
TextClassifier: Multiple entities & confidence scores.
Abodunrinwa Toki
2017-02-10
Introduce a model file for language detection.
Abodunrinwa Toki
2017-02-10
Change package for LangId and SmartSelection.
Abodunrinwa Toki
2017-02-07
TextClassificationManager: Avoid exposing lock.
Abodunrinwa Toki
2017-02-02
TextClassificationManager: Make certain methods thread-safe
Abodunrinwa Toki
2017-01-24
Implement TextClassification-related methods.
Abodunrinwa Toki
2017-01-24
Update TextAssistant interface.
Abodunrinwa Toki