Skip to content

Releases: CanHub/Android-Image-Cropper

3.1.1

17 May 08:29
627de02
Compare
Choose a tag to compare

🚀 19 - ⬇️ 11.0k - ⭐ 146 - 🔎 14 - 🍴 26

Fixed

  • Make isReadExternalStoragePermissionsRequired and 2 other functions visible in Java #129 Thanks @gwharvey

3.1.0

09 May 20:58
Compare
Choose a tag to compare

🚀 18 - ⬇️ 10.0k - ⭐ 135 - 🔎 13 - 🍴 25

Added

  • Add Java Sample code #125 Thanks @junaediwidjojo

Fixed

  • Cannot call library method from Java language #113 #123 Thanks @junaediwidjojo

Changed

  • New option for different file names #122

3.0.1

21 Apr 08:10
1c282ed
Compare
Choose a tag to compare

3.0.0

13 Apr 08:41
82c66e7
Compare
Choose a tag to compare

🚀 16 - ⬇️ 5.9k - ⭐ 115 - 🔎 11 - 🍴 19

Removed

  • Methods getUri.

Add

  • Methods getFilePath and getUriContent.

Fixed

  • ENOENT (no such file or directory) #99
  • content:// instead of file:// #83 #84

Important 🚨

This is a method break release. Is not huge, but important enough for a new major release.
We remove the old uri method, cause many users depends on it for filePath and add specific ImageUriContent and ImageUriFilePath please use the one you need.

2.3.2-alpha

12 Apr 09:16
de37f6c
Compare
Choose a tag to compare
2.3.2-alpha Pre-release
Pre-release

Added

  • @JvmStatic annotation in CropImage.activity() and fun activity(uri) #108 Thanks @prashant-13

2.3.1

01 Apr 09:03
91608c8
Compare
Choose a tag to compare

🚀 14 - ⬇️ 5.1k - ⭐ 106 - 🔎 11 - 🍴 19

Changed

  • Added "fun" for all Kotlin interfaces when possible [#102] #102

2.3.0

30 Mar 14:07
197b7d6
Compare
Choose a tag to compare

Not important release, but to keep all changes into Kotlin in a separate release.
And we can have a milestone of when the library become 100% Kotlin.

Changed

  • CropOverlayView to Kotlin #38
  • CropImageView to Kotlin #39
  • CropImage to Kotlin #41
  • BitmapUtils to Kotlin #35 Thanks @SanjayDevTech

2.2.2

19 Mar 02:53
9417798
Compare
Choose a tag to compare

Changed

  • CropWindowMoveHandler to kotlin #36

Fixed

  • Split appCompat version #85

Update

  • Kotlin Version from 1.4.21 to 1.4.30
  • lifecycle-runtime-ktx Version from 2.2.0 to 2.3.0

2.2.1

04 Mar 21:19
a730990
Compare
Choose a tag to compare

Added

  • Sample code extending Activity #46

Fixed

  • Bug when crop using Custom Activity (extend) 34

2.2.0

04 Mar 17:41
8fe1eba
Compare
Choose a tag to compare

Added

  • Vertical-only and horizontal-only cropping modes #76
  • Option to disable movement of the crop window by dragging the center #79
    Thanks @chriscoomber for both

Fixed

  • Turkish Translations #72 Thanks @kaanhangithub