Rick Elrod
Rick Elrod
HRF is being deprecated because datagrepper is better and does pretty much everything we need now (and does it way better than HRF did).
We can nuke our hackish Jenkins auto update code from Mobile if we take advantage of Google Play's API to publish APKs from Jenkins itself, on a successful build. We...
Badges
We know that we want to integrate with Badges, but we need to figure out the extent to which we should do this. We probably at least want these basic...
This would be neat imo.
Now that Fedoauth is a thing, we need to work out how to tie into it.
Copr has a [pretty simple API](https://github.com/CodeBlock/fedora-api-docs/blob/master/copr.md). We should be able to implement it pretty easily in Scala and store the user's API key as a preference in the app. Then...
f71aebe fixes a crash that occurred when HRF or Datagrepper were offline or threw an error. But it creates a new issue in that it is possible to enter a...
and does stuff like [this](https://twitter.com/relrod6/status/443342846943559680). Time to start using [WartRemover](https://github.com/typelevel/wartremover/).
In MainActivity.
Our AndroidManifest.xml has almost no comments in it and has no rhyme or reason to how it is laid out. We should at least comment the permissions and put what...