maniac103
maniac103
AFAICT there's no support for that in the GitHub API: https://docs.github.com/en/rest/reference/activity#notifications
#661 already **is** fixed, though.
> What I meant is that in one of last discussion I've been told that WebView has been avoided to load the Readme and a custom solution had been prefer...
> Why is that? I obviously considered possibility of adjusting the solution, for the moment it was just trying to check if it was possible. Because having one WebView per...
> Isn't this what the app currently provides in RepositoryFragment? No, RepositoryFragment doesn't scroll horizontally.
Are you referring to [this feature](https://docs.github.com/en/rest/reference/teams#discussions)?
Both seem rather ugly. I do not want to allow multiple instances for the home (launcher) activity, because that way navigation becomes confusing (which instance is opened when opening the...
I'd prefer if the string constants had an `EXTRA_` prefix to make their usage more obvious. Also, the filter and sort strings should be moved to the Github API bindings...
> Not sure if we follow this rule elsewhere but I think it's a good idea to keep static fields above instance fields. :+1: If we don't do it in...
That sounds like a good solution for overview activities/fragments. For lists it's not an option though. When doing that, we should do it for everything: commit messages, issue/PR descriptions (if...