Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Releases: arcadefire/nice-spinner

1.3.4

17 May 16:59
Compare
Choose a tag to compare
  • Arrow's tint color can be now programmatically changed with a resolved color.

1.3.3: Add selected text formatter (#56)

19 Nov 11:43
Compare
Choose a tag to compare
* Add selected text formatter. Now selected text can be formatted and rearranged, to give the spinner an unique custom look.

1.3.1: Fixed measure display crash (#54)

02 Nov 07:16
Compare
Choose a tag to compare
When the context of the spinner is a ContextThemeWrapper instead of an activity the current measureDisplayHeight will crash when attempting to cast the context to Activity. Changed the method to instead use the DisplayMetrics from resources to get the display height. This scenario can be replicated by placing the spinner inside a v7 Toolbar

1.3

08 Oct 18:25
Compare
Choose a tag to compare
1.3

Improve PopupWindow's height computation. So to fix the issue that didn't let the window to expand to the desired height when the NiceSpinner was in a RecyclerView's item.

1.2.1

08 Oct 14:30
Compare
Choose a tag to compare
Add the option to hide the arrow from xml

1.2

05 Jun 16:39
Compare
Choose a tag to compare
1.2
Revert visibility of SpinnerTextFormatter back to public

1.1

28 May 18:23
Compare
Choose a tag to compare
1.1
Fix wrong arrow rotation after screen's rotation

1.0

28 May 13:51
Compare
Choose a tag to compare
1.0

First jitpack release version.