All Versions
12
Latest Version
Avg Release Cycle
132 days
Latest Release
798 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.3.0 Changes
April 04, 2017- โ Added setDoubleTapZoom(..) settings option.
- ๐ Allowing animations from undefined 'from' position.
- ๐
ViewsTracker
replaced byFromTracker
andIntoTracker
to support cases where there are more than one image per list item. - ๐
ViewsTransitionBuilder
is deprecated and replaced byGestureTransitions
to provide more options and correct setup flow. - Automatically pre-setting image from source
ImageView
to targetGestureImageView
. - ๐ Fixed animation issue if item was removed from
ViewPager
.
Migration notes
๐
ViewsTransitionBuilder
,ViewsTracker
andSimpleViewsTracker
are deprecated.
๐ See migration wiki. -
v2.2.0 Changes
December 04, 2016- โ Added gesture to exit full mode by scrolling up/down or zooming out.
โ Added corresponding setting (enabled by default). - โ Added
CircleImageView
andCircleGestureImageView
to show and animate rounded images. - โ Added animation duration setting, default duration is changed from 250 to 300 ms.
- โ Added state source listener (whether image is idle, dragged by user or updated by animation).
- โ Added debug overlay.
- ๐ Better clipping when animating rotated images.
- ๐ Fixed fast quick scale issue (image may be flipped).
- ๐ Fixed scroll when zoomed out with bounds restrictions disabled.
- ๐ Fixed
wrap_content
handling forGestureFrameLayout
.
- โ Added gesture to exit full mode by scrolling up/down or zooming out.