Skip to content

Releases: SimplicityApks/ReminderDatePicker

1.3.1

07 Nov 16:43
Compare
Choose a tag to compare
  • Upgrade to Android Studio 3 & Oreo
  • Fix issues #36 and #37 with the new build tools

1.3

16 Nov 20:51
Compare
Choose a tag to compare
1.3
  • Add option to customize spinner items via xml, items now have an ID to find and remove them
  • Add Turkish translation, thanks Cüneyt Ayyıldız
  • Fix spinner background color on API 11–20 using dark themes

1.2.1

08 Sep 11:35
Compare
Choose a tag to compare
  • Selected item in the dialog picker now matches the spinner's selection
  • Add getter methods for the default date and time pickers
  • Fix selection when removing spinner items
  • Updated to Android Marshmallow (API 23)

1.2

09 Aug 20:20
Compare
Choose a tag to compare
1.2
  • Switch to jaydeep17's DateTimePicker
  • Support for min/max date in the DateSpinner, disabling all past items per default
  • Overridable spinner styles for appearance customization in xml
  • Updated to Android 5.1 (API 22)
  • Lots of bugfixes