Skip to content

Releases: Drjacky/ImagePicker

v2.1.12

14 Jun 15:38
Compare
Choose a tag to compare

[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

29 May 15:05
Compare
Choose a tag to compare

[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

16 May 20:10
1f6a418
Compare
Choose a tag to compare

[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

15 May 12:30
Compare
Choose a tag to compare
  • Update readme
  • Some minor improvements
  • Add Norwegian translation

v2.1.8

11 May 18:30
Compare
Choose a tag to compare

[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

07 May 13:50
Compare
Choose a tag to compare

[2.1.7] - 2021-05-07

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

v2.1.6

05 May 19:16
c8477e8
Compare
Choose a tag to compare

[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

03 May 12:15
Compare
Choose a tag to compare

[2.0.6] - 2021-05-03

  • Update internal dependencies
  • Update demo pictures

v2.0.5

01 May 16:12
Compare
Choose a tag to compare

[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

30 Apr 12:37
Compare
Choose a tag to compare

[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