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
/
service
/
autofill
/
InlineSuggestionRenderService.java
Age
Commit message (
Expand
)
Author
2020-10-20
Remove @TestApi from @SystemApi symbols
Anton Hansson
2020-06-23
Release remove inline suggestion views when session destroyed
Feng Cao
2020-06-17
Callback the surface package after the views are drawn locally
Feng Cao
2020-05-06
Support re-attaching the inline suggestion view to window
Feng Cao
2020-05-01
Support receiving touch event in the inline suggestion view
Feng Cao
2020-04-27
Support WRAP_CONTENT in InlineSuggestion#inflate
Feng Cao
2020-04-22
Filter the content of the Bundles used as extras and styling APIs
TYM Tsai
2020-04-09
Pass inline suggestions renderer info Bundle to Frameworks and IME
Adam He
2020-03-31
Replace Nullable bundle with NonNull and use Bundle.EMPTY
Feng Cao
2020-03-20
Add API to start pendingIntent for attribution from client App.
Adam He
2020-03-16
Intercept the click from inline suggestion child view.
Feng Cao
2020-03-16
Merge "SurfaceControlViewHost: Respond to API feedback" into rvc-dev
TreeHugger Robot
2020-03-12
Sends click and long click events from the inline suggestion to host app
Feng Cao
2020-03-12
SurfaceControlViewHost: Respond to API feedback
Robert Carr
2020-03-02
Uses SurfacePackage instead of SurfaceControl on inline suggestion
TYM Tsai
2020-02-25
Use display context all the way
Svet Ganov
2020-02-22
Use context for correct display in the renderer service
Svet Ganov
2020-02-19
Introduces the Bundle to inline suggestions APIs to encode custom UI styling ...
Feng Cao
2020-02-14
Move rendering logic for inline suggestions to ExtServices.
Adam He
2020-01-27
API for Inline Presentation Renderer in ExtServices.
Adam He