]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commitdiff
Release v2.2.
authorSoren Stoutner <soren@stoutner.com>
Fri, 28 Apr 2017 00:38:06 +0000 (17:38 -0700)
committerSoren Stoutner <soren@stoutner.com>
Fri, 28 Apr 2017 00:38:06 +0000 (17:38 -0700)
14 files changed:
.idea/misc.xml
app/build.gradle
app/src/main/assets/de/about_changelog.html
app/src/main/assets/en/about_changelog.html
app/src/main/assets/es/about_changelog.html
app/src/main/assets/it/about_changelog.html
app/src/main/assets/it/about_privacy_policy.html
app/src/main/assets/zh-rTW/about_changelog.html
app/src/main/java/com/stoutner/privacybrowser/activities/MainWebViewActivity.java
app/src/main/res/values-de/strings.xml
app/src/main/res/values-es/strings.xml
app/src/main/res/values-it/strings.xml
app/src/main/res/values-zh-rTW/strings.xml
app/src/main/res/values/strings.xml

index 1caa1363c93b174a058995cdabc9773e123ab3bc..95f0f031062694350692a50d7adca27d559d5d41 100644 (file)
@@ -37,7 +37,7 @@
     <ConfirmationsSetting value="0" id="Add" />
     <ConfirmationsSetting value="0" id="Remove" />
   </component>
-  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
+  <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
     <output url="file://$PROJECT_DIR$/build/classes" />
   </component>
   <component name="ProjectType">
