Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@hasanbayatme hasanbayatme released this 06 Oct 09:37
34d13bf

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()