slapperwan / gh4a

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

"No releases were created for this repository yet" - when there are in fact releases! #268

Closed flipsa closed 8 years ago

flipsa commented 9 years ago

Not sure what's going on, but for some repos, octodroid does not show any releases, but instead only gives me a "No releases were created for this repository yet" notification. Those repos have releases, as can be seen in a web browser.

I am using Octodroid 3.8.1 from FDroid.

Example / reproduce:

  1. Open e.g. github.com/baedert/corebird in Octodroid (there are currently 10 releases in that repo)
  2. Scroll to bottom and tap "Releases"
  3. "No releases were created for this repository yet"
maniac103 commented 8 years ago

This seems to be a bug of the Github API.

Running

curl https://api.github.com/repos/baedert/corebird/releases

yields this:

[

]

while it should yield a list of releases, see https://developer.github.com/v3/repos/releases/#list-releases-for-a-repository

I've emailed the Github support about this.

maniac103 commented 8 years ago

Github support answered and said that this repo indeed doesn't have any releases. The Github web page just shows created tags as releases as well.

julkue commented 8 years ago

I'd like to request this as a feature. I'd like to see tags if there aren't any releases, like GitHub does.