Releases: CanHub/Android-Image-Cropper
Releases · CanHub/Android-Image-Cropper
3.0.0
🚀 16 - ⬇️ 5.9k - ⭐ 115 - 🔎 11 - 🍴 19
Removed
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
Added
@JvmStatic
annotation in CropImage.activity()
and fun activity(uri)
#108 Thanks @prashant-13
2.3.0
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
2.2.2
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
Added
- Sample code extending Activity #46
Fixed
- Bug when crop using Custom Activity (extend) 34
2.2.0
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