summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * make-release-build: remove faketime from `ant release`Hans-Christoph Steiner2016-01-22
| | | | | | | | | | It is too problematic and there are other ways to make those final parts of the APK reproducible.
| * make-release-build: freeze time when running ndk-buildHans-Christoph Steiner2016-01-22
| | | | | | | | This aides reproducibility.
| * make-release-build: make sure ndk-build can be foundHans-Christoph Steiner2016-01-22
| |
| * make-release-build: use strip-nondeterminism to get reproducible buildHans-Christoph Steiner2016-01-22
| | | | | | | | | | strip-nondeterminism sets the timestamps in the zip based on the timestamp of the git commit.
| * make-release-build: make sure tag signers exist before verifying tagsHans-Christoph Steiner2016-01-22
| |
| * build jtorctl directly, using a symlink to point to its source codeHans-Christoph Steiner2016-01-22
| | | | | | | | | | | | This builds the jtorctl java with the rest of Orbot's java. The process of making a jar breaks when external/Makefile is run with frozen time using faketime. That is needed to get reproducible native bits.
| * use symlinks to provide alternate folders for Hebrew and IndonesianHans-Christoph Steiner2016-01-22
|/ | | | | | | | | These two languages must be included twice (iw/he and id/in) For a full discussion of why, see: https://gitlab.com/fdroid/fdroidclient/issues/139 https://stackoverflow.com/questions/5074769/cyanogenmod-translate-a-project/8470980#8470980 https://stackoverflow.com/questions/8393771/android-not-using-finding-my-hebrew-localization
* update ndk-builds to NDK 4.8 toolchainNathan Freitas2016-01-21
|
* improvements to Locale changing in appNathan Freitas2016-01-20
|
* change VPN mode DNS to use Google's 8.8.8.8Nathan Freitas2016-01-20
|
* update changelogNathan Freitas2016-01-16
|
* 15.1.0-RC-215.1.0-RC-2Nathan Freitas2016-01-15
|
* add ability to check if configured SOCKS port is availableNathan Freitas2016-01-15
| | | | Samsung devices like to use 9050 (Since their hardware model is i9050!). Tor likes to use port 9050. This new code looks to see if port 9050 is available, and if not, change the setting to 'auto' so Tor can find another port.
* add new feature graphic for google playNathan Freitas2016-01-15
|
* update CHANGELOG for v15.1.0-RC-1Nathan Freitas2016-01-15
|
* 15.1.0-RC-115.1.0-RC-1Nathan Freitas2016-01-15
|
* clean shouldn't clean assets, so we can easily builds for multiple platformsNathan Freitas2016-01-15
|
* update pdnsd and tun2socks to Android-16Nathan Freitas2016-01-15
| | | | add stpcpy function not present before Android-21
* 15.1.0-BETA-215.1.0-BETA-2Nathan Freitas2016-01-13
|
* fixes for settings processing and QRCode scanning of bridgesNathan Freitas2016-01-12
| | | | | - support new JSON array form bridges.torproject.org - only enable TransProxy and DNSPort settings if the user enables transproxy
* 15.1.0-BETA-115.1.0-BETA-1Nathan Freitas2016-01-11
|
* update gitignoreNathan Freitas2016-01-11
|
* fix the ability to select per app VPN routingNathan Freitas2016-01-11
|
* Merge branch 'master' of github.com:n8fr8/orbotNathan Freitas2016-01-07
|\
| * Merge pull request #17 from PanosSakkos/patch-1Nathan Freitas2016-01-07
| |\ | | | | | | [Trivial] Fixed broken reference to Main Activity in WALKTHROUGH
| | * [Trivial] Fixed broken reference to Main Activity in WALKTHROUGHPanos Sakkos2015-10-25
| | |
* | | remove Pluto Go building form this Makefile for nowNathan Freitas2016-01-07
| | |
* | | update to OpenSSL's github mirrorNathan Freitas2016-01-07
|/ /
* | 15.1.0-ALPHA-315.1.0-ALPHA-3Nathan Freitas2016-01-07
| |
* | update tfx configNathan Freitas2016-01-07
| |
* | move "World" string to resourceNathan Freitas2016-01-07
| |
* | update store and app translationsNathan Freitas2016-01-07
| |
* | allow country exit node select to persistNathan Freitas2016-01-07
| |
* | add initial support for easy exit country selectionNathan Freitas2016-01-06
| |
* | 15.1.0-ALPHA-215.1.0-ALPHA-2Nathan Freitas2016-01-06
| |
* | native binary asset building fixesNathan Freitas2016-01-06
| | | | | | | | move pdnsd exec to assets
* | fixes for VPN service UI to work on Android6Nathan Freitas2016-01-06
| |
* | update jenkins-build scriptNathan Freitas2016-01-04
| |
* | add code to kill pdnsd daemon when VPN is stoppedNathan Freitas2016-01-04
| |
* | update OpenSSL string to show 1.0.1qNathan Freitas2016-01-04
| |
* | update to 15.1.0-ALPHA-115.1.0-ALPHA-1Nathan Freitas2016-01-04
| |
* | add support for PDNSD DNS Daemon for VPN DNS resolutionNathan Freitas2016-01-04
| | | | | | | | | | | | Tor's DNS port doesn't work well with the VPN mode, so we will use PDSND to resolve DNS over Tor using OpenDNS. This is a hack/solution that we learned from SocksDroid.
* | updates to improve VPN supportNathan Freitas2015-12-30
| |
* | add linancillary for badvpn tun2socks update for DNSNathan Freitas2015-12-30
| |
* | update badvpn binariesNathan Freitas2015-12-16
| |
* | update makefile for new pluto buildsNathan Freitas2015-12-16
| |
* | change this to "browser button"Nathan Freitas2015-12-16
| |
* | small updates to icon and stringsNathan Freitas2015-12-16
| |
* | update installer to get PLUTO binaries from assetsNathan Freitas2015-12-16
| |
* | delete pluggable transport binaries here; build with MakefileNathan Freitas2015-12-16
| | | | | | | | use the external/pluto project