diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 4dc05829..8ea9459a 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -11,7 +11,15 @@ + + + + + + + + diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index a850ce8f..e6a117f0 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,8 +1,21 @@ + + + + + + + + + + + + + @@ -13,5 +26,6 @@ + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 44c0c02f..0cb47f43 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,11 +21,12 @@ repositories { android { compileSdkVersion project.ext.compileSdkVersion + ndkVersion "21.3.6528147" defaultConfig { applicationId project.ext.applicationId minSdkVersion project.ext.minSdkVersion - // targetSdkVersion project.ext.targetSdkVersion + targetSdkVersion project.ext.targetSdkVersion versionCode project.ext.versionCode versionName project.ext.versionName } @@ -74,8 +75,10 @@ android { res.srcDirs = [ 'src/main/res/layouts/history', + 'src/main/res/layouts/tab', 'src/main/res/layouts/language', 'src/main/res/layouts/orbot', + 'src/main/res/layouts/orbotLog', 'src/main/res/layouts/setting', 'src/main/res/layouts/bridge', 'src/main/res/layouts/alert', @@ -84,6 +87,7 @@ android { 'src/main/res/layouts/shared/listviews', 'src/main/res/layouts/other', 'src/main/res/custom-xml/alert', + 'src/main/res/custom-xml/tab', 'src/main/res/custom-xml/images', 'src/main/res/custom-xml/bookmark', 'src/main/res/custom-xml/generic', @@ -91,6 +95,7 @@ android { 'src/main/res/custom-xml/home', 'src/main/res/custom-xml/landing', 'src/main/res/custom-xml/orbot', + 'src/main/res/custom-xml/orbot_log', 'src/main/res/custom-xml/setting', 'src/main/res/layouts', 'src/main/res/images', @@ -124,6 +129,7 @@ dependencies { implementation 'androidx.preference:preference:1.1.1' implementation 'androidx.legacy:legacy-preference-v14:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.1.0' + implementation 'androidx.cardview:cardview:1.0.0' // Testing-only dependencies androidTestImplementation('androidx.test.espresso:espresso-core:3.3.0') { @@ -149,7 +155,7 @@ dependencies { implementation 'com.crowdfire.cfalertdialog:cfalertdialog:1.1.0' /*Ads Manager*/ - implementation 'com.google.android.gms:play-services-ads:19.4.0' + implementation 'com.google.android.gms:play-services-ads:19.5.0' /*Crashlytics*/ @@ -163,9 +169,11 @@ dependencies { implementation project(path: ':orbotservice') implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'com.github.apl-devs:appintro:v4.2.2' + implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.6' /*Helper Libraries*/ implementation 'com.chauthai.overscroll:overscroll-bouncy:0.1.1' + androidTestImplementation "junit:junit:4.13.1" } apply plugin: 'com.android.application' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 0261dddd..1696b865 100755 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -28,58 +28,89 @@ + + + + + + + + + + @@ -151,6 +182,15 @@ android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-5074525529134731~2926711128" /> + + + + + + + + +A Simple HTML Document + + + +This is a very simple HTML document +It only has two paragraphs + +
This is a very simple HTML document
It only has two paragraphs