Skip to content

Releases: igreenwood/SimpleCropView

1.1.6

07 Aug 15:45
Compare
Choose a tag to compare
  • Fix UnsupportedOperationException(#113)

1.1.5

30 Jul 13:37
Compare
Choose a tag to compare
  • 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

01 May 15:04
Compare
Choose a tag to compare
  • Fix Overlay drawing is lacking when CropMode.CIRCLE

1.1.3

30 Apr 18:29
Compare
Choose a tag to compare
  • Fix bug can't parcel a recycled bitmap
  • Fix Overlay drawing is lacking when selecting certain photos

1.1.2

26 Apr 08:45
Compare
Choose a tag to compare
  • 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

24 Apr 15:57
Compare
Choose a tag to compare
  • Fix bug EXIF orientation not applied

1.1.0

12 Apr 08:27
Compare
Choose a tag to compare
  • 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

1.0.16

07 Mar 07:22
Compare
Choose a tag to compare
  • Fixed bug x + width must be <= bitmap.width() (#40)

1.0.15

07 Mar 07:21
Compare
Choose a tag to compare
  • Added code for preventing java.lang.IllegalArgumentException: bug x + width must be <= bitmap.width()(#40)

1.0.14

07 Mar 07:21
Compare
Choose a tag to compare
  • remove "application android:label" from Manifest of library(#39)