Skip to content

Releases: siralam/LoopingViewPager

v1.4.1

15 Apr 07:04
32e9532
Compare
Choose a tag to compare
  • 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

08 Jan 01:36
Compare
Choose a tag to compare

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

v1.0.5

08 Jan 01:35
Compare
Choose a tag to compare
  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

21 Dec 07:58
Compare
Choose a tag to compare

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