n8fr8
b90483f65b
remove anti-alias call for older devices
2012-10-22 13:43:01 +05:30
n8fr8
4791e4e93f
updates to "tips" wizard page for orbot-enabled apps
2012-10-22 02:03:26 +05:30
n8fr8
993e2a0c18
display % complete status messages on main screen
2012-10-21 23:43:52 +05:30
n8fr8
7617c6bdb4
small updates for new ABS lib
2012-10-21 15:41:28 +05:30
n8fr8
f0d4b8a847
updated version and release code
2012-10-21 15:35:32 +05:30
n8fr8
77ebef409a
removed unneeded versioned menu resources
2012-10-21 15:33:37 +05:30
n8fr8
c47713cfb3
shortened up/down indicator labels
2012-10-21 15:33:22 +05:30
n8fr8
411b56abd1
moved up/down counters back to main screen
2012-10-21 15:32:54 +05:30
n8fr8
50de0bb788
removed unused method from binary installer
2012-10-21 15:32:40 +05:30
n8fr8
46bf5dd6be
minor updates for ActionBarSherlock support
2012-10-21 15:32:04 +05:30
n8fr8
15ce48cf10
1.0.11 RC2 release
2012-10-04 11:47:32 +05:30
n8fr8
7f1ef4eab6
cleaning up git
2012-10-04 11:29:58 +05:30
n8fr8
46bdcf0995
adding obfuscation config
2012-10-04 11:29:42 +05:30
n8fr8
3ff65d2eed
collection of submitted patches
2012-10-04 11:28:47 +05:30
n8fr8
6e45cab8ee
allows UDP packets to localhost for DNS
2012-10-04 11:27:17 +05:30
n8fr8
db128fbc2a
updated display for setting data transfer UI
2012-10-04 11:27:09 +05:30
n8fr8
a593423e3a
fixes log layout for narrow screens
2012-10-04 11:26:12 +05:30
n8fr8
433f1cdeb9
updated change log for v11 RC1
2012-10-01 13:21:57 +05:30
n8fr8
9de420e124
fixes for transproxy rule adding/deleting
2012-10-01 13:46:08 +05:30
n8fr8
5363355d42
updated jar binary for development
2012-10-01 12:36:51 +05:30
n8fr8
153ad598be
updated binaries for development
2012-10-01 12:36:33 +05:30
n8fr8
ebfa7f3e1f
updated layout for new log drawer
2012-10-01 12:36:15 +05:30
n8fr8
abebfd565e
user interface updates - "log" drawer with up/down stats
2012-10-01 12:35:48 +05:30
n8fr8
331daa07b4
updates for transproxy iptables detection on JB
2012-10-01 12:35:31 +05:30
n8fr8
29e2452aea
updated to ndk 8b/gcc 4.6 toolchain
2012-10-01 01:18:06 +05:30
Sathyanarayanan Gunasekaran
855892e136
Centre the text in the wizard
2012-10-01 00:20:45 +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
1d8efbfca4
layout clean-up on datastats display
2012-09-30 23:57:46 +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
7eae8d5ddb
adding raw binaries and updating manifest
2012-09-30 21:17:44 +05:30
n8fr8
e8c3fdc1ed
add total display to data transfer UI
2012-09-30 18:37:37 +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
n8fr8
bfcebdaba2
small updates for datastats merge
2012-09-30 18:14:25 +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
841d83b3b4
Bugfixes + improved formatting
2012-09-30 18:01:20 +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
eb2f1c22df
updated icon and versionin (alpha 1.0.10)
2012-07-24 13:08:58 -04:00
n8fr8
747fd8c46a
updated notification resources
2012-07-24 13:08:18 -04:00
n8fr8
ba972402df
update graphics
2012-07-24 12:58:40 -04:00