-
Notifications
You must be signed in to change notification settings - Fork 16
HW-52585 UI - Receipt Details #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
receipt/src/main/java/com/hyperwallet/android/receipt/view/ReceiptDetailFragment.java
Outdated
Show resolved
Hide resolved
receipt/src/main/java/com/hyperwallet/android/receipt/view/ReceiptDetailFragment.java
Outdated
Show resolved
Hide resolved
…e/HW-52585-ui-receipt-details # Conflicts: # receipt/src/main/AndroidManifest.xml # receipt/src/main/res/layout/item_receipt.xml
|
I think in new classes there are lot of code what could be refactored to smaller methods. |
…e/HW-52585-ui-receipt-details # Conflicts: # receipt/src/main/java/com/hyperwallet/android/ui/receipt/view/ListReceiptActivity.java # receipt/src/main/java/com/hyperwallet/android/ui/receipt/view/ListReceiptFragment.java # ui/src/main/java/com/hyperwallet/android/ui/transfermethod/ListTransferMethodActivity.java # ui/src/main/java/com/hyperwallet/android/ui/transfermethod/ListTransferMethodFragment.java # ui/src/main/java/com/hyperwallet/android/ui/transfermethod/SelectTransferMethodFragment.java
fmattos-hw
left a comment
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.
PR looks good in general. I like the idea of reusability introduced by ReceiptViewUtil(which I'm going to spend some time thinking about to make sure we're going to apply a similar idea to other cases in the future - but I might request some changes) and usage of merge/include.
receipt/src/main/java/com/hyperwallet/android/ui/receipt/view/ReceiptDetailActivity.java
Outdated
Show resolved
Hide resolved
receipt/src/main/java/com/hyperwallet/android/ui/receipt/view/ReceiptDetailFragment.java
Outdated
Show resolved
Hide resolved
receipt/src/main/java/com/hyperwallet/android/ui/receipt/view/ReceiptDetailFragment.java
Show resolved
Hide resolved
receipt/src/main/java/com/hyperwallet/android/ui/receipt/view/ReceiptViewUtil.java
Outdated
Show resolved
Hide resolved
fmattos-hw
left a comment
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.
Code looks good in general, just a few little things, well done!
No description provided.