mirror of https://github.com/LeOS-GSI/LeOS-Genesis
113 lines
6.3 KiB
Java
113 lines
6.3 KiB
Java
package com.hiddenservices.onionservices.constants;
|
|
|
|
public class constants {
|
|
/*LOCAL URL CONSTANTS*/
|
|
|
|
public static final String CONST_PLAYSTORE_URL = "http://play.g**gle.comcom/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/C106142211?appId=C106142211";
|
|
|
|
public static final String CONST_BRIDGES = "https://bridges.torproject.org/bridges/?transport=obfs4";
|
|
|
|
public static final String CONST_PRIVACY_POLICY_URL_NON_TOR = "resource://android/assets/policy/policy.html";
|
|
|
|
public static final String CONST_PRIVACY_POLICY_URL = "http://167.86.99.31/privacy";
|
|
public static final String CONST_REPORT_URL = "http://167.86.99.31/report?url=";
|
|
public static final String CONST_SITEMAP = "http://167.86.99.31/sitemap";
|
|
public static final String CONST_PACKAGE_NAME = "com.hiddenservices.onionservices";
|
|
public static final String CONST_GENESIS_ONION = "orion.onion";
|
|
public static final String CONST_GENESIS_ONION_V2 = "167.86.99.31";
|
|
|
|
/*DRIVE URL DEV*/
|
|
|
|
public static final String CONST_SERVER_DEV = "https://drive.g**gle.comcom/uc?export=download&id=1uuLYjij9z149V1nXwteXsMsxi6BnnYWO";
|
|
public static final String CONST_GENESIS_REFERENCE_WEBSITES_DEV = "https://drive.g**gle.comcom/uc?export=download&id=1NnlsAcIojS0KiM5rHznAxu61Jdhlsai-";
|
|
public static final String CONST_GENESIS_BRIDGE_WEBSITES_DEV = "https://drive.g**gle.comcom/uc?export=download&id=1qMnhJPQkQEzHMUcDmKO0wdCrqB63CDOj";
|
|
|
|
/*DRIVE URL PRODUCTION*/
|
|
|
|
public static final String CONST_SERVER = "https://drive.g**gle.comcom/uc?export=download&id=1ALCooJQEtPYgyTm9XfYmkzSl_WuiBzeX";
|
|
public static final String CONST_GENESIS_REFERENCE_WEBSITES = "https://drive.g**gle.comcom/uc?export=download&id=1meNaswi7kmITqLLTb0fIXY2wgw_cG290";
|
|
public static final String CONST_GENESIS_BRIDGE_WEBSITES = "http://167.86.99.31/.well-known/bridges.txt";
|
|
|
|
/*URL CONSTANTS*/
|
|
|
|
public static final String CONST_GENESIS_URL_CACHED = "resource://android/assets/homepage/homepage.html";
|
|
public static final String CONST_GENESIS_URL_CACHED_DARK = "resource://android/assets/homepage/homepage-dark.html";
|
|
public static final String CONST_GENESIS_ERROR_CACHED = "error/error.html";
|
|
public static final String CONST_GENESIS_ERROR_CACHED_DARK = "error/error-dark.html";
|
|
public static final String CONST_GENESIS_BADCERT_CACHED = "error/badcert.html";
|
|
public static final String CONST_GENESIS_BADCERT_CACHED_DARK = "error/badcert-dark.html";
|
|
public static final String CONST_GENESIS_DOMAIN_URL_SLASHED = "http://167.86.99.31/";
|
|
public static final String CONST_GENESIS_DOMAIN_URL = "http://167.86.99.31";
|
|
public static final String CONST_GENESIS_LOCAL_TIME_GET_KEY = "pLocalTimeVerificationToken";
|
|
public static final String CONST_GENESIS_GMT_TIME_GET_KEY = "pSecretToken";
|
|
public static final String CONST_GENESIS_HELP_URL_CACHE = "resource://android/assets/help/help.html";
|
|
public static final String CONST_GENESIS_HELP_URL_CACHE_DARK = "resource://android/assets/help/help-dark.html";
|
|
public static final String CONST_GENESIS_HELP_URL = "https://orion.onion/help";
|
|
public static final String CONST_GENESIS_HELP_URL_SUB = "167.86.99.31/help";
|
|
public static final String CONST_BACKEND_GENESIS_URL = "http://167.86.99.31/search?q=$s&p_num=1&s_type=all";
|
|
public static final String CONST_BACKEND_GOOGLE_URL = "https://you.com/search?q=$s";
|
|
public static final String CONST_BACKEND_DUCK_DUCK_GO_URL = "http://LeOSearch.ddns.net";
|
|
|
|
public static final String CONST_BACKEND_DUCK_DUCK_GO_STATIC_URL = "http://LeOSearch.ddns.net";
|
|
public static final String CONST_BACKEND_BING_URL = "https://swisscows.com/search?q=$s";
|
|
public static final String CONST_BACKEND_WIKI_URL = "https://en.wikipedia.org/wiki/$s";
|
|
public static final String CONST_LOG_DUCKDUCK = "https://duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion/?q=";
|
|
|
|
/*PROXY CONSTANTS*/
|
|
|
|
public static final String CONST_PROXY_SOCKS = "127.0.0.1";
|
|
public static final int CONST_PROXY_SOCKS_VERSION = 5;
|
|
public static final boolean CONST_PROXY_SOCKS_REMOTE_DNS = true;
|
|
public static final boolean CONST_PROXY_CACHE = true;
|
|
|
|
/*LOG CONSTANTS*/
|
|
|
|
public static final String CONST_LOGS_DEFAULT_MESSAGE = "Orion on standby at the moment";
|
|
|
|
/*MENU CONSTANTS*/
|
|
|
|
public static final int CONST_LIST_EXTERNAL_SHORTCUT = 1;
|
|
public static final int CONST_LIST_HISTORY = 2;
|
|
public static final int CONST_LIST_BOOKMARK = 3;
|
|
|
|
/*SETTINGS CONSTANTS*/
|
|
|
|
public static final int CONST_MAX_LIST_DATA_SIZE = 5000;
|
|
public static final int CONST_FETCHABLE_LIST_SIZE = 100;
|
|
public static final int CONST_MAX_BOOKMARK_SIZE = 500;
|
|
public static final String CONST_DATABASE_NAME = "orion_dbase";
|
|
public static final String CONST_PERCENTAGE_SIGN = "%";
|
|
|
|
/*Notification Manager*/
|
|
|
|
public static final int mUserEngagementNotificationID = 1001;
|
|
|
|
/*Language CONSTANTS*/
|
|
|
|
public static final String CONST_LANGUAGE_DEFAULT_LANG = "default";
|
|
|
|
/*Notification CONSTANTS*/
|
|
|
|
public static final String CONST_NOTIFICATION_COMMAND = "N_COMMAND";
|
|
public static final String CONST_NOTIFICATION_INTENT_KEY = "N_ID";
|
|
|
|
/*Helper CONSTANTS*/
|
|
|
|
public static final String CONST_HELP_MODEL_HEADER = "mHeader";
|
|
public static final String CONST_HELP_MODEL_DESCRIPTION = "mDescription";
|
|
public static final String CONST_HELP_MODEL_ICON = "mIcon";
|
|
|
|
/*ENCRYPTION KEY*/
|
|
|
|
public static final String CONST_ENCRYPTION_KEY_DATABASE = "Zr4u7x!!A%D*F-JaNdsS@@gUbbp^^5v8y/B?";
|
|
|
|
/*SHORTCUT CONSTANTS*/
|
|
public static final String CONST_EXTERNAL_SHORTCUT_COMMAND_ERASE = "EXTERNAL_SHORTCUT_COMMAND_ERASE";
|
|
public static final String CONST_EXTERNAL_SHORTCUT_COMMAND_ERASE_OPEN = "EXTERNAL_SHORTCUT_COMMAND_ERASE_OPEN";
|
|
public static final String CONST_EXTERNAL_SHORTCUT_COMMAND_RESTART = "EXTERNAL_SHORTCUT_COMMAND_RESTART";
|
|
|
|
}
|