All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities.
- ContextWrapper cannot be cast to FragmentActivity #136
- Missing file extension under Android 10 #138
- Crashing when using the code
CropImage.activity().start(requireActivity(), this)
resolved #133
- Make isReadExternalStoragePermissionsRequired and 2 other functions visible in Java #129
- Add Java Sample code #125
- New option for different file names #122
- Estonian language #119
- Methods
getUri
.
- Methods
getFilePath
andgetUriContent
.
- @JvmStatic annotation in CropImage.activity() and fun activity(uri) #108
- Added "fun" for all Kotlin interfaces when possible #102
- CropOverlayView to Kotlin #38
- CropImageView to Kotlin #39
- CropImage to Kotlin #41
- BitmapUtils to Kotlin #35
- CropWindowMoveHandler to kotlin #36
- Split appCompat version #85
- Kotlin Version from
1.4.21
to1.4.30
- lifecycle-runtime-ktx Version from
2.2.0
to2.3.0
- Sample code extending Activity #46
- Bug when crop using Custom Activity (extend) 43
- Vertical-only and horizontal-only cropping modes #76
- Option to disable movement of the crop window by dragging the center #79
- Turkish Translations #72
- CropImage.getActivityResult(data).getBitmap(context) #49
- CropImageView incorrectly restored on rotation #68
- From Java to Kotlin: CropImageOptions, CropWindowHandler
- Null CompressFormat #44
- Galley option not showing
- Camera option not showing
Versions 2.0.1
and 2.0.2
are similar, issues with jitpack.
- Make CropImageActivity open for extensions
- AsyncTask to Kotlin Coroutines #9
- Uri for camera capture option is now invariant for Android 10 and above #21
- Ktlint
- Release using JitPack
- Java to kotlin
- Change icons from PNG to vectors
- Update many library versions
- Android 10, 11 Permissions
- Android 10, 11 Scope Storage
- Copy from previous repo ArthurHub