Releases: Drjacky/ImagePicker
Releases · Drjacky/ImagePicker
v2.1.12
[2.1.12] - 2021-06-14
- Add free style crop option - cropFreeStyle()
- Add Brizilian Portuguese translation
- Add Russian translation
- Update internal dependencies
v2.1.11
[2.1.11] - 2021-05-29
- Migrate to Kotlin 1.5.10
- Add Uzbekistan translation
- Remove unused string resources
- Update internal dependencies
v2.1.10
[2.1.10] - 2021-05-16
- Fix false-positive file not found issue
- Fix show image issue
- Add jvm static annotations
- Improve readme and the sample app
v2.1.9
- Update readme
- Some minor improvements
- Add Norwegian translation
v2.1.8
[2.1.8] - 2021-05-11
- Update readme
- Migrate to Kotlin 1.5.0
- Resolve ktlint warnings
- Move necessary permissions into the library
v2.1.7
[2.1.7] - 2021-05-07
- Fix permission issue on release mode
- Remove Java 8 Desugering
- Disable multidex
- Update readme
v2.1.6
[2.1.6] - 2021-05-05
- Fix select image issue on API 29
- Fix capture image by camera on API 29
- Use Uri instead of File
- Enable multidex
- Update gradle plugin to 4.2.0
- Update gradle wrapper to 7.0
- Add Java 8 Desugering
- Improve readme file
v2.0.6
[2.0.6] - 2021-05-03
- Update internal dependencies
- Update demo pictures
v2.0.5
[2.0.5] - 2021-05-01
- Fix pick the image from a sub-folder in gallery issue
- FIx pick the image from download folder on Android API 29
v2.0.4
[2.0.4] - 2021-04-30
- Refactor
CompressionProvider.kt
fun compress(maxSize: Int): Builder
has been removed
- Refactor
Image maxResultSize
AsyncTask
replaced with Coroutines
startActivityForResult
has been removed
InlineActivityResult
dependency has been removed
- New Android Activity Result API added
- Add Arabic translation