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
w16.2
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
service
/
autofill
/
FillResponse.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Autofill Crash]: Fix NPE in AutofillManager.
Simranjit Kohli
2022-04-20
1
-0
/
+8
*
Add pendingIntent to FillRequest to enable retriggering
skxu
2022-01-28
1
-2
/
+14
*
Adds APIs for Autofill bottom sheet UI
TYM Tsai
2022-01-27
1
-11
/
+203
*
Revert "Revert "Migrate unsafe parcel APIs in framework-minus-apex""
Bernardo Rufino
2022-01-19
1
-10
/
+10
*
Revert "Migrate unsafe parcel APIs in framework-minus-apex"
Bernardo Rufino
2022-01-12
1
-10
/
+10
*
Migrate unsafe parcel APIs in framework-minus-apex
Bernardo Rufino
2021-12-15
1
-10
/
+10
*
Update deprecated Preconditions.checkNotNull with Objects.requireNonNull.
Joanne Chung
2021-07-07
1
-3
/
+4
*
Add interface for the inline suggestion tooltip
TYM Tsai
2021-03-18
1
-1
/
+32
*
Update language to comply with Android's inclusive language guidance
Jeff Sharkey
2020-09-14
1
-1
/
+1
*
Remove the InlineActions API
Feng Cao
2020-03-17
1
-37
/
+0
*
Create InlineAction class to wrap the IntentSender and the presentation
Feng Cao
2020-03-09
1
-11
/
+8
*
Response and Dataset authentication via inline autofill.
Adam He
2020-02-14
1
-1
/
+78
*
Used ArrayList instead of ParceledListSlice to fix the weird null parceled fi...
Feng Cao
2020-02-11
1
-13
/
+12
*
Fix response id in FillResponse parceling.
Adam He
2020-01-28
1
-1
/
+1
*
Add inline controller UI fields to the autofill response and IME inline response
Feng Cao
2020-01-23
1
-0
/
+42
*
Updates API on the FillResponse
TYM Tsai
2020-01-17
1
-4
/
+4
*
Adds null pointer checking
TYM Tsai
2020-01-09
1
-4
/
+6
*
Move Slice into Dataset.
Adam He
2020-01-06
1
-35
/
+13
*
API for autofill integration with keyboard.
Adam He
2019-12-16
1
-2
/
+38
*
Adds new API to cancel current session
TYM Tsai
2019-11-15
1
-0
/
+36
*
BUILDER, Y U @NON NULL?
Felipe Leme
2019-03-01
1
-2
/
+13
*
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2019-02-28
1
-1
/
+1
*
Merge app-specific and generic user data for field classification.
Adam He
2019-01-02
1
-0
/
+3
*
Add support for app specific field classification.
Adam He
2018-11-27
1
-0
/
+31
*
Autofill: new UX for TV and support themes
Dake Gu
2018-04-25
1
-0
/
+9
*
Merge "Improved autofill logging and dumping." into pi-dev
Felipe Leme
2018-03-23
1
-17
/
+34
|
\
|
*
Improved autofill logging and dumping.
Felipe Leme
2018-03-22
1
-17
/
+34
*
|
Don't allow null ids on FillResponse.Builder.setAuthentication()
Felipe Leme
2018-03-21
1
-8
/
+11
|
/
*
Made Autofill Field Classification API public and documented it.
Felipe Leme
2017-12-14
1
-14
/
+10
*
Add more IntDef prefixes for auto-documenting.
Jeff Sharkey
2017-12-13
1
-1
/
+1
*
Some minor Autofill javadoc improvements.
Felipe Leme
2017-12-08
1
-13
/
+12
*
New Autofill API: let service set optional header and footer for dataset picker.
Felipe Leme
2017-12-04
1
-0
/
+104
*
Refactored field detection mechanism to support multiple fields.
Felipe Leme
2017-12-04
1
-22
/
+36
*
Merge "Changed FillResponse so it can have only a client state."
TreeHugger Robot
2017-11-23
1
-6
/
+9
|
\
|
*
Changed FillResponse so it can have only a client state.
Felipe Leme
2017-11-20
1
-6
/
+9
*
|
Minor improvements on autofill javadocs and logging.
Felipe Leme
2017-11-22
1
-2
/
+6
|
/
*
Very initial field detection prototype.
Felipe Leme
2017-11-06
1
-5
/
+40
*
Merge "New Autofill API: FillResponse.disableAutofill(duration)"
TreeHugger Robot
2017-10-27
1
-10
/
+96
|
\
|
*
New Autofill API: FillResponse.disableAutofill(duration)
Felipe Leme
2017-10-27
1
-10
/
+96
*
|
Removed all (?!?!?) references to 'affordance' on Autofill documents.
Felipe Leme
2017-10-27
1
-1
/
+1
|
/
*
Minor improvements on Autofill:
Felipe Leme
2017-10-20
1
-3
/
+3
*
New Autofill API: TYPE_CONTEXT_COMMITTED events.
Felipe Leme
2017-10-18
1
-1
/
+41
*
Finishes the session when the service returns a null response on authentication.
Felipe Leme
2017-09-05
1
-4
/
+6
*
Fixed FillResponse.toString() to display list of datasets.
Felipe Leme
2017-08-29
1
-1
/
+1
*
Fix broken javadocs.
Jeff Sharkey
2017-08-06
1
-1
/
+1
*
Minor Autofill javadoc fix.
Felipe Leme
2017-07-31
1
-3
/
+3
*
Uses ParceledListSlice to allow larger number of datasets.
Felipe Leme
2017-07-27
1
-10
/
+22
*
Improved documentation for AutofillService package:
Felipe Leme
2017-06-22
1
-107
/
+14
*
Removed deprecated setExtras() method.
Felipe Leme
2017-06-09
1
-11
/
+0
*
Allow null fill values to support authentication case
Svetoslav Ganov
2017-05-09
1
-1
/
+2
[next]