Skip to content

Releases: romandanylyk/PageIndicatorView

PageIndicatorView v1.0.3

Choose a tag to compare

@romandanylyk romandanylyk released this 06 Nov 19:54
  1. Migrated to androidx
  2. Fixed issue with dynamicCout is not working after re-set ViewPager adapter

PageIndicatorView v1.0.2

Choose a tag to compare

@romandanylyk romandanylyk released this 11 Sep 21:01
  1. Added ability to hide PageIndicatorView while it is idle.
  2. Updated build.gradle configuration compile to implementation.

PageIndicatorView v1.0.1

Choose a tag to compare

@romandanylyk romandanylyk released this 30 Apr 18:48
  1. Bug fixes

PageIndicatorView v1.0.0

Choose a tag to compare

@romandanylyk romandanylyk released this 20 Dec 20:50
  1. Added indicator click listener
  2. Added new animation type SCALE_DOWN
  3. Fixed issue with non working setProgress method if PageIndicatorView is not attached to ViewPager
  4. Added new method to setSelected specific indicator without animation

PageIndicatorView v0.2.0

Choose a tag to compare

@romandanylyk romandanylyk released this 21 May 19:57
  1. Bug fixes and performance optimisation
  2. Updated sample application

PageIndicatorView v0.1.2

Choose a tag to compare

@romandanylyk romandanylyk released this 25 Mar 21:48
  1. Added new orientation attribute to display indicator in HORIZONTAL or VERTICAL orientations.
  2. Added new auto visibility attribute, to automatically hide indicator while in has <= 1 count.
  3. Bug fixes.

PageIndicatorView v0.1.1

Choose a tag to compare

@romandanylyk romandanylyk released this 11 Feb 11:05
  1. Added new AnimationType.SWAP animation.
  2. Added RTL support.
  3. Fixed issue with restoring state.

Special thanks to @sannyo and @Andy671

PageIndicatorView v0.1.0

Choose a tag to compare

@romandanylyk romandanylyk released this 26 Jan 21:44
  1. Added restore instance state for selected page
  2. Added new Drop animation type
  3. Fixed issues with dynamic count
  4. Fixed invisible view issues while creating PageIndicatorView from java code
  5. General code clean up

PageIndicatorView v0.0.9

Choose a tag to compare

@romandanylyk romandanylyk released this 07 Jan 19:59
  1. Fixed possible IllegalStateException while un-registering viewpager's adapter data set observer
  2. Fixed issue with redrawing circles after data set observer call
  3. Fixed bug with not working dynamic count if set it (and viewpager id) as attributes
  4. Renamed attribute 'dynamicCount' to 'piv_dynamicCount' to avoid name conflicts
  5. General stability improvements

PageIndicatorView v0.0.8

Choose a tag to compare

@romandanylyk romandanylyk released this 19 Dec 20:11

Minor fixes and code clean up