Skip to content

Releases: siralam/LoopingViewPager

v1.4.1

Choose a tag to compare

@siralam siralam released this 15 Apr 07:04
32e9532
  • Removed setting aspect ratio inside LoopingViewPager. Let its parent decide how to layout it (i.e. its height).
  • Same as above, removed itemAspectRatio as well. You can actually simply set it through padding and clipToPadding=false.
  • Removed unnecessary context as a param in LoopingPagerAdapter's constructor.
  • Migrated from JCenter() to MavenCentral().

v1.1.0

Choose a tag to compare

@siralam siralam released this 08 Jan 01:36

Added support for view type. But therefore changed parameters needed in inflateView() and bindView().

v1.0.5

Choose a tag to compare

@siralam siralam released this 08 Jan 01:35
  1. Added asepct ratio attribute for LoopingViewPager
  2. Rewrote the way of caching Views in LoopingPagerAdapter, and therefore separated inflation and data binding
  3. Rewrote the way of implementing ViewPager wrap_content

v1.0.1

Choose a tag to compare

@siralam siralam released this 21 Dec 07:58

Fixed a bug where getSelectingIndicatorPosition() is returning incorrect value.