Drjacky ImagePicker Versions Save

📸Image Picker for Android, Pick images from Gallery or Capture a new image with Camera🖼

2.1.12

2 years ago

[2.1.12] - 2021-06-14

  • Add free style crop option - cropFreeStyle()
  • Add Brizilian Portuguese translation
  • Add Russian translation
  • Update internal dependencies

2.1.11

2 years ago

[2.1.11] - 2021-05-29

  • Migrate to Kotlin 1.5.10
  • Add Uzbekistan translation
  • Remove unused string resources
  • Update internal dependencies

2.1.10

3 years ago

[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

2.1.9

3 years ago
  • Update readme
  • Some minor improvements
  • Add Norwegian translation

2.1.8

3 years ago

[2.1.8] - 2021-05-11

  • Update readme
  • Migrate to Kotlin 1.5.0
  • Resolve ktlint warnings
  • Move necessary permissions into the library

2.1.7

3 years ago

[2.1.7] - 2021-05-07

  • Fix permission issue on release mode
  • Remove Java 8 Desugering
  • Disable multidex
  • Update readme

2.1.6

3 years ago

[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

2.0.6

3 years ago

[2.0.6] - 2021-05-03

  • Update internal dependencies
  • Update demo pictures

2.0.5

3 years ago

[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

2.0.4

3 years ago

[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