index eb35eae6eef754a65f6fbd372bf1757f799a89d5..d61559192222a6cf2fc8e8849cffd070287e365a 100644 (file)
@@ -25,8 +25,8 @@ android {
     defaultConfig {
         minSdkVersion 19
         targetSdkVersion 25
-        versionCode 21
-        versionName "2.1"
+        versionCode 22
+        versionName "2.2"
     }
 
     buildTypes {
index f00c31a25fe9b9cbdc10c4ca1b5bd5032317e2ea..980502268eb0a78dc0b3ff0c9b5f4e3b27dd7863 100644 (file)
     </head>\r
 \r
     <body>\r
+        <h3>2.2 (version code 22)</h3>\r
+        <p>27 April 2017 - minimum API 19, target API 25</p>\r
+        <ul>\r
+            <li>Create an <a href="https://redmine.stoutner.com/issues/116">Incognito Mode</a>, which deletes the cache and history after each website loads.</li>\r
+            <li>Combine the <a href="https://redmine.stoutner.com/issues/122">JavaScript-enabled and JavaScript-disabled search options</a> into one entry.</li>\r
+            <li>Display the erroneous sections of an <a href="https://redmine.stoutner.com/issues/53">SSL certificate error in red</a>.</li>\r
+            <li>Delete the entire <a href="https://redmine.stoutner.com/issues/114">private cache folder</a> on Clear and Exit.</li>\r
+            <li>Add a <a href="https://redmine.stoutner.com/issues/120">25% font zoom option</a>.</li>\r
+            <li>Fix a bug with Orbot if the <a href="https://redmine.stoutner.com/issues/118">homepage is blank</a>.</li>\r
+            <li>Remove Torch from the list of <a href="https://redmine.stoutner.com/issues/119">recommended Tor search engines</a> because it doesn’t support HTTPS.</li>\r
+            <li>Fix a display corruption if the Find on Page bar is displayed when <a href="https://redmine.stoutner.com/issues/121">Privacy Browser is resumed</a>.</li>\r
+            <li>Display the <a href="https://redmine.stoutner.com/issues/117">Orbot version</a> and <a href="https://redmine.stoutner.com/issues/115">APK package signature</a> in About → Version.</li>\r
+            <li>Update the <a href="https://www.stoutner.com/privacy-browser/privacy-policy/">privacy policy</a> to version 1.4.</li>\r
+            <li>Update the <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=blobdiff;f=app/src/main/assets/pgl.yoyo.org_adservers.txt;h=cd750892e52bf06e7295aa4b51ccb548de4571cd;hp=436a8b83f3142b231cf43b144a6659f869b2a3ab;hb=9ba6d8a73e76d1d65a9df80f101ff3092f946972;hpb=76a37e5ce26f7d4ebe57d38cecc842e4c6c15819">list of ad servers</a> from pgl.yoyo.org.</li>\r
+            <li>Updated Italian translation provided by Francesco Buratti.</li>\r
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>\r
+        </ul>\r
+\r
         <h3>2.1 (version code 21)</h3>\r
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=f01cad697eb5ab015888e88e20f26ac5911b1d85">25. März 2017</a> - Mindest-API 19, Ziel-API 25</p>\r
         <ul>\r
index 6ec3705381f849d869de41c4ba0a4281d9c56242..eedba220726b2b7d52d809250e3cdafcd75570fa 100644 (file)
     </head>
 
     <body>
+        <h3>2.2 (version code 22)</h3>
+        <p>27 April 2017 - minimum API 19, target API 25</p>
+        <ul>
+            <li>Create an <a href="https://redmine.stoutner.com/issues/116">Incognito Mode</a>, which deletes the cache and history after each website loads.</li>
+            <li>Combine the <a href="https://redmine.stoutner.com/issues/122">JavaScript-enabled and JavaScript-disabled search options</a> into one entry.</li>
+            <li>Display the erroneous sections of an <a href="https://redmine.stoutner.com/issues/53">SSL certificate error in red</a>.</li>
+            <li>Delete the entire <a href="https://redmine.stoutner.com/issues/114">private cache folder</a> on Clear and Exit.</li>
+            <li>Add a <a href="https://redmine.stoutner.com/issues/120">25% font zoom option</a>.</li>
+            <li>Fix a bug with Orbot if the <a href="https://redmine.stoutner.com/issues/118">homepage is blank</a>.</li>
+            <li>Remove Torch from the list of <a href="https://redmine.stoutner.com/issues/119">recommended Tor search engines</a> because it doesn’t support HTTPS.</li>
+            <li>Fix a display corruption if the Find on Page bar is displayed when <a href="https://redmine.stoutner.com/issues/121">Privacy Browser is resumed</a>.</li>
+            <li>Display the <a href="https://redmine.stoutner.com/issues/117">Orbot version</a> and <a href="https://redmine.stoutner.com/issues/115">APK package signature</a> in About → Version.</li>
+            <li>Update the <a href="https://www.stoutner.com/privacy-browser/privacy-policy/">privacy policy</a> to version 1.4.</li>
+            <li>Update the <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=blobdiff;f=app/src/main/assets/pgl.yoyo.org_adservers.txt;h=cd750892e52bf06e7295aa4b51ccb548de4571cd;hp=436a8b83f3142b231cf43b144a6659f869b2a3ab;hb=9ba6d8a73e76d1d65a9df80f101ff3092f946972;hpb=76a37e5ce26f7d4ebe57d38cecc842e4c6c15819">list of ad servers</a> from pgl.yoyo.org.</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
         <h3>2.1 (version code 21)</h3>
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=f01cad697eb5ab015888e88e20f26ac5911b1d85">25 March 2017</a> - minimum API 19, target API 25</p>
         <ul>
index 0ea8d1f67638fa150bec35b6da0dfaeee9aba9ea..4609a0d829ebd105630b4d5b20cd02f6ac3dd759 100644 (file)
     </head>
 
     <body>
+        <h3>2.2 (código de versión 22)</h3>
+        <p>27 de abril de 2017 - API mínimo 19, API dirigido 25</p>
+        <ul>
+            <li>Crear un <a href="https://redmine.stoutner.com/issues/116">Modo Incógnito</a>, que borre la caché y el historial después de cargar cada página web.</li>
+            <li>Combinar las <a href="https://redmine.stoutner.com/issues/122">opciones de búsqueda JavaScript-habilitado y JavaScript-deshabilitado</a> en una entrada.</li>
+            <li>Mostrar las secciones erróneas de un <a href="https://redmine.stoutner.com/issues/53">error de certificado SSL en rojo</a>.</li>
+            <li>Eliminar toda <a href="https://redmine.stoutner.com/issues/114">la carpeta de caché privada</a> en Limpiar y Salir.</li>
+            <li>Añadir una <a href="https://redmine.stoutner.com/issues/120">opción de zoom de fuente del 25%</a>.</li>
+            <li>Corregir un error con Orbot si la <a href="https://redmine.stoutner.com/issues/118">página de inicio está en blanco</a>.</li>
+            <li>Suprimir Torch de la lista de <a href="https://redmine.stoutner.com/issues/119">motores de búsqueda recomendados para Tor</a> porque no soporta HTTPS.</li>
+            <li>Corregir un error de visualización si se muestra la barra Buscar en Página cuando <a href="https://redmine.stoutner.com/issues/121">se reanuda Navegador Privado</a>.</li>
+            <li>Mostrar la <a href="https://redmine.stoutner.com/issues/117">versión de Orbot</a> y <a href="https://redmine.stoutner.com/issues/115">firma del paquete APK</a> en Acerca de → Versión.</li>
+            <li>Actualizar la <a href="https://www.stoutner.com/privacy-browser/privacy-policy/">política de privacidad</a> a la versión 1.4.</li>
+            <li>Actualizar la <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=blobdiff;f=app/src/main/assets/pgl.yoyo.org_adservers.txt;h=cd750892e52bf06e7295aa4b51ccb548de4571cd;hp=436a8b83f3142b231cf43b144a6659f869b2a3ab;hb=9ba6d8a73e76d1d65a9df80f101ff3092f946972;hpb=76a37e5ce26f7d4ebe57d38cecc842e4c6c15819">lista de servidores de publicidad</a> desde pgl.yoyo.org.</li>
+            <li>Traducción al español actualizada proporcionada por <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+            <li>Traducción al italiano actualizada proporcionada por Francesco Buratti.</li>
+        </ul>
+
         <h3>2.1 (código de versión 21)</h3>
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=f01cad697eb5ab015888e88e20f26ac5911b1d85">25 de marzo de 2017</a> - API mínimo 19, API dirigido 25</p>
         <ul>
index 8437c47401c6476dabe322432df5f223d00bbeed..e0cb6b89ec2da1936cd5892e3ad5e54924be33a2 100644 (file)
     </head>
 
     <body>
+        <h3>2.2 (versione codice 22)</h3>
+        <p>27 Aprile 2017 - minima API 19, target API 25</p>
+        <ul>
+            <li>Creazione di una <a href="https://redmine.stoutner.com/issues/116">Modalità Incognito</a>, con la quale si elimina la cache e la cronologia dopo il caricamento di ogni sito web.</li>
+            <li>Unione delle <a href="https://redmine.stoutner.com/issues/122">opzioni di ricerca con JavaScript abilitato e disabilitato</a> in una unica impostazione.</li>
+            <li>Visualizzazione delle sezioni errate di un <a href="https://redmine.stoutner.com/issues/53">errore di certificato SSL in rosso</a>.</li>
+            <li>Eliminazione completa della <a href="https://redmine.stoutner.com/issues/114">cartella della cache privata</a> con il comando Elimina Dati ed Esci.</li>
+            <li>Aggiunta della <a href="https://redmine.stoutner.com/issues/120">opzione di zoom del font del 25%</a>.</li>
+            <li>Risoluzione di un baco con Orbot nel caso di <a href="https://redmine.stoutner.com/issues/118">homepage bianca</a>.</li>
+            <li>Rimozione di Torch dalla lista dei <a href="https://redmine.stoutner.com/issues/119">motori di ricerca consigliati per Tor</a> perché non supporta HTTPS.</li>
+            <li>Sistemazione di un problema di visualizzazione se la barra di ricerca nella pagina è visualizzata quando viene <a href="https://redmine.stoutner.com/issues/121">riaperto Privacy Browser</a>.</li>
+            <li>Visualizzazione della <a href="https://redmine.stoutner.com/issues/117">versione di Orbot</a> e della <a href="https://redmine.stoutner.com/issues/115">firma del pacchetto APK</a> nella scheda Informazioni → Versione.</li>
+            <li>Aggiornamento della <a href="https://www.stoutner.com/privacy-browser/privacy-policy/">privacy policy</a> alla versione 1.4.</li>
+            <li>Aggiornamento della <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=blobdiff;f=app/src/main/assets/pgl.yoyo.org_adservers.txt;h=cd750892e52bf06e7295aa4b51ccb548de4571cd;hp=436a8b83f3142b231cf43b144a6659f869b2a3ab;hb=9ba6d8a73e76d1d65a9df80f101ff3092f946972;hpb=76a37e5ce26f7d4ebe57d38cecc842e4c6c15819">lista degli ad-server</a> da pgl.yoyo.org.</li>
+            <li>Aggiornamento della traduzione Italiana fornita da Francesco Buratti.</li>
+            <li>Aggiornamento della traduzione Spagnola fornita da <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
         <h3>2.1 (versione codice 21)</h3>
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=f01cad697eb5ab015888e88e20f26ac5911b1d85">25 Marzo 2017</a> - minima API 19, target API 25</p>
         <ul>
 
 
         <h3>1.4 (versione codice 5)</h3>
-        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=58e6c22da860871eadd1cbf214a30e88ced4f19e">28 April 2016</a> - minima API 15, target API 23</p>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=58e6c22da860871eadd1cbf214a30e88ced4f19e">28 Aprile 2016</a> - minima API 15, target API 23</p>
         <ul>
             <li>Add controls for <a href="https://redmine.stoutner.com/issues/21">third-party cookies</a>.</li>
             <li>Fix full screen video playback.</li>
 
 
         <h3>1.3 (versione codice 4)</h3>
-        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=4f704be746c00c0a29a52c28646e6d7cf2f9c53c">7 April 2016</a> - minima API 15, target API 23</p>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=4f704be746c00c0a29a52c28646e6d7cf2f9c53c">7 Aprile 2016</a> - minima API 15, target API 23</p>
         <ul>
             <li>Create a <a href="https://redmine.stoutner.com/issues/17">navigation drawer</a>.</li>
         </ul>
index 63caf04e34242b532a5e02dccc5bb9551dda1b02..7d40d4f3129f6a3eba7df937697137b2b0bf5195 100644 (file)
             <strong class="blue">Stoutner non rivenderà o comunque non trasferirà mai nessuna informazione a terze parti che potrebbero utilizzarle a scopi pubblicitari o di marketing</strong>.</p>
 
         <hr />
-        <p style="text-align: center;"><em>Revisione 1.4, 20 April 2017</em></p>
+        <p style="text-align: center;"><em>Revisione 1.4, 20 Aprile 2017</em></p>
     </body>
 </html>
\ No newline at end of file
index 6ec3705381f849d869de41c4ba0a4281d9c56242..eedba220726b2b7d52d809250e3cdafcd75570fa 100644 (file)
     </head>
 
     <body>
+        <h3>2.2 (version code 22)</h3>
+        <p>27 April 2017 - minimum API 19, target API 25</p>
+        <ul>
+            <li>Create an <a href="https://redmine.stoutner.com/issues/116">Incognito Mode</a>, which deletes the cache and history after each website loads.</li>
+            <li>Combine the <a href="https://redmine.stoutner.com/issues/122">JavaScript-enabled and JavaScript-disabled search options</a> into one entry.</li>
+            <li>Display the erroneous sections of an <a href="https://redmine.stoutner.com/issues/53">SSL certificate error in red</a>.</li>
+            <li>Delete the entire <a href="https://redmine.stoutner.com/issues/114">private cache folder</a> on Clear and Exit.</li>
+            <li>Add a <a href="https://redmine.stoutner.com/issues/120">25% font zoom option</a>.</li>
+            <li>Fix a bug with Orbot if the <a href="https://redmine.stoutner.com/issues/118">homepage is blank</a>.</li>
+            <li>Remove Torch from the list of <a href="https://redmine.stoutner.com/issues/119">recommended Tor search engines</a> because it doesn’t support HTTPS.</li>
+            <li>Fix a display corruption if the Find on Page bar is displayed when <a href="https://redmine.stoutner.com/issues/121">Privacy Browser is resumed</a>.</li>
+            <li>Display the <a href="https://redmine.stoutner.com/issues/117">Orbot version</a> and <a href="https://redmine.stoutner.com/issues/115">APK package signature</a> in About → Version.</li>
+            <li>Update the <a href="https://www.stoutner.com/privacy-browser/privacy-policy/">privacy policy</a> to version 1.4.</li>
+            <li>Update the <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=blobdiff;f=app/src/main/assets/pgl.yoyo.org_adservers.txt;h=cd750892e52bf06e7295aa4b51ccb548de4571cd;hp=436a8b83f3142b231cf43b144a6659f869b2a3ab;hb=9ba6d8a73e76d1d65a9df80f101ff3092f946972;hpb=76a37e5ce26f7d4ebe57d38cecc842e4c6c15819">list of ad servers</a> from pgl.yoyo.org.</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
         <h3>2.1 (version code 21)</h3>
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=f01cad697eb5ab015888e88e20f26ac5911b1d85">25 March 2017</a> - minimum API 19, target API 25</p>
         <ul>
index c576b89aab6fa192aedc59bdc69173232bec580b..25e61890f907c1f0f04659016dec1a0d82e9e793 100644 (file)
@@ -663,7 +663,7 @@ public class MainWebViewActivity extends AppCompatActivity implements Navigation
                         privacyBrowserRuntime.exec("rm -rf " + privateDataDirectoryString + "/cache");
 
                         // Delete the `app_webview` folder, which contains an additional `WebView` cache.  See `https://code.google.com/p/android/issues/detail?id=233826&thanks=233826&ts=1486670530`.
-                        privacyBrowserRuntime.exec("rm -rf " + privacyBrowserRuntime + "/app_webview");
+                        privacyBrowserRuntime.exec("rm -rf " + privateDataDirectoryString + "/app_webview");
                     } catch (IOException e) {
                         // Do nothing if an error is thrown.
                     }
@@ -1414,7 +1414,7 @@ public class MainWebViewActivity extends AppCompatActivity implements Navigation
                     privacyBrowserRuntime.exec("rm -rf " + privateDataDirectoryString + "/cache");
 
                     // Delete the `app_webview` folder, which contains an additional `WebView` cache.  See `https://code.google.com/p/android/issues/detail?id=233826&thanks=233826&ts=1486670530`.
-                    privacyBrowserRuntime.exec("rm -rf " + privacyBrowserRuntime + "/app_webview");
+                    privacyBrowserRuntime.exec("rm -rf " + privateDataDirectoryString + "/app_webview");
                 } catch (IOException e) {
                     // Do nothing if an error is thrown.
                 }
