JulienDev / BugDroid

Apache License 2.0
10 stars 2 forks source link

Feature request: Use the share function to attach an image to a bug report #3

Open amire80 opened 12 years ago

amire80 commented 12 years ago

It would be useful to attach an image, e.g. a screenshot from the phone, to a bug report.

JulienDev commented 12 years ago

Coming in v2 if possible :)

justdave commented 11 years ago

I'm thinking the UI for this as a share target would be confusing. You'd get the share menu and see BugDroid in the list. Pick BugDroid and then it would have to prompt you for a bug number to attach it to, or give you some way to search for the bug while it sits there and holds onto the share object waiting for you to pick the bug to attach it to.

Might work better UI-wise to have a button on a bug to add an attachment which would broadcast an intent to OI File Picker or Gallery or somesuch to go hunt down the file on your device (and then it could be used for any type of file, too).

JulienDev commented 11 years ago

Thank you Dave for your suggestion. I didn't think about it but you're right, BugDroid can definitely becomes a ShareProvider. I'll try to do my best to include it in next release. Unfortunatelly since I started v2 I had to work on other projects and I didn't have enought time for BugDroid. I hope to be able to publish it in the next two months.

justdave commented 11 years ago

I was actually explaining why I thought it would be unwieldy to implement it that way, and suggesting another way that might be better. But I guess if you can make it work, go for it. :)