This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Hook up credit cards and addresses storage layers and delegates #17538
Labels
cc-autofill
Autofill credit card
E1
Estimation Point: trivial, less than half day
Feature:Autofill
Address and Credit Card autofill
Milestone
Comments
gabrielluong
added
E3
Estimation Point: average, 2 - 3 days
cc-autofill
Autofill credit card
Feature:Autofill
Address and Credit Card autofill
and removed
Feature:Forms
labels
Mar 2, 2021
gabrielluong
added a commit
to gabrielluong/fenix
that referenced
this issue
Mar 9, 2021
gabrielluong
added
E1
Estimation Point: trivial, less than half day
blocked
and removed
E3
Estimation Point: average, 2 - 3 days
labels
Mar 9, 2021
gabrielluong
added a commit
to gabrielluong/fenix
that referenced
this issue
Mar 11, 2021
I think we still need to add a |
3 tasks
mcarare
added a commit
that referenced
this issue
May 24, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
cc-autofill
Autofill credit card
E1
Estimation Point: trivial, less than half day
Feature:Autofill
Address and Credit Card autofill
Once we have storage layers and delegates available in a-c (see mozilla-mobile/android-components#9452) we can start adding them to
Core
and hooking them up to aGeckoRuntime
instance.These are slow, encrypted storage layers so it's import to follow the
Lazy<T>
init pattern here and use thewarmUp
calls. SeeFenixApplication#queueInitStorageAndServices
andlazy*Storage
wrappers inCore.kt
.┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: