Skip to content

Tags: yasirkula/UnityNativeGallery

Tags

v1.8.1

Toggle v1.8.1's commit message
Added missing markdown for a code snippet

v1.8.0

Toggle v1.8.0's commit message
Potential fix for #313 ("No such proxy method" error)

v1.7.9

Toggle v1.7.9's commit message
Fixed RequestPermissionAsync not working on iOS

v1.7.8

Toggle v1.7.8's commit message
Fixed permission not being asked in an edge case on Android (it's str…

…ongly recommended to use RequestPermissionAsync)

v1.7.7

Toggle v1.7.7's commit message
Potential fix for IllegalStateException on Android

v1.7.6

Toggle v1.7.6's commit message

v1.7.5

Toggle v1.7.5's commit message
Fixed #288

v1.7.4

Toggle v1.7.4's commit message
Added async variants of RequestPermission function that don't freeze …

…the app unnecessarily

v1.7.3

Toggle v1.7.3's commit message
No permission will be asked in Android 14+ devices because partial me…

…dia access permissions are confusing for the end-user

v1.7.2

Toggle v1.7.2's commit message
- Bugfix for LoadImageAtPathAsync and GetVideoThumbnailAsync

- Closed #274