Skip to content
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.

Latest commit

 

History

History
98 lines (77 loc) · 3.08 KB

CHANGELOG.md

File metadata and controls

98 lines (77 loc) · 3.08 KB

Changelog - UsefulViews

Releases Tags

2.3.6

18th Jun '16

  • Update Android Support library dependencies to 24.0.0
  • Update SDK versions (compileSdkVersion and targetSdkVersion) to 24 (including in .travis.yml)

2.3.4 - .5

12th Jun '16

  • Add mAnimate boolean field for FlippableView to decide whether to animate

2.3.3

11th Jun '16

  • Add the option to animate flip()
  • Add getViewFlipper() which returns the ViewFlipper associated with the FlippableView

2.3.2

9th Jun '16

  • Make flip() method of FlippableView public
  • Update Gradle tools project dependency to 2.1.0
  • Update Android Support library dependencies to 23.4.0

2.3.1

13th Apr '16

  • Rename attribute entries of LabelledSpinner to resolve conflicts with other libraries

2.3

8th Apr '16

  • Update Gradle tools project dependency to 2.0.0
  • Update Android Support library dependencies to 23.3.0

2.2

31st Mar '16

  • Update Gradle tools project dependency to 2.0.0-rc1
  • Fix typo in project .gitignore file

2.1.3 - .4

28th Mar '16

  • Fixes issue where FlippableView could not be flipped after being update

2.1.2

28th Mar '16

  • Adds option for FlippableView to remove both front and back Views

2.1.1

_28th Mar '16

  • Fixes issue with FlippableView not being available

2.1

28th Mar '16

  • Adds the FlippableView widget

2.0.1

27th Mar '16

  • Fixes issue regarding Javadoc checks when uploading to Bintray

2.0

27th Mar '16

  • Changes library name from LabelledSpinner to UsefulViews
  • Refactoring so that package com.farbod.labelledspinner is moved to com.satsuware.usefulviews (reasons for this are explained in the commit descriptions)
  • Library descriptions and dependencies updated accordingly

1.2.0

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

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

1.1.3

10th Jan '16

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

1.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

1.1

28th Dec '15

  • Cleared up lots of minor issues.

Initial release (1.0)

24th Dec '15

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