From f8f6da540b175fb4f5666bf138011730e289a6a2 Mon Sep 17 00:00:00 2001
From: Abdul Mannan Saeed <111820160@umt.edu.pk>
Date: Mon, 16 May 2022 16:43:26 +0500
Subject: [PATCH] Bug Fixes
Bug Fixes
---
.idea/misc.xml | 3 +-
.../main/assets/homepage/homepage-dark.html | 6 +-
app/src/main/assets/homepage/homepage.html | 5 +-
.../style/home-dark/cs-homepage-dark.css | 12 +--
.../style/home-dark/cs-sidebar-blade-dark.css | 10 +-
.../homepage/style/home/cs-homepage.css | 4 +-
.../homepage/style/home/cs-sidebar-blade.css | 10 +-
app/src/main/ic_launcher-playstore.png | Bin 331805 -> 301095 bytes
.../geckoManager/geckoSession.java | 2 -
.../homeController/homeController.java | 22 ++--
.../settingGeneralController.java | 8 +-
.../appManager/tabManager/tabController.java | 2 +-
.../dataManager/models/tabRowModel.java | 3 +
.../dataManager/tabDataModel.java | 12 +++
.../adPluginManager/appLovinManager.java | 2 +-
.../pluginManager/pluginController.java | 2 +-
.../main/res/drawable-hdpi/genesis_logo.png | Bin 0 -> 1192 bytes
.../drawable-hdpi/genesis_logo_bordered.png | Bin 65359 -> 60049 bytes
.../main/res/drawable-hdpi/splashlogoclip.png | Bin 375046 -> 46273 bytes
.../main/res/drawable-ldpi/splashlogoclip.png | Bin 375046 -> 10922 bytes
.../main/res/drawable-mdpi/genesis_logo.png | Bin 0 -> 715 bytes
.../res/drawable-mdpi/ic_stat_tor_logo.png | Bin 0 -> 901 bytes
.../main/res/drawable-mdpi/splashlogoclip.png | Bin 375046 -> 41221 bytes
.../res/drawable-xhdpi/ic_stat_tor_logo.png | Bin 0 -> 901 bytes
.../res/drawable-xhdpi/splashlogoclip.png | Bin 375046 -> 56300 bytes
.../res/drawable-xxhdpi/ic_stat_tor_logo.png | Bin 0 -> 1394 bytes
.../res/drawable-xxhdpi/splashlogoclip.png | Bin 375046 -> 73215 bytes
.../res/drawable-xxxhdpi/ic_stat_tor_logo.png | Bin 0 -> 1904 bytes
.../res/drawable-xxxhdpi/splashlogoclip.png | Bin 375046 -> 127158 bytes
.../res/mipmap-anydpi-v26/ic_launcher.xml | 4 +-
.../mipmap-anydpi-v26/ic_launcher_round.xml | 4 +-
app/src/main/res/mipmap-hdpi/ic_launcher.png | Bin 8610 -> 8542 bytes
.../mipmap-hdpi/ic_launcher_foreground.png | Bin 23200 -> 20936 bytes
.../res/mipmap-hdpi/ic_launcher_round.png | Bin 11153 -> 10927 bytes
app/src/main/res/mipmap-mdpi/ic_launcher.png | Bin 4501 -> 4674 bytes
.../mipmap-mdpi/ic_launcher_foreground.png | Bin 11548 -> 11237 bytes
.../res/mipmap-mdpi/ic_launcher_round.png | Bin 5750 -> 5703 bytes
app/src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 13720 -> 13273 bytes
.../mipmap-xhdpi/ic_launcher_foreground.png | Bin 39086 -> 33476 bytes
.../res/mipmap-xhdpi/ic_launcher_round.png | Bin 17990 -> 17129 bytes
.../main/res/mipmap-xxhdpi/ic_launcher.png | Bin 27051 -> 24397 bytes
.../mipmap-xxhdpi/ic_launcher_foreground.png | Bin 82322 -> 67266 bytes
.../res/mipmap-xxhdpi/ic_launcher_round.png | Bin 34930 -> 31711 bytes
.../main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 44781 -> 38602 bytes
.../mipmap-xxxhdpi/ic_launcher_foreground.png | Bin 138058 -> 111914 bytes
.../res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 57829 -> 50597 bytes
.../res/values/ic_launcher_background.xml | 2 +-
.../android/service/OrbotService.java | 94 ++++++++++--------
.../main/res/mipmap-mdpi/ic_stat_tor_logo.png | Bin 760 -> 901 bytes
.../res/mipmap-xhdpi/ic_stat_tor_logo.png | Bin 2006 -> 901 bytes
.../res/mipmap-xxhdpi/ic_stat_tor_logo.png | Bin 3569 -> 1394 bytes
.../res/mipmap-xxxhdpi/ic_stat_tor_logo.png | Bin 5501 -> 1904 bytes
orbotmanager/src/main/res/values/strings.xml | 4 +-
53 files changed, 117 insertions(+), 94 deletions(-)
create mode 100644 app/src/main/res/drawable-hdpi/genesis_logo.png
create mode 100644 app/src/main/res/drawable-mdpi/genesis_logo.png
create mode 100644 app/src/main/res/drawable-mdpi/ic_stat_tor_logo.png
create mode 100644 app/src/main/res/drawable-xhdpi/ic_stat_tor_logo.png
create mode 100644 app/src/main/res/drawable-xxhdpi/ic_stat_tor_logo.png
create mode 100644 app/src/main/res/drawable-xxxhdpi/ic_stat_tor_logo.png
diff --git a/.idea/misc.xml b/.idea/misc.xml
index af079604..f5406726 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -86,7 +86,7 @@