Skip to content

Releases: Dhaval2404/ImagePicker

Fixed Camera Permission and Dynamic Crop Ratio Issue

13 Oct 17:49
25850f1
Compare
Choose a tag to compare

Change Log:

  • Fixed app crash issue, due to Camera Permission in manifest #34
  • Added Option for Dynamic Crop Ratio. Let User choose aspect ratio #36 (Special Thanks to Dor-Sloim)

Removed redundant CAMERA permission

03 Sep 17:24
43b72d7
Compare
Choose a tag to compare

Change Log:

Fixed gallery image pick issue

24 Jul 07:33
aa18585
Compare
Choose a tag to compare

Change Log:

  • Sample app made compatible with Android Kitkat 4.4+ (API 19)
  • Fixed Uri to File Conversion issue #8 (Special Thanks to squeeish)

Added Support for Inline Activity Result

13 May 18:06
Compare
Choose a tag to compare

Change Log:

  • Added Support for Inline Activity Result(Special Thanks to soareseneves)
  • Fixed App crash issue reported here #6.

Optimized Compression Logic

02 Apr 17:31
Compare
Choose a tag to compare

Change Log:

  • Optimized Compression Logic
  • Replace white screen activity with a transparent one.

Simple Library to Pick an image from the Gallery or Capture image with Camera.

11 Feb 04:30
Compare
Choose a tag to compare

First stable release of ImagePicker. This includes:

  • Pick Image From Gallery
  • Capture Image using Camera
  • Crop Image
  • Resize Image
  • Can be used in Activity and Fragment
  • Compress Image
  • Available on jCenter