Releases: OutSystems/cordova-plugin-camera
Releases · OutSystems/cordova-plugin-camera
4.2.0-OS53
Fixes
- (android) Only request external storage permissions in
TakePicture
ifsaveToGallery
is 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
callEditUriImage
function, where in some cases the permission kept being requested. - (android) Removes
READ_MEDIA_IMAGE
andREAD_MEDIA_VIDEO
permissions 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-kapt
plugin, as well as thehook
that was being used.
4.2.0-OS50
Fixes
Android
- Add edge-to-edge support on Android 15.
iOS
- Issue with access permissions to Photo Gallery files.
- Address warning regarding clashing names between a SwiftUI's View method and a custom one.
4.2.0-OS49
-
Fixes
- (android) Fixes bug when calling
chooseFromGallery
withallowEdit
enabled. - (android) Updates dependency to native library, which adds
@SerializedName
annotation to avoid issues with code obfuscation. - (ios) Reinitialise crop window only when orientation mode is changed.
- (ios) Fix orientation issue when using
ChooseFromGallery
withAllowEdit
enabled on a picture taken with a rotated camera. - (ios) Improve Photo Gallery picture quality.
- (android) Fixes bug when calling
-
Chores
- (ios) Remove 3rd-party dependencies.
- (ios) Remove iOS 13 specific code.
4.2.0-OS48
- Android:
- Refactor: Updates error codes and messages according to copy, by updating dependency to
OSCameraLib-Android
- Refactor: Removes dependencies to
oscore-android
andoscordova-android
, which were not used
- Refactor: Updates error codes and messages according to copy, by updating dependency to
4.2.0-OS47
- Update the iOS framework. This adds the Privacy Manifest file.
4.2.0-OS46
- iOS: Fixed issue in mirroring picture while editing
4.2.0-OS45
- Improve image edit experience on Android.
4.2.0-OS44
- Android - Remove dependency to android Support Library.
- Android - Fix the way we obtain the app's package name.
- Android - Updates dependency to
OSCameraLib-Android
, fixing LoadingActivity for Android 14.