Skip to content

Releases: NicosNicolaou16/ImagePickerAndroid

2.0.2

05 Aug 18:33
Compare
Choose a tag to compare
  • Updated Gradle to the latest version
  • Updated some libraries
  • Migrated ExoPlayer2 to ExoPlayer3 for sample project for Compose
  • Added some comments on code for Compose
  • Renamed the method pickMultipleImagesWithBase64Value to pickMultipleImagesWithBase64Values

2.0.1

21 Jul 20:48
Compare
Choose a tag to compare
  • Update Kotlin to version 1.9.0
  • Update some libraries
  • Update README file

2.0.0

01 Jul 20:44
6f77631
Compare
Choose a tag to compare
  • The most important change for the version 2.0.0 is the support for Jetpack Compose
  • Updated the libraries and updated Kotlin version
  • Fixed an issue with scale for multiple photos

1.0.0

24 Jun 20:34
6f77631
Compare
Choose a tag to compare

First Stable Version v1.0.0.
Nothing changes from the last Beta Version.

1.0.0-beta3

17 Jun 19:09
Compare
Choose a tag to compare
1.0.0-beta3 Pre-release
Pre-release
  • Update the libraries
  • Support pick a single video
  • Limitation for image scale to 1000
  • Maximum select multiple images, up to 9

1.0.0-beta2

04 Jun 20:33
Compare
Choose a tag to compare
1.0.0-beta2 Pre-release
Pre-release
  • Important change, now, take instance from ImagePicker instead directly call methods. Object class converted to Data class (check the README)
  • Updated Gradle to the Latest Version
  • Update the Activity library
  • Change method pickAnImageFromGallery to pickSigleImageFromGallery
  • Changed the method initPickAnImageFromGalleryResultLauncher to initPickSingleImageFromGalleryResultLauncher
  • Changed the method takeAPhotoWithCamera to takeSinglePhotoWithCamera
  • Change the method onGalleryImage to onGallerySingleImage
  • for onCameraImage(...) removed the parameter "uri"
  • support base64 conversion for image
  • add to resize the image

1.0.0-beta1

20 May 18:40
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release

Beta Release