-
Notifications
You must be signed in to change notification settings - Fork 16
HW-52174. Added datePicker for DateWidget #25
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
…e/HW-52169-gql-version-two-integration
…e/HW-52169-gql-version-two-integration
ui/src/main/java/com/hyperwallet/android/ui/view/widget/DateWidget.java
Outdated
Show resolved
Hide resolved
ui/src/main/java/com/hyperwallet/android/ui/transfermethod/AddTransferMethodFragment.java
Outdated
Show resolved
Hide resolved
ui/src/main/java/com/hyperwallet/android/ui/transfermethod/AddTransferMethodFragment.java
Outdated
Show resolved
Hide resolved
ui/src/main/java/com/hyperwallet/android/ui/view/widget/DateUtil.java
Outdated
Show resolved
Hide resolved
ui/src/main/java/com/hyperwallet/android/ui/view/widget/DateUtil.java
Outdated
Show resolved
Hide resolved
ui/src/main/java/com/hyperwallet/android/ui/view/widget/DateUtil.java
Outdated
Show resolved
Hide resolved
ui/src/main/java/com/hyperwallet/android/ui/view/widget/DateUtil.java
Outdated
Show resolved
Hide resolved
ui/src/main/java/com/hyperwallet/android/ui/view/widget/DateDialogFragment.java
Outdated
Show resolved
Hide resolved
ui/src/main/java/com/hyperwallet/android/ui/transfermethod/AddTransferMethodActivity.java
Outdated
Show resolved
Hide resolved
ui/src/main/java/com/hyperwallet/android/ui/view/widget/DateDialogFragment.java
Show resolved
Hide resolved
ui/src/main/java/com/hyperwallet/android/ui/view/widget/DateParseException.java
Outdated
Show resolved
Hide resolved
ui/src/main/java/com/hyperwallet/android/ui/view/widget/DateDialogFragment.java
Outdated
Show resolved
Hide resolved
ui/src/main/java/com/hyperwallet/android/ui/view/widget/DateDialogFragment.java
Outdated
Show resolved
Hide resolved
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.
LGTMN 👍, please coordinate with @skoong @fmattos-hw for additional approval
Moreover IDK if we can merge directly to development with a task prefixed branch
ui/src/main/java/com/hyperwallet/android/ui/view/widget/DateUtil.java
Outdated
Show resolved
Hide resolved
| @@ -0,0 +1,16 @@ | |||
| package com.hyperwallet.android.ui.view.widget; | |||
|
|
|||
| class DateParseException extends Exception { | |||
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.
We actually don't need this class because of the way we handle the exception in WidgetDateDialogFragment$onCreateDialog. We can let the parse exception bubble up
Created new branch and PR due to problems with rebase and merged parent branches