All Versions
12
Latest Version
Avg Release Cycle
132 days
Latest Release
1247 days ago

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
    • Resetting state when view size is changed (#112).
    • Separate settings for different exit gesture (#114).
    • ๐Ÿ›  Exit animation bug fixes (#115).
  • 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 or NONE
    • โž• Added setting to toggle fling animation
    • ๐Ÿ›  Fixed long click when all gestures are disabled
  • 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.