Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

28 lines (22 loc) · 1.03 KB

Changelog - LabelledSpinner

Releases Tags

1.1.4

17th Jan '16

  • Add optional error text for when the first item (e.g. a prompt text)of the LabelledSpinner is selected

v1.1.3

10th Jan '16

  • Travis CI integration
  • Change library used to upload to Bintray

v1.1.2

5th Jan '16

  • The items displayed can be set using an XML attribute. Also, setItemsArray can now have a CharSequence[] as the argument.
  • LabelledSpinner has new constructors (including one for API 21+)
  • Refactoring of LabelledSpinner (including the use of List instead of ArrayList)
  • Optimised imports

v1.1

28th Dec '15

  • Cleared up lots of minor issues.

Initial release (v1.0)

24th Dec '15

  • Initial release of the library, transferred originally from a number of files on GitHub Gist.