-
Notifications
You must be signed in to change notification settings - Fork 74
Changelog
Vincent Mimoun-Prat edited this page Mar 23, 2015
·
3 revisions
- 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)
- Added a widget based on the AutoCompleteTextView
- Fixed a bug on the font size not properly set (thanks to PR #12 from Joosun)
- Added listener interfaces for notifications when the item/instant/text changes within one of the widgets
- Allow setting the input widget text size and color from XML
- Added a more general purpose item chooser widget to let you handle everything
- Fix a potential NullPointerException in FloatingLabelItemPicker#getSelectedItems
- 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
- Making the instant pickers fully use generics so that we can use our own Instant implementations (e.g. joda time)
- 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
- First release (beta)
- Two floating label widgets for a start (EditText and ItemPicker)
- Demo application