Releases: alexvasilkov/GestureViews
Releases · alexvasilkov/GestureViews
v2.8.3
v2.8.2
v2.8.1
- Fixed division by zero if recycler view is empty
v2.8.0
- ViewPager2 support for images transition animation (#144).
- Default animations duration is changed from 300ms to 200ms, to make the animations feel faster.
- Fixed recycler view item's centering when auto scrolling the list (when using recycler view to view pager transitions).
- Making sure
State
never uses NaNs (to catch possible UI issues earlier).
v2.7.1
v2.7.0
v2.6.0
v2.5.2
v2.5.1
- Added min zoom level setting (along with new
Fit.NONE
option) - Added bounds restrictions type setting, one of:
NORMAL
,INSIDE
,OUTSIDE
,PIVOT
orNONE
- Added setting to toggle fling animation
- Fixed long click when all gestures are disabled
v2.5.0
- Added proper touch interception logic for GestureFrameLayout.