Skip to content

Releases: romandanylyk/PageIndicatorView

PageIndicatorView v1.0.3

06 Nov 19:54
Compare
Choose a tag to compare
  1. Migrated to androidx
  2. Fixed issue with dynamicCout is not working after re-set ViewPager adapter

PageIndicatorView v1.0.2

11 Sep 21:01
Compare
Choose a tag to compare
  1. Added ability to hide PageIndicatorView while it is idle.
  2. Updated build.gradle configuration compile to implementation.

PageIndicatorView v1.0.1

30 Apr 18:48
Compare
Choose a tag to compare

PageIndicatorView v1.0.0

20 Dec 20:50
Compare
Choose a tag to compare
  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

21 May 19:57
Compare
Choose a tag to compare
  1. Bug fixes and performance optimisation
  2. Updated sample application

PageIndicatorView v0.1.2

25 Mar 21:48
Compare
Choose a tag to compare
  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

11 Feb 11:05
Compare
Choose a tag to compare
  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

26 Jan 21:44
Compare
Choose a tag to compare
  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

07 Jan 19:59
Compare
Choose a tag to compare
  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

19 Dec 20:11
Compare
Choose a tag to compare

Minor fixes and code clean up