Skip to content

Releases: OutSystems/cordova-plugin-camera

4.2.0-OS60

07 Oct 19:04
89a49d9

Choose a tag to compare

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

01 Sep 10:45
ce3faee

Choose a tag to compare

  • Feature: Enable predictive back navigation animation on activity used for editImage for Android 13+

4.2.0-OS58

25 Jul 12:11
584f473

Choose a tag to compare

Fixes

  • (ios) Fix input parameters for getPicture Cordova action.
  • (android) Crash in editPicture Cordova action.

4.2.0-OS57

07 Jul 16:53
abc2c08

Choose a tag to compare

Fixes

  • (android) Add missing gson gradle dependency.

4.2.0-OS56

06 Jun 08:32
0046d4d

Choose a tag to compare

Fixes

  • (android) Fixes Release builds with Capacitor

4.2.0-OS55

23 May 15:27
61de9de

Choose a tag to compare

Fixes

  • (android) Downsize image before editing if necessary

4.2.0-OS54

19 Feb 14:44
c8907a2

Choose a tag to compare

Chores

  • (ios) Replace cordova-plugin-add-swift-support plugin with the SwiftVersion preference

4.2.0-OS53

13 Dec 12:09
58bd206

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

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

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.