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
- 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
- Fixed app crash issue, due to Camera Permission in manifest #34
1.4 - 2019-09-03
- Optimized Uri to File Conversion (Inspired by Flutter ImagePicker)
1.3 - 2019-07-24
- Sample app made compatible with Android Kitkat 4.4+ (API 19)
1.2 - 2019-05-13
- Added Support for Inline Activity Result(Special Thanks to soareseneves)
- Fixed issue #6
1.1 - 2019-04-02
- Optimized Compression Logic
- Replace white screen with transparent one.
1.0 - 2019-02-11
- 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