Releases: BayatGames/android-social-sharing
Releases · BayatGames/android-social-sharing
1.1.0
social-sharing
⬆️ Improved
- Now uses
ShareCompat.IntentBuilder
instead of manually creating the intent (Learn more about ShareCompat.IntentBuilder) - Added
@Keep
to theUnityFileProvider
class 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
FileProvider
in thegetUriFromPathUnity()
method ofSocialSharingUnity
class withUnityFileProvider
⚠️ Changed
- Renamed
setUnityUri()
tosetUnityStream()
- Renamed
addUnityUri()
toaddUnityStream()
❌ Removed
- Removed
setUnityThumbnailUri()
1.0.9
social-sharing-unity
🐞 Fixed
- Replaced the call to the
FileProvider
in thegetUriFromPathUnity()
method ofSocialSharingUnity
class 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
@Nullable
fromsetUseSharesheet()
method ofSocialSharing.Builder
class for compliance with Unity
1.0.5
social-sharing
🐞 Fixed
- Fixed
SocialSharingUnity.Builder
'sbuild()
method to return an instance ofSocialSharingUnity
instead ofSocialSharing
✅ Added
- Added an internal method for
SocialSharing.Builder
calledbuildIntent()
to be used by implementors
1.0.4
Common changes for all artifcats
⬆️ Improved
- Updated
minSdk
to22
for compliance with Unity
1.0.3
social-sharing
🐞 Fixed
- Fixed Sharesheet title
⬆️ Improved
- Changed
SocialSharing.Builder
so 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