summaryrefslogtreecommitdiff
path: root/core/java/android/service/autofill/InlineSuggestionRenderService.java
AgeCommit message (Expand)Author
2020-10-20Remove @TestApi from @SystemApi symbolsAnton Hansson
2020-06-23Release remove inline suggestion views when session destroyedFeng Cao
2020-06-17Callback the surface package after the views are drawn locallyFeng Cao
2020-05-06Support re-attaching the inline suggestion view to windowFeng Cao
2020-05-01Support receiving touch event in the inline suggestion viewFeng Cao
2020-04-27Support WRAP_CONTENT in InlineSuggestion#inflateFeng Cao
2020-04-22Filter the content of the Bundles used as extras and styling APIsTYM Tsai
2020-04-09Pass inline suggestions renderer info Bundle to Frameworks and IMEAdam He
2020-03-31Replace Nullable bundle with NonNull and use Bundle.EMPTYFeng Cao
2020-03-20Add API to start pendingIntent for attribution from client App.Adam He
2020-03-16Intercept the click from inline suggestion child view.Feng Cao
2020-03-16Merge "SurfaceControlViewHost: Respond to API feedback" into rvc-devTreeHugger Robot
2020-03-12Sends click and long click events from the inline suggestion to host appFeng Cao
2020-03-12SurfaceControlViewHost: Respond to API feedbackRobert Carr
2020-03-02Uses SurfacePackage instead of SurfaceControl on inline suggestionTYM Tsai
2020-02-25Use display context all the waySvet Ganov
2020-02-22Use context for correct display in the renderer serviceSvet Ganov
2020-02-19Introduces the Bundle to inline suggestions APIs to encode custom UI styling ...Feng Cao
2020-02-14Move rendering logic for inline suggestions to ExtServices.Adam He
2020-01-27API for Inline Presentation Renderer in ExtServices.Adam He