Android Image Picker Versions Save

Image Picker for Android 🤖

3.0.0

1 year ago

Highlight

  • New API to run the image picker and get the result
val launcher = registerImagePicker { result: List<Image> ->
  result.forEach { image ->
    println(image)
  }
}    
  • Multiple bugfixes 🐛
  • Android Q support 🤖
  • Updates on the tooling (AGP, KGP) 📓
  • More translations 🎏

Thanks to all the contributors that can make this happen!

What's Changed

New Contributors

Full Changelog: https://github.com/esafirm/android-image-picker/compare/2.4.2...3.0.0

3.0.0-beta1

3 years ago

Hopefully, the last version until we hit 3.0.0. All fixes now should only be applied to this version.

2.4.0

3 years ago
  • Add getUri() for convenient #285
  • Fixes for Android Q #290 #293
  • Fixed some typo #291
  • Show video duration on the image picker #271
  • Use github workflow instead of CircleCI
  • Migrate sample to Kotlin #295

Thanks to @hjchin @sr1dh4r @xpdlf1004 @LinX64 for the PR 🔥

2.3.0

3 years ago
  • Fix failed to create image file #262
  • Handle external scoped Glide issue
  • Bump target SDK to Q
  • Bump Glide to 4.11.0

2.2.0

4 years ago
  • Configurable ImageFileLoader
  • New approach on how to set custom ImageLoader
  • Fix and improvements

2.1.0

4 years ago

2.0.0

5 years ago
  • ImagePicker is now in Fragment and you can use it in custom UI (please see sample)
  • Remove Retrolambda
  • Compatibility with Glide 4.9.0
  • Add Option to exclude GIF from image picker
  • Bug fixes and improvements

Also, we integrate our repo with CircleCi and add issue templating, because we want to improve our development experience in general

1.13.0

5 years ago
  • Back arrow support RTL
  • Update to AGP 3.1 and Gradle 4.4
  • Add Arabic translation
  • Better permissions handling for cameraOnly mode
  • Basic video support
  • Set language programmatically
  • Some internal changes

1.13.1

5 years ago

Fixing long loading time in image picker