Skip to content

Latest commit

 

History

History
62 lines (51 loc) · 2.91 KB

CHANGELOG.md

File metadata and controls

62 lines (51 loc) · 2.91 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.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
  • Retrive Image Result as File, File Path as String or Uri object