Releases: romandanylyk/PageIndicatorView
Releases · romandanylyk/PageIndicatorView
PageIndicatorView v1.0.3
- Migrated to androidx
- Fixed issue with dynamicCout is not working after re-set ViewPager adapter
PageIndicatorView v1.0.2
- Added ability to hide PageIndicatorView while it is idle.
- Updated build.gradle configuration compile to implementation.
PageIndicatorView v1.0.1
- Bug fixes
PageIndicatorView v1.0.0
- Added indicator click listener
- Added new animation type SCALE_DOWN
- Fixed issue with non working setProgress method if PageIndicatorView is not attached to ViewPager
- Added new method to setSelected specific indicator without animation
PageIndicatorView v0.2.0
- Bug fixes and performance optimisation
- Updated sample application
PageIndicatorView v0.1.2
- Added new orientation attribute to display indicator in HORIZONTAL or VERTICAL orientations.
- Added new auto visibility attribute, to automatically hide indicator while in has <= 1 count.
- Bug fixes.
PageIndicatorView v0.1.1
PageIndicatorView v0.1.0
- Added restore instance state for selected page
- Added new Drop animation type
- Fixed issues with dynamic count
- Fixed invisible view issues while creating PageIndicatorView from java code
- General code clean up
PageIndicatorView v0.0.9
- Fixed possible IllegalStateException while un-registering viewpager's adapter data set observer
- Fixed issue with redrawing circles after data set observer call
- Fixed bug with not working dynamic count if set it (and viewpager id) as attributes
- Renamed attribute 'dynamicCount' to 'piv_dynamicCount' to avoid name conflicts
- General stability improvements
PageIndicatorView v0.0.8
Minor fixes and code clean up