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
/
inputmethod
/
InlineSuggestionsRequest.java
Age
Commit message (
Expand
)
Author
2021-05-19
[DO NOT MERGE] Remove the Client Suggestions APIs
TYM Tsai
2021-03-18
Implement inline suggestion tooltip
TYM Tsai
2021-03-18
Add interface for the inline suggestion tooltip
TYM Tsai
2021-02-02
Change InlineSuggestionsRequest.getSupportedLocales() to return empty if not ...
Feng Cao
2020-07-27
Updated docs with clarifications on specific limitations with the new
Adam He
2020-04-29
Update the documentation for inline suggestion APIs
TYM Tsai
2020-04-22
Filter the content of the Bundles used as extras and styling APIs
TYM Tsai
2020-04-15
Remove android.view.inline deprecated API.
Adam He
2020-04-01
Define custom equals method for bundles in the inline APIs
Feng Cao
2020-03-31
Replace Nullable bundle with NonNull and use Bundle.EMPTY
Feng Cao
2020-03-30
Add @UnsupportedAppUsage to the old inline APIs for compatibility
Feng Cao
2020-03-29
Migrate android.view.inline to android.widget.inline
Adam He
2020-03-16
Run codegen v15 on inline suggestion data classes
Feng Cao
2020-03-11
Properly handle InlineSuggestionsRequest with 0 max suggestion count
Feng Cao
2020-02-22
Use context for correct display in the renderer service
Svet Ganov
2020-02-17
Add the locale field and an extra Bundle to the InlineSuggestionsRequest.
Feng Cao
2020-02-14
Move rendering logic for inline suggestions to ExtServices.
Adam He
2020-01-13
Add the ime package name to the inline suggestions request
Feng Cao
2019-12-23
Add styling related fields to Inline presentation spec.
Feng Cao
2019-11-22
Initial IME inline suggestions APIs
Feng Cao