index f7270e7ffb525a23457947d4df95108a4587b8c6..b3ffa3237d225d233a01d09379e30a0638908954 100644 (file)
         <string name="proxy_through_orbot_summary">Sämtlichen Web-Verkehr durch Orbot mittels localhost:8118 leiten.</string>
     <string name="search">Suche</string>
         <string-array name="search_entries">
-            <item>DuckDuckGo JavaScript disabled</item>
-            <item>DuckDuckGo JavaScript enabled</item>
+            <item>DuckDuckGo JavaScript disabled</item>
+            <item>DuckDuckGo JavaScript enabled</item>
             <item>StartPage</item>
             <item>Google</item>
             <item>Bing</item>
-            <item>Yahoo JavaScript disabled</item>
-            <item>Yahoo JavaScript enabled</item>
-            <item>Qwant JavaScript disabled</item>
-            <item>Qwant JavaScript enabled</item>
+            <item>Yahoo JavaScript disabled</item>
+            <item>Yahoo JavaScript enabled</item>
+            <item>Qwant JavaScript disabled</item>
+            <item>Qwant JavaScript enabled</item>
             <item>Eigene</item>
         </string-array>
         <string name="search_custom_url">Suchmaschinen-URL</string>
index c40b91b8d01cdf9eb9ef9d62c79c3bdc9eb1c398..96e1b807e8d69b90a1cfa14dc7821bda1a9423f0 100644 (file)
         <string name="tor_homepage">Página de inicio de Tor</string>
         <string name="tor_search">Búsqueda en Tor</string>
         <string-array name="tor_search_entries">
