thaliproject / Tor_Onion_Proxy_Library

Provides a JAR and an AAR for embedding the Tor Onion Proxy into a Java or Android Program
Apache License 2.0
175 stars 98 forks source link

Refactored into three projects #25

Closed yaronyg closed 10 years ago

yaronyg commented 10 years ago

I needed to create a 'universal' project that contains all the code shared between Android and Java so that the other 'universal' projects in Thali could inherit this without having to inherit any 'android' or 'java' specific content.

Note that tests still live in Android and get copied over to Java.