Skip to content

Releases: OutSystems/cordova-plugin-camera

4.2.0-OS50

15 Nov 16:26
4.2.0-OS50
a7860ce

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

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

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

Choose a tag to compare

  • Update the iOS framework. This adds the Privacy Manifest file.

4.2.0-OS46

23 Jan 15:51
c9cb9da

Choose a tag to compare

  • iOS: Fixed issue in mirroring picture while editing

4.2.0-OS45

27 Oct 14:19

Choose a tag to compare

  • Improve image edit experience on Android.

4.2.0-OS44

27 Sep 14:36

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.

4.2.0-OS43

28 Aug 15:20

Choose a tag to compare

  • Avoid asking for unnecessary gallery permission for Android >= 13.
  • Fix minor issues with the crop & rotate feature for iOS.

4.2.0-OS42

14 Jun 10:26
3778889

Choose a tag to compare

  • Revamps TakePicture feature to return a MediaResult object when taking a picture.
  • Revamps ChooseFromGallery feature to allow editing a picture after it has been selected.
  • Adds EditURIPicture feature, allowing to edit a picture given its URI.
  • Includes bug fix for when selecting a picture from the cloud (e.g. iCloud or Google Photos).

4.2.0-OS41

21 Apr 08:43
d5aa2ba

Choose a tag to compare

  • 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