diff --git a/.idea/misc.xml b/.idea/misc.xml index d21b5de0..c0a18a4c 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -102,6 +102,9 @@ + + + diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 0a9a430d..b0982c79 100755 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -17,7 +17,7 @@ android:allowBackup="true" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" android:extractNativeLibs="true" - android:icon="@mipmap/ic_launcher_genesis" + android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:largeHeap="false" android:networkSecurityConfig="@xml/gx_network_security_config" diff --git a/app/src/main/assets/homepage/homepage-dark.html b/app/src/main/assets/homepage/homepage-dark.html index c8320b9f..807b77bf 100755 --- a/app/src/main/assets/homepage/homepage-dark.html +++ b/app/src/main/assets/homepage/homepage-dark.html @@ -48,7 +48,7 @@ -
Genesis Search + Genesis Search @@ -87,12 +87,12 @@

Playstore

Locations

-

Onion List

-

Submit Website

-

Report Website

+

Onion List

+

Submit Website

+

Report Website

-

Privacy Policy

-

Intelligence

+

Privacy Policy

+

Intelligence

Facebook

Twitter

diff --git a/app/src/main/assets/homepage/homepage.html b/app/src/main/assets/homepage/homepage.html index 99685de6..505d4dac 100755 --- a/app/src/main/assets/homepage/homepage.html +++ b/app/src/main/assets/homepage/homepage.html @@ -49,7 +49,7 @@ -
@@ -85,12 +85,12 @@

Playstore

Locations

-

Onion List

-

Submit Website

-

Report Website

+

Onion List

+

Submit Website

+

Report Website

-

Privacy Policy

-

Intelligence

+

Privacy Policy

+

Intelligence

Facebook

Twitter

