summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * add custom ant rules for automating the release processHans-Christoph Steiner2015-06-04
| |
| * ignore all build products from submodulesHans-Christoph Steiner2015-06-04
| |
| * put up error notification if Orbot cannot kill a processHans-Christoph Steiner2015-06-04
| | | | | | | | | | | | | | | | There are a couple of different times when Orbot will be unable to kill the running processes. One example is when Orbot is running, then uninstalled, then installed again. closes #5254 https://dev.guardianproject.info/issues/5254
| * remove unused icons to save spaceHans-Christoph Steiner2015-06-04
| | | | | | | | These are all reported by `ant debug lint` as unused.
| * run ./fix-translationsHans-Christoph Steiner2015-06-04
| |
| * ./fix-translations script to fix common problems in the strings.xmlHans-Christoph Steiner2015-06-04
| |
| * remove Firefox ProxyMob recommendation, ProxyMob is no longer supportedHans-Christoph Steiner2015-06-04
| | | | | | | | | | This removes the translations after the originals were removed in 0e6ba61ac0369072b6ff83a5df124b931b7f73f6
| * Promo Apps: choose "all apps" URL based on which app store is installedHans-Christoph Steiner2015-06-04
| | | | | | | | | | | | Since most people using devices without Google Play will be in China, where Google is generally blocked, instead direct people to f-droid.org unless they have Google Play installed.
| * Promo Apps: use Play or FDroid links, fallback to https://f-droid.orgHans-Christoph Steiner2015-06-04
| | | | | | | | | | | | | | This automatically detects whether Google Play or FDroid is installed, if so, clicking the promo app button will take the user straight to the install page. If neither is installed, then the user is taken to the page for that app on https://f-droid.org
| * remove Firefox ProxyMob recommendation, ProxyMob is no longer supportedHans-Christoph Steiner2015-06-04
| |
| * switch to standard NDK env var: ANDROID_NDK_HOMEHans-Christoph Steiner2015-06-04
| | | | | | | | | | ANDROID_NDK_HOME is hardcoded in gradle as the name of the env var: https://android.googlesource.com/platform/tools/build/+/master/gradle/src/main/groovy/com/android/build/gradle/internal/Sdk.groovy
| * ./jenkins-build script for standard Guardian Project Jenkins buildHans-Christoph Steiner2015-06-04
| |
| * update ant setup script to get all settings from their original sourcesHans-Christoph Steiner2015-06-04
|/ | | | | | * target comes from project.properties *
* adding patch for iptables building on x86Nathan Freitas2015-05-13
|
* update MakefileNathan Freitas2015-05-13
|
* update translationsNathan Freitas2015-05-13
|
* 15.0.1-alpha-115.0.1-alpha-1Nathan Freitas2015-05-12
|
* update Makefile with a few tweaksNathan Freitas2015-05-12
|
* update to 15.0.1-beta-1 and update openssl to 1.0.2aNathan Freitas2015-05-12
|
* update for 15.0.1Nathan Freitas2015-05-11
|
* Merge branch 'aelmahmoudy-build_system'Nathan Freitas2015-05-11
|\
| * Merge branch 'build_system' of https://github.com/aelmahmoudy/orbot into ↵Nathan Freitas2015-05-11
| |\ |/ / | | | | aelmahmoudy-build_system
| * Fix build for mips* archs.أحمد المحمودي (Ahmed El-Mahmoudy)2015-04-29
| | | | | | | | OpenSSL's 'make depend' fails if _MIPS_SZLONG is not set
| * Update OpenSSL to 1.0.2aأحمد المحمودي (Ahmed El-Mahmoudy)2015-04-29
| | | | | | | | | | | | Also, disable rc4 cipher for 64-bit archs, to avoid this link error for tor: external/lib/libcrypto.a(e_rc4_hmac_md5.o):e_rc4_hmac_md5.c:function rc4_hmac_md5_cipher: error: undefined reference to 'rc4_md5_enc'
| * Patch libevent to compile for 64-bit archs.أحمد المحمودي (Ahmed El-Mahmoudy)2015-04-29
| |
| * Add iptables-clean prerequisite to clean targetأحمد المحمودي (Ahmed El-Mahmoudy)2015-04-29
| |
| * Add support for variable arch builds to support mips & 64-bit archsأحمد المحمودي (Ahmed El-Mahmoudy)2015-04-29
| |
* | fix handle intent for hidden service API requestNathan Freitas2015-05-11
|/
* fixing flag typoNathan Freitas2015-04-15
|
* fix PIE_FLAGS variable to allow for overrideNathan Freitas2015-04-15
| | | | also, standardize use of STRIP command
* handle NPE on number format instanceNathan Freitas2015-04-13
|
* fix NPE crash if VPN prepare Intent is null on bootNathan Freitas2015-04-13
|
* update changelog for v15 rc 315.0.0-RC-3Nathan Freitas2015-04-13
|
* show warning about bridge limits on Intel x86/ATOM devicesNathan Freitas2015-04-13
|
* only ARM chips can support the new Obfs4, Meek bridgesNathan Freitas2015-04-12
| | | | | so hide the UI options that promote them, and just request standard bridges
* update to v15 RC3Nathan Freitas2015-04-11
|
* make buttons not resize weirdly with long stringsNathan Freitas2015-04-11
|
* make socksbypass local port randomNathan Freitas2015-04-11
|
* update resource installer to handle different architectureNathan Freitas2015-04-11
|
* support variable arch builds to support x86Nathan Freitas2015-04-11
| | | | move asset builds to /assets folder
* support building tun2socks for x86Nathan Freitas2015-04-11
|
* Small VPN and socket monitoring related fixesNathan Freitas2015-04-10
|
* update changelog15.0.0-RC-2Nathan Freitas2015-04-09
|
* 15.0.0-RC-2Nathan Freitas2015-04-09
|
* Fixes for bridge setup, and root/shell interactionNathan Freitas2015-04-09
| | | | | | | | | | - If you paste bridge addresses from Gmail, you get some strange characters that were causing problems. This looks for that, and other formatting related gotchas. - This also moves all configuratino to the torrc.custom file instead of using the control port. These changes require you to restart anyhow, and using the torrc.custom is more reliable as it affects the tor process on launch, and not post control port interaction.
* improve root access check for transproxyNathan Freitas2015-04-09
|
* switch back to DNS on 10.0.0.1, update after VPN refreshNathan Freitas2015-04-09
|
* Improved handling of VPN and Tun2Socks on Network SwitchNathan Freitas2015-04-09
|
* fix for setting root and transproxy preferencesNathan Freitas2015-04-09
|
* update changelog15.0.0-RC-1Nathan Freitas2015-04-08
|