ScrollHmsPicker Versions Save

A simple scrollable HMS time picker view for Android.

2.0.3

3 years ago

2.0.2

4 years ago
  • Support for setting typeface
  • ScrollHmsPicker is open now.
  • Deprecated ScrollHmsPickerBuilder and ScrollHmsPickerDialog are removed. If you need a dialog, wrap ScrollHmsPicker into a custom dialog. You can find a simple implementation in the sample.
  • Kotlin 1.3.61 and AppCompat 1.1.0

2.0.1

4 years ago
  1. Deprecated dialog builder because it's buggy and can't fit into app's design guideline. Please use your own implementation by warping ScrollHmsPicker into a dialog.
  2. setHoursVisibility, setMinutesVisibility and setSecondsVisibility. #2
  3. enable99Hours: Change max hours from 23 to 99
  4. Hours picker shows time in both directions.
  5. autoStep works backwards
  6. setColorIntNormal and setColorIntSelected

2.0.0

5 years ago

Migrate to AndroidX.

If the project is still using support library, do not upgrade and keep using 1.0.3.

1.0.3

6 years ago

Update dependencies versions

Replace kotlin-stdlib-jre7 with kotlin-stdlib-jdk7

1.0.2

6 years ago

Remove empty dialog title

1.0.1

6 years ago

Fix labels not showing when font size is big

Add string resource prefix to avoid conflicts with other libraries

1.0.0

6 years ago

First release