Skip to content

v2.3.0

Compare
Choose a tag to compare
@alexvasilkov alexvasilkov released this 04 Apr 06:28
· 189 commits to master since this release
  • Added setDoubleTapZoom(..) settings option.
  • Allowing animations from undefined 'from' position.
  • ViewsTracker replaced by FromTracker and IntoTracker to support cases where there are more than one image per list item.
  • ViewsTransitionBuilder is deprecated and replaced by GestureTransitions to provide more options and correct setup flow.
  • Automatically pre-setting image from source ImageView to target GestureImageView.
  • Fixed animation issue if item was removed from ViewPager.

Migration notes

ViewsTransitionBuilder, ViewsTracker and SimpleViewsTracker are deprecated.
See migration wiki.