Skip to content

4.2.0-OS52

Compare
Choose a tag to compare
@alexgerardojacinto alexgerardojacinto released this 06 Dec 09:56
· 24 commits to outsystems since this release
c2c8ce0

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.