index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
service
/
autofill
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Update language to comply with Android's inclusive language guidance" ...
Treehugger Robot
2020-08-20
1
-7
/
+7
|
\
|
*
Update language to comply with Android's inclusive language guidance
lpeter
2020-08-20
1
-7
/
+7
|
*
Update inner class constructor refs to use proper syntax.
Andrew Sapperstein
2020-05-01
3
-4
/
+4
|
*
DO NOT MERGE - Temporary fix to disable augmented autofill requests coming fr...
Automerger Merge Worker
2020-01-08
1
-2
/
+11
|
|
\
|
|
*
DO NOT MERGE - Temporary fix to disable augmented autofill requests coming fr...
Automerger Merge Worker
2020-01-08
1
-2
/
+11
|
|
|
\
|
|
|
*
DO NOT MERGE - Temporary fix to disable augmented autofill requests coming from
Adam He
2019-12-16
1
-2
/
+11
|
*
|
|
Merge "Fix crash after destroyed" into qt-qpr1-dev am: f43740e69c
Automerger Merge Worker
2019-12-12
1
-0
/
+1
|
|
\
|
|
|
|
*
|
Fix crash after destroyed
TYM Tsai
2019-12-09
1
-0
/
+1
|
|
|
/
|
*
/
Add missing nullability annotations.
Aurimas Liutikas
2019-08-30
2
-0
/
+2
|
|
/
|
*
Fixed Cancellation for PendingAutofillRequest.
Adam He
2019-05-21
1
-2
/
+12
|
*
Added moar augmented-autofill metrics:
Felipe Leme
2019-05-07
3
-26
/
+91
*
|
Update docs to clarify how providers can create style bundles and Slices
Adam He
2020-08-03
1
-1
/
+16
*
|
Do not replace the authenticated dataset for pinned inline suggestion
Feng Cao
2020-06-25
2
-5
/
+22
*
|
Release remove inline suggestion views when session destroyed
Feng Cao
2020-06-23
2
-7
/
+50
*
|
Merge "Add try-catch for the augmented autofill UI to avoid crashing" into rv...
TreeHugger Robot
2020-06-18
1
-8
/
+18
|
\
\
|
*
|
Add try-catch for the augmented autofill UI to avoid crashing
lpeter
2020-06-17
1
-8
/
+18
*
|
|
Merge "Callback the surface package after the views are drawn locally" into r...
TreeHugger Robot
2020-06-18
1
-12
/
+19
|
\
\
\
|
*
|
|
Callback the surface package after the views are drawn locally
Feng Cao
2020-06-17
1
-12
/
+19
*
|
|
|
Fix a bug to not complete the augmented autofill request when fill window is ...
Feng Cao
2020-06-15
3
-13
/
+16
|
/
/
/
*
/
/
Send empty inline response to IME if augmented autofill returns no suggestion
Feng Cao
2020-06-07
1
-1
/
+2
|
/
/
*
|
Fix a bug to handle the touch ACTION_DOWN properly when inline suggestion vie...
Feng Cao
2020-06-02
1
-1
/
+3
*
|
Fix cts fail for android.autofillservice.cts.augmented
lpeter
2020-05-12
1
-5
/
+20
*
|
Merge "Support re-attaching the inline suggestion view to window" into rvc-dev
Feng Cao
2020-05-07
4
-10
/
+174
|
\
\
|
*
|
Support re-attaching the inline suggestion view to window
Feng Cao
2020-05-06
4
-10
/
+174
*
|
|
docs: Fixing broken Javadoc comments
Andrew Solovay
2020-05-04
1
-1
/
+1
*
|
|
Merge "Make autofill requested by augmented autofill service non-manual" into...
Feng Cao
2020-05-04
1
-5
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Make autofill requested by augmented autofill service non-manual
Feng Cao
2020-05-04
1
-5
/
+7
*
|
|
Merge changes from topic "cherrypick-ctor-refs-03y8i58ine" into rvc-dev
Andrew Sapperstein
2020-05-02
3
-4
/
+4
|
\
\
\
|
*
|
|
Update inner class constructor refs to use proper syntax.
Andrew Sapperstein
2020-05-01
3
-4
/
+4
|
|
/
/
*
/
/
Support receiving touch event in the inline suggestion view
Feng Cao
2020-05-01
2
-16
/
+13
|
/
/
*
|
Merge "Address leftover TODOs from inline suggestions." into rvc-dev
TreeHugger Robot
2020-04-29
1
-9
/
+27
|
\
\
|
*
|
Address leftover TODOs from inline suggestions.
Adam He
2020-04-28
1
-9
/
+27
*
|
|
Support WRAP_CONTENT in InlineSuggestion#inflate
Feng Cao
2020-04-27
2
-22
/
+67
|
/
/
*
|
Filter the content of the Bundles used as extras and styling APIs
TYM Tsai
2020-04-22
3
-0
/
+6
*
|
Remove android.view.inline deprecated API.
Adam He
2020-04-15
1
-14
/
+1
*
|
Merge "Pass augmented client state to the event history." into rvc-dev
Joanne Chung
2020-04-14
3
-5
/
+9
|
\
\
|
*
|
Pass augmented client state to the event history.
Joanne Chung
2020-04-10
3
-5
/
+9
*
|
|
Pass inline suggestions renderer info Bundle to Frameworks and IME
Adam He
2020-04-09
2
-0
/
+15
|
/
/
*
|
Replace Nullable bundle with NonNull and use Bundle.EMPTY
Feng Cao
2020-03-31
1
-3
/
+4
*
|
Add @UnsupportedAppUsage to the old inline APIs for compatibility
Feng Cao
2020-03-30
1
-5
/
+20
*
|
Migrate android.view.inline to android.widget.inline
Adam He
2020-03-29
1
-2
/
+2
*
|
Don't filter pinned inline suggestions.
Ahaan Ugale
2020-03-24
1
-1
/
+2
*
|
Merge "Add APIs to move suggestions below/above window" into rvc-dev
Svetoslav Ganov
2020-03-23
1
-1
/
+3
|
\
\
|
*
|
Add APIs to move suggestions below/above window
Svet Ganov
2020-03-20
1
-1
/
+3
*
|
|
Add API to start pendingIntent for attribution from client App.
Adam He
2020-03-20
2
-0
/
+20
|
/
/
*
|
Merge "Remove the InlineActions API" into rvc-dev
TreeHugger Robot
2020-03-19
7
-324
/
+10
|
\
\
|
*
|
Remove the InlineActions API
Feng Cao
2020-03-17
7
-324
/
+10
*
|
|
Intercept the click from inline suggestion child view.
Feng Cao
2020-03-16
2
-0
/
+11
|
/
/
*
|
Merge "SurfaceControlViewHost: Respond to API feedback" into rvc-dev
TreeHugger Robot
2020-03-16
1
-1
/
+1
|
\
\
|
*
|
SurfaceControlViewHost: Respond to API feedback
Robert Carr
2020-03-12
1
-1
/
+1
[next]