diff --git a/.classpath b/.classpath index 44abe8e8..1182977f 100644 --- a/.classpath +++ b/.classpath @@ -4,5 +4,6 @@ + diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 781581d0..365d3f9a 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,11 +1,12 @@ + package="org.torproject.android" android:versionName="0.2.3.7-alpha-orbot-1.0.6-RC3" android:versionCode="19"> - + @@ -29,13 +30,13 @@ - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/AndroidManifest.xml.production b/AndroidManifest.xml.production deleted file mode 100644 index 56fc2285..00000000 --- a/AndroidManifest.xml.production +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/BUILD b/BUILD index b22aec4e..c4795ca2 100644 --- a/BUILD +++ b/BUILD @@ -22,13 +22,15 @@ on Debian Lenny: ruby subversion update-java-alternatives -s java-1.5.0-sun - curl http://android.git.kernel.org/repo >~/bin/repo + mkdir ~/bin + PATH=~/bin:$PATH + curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo chmod a+x ~/bin/repo mkdir ~/mydroid cd ~/mydroid - repo init -u git://android.git.kernel.org/platform/manifest.git + repo init -u https://android.googlesource.com/platform/manifest -b android-2.3.7_r1 repo sync # Paste in key from http://source.android.com/download next... @@ -55,7 +57,7 @@ We need to set to environment variables for droid-gcc: export DROID_ROOT=~/mydroid/ export DROID_TARGET=generic -Fetch and build Privoxy: +Fetch and build Privoxy:c cd ~/mydroid/external/privoxy wget http://sourceforge.net/projects/ijbswa/files/Sources/3.0.12%20%28stable%29/privoxy-3.0.12-stable-src.tar.gz/download tar xzvf privoxy-3.0.12-stable-src.tar.gz @@ -64,19 +66,18 @@ Fetch and build Privoxy: autoconf #need to disable setpgrp check in configure export ac_cv_func_setpgrp_void=yes - #replace FOO with your actual username - CC=droid-gcc LD=droid-ld CPPFLAGS="-I/home/FOO/mydroid/external/zlib/" ./configure --host=arm-none-linux-gnueabi + CC=droid-gcc LD=droid-ld CPPFLAGS="-I$DROID_ROOT/external/zlib/" ./configure --host=arm-none-linux-gnueabi #don't mind the "unrecognized option '-pthread'" error message that you'll see when you run make make Fetch and build libevent: cd ~/mydroid/external/libevent - svn co https://levent.svn.sourceforge.net/svnroot/levent/tags/release-1.4.12-stable/libevent/ . + svn co https://levent.svn.sourceforge.net/svnroot/levent/tags/release-1.4.13-stable/libevent/ . export LIBEVENTDIR=`cd $DROID_ROOT/external/libevent && pwd` ./autogen.sh # Put the contents of http://pastebin.ca/1577207 in /tmp/libevent-patch - patch < /tmp/libevent-patch + # path no longer needed: patch < /tmp/libevent-patch CC=droid-gcc LD=droid-ld ./configure --host=arm-none-linux-gnueabi make diff --git a/libs/whispercore.jar b/libs/whispercore.jar new file mode 100644 index 00000000..914e0338 Binary files /dev/null and b/libs/whispercore.jar differ diff --git a/res/drawable/background.jpg b/res/drawable/background.jpg deleted file mode 100644 index 2281f577..00000000 Binary files a/res/drawable/background.jpg and /dev/null differ diff --git a/res/drawable/bgtitanium.jpg b/res/drawable/bgtitanium.jpg index 14556292..1047e4cf 100755 Binary files a/res/drawable/bgtitanium.jpg and b/res/drawable/bgtitanium.jpg differ diff --git a/res/drawable/error.png b/res/drawable/error.png new file mode 100644 index 00000000..42dc6d66 Binary files /dev/null and b/res/drawable/error.png differ diff --git a/res/drawable/ic_launcher_gibberbot.png b/res/drawable/ic_launcher_gibberbot.png index e4099106..24835a26 100644 Binary files a/res/drawable/ic_launcher_gibberbot.png and b/res/drawable/ic_launcher_gibberbot.png differ diff --git a/res/drawable/icon_orweb.png b/res/drawable/icon_orweb.png new file mode 100755 index 00000000..679986f3 Binary files /dev/null and b/res/drawable/icon_orweb.png differ diff --git a/res/drawable/tor.png b/res/drawable/tor.png index ace86314..0d63dd97 100644 Binary files a/res/drawable/tor.png and b/res/drawable/tor.png differ diff --git a/res/drawable/warning.png b/res/drawable/warning.png index 42dc6d66..f5371dce 100644 Binary files a/res/drawable/warning.png and b/res/drawable/warning.png differ diff --git a/res/layout/layout_about.xml b/res/layout/layout_about.xml index f81a940d..0e0be56e 100644 --- a/res/layout/layout_about.xml +++ b/res/layout/layout_about.xml @@ -80,7 +80,7 @@ android:paddingLeft="15px" android:textStyle="bold" android:textColor="#00ff00" /> - - + + + + + - - + + + diff --git a/res/layout/layout_wizard_tips.xml b/res/layout/layout_wizard_tips.xml index 17ddb88d..0a7f07b2 100644 --- a/res/layout/layout_wizard_tips.xml +++ b/res/layout/layout_wizard_tips.xml @@ -5,24 +5,38 @@ android:layout_width="fill_parent" android:layout_height="fill_parent"> + - + + + + android:layout_centerInParent="true" + android:paddingLeft="5sp" + > - + @@ -43,12 +57,15 @@ > +