All Versions
12
Latest Version
Avg Release Cycle
132 days
Latest Release
1390 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.7.1 Changes
November 24, 2020- ๐ Fix for potential memory leak (#136)
-
v2.7.0 Changes
November 24, 2020- ๐ Fixed bounds clipping animation (bug introduced after fix for #151)
- โ Removed all deprecated API.
- Organizing examples into groups.
- ๐ป Sample app fixes and major UI facelift.
-
v2.6.0 Changes
February 04, 2020- Migrating to AndroidX
- ๐ Fixed bounds clipping logic when destination view is not fullscreen (#151)
- ๐ Better support for nested GestureFrameLayout scrolling
-
v2.5.2 Changes
May 05, 2018 -
v2.5.1 Changes
April 15, 2018- โ 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
- โ Added min zoom level setting (along with new
-
v2.5.0 Changes
April 06, 2018- โ Added proper touch interception logic for GestureFrameLayout.
-
v2.4.1 Changes
January 13, 2018๐ Bug fixes:
- Do not zoom to min level if zoom gestures are disabled
- ๐ Fixed issue in exit detector (animation state update if image is closed)
- Ensure animation position stays within [0, 1]
-
v2.4.0 Changes
December 10, 2017- Min SDK set to 14
- Distributing library as aar
- โ Added XML attributes to provide settings for gesture views
- ๐ Support for standard OnClickListener and OnLongClickListener
- โ Added CropAreaView with rules support (superseding FinderView which is deprecated now)
- Smooth image replacement (e.g. replace thumbnail with bigger image)
- Exit gesture detection improvements
- ๐ Improved cropping logic to prevent empty spaces
- ๐ Fixed CircleImageView initialization
-
v2.3.2 Changes
September 04, 2017- Taking pivot point into account when animating state changes
- Disallowing parent's touch events interception
-
v2.3.1 Changes
June 03, 2017- Smooth clipping animation of invisible image parts.
- Double tap always zooms out to min zoom, not to double tap zoom.