Releases: OutSystems/cordova-plugin-camera
Releases · OutSystems/cordova-plugin-camera
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
chooseFromGallerywithallowEditenabled. - (android) Updates dependency to native library, which adds
@SerializedNameannotation to avoid issues with code obfuscation. - (ios) Reinitialise crop window only when orientation mode is changed.
- (ios) Fix orientation issue when using
ChooseFromGallerywithAllowEditenabled 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-androidandoscordova-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.
4.2.0-OS43
- Avoid asking for unnecessary gallery permission for Android >= 13.
- Fix minor issues with the crop & rotate feature for iOS.
4.2.0-OS42
- Revamps
TakePicturefeature to return aMediaResultobject when taking a picture. - Revamps
ChooseFromGalleryfeature to allow editing a picture after it has been selected. - Adds
EditURIPicturefeature, allowing to edit a picture given itsURI. - Includes bug fix for when selecting a picture from the cloud (e.g. iCloud or Google Photos).
4.2.0-OS41
- Adds video functionality: record and play video
- Adds Choose Media from Gallery: multiple media (video/photo) can be chosen from the device's gallery
- Updates Error Codes and Error Messages
- Starts using native libraries