Patrick Connolly
Patrick Connolly
Was thinking about using [argo](https://github.com/argo/argo), a project that apparently drives a decent chunk of the backend at Apigee. It's essentially a extensible reverse proxy for API's that allows plugins to...
Great! I'm "patcon" con Freenode, and you can find me with `/whois patcon` when I'm online, but I should be in #guardianproject or #whispersystems I'm [going to try to meet...
@untitaker See https://github.com/WhisperSystems/Flock/issues/16#issuecomment-49681527 for the rationale :)
Sorry, to summarize, tools like thunderbird know how to talk and sync with webdav servers. They just don't know how to decrypt/encrypt. If you create a cross-platform local proxy app...
In theory, there's no "supporting so many different WebDAV servers", as they're using the standard protocol. All servers should work, if them implement the spec correctly. In practice, that's less...
@jacquesrudolph :/ https://twitter.com/patconnolly/status/559414825298583552
@SudoAccess Ensure this exists at the top of `flock/build.gradle`: ``` apply plugin: 'com.android.application' apply plugin: 'witness' android { variantFilter { variant -> if(variant.getFlavors().get(0).name.equals('nonplay')) { variant.setIgnore(true); } } compileSdkVersion 21 buildToolsVersion...
Thanks @sanemat! You're awesome. Seems we're getting a travis failure as our yeoman-generator version is stuck at 0.13.x with the tilde constraint in `package.json`. Mind loosening that up with a...
Ok, cool, resubmitted in #30. Thanks!