Skip to content
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

Merged
merged 35 commits into from
Jun 30, 2020
Merged

Add minute interval on Android #177

merged 35 commits into from
Jun 30, 2020

Conversation

luancurti
Copy link
Member

@luancurti luancurti commented May 21, 2020

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

OS Implemented
Android

Checklist

  • I have tested this on a device and a simulator
  • I added the documentation in README.md
  • I mentioned this change in CHANGELOG.md
  • I updated the typed files (TS and Flow)
  • I added a sample use of the API in the example project (example/App.js)

@luancurti luancurti requested a review from vonovak May 21, 2020 17:04
@luancurti luancurti changed the title Feat/minute interval Add minute interval on Android May 21, 2020
@luancurti luancurti marked this pull request as ready for review May 21, 2020 17:09
@luancurti luancurti force-pushed the feat/minute-interval branch 7 times, most recently from e54fa0c to 087813c Compare May 22, 2020 02:46
@luancurti luancurti self-assigned this May 22, 2020
@luancurti luancurti added the enhancement New feature or request label May 22, 2020
@luancurti luancurti linked an issue May 22, 2020 that may be closed by this pull request
Copy link
Member

@vonovak vonovak left a 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!

src/index.d.ts Outdated Show resolved Hide resolved
src/types.js Outdated Show resolved Hide resolved
src/timepicker.android.js Outdated Show resolved Hide resolved
example/e2e/init.js Outdated Show resolved Hide resolved
example/e2e/detoxTest.spec.js Outdated Show resolved Hide resolved
@luancurti luancurti force-pushed the feat/minute-interval branch 2 times, most recently from b897f7d to cd79ddc Compare June 6, 2020 00:08
@luancurti luancurti requested a review from vonovak June 6, 2020 21:15
@luancurti luancurti force-pushed the feat/minute-interval branch 8 times, most recently from 486b23c to cd4e24c Compare June 8, 2020 14:13
@e1ferapontov
Copy link

Thanks for picking it up!

@vonovak vonovak removed their request for review June 28, 2020 22:30
@vonovak
Copy link
Member

vonovak commented Jun 28, 2020

@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!

@luancurti
Copy link
Member Author

@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!

@luancurti luancurti requested a review from vonovak June 30, 2020 00:14
@luancurti
Copy link
Member Author

@vonovak tested in iOS and Android and everything is working ok! I re-request your review and I think you can approve this PR.

@vonovak vonovak removed their request for review June 30, 2020 06:33
@vonovak vonovak merged commit c6c6738 into master Jun 30, 2020
@vonovak vonovak deleted the feat/minute-interval branch June 30, 2020 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Minutes interval Android side
5 participants