Skip to content

Latest commit

 

History

History
87 lines (72 loc) · 4.53 KB

CHANGELOG.md

File metadata and controls

87 lines (72 loc) · 4.53 KB

✔️Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.7.3 - 2020-07-18

Changed

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

1.7.2 - 2020-07-14

Changed

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

1.7.1 - 2020-03-26

Changed

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

1.7 - 2020-03-23

Changed

  • 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)

1.6 - 2020-01-06

Changed

  • Improved UI/UX of 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

1.5 - 2019-10-14

Added

  • Added Option for Dynamic Crop Ratio. Let User choose aspect ratio #36 (Special Thanks to Dor-Sloim)

Changed

  • Fixed app crash issue, due to Camera Permission in manifest #34

1.4 - 2019-09-03

Changed

Removed

  • Removed redundant CAMERA permission #26 (Special Thanks to PerrchicK)

1.3 - 2019-07-24

Added

  • Sample app made compatible with Android Kitkat 4.4+ (API 19)

Changed

  • Fixed Uri to File Conversion issue #8 (Special Thanks to squeeish)

1.2 - 2019-05-13

Added

  • Added Support for Inline Activity Result(Special Thanks to soareseneves)

Changed

  • Fixed issue #6

1.1 - 2019-04-02

Changed

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

1.0 - 2019-02-11

Added

  • Pick Gallery Image
  • Capture Camera Image
  • Crop Image(Its based on uCrop)
  • Compress Image(Compress image based on resolution and size)
  • Handle Runtime Permission for Camera and Storage
  • Retrieve Image Result as File, File Path as String or Uri object