diff --git a/app/src/main/ic_launcher-playstore.png b/app/src/main/ic_launcher-playstore.png index 4e5c6044..6a79090d 100644 Binary files a/app/src/main/ic_launcher-playstore.png and b/app/src/main/ic_launcher-playstore.png differ diff --git a/app/src/main/ic_launcher_genesis-playstore.png b/app/src/main/ic_launcher_genesis-playstore.png deleted file mode 100644 index 1bcf4f2d..00000000 Binary files a/app/src/main/ic_launcher_genesis-playstore.png and /dev/null differ diff --git a/app/src/main/java/com/hiddenservices/onionservices/dataManager/crawlerDataModel.java b/app/src/main/java/com/hiddenservices/onionservices/dataManager/crawlerDataModel.java index b9733fbd..9440fa7d 100644 --- a/app/src/main/java/com/hiddenservices/onionservices/dataManager/crawlerDataModel.java +++ b/app/src/main/java/com/hiddenservices/onionservices/dataManager/crawlerDataModel.java @@ -55,7 +55,7 @@ class crawlerDataModel return; } pURL = helperMethod.normalize(pURL); - if(mDuplicate.size()<30 && mHost.contains(".onion") && !mHost.contains("genesis") && !mHost.contains("trcip42ymcgvv5hsa7nxpwdnott46ebomnn5pm5lovg5hpszyo4n35yd") && !mDuplicate.contains(pURL)){ + if(mDuplicate.size()<30 && mHost.contains(".onion") && !mHost.contains("genesis") && !mHost.contains("trcip42ymcgvv5hsa7nxpwdnott46ebomnn5pm5lovg5hpszyo4n35yd")){ mHTML.add(new crawlerRowModel(pURL, pHtml)); mDuplicate.add(pURL); } @@ -81,9 +81,9 @@ class crawlerDataModel String mURL = strings.GENERIC_EMPTY_STR; private void onSendRequest(){ - RequestQueue mRequestQueue = Volley.newRequestQueue(mContext, new ProxiedHurlStack()); + RequestQueue mRequestQueue = Volley.newRequestQueue(mContext); - String url = "http://trcip42ymcgvv5hsa7nxpwdnott46ebomnn5pm5lovg5hpszyo4n35yd.onion/user_index/"; + String url = "http://192.168.10.2:8000/user_index/"; StringRequest mRequestData = new StringRequest(Request.Method.POST, url, response -> { }, error -> { Log.i("ad",""); diff --git a/app/src/main/res/drawable-hdpi/genesis.jpg b/app/src/main/res/drawable-hdpi/genesis.jpg index 06c5d2f0..ac7f6b11 100644 Binary files a/app/src/main/res/drawable-hdpi/genesis.jpg and b/app/src/main/res/drawable-hdpi/genesis.jpg differ diff --git a/app/src/main/res/drawable-hdpi/genesis_logo_bordered.png b/app/src/main/res/drawable-hdpi/genesis_logo_bordered.png index 1c3adf7f..ce3481fe 100644 Binary files a/app/src/main/res/drawable-hdpi/genesis_logo_bordered.png and b/app/src/main/res/drawable-hdpi/genesis_logo_bordered.png differ diff --git a/app/src/main/res/drawable-hdpi/splashlogoclip.png b/app/src/main/res/drawable-hdpi/splashlogoclip.png index ed150ba0..3063127f 100644 Binary files a/app/src/main/res/drawable-hdpi/splashlogoclip.png and b/app/src/main/res/drawable-hdpi/splashlogoclip.png differ diff --git a/app/src/main/res/drawable-ldpi/splashlogoclip.png b/app/src/main/res/drawable-ldpi/splashlogoclip.png index 60b7e246..bdde6961 100644 Binary files a/app/src/main/res/drawable-ldpi/splashlogoclip.png and b/app/src/main/res/drawable-ldpi/splashlogoclip.png differ diff --git a/app/src/main/res/drawable-mdpi/splashlogoclip.png b/app/src/main/res/drawable-mdpi/splashlogoclip.png index 60b7e246..3eec1fcc 100644 Binary files a/app/src/main/res/drawable-mdpi/splashlogoclip.png and b/app/src/main/res/drawable-mdpi/splashlogoclip.png differ diff --git a/app/src/main/res/drawable-xhdpi/splashlogoclip.png b/app/src/main/res/drawable-xhdpi/splashlogoclip.png index 0e60e2f8..6ecfc9af 100644 Binary files a/app/src/main/res/drawable-xhdpi/splashlogoclip.png and b/app/src/main/res/drawable-xhdpi/splashlogoclip.png differ diff --git a/app/src/main/res/drawable-xxhdpi/splashlogoclip.png b/app/src/main/res/drawable-xxhdpi/splashlogoclip.png index 2d4b6791..5110ac30 100644 Binary files a/app/src/main/res/drawable-xxhdpi/splashlogoclip.png and b/app/src/main/res/drawable-xxhdpi/splashlogoclip.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/splashlogoclip.png b/app/src/main/res/drawable-xxxhdpi/splashlogoclip.png index 7c4c9e0a..33faa3c3 100644 Binary files a/app/src/main/res/drawable-xxxhdpi/splashlogoclip.png and b/app/src/main/res/drawable-xxxhdpi/splashlogoclip.png differ diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/app/src/main/res/drawable/ic_launcher_background.xml new file mode 100644 index 00000000..ca3826a4 --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_background.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index 67820c56..fdd632e4 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_genesis.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_genesis.xml deleted file mode 100644 index 390dcd05..00000000 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_genesis.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_genesis_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_genesis_round.xml deleted file mode 100644 index 390dcd05..00000000 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_genesis_round.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index 67820c56..fdd632e4 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/mipmap-hdpi/ic_genesis_logo.png b/app/src/main/res/mipmap-hdpi/ic_genesis_logo.png deleted file mode 100644 index 7e0c0da9..00000000 Binary files a/app/src/main/res/mipmap-hdpi/ic_genesis_logo.png and /dev/null differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.png b/app/src/main/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 00000000..b82defc2 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png index 60dcc567..5dfdb179 100644 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png and b/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_genesis.png b/app/src/main/res/mipmap-hdpi/ic_launcher_genesis.png deleted file mode 100644 index 4ba68eb1..00000000 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_genesis.png and /dev/null differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_genesis_foreground.png b/app/src/main/res/mipmap-hdpi/ic_launcher_genesis_foreground.png deleted file mode 100644 index c53db5dc..00000000 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_genesis_foreground.png and /dev/null differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_genesis_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_genesis_round.png deleted file mode 100644 index 4ba68eb1..00000000 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_genesis_round.png and /dev/null differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png index 8b712be9..5efbd09a 100644 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-hdpi/splashlogo.png b/app/src/main/res/mipmap-hdpi/splashlogo.png deleted file mode 100644 index 4164c781..00000000 Binary files a/app/src/main/res/mipmap-hdpi/splashlogo.png and /dev/null differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.png b/app/src/main/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 00000000..e39e139c Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png index 09a82993..391d230a 100644 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png and b/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_genesis.png b/app/src/main/res/mipmap-mdpi/ic_launcher_genesis.png deleted file mode 100644 index c19da220..00000000 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_genesis.png and /dev/null differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_genesis_foreground.png b/app/src/main/res/mipmap-mdpi/ic_launcher_genesis_foreground.png deleted file mode 100644 index 3dc74a45..00000000 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_genesis_foreground.png and /dev/null differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_genesis_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_genesis_round.png deleted file mode 100644 index c19da220..00000000 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_genesis_round.png and /dev/null differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_round.png index b078b1ab..4ed8c6f9 100644 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_stat_tor_logo.png b/app/src/main/res/mipmap-mdpi/ic_stat_tor_logo.png deleted file mode 100644 index 84149132..00000000 Binary files a/app/src/main/res/mipmap-mdpi/ic_stat_tor_logo.png and /dev/null differ diff --git a/app/src/main/res/mipmap-mdpi/splashlogo.png b/app/src/main/res/mipmap-mdpi/splashlogo.png deleted file mode 100644 index 4164c781..00000000 Binary files a/app/src/main/res/mipmap-mdpi/splashlogo.png and /dev/null differ diff --git a/app/src/main/res/mipmap-mdpi/splashlogoclip.png b/app/src/main/res/mipmap-mdpi/splashlogoclip.png deleted file mode 100644 index f3af780c..00000000 Binary files a/app/src/main/res/mipmap-mdpi/splashlogoclip.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/app/src/main/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 00000000..1b4aab5f Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png index fa65470b..a763f21b 100644 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png and b/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_genesis.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_genesis.png deleted file mode 100644 index d5776012..00000000 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_genesis.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_genesis_foreground.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_genesis_foreground.png deleted file mode 100644 index 99f2d386..00000000 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_genesis_foreground.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_genesis_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_genesis_round.png deleted file mode 100644 index d5776012..00000000 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_genesis_round.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png index 062ef4e2..62846f1b 100644 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_stat_tor_logo.png b/app/src/main/res/mipmap-xhdpi/ic_stat_tor_logo.png deleted file mode 100644 index 08161fcc..00000000 Binary files a/app/src/main/res/mipmap-xhdpi/ic_stat_tor_logo.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xhdpi/splashlogo.png b/app/src/main/res/mipmap-xhdpi/splashlogo.png deleted file mode 100644 index 4164c781..00000000 Binary files a/app/src/main/res/mipmap-xhdpi/splashlogo.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 00000000..0a73dd93 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png index 677cac11..9af96b74 100644 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_genesis.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_genesis.png deleted file mode 100644 index 79474ca8..00000000 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_genesis.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_genesis_foreground.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_genesis_foreground.png deleted file mode 100644 index bd01ce60..00000000 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_genesis_foreground.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_genesis_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_genesis_round.png deleted file mode 100644 index 79474ca8..00000000 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_genesis_round.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png index 2593c1a9..7d1156be 100644 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_stat_tor_logo.png b/app/src/main/res/mipmap-xxhdpi/ic_stat_tor_logo.png deleted file mode 100644 index 0edd077b..00000000 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_stat_tor_logo.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxhdpi/splashlogo.png b/app/src/main/res/mipmap-xxhdpi/splashlogo.png deleted file mode 100644 index 4164c781..00000000 Binary files a/app/src/main/res/mipmap-xxhdpi/splashlogo.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 00000000..21e5e994 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png index cd970175..a83a5c99 100644 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_genesis.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_genesis.png deleted file mode 100644 index 546deef2..00000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_genesis.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_genesis_foreground.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_genesis_foreground.png deleted file mode 100644 index cb7f04fb..00000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_genesis_foreground.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_genesis_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_genesis_round.png deleted file mode 100644 index 546deef2..00000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_genesis_round.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png index 164b53fb..56bc5879 100644 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_stat_tor_logo.png b/app/src/main/res/mipmap-xxxhdpi/ic_stat_tor_logo.png deleted file mode 100644 index ae5e1ad5..00000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_stat_tor_logo.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxxhdpi/splashlogo.png b/app/src/main/res/mipmap-xxxhdpi/splashlogo.png deleted file mode 100644 index 4164c781..00000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/splashlogo.png and /dev/null differ diff --git a/app/src/main/res/values/ic_launcher_background.xml b/app/src/main/res/values/ic_launcher_background.xml deleted file mode 100755 index 2a55860c..00000000 --- a/app/src/main/res/values/ic_launcher_background.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - #3DDC84 - \ No newline at end of file diff --git a/orbotmanager/src/main/java/org/orbotproject/android/OrbotService.java b/orbotmanager/src/main/java/org/orbotproject/android/OrbotService.java deleted file mode 100644 index e69de29b..00000000