Releases: BayatGames/android-social-sharing
Releases · BayatGames/android-social-sharing
1.1.0
social-sharing
⬆️ Improved
- Now uses
ShareCompat.IntentBuilderinstead of manually creating the intent (Learn more about ShareCompat.IntentBuilder) - Added
@Keepto theUnityFileProviderclass to prevent it from being removed by optimizations
⚠️ Changed
- Renamed
setUri()tosetStream() - Renamed
addUri()toaddStream() - Renamed
setUri()tosetStream() - Renamed
setSharesheetTitle()tosetChooserTitle()
❌ 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
FileProviderin thegetUriFromPathUnity()method ofSocialSharingUnityclass withUnityFileProvider
⚠️ Changed
- Renamed
setUnityUri()tosetUnityStream() - Renamed
addUnityUri()toaddUnityStream()
❌ Removed
- Removed
setUnityThumbnailUri()
1.0.9
social-sharing-unity
🐞 Fixed
- Replaced the call to the
FileProviderin thegetUriFromPathUnity()method ofSocialSharingUnityclass withUnityFileProvider
1.0.8
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
social-sharing
🐞 Fixed
- Removed
@NullablefromsetUseSharesheet()method ofSocialSharing.Builderclass for compliance with Unity
1.0.5
social-sharing
🐞 Fixed
- Fixed
SocialSharingUnity.Builder'sbuild()method to return an instance ofSocialSharingUnityinstead ofSocialSharing
✅ Added
- Added an internal method for
SocialSharing.BuildercalledbuildIntent()to be used by implementors
1.0.4
Common changes for all artifcats
⬆️ Improved
- Updated
minSdkto22for compliance with Unity
1.0.3
social-sharing
🐞 Fixed
- Fixed Sharesheet title
⬆️ Improved
- Changed
SocialSharing.Builderso that it is no longer necessary to calluseSingle()oruseMultiple()methods, it usesuseSingle()by default and when you need multiple URIs, calluseMultiple()
✅ Added
- Added thumbnail URI support for rich content previews
social-sharing-unity
✅ Added
- Added
setUnityThumbnailUri()method
1.0.2
Fix for publish workflows
1.0.1
Fix social-sharing-unity artifact dependencies.
1.0.0
Initial release