Skip to content

Releases: Dhaval2404/ImagePicker

Added uzbekistan translation

27 May 17:29
7baa21d
Compare
Choose a tag to compare

Added

  • Added uzbekistan translation (Special Thanks to Khudoyshukur Juraev)

Changed

  • Removed requestLegacyExternalStorage flag
  • Removed unused string resources

Added support for android scoped storage

15 May 07:43
49f07ca
Compare
Choose a tag to compare

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

Added text localization and few bug fixes

22 Dec 17:53
528bb00
Compare
Choose a tag to compare

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

Added Polish text translation

30 Aug 17:35
ffd807f
Compare
Choose a tag to compare

Change Log:

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

Fixed PNG image saved as JPG after crop issue

02 Aug 13:29
d91f460
Compare
Choose a tag to compare

Change Log:

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

Fixed PNG image saved as JPG after crop issue

18 Jul 18:10
d4c5842
Compare
Choose a tag to compare

Change Log:

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

Fixed crop opening gallery or camera twice

14 Jul 17:34
1febc4c
Compare
Choose a tag to compare

Change Log:

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

Fixed The application could not be installed: INSTALL_FAILED_CONFLICTING_PROVIDER issue

26 Mar 17:00
68969ad
Compare
Choose a tag to compare

Change Log:

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

Added option to limit MIME types and set Storage Directory

25 Mar 16:51
08b5d45
Compare
Choose a tag to compare

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)

Fixed Camera opens twice when "Don't keep activities" option is ON

06 Jan 18:22
d4939eb
Compare
Choose a tag to compare

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