igreenwood / SimpleCropView

A simple image cropping library for Android.
MIT License
2.48k stars 466 forks source link

Added passing exception to onError of various callbacks #88

Open ZacWolf opened 7 years ago

ZacWolf commented 7 years ago

Now passing Throwable to the callback's onError methods.

Added ability to register a "preview" ImageView that is updated with the cropped area on the "onUp" event, and on rotate and load events.

Updated gradle properties to add jitpack.io repo, upgrade to gradle 2.2.2, and SDK to version 25