time-duration-picker icon indicating copy to clipboard operation
time-duration-picker copied to clipboard

An android time duration input control and picker dialog as known from Lollipop's stock timer app.

Results 12 time-duration-picker issues
Sort by recently updated
recently updated
newest added

- Added support for Android Support Library via a separate dependent time-duration-picker-support library - Minor refactoring. - Removed .idea folder from the repo. It is not supposed to be under...

It's impossible to use this library in recent IDE versions... Can something be done about it ?

**_Rationale_**: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ Quote (from a link above): > **_May 1st | Bintray, JCenter, GoCenter, and ChartCenter services will no longer be available_** @svenwiegand let me know if I can help...

To use this library without jetifier with androidx, the support libraries have to be updated.

![screenshot_20180912-101048](https://user-images.githubusercontent.com/4045914/45432948-63831d00-b6ab-11e8-91d6-00e1ba973386.jpg) Library version: 1.1.3 Called is: `mValueDialog = new TimeDurationPickerDialog(context, new TimeDurationPickerDialog.OnDurationSetListener() { ... }, iValue * 1000, TimeDurationPicker.HH_MM_SS); mValueDialog.show();` Locale is system locale.

creating a new instance should use getSupportFragmentManager() > new PickerDialogFragment().show(getFragmentManager(), "dialog"); any work arounds available?

TimeDurationPicker.onMeasure doesn't properly set the size of the numPad. // measure the numPad // if we have more space available, we can try to grow the num pad final int...

I tried to implement the TimeDurationPickerDialog based on the AlertDialog, but when I click the button, the screen is just faded out without showing the TimeDurationPickerDialog. Here is my example...

I have updated the Android SDK, build tools, support libraries and gradle to the latest versions. Also the deprecated methods and calls have been fixed to use the support libraries.

![image](https://user-images.githubusercontent.com/512439/38242207-10317cd8-36e9-11e8-9de2-84c33933a3bb.png)