Nathan Freitas
2c278f3d52
fix for notifications and debug option for "airplane mode"
2013-08-19 09:34:03 -04:00
Nathan Freitas
adc57ae291
removed android Debug code
2013-07-22 15:39:16 -04:00
Nathan Freitas
d407f32166
update Tor binary version number to ensure upgrade
2013-07-22 15:20:47 -04:00
Nathan Freitas
21d1023ada
fixes for prefs/settings management
2013-07-22 15:18:02 -04:00
n8fr8
3ea016ba20
updates for reading preference settings
2013-04-03 15:46:03 -04:00
n8fr8
c5627f4f9a
cleaned up notification support and added Share service
2013-02-12 14:29:41 +07:00
n8fr8
25a895a608
updated tor binary version number
2013-02-12 14:29:30 +07:00
n8fr8
c4810d485d
added new method for remote server interface for Share service
2013-02-12 14:29:02 +07:00
n8fr8
7df2acd59c
cleanup of imports and unclosed streams
2013-02-12 14:26:12 +07:00
n8fr8
db49a5996d
updating tor binary version in constants to force upgrade
2012-10-26 09:49:19 +05:30
n8fr8
b4d815f2cb
rewrote transproxy rules to use user-defined Orbot chain
2012-10-25 15:29:55 +05:30
n8fr8
0e5b24e6d9
removed static call to TorService logging
2012-10-25 15:29:47 +05:30
n8fr8
4edb1cc992
updated notification icon to new onion
2012-10-25 15:28:45 +05:30
n8fr8
0af2b712ce
removed getInfo for traffic totals; moved to callback
2012-10-25 15:27:59 +05:30
n8fr8
2b3164ef6c
fixed double adding of iptables rules, and proper clearing
2012-10-22 13:43:13 +05:30
n8fr8
50de0bb788
removed unused method from binary installer
2012-10-21 15:32:40 +05:30
n8fr8
6e45cab8ee
allows UDP packets to localhost for DNS
2012-10-04 11:27:17 +05:30
n8fr8
9de420e124
fixes for transproxy rule adding/deleting
2012-10-01 13:46:08 +05:30
n8fr8
331daa07b4
updates for transproxy iptables detection on JB
2012-10-01 12:35:31 +05:30
n8fr8
d1e299250a
adds UDP reject for transproxy; thx to patrickbx
...
From a81741afe06ac2309b4306dedbd5a0ebf755b7e1 Mon Sep 17 00:00:00 2001
From: patch <patrickbx@gmail.com>
2012-10-01 00:18:22 +05:30
n8fr8
971c04e9f2
removing unintended debugger statement :(
2012-10-01 00:08:47 +05:30
Sathyanarayanan Gunasekaran
dbdadf2115
Add DisableNetwork support
...
DisableNetwork tells tor to drop the current circuits and stop
building new ones. A BroadcastReciever is triggered when there
are changes in the network connection which toggles DisableNetwork.
2012-09-30 23:58:22 +05:30
n8fr8
efc6d95314
fixing transproxy to set/clear on rule by rule basis
2012-09-30 23:57:59 +05:30
n8fr8
9ccedc2e63
reverting to earlier version
2012-09-30 22:02:41 +05:30
n8fr8
7e91c8eecb
reverting to last known working version
2012-09-30 21:59:29 +05:30
n8fr8
eceede30f9
Merge branch 'datastats'
2012-09-30 18:14:54 +05:30
n8fr8
bcb162b154
typo update for iptables
2012-09-30 18:14:44 +05:30
Sathyanarayanan Gunasekaran
5b6e83c6f6
Total Bandwidth prep code
2012-09-30 18:03:01 +05:30
Sathyanarayanan Gunasekaran
92fbd45f4e
Adding neccessary prep code for Total BW
2012-09-30 18:01:56 +05:30
Sathyanarayanan Gunasekaran
d54e72e094
ENABLE_DEBUG_TOGGLE update, proper AIDL implementation
...
Data stats are now shown irrespective of
whether ENABLE_DEBUG_TOGGLE is toggled or not.
ITorServiceCallback.aidl has been updated to
include a new method updateBandwidth(long ,long)
to hook the data passed from the service into
the GUI.
2012-09-30 18:01:56 +05:30
Sathyanarayanan Gunasekaran
e114be51d0
Improved Formatting
...
Now shows the data with upto 2 decimal places.
If under 2Mb, shows "xxx.xKb", else shows "xxx.xxMb"
2012-09-30 18:00:06 +05:30
Sathyanarayanan Gunasekaran
a2981152a7
Traffic is shown in the main UI
2012-09-30 18:00:06 +05:30
Sathyanarayanan Gunasekaran
f181f26d4e
Data stats - ARRRRRRRR not working
2012-09-30 17:58:10 +05:30
patch
26464765a9
Modified iptables rules for transproxying. UDP is now blocked. Also removed some redundant rules and reordered others. I reordered by the idea that its generally easier to specifically allow traffic before your reject it.
...
Signed-off-by: n8fr8 <nathan@freitas.net>
2012-07-24 13:17:40 -04:00
patch
c2f3f77053
Modified iptables rules for transproxying. UDP is now blocked. Also removed some redundant rules and reordered others. I reordered by the idea that its generally easier to specifically allow traffic before your reject it.
...
Signed-off-by: n8fr8 <nathan@freitas.net>
2012-07-24 13:16:43 -04:00
n8fr8
747fd8c46a
updated notification resources
2012-07-24 13:08:18 -04:00
n8fr8
c6b6cd3d66
fixed relay resolv.conf DNS error #2069 in tor trac
2012-06-28 22:50:18 -04:00
n8fr8
2d4ebe27ee
fixed check for tor binary and install process
2012-06-28 22:02:09 -04:00
n8fr8
3de5d66440
attempted to address leaking bound service
2012-06-28 17:01:35 -04:00
n8fr8
2f4bef1c53
updated binary versions for auto-upgrade
2012-06-28 00:46:44 -04:00
n8fr8
6620e144a1
updated strings; made notify on/off option work again
2012-06-27 22:44:33 -04:00
n8fr8
4ae52261cf
updated impl of torified apps logic
2012-06-19 20:45:25 -04:00
n8fr8
bf044b9390
moved Tor data directory to app_data from cache
2012-05-09 23:06:46 -04:00
Nathan Freitas
d11a6c6f75
cleaned up tor control cookie file code for #5305
2012-04-08 23:22:54 -04:00
Nathan Freitas
82deb40dae
fixed issue with network conn on main thread
2012-02-26 23:38:34 -05:00
Nathan Freitas
332bf93ffd
added locale selection pref capability
2012-02-26 22:48:30 -05:00
Nathan Freitas
f255420782
Merge branch 'kensan/obfsbridge-prefs' into obfs
...
Conflicts:
src/org/torproject/android/service/TorService.java
2012-02-12 13:05:19 -05:00
Nathan Freitas
3f3e091a54
moved bridge config out of torrc into applyPrefs()
2012-02-12 12:29:11 -05:00
Adrian-Ken Rueegsegger
ab4f789eff
Add correct torrc entries for obfuscated bridges
...
The lines have the following form:
Bridge obfs2 ${IP address of bridge}
...
ClientTransportPlugin obfs2 exec ${/path/to/obfsproxy} --managed
2012-02-12 13:28:56 +01:00
Nathan Freitas
ebb7535b0f
improved logging of cmd exec
2012-02-12 01:25:02 -05:00