summaryrefslogtreecommitdiff
path: root/core/java/android/view/textclassifier/ConversationActions.java
AgeCommit message (Expand)Author
2020-04-08Fix an issue that setMaxSuggestions(-1) throws unexpectedlyTony Mak
2020-03-13Refine TC request classes.Joanne Chung
2020-02-04Make TCS.getDefaultTextClassifierImplementation returns a ...Tony Mak
2019-12-18Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin
2019-07-08TextClassifier cross-user vulnerability in direct-replyAbodunrinwa Toki
2019-04-18Move locale from LanguageDetectionEvent to base classTony Mak
2019-04-15Add missing set/getExtras to ConversationActions.Request.Tony Mak
2019-04-10Remove remaining deepCopy() usages in TextClassifierTony Mak
2019-04-08Do not deep copy bundle in getExtras()Tony Mak
2019-03-11Remove conversation id in ConversationActionsTony Mak
2019-03-05Fix missing @NonNull or @Nullable to TextClassifier APIsTony Mak
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-02-05Support intent configuration for actionsTony Mak
2019-01-25Rename PERSON_USER_LOCAL and PERSON_USER_REMOTETony Mak
2019-01-14Cleanup TextClassifier APIsTony Mak
2018-12-14Add id to ConversationActions and conversationId to its RequestTony Mak
2018-12-12Pass reference time / locales of messages to the modelTony Mak
2018-12-10Add calling package name to TC requests.Abodunrinwa Toki
2018-11-26Introduce Message.USER_LOCAL and added logic to map person to user idTony Mak
2018-10-30Introduce TextClassifier.suggestConversationActionsTony Mak