- Decreased minSdkVersion
- Fixed issue with Maven Central upload script
- The
HORIZONTAL
orientation of the stack introduced OrientedViewPager
introduced- No longer using
VerticalViewPager
(usingOrientedViewPager
instead). - Updated versions of build tools and support library
- Removed unnecessary things
Note: I was facing some troubles uploading this version to Maven Central, therefore it can not be obtained simply by a gradle 'compile ...' dependency. Next release (1.2.1) contains fixes for those issues and can be found in central repository.
- Using
IllegalArgumentException
instead ofWrongValueException
- Visual update of flipping of the view.
- Maven central repository integration
Initial release.