index
:
orbot
dev_gradle
master
Orbot: Tor on Android
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
...
|
*
use constants for setting default ports, and variables when running
Hans-Christoph Steiner
2015-06-11
|
*
standardize network port constant variables
Hans-Christoph Steiner
2015-06-11
|
*
let the requesting app know that the user has disabled starting via Intent
Hans-Christoph Steiner
2015-06-10
|
*
create a new pref: "Allow Background Starts"
Hans-Christoph Steiner
2015-06-10
|
*
on receiving ACTION_START, only send status reply if EXTRA_PACKAGE_NAME set
Hans-Christoph Steiner
2015-06-10
|
*
expose start action via a BroadcastReceiver that any app can send to
Hans-Christoph Steiner
2015-06-10
|
*
a couple tweaks to make the long press feel more responsive
Hans-Christoph Steiner
2015-06-10
|
*
force all UI status updates through mStatusUpdateHandler
Hans-Christoph Steiner
2015-06-10
|
*
make updateStatus() more closely match the state given from TorService
Hans-Christoph Steiner
2015-06-09
|
*
purge unused code from OrbotMainActivity
Hans-Christoph Steiner
2015-06-09
|
*
use the same action string for local and broadcast status
Hans-Christoph Steiner
2015-06-09
|
*
purge unused OrbotLogActivity
Hans-Christoph Steiner
2015-06-09
|
*
strictly target local broadcasts
Hans-Christoph Steiner
2015-06-09
|
*
rename mMessageReceiver to mLocalBroadcastReceiver
Hans-Christoph Steiner
2015-06-09
|
*
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
[prev]
[next]