This repository has been archived by the owner on Jul 28, 2024. It is now read-only.
Releases: arcadefire/nice-spinner
Releases · arcadefire/nice-spinner
1.3.4
- Arrow's tint color can be now programmatically changed with a resolved color.
1.3.3: Add selected text formatter (#56)
* 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)
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
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
Add the option to hide the arrow from xml
1.2
Revert visibility of SpinnerTextFormatter back to public
1.1
Fix wrong arrow rotation after screen's rotation
1.0
First jitpack release version.