-            <item>DuckDuckGo Javascript deshabilitado</item>
-            <item>DuckDuckGo Javascript habilitado</item>
+            <item>DuckDuckGo Javascript deshabilitado</item>
+            <item>DuckDuckGo Javascript habilitado</item>
             <item>Personalizado</item>
         </string-array>
         <string name="tor_search_custom_url">URL personalizada de búsqueda en Tor</string>
     <string name="search">Búsqueda</string>
         <string-array name="search_entries">
-            <item>DuckDuckGo Javascript deshabilitado</item>
-            <item>DuckDuckGo Javascript habilitado</item>
+            <item>DuckDuckGo Javascript deshabilitado</item>
+            <item>DuckDuckGo Javascript habilitado</item>
             <item>StartPage</item>
             <item>Google</item>
             <item>Bing</item>
-            <item>Yahoo Javascript deshabilitado</item>
-            <item>Yahoo Javascript habilitado</item>
-            <item>Qwant Javascript deshatilitado</item>
-            <item>Qwant Javascript habilitado</item>
+            <item>Yahoo Javascript deshabilitado</item>
+            <item>Yahoo Javascript habilitado</item>
+            <item>Qwant Javascript deshatilitado</item>
+            <item>Qwant Javascript habilitado</item>
             <item>Personalizado</item>
         </string-array>
         <string name="search_custom_url">URL personalizado de búsqueda</string>
