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
/
FillRequest.java
Age
Commit message (
Expand
)
Author
2021-05-19
[DO NOT MERGE] Remove the Client Suggestions APIs
TYM Tsai
2021-03-08
Adds fill request APIs for the client suggestions
TYM Tsai
2020-05-12
Fix cts fail for android.autofillservice.cts.augmented
lpeter
2020-04-28
Address leftover TODOs from inline suggestions.
Adam He
2020-03-10
Temporary fix to disable augmented autofill requests coming from
Adam He
2019-12-16
API for autofill integration with keyboard.
Adam He
2019-08-06
Use dataclass codegen on a few initial framework classes
Eugene Susla
2019-05-06
Removed unusued constant (FLAG_AUGMENTED_AUTOFILL_REQUEST).
Felipe Leme
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2019-02-21
Trigger augmented autofill when the app is not important for autofill.
Felipe Leme
2018-08-28
Fixed new multi-screens autofill API:
Felipe Leme
2018-08-02
New Autofill API: FillRequest.FLAG_COMPATIBILITY_MODE_REQUEST.
Felipe Leme
2017-12-13
Add more IntDef prefixes for auto-documenting.
Jeff Sharkey
2017-12-08
Some minor Autofill javadoc improvements.
Felipe Leme
2017-09-07
Added more logging to diagnose a racy runtime restart.
Felipe Leme
2017-08-06
Fix broken javadocs.
Jeff Sharkey
2017-06-22
Improved documentation for AutofillService package:
Felipe Leme
2017-04-29
Updates based on API council guidance.
Jeff Sharkey
2017-04-25
Return all previous FillContexts onFill
Philip P. Moltmann
2017-04-25
Report multiple FillContext-s onSave
Philip P. Moltmann
2017-04-24
Take new autofill structure for each partition
Philip P. Moltmann
2017-04-14
Add support for multiple fill contexts
Svet Ganov