Releases: Mariovc/ImagePicker
Releases · Mariovc/ImagePicker
1.2.2
- Added missing provider xml file.
- Upgraded checkstyle, gradle and buildtools version
1.2.1
- Using FileProvider in order to support API level >24 (#23 and #39)
1.2.0
- Gallery-only feature to select images only from gallery.
- Method to return file path of the selected image instead of Bitmap.
- Custom request code to support several images per screen. (#16, #27)
1.1.1
- Fix bug #25 (ArrayIndexOutOfBoundsException)
1.1.0
- Decoding image improvement
- Sample with Fragments
- Get InputStream for image
1.0.5
- Support for camera permission
- Small fixes