Skip to content

Releases: CanHub/Android-Image-Cropper

2.1.1

27 Feb 17:57
d00c7b7
Compare
Choose a tag to compare

Added

  • CropImage.getActivityResult(data).getBitmap(context) #49
  • Add new sample option using CropImage to help with tests and changes.

Fixed

2.1.0

11 Feb 11:18
4ec296a
Compare
Choose a tag to compare

Changed

Fixed

2.0.3

27 Jan 20:29
Compare
Choose a tag to compare

Versions 2.0.1 and 2.0.2 are similar, issues with jitpack.

Fixed

  • Make CropImageActivity open for extensions

2.0.2

27 Jan 19:50
Compare
Choose a tag to compare

Re-release 2.0.1 because of jitpack conflicts.

Fixed

  • Make CropImageActivity open for extensions

2.0.1

27 Jan 19:49
Compare
Choose a tag to compare

Fixed

  • Make CropImageActivity open for extensions

2.0.0

12 Jan 09:21
d26d95b
Compare
Choose a tag to compare

Changed

  • AsyncTask to Kotlin Coroutines #9 [Check backward compatibility session]

Fixed

  • Uri for camera capture option is now invariant for Android 10 and above #21

Backward compatibility:

With the new version user need to make Java 8 available

  • Go to app level build.gradle file

  • Add this line inside android in build.gradle

     compileOptions {
         sourceCompatibility JavaVersion.VERSION_1_8
         targetCompatibility JavaVersion.VERSION_1_8
     }

1.1.1

03 Jan 12:23
e81a7d8
Compare
Choose a tag to compare

Added

  • Ktlint
  • Release using JitPack

Changed

  • Java to kotlin
  • Cange icons from PNG to vectors

1.1.0

13 Dec 12:42
0fe2f68
Compare
Choose a tag to compare

Changed

  • Update many library versions

Fixed

  • Android 10/11 Permissions
  • Android 10/11 Scope Storage

1.0.0

27 Nov 15:38
d538ab3
Compare
Choose a tag to compare

Code Handover from ArthurHub/Android-Image-Cropper
Version one is exactly the same latest release 2.8.0 from October 2018

Handing over this library cause is heavily used by the community and can bring great value to fix some issues, like the know Android 11 permissions.