Skip to content

Releases: Chivorns/SmartMaterialSpinner

v1.0.14

14 Jun 18:12
Compare
Choose a tag to compare
  • Improve touch event
  • Remove duplicate arrow on Android version 4.1
  • Improve error text display
  • Disable default select for spinner no hint
  • Allow current selected item to re-selectable
  • Refactor margin to padding for arrow dimension
  • Update position of item start from 0 for item and -1 for hint
  • Add clearSelection() method to clear selection
  • Improvement for update style at one place
  • Improve single error display speed base on text size and length

v1.0.13

11 Jun 06:27
Compare
Choose a tag to compare
  • Update onVisibilityChanged() to improve error text display
  • Improve parent padding to fix padding top.
  • Enable wrap-content for error text both in multiline and signle line mode
  • Enable to align error text both by attr and method
  • Clear focus from EditText on touch event

v1.0.12

10 Jun 08:21
Compare
Choose a tag to compare
  • Fix multiple click on searchable spinner
  • Fix spinner not show item if its parent is not visible before setItem

v1.0.11

10 Jun 02:11
Compare
Choose a tag to compare
  • Fix dropdown width when item has only one size and hint is not null to fix setHint() after setItem() not show dropdown
  • Move checking searchable event to performClick() to fix when client call setOnTouchListener()
  • Fix hint not display when item size is 0
  • Fix item and hint max width base on its size and arrow margin
  • Set setMinimumHeight() base on itemSize and hintSize to fix lost text quality
  • Improve arrow to center base on item and hint size

v1.0.10

07 Jun 04:16
Compare
Choose a tag to compare
  • Support set item as generic type

v.1.0.9

07 Jun 02:59
c70b686
Compare
Choose a tag to compare
  • Fix onPerformClicked() not show item
  • Working on SaveInstanceState

v1.0.8

06 Jun 07:39
Compare
Choose a tag to compare
  • Fix not show item after setItem()
  • Fix duplicate arrow
  • Fix onEmptySpinnerClicked() not get call at second time
  • Imrpove closing SoftKeyboard after search item was selected
  • Disable dropdown and dialog hint from selectable

v1.0.7

04 Jun 21:51
Compare
Choose a tag to compare
  • Add setSearchDialogGravity() method to set position of searchable dialog
  • Add new method and attrs to set margin of arrow,
  • Allow to set background and remove original arrow key
  • Fix setSearchable(false) show nothing after update it to true

v1.0.6

04 Jun 05:51
Compare
Choose a tag to compare
  • Fix wrong index when hint is not null
  • Fix set selected text color when hint is null
  • Add new method and attr to update search header text color
  • Refactor method and attrs

v1.0.5

03 Jun 15:55
Compare
Choose a tag to compare
  • Add searchable feature
  • Fix setErrorText() not work
  • Fix onNothingSelected() not being called
  • Add more customization method and attrs:
    • Set item color
    • Set item list hint color
    • Set item list hint background color
    • Set selected item list color
    • Set item list color
    • More...
  • Improve default style
  • Bug fix