package com.hiddenservices.onionservices.constants; public class constants { /*LOCAL URL CONSTANTS*/ public static final String CONST_PLAYSTORE_URL = "http://play.google.com/store/apps/details?id=com.hiddenservices.genesissearchengine.production"; 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_PRIVACY_POLICY_URL = "http://trcip42ymcgvv5hsa7nxpwdnott46ebomnn5pm5lovg5hpszyo4n35yd.onion/privacy"; public static final String CONST_REPORT_URL = "http://trcip42ymcgvv5hsa7nxpwdnott46ebomnn5pm5lovg5hpszyo4n35yd.onion/report?url="; public static final String CONST_SITEMAP = "http://trcip42ymcgvv5hsa7nxpwdnott46ebomnn5pm5lovg5hpszyo4n35yd.onion/create"; public static final String CONST_PACKAGE_NAME = "com.darkweb.genesissearchengine.production"; public static final String CONST_GENESIS_ONION = "genesis.onion"; public static final String CONST_GENESIS_ONION_V2 = "trcip42ymcgvv5hsa7nxpwdnott46ebomnn5pm5lovg5hpszyo4n35yd.onion"; /*DRIVE URL DEV*/ public static final String CONST_SERVER_DEV = "https://drive.google.com/uc?export=download&id=1uuLYjij9z149V1nXwteXsMsxi6BnnYWO"; public static final String CONST_GENESIS_REFERENCE_WEBSITES_DEV = "https://drive.google.com/uc?export=download&id=1NnlsAcIojS0KiM5rHznAxu61Jdhlsai-"; public static final String CONST_GENESIS_BRIDGE_WEBSITES_DEV = "https://drive.google.com/uc?export=download&id=1qMnhJPQkQEzHMUcDmKO0wdCrqB63CDOj"; /*DRIVE URL PRODUCTION*/ public static final String CONST_SERVER = "https://drive.google.com/uc?export=download&id=1ALCooJQEtPYgyTm9XfYmkzSl_WuiBzeX"; public static final String CONST_GENESIS_REFERENCE_WEBSITES = "https://drive.google.com/uc?export=download&id=1meNaswi7kmITqLLTb0fIXY2wgw_cG290"; public static final String CONST_GENESIS_BRIDGE_WEBSITES = "https://drive.google.com/uc?export=download&id=1wCXY3UWfUbISeY7TSWtCdDNMAiyGG9zj"; /*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://trcip42ymcgvv5hsa7nxpwdnott46ebomnn5pm5lovg5hpszyo4n35yd.onion/"; public static final String CONST_GENESIS_DOMAIN_URL = "http://trcip42ymcgvv5hsa7nxpwdnott46ebomnn5pm5lovg5hpszyo4n35yd.onion"; 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://genesis.onion/help"; public static final String CONST_GENESIS_HELP_URL_SUB = "trcip42ymcgvv5hsa7nxpwdnott46ebomnn5pm5lovg5hpszyo4n35yd.onion/help"; public static final String CONST_BACKEND_GENESIS_URL = "http://trcip42ymcgvv5hsa7nxpwdnott46ebomnn5pm5lovg5hpszyo4n35yd.onion/search?q=$s&p_num=1&s_type=all"; public static final String CONST_BACKEND_GOOGLE_URL = "https://www.google.com/search?q=$s"; public static final String CONST_BACKEND_DUCK_DUCK_GO_URL = "https://duckduckgo.com?q=$s&ia=web"; public static final String CONST_BACKEND_BING_URL = "https://bing.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://duckduckgo.com/?q=tor"; /*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 = "Genesis 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 ="genesis_dbase"; public static final String CONST_PERCENTAGE_SIGN ="%"; /*Notification Manager*/ public static final String CONST_NOTIFICATION_ID_NAME = "NOTIFICATION:INDENTIFIER:1001"; public static final String CONST_NOTIFICATION_TITLE = "Genesis Browser"; public static final int CONST_NOTIFICATION_ID_VALUE = 1; public static final int CONST_NOTIFICATION_REQUEST_CODE = 0; public static final int mUserEngagementNotificationID = 1001; /*Language CONSTANTS*/ public static final String CONST_LANGUAGE_DEFAULT_LANG = "default"; /*DOWNLOAD CONSTANTS*/ public static final String CONST_DOWNLOAD_COMMAND = "N_COMMAND"; public static final String CONST_DOWNLOAD_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 = "Zr4u7x!A%D*F-JaNdRgUkXp2s5v8y/B?"; 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"; }