Patrick Brückner
Patrick Brückner
@csmithmtb your keystore command is missing the `-genkeypair` param (at least for me on Java 8)
It is possible, just set the code to 204 manually and specify an empty byte array as response: `req.response().code(204).body(new byte[] {});`
Probably the easiest way is to just download the file provided at http://build.phonegap.com/api/v1/apps//android. For the time being, I've written a shell script doing the job for us, but I would...
The whole repository contains `\r\n` line endings, which is rather uncommon in the git world (for good reason). A `.gitattributes` file should be installed, similar to this one: `* text=auto`...
See my MR #16 which should triage this
I gave up running the servers myself and am hosting with a managed service. They won't allow any changes to their default configuration, but the spam filtering really sucks. (If...