index 1013079eb466ea4cc117580e61682fe5cea8d16f..366ef227adfcf6cf23facd2c3c6dae2336f04d00 100644 (file)
         <string name="tor_homepage">Tor Homepage</string>
         <string name="tor_search">Tor - Ricerca</string>
         <string-array name="tor_search_entries">
-            <item>DuckDuckGo JavaScript disabled</item>
-            <item>DuckDuckGo JavaScript enabled</item>
-            <item>Custom</item>
+            <item>DuckDuckGo - JavaScript disabilitato</item>
+            <item>DuckDuckGo - JavaScript abilitato</item>
+            <item>Personalizzata</item>
         </string-array>
         <string name="tor_search_custom_url">Tor - Ricerca personalizzata</string>
     <string name="search">Ricerca</string>
         <string-array name="search_entries">
-            <item>DuckDuckGo JavaScript disabled</item>
-            <item>DuckDuckGo JavaScript enabled</item>
+            <item>DuckDuckGo - JavaScript disabilitato</item>
+            <item>DuckDuckGo - JavaScript abilitato</item>
             <item>StartPage</item>
             <item>Google</item>
             <item>Bing</item>
-            <item>Yahoo JavaScript disabled</item>
-            <item>Yahoo JavaScript enabled</item>
-            <item>Qwant JavaScript disabled</item>
-            <item>Qwant JavaScript enabled</item>
-            <item>Custom</item>
+            <item>Yahoo - JavaScript disabilitato</item>
+            <item>Yahoo - JavaScript abilitato</item>
+            <item>Qwant - JavaScript disabilitato</item>
+            <item>Qwant - JavaScript abilitato</item>
+            <item>Personalizzata</item>
         </string-array>
         <string name="search_custom_url">Ricerca personalizzata</string>
         <string name="custom_url">URL Personalizzata</string>
