slapperwan / gh4a

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

No tags shown in releases page #1077

Open mueller-ma opened 3 years ago

mueller-ma commented 3 years ago

On github.com/<orga>/<repo>/releases there are releases and tags without an associated release, but OctoDroid only shows releases there.

Examples:

maniac103 commented 3 years ago

I think the only meaningful way of implementing this is doing the release list in two tabs (releases/tags), where the entries in the latter jump to the code browser with that tag selected. Would you agree?

mueller-ma commented 3 years ago

Agreed. Currently OctoDroid doesn't handle github.com/<orga>/<repo>/tags at all, right?

maniac103 commented 3 years ago

No, it doesn't. I could add that when adding that new tab.