alexvasilkov/GestureViews
 Watch   
 Star   
 Fork   
2022-01-06 19:18:13
GestureViews

v2.8.3

  • Avoid crashes if NaN values received from scale or scroll gestures
  • Fixed animator swapping when animating from no specific position
2021-08-09 21:58:31
GestureViews

v2.8.2

  • Support for "from" view scale in transition animation (#127)
2021-05-26 21:17:10
GestureViews

v2.8.1

  • Fixed division by zero if recycler view is empty
2021-05-26 18:15:09
GestureViews

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).
2020-11-25 03:21:08
GestureViews

v2.7.1

  • Fix for potential memory leak (#136)
2020-11-25 00:33:50
GestureViews

v2.7.0

  • 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.
2020-02-04 15:44:37
GestureViews

v2.6.0

  • Migrating to AndroidX
  • Fixed bounds clipping logic when destination view is not fullscreen (#151)
  • Better support for nested GestureFrameLayout scrolling
2018-05-05 22:24:34
GestureViews

v2.5.2

  • Resetting state when view size is changed (#112).
  • Separate settings for different exit gesture (#114).
  • Exit animation bug fixes (#115).
2018-04-15 17:49:44
GestureViews

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 or NONE
  • Added setting to toggle fling animation
  • Fixed long click when all gestures are disabled
2018-04-06 20:13:33
GestureViews

v2.5.0

  • Added proper touch interception logic for GestureFrameLayout.