Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHub committed Feb 19, 2016
1 parent dc6f7a5 commit e94ab9e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Image cropping tool, displays a resizable, rectengular/oval crop window on top o
- Get cropping rectangle or the cropped bitmap.
- Supported on API Level 10 and above.

For more information, see the [linked Github Wiki page](https://github.com/ArthurHub/Android-Image-Cropper/wiki/Android-Image-Cropper).
For more information, see the [linked Github Wiki page](https://github.com/ArthurHub/Android-Image-Cropper/wiki).

![ScreenShot](https://github.com/ArthurHub/Android-Image-Cropper/blob/master/demo.jpg?raw=true)

Expand All @@ -41,6 +41,11 @@ compile 'com.theartofdev.edmodo:android-image-cropper:1.2.+'
- [Android Image Cropper async support and custom progress UI](http://theartofdev.com/2016/01/15/android-image-cropper-async-support-and-custom-progress-ui/)

## Change log
*1.2.2 (beta)*
* Fix `setShowCropOverlay(boolean)` not working properly.
* Fix crop window bounds issue when cropping image is too small relative to min/max bounds with fixed aspect ratio.
* Fix crop window reset on on-screen keyboard show/hide.

*1.2.1 (beta)*

* Fix crop window resize bug with fixed aspect ratio
Expand Down

0 comments on commit e94ab9e

Please sign in to comment.