mirror of https://github.com/LeOS-GSI/LeOS-Genesis
parent
c3e5ddf540
commit
7ba7fe34ef
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="deploymentTargetDropDown">
|
||||
<targetSelectedWithDropDown>
|
||||
<Target>
|
||||
<type value="QUICK_BOOT_TARGET" />
|
||||
<deviceKey>
|
||||
<Key>
|
||||
<type value="VIRTUAL_DEVICE_PATH" />
|
||||
<value value="C:\Users\msman\.android\avd\Pixel_2_API_Tiramisu_2.avd" />
|
||||
</Key>
|
||||
</deviceKey>
|
||||
</Target>
|
||||
</targetSelectedWithDropDown>
|
||||
<timeTargetWasSelectedWithDropDown value="2022-05-05T18:53:01.772847Z" />
|
||||
</component>
|
||||
</project>
|
|
@ -0,0 +1,64 @@
|
|||
{
|
||||
"version": 3,
|
||||
"artifactType": {
|
||||
"type": "APK",
|
||||
"kind": "Directory"
|
||||
},
|
||||
"applicationId": "com.darkweb.genesissearchengine.production",
|
||||
"variantName": "orionRelease",
|
||||
"elements": [
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "x86_64"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 383,
|
||||
"versionName": "Build | Dark-Origin 1.0.5.0",
|
||||
"outputFile": "app-orion-x86_64-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "armeabi-v7a"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 380,
|
||||
"versionName": "Build | Dark-Origin 1.0.5.0",
|
||||
"outputFile": "app-orion-armeabi-v7a-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "x86"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 382,
|
||||
"versionName": "Build | Dark-Origin 1.0.5.0",
|
||||
"outputFile": "app-orion-x86-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "arm64-v8a"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 381,
|
||||
"versionName": "Build | Dark-Origin 1.0.5.0",
|
||||
"outputFile": "app-orion-arm64-v8a-release.apk"
|
||||
}
|
||||
],
|
||||
"elementType": "File"
|
||||
}
|
|
@ -6,7 +6,7 @@ public class constants {
|
|||
public static final String CONST_PLAYSTORE_URL = "http://play.google.com/store/apps/details?id=com.hiddenservices.onionservices";
|
||||
public static final String CONST_AMAZON_URL = "http://www.amazon.com/gp/mas/dl/android?p=com.darkweb.genesissearchengine.production";
|
||||
public static final String CONST_SAMSUNG_URL = "http://www.samsungapps.com/appquery/appDetail.as?appId=com.darkweb.genesissearchengine.production";
|
||||
public static final String CONST_HUAWEI_URL = "https://appgallery.cloud.huawei.com/uowap/index.html#/detailApp/C105664271?appId=C105664271";
|
||||
public static final String CONST_HUAWEI_URL = "https://appgallery.cloud.huawei.com/uowap/index.html#/detailApp/C106142211?appId=C106142211";
|
||||
|
||||
public static final String CONST_PRIVACY_POLICY_URL_NON_TOR = "resource://android/assets/policy/policy.html";
|
||||
public static final String CONST_REPORT_URL_NON_TOR = "http://http://167.86.99.31/report?url=";
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
package com.hiddenservices.onionservices.constants;
|
||||
|
||||
import static org.mozilla.geckoview.ContentBlocking.CookieBehavior.ACCEPT_FIRST_PARTY;
|
||||
|
||||
import android.content.Context;
|
||||
|
||||
import com.hiddenservices.onionservices.dataManager.dataController;
|
||||
|
@ -10,14 +12,13 @@ import org.mozilla.geckoview.ContentBlocking;
|
|||
import java.util.Arrays;
|
||||
import java.util.Locale;
|
||||
|
||||
import static org.mozilla.geckoview.ContentBlocking.CookieBehavior.ACCEPT_FIRST_PARTY;
|
||||
|
||||
public class status {
|
||||
/*App Status*/
|
||||
|
||||
public static boolean sPaidStatus = false;
|
||||
public static boolean sDeveloperBuild = false;
|
||||
public static int sStoreType = enums.StoreType.GOOGLE_PLAY;
|
||||
public static int sStoreType = enums.StoreType.AMAZON;
|
||||
|
||||
/*Settings Status*/
|
||||
public static Locale mSystemLocale = null;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 32 KiB |
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
|
@ -1,5 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="636dp"
|
||||
android:height="623dp"
|
||||
android:viewportWidth="636"
|
||||
android:viewportHeight="623" />
|
|
@ -1,5 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="637dp"
|
||||
android:height="625dp"
|
||||
android:viewportWidth="637"
|
||||
android:viewportHeight="625" />
|
|
@ -1,5 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="636dp"
|
||||
android:height="623dp"
|
||||
android:viewportWidth="636"
|
||||
android:viewportHeight="623" />
|
File diff suppressed because one or more lines are too long
|
@ -1,5 +0,0 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="500dp"
|
||||
android:height="500dp"
|
||||
android:viewportWidth="500"
|
||||
android:viewportHeight="500" />
|
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 27 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.4 KiB |
|
@ -1,6 +1,6 @@
|
|||
/* Version */
|
||||
project.ext.vname = 'Build | Dark-Origin 1.0.4.8'
|
||||
project.ext.vcode = 370
|
||||
project.ext.vname = 'Build | Dark-Origin 1.0.5.0'
|
||||
project.ext.vcode = 380
|
||||
project.ext.buildType = 'release'
|
||||
|
||||
/* dimension */
|
||||
|
@ -33,8 +33,8 @@ project.ext.min_sdk_version = 21
|
|||
project.ext.target_sdk_version = 31
|
||||
project.ext.build_tool_version = '31'
|
||||
project.ext.ndk_version = '21.4.7075529'
|
||||
// project.ext.application_id = "com.hiddenservices.genesissearchengine.production"
|
||||
project.ext.application_id = "com.hiddenservices.onionservices"
|
||||
project.ext.application_id = "com.darkweb.genesissearchengine.production"
|
||||
//project.ext.application_id = "com.hiddenservices.onionservices"
|
||||
|
||||
project.ext.debugSymbolLevel = 'FULL'
|
||||
|
||||
|
|
Loading…
Reference in New Issue