-
-
Notifications
You must be signed in to change notification settings - Fork 410
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
Add minute interval on Android #177
Conversation
58617ec
to
7dd3446
Compare
e54fa0c
to
087813c
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.
thanks so much for taking the initiative here! I left some comments that would be nice to clarify. Thanks!
android/src/main/java/com/reactcommunity/rndatetimepicker/CustomTimePickerDialog.java
Outdated
Show resolved
Hide resolved
android/src/main/java/com/reactcommunity/rndatetimepicker/CustomTimePickerDialog.java
Outdated
Show resolved
Hide resolved
android/src/main/java/com/reactcommunity/rndatetimepicker/CustomTimePickerDialog.java
Outdated
Show resolved
Hide resolved
android/src/main/java/com/reactcommunity/rndatetimepicker/CustomTimePickerDialog.java
Outdated
Show resolved
Hide resolved
android/src/main/java/com/reactcommunity/rndatetimepicker/CustomTimePickerDialog.java
Outdated
Show resolved
Hide resolved
b897f7d
to
cd79ddc
Compare
486b23c
to
cd4e24c
Compare
android/src/main/java/com/reactcommunity/rndatetimepicker/RNConstants.java
Outdated
Show resolved
Hide resolved
cd4e24c
to
b11edd9
Compare
Thanks for picking it up! |
b11edd9
to
23708f4
Compare
@luancurti this was a little harder than I anticipated but I did some refactors and it should be running smooth now; can you please take a look at this and test it out? Thanks! |
@vonovak sounds good to me, thanks for help! |
@vonovak tested in iOS and Android and everything is working ok! I re-request your review and I think you can approve this PR. |
Summary
Add minute interval on Android, thanks to @BenderBRodrigez and @e1ferapontov to contribute with this feature
Closes #99
Test Plan
Run example App on Android and test if minute interval works on time picker with mode default and spinner
What's required for testing (prerequisites)?
What are the steps to reproduce (after prerequisites)?
Compatibility
Checklist
README.md
CHANGELOG.md
example/App.js
)