-
Notifications
You must be signed in to change notification settings - Fork 1.3k
For #18268, #18269 - [Saved cards] Display a list of Saved cards fetched from the credit card storage #18808
Conversation
d7b8ded
to
3010c59
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks awesome!
app/src/main/java/org/mozilla/fenix/settings/creditcards/CreditCardsSettingFragment.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/mozilla/fenix/settings/creditcards/view/CreditCardItemViewHolder.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/mozilla/fenix/settings/creditcards/view/CreditCardsManagementView.kt
Outdated
Show resolved
Hide resolved
android:layout_height="8dp" | ||
android:translationY="-3dp" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would this mean it is has an effective height of 5 dp since it's already at the top of it's parent?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have any insight to this. This seems to be what was the most common styling for all the ProgressBar I have seen in our code.
app/src/test/java/org/mozilla/fenix/settings/creditcards/CreditCardItemViewHolderTest.kt
Outdated
Show resolved
Hide resolved
Yes, we still need more work to get the icons and credit card validations in before we can determine what credit card issuer is for a given credit card that is done in mozilla-mobile/android-components#9813. Icons are to be added in #18271. Editing a credit card is done in #18272 and #18274. They are both waiting for your review immediately after this one. I can remove the CreditCard argument for now to unblock the test breakage because it's not parcelable right now and waiting for mozilla-mobile/android-components#10027. |
4b8fa1e
to
98ae631
Compare
…y a list of Saved cards fetched from the credit card storage
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Looks like a nice skeleton that can be built on.
Fixes #18268, #18269
Pull Request checklist
To download an APK when reviewing a PR: