Skip to content

Releases: ShawnLin013/NumberPicker

v2.4.3

07 Apr 04:14
Compare
Choose a tag to compare
  • ✨ Add setSelectedTextColor (#49)
  • 🐛 Remove AndroidManifest allowBackup=true (#53)

v2.4.2

08 Feb 22:43
Compare
Choose a tag to compare
  • ✨ Set default value in xml (#35)
  • 🐛 Fix failed to find style 'numberPickerStyle' (#42)
  • 🐛 Fix scrolling is tripping (#37#38)
  • 🐛 Fix the first value is not formatted (#36)
  • ⬇️ Downgrade minSdkVersion to 15 (#34)

v2.4.1

24 Jan 14:22
Compare
Choose a tag to compare
  • 🐛 Fix scrolling stop in middle-positions (#28)

v2.4.0

23 Jan 19:40
Compare
Choose a tag to compare
  • ✨ Add getters (#30)
  • 🐛 Fix horizontal number picker scrolls when disabled (#29)

v2.3.0

09 Dec 17:57
Compare
Choose a tag to compare
  • Rename np_wheel_item_count to np_wheelItemCount
  • Add setWrapSelectorWheel in xml
  • Fix issue #23 : Show negative number

v2.2.0

10 Nov 10:57
Compare
Choose a tag to compare
  • Add setDividerDistance
  • Add setDividerThickness
  • Add setOrientation

v2.1.0

24 Oct 16:10
Compare
Choose a tag to compare
  • Add the feature of wheel item count setting

v2.0.1

05 Sep 14:28
Compare
Choose a tag to compare
  • Fix issue #8 : Add support for negative values

v2.0.0

01 Sep 19:47
Compare
Choose a tag to compare
  • Refactor by android.widget.NumberPicker
  • Support the horizontal mode

v1.0.1

28 Jul 19:24
Compare
Choose a tag to compare
  • Simplify the parameter of the function
  • Add the feature of width and height setting