Skip to content

Releases: OutSystems/cordova-plugin-camera

4.2.0-OS53

13 Dec 12:09
58bd206
Compare
Choose a tag to compare

Fixes

  • (android) Only request external storage permissions in TakePicture if saveToGallery 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

06 Dec 09:56
c2c8ce0
Compare
Choose a tag to compare

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 and READ_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

21 Nov 13:51
0e07a10
Compare
Choose a tag to compare

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 the hook that was being used.

4.2.0-OS50

15 Nov 16:26
4.2.0-OS50
a7860ce
Compare
Choose a tag to compare

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

17 Oct 15:58
865d12c
Compare
Choose a tag to compare
  • Fixes

    • (android) Fixes bug when calling chooseFromGallery with allowEdit 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 with AllowEdit enabled on a picture taken with a rotated camera.
    • (ios) Improve Photo Gallery picture quality.
  • Chores

    • (ios) Remove 3rd-party dependencies.
    • (ios) Remove iOS 13 specific code.

4.2.0-OS48

21 Aug 14:05
2d9caa1
Compare
Choose a tag to compare
  • Android:
    • Refactor: Updates error codes and messages according to copy, by updating dependency to OSCameraLib-Android
    • Refactor: Removes dependencies to oscore-android and oscordova-android, which were not used

4.2.0-OS47

15 Apr 11:40
4.2.0-OS47
221a9f9
Compare
Choose a tag to compare
  • Update the iOS framework. This adds the Privacy Manifest file.

4.2.0-OS46

23 Jan 15:51
c9cb9da
Compare
Choose a tag to compare
  • iOS: Fixed issue in mirroring picture while editing

4.2.0-OS45

27 Oct 14:19
Compare
Choose a tag to compare
  • Improve image edit experience on Android.

4.2.0-OS44

27 Sep 14:36
Compare
Choose a tag to compare
  • 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.