Skip to content

Releases: alexvasilkov/GestureViews

v2.8.3

06 Jan 11:20
Compare
Choose a tag to compare
  • Avoid crashes if NaN values received from scale or scroll gestures
  • Fixed animator swapping when animating from no specific position

v2.8.2

09 Aug 14:00
Compare
Choose a tag to compare
  • Support for "from" view scale in transition animation (#127)

v2.8.1

26 May 13:17
Compare
Choose a tag to compare
  • Fixed division by zero if recycler view is empty

v2.8.0

26 May 10:47
Compare
Choose a tag to compare
  • 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

24 Nov 19:21
Compare
Choose a tag to compare
  • Fix for potential memory leak (#136)

v2.7.0

24 Nov 17:28
Compare
Choose a tag to compare
  • 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

04 Feb 07:53
Compare
Choose a tag to compare
  • Migrating to AndroidX
  • Fixed bounds clipping logic when destination view is not fullscreen (#151)
  • Better support for nested GestureFrameLayout scrolling

v2.5.2

05 May 14:39
Compare
Choose a tag to compare
  • Resetting state when view size is changed (#112).
  • Separate settings for different exit gesture (#114).
  • Exit animation bug fixes (#115).

v2.5.1

15 Apr 09:57
Compare
Choose a tag to compare
  • 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

06 Apr 12:15
Compare
Choose a tag to compare
  • Added proper touch interception logic for GestureFrameLayout.