Releases: cheonjaeung/simplecarousel-android
Releases · cheonjaeung/simplecarousel-android
0.5.0
0.4.0
Changed
CarouselSmoothScroller
is added to support better smooth scroll of carousel.- Snapping of
CarouselSnapHelper
is improved for circular mode enabled. CarouselLayoutManager
now supportsscrollToPositionWithOffset
method.
0.3.0
Changed
CarouselSnapHelper
is added to support snapping ofCarouselLayoutManager
.CarouselLayoutManager
now has functions to get visible item (findFirstVisibleItemPosition
,findFirstCompletelyVisibleItemPosition
,findLastVisibleItemPosition
,findLastCompletelyVisibleItemPosition
).ViewBoundsHelper
is added to check visibility of child view within parent view.
0.2.2
Fixed
- Recycling was not working when
RecyclerView
had padding bigger than 0. reverseLayout
was not applied to scroll direction inCarouselLayoutManager.computeScrollVectorForPosition
.
0.2.1
Fixed
- Scrolling was stuck when
RecyclerView
had padding bigger than 0.
0.2.0
Changed
CarouselLayoutManager
is now inheritable.- Add support for RTL.
- Add
reverseLayout
. It can be set from XML withreverseLayout
inRecyclerView
orreverseLayout
property inCarouselLayoutManager
. - Add support for
clipToPadding
ofRecyclerView
.
0.1.0
Initial release.