Skip to content

HTTP Proxy preference for Tor, I2P, etc; add jenkins script

This adds a preference to set the HTTP Proxy so that FDroid can funnel all traffic through Tor, I2P, psiphon, or any other HTTP proxy.

Also, there is a script for jenkins to run before calling ant clean debug for the whole setup process. This script sets the versionCode to the UNIX time in seconds, and adds the date/time to the versionName so that the debug builds are very clearly marked from real builds, and they will automatically update when included in a debug repo: https://dev.guardianproject.info/issues/2601

Merge request reports