Releases: siralam/LoopingViewPager
Releases · siralam/LoopingViewPager
v1.4.1
15 Apr 07:04
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Added support for view type. But therefore changed parameters needed in inflateView() and bindView().
v1.0.5
08 Jan 01:35
Compare
Sorry, something went wrong.
No results found
Added asepct ratio attribute for LoopingViewPager
Rewrote the way of caching Views in LoopingPagerAdapter, and therefore separated inflation and data binding
Rewrote the way of implementing ViewPager wrap_content
v1.0.1
21 Dec 07:58
Compare
Sorry, something went wrong.
No results found
Fixed a bug where getSelectingIndicatorPosition() is returning incorrect value.