We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16c1d7 commit 872d1f8Copy full SHA for 872d1f8
README.rst
@@ -5,6 +5,14 @@ This is a simple Android View class which provides basic pinch and zoom capabili
5
6
Can be used as a replacement for a standard ImageView when you want to include pinch and zoom.
7
8
+What's New!
9
+~~~~~~~~~~~
10
+
11
+- Added support for CENTER, CENTER_INSIDE and CENTER_CROP scale types
12
+- Added support for custom OnTouchListener on GestureImageView
13
+- Fixed NPE when no drawable set on view
14
+- Fixed/improved calculation of scale limits
15
16
Features:
17
~~~~~~~~~
18
1. Pinch zoom in place (i.e. zoom occurs from point of touch)
0 commit comments