Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit 65b180a

Browse files
authored
Merge pull request #3 from 05nelsonm/mn/refactor/everything
Initial ground up rebuild of the library designed specifically for Android.
2 parents 7440711 + b13efe3 commit 65b180a

File tree

154 files changed

+42160
-64576
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+42160
-64576
lines changed

.gitmodules

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
[submodule "external/pluto"]
2-
path = external/pluto
3-
url = https://github.com/guardianproject/pluto.git
1+
[submodule "external/AndroidPluggableTransports"]
2+
path = external/AndroidPluggableTransports
3+
url = https://github.com/guardianproject/AndroidPluggableTransports.git
4+
branch = master
5+
[submodule "external/tor-android"]
6+
path = external/tor-android
7+
url = https://github.com/guardianproject/tor-android.git
8+
ignore = all

.versions

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
TOR_BINARY_VERSION=0.4.2.7

README.md

+62-215
Large diffs are not rendered by default.

android/build.gradle

-109
This file was deleted.

android/settings.gradle

-1
This file was deleted.

android/src/androidTest/java/com/msopentech/thali/toronionproxy/TestTorInstaller.java

-21
This file was deleted.

0 commit comments

Comments
 (0)