Skip to content

Releases: skydoves/PowerSpinner

1.0.7

27 Apr 13:29
69bc498
Compare
Choose a tag to compare

Released a new version 1.0.7.

What's the difference?

  • Used ViewBinding instead of the kotlin synthetic internally for null safety and enhancement of performance.
  • Added lifecycle kapt processor (#9)

1.0.6

16 Apr 13:25
b07007a
Compare
Choose a tag to compare

Released a new version 1.0.6!

Fixed setOnSpinnerOutsideTouchListener does not fire (#11)

1.0.5

21 Mar 18:36
d14d136
Compare
Choose a tag to compare

Released a new version 1.0.5.

Added spinner_arrow_tint attribute for applying tint color to the arrow.

1.0.4

15 Jan 17:32
15eac25
Compare
Choose a tag to compare

Released a new version 1.0.4.

  • Fixed a bug
    Background turns transparent when the popup background color is white. (#3)

  • Optimized

1.0.3

07 Jan 10:43
04de407
Compare
Choose a tag to compare

Released version 1.0.3.

  • Arrow drawable will be initialized as mutate. d43fb93
  • Implement NORMAL type animation.

1.0.2

31 Dec 07:03
20bcce9
Compare
Choose a tag to compare

Released version 1.0.2.

Implemented the below features.

  • We can save and restore automatically using preferenceName attribute. References

We can save and restore the selected postion automatically.
If you select an item, the same position will be selected automatically on the next inflation.
Just use the below method or attribute.

spinnerView.preferenceName = "country"
  • We can implement PowerSpinner on PreferenceScreen xml. References

1.0.1

29 Dec 17:02
aec7792
Compare
Choose a tag to compare

Implemented the PowerSpinnerInterface for designing and managing adapters commonly.

  • PowerSpinnerInterface
  • selectItemByIndex(index)
  • Fixed setItems method

1.0.0

29 Dec 11:42
824a988
Compare
Choose a tag to compare

Published version 1.0.0!