Skip to content

Releases: CanHub/Android-Image-Cropper

4.0.0

30 Nov 16:36
Compare
Choose a tag to compare

🚀 29 - ⬇️ 61.7k - ⭐ 382 - 🔎 15 - 🍴 89

Attention

This is a huge update of the library, many broken are expect, please update with care.

CHANGELOG

Fixed

  • Issue where some devices based on MIUI would not retrieve image from gallery #253

Changed

  • minSdkVersion = 16, previous versions have been deprecated by Google.

Added

  • Added option to enable users specify image source #226

Removed

  • Pick Image, now the library will handle this without expose the contract #271
  • Need for READ_EXTERNAL_STORAGE permission #271
  • Previous deprecated ActivityBuilder, startPickImageActivity, getActivityResult and onActivityResult #145
  • Removed ProGuard rule from ReadMe #257
  • Removed unused dependencies and settings from Gradle files #265

alpha-4.0.0

28 Nov 14:56
Compare
Choose a tag to compare
alpha-4.0.0 Pre-release
Pre-release

Please check #275 for more details.
This is a huge update of the library, many broken are expect, please update with care.

This will need heavy test from the community, please use the PR or discussion for it.

implementation 'com.github.CanHub:Android-Image-Cropper:271-read-files-without-permission-38df1455d6-1'

3.3.6

05 Nov 17:37
33a0a42
Compare
Choose a tag to compare

🚀 27 - ⬇️ 65.5k - ⭐ 355 - 🔎 15 - 🍴 82

Added

  • Added PickImageContractOptions to enable users specify image source #226 Thanks @Zikstar

3.3.5

07 Sep 08:08
Compare
Choose a tag to compare

Fixed

  • Set output uri ignored #207

3.3.4

02 Sep 10:00
Compare
Choose a tag to compare

🚀 25 - ⬇️ 48.2k - ⭐ 282 - 🔎 15 - 🍴 57

Changed

  • Update to Android 12
  • Update library to gradle 7.0.1 and Java 11 #191
  • Any crop action should return uri content #180

Fixed

  • Implement onBackPressed() in sample code for handle backButton pressed #174

Obs

We went to release x.x.4 because of some issues releasing in Jitpack with Java11 and gradle 7.0

3.2.2

30 Jul 10:00
3496b54
Compare
Choose a tag to compare

🚀 24 - ⬇️ 30.0k - ⭐ 255 - 🔎 16 - 🍴 51

Fixed

  • After cropping a camera image, cancelling library picker shows again the last cropped image #162

Thanks @tikitu

3.2.1

14 Jul 12:43
ade6ccf
Compare
Choose a tag to compare

🚀 23 - ⬇️ 23.8k - ⭐ 227 - 🔎 15 - 🍴 49

Fixed

  • Unable to get camera image from contract #160

Thanks @ondree

3.2.0

03 Jul 20:38
184a5c0
Compare
Choose a tag to compare

Great release with the new Activity Contract, thanks for @connyduck and it amazing work!!

🚀 21 - ⬇️ 20.6k - ⭐ 218 - 🔎 15 - 🍴 41

Added

  • CropImageContract and PickImageContract #145
  • added dependency to androidx.activity:activity-ktx:.2.3 #145

Changed

  • CropImageActivity.onActivityResult no longer receives any result. Override onPickImageResult instead. #145

Deprecated

  • deprecated old methods that depend on the deprecated onActivityResult. Use CropImageContract and PickImageContract instead. #145

3.1.3

10 Jun 16:44
dd34ec9
Compare
Choose a tag to compare

10 / 06 / 21 - 🚀 21 - ⬇️ 16.3k - ⭐ 184 - 🔎 15 - 🍴 35

Fixed

  • ContextWrapper cannot be cast to FragmentActivity #136 Thanks @WMariusz

3.1.2

07 Jun 10:26
e8c9ae4
Compare
Choose a tag to compare

07 / 06 / 21 - 🚀 20 - ⬇️ 14.1k - ⭐ 181 - 🔎 15 - 🍴 33

Fixed

  • Missing file extension under Android 10 #138
  • Crashing when using the code CropImage.activity().start(requireActivity(), this) resolved #133