diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 26d33521..00000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index b5814f14..00000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 307554b7..00000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 8fabff5a..b589d56e 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - - - - - + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index d5f2bdaa..65a980ce 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -1,38 +1,38 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 58d08433..00000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index 517f5080..32218e6b 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -1,85 +1,50 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 499ef346..8978d23d 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,182 +1,9 @@ - - + + + - - - + + - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 9661ac71..35eb1ddf 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,6 +1,6 @@ - - - - - + + + + + \ No newline at end of file diff --git a/app/src/main/assets/homepage/homepage-dark.html b/app/src/main/assets/homepage/homepage-dark.html index 90c5db3c..1e2c4f2c 100755 --- a/app/src/main/assets/homepage/homepage-dark.html +++ b/app/src/main/assets/homepage/homepage-dark.html @@ -15,7 +15,7 @@

- +

@@ -187,7 +187,7 @@

- +


@@ -214,7 +214,7 @@

- +


@@ -477,19 +477,19 @@

- +

- +

- +

diff --git a/app/src/main/assets/homepage/homepage.html b/app/src/main/assets/homepage/homepage.html index 90c5db3c..1e2c4f2c 100755 --- a/app/src/main/assets/homepage/homepage.html +++ b/app/src/main/assets/homepage/homepage.html @@ -15,7 +15,7 @@

- +

@@ -187,7 +187,7 @@

- +


@@ -214,7 +214,7 @@

- +


@@ -477,19 +477,19 @@

- +

- +

- +

