Skip to content

Releases: yasirkula/UnityNativeGallery

v1.7.6

28 Oct 10:47
Compare
Choose a tag to compare

v1.7.5

17 Aug 21:05
Compare
Choose a tag to compare

Fixed #288

v1.7.4

13 Jul 16:39
Compare
Choose a tag to compare

Added async variants of RequestPermission function that don't freeze the app unnecessarily

v1.7.3

11 Jul 22:02
Compare
Choose a tag to compare

No permission will be asked on Android 14+ devices because partial media access permissions are confusing for the end-user

v1.7.2

24 Mar 20:32
Compare
Choose a tag to compare
  • Bugfix for LoadImageAtPathAsync and GetVideoThumbnailAsync
  • Closed #274

v1.7.1

10 Dec 17:08
Compare
Choose a tag to compare
  • Fixed Denied permission issue on Android 13 and later
  • Potential fix for saved images not appearing in Gallery immediately on some Android devices

v1.7.0

22 Sep 20:43
Compare
Choose a tag to compare

Added asynchronous LoadImageAtPathAsync and GetVideoThumbnailAsync functions (requires 2018.4 or later)

v1.6.7

15 Jan 07:53
Compare
Choose a tag to compare
Fixed crashes on at least some Android devices while picking files

v1.6.6

29 Oct 11:11
Compare
Choose a tag to compare
- Fixed "null" path issue on Android 11 MIUI devices

- When a large image/video is picked and it needs to be copied to the app's cache directory, a progressbar will be displayed instead of freezing the screen until the copy operation is completed (fixes #226)

v1.6.5

21 Sep 11:22
Compare
Choose a tag to compare

Fixed GetVideoProperties returning wrong 'rotation' in some languages