This repository has been archived by the owner. It is now read-only.
Add multiple attachments with Android #1002
Merged
Conversation
Change the Intent ExtraStream from a single Extra to a ParcelableArrayListExtra, so we can send multiple attachments to the Android mail clients. Otherwise only one attachment will be added. The intent itself has been changed to ActionSendMultiple to achieve the same goal. fixes #1001
rmarinho
added a commit
that referenced
this pull request
Nov 13, 2015
Add multiple attachments with Android
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Change the Intent ExtraStream from a single Extra to a
ParcelableArrayListExtra, so we can send multiple attachments to the
Android mail clients. Otherwise only one attachment will be added.
The intent itself has been changed to ActionSendMultiple to achieve the
same goal.
fixes #1001
PS: the coding style has a lot of mixed usage of tabs and spaces. Contribution guidelines would be nice.