Skip to content

Releases: esafirm/android-image-picker

Stable API for v3

11 Nov 00:43
Compare
Choose a tag to compare

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: 2.4.2...3.0.0

3.0.0-beta1: Hash code and equals (#354)

24 Apr 03:58
5b4108d
Compare
Choose a tag to compare

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

2.4.5

18 Mar 02:46
Compare
Choose a tag to compare
  • Fix folder name & image name NPE #316
  • Add optional save image functionality #312
  • Fix Display Video Crash a26b0f6
  • Japanese support #332

Thanks to all the contributors! 🔥

Android Q Fixes, Initial Kotlin Migration

03 Oct 08:52
Compare
Choose a tag to compare
  • 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 - Android Q Support!

22 May 05:29
Compare
Choose a tag to compare
  • 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

13 Oct 09:04
Compare
Choose a tag to compare
  • Configurable ImageFileLoader
  • New approach on how to set custom ImageLoader
  • Fix and improvements

2.1.0: Merge pull request #222 from mnayef95/only-video-support

04 Aug 02:12
4a94076
Compare
Choose a tag to compare

2.0.0

26 Feb 04:28
Compare
Choose a tag to compare
  • 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.1

18 Jun 11:30
Compare
Choose a tag to compare

Fixing long loading time in image picker

1.13.0

21 Jul 15:03
Compare
Choose a tag to compare
  • 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