Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

33 lines (26 loc) · 1.21 KB

Changelog - LabelledSpinner

Releases Tags

1.1.5

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+)

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.