Skip to content
Vincent Mimoun-Prat edited this page Mar 23, 2015 · 3 revisions

1.6.1 (2015-03-22)

  • Added a flag to float the label when the input widget gets focus (PR #27 from karlhungus)
  • Update the gradle build files for latest Android Studio releases (PR #25 from karlhungus)
  • Added support for text appearance (PR #13 from Josun)

1.5.0 (2014-10-20)

  • Added a widget based on the AutoCompleteTextView
  • Fixed a bug on the font size not properly set (thanks to PR #12 from Joosun)

1.4.0 (2014-09-18)

  • Added listener interfaces for notifications when the item/instant/text changes within one of the widgets

1.3.2 (2014-09-11)

  • Allow setting the input widget text size and color from XML
  • Added a more general purpose item chooser widget to let you handle everything

1.2.4 (2014-09-03)

  • Fix a potential NullPointerException in FloatingLabelItemPicker#getSelectedItems

1.2.2 (2014-09-02)

  • Correct the Parcelable implementation for JavaTimeInstant and JavaDateInstant classes
  • Allow setting a target fragment to receive the events
  • Fix a bug with instant fragments listeners not being notified
  • Improved the demo

1.2.0 (2014-09-01)

  • Making the instant pickers fully use generics so that we can use our own Instant implementations (e.g. joda time)

1.1.0 (2014-09-01)

  • Adding time and date floating label pickers with system picker implementation for the dialogs
  • Allow the AbstractPickerDialogFragment to send its events to the parent fragment too if that one implements the ItemPickerListener interface (not only the parent Activity)
  • Removed unused attr "labelAllCaps", could be reintroduced later if requested
  • Renamed OnItemPickerWidgetEventListener to OnWidgetEventListener for concision
  • Fix #3

1.0.0 (2014-08-29)

  • First release (beta)
  • Two floating label widgets for a start (EditText and ItemPicker)
  • Demo application