4.2.0-OS52
·
24 commits
to outsystems
since this release
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
andREAD_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.