18th Jun '16
- Update Android Support library dependencies to 24.0.0
- Update SDK versions (compileSdkVersion and targetSdkVersion) to 24 (including in
.travis.yml
)
12th Jun '16
- Add
mAnimate
boolean field forFlippableView
to decide whether to animate
11th Jun '16
- Add the option to animate
flip()
- Add
getViewFlipper()
which returns theViewFlipper
associated with theFlippableView
9th Jun '16
- Make
flip()
method ofFlippableView
public - Update Gradle tools project dependency to 2.1.0
- Update Android Support library dependencies to 23.4.0
13th Apr '16
- Rename attribute
entries
ofLabelledSpinner
to resolve conflicts with other libraries
8th Apr '16
- Update Gradle tools project dependency to 2.0.0
- Update Android Support library dependencies to 23.3.0
31st Mar '16
- Update Gradle tools project dependency to 2.0.0-rc1
- Fix typo in project
.gitignore
file
28th Mar '16
- Fixes issue where
FlippableView
could not be flipped after being update
28th Mar '16
- Adds option for
FlippableView
to remove both front and back Views
_28th Mar '16
- Fixes issue with
FlippableView
not being available
28th Mar '16
- Adds the
FlippableView
widget
27th Mar '16
- Fixes issue regarding Javadoc checks when uploading to Bintray
27th Mar '16
- Changes library name from LabelledSpinner to UsefulViews
- Refactoring so that package
com.farbod.labelledspinner
is moved tocom.satsuware.usefulviews
(reasons for this are explained in the commit descriptions) - Library descriptions and dependencies updated accordingly
17th Mar '16
- Pushes missing updates from the library to Bintray hence fixing an issue (#28) where calling
LabelledSpinner
constructors gave an error - Updates Android Support libraries to version 23.2.1
30th Jan '16
- Include update to Android build tools (23.0.2)
- Fix
LabelledSpinner
constructor calls (where there were calls to the View constructor for API 21+)
17th Jan '16
- Add optional error text for when the first item (e.g. a prompt text)of the
LabelledSpinner
is selected
10th Jan '16
- Travis CI integration
- Change library used to upload to Bintray
5th Jan '16
- The items displayed can be set using an XML attribute. Also,
setItemsArray
can now have aCharSequence[]
as the argument. LabelledSpinner
has new constructors (including one for API 21+)- Refactoring of
LabelledSpinner
(including the use ofList
instead ofArrayList
) - Optimised imports
28th Dec '15
- Cleared up lots of minor issues.
24th Dec '15
- Initial release of the library, transferred originally from a number of files on GitHub Gist.