-
Notifications
You must be signed in to change notification settings - Fork 402
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
Multiple data type #84
base: master
Are you sure you want to change the base?
Conversation
…tension into multipleDataType
@alinz Do you have some time to take a look at this PR, please ? :) |
Works perfectly for me. Tried it in a live project. |
How can one extend this to accept application/octet? That should be similar to audio/video? @arribbar |
@pierretanguay export chats from Whatsapp also works for you ? |
Oh, sorry @abarisic86, I haven't seen your message before. I'll try to take a look soon and make some corrections if needed |
# |-------- 50 characters for the title --------| # If applied, this commit will... # |----------------- 72 characters for the body ----------------------| # Why is this change needed? How do you solve it ?
# |-------- 50 characters for the title --------| # If applied, this commit will... # |----------------- 72 characters for the body ----------------------| # Why is this change needed? How do you solve it ?
@abarisic86 Do you still need help on this or not? I might have some time this weekend. |
hey, I couldn't set it up so I just discarded it, but thanks
…On Thu, Sep 20, 2018 at 6:26 PM Bart Arribe ***@***.***> wrote:
@abarisic86 <https://github.com/abarisic86> Do you still need help on
this or not? I might have some time this weekend.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#84 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEuGE2_JpQlSqypm-CKPnL_-z6exa9LIks5uc8HPgaJpZM4SaIOm>
.
|
Ok, sorry for my late response |
@arribbar If you want this merged, please resolve conflicts. Thanks! |
…sion into multipleDataType
…extension into multipleDataType
@AndrewHenderson done. Thank you :) |
@AndrewHenderson I've been using this in a live project for several months now, but I suppose it still needs to get reviewed and put on the roadmap. |
@@ -9,6 +9,171 @@ | |||
import android.content.ContentUris; | |||
import android.os.Environment; | |||
|
|||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@arribbar Still seeing Git conflict commenting in this file. Please remove. Also, please check other files.
It's been awhile since you first submitted this, so please give review it from top to bottom. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oooh ****, I'll take a look at it this week and get back to you asap. Thank you and sorry for this error
Ok, I tested it a bit on Android. I made a fix to get images from whatsapp but I wonder if we shouldn't change Link to What do you think @AndrewHenderson ? |
@arribbar I'm testing this on a Samsung Galaxy S8 running Android v8.0. I'm finding that the sharing of images from Photos results in a value of |
Hmm, that's super strange. |
@AndrewHenderson Can you provide me an example to test it ? I could not run the provided example by this project on Android :( |
@arribbar Thanks for providing device info. I don't have a reduced test case I can send you. I'll work on getting the current example working or write a new one. @isaachinman and I recently began assisting with the maintenance of this repo. Please bear with us as we get things moving smoothly again. |
@AndrewHenderson Looks like the example hasn't been updated in a year. Any idea what it'll take to get that back up and running? |
@AndrewHenderson Can you provide me your running example ? I'll check the changes then that we need to do in order to make it work. |
Ok, @AndrewHenderson. Can you try again now ? It should work better now I think |
@arribbar I restored the working example on the following branch: https://github.com/alinz/react-native-share-extension/tree/example/examples/simple. It is boilerplate and runs on Android. In order to run on iOS one needs to follow the iOS Setup in order to manage code signing, etc. If you still need the lightweight sample can use to validate the issue I mentioned, you can use that. @isaachinman I wonder if there is a way we can have the iOS example run without all the added setup? |
As far as I know, each of the steps are absolutely required. For iOS we are basically creating a "second" app entirely, so it's never going to be a quick process. I am not an iOS dev by trade though - perhaps someone knows better than I. |
I'll take a look at this soon |
Is this PR still active? How can I help to get this merged? |
@arribbar Do you plan fix that to merge? I want to use this library in my project on Google Summer of Code but I need support to multiple data. |
iOS and Android
[{ type, value }, { type, value }]
Android