Skip to content

Tags: PandaArcade/UnityNativeShare

Tags

v1.4.1

Toggle v1.4.1's commit message
- Added <queries> element to AndroidManifest due to new "Package Visi…

…bility change" and added a relevant FAQ entry to README

- Readied the Android native source code for upcoming Android 12 change related to PendingIntents (will recompile the native library once the release comes out of preview)

v1.4.0

Toggle v1.4.0's commit message
Embedded proguard.txt file to AAR library which should get rid of Cla…

…ssNotFoundExceptions automatically

v1.3.10

Toggle v1.3.10's commit message
Fixed a build error related to namespaces

v1.3.9

Toggle v1.3.9's commit message
- Added SetUrl function (closed yasirkula#72)

- Now using proper iOS API to set subject (may fix incorrect subject issue on some problematic email apps but not Gmail, unfortunately)
- Fixed yasirkula#93, hopefully

v1.3.8

Toggle v1.3.8's commit message
Bugfix for AddFile(Texture2D) function when the Texture is not marked…

… as readable

v1.3.7

Toggle v1.3.7's commit message
Bugfix for yasirkula#56 didn't account for non-Xiaomi devices that ha…

…d MIUI installed, fixed (closed yasirkula#86)

v1.3.6

Toggle v1.3.6's commit message
- Fixed a rare issue that would potentially hide some apps from the s…

…hare sheet on Android

v1.3.5

Toggle v1.3.5's commit message
- Created a custom share dialog for Android that is used in certain c…

…ircumstances:

  - When SetCallback is called on old Android devices (API<22)
  - When NativeShare.AddTarget is called 2 or more times (it is now possible to specify more than 1 target apps on Android)
  - On Xiaomi devices in landscape orientation (fixes yasirkula#56)
  - When SetCallback is called on Huawei devices (otherwise, callback isn't invoked on some Huawei devices)

v1.3.0

Toggle v1.3.0's commit message
- Added share callback (I can already hear the celebrations 🎉) yasirk…

…ula#5

- Added AddFile overload that takes a Texture2D parameter

v1.2.0

Toggle v1.2.0's commit message
Added OpenUPM instructions