Releases: CanHub/Android-Image-Cropper
Releases · CanHub/Android-Image-Cropper
4.0.0
🚀 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
andonActivityResult
#145 - Removed ProGuard rule from ReadMe #257
- Removed unused dependencies and settings from Gradle files #265
alpha-4.0.0
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
3.3.5
3.3.4
🚀 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
3.2.1
3.2.0
Great release with the new Activity Contract, thanks for @connyduck and it amazing work!!
🚀 21 - ⬇️ 20.6k - ⭐ 218 - 🔎 15 - 🍴 41
Added
CropImageContract
andPickImageContract
#145- added dependency to
androidx.activity:activity-ktx:.2.3
#145
Changed
CropImageActivity.onActivityResult
no longer receives any result. OverrideonPickImageResult
instead. #145
Deprecated
- deprecated old methods that depend on the deprecated
onActivityResult
. UseCropImageContract
andPickImageContract
instead. #145