| Commit message (Expand) | Author | Age |
| ... | |
| | * | use "SIGNAL HUP" to request Tor re-read its config | Hans-Christoph Steiner | 2015-06-09 |
| | * | use context.stopService() to shutdown TorService instead of custom message | Hans-Christoph Steiner | 2015-06-09 |
| | * | rename mHandler to mStatusUpdateHandler | Hans-Christoph Steiner | 2015-06-09 |
| | * | broadcast Tor state to any app that might want to know | Hans-Christoph Steiner | 2015-06-09 |
| | * | only set mCurrentStatus in sendCallbackStatus(), the one stop shop | Hans-Christoph Steiner | 2015-06-09 |
| | * | rework start/stop procedure to have clear points for ON, OFF, STARTING, STOPPING | Hans-Christoph Steiner | 2015-06-09 |
| | * | rename startService() to sendIntentToService() to reflect what it does | Hans-Christoph Steiner | 2015-06-09 |
| | * | mark TorService methods from EventHandler as overridden | Hans-Christoph Steiner | 2015-06-09 |
| | * | rename status to STARTING and STOPPING since it also starts/stops daemons | Hans-Christoph Steiner | 2015-06-09 |
| | * | on start and tor daemon not running, kill all daemons before starting again | Hans-Christoph Steiner | 2015-06-09 |
| | * | rework killing all daemons to continue trying after a failure | Hans-Christoph Steiner | 2015-06-09 |
| | * | use Java methods for setting permissions on native executables | Hans-Christoph Steiner | 2015-06-09 |
| | * | make prefs called directly when needed instead of requiring refresh | Hans-Christoph Steiner | 2015-06-09 |
| | * | purge dead and unused code from TorService | Hans-Christoph Steiner | 2015-06-09 |
| | * | handle logging native process Exceptions closer to the source | Hans-Christoph Steiner | 2015-06-09 |
| | * | purge CMD_INIT/initialize() from TorService, an IntentService doesn't need it | Hans-Christoph Steiner | 2015-06-09 |
| | * | create String constants for Intent actions and extras | Hans-Christoph Steiner | 2015-06-09 |
| | * | purge troublesome half-disabled Wizard, rename menu to "Get Apps..." | Hans-Christoph Steiner | 2015-06-09 |
| | * | convert status variable to String for easy sharing in Intents | Hans-Christoph Steiner | 2015-06-09 |
| | * | remove unused IntentFilter from TorService | Hans-Christoph Steiner | 2015-06-09 |
| | * | convert app description to XLIFF to make translation management easier | Hans-Christoph Steiner | 2015-06-09 |
| |/ |
|
| * | Merge pull request #10 from eighthave/fix-translations | n8fr8 | 2015-06-08 |
| |\ |
|
| | * | remove empty translations | Hans-Christoph Steiner | 2015-06-08 |
| | * | fixed directory names for Indonesian and Hebrew | Hans-Christoph Steiner | 2015-06-05 |
| | * | add config for transifex-client aka tx | Hans-Christoph Steiner | 2015-06-05 |
| | * | rename zh to zh_CN following convention | Hans-Christoph Steiner | 2015-06-05 |
| | * | rework setting locale from pref to have a lighter touch and be dynamic | Hans-Christoph Steiner | 2015-06-05 |
| | * | include proxy config info when returning from START_TOR Intent | Hans-Christoph Steiner | 2015-06-05 |
| | * | switch language/locale preference to use Languages utility class | Hans-Christoph Steiner | 2015-06-05 |
| | * | update SettingsActivity to use simpler findPreferences() method | Hans-Christoph Steiner | 2015-06-05 |
| | * | no need to override methods with nothing | Hans-Christoph Steiner | 2015-06-05 |
| | * | remove global NumberFormat for more flexible Locale handling | Hans-Christoph Steiner | 2015-06-05 |
| |/ |
|
| * | Merge pull request #9 from eighthave/reboot-and-reproducible | n8fr8 | 2015-06-05 |
| |\ |
|
| | * | add script to compare APKs for the reproducible process | Hans-Christoph Steiner | 2015-06-04 |
| | * | ignore build products in the submodules (ignore = dirty) | Hans-Christoph Steiner | 2015-06-04 |
| | * | add standard ./make-release-build script | Hans-Christoph Steiner | 2015-06-04 |
| | * | add custom ant rules for automating the release process | Hans-Christoph Steiner | 2015-06-04 |
| | * | ignore all build products from submodules | Hans-Christoph Steiner | 2015-06-04 |
| | * | put up error notification if Orbot cannot kill a process | Hans-Christoph Steiner | 2015-06-04 |
| | * | remove unused icons to save space | Hans-Christoph Steiner | 2015-06-04 |
| | * | run ./fix-translations | Hans-Christoph Steiner | 2015-06-04 |
| | * | ./fix-translations script to fix common problems in the strings.xml | Hans-Christoph Steiner | 2015-06-04 |
| | * | remove Firefox ProxyMob recommendation, ProxyMob is no longer supported | Hans-Christoph Steiner | 2015-06-04 |
| | * | Promo Apps: choose "all apps" URL based on which app store is installed | Hans-Christoph Steiner | 2015-06-04 |
| | * | Promo Apps: use Play or FDroid links, fallback to https://f-droid.org | Hans-Christoph Steiner | 2015-06-04 |
| | * | remove Firefox ProxyMob recommendation, ProxyMob is no longer supported | Hans-Christoph Steiner | 2015-06-04 |
| | * | switch to standard NDK env var: ANDROID_NDK_HOME | Hans-Christoph Steiner | 2015-06-04 |
| | * | ./jenkins-build script for standard Guardian Project Jenkins build | Hans-Christoph Steiner | 2015-06-04 |
| | * | update ant setup script to get all settings from their original sources | Hans-Christoph Steiner | 2015-06-04 |
| |/ |
|
| * | adding patch for iptables building on x86 | Nathan Freitas | 2015-05-13 |