index 4a719eb6cd9b103206f2bf2c1791a4fc3a0b9e47..00c107a705baa6d2bd7d1c4f35e74cf52a9f3492 100644 (file)
         <string name="tor_homepage">Tor homepage</string>
         <string name="tor_search">Tor search</string>
         <string-array name="tor_search_entries">
-            <item>DuckDuckGo JavaScript disabled</item>
-            <item>DuckDuckGo JavaScript enabled</item>
+            <item>DuckDuckGo JavaScript disabled</item>
+            <item>DuckDuckGo JavaScript enabled</item>
             <item>Custom</item>
         </string-array>
         <string name="tor_search_custom_url">Tor search custom URL</string>
     <string name="search">Search</string>
         <string-array name="search_entries">
-            <item>DuckDuckGo JavaScript disabled</item>
-            <item>DuckDuckGo JavaScript enabled</item>
+            <item>DuckDuckGo JavaScript disabled</item>
+            <item>DuckDuckGo JavaScript enabled</item>
             <item>StartPage</item>
             <item>Google</item>
             <item>Bing</item>
-            <item>Yahoo JavaScript disabled</item>
-            <item>Yahoo JavaScript enabled</item>
-            <item>Qwant JavaScript disabled</item>
-            <item>Qwant JavaScript enabled</item>
+            <item>Yahoo JavaScript disabled</item>
+            <item>Yahoo JavaScript enabled</item>
+            <item>Qwant JavaScript disabled</item>
+            <item>Qwant JavaScript enabled</item>
             <item>Custom</item>
         </string-array>
         <string name="search_custom_url">Search custom URL</string>
