Skip to content

Releases: DigitalStrawberry/ANE-Share

v1.1.0

20 Oct 14:15

Choose a tag to compare

  • Support AndroidX libs
  • Added Android-x64 target

Replace the old Android Support V4 ANE with the AndroidX Core extension from Distriqt:

<extensionID>androidx.core</extensionID>

Update the provider element in the manifestAdditions

<provider
    android:name="androidx.core.content.FileProvider"
    android:authorities="{APP_PACKAGE_NAME}.fileprovider"
    android:grantUriPermissions="true"
    android:exported="false">
    <meta-data
        android:name="android.support.FILE_PROVIDER_PATHS"
        android:resource="@xml/digitalstrawberry_share_paths" />
</provider>

v1.0.8

14 Jan 10:51

Choose a tag to compare

Added support for Android 64bit

v1.0.7

25 Mar 08:47

Choose a tag to compare

  • Added support for custom MIME type (Android only)
var options:ShareOptions = new ShareOptions();
options.mimeType = "text/csv";

v1.0.6

18 Mar 10:40

Choose a tag to compare

Updated file sharing for Android API 24+

v1.0.5

23 Mar 17:58

Choose a tag to compare

Added support for sharing local file URLs

v1.0.4

02 Jan 21:00

Choose a tag to compare

Updated sharing dialog (Android)

v1.0.3

28 Nov 10:44

Choose a tag to compare

Updated error handling

v1.0.2

14 Nov 08:11

Choose a tag to compare

Added support for iOS 7

v1.0.0

09 Aug 10:24

Choose a tag to compare

Public release