Dhaval2404 ImagePicker Versions Save

📸Image Picker for Android, Pick an image from Gallery or Capture a new image with Camera

v2.1

2 years ago

Added

  • Added uzbekistan translation (Special Thanks to Khudoyshukur Juraev)

Changed

  • Removed requestLegacyExternalStorage flag
  • Removed unused string resources

v2.0

2 years ago

Added

  • Added arabic translation #157 (Special Thanks to zhangzhu95)
  • Added norwegian translation #163 (Special Thanks to TorkelV)
  • Added german translation #192 (Special Thanks to MDXDave)
  • Added method to return Intent for manual launching ImagePicker #182 (Special Thanks to tobiasKaminsky)
  • Added support for android 11 #199

Changed

  • Fixed Playstore requestLegacyExternalStorage flag issue #199
  • Fixed android scope storage issue #29
  • Removed storage permissions #29
  • Fixed calculateInSampleSize leads to overly degraded quality #152 (Special Thanks to FlorianDenis)
  • Fixed camera app not found issue #162

v1.8

3 years ago

Change Log:

  • Added dialog dismiss listener (Special Thanks to kibotu)
  • Added text localization (Special Thanks to yamin8000 and Jose Bravo)
  • Fixed crash issue on missing camera app #69
  • Fixed issue selecting images from download folder #86
  • Fixed exif information lost issue #121
  • Fixed crash issue on large image crop #122
  • Fixed saving image in cache issue #127

v1.7.5

3 years ago

Change Log:

  • Added Polish text translation #115 (Special Thanks to MarcelKijanka)
  • Failed to find configured root exception #116

v1.7.4

3 years ago

Change Log:

  • Fixed PNG image saved as JPG after compress issue #105
  • Set default compression quality as 100 #93

v1.7.3

3 years ago

Change Log:

  • Fixed PNG image saved as JPG after crop issue #94

v1.7.2

3 years ago

Change Log:

  • Fixed .crop() opening gallery or camera twice #32
  • Fixed UCropActivity Crash Android 4.4 (KitKat) #82

v1.7.1

4 years ago

Change Log:

  • Fixed The application could not be installed: INSTALL_FAILED_CONFLICTING_PROVIDER issue #67

v1.7

4 years ago

Change Log:

  • Added option to limit MIME types while choosing a gallery image (Special Thanks to Marchuck)
  • Introduced ImageProviderInterceptor, Can be used for analytics (Special Thanks to Marchuck)
  • Fixed FileProvider of the library clashes with the FileProvider of the app #51 (Special Thanks to OyaCanli)
  • Added option to set Storage Directory #52
  • Fixed NullPointerException in FileUriUtils.getPathFromRemoteUri() #61 (Special Thanks to himphen)

v1.6

4 years ago

Change Log:

  • Improved UI/UX of the sample app
  • Removed Bitmap Deprecated Property #33 (Special Thanks to nauhalf)
  • Camera opens twice when "Don't keep activities" option is ON #41 (Special Thanks to benji101)
  • Fixed uCrop Crash Issue #42