GestureViews v2.3.0 Release Notes

Release Date: 2017-04-04 // almost 7 years ago
    • โž• 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.