gitskarios / Gitskarios

GitHub Android application
MIT License
526 stars 73 forks source link

Repository 'releases' tab missing some releases #576

Closed farbodsz closed 8 years ago

farbodsz commented 8 years ago

A separate issue created from one mentioned in #566 by @DJCrapsody.



Compared to the actual (from the webpage):

LetItRock commented 8 years ago

From API reference which application use: "This returns a list of releases, which does not include regular Git tags that have not been associated with a release. To get a list of Git tags, use the Repository Tags API." Do we want to display also tags here @alorma ?

alorma commented 8 years ago

Yes, i think we should merge tags and releases into a single list

LetItRock commented 8 years ago

Ok, but we want to highlight releases on this list?

alorma commented 8 years ago

Somehow, yes :)

Any doubt contact me on slack

LetItRock commented 8 years ago

Ok :)

LetItRock commented 8 years ago

Will be fixed with PR: https://github.com/gitskarios/Gitskarios/pull/583