Skip to content

Releases: Chivorns/SmartMaterialSpinner

v1.5.0

16 Apr 17:39
Compare
Choose a tag to compare
  • Improve on return type
  • Added new method to hide dropdown item with specific position

v1.4.0

03 Apr 19:38
Compare
Choose a tag to compare
  • Fix arrow position
  • Fix error text endX position
  • Improve padding onVisibilityChanged
  • Improve search result and apply search filter color
  • Added new spinner outlined box style base on feature requested #17 and #31
  • Disable keyboard popup by default and provide attr and method to enable/disable it base on request #30
  • Fix issue #24,#19,#32,#42 and able to set auto item selection on start and enable/disable dropdown hint

v1.3.0

26 Mar 19:47
Compare
Choose a tag to compare
  • Ability to change default search list item view. Thank to maksims.senko
  • [#43]: Fix selected item color issue on search text changed
  • Bugs fix and improvement

v1.2.1

01 Apr 03:06
Compare
Choose a tag to compare

Release v1.2.1 with bellow description:

  • [#9]: Added new attr and method to enable/disable search dismiss button, dismiss text and dismiss color
  • [#10]: Added new attr and method to set typeface
  • [#14]: Fixed clearSelection() not work for searchable mode
  • [#15]: Added new attr and method to custom dropdown list background and search dialog ListView background

v1.1.6

19 Aug 09:04
Compare
Choose a tag to compare
  • Fix layout issue for first selected item
  • Check if spinner is disabled before call performClick()
  • Add new attrs and method to update search text color, search hint color and search background

v1.1.5

18 Aug 16:18
Compare
Choose a tag to compare

Fix onItemSelected call twice when call setSelection

v1.1.3

10 Jul 03:39
Compare
Choose a tag to compare
  • Update DropDownVerticalOffset to display in correct Y position
  • Fix single line error not work when call setMultilineError(false) after setErrorText()
  • Fix onItemSelected call twice when set reselectable to true

v1.1.2

05 Jul 01:20
Compare
Choose a tag to compare
  • Fix set reselectable not work on some device
  • Fix dropdown width problem when visibility changed

v1.1.1

03 Jul 04:35
Compare
Choose a tag to compare
  • Fix arrow up and down not update when touch outside
  • Improve scroll item for search type

v1.1.0

21 Jun 03:25
Compare
Choose a tag to compare
  • Apply arrow up and down when select on spinner
  • Improve OnItemSelectedListener event to be called by default and when app override its method
  • Improve scroll to current selected item for search dialog after SoftKeyboard popup
  • Refactor ErrorTextAlignment to TextAlignment for reusable with other text alignment
  • Improve custom view