index 1d867d4eae1f0054a826e0448c4aa6d48e437fde..f726be63daff4ae6fea869547c10e0d9edcc3f32 100644 (file)
         <string name="tor_homepage">Tor homepage</string>
         <string name="tor_search">Tor search</string>
         <string-array name="tor_search_entries">
-            <item>DuckDuckGo JavaScript disabled</item>
-            <item>DuckDuckGo JavaScript enabled</item>
+            <item>DuckDuckGo JavaScript disabled</item>
+            <item>DuckDuckGo JavaScript enabled</item>
             <item>Custom</item>
         </string-array>
         <string-array name="tor_search_entry_values" translatable="false">  <!-- None of the items in this `string-array` should be translated. -->
         <string name="tor_search_custom_url">Tor search custom URL</string>
     <string name="search">Search</string>
         <string-array name="search_entries">
-            <item>DuckDuckGo JavaScript disabled</item>
-            <item>DuckDuckGo JavaScript enabled</item>
+            <item>DuckDuckGo JavaScript disabled</item>
+            <item>DuckDuckGo JavaScript enabled</item>
             <item>StartPage</item>
             <item>Google</item>
             <item>Bing</item>
-            <item>Yahoo JavaScript disabled</item>
-            <item>Yahoo JavaScript enabled</item>
-            <item>Qwant JavaScript disabled</item>
-            <item>Qwant JavaScript enabled</item>
+            <item>Yahoo JavaScript disabled</item>
+            <item>Yahoo JavaScript enabled</item>
+            <item>Qwant JavaScript disabled</item>
+            <item>Qwant JavaScript enabled</item>
             <item>Custom</item>
         </string-array>
         <string-array name="search_entry_values" translatable="false">  <!-- None of the items in this `string-array` should be translated. -->
             <item>https://duckduckgo.com/html/?q=</item>
             <item>https://duckduckgo.com/?q=</item>
-            <item>https://www.startpage.com/do/search?q=</item>
+            <item>https://www.startpage.com/do/search?query=</item>
             <item>https://www.google.com/search?q=</item>
             <item>https://www.bing.com/search?q=</item>
             <item>https://search.yahoo.com/mobile/s?nojs=1&amp;p=</item>