Releases: ArthurHub/Android-Image-Cropper
Releases · ArthurHub/Android-Image-Cropper
2.2.5
2.2.3
2.2.2
2.2.1
- Fix listeners getting garbage collected bug (thx @TheFinestArtist)
2.2.0
2.1.4
2.1.3
2.1.1
2.0.1
2.0.0
- Auto-zoom: zoom-in when crop window takes less than 50% of the image, zoom-out when more than 65%.
- Handle cropping of non-straight angles rotations for URI loaded images.
- Improve performance for image rotation.
- Improve performance for rotation due to exif orientation data.
- Improve performance for orientation change.
- Preserve crop window on rotations for straight angles - 90/180/270.
- Preserve crop window on orientation change.
- Handle max allowed texture size on device by down-sampling to be within the limit.
- API breaking changes:
- Renamed
CropImageHelper
toCropImage
- Removed
getActualCropRect()
andgetActualCropRectNoRotation()
, replaced by 'getCropPoints()' and 'getCropRect()'. - Moved to custom
CropImageView.ScaleType
for 'setScaleType()' - Removed
CropShape
fromgetCroppedImage
API, addedCropImage.toOvalBitmap
.
- Renamed
- Known issues:
- Boundaries and orientation change for non-straight angle rotation of images.