GestureViews Versions Save

ImageView and FrameLayout with gestures control and position animation

v2.8.3

2 years ago
  • Avoid crashes if NaN values received from scale or scroll gestures
  • Fixed animator swapping when animating from no specific position

v2.8.2

2 years ago
  • Support for "from" view scale in transition animation (#127)

v2.8.1

2 years ago
  • Fixed division by zero if recycler view is empty

v2.8.0

2 years ago
  • 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

3 years ago
  • Fix for potential memory leak (#136)

v2.7.0

3 years ago
  • 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

4 years ago
  • Migrating to AndroidX
  • Fixed bounds clipping logic when destination view is not fullscreen (#151)
  • Better support for nested GestureFrameLayout scrolling

v2.5.2

5 years ago
  • Resetting state when view size is changed (#112).
  • Separate settings for different exit gesture (#114).
  • Exit animation bug fixes (#115).

v2.5.1

6 years ago
  • 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

6 years ago
  • Added proper touch interception logic for GestureFrameLayout.