summaryrefslogtreecommitdiff
path: root/core/java/android/service/textclassifier/TextClassifierService.java
Commit message (Expand)AuthorAgeFilesLines
* Update deprecated Preconditions.checkNotNull with Objects.requireNonNull.Joanne Chung2021-07-071-17/+16
* Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-201-2/+0
* Rewrite Icons from the TCS.Abodunrinwa Toki2020-04-281-0/+5
* Remove local text classifier and related tests.Tony Mak2020-03-161-19/+10
* Add a flag to allow system health experiment for the behavior change ...Tony Mak2020-02-051-12/+18
* Make TCS.getDefaultTextClassifierImplementation returns a ...Tony Mak2020-02-041-39/+24
* Remove ConfigParser from TextClassificationConstants.Joanne Chung2019-12-091-19/+6
* Allow to use ExtService as TextClassifierServiceJoanne Chung2019-11-061-7/+48
* Add callbacks when TextClassifierService connection status changeJoanne Chung2019-10-241-0/+41
* Fix reference to config property in TextClassifierService javadocNikita Dubrovsky2019-09-241-2/+2
* Hold a strong reference to the callback in TextClassifierServiceTony Mak2019-08-221-14/+4
* Log the error of TCS, TCMS and SysTC.Joanne Chung2019-08-211-0/+1
* Null annotations in TC APIs.Abodunrinwa Toki2019-04-101-0/+1
* Refactoring and some fixes around TextClassifierServiceTony Mak2019-02-211-132/+103
* Move TextClassifier.getLocalTextClassifier() API.Abodunrinwa Toki2019-02-121-1/+13
* Introduce TextClassifierEventAbodunrinwa Toki2018-12-141-0/+27
* API: Clean up redundant and ineffective usages of SystemApi and TestApiAdrian Roos2018-12-111-3/+0
* Add detectLanguage and suggestConversationActions to TCSTony Mak2018-11-211-11/+106
* Remove deprecated codes around TextClassifierTony Mak2018-10-291-62/+3
* Improved logging and dump on TextClassification.Felipe Leme2018-10-121-2/+2
* Merge "Makes TCS methods non-abstract" into pi-devJan Althaus2018-04-051-4/+4
|\
| * Makes TCS methods non-abstractJan Althaus2018-04-051-4/+4
* | Fix TCS crash due to API changes.Abodunrinwa Toki2018-04-041-3/+63
|/
* TextClassifier API updates.Abodunrinwa Toki2018-04-011-34/+76
* TextClassifierService.onSelectionEventAbodunrinwa Toki2018-03-121-0/+16
* Allow TextClassifierServices to get a hold of a local TextClassifer.Abodunrinwa Toki2018-03-121-1/+14
* Shortcut permissions for default text classifierMakoto Onuki2018-02-201-22/+26
* Introduce a TextClassifierManagerService.Abodunrinwa Toki2018-01-291-0/+290