Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JOY-12447] Android 12&13: User cannot share quotes/posts #3

Merged
merged 12 commits into from
Feb 8, 2023

Conversation

VioletaKirova-MentorMate

Updates the fork to tag 6.0.4 which adds support for Android 12. The crash occurred due to a missing mutability flag on PendingIntent: https://developer.android.com/reference/android/app/PendingIntent#FLAG_MUTABLE

EddyVerbruggen#1158

bennimmo and others added 12 commits January 18, 2021 11:36
This stops the direct activity sharing been selected on the android platform where instagram registers multiple activities as shown below:

- com.instagram.direct.share.handler.DirectExternalPhotoShareActivity
- com.instagram.share.handleractivity.ShareHandlerActivity
- com.instagram.share.handleractivity.StoryShareHandlerActivity

The story share handler is implied by passing multiple images through to the plugin.
This stops the direct activity sharing been selected on the android platform where instagram registers multiple activities as shown below:

- com.instagram.direct.share.handler.DirectExternalPhotoShareActivity
- com.instagram.share.handleractivity.ShareHandlerActivity
- com.instagram.share.handleractivity.StoryShareHandlerActivity
- com.instagram.share.handleractivity.MultiStoryShareHandlerActivity
The story share handler is implied by passing multiple images through to the plugin.
Fixes for EddyVerbruggen#1033 where instagram always goes to direct messages
Co-authored-by: Jerome Vouillon <jerome.vouillon@gmail.com>
@VioletaKirova-MentorMate VioletaKirova-MentorMate merged commit 042ba81 into main Feb 8, 2023
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants