Skip to content

Releases: yasirkula/UnityNativeGallery

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

v1.6.4

05 Jul 18:29
Compare
Choose a tag to compare
Moved iOS build post-processor settings to 'Project Settings/yasirkul…

v1.6.3

12 Apr 20:15
Compare
Choose a tag to compare
Embedded proguard.txt file to AAR library which should get rid of Cla…

v1.6.2

12 Feb 13:43
Compare
Choose a tag to compare
  • Added android:requestLegacyExternalStorage="true" to AndroidManifest to fix the mysterious UnauthorizedAccessException on Android 10
  • Bugfix for a very rare crash on iOS (see #159)

v1.6.1

28 Dec 18:40
0bf6224
Compare
Choose a tag to compare
  • Fixed iOS Project Builder build errors
  • Added Editor support for GetImageFromGallery, GetVideoFromGallery, GetAudioFromGallery and GetMixedMediaFromGallery (a file dialog will show up)

v1.6.0

06 Oct 14:57
Compare
Choose a tag to compare
  • Added iOS 14 support. However, due to the new "Selected Photos" permission, saving images/videos to a custom album is no longer supported on iOS 14+. Images/videos will simply be saved to the default Photos album instead
  • Added support for picking multiple images/videos on iOS 14+
  • On iOS 11+, no permission dialog will be shown when picking images/videos from Photos
  • On Android 29+, no permission dialog will be shown when saving images/videos to Gallery
  • Fixed #136
  • Fixed #99

Special thanks to Maryam Saeed for helping me with this update!