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
/
ConversationActions.java
Age
Commit message (
Expand
)
Author
2020-04-08
Fix an issue that setMaxSuggestions(-1) throws unexpectedly
Tony Mak
2020-03-13
Refine TC request classes.
Joanne Chung
2020-02-04
Make TCS.getDefaultTextClassifierImplementation returns a ...
Tony Mak
2019-12-18
Replace com.android.internal.util.Preconditions.checkNotNull with
Daulet Zhanguzin
2019-07-08
TextClassifier cross-user vulnerability in direct-reply
Abodunrinwa Toki
2019-04-18
Move locale from LanguageDetectionEvent to base class
Tony Mak
2019-04-15
Add missing set/getExtras to ConversationActions.Request.
Tony Mak
2019-04-10
Remove remaining deepCopy() usages in TextClassifier
Tony Mak
2019-04-08
Do not deep copy bundle in getExtras()
Tony Mak
2019-03-11
Remove conversation id in ConversationActions
Tony Mak
2019-03-05
Fix missing @NonNull or @Nullable to TextClassifier APIs
Tony Mak
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2019-02-05
Support intent configuration for actions
Tony Mak
2019-01-25
Rename PERSON_USER_LOCAL and PERSON_USER_REMOTE
Tony Mak
2019-01-14
Cleanup TextClassifier APIs
Tony Mak
2018-12-14
Add id to ConversationActions and conversationId to its Request
Tony Mak
2018-12-12
Pass reference time / locales of messages to the model
Tony Mak
2018-12-10
Add calling package name to TC requests.
Abodunrinwa Toki
2018-11-26
Introduce Message.USER_LOCAL and added logic to map person to user id
Tony Mak
2018-10-30
Introduce TextClassifier.suggestConversationActions
Tony Mak