From: Soren Stoutner Date: Sat, 26 Jun 2021 18:18:27 +0000 (-0700) Subject: Make Mojeek the default homepage and search engine. https://redmine.stoutner.com... X-Git-Tag: v3.8.1~4 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff_plain;h=3a940b246f0027c85294931abb79ada28e7c343f Make Mojeek the default homepage and search engine. https://redmine.stoutner.com/issues/577 --- diff --git a/app/build.gradle b/app/build.gradle index 01b98033..302b478c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -83,11 +83,11 @@ dependencies { implementation 'androidx.webkit:webkit:1.4.0' // Include the Kotlin standard libraries. This should be the same version number listed in project build.gradle. - implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.10' + implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.20' // Include the Google material library. implementation 'com.google.android.material:material:1.3.0' // Only compile AdMob ads for the free flavor. - freeImplementation 'com.google.android.gms:play-services-ads:20.1.0' + freeImplementation 'com.google.android.gms:play-services-ads:20.2.0' } \ No newline at end of file diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index cc16ee82..82a291fb 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -517,10 +517,10 @@ Entfernt “?amp=1” sowie alles danach URLs. Suche + Mojeek Startpage Monocles Metager - Mojeek DuckDuckGo - JavaScript deaktiviert DuckDuckGo - JavaScript aktiviert Google diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 278b5229..afce7e0f 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -514,10 +514,10 @@ Eliminar “?amp=1” y cualquier cosa después de esto de las URLs. Búsqueda + Mojeek Startpage Monocles Metager - Mojeek DuckDuckGo - Javascript deshabilitado DuckDuckGo - Javascript habilitado Google diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 0c62038f..21fd1629 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -514,10 +514,10 @@ Supprimer “?amp=1” et tout ce qui suit après cette URL. Moteur de Recherche + Mojeek Startpage Monocles Metager - Mojeek DuckDuckGo - JavaScript désactivé DuckDuckGo - JavaScript activé Google diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 8e24b6fb..120b5a56 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -514,10 +514,10 @@ Rimuovi “?amp=1” e tutto quello che segue dalle URL. Ricerca + Mojeek Startpage Monocles Metager - Mojeek DuckDuckGo - JavaScript disabilitato DuckDuckGo - JavaScript abilitato Google diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 7543c0d7..7bdae645 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -513,10 +513,10 @@ Remover “?amp=1†e qualquer coisa depois de URLs. Search + Mojeek Startpage Monocles Metager - Mojeek DuckDuckGo - JavaScript desativado DuckDuckGo - JavaScript ativado Google diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 1ccbf84c..14ca602d 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -510,10 +510,10 @@ Удалять из URL “?amp=1” и все что будет после. Поиск + Mojeek Startpage Monocles Metager - Mojeek DuckDuckGo - JavaScript выключен DuckDuckGo - JavaScript включен Google diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index f4287db5..21c76bbc 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -454,10 +454,10 @@ URL\'den sonra gelen “?amp=1” ve diğer şeyleri kaldırır. Arama + Mojeek Startpage Monocles Metager - Mojeek DuckDuckGo - JavaScript devre dışı DuckDuckGo - JavaScript etkin Google diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 6e06a3a0..b07d8e90 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -551,10 +551,10 @@ Remove “?amp=1” and anything after it from URLs. Search + Mojeek Startpage Monocles Metager - Mojeek DuckDuckGo - JavaScript disabled DuckDuckGo - JavaScript enabled Google @@ -564,10 +564,10 @@ Custom + https://www.mojeek.com/search?q= https://www.startpage.com/do/search?query= https://monocles.de/search?q= https://metager.org/meta/meta.ger3?eingabe= - https://www.mojeek.com/search?q= https://duckduckgo.com/html/?q= https://duckduckgo.com/?q= https://www.google.com/search?q= @@ -673,11 +673,11 @@ System default PrivacyBrowser/1.0 100 - https://www.startpage.com/ + https://www.mojeek.com/ http://localhost:8118 None - https://www.startpage.com/do/search?query= + https://www.mojeek.com/search?q= Privacy Browser System default diff --git a/build.gradle b/build.gradle index bf9591ab..4b2296d2 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:4.2.1' - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.20" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files