Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d17d9ff4 authored by Guillaume Jacquart's avatar Guillaume Jacquart
Browse files

Fork orbotservice module of https://github.com/guardianproject/orbot

tag 16.4.1-RC-2-tor.0.4.4.6
commit 963f2ff3c28a08a4159e3cbd4c0098df30be484e
parents
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+1 −0
Original line number Diff line number Diff line
/build

build.gradle

0 → 100644
+68 −0
Original line number Diff line number Diff line
apply plugin: 'com.android.library'

android {
    compileSdkVersion 30
    buildToolsVersion '30.0.3'
    ndkVersion '21.3.6528147'

    sourceSets {
        main {
            jniLibs.srcDirs = ['./src/main/libs']
        }
    }

    defaultConfig {
        minSdkVersion 16
        targetSdkVersion 29
    }
    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }

    aaptOptions {
        cruncherEnabled = false
    }

    lintOptions {
        checkReleaseBuilds false
        abortOnError true

        htmlReport true
        xmlReport false
        textReport false

        lintConfig file("../lint.xml")
    }

}

dependencies {

    implementation 'org.torproject:tor-android-binary:0.4.4.6'

    /**
    implementation 'info.pluggabletransports.aptds:apt-dispatch-library:1.0.9'
    implementation 'info.pluggabletransports.aptds:apt-meek-obfs4-legacy:1.0.9'
     **/
    implementation 'info.pluggabletransports.aptds:jsocksAndroid:1.0.4'

    implementation 'com.jaredrummler:android-shell:1.0.0'
    //implementation fileTree(dir: 'libs', include: ['.so','.aar'])

    implementation 'androidx.core:core:1.3.2'
    implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
    testImplementation 'junit:junit:4.13.1'

    implementation 'com.offbynull.portmapper:portmapper:2.0.5'

    implementation 'info.guardianproject:jtorctl:0.4'

    implementation 'com.github.tladesignz:IPtProxy:0.5.2'
}

proguard-rules.pro

0 → 100644
+0 −0

Empty file added.

+6 −0
Original line number Diff line number Diff line
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="org.torproject.android.service">
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />


</manifest>

src/main/assets/fronts

0 → 100644
+6 −0
Original line number Diff line number Diff line
snowflake https://d2kt284300pde7.cloudfront.net/
snowflake-stun stun:stun.l.google.com:19302
moat-cdn https://d50gd378qj74g.cloudfront.net/
moat-url https://moat.torproject.org.global.prod.fastly.net/
moat-front cdn.sstatic.net
 No newline at end of file