Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
252f3b20bb158ddde6ffa687eff9c4d070919091
/
services
/
autofill
640f30a
Replaced auto-fill by autofill to keep it consistent with API style.
by Felipe Leme
· 8 years ago
16539f3
Two fixes on autofill save.
by Felipe Leme
· 8 years ago
7f61163
Merge "Provided an AutofillCallback API."
by TreeHugger Robot
· 8 years ago
e6010f2
Provided an AutofillCallback API.
by Felipe Leme
· 8 years ago
6ee1ed4
Removed deprecated setSavableids().
by Felipe Leme
· 8 years ago
de4d4c2
Minor changes on AutoFill Save UI.
by Felipe Leme
· 8 years ago
5048c1c
Merge "Fill-provider can control the negative button label and listener"
by TreeHugger Robot
· 8 years ago
33d06fc
Fill-provider can control the negative button label and listener
by Svet Ganov
· 8 years ago
7ad1128
Allow auto-fill services to disable themselves
by Svet Ganov
· 8 years ago
b72f012
Added customization to SaveInfo.
by Felipe Leme
· 8 years ago
f69761f
Refactored savableIds() into a SaveInfo class.
by Felipe Leme
· 8 years ago
1b0f156
Merge "Auto-fill logging improvements:"
by TreeHugger Robot
· 8 years ago
28a2c7e
Update fill UI
by Svet Ganov
· 8 years ago
0ab53dc
Auto-fill logging improvements:
by Felipe Leme
· 8 years ago
0257c8a
Fixed missing auto-fill save callbacks on TextView.
by Felipe Leme
· 8 years ago
5882c4f
Added auto-fill listeners for RadioGroup and CompoundButton.
by Felipe Leme
· 8 years ago
fe35e69
Use ArrayList instead of ArraySet for FillResponse.getDatasets()...
by Felipe Leme
· 8 years ago
00c771dc
Add support for remote views backed auto-fill UI
by Svet Ganov
· 8 years ago
db90854
Merge "Added missing calls to onConnected() and onDisconnected()."
by TreeHugger Robot
· 8 years ago
d473ec1
Added missing calls to onConnected() and onDisconnected().
by Felipe Leme
· 8 years ago
5b2ca0e
Pass FillResponse extra back to onSaveRequest(...).
by Felipe Leme
· 8 years ago
8eab775
R.I.P. temporary, zombie auto-fill notifications.
by Felipe Leme
· 8 years ago
782043c
Refactor auto-fill
by Svet Ganov
· 8 years ago
69a1cae
Add Shell commands to list and reset auto-fill sessions.
by Felipe Leme
· 8 years ago
ef0c188
Move auto-fill shell command off IPC
by Svet Ganov
· 8 years ago
660ea8c
Merge "Guarded access to mCallback and check for null before using it."
by Felipe Leme
· 8 years ago
3702b47
Merge "Improved some toString() methods."
by Felipe Leme
· 8 years ago
4997c50
Guarded access to mCallback and check for null before using it.
by Felipe Leme
· 8 years ago
daad456
Merge "Make datasets one line and ellipsized."
by TreeHugger Robot
· 8 years ago
0223ffb
Improved some toString() methods.
by Felipe Leme
· 8 years ago
348fd2eb
Make datasets one line and ellipsized.
by Jason Long
· 8 years ago
3591363
Merge "Fix NPE when session is finished before service replies."
by TreeHugger Robot
· 8 years ago
8d918a7
Fix NPE when session is finished before service replies.
by Felipe Leme
· 8 years ago
8bc078d
Merge "Improve AnchoredWindow with smart positioning logic."
by TreeHugger Robot
· 8 years ago
f894be4
Re-added sanitization.
by Felipe Leme
· 8 years ago
1e92f02
Improve AnchoredWindow with smart positioning logic.
by Jason Long
· 8 years ago
bab851c
Refined session management so Save can be automatically called.
by Felipe Leme
· 8 years ago
0f4928f
Refactoring of auto fill - lifecycle, auth, improvements
by Svet Ganov
· 8 years ago
21c8595
Merge "Revert "Improve AnchoredWindow with smart positioning logic.""
by Svetoslav Ganov
· 8 years ago
c71593e
Merge "Revert "Pass token to AutoFillUI.""
by Svetoslav Ganov
· 8 years ago
7b25218
Revert "Improve AnchoredWindow with smart positioning logic."
by Svetoslav Ganov
· 8 years ago
21e67a1
Revert "Pass token to AutoFillUI."
by Svetoslav Ganov
· 8 years ago
e4fcdbc1
Hide DatasetPicker if all items are filtered.
by Jason Long
· 8 years ago
eb3c934
Improve AnchoredWindow with smart positioning logic.
by Jason Long
· 8 years ago
8f60ea6
Pass token to AutoFillUI.
by Jason Long
· 8 years ago
0a6d2b6
Merge "Fix AutoFill Save window layout params."
by TreeHugger Robot
· 8 years ago
2288eff
Fix AutoFill Save window layout params.
by Jason Long
· 8 years ago
0200d9e
Improved AutoFill Save workflow.
by Felipe Leme
· 8 years ago
db88bfa
Merge "Ignore auto-fill requests from system."
by TreeHugger Robot
· 8 years ago
4eff26b
Ignore auto-fill requests from system.
by Felipe Leme
· 8 years ago
226309c5
Refactor AutoFill server code.
by Jason Long
· 8 years ago
3922e6a
Add user picker for anchored window. Test: CtsAutoFillServiceTestCases
by Jason Long
· 8 years ago
b41e016
Merge "Moves layout code from java files to layout xml"
by TreeHugger Robot
· 8 years ago
3742ccf
Moves layout code from java files to layout xml
by Udam Saini
· 8 years ago
9363c69
Merge "Added dump() to AutoFillUI."
by TreeHugger Robot
· 8 years ago
9dd20d2
Merge "Initial, unpolished version of DatasetPicker."
by TreeHugger Robot
· 8 years ago
cd55f67
Initial, unpolished version of DatasetPicker.
by Felipe Leme
· 8 years ago
911cc0f
Added dump() to AutoFillUI.
by Felipe Leme
· 8 years ago
e682445
Merge changes from topic 'session_refactoring'
by TreeHugger Robot
· 8 years ago
87af2d8
Adds autofill save ui
by Felipe Leme
· 8 years ago
bd00fef
Moar AutoFill Framework refactoring...
by Felipe Leme
· 8 years ago
d1144eb
Add basic AnchoredWindow.
by Jason Long
· 8 years ago
436ab6a
Added support to authentication.
by Felipe Leme
· 8 years ago
3461d3c
Initial IME integration.
by Felipe Leme
· 8 years ago
4b93f46
Add <autofill-service> that declares AutoFillService metadata.
by Jason Long
· 8 years ago
6d55387
YAMAFFR - Yet Another Major AutoFill Framework Refactoring
by Felipe Leme
· 8 years ago
1ca634a
AutoFill Framework refactoring.
by Felipe Leme
· 8 years ago
fed51fc
Uses a notification to request auto-fill.
by Felipe Leme
· 8 years ago
dfa7fbc
Bind AutoFillService on demand.
by Felipe Leme
· 8 years ago
29a5b0d
Added a callback for AutoFillService.
by Felipe Leme
· 8 years ago
5381aa4
Initial implementation of the Auto-Fill Framework classes.
by Felipe Leme
· 8 years ago