Releases: OutSystems/cordova-plugin-camera
Releases · OutSystems/cordova-plugin-camera
4.2.0-OS60
What's Changed
- fix(ios): properly add PHPhotoLibraryPreventAutomaticLimitedAccessAlert to .plist for Capacitor apps by @alexgerardojacinto in #161
Full Changelog: 4.2.0-OS59...4.2.0-OS60
4.2.0-OS59
- Feature: Enable predictive back navigation animation on activity used for editImage for Android 13+
4.2.0-OS58
Fixes
- (ios) Fix input parameters for getPicture Cordova action.
- (android) Crash in editPicture Cordova action.
4.2.0-OS57
Fixes
- (android) Add missing gson gradle dependency.
4.2.0-OS56
Fixes
- (android) Fixes Release builds with Capacitor
4.2.0-OS55
Fixes
- (android) Downsize image before editing if necessary
4.2.0-OS54
Chores
- (ios) Replace
cordova-plugin-add-swift-supportplugin with theSwiftVersionpreference
4.2.0-OS53
Fixes
- (android) Only request external storage permissions in
TakePictureifsaveToGalleryis true - (android) Only request external storage permissions for Android <= 10
- (android) Only request camera permission for photo and video if declared
- (android) Fix cropping in edit image when rotating in landscape mode
- (android) Fix crash when trying to edit video, as it's not supported.
4.2.0-OS52
Features
- (android) Use PhotoPicker to select media from gallery.
Fixes
- (android, ios) Improve error handling for height x width invalid values.
- (android) Add image resolution and quality when creating its thumbnail.
- (android) Fixes an issue in the permission request in the
callEditUriImagefunction, where in some cases the permission kept being requested. - (android) Removes
READ_MEDIA_IMAGEandREAD_MEDIA_VIDEOpermissions from the AndroidManifest.xml file of the resulting app, since these are never requested by the plugin, so there's no point in having them in the manifest file. - (android) Fixes edge-to-Edge for loading screen.
- (android) Fix to give persistable permissions for returned URIs.
- (android) Fix exception being thrown on Android 10 when selecting media from gallery.
- (android) Always show loading screen while processing selected media.
4.2.0-OS51
Features
- (android) Adds support for Capacitor builds.
Fixes
- (android) Add missing permissions for camera and file access, making the plugin compatible with MABS 11
Chores
- (android) Removes unnecessary
kotlin-kaptplugin, as well as thehookthat was being used.