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
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
service
/
autofill
/
AutofillService.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add pendingIntent to FillRequest to enable retriggering
skxu
2022-01-28
1
-0
/
+8
*
Fix typo.
Amy Gu
2021-12-23
1
-1
/
+1
*
Add AutofillService#onSavedDatasetsInfoRequest.
Ahaan Ugale
2021-03-24
1
-0
/
+37
*
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
*
|
docs: Fixing broken Javadoc comments
Andrew Solovay
2020-05-04
1
-1
/
+1
*
|
Filter the content of the Bundles used as extras and styling APIs
TYM Tsai
2020-04-22
1
-0
/
+2
|
/
*
Merge "Added documentation to note onDisconnected() should not make calls to ...
Adam He
2019-04-09
1
-0
/
+2
|
\
|
*
Added documentation to note onDisconnected() should not make calls to
Adam He
2019-04-08
1
-0
/
+2
*
|
Document runtime exception being thrown on afs.getFillEvents().
Adam He
2019-04-08
1
-0
/
+2
|
/
*
Yet another (major) refactoring on Content Capture and Augmented Autofill.
Felipe Leme
2018-12-06
1
-1
/
+1
*
Fixed FillCallback.onFailure() and SaveCallback.onFailure() behavior.
Felipe Leme
2018-09-21
1
-5
/
+2
*
Document compatibility mode limitations.
Felipe Leme
2018-04-19
1
-4
/
+25
*
Revert "Always set FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE on SaveInfo when on compa...
Felipe Leme
2018-04-19
1
-3
/
+0
*
Merge "Always set FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE on SaveInfo when on compat...
Felipe Leme
2018-03-23
1
-0
/
+3
|
\
|
*
Always set FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE on SaveInfo when on compat mode.
Felipe Leme
2018-03-22
1
-0
/
+3
*
|
Fixed autofill service metadata name on javadoc sample.
Felipe Leme
2018-03-22
1
-1
/
+1
|
/
*
Cosmetic changes on Field Classification TODOs and docs.
Felipe Leme
2018-03-15
1
-1
/
+0
*
Use PooledLambda in autofill code
Eugene Susla
2018-02-21
1
-52
/
+15
*
Autofill compatibility mode.
Svetoslav Ganov
2018-02-02
1
-1
/
+38
*
Minor javadoc clarification.
Felipe Leme
2018-01-30
1
-5
/
+4
*
Cherrypick from from oc-mr1-dev doc: Fixing Javadoc formatting.
Andrew Solovay
2017-12-19
1
-1
/
+1
*
Made Autofill Field Classification API public and documented it.
Felipe Leme
2017-12-14
1
-5
/
+38
*
Some minor Autofill javadoc improvements.
Felipe Leme
2017-12-08
1
-1
/
+1
*
Refactored field detection mechanism to support multiple fields.
Felipe Leme
2017-12-04
1
-1
/
+7
*
Added Privacy section to AutofillService documentation.
Felipe Leme
2017-11-22
1
-1
/
+14
*
New Autofill API: SaveInfo.setTriggerId()
Felipe Leme
2017-10-12
1
-1
/
+1
*
Merge "Document how to handle save on multi-steps activity." into oc-mr1-dev ...
Felipe Leme
2017-10-11
1
-0
/
+75
|
\
|
*
Document how to handle save on multi-steps activity.
Felipe Leme
2017-10-11
1
-0
/
+75
*
|
Merge "New Autofill API: SaveInfo.addSanitizer()"
TreeHugger Robot
2017-10-06
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
New Autofill API: SaveInfo.addSanitizer()
Felipe Leme
2017-10-05
1
-1
/
+1
*
|
Improved javadocs for Autofill save workflow.
Felipe Leme
2017-10-03
1
-3
/
+9
|
/
*
Added missing quote (") on anchor tag.
Felipe Leme
2017-09-26
1
-1
/
+1
*
Merge "Javadoc: Added alternative to Package verification." into oc-dev am: 0...
Felipe Leme
2017-09-08
1
-1
/
+15
|
\
|
*
Javadoc: Added alternative to Package verification.
Felipe Leme
2017-09-05
1
-1
/
+15
*
|
Merge "Minor Autofill javadoc fixes." into oc-dev am: 560221752e
Felipe Leme
2017-08-25
1
-5
/
+6
|
\
|
|
*
Minor Autofill javadoc fixes.
Felipe Leme
2017-08-17
1
-5
/
+6
*
|
Merge "Calls CancellationSignal when onFillRequest() times out." into oc-mr1-dev
TreeHugger Robot
2017-08-15
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
Calls CancellationSignal when onFillRequest() times out.
Felipe Leme
2017-08-10
1
-5
/
+5
*
|
Additional documentation about Autofill / WebView security.
Felipe Leme
2017-08-14
1
-1
/
+71
|
/
*
Clarifies how the autofill service should check for signature hashes.
Felipe Leme
2017-08-01
1
-3
/
+40
*
Improved documentation for AutofillService package:
Felipe Leme
2017-06-22
1
-14
/
+214
*
Merge changes from topics 'bug_62802026_take_2', 'bug_62802026' into oc-dev
TreeHugger Robot
2017-06-21
1
-4
/
+14
|
\
|
*
Fixed how FillEventHistory is reset and clarified javadoc.
Felipe Leme
2017-06-20
1
-4
/
+14
*
|
Removed deprecated, hidden method.
Felipe Leme
2017-06-20
1
-7
/
+0
|
/
*
Fixed updateAutofillValue() when mText is not set.
Felipe Leme
2017-06-19
1
-4
/
+5
*
Removed deprecated APIs.
Felipe Leme
2017-05-12
1
-72
/
+2
*
Add call super
Svet Ganov
2017-05-06
1
-0
/
+2
*
Updates based on API council guidance.
Jeff Sharkey
2017-04-29
1
-1
/
+1
*
Autofill binding permission fixes.
Felipe Leme
2017-04-26
1
-1
/
+1
[next]