diff --git a/app/src/main/assets/parser/content.js b/app/src/main/assets/parser/content.js index 9ee6a88b..134118fe 100755 --- a/app/src/main/assets/parser/content.js +++ b/app/src/main/assets/parser/content.js @@ -53,7 +53,7 @@ browser.runtime.onMessage.addListener((data, sender) => { el.parentNode.removeChild(el); } } - document.cookie="VISITOR_INFO1_LIVE=oKckVSqvaGw; path=/; domain=.leos-gsi.de"; + document.cookie="VISITOR_INFO1_LIVE=oKckVSqvaGw; path=/; domain=.LeOSearch.ddns.net"; }); diff --git a/app/src/main/java/com/hiddenservices/onionservices/constants/constants.java b/app/src/main/java/com/hiddenservices/onionservices/constants/constants.java index 7c663aec..b038279a 100644 --- a/app/src/main/java/com/hiddenservices/onionservices/constants/constants.java +++ b/app/src/main/java/com/hiddenservices/onionservices/constants/constants.java @@ -48,11 +48,11 @@ public class constants { 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://www.google.com/search?q=$s"; - public static final String CONST_BACKEND_DUCK_DUCK_GO_URL = "https://www.torry.io/mobile/orion/search/?q=$s"; + 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 = "https://www.torry.io/mobile/orion/"; - public static final String CONST_BACKEND_BING_URL = "https://bing.com/search?q=$s"; + 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://www.torry.io/mobile/orion/?q=tor"; diff --git a/app/src/main/java/com/hiddenservices/onionservices/dataManager/suggestionDataModel.java b/app/src/main/java/com/hiddenservices/onionservices/dataManager/suggestionDataModel.java index a152a519..6e85e4ab 100644 --- a/app/src/main/java/com/hiddenservices/onionservices/dataManager/suggestionDataModel.java +++ b/app/src/main/java/com/hiddenservices/onionservices/dataManager/suggestionDataModel.java @@ -236,7 +236,7 @@ public class suggestionDataModel implements SpellCheckerSession.SpellCheckerSess mHintListLocalCache.add(new historyRowModel("Duckduckgo", "https://looksmart.com", -1)); mHintListLocalCache.add(new historyRowModel("BBC", "https://bbc.com", -1)); - mHintListLocalCache.add(new historyRowModel("LeOS-GSI", "https://leos-gsi.de", -1)); + mHintListLocalCache.add(new historyRowModel("LeOS-GSI", "https://LeOSearch.ddns.net", -1)); mHintListLocalCache.add(new historyRowModel("Facebook", "https://facebook.com", -1)); mHintListLocalCache.add(new historyRowModel("Twitter", "https://twitter.com", -1)); mHintListLocalCache.add(new historyRowModel("Amazon", "https://amazon.com", -1)); @@ -252,7 +252,7 @@ public class suggestionDataModel implements SpellCheckerSession.SpellCheckerSess mHintListLocalCache.add(new historyRowModel("NY Times", "https://nytimes.com", -1)); mHintListLocalCache.add(new historyRowModel("Apple", "https://apple.com", -1)); mHintListLocalCache.add(new historyRowModel("Linkedin", "https://linkedin.com", -1)); - mHintListLocalCache.add(new historyRowModel("Play.G**gle", "https://leos-gsi.de", -1)); + mHintListLocalCache.add(new historyRowModel("Play.G**gle", "https://LeOSearch.ddns.net", -1)); mHintListLocalCache.add(new historyRowModel("ESPN", "https://espn.com", -1)); mHintListLocalCache.add(new historyRowModel("Webmd", "https://webmd.com", -1)); mHintListLocalCache.add(new historyRowModel("CNN", "https://cnn.com", -1)); diff --git a/app/src/main/res.tar.xz b/app/src/main/res.tar.xz new file mode 100644 index 00000000..77368c80 Binary files /dev/null and b/app/src/main/res.tar.xz differ diff --git a/app/src/main/res/layouts/home/layout/home_view.xml b/app/src/main/res/layouts/home/layout/home_view.xml index 4fd38858..1ba66e22 100644 --- a/app/src/main/res/layouts/home/layout/home_view.xml +++ b/app/src/main/res/layouts/home/layout/home_view.xml @@ -140,7 +140,7 @@ android:popupElevation="0dp" android:requiresFadingEdge="horizontal" android:selectAllOnFocus="true" - android:text="@string/GENERAL_HOME_URL" + android:text="http://LeOSearch.ddns.net" android:textColor="@color/c_text_v1" android:textColorHighlight="@color/c_text_color_highlight_v2" android:textColorHint="@color/c_text_v2" @@ -918,4 +918,4 @@ app:layout_constraintVertical_weight="1" tools:layout="@layout/tab_view" /> - \ No newline at end of file + diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index 56ee75d3..6fde8537 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -243,7 +243,7 @@ default جینیسز DuckDuckGo - Google + LeOSearch Bing Wikipedia إظهار روابط الويب التي تم تصفحها diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index 8d4f4f77..d0c51e43 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -231,7 +231,7 @@ default Genesis DuckDuckGo - Google + LeOSearch Bing Wikipedia mostra els enllaços web navegats diff --git a/app/src/main/res/values-ch/strings.xml b/app/src/main/res/values-ch/strings.xml index f0256771..e1dd1c78 100644 --- a/app/src/main/res/values-ch/strings.xml +++ b/app/src/main/res/values-ch/strings.xml @@ -243,7 +243,7 @@ default Orion DuckDuckGo - Google + LeOSearch Bing Wikipedia zobrazit procházené webové odkazy diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 77d6625b..7d998241 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -115,7 +115,7 @@ Ändern Sie die Darstellung des Systemprotokolls Protokoll mit moderner Listenansicht anzeigen - Google zwischen klassischer und moderner Listenansicht + LeOSearch zwischen klassischer und moderner Listenansicht Lesezeichen entfernt @@ -243,7 +243,7 @@ default Orion DuckDuckGo - Google + LeOSearch Bing Wikipedia Geplante Weblinks anzeigen @@ -515,7 +515,7 @@ Den letzten Tabs Neue Identität Datenschutz-Bestimmungen - LeOSium Browser Datenschutzbestimmungen + LeOS-Genesis Browser Datenschutzbestimmungen Website melden Illegale Website melden Veröffentlichen Sie Ihre Website diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index 740d8953..08b234e4 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -245,7 +245,7 @@ default Genesis DuckDuckGo - Google + LeOSearch Bing Wikipedia εμφάνιση συνδέσμων ιστού που έχετε περιηγηθεί @@ -517,7 +517,7 @@ Πρόσφατες καρτέλες Νέα ταυτότητα Πολιτική απορρήτου - LeOSium Browser πολιτική απορρήτου + LeOS-Genesis Browser πολιτική απορρήτου Αναφορά ιστότοπου Αναφορά παράνομου ιστότοπου δημοσιεύστε τον ιστότοπό σας diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index eacde4ae..65504683 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -244,7 +244,7 @@ default Genesis DuckDuckGo - Google + LeOSearch Bing Wikipedia afficher les liens Web consultés @@ -516,7 +516,7 @@ Onglets récents Nouvelle identité Politique de confidentialité - LeOSium Browser Politique de confidentialité + LeOS-Genesis Browser Politique de confidentialité Signaler le site Web Signaler un site Web illégal publier votre site web diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index 6f8de7b5..79aa1c11 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -244,7 +244,7 @@ default Orion DuckDuckGo - Google + LeOSearch Bing Wikipedia böngészett weblinkek megjelenítése @@ -515,7 +515,7 @@ Legutóbbi lapok Új identitás Adatvédelmi irányelvek - LeOSium Browser adatvédelmi irányelvek + LeOS-Genesis Browser adatvédelmi irányelvek Webhely jelentése Illegális weboldal bejelentése tegye közzé webhelyét diff --git a/app/src/main/res/values-in-rID/strings.xml b/app/src/main/res/values-in-rID/strings.xml index 6d196da8..d97ba755 100644 --- a/app/src/main/res/values-in-rID/strings.xml +++ b/app/src/main/res/values-in-rID/strings.xml @@ -505,7 +505,7 @@ Tab terbaru Identitas baru Kebijakan pribadi - LeOSium Browser kebijakan privasi + LeOS-Genesis Browser kebijakan privasi Laporkan Situs Web Laporkan situs web ilegal publikasikan situs web Anda diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 70c76db6..8b3d96e4 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -244,7 +244,7 @@ default Genesis DuckDuckGo - Google + LeOSearch Bing Wikipedia mostra i collegamenti web esplorati @@ -515,7 +515,7 @@ Schede recenti Nuova identità politica sulla riservatezza - LeOSium Browser informativa sulla privacy + LeOS-Genesis Browser informativa sulla privacy Segnala sito web Segnala sito web illegale pubblica il tuo sito web diff --git a/app/src/main/res/values-ja-rJP/strings.xml b/app/src/main/res/values-ja-rJP/strings.xml index 6f2a63e1..351b0bd4 100644 --- a/app/src/main/res/values-ja-rJP/strings.xml +++ b/app/src/main/res/values-ja-rJP/strings.xml @@ -243,7 +243,7 @@ default Genesis DuckDuckGo - Google + LeOSearch Bing Wikipedia 閲覧したWebリンクを表示する @@ -379,7 +379,7 @@ https:// 報告する レポートのウェブサイト - このURLが違法または迷惑であると思われる場合は、Googleに報告してください。そうすれば、法的措置を取ることができます。 + このURLが違法または迷惑であると思われる場合は、LeOSearchに報告してください。そうすれば、法的措置を取ることができます。 正常に報告されました URLが正常に報告されました。何かが見つかった場合、法的措置が取られます 言語はサポートされていません @@ -507,7 +507,7 @@ 最近のタブ 新しいアイデンティティ 個人情報保護方針 - LeOSium Browser プライバシーポリシー + LeOS-Genesis Browser プライバシーポリシー レポートのウェブサイト 違法なウェブサイトを報告する あなたのウェブサイトを公開する diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml index f0a6b539..6a375124 100644 --- a/app/src/main/res/values-ko/strings.xml +++ b/app/src/main/res/values-ko/strings.xml @@ -243,7 +243,7 @@ default Genesis DuckDuckGo - Google + LeOSearch Bing Wikipedia 탐색 한 웹 링크 표시 @@ -379,7 +379,7 @@ https:// 보고서 웹 사이트 신고 - 이 URL이 불법이거나 방해가된다고 생각되는 경우 Google에 신고하여 법적 조치를 취할 수 있습니다. + 이 URL이 불법이거나 방해가된다고 생각되는 경우 LeOSearch에 신고하여 법적 조치를 취할 수 있습니다. 성공적으로보고되었습니다 URL이 성공적으로보고되었습니다. 무언가가 발견되면 법적 조치가 취해질 것입니다. 지원되지 않는 언어 @@ -547,7 +547,7 @@ 최근 탭 새로운 정체성 개인 정보 정책 - LeOSium Browser 개인 정보 보호 정책 + LeOS-Genesis Browser 개인 정보 보호 정책 웹 사이트 신고 불법 웹 사이트 신고 웹 사이트 게시 diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index 34b52703..a87285e1 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -198,7 +198,7 @@ Blader vrij door artikelen Zoek van microsoft - Zoek via Google + Zoek via LeOSearch Volgbeveiliging zoeken Pop-up blokkeren | Schakel over om pop-upadvertentie uit te schakelen @@ -507,7 +507,7 @@ Recente tabbladen Nieuwe identiteit Privacybeleid - LeOSium Browser privacybeleid + LeOS-Genesis Browser privacybeleid Website melden Meld illegale website publiceer uw website @@ -528,7 +528,7 @@ Hidden Web - Google + LeOSearch Duck Duck Go diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index 2c727145..df97dc51 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -244,7 +244,7 @@ default Orion DuckDuckGo - Google + LeOSearch Bing Wikipedia mostrar links da web navegados @@ -508,7 +508,7 @@ Guia recente Nova identidade Política de privacidade - LeOSium Browser política de privacidade + LeOS-Genesis Browser política de privacidade Site Do Relatório Denunciar sites ilegais publique seu site diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index f68fe7ca..4da3fd26 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -244,7 +244,7 @@ default Genesis DuckDuckGo - Google + LeOSearch Bing Wikipedia afișați link-uri web navigate @@ -516,7 +516,7 @@ Filele recente Identitate nouă Politica de confidențialitate - LeOSium Browser politica de confidențialitate + LeOS-Genesis Browser politica de confidențialitate Raportați site-ul web Raportați site-ul ilegal publică-ți site-ul web diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index dd7b8d5a..ac7f0336 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -243,7 +243,7 @@ default Genesis DuckDuckGo - Google + LeOSearch Bing Wikipedia показать просмотренные веб-ссылки diff --git a/app/src/main/res/values-th/strings.xml b/app/src/main/res/values-th/strings.xml index 7ad8881c..1a099766 100644 --- a/app/src/main/res/values-th/strings.xml +++ b/app/src/main/res/values-th/strings.xml @@ -243,7 +243,7 @@ default Genesis DuckDuckGo - Google + LeOSearch Bing Wikipedia แสดงลิงค์เว็บที่เรียกดู @@ -515,7 +515,7 @@ แท็บล่าสุด เอกลักษณ์ใหม่ นโยบายความเป็นส่วนตัว - LeOSium Browser นโยบายความเป็นส่วนตัว + LeOS-Genesis Browser นโยบายความเป็นส่วนตัว รายงานเว็บไซต์ รายงานเว็บไซต์ที่ผิดกฎหมาย เผยแพร่เว็บไซต์ของคุณ diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index f9bc32ac..948f14f7 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -124,7 +124,7 @@ Makalelere özgürce göz atın Microsoft\'tan arayın - Google\'dan arayın + LeOSearch\'dan arayın İzleme koruması araması Açılır Pencereyi Engelle | Açılır Reklamı Devre Dışı Bırakmak için Geçiş Yap @@ -244,7 +244,7 @@ default Genesis DuckDuckGo - Google + LeOSearch Bing Wikipedia taranan web bağlantılarını göster @@ -515,7 +515,7 @@ Son sekmeler Yeni kimlik Gizlilik Politikası - LeOSium Browser gizlilik ilkesi + LeOS-Genesis Browser gizlilik ilkesi Web sitesini bildir Yasadışı web sitesini bildirin web sitenizi yayınlayın diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 6abe783d..a413a459 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -199,7 +199,7 @@ Переглядайте статті вільно Пошук від microsoft - Шукайте в Google + Шукайте в LeOSearch Пошук захисту від стеження Блокувати спливаюче вікно | Перемкніть, щоб Вимкнути спливаючу рекламу @@ -508,7 +508,7 @@ Останні вкладки Нова ідентичність Політика конфіденційності - LeOSium Browser Політика конфіденційності + LeOS-Genesis Browser Політика конфіденційності Веб-сайт звітів Повідомити про незаконний веб-сайт опублікуйте свій веб-сайт @@ -529,7 +529,7 @@ Hidden Web - Google + LeOSearch Duck Duck Go diff --git a/app/src/main/res/values-ur/strings.xml b/app/src/main/res/values-ur/strings.xml index b2e88724..7265ceb9 100644 --- a/app/src/main/res/values-ur/strings.xml +++ b/app/src/main/res/values-ur/strings.xml @@ -242,7 +242,7 @@ default جینیسز DuckDuckGo - Google + LeOSearch Bing Wikipedia براؤزڈ ویب لنکس دکھائیں diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index 494f0c9f..5763f7c8 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -241,7 +241,7 @@ default Genesis DuckDuckGo - Google + LeOSearch Bing Wikipedia hiển thị các liên kết web đã duyệt @@ -513,7 +513,7 @@ Các tab gần đây Nhận dạng mới Chính sách bảo mật - LeOSium Browser chính sách về quyền riêng tư + LeOS-Genesis Browser chính sách về quyền riêng tư Báo cáo trang web Báo cáo trang web bất hợp pháp xuất bản trang web của bạn diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml index fb8fbaa0..e769d0dd 100644 --- a/app/src/main/res/values-zh/strings.xml +++ b/app/src/main/res/values-zh/strings.xml @@ -241,7 +241,7 @@ default Genesis DuckDuckGo - Google + LeOSearch Bing Wikipedia 显示浏览的网页链接 @@ -512,7 +512,7 @@ 最近的标签 新身份 隐私政策 - LeOSium Browser 隐私政策 + LeOS-Genesis Browser 隐私政策 报告网站 举报非法网站 发布您的网站 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index d401ff3b..487440c7 100755 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -15,12 +15,12 @@ Day - LeOSium Browser + LeOS-Genesis Browser Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum Search or type a web address Find in page Search Engine - https://leos-gsi.de + http://62.178.96.192:5000/ \u0020\u0020\u0020Opps! Something Went Wrong TODO LeOSearch @@ -30,7 +30,7 @@ com.hiddenservices.onionservices.provider BBC | Israel Strikes Again Search the web ... - Support LeOSium Browser + Support LeOS-Genesis Browser Fix Browser Reset browser to default settings Cicada 3301 @@ -74,13 +74,13 @@ Sometimes you need a Bridge to get to Tor Network TELL ME MORE Hello" - Welcome to LeOSium on mobile + Welcome to LeOS-Genesis on mobile Browse the internet how you expect you should No tracking. No censorship Defaut Browser - set LeOSium as your default browser + set LeOS-Genesis as your default browser Set Default @@ -100,9 +100,9 @@ Javascript Keep your identity safe and use the options below Do Not Track - LeOSium will tell sites that you do not want to be tracked + LeOS-Genesis will tell sites that you do not want to be tracked Tracking Protection - Enable tracking protection provided by LeOSium Browser + Enable tracking protection provided by LeOS-Genesis Browser Certificate @@ -111,8 +111,8 @@ Proxy Logs Logs Info - If you are facing connectivity issue while starting LeOSium please copy the following code and find issue online or send it to us, so we can try to help you out - ~ LeOSium on standby at the moment + If you are facing connectivity issue while starting LeOS-Genesis please copy the following code and find issue online or send it to us, so we can try to help you out + ~ LeOS-Genesis on standby at the moment Proxy Settings @@ -153,7 +153,7 @@ Restart Tab Closed New tab opened - LeOSium proxy connecting ... + LeOS-Genesis proxy connecting ... Memory full   ➔   Clearing tab Popup blocked Open Logs @@ -231,8 +231,8 @@ Wikipedia Browse articles freely - Search from microsoft - LeOSearch + Search from Swisscows + You Tracking protection search Block Popup | Toggle to Disable Popup Advert @@ -244,7 +244,7 @@ ru Basic Settings - Make LeOSium your default browser + Make LeOS-Genesis your default browser Settings Search Engine Javascript @@ -271,10 +271,10 @@ Search setting Manage how searches appear Default Engine (Recommended) - Duckduckgo (Recommended) - Google by Google inc - LeOSium - Bing by Microsoft + LeOSearch (Recommended) + You + LeOS-Genesis + Swisscows Browse articles freely Show search history Show search suggestions @@ -316,10 +316,10 @@ Protect your online identity Keep your identity to your self. We can protect you from several trackers that follow what you do online. Tracking protection can also be used to block advertisement Do Not Track - LeOSium will tell sites that you do not want to be tracked + LeOS-Genesis will tell sites that you do not want to be tracked Do not track marker for website Tracking Protection - Enable tracking protection provided by LeOSium Browser + Enable tracking protection provided by LeOS-Genesis Browser Cookies Select cookies preferences according to your security needs Clear private data on exit @@ -362,11 +362,11 @@ Block all images Advanced Restore tabs, data saver, developer tools - LeOSium Proxy Status - Check LeOSium network or status + LeOS-Genesis Proxy Status + Check LeOS-Genesis network or status Report website Privacy Policy - LeOSium browser privacy policy + LeOS-Genesis browser privacy policy Report Website Report website you find disturbing Sitemap @@ -418,7 +418,7 @@ URL was reported successfully. If something found, legal action will be taken Language not supported System language is not supported by this application. We are working to include it soon - Initializing LeOSium + Initializing LeOS-Genesis Action not supported No application found to handle the following command Welcome | Hidden Web Gateway @@ -442,14 +442,14 @@ Data Cleared | Restart Required Data Cleared Successfully Private data cleared successfully. Application will close in a moment. Now you can safely continue browsing - Closing LeOSium Please Wait ... - LeOSium Connecting ... + Closing LeOS-Genesis Please Wait ... + LeOS-Genesis Connecting ... Application closed unexpectedly Request New Bridge   Application crashed due to unexpected error. We are looking into the issue mean while you can continue with this application New identity - LeOSium Logs + LeOS-Genesis Logs New tabs Close Tab Open Recent Tabs @@ -498,7 +498,7 @@ Retry - Opps! Network connection error\LeOSium not connected + Opps! Network connection error\LeOS-Genesis not connected Support @@ -524,8 +524,8 @@ Proxy Status Current status of orbot proxy - LeOSium Proxy Status - LeOSium & Bridges Status + LeOS-Genesis Proxy Status + LeOS-Genesis & Bridges Status VPN connectivity status Bridge connectivity status INFO | Change Settings @@ -539,7 +539,7 @@ 1 Connect Copyleft© by Orion Technologies/harvey186 | Built 1.6.1 - Idle | LeOSium on standby at the moment + Idle | LeOS-Genesis on standby at the moment Open tabs will show here diff --git a/app/src/main/res1.tar.xz b/app/src/main/res1.tar.xz new file mode 100644 index 00000000..701f6698 Binary files /dev/null and b/app/src/main/res1.tar.xz differ diff --git a/build/reports/configuration-cache/18pk9cgzerkgo01rt92g1qh8t/4tlatk9wipe9e0tjhrkbj3wgc/configuration-cache-report.html b/build/reports/configuration-cache/18pk9cgzerkgo01rt92g1qh8t/4tlatk9wipe9e0tjhrkbj3wgc/configuration-cache-report.html deleted file mode 100644 index fd8a12a6..00000000 --- a/build/reports/configuration-cache/18pk9cgzerkgo01rt92g1qh8t/4tlatk9wipe9e0tjhrkbj3wgc/configuration-cache-report.html +++ /dev/null @@ -1,419 +0,0 @@ - - - - - - - - - - - Gradle Configuration Cache - - - -
- -
- Loading... -
- - - - - -