Android-Image-Cropper

Image Cropping Library for Android, optimised for Camera / Gallery.

APACHE-2.0 License

Stars
1.2K

Bot releases are hidden (Show)

Android-Image-Cropper - 3.1.1

Published by Canato over 3 years ago

๐Ÿš€ 19 - โฌ‡๏ธ 11.0k - โญ 146 - ๐Ÿ”Ž 14 - ๐Ÿด 26

Fixed

  • Make isReadExternalStoragePermissionsRequired and 2 other functions visible in Java #129 Thanks @gwharvey
Android-Image-Cropper - 3.1.0

Published by Canato over 3 years ago

๐Ÿš€ 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
Android-Image-Cropper - 3.0.1

Published by Canato over 3 years ago

Android-Image-Cropper - 3.0.0

Published by Canato over 3 years ago

๐Ÿš€ 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.

Android-Image-Cropper - 2.3.2-alpha

Published by Canato over 3 years ago

Added

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

Published by Canato over 3 years ago

Android-Image-Cropper - 2.3.0

Published by Canato over 3 years ago

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
Android-Image-Cropper - 2.2.2

Published by Canato over 3 years ago

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
Android-Image-Cropper - 2.2.1

Published by Canato over 3 years ago

Added

  • Sample code extending Activity #46

Fixed

  • Bug when crop using Custom Activity (extend) 34
Android-Image-Cropper - 2.2.0

Published by Canato over 3 years ago

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
Android-Image-Cropper - 2.1.1

Published by Canato over 3 years ago

Added

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

Fixed

  • CropImageView incorrectly restored on rotation #68 Thanks @chriscoomber
Android-Image-Cropper - 2.1.0

Published by Canato over 3 years ago

Changed

Fixed

Android-Image-Cropper - 2.0.3

Published by Canato over 3 years ago

Versions 2.0.1 and 2.0.2 are similar, issues with jitpack.

Fixed

  • Make CropImageActivity open for extensions
Android-Image-Cropper - 2.0.2

Published by Canato over 3 years ago

Re-release 2.0.1 because of jitpack conflicts.

Fixed

  • Make CropImageActivity open for extensions
Android-Image-Cropper - 2.0.1

Published by Canato over 3 years ago

Fixed

  • Make CropImageActivity open for extensions
Android-Image-Cropper - 2.0.0

Published by Canato almost 4 years ago

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
     }
    
Android-Image-Cropper - 1.1.1

Published by Canato almost 4 years ago

Added

  • Ktlint
  • Release using JitPack

Changed

  • Java to kotlin
  • Cange icons from PNG to vectors
Android-Image-Cropper - 1.1.0

Published by Canato almost 4 years ago

Changed

  • Update many library versions

Fixed

  • Android 10/11 Permissions
  • Android 10/11 Scope Storage
Android-Image-Cropper - 1.0.0

Published by Canato almost 4 years ago

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.

Package Rankings
Top 15.47% on Repo1.maven.org
Badges
Extracted from project README
CanHub
Related Projects