slapperwan / gh4a

Github client for Android
Apache License 2.0
1.73k stars 221 forks source link

New Feature Request: Allow attaching images for comments on git Issues. #297

Open shobhit-agarwal opened 8 years ago

shobhit-agarwal commented 8 years ago

For mobile app repos, it will be a great idea to allow to include image attachments (as provided by github.com). Esp. for comments is issues.

maniac103 commented 8 years ago

This doesn't seem to be supported by the Github API. The upload to Github's servers doesn't appear anywhere in the API docs, and other people came to the conclusion it's not supported as well: http://stackoverflow.com/questions/28703544/create-an-issue-with-image-via-github-api

So not sure what to do there; we certainly don't want to do an own image hosting service.

alorma commented 8 years ago

You can use imgur api :P

Bluscream commented 7 years ago

Yeah use imgur, its also used by stackexchange ^^

jancborchardt commented 7 years ago

Yep, same for creating new issues. If Stackoverflow uses imgur, it should be proper for Octodroid too. ;)

Progi1984 commented 5 years ago

It seems that this gist has found the API https://gist.github.com/15c3fd136c0e8fd547db32ad72ab045a

maniac103 commented 5 years ago

Nah, this gist stores all uploaded files into a certain repo. This is certainly not what we want: we want a storage alongside issues, not within the repo content.

Progi1984 commented 5 years ago

May be a solution here :+1:

3xploiton3 commented 5 years ago

Still waiting, this feature very important

Example: fasthub can handle this issue

3xploiton3 commented 4 years ago

@maniac103 pls take a look again

KaKi87 commented 4 years ago

Hello, any news on this ? Thanks

Bluscream commented 4 years ago

Its dead. If you need to look at code, use OctoDroid, for anything markdown related, use Fasthub

maniac103 commented 4 years ago

It's not dead, it's just in 'maintenance onlyc mode for the foreseeable future. But wasn't development on FastHub stopped some time ago? Edit: found the reference, see comments here

KaKi87 commented 4 years ago

Its dead.

I don't feel that the OctoDroid project is dead, I mean the proportion of my issues that have been resolved here is quite high compared to other projects.

it's just in 'maintenance onlyc mode for the foreseeable future.

I didn't of heard that, where's the reference to this ?

Thanks

maniac103 commented 4 years ago

I didn't of heard that, where's the reference to this ?

The reference is a statement made by the (only) maintainer ... which is me ;-)

KaKi87 commented 4 years ago

I know, I mean : is there a dedicated statement regarding this matter that I didn't heard of, or did you just decided it while reading and answering to this issue ?

maniac103 commented 4 years ago

I didn't make an 'official' statement thus far, but it's not something that I decided today. It's just a description of the amount of work I'm able to put into this project for some time now. Between day job, family and other side projects I'm simply severely lacking time for anything besides maintenance :-/ I fully intend to keep doing bugfixes though, since OctoDroid is my own GH client of choice (who would have guessed) and thus I have an own interest in keeping it working.

KaKi87 commented 4 years ago

Understood. And of course I believe you when you say your're using your own software. I mean, who, as an open source developer, would build something he wouldn't use himself ? Personally I wouldn't.