Releases: igreenwood/SimpleCropView
Releases · igreenwood/SimpleCropView
1.1.6
1.1.5
- Fix EXIF data bug
- Fix OOM in onSaveInstanceState(CropImageView does not save bitmap internally anymore.)
- Support RxJava2
- Add Builder interface(LoadRequest/CropRequest/SaveRequest)
- Support save/restore frame rect
- Support thumbnail for image loading(use blurred image for placeholder)
1.1.4
- Fix Overlay drawing is lacking when CropMode.CIRCLE
1.1.3
- Fix bug can't parcel a recycled bitmap
- Fix Overlay drawing is lacking when selecting certain photos
1.1.2
- Fix bug image ratio collapse with FREE as cropMode
- Fix bug can't parcel a recycled bitmap
This version is buggy. Please don't use.
1.1.1
- Fix bug EXIF orientation not applied
1.1.0
- Support large size image(load/crop)
- Improve rotation algorithm
- Drop support for SDK level 9
- Add CropMode 'CIRCLE_SQUARE'
- Remove getRectBitmap() (Use 'CIRCLE_SQUARE' mode instead)
- Shorten CropMode name(ex. RATIO_FIT_IMAGE -> FIT_IMAGE)
- Add prefix to attrs(ex. cropMode -> scv_crop_mode)
- Add animation
- Support maximum output size
- Support fixed output size(width/height)
- Add debug display