Skip to content

Releases: BayatGames/android-social-sharing

1.1.0

06 Oct 09:37
34d13bf
Compare
Choose a tag to compare

social-sharing

⬆️ Improved

  • Now uses ShareCompat.IntentBuilder instead of manually creating the intent (Learn more about ShareCompat.IntentBuilder)
  • Added @Keep to the UnityFileProvider class to prevent it from being removed by optimizations

⚠️ Changed

  • Renamed setUri() to setStream()
  • Renamed addUri() to addStream()
  • Renamed setUri() to setStream()
  • Renamed setSharesheetTitle() to setChooserTitle()

❌ Removed

  • Removed useSingle()
  • Removed useMultiple()
  • Removed setThumbnailUri()
  • Removed setThumbnailUriFromString()
  • Removed setUriFromString()
  • Removed addUriFromString()
  • Removed setUseRichPreview()
  • Removed setUseSharesheet()

social-sharing-unity

🐞 Fixed

  • Replaced the call to the FileProvider in the getUriFromPathUnity() method of SocialSharingUnity class with UnityFileProvider

⚠️ Changed

  • Renamed setUnityUri() to setUnityStream()
  • Renamed addUnityUri() to addUnityStream()

❌ Removed

  • Removed setUnityThumbnailUri()

1.0.9

06 Oct 06:35
dce95ee
Compare
Choose a tag to compare

social-sharing-unity

🐞 Fixed

  • Replaced the call to the FileProvider in the getUriFromPathUnity() method of SocialSharingUnity class with UnityFileProvider

1.0.8

05 Oct 13:13
d4c4fcd
Compare
Choose a tag to compare

social-sharing

⬆️ Improved

  • Updated SocialSharing.Builder.setUseSharesheet() to use primitive boolean type instead of the wrapper
  • Updated SocialSharing.Builder.setUseRichPreview() to use primitive boolean type instead of the wrapper

1.0.6

05 Oct 09:53
2777549
Compare
Choose a tag to compare

social-sharing

🐞 Fixed

  • Removed @Nullable from setUseSharesheet() method of SocialSharing.Builder class for compliance with Unity

1.0.5

05 Oct 09:18
8055ae2
Compare
Choose a tag to compare

social-sharing

🐞 Fixed

  • Fixed SocialSharingUnity.Builder's build() method to return an instance of SocialSharingUnity instead of SocialSharing

✅ Added

  • Added an internal method for SocialSharing.Builder called buildIntent() to be used by implementors

1.0.4

05 Oct 06:26
af12d70
Compare
Choose a tag to compare

Common changes for all artifcats

⬆️ Improved

  • Updated minSdk to 22 for compliance with Unity

1.0.3

05 Oct 05:55
7ca58c7
Compare
Choose a tag to compare

social-sharing

🐞 Fixed

  • Fixed Sharesheet title

⬆️ Improved

  • Changed SocialSharing.Builder so that it is no longer necessary to call useSingle() or useMultiple() methods, it uses useSingle() by default and when you need multiple URIs, call useMultiple()

✅ Added

  • Added thumbnail URI support for rich content previews

social-sharing-unity

✅ Added

  • Added setUnityThumbnailUri() method

1.0.2

04 Oct 13:24
19662e5
Compare
Choose a tag to compare

Fix for publish workflows

1.0.1

04 Oct 12:49
f1d14ec
Compare
Choose a tag to compare

Fix social-sharing-unity artifact dependencies.

1.0.0

02 Oct 07:13
c31fd8e
Compare
Choose a tag to compare

Initial release