Skip to content

Releases: ArthurHub/Android-Image-Cropper

2.2.5

14 Jul 09:09
Compare
Choose a tag to compare
  • Fix to webp file extension (thx Nathan)
  • Fix wrong initial crop window when image contains exif data.
  • Added corners to circular crop window, can be removed by setting BorderCornerThickness to 0.

2.2.3

17 Jun 14:22
Compare
Choose a tag to compare
  • Fix Android state restore overrides state set by client.

2.2.2

06 Jun 13:26
Compare
Choose a tag to compare
  • Fix rotation zooms and changes aspect ratio when fixed aspect ratio is used.

2.2.1

06 Jun 07:03
Compare
Choose a tag to compare

2.2.0

03 Jun 13:36
Compare
Choose a tag to compare
  • Fix non-straight angle rotation handling.
  • Add activity counter-clockwise rotation button (configurable, hidden by default).
  • Add activity rotation degrees configuration (default 90)

2.1.4

23 May 15:00
Compare
Choose a tag to compare
  • Support for requesting CAMERA permission for android M when CAMERA is requested in the manifest.
  • Add pick_image_intent_chooser_title for changing and localizing pick image chooser title (thx maksymkhar).
  • NPE when clicking crop twice fast (thx Jesse).

2.1.3

09 May 12:46
Compare
Choose a tag to compare
  • add noOutputImage option for crop image activity
  • add more customization to crop image activity
  • bug fix

2.1.1

05 May 13:53
Compare
Choose a tag to compare
  • Built-in CropImageActivity for quick start and common scenarios.
  • Save cropped image to Uri API saveCroppedImageAsync(Uri).
  • Handle possible out-of-memory in image load by down-sampling until succeed.
  • Minor fixes.

2.0.1

28 Apr 05:55
Compare
Choose a tag to compare
2.0.1 Pre-release
Pre-release
  • Fix counter clockwise rotation resulting in negative degrees (#54).

2.0.0

25 Apr 09:27
Compare
Choose a tag to compare
2.0.0 Pre-release
Pre-release
  • 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 to CropImage
    • Removed getActualCropRect() and getActualCropRectNoRotation(), replaced by 'getCropPoints()' and 'getCropRect()'.
    • Moved to custom CropImageView.ScaleType for 'setScaleType()'
    • Removed CropShape from getCroppedImage API, added CropImage.toOvalBitmap.
  • Known issues:
    • Boundaries and orientation change for non-straight angle rotation of images.