]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commitdiff
Release 3.13.2. v3.13.2
authorSoren Stoutner <soren@stoutner.com>
Mon, 6 Feb 2023 17:03:53 +0000 (10:03 -0700)
committerSoren Stoutner <soren@stoutner.com>
Mon, 6 Feb 2023 17:03:53 +0000 (10:03 -0700)
52 files changed:
app/build.gradle
app/src/main/assets/de/about_changelog.html
app/src/main/assets/de/about_contributors.html
app/src/main/assets/en/about_changelog.html
app/src/main/assets/es/about_changelog.html
app/src/main/assets/fr/about_changelog.html
app/src/main/assets/fr/about_contributors.html
app/src/main/assets/it/about_changelog.html
app/src/main/assets/pt-rBR/about_changelog.html
app/src/main/assets/ru/about_changelog.html
app/src/main/assets/tr/about_changelog.html
app/src/main/assets/zh-rCN/about_changelog.html
app/src/main/assets/zh-rCN/about_contributors.html
app/src/main/assets/zh-rCN/about_licenses.html
app/src/main/assets/zh-rCN/about_links.html
app/src/main/assets/zh-rCN/about_permissions.html
app/src/main/assets/zh-rCN/about_privacy_policy.html
build.gradle
fastlane/metadata/android/de-DE/changelogs/66.txt [new file with mode: 0644]
fastlane/metadata/android/de-DE/images/phoneScreenshots/02-NavigationMenu-de.png [new file with mode: 0644]
fastlane/metadata/android/de-DE/images/phoneScreenshots/02-NavigationMenu.png [deleted file]
fastlane/metadata/android/en-US/changelogs/66.txt [new file with mode: 0644]
fastlane/metadata/android/en-US/images/phoneScreenshots/02-NavigationMenu-en.png [new file with mode: 0644]
fastlane/metadata/android/en-US/images/phoneScreenshots/02-NavigationMenu.png [deleted file]
fastlane/metadata/android/es-ES/changelogs/66.txt [new file with mode: 0644]
fastlane/metadata/android/es-ES/images/phoneScreenshots/02-NavigationMenu-es.png [new file with mode: 0644]
fastlane/metadata/android/es-ES/images/phoneScreenshots/02-NavigationMenu.png [deleted file]
fastlane/metadata/android/fr-FR/changelogs/66.txt [new file with mode: 0644]
fastlane/metadata/android/fr-FR/images/phoneScreenshots/02-NavigationMenu-fr.png [new file with mode: 0644]
fastlane/metadata/android/fr-FR/images/phoneScreenshots/02-NavigationMenu.png [deleted file]
fastlane/metadata/android/it-IT/changelogs/66.txt [new file with mode: 0644]
fastlane/metadata/android/it-IT/images/phoneScreenshots/02-NavigationMenu-it.png [new file with mode: 0644]
fastlane/metadata/android/it-IT/images/phoneScreenshots/02-NavigationMenu.png [deleted file]
fastlane/metadata/android/pt-BR/images/phoneScreenshots/02-NavigationMenu-pt-rBR.png [new file with mode: 0644]
fastlane/metadata/android/pt-BR/images/phoneScreenshots/02-NavigationMenu.png [deleted file]
fastlane/metadata/android/ru-RU/changelogs/66.txt [new file with mode: 0644]
fastlane/metadata/android/ru-RU/images/phoneScreenshots/02-NavigationMenu-ru.png [new file with mode: 0644]
fastlane/metadata/android/ru-RU/images/phoneScreenshots/02-NavigationMenu.png [deleted file]
fastlane/metadata/android/tr-TR/images/phoneScreenshots/02-NavigationMenu-tr.png [new file with mode: 0644]
fastlane/metadata/android/tr-TR/images/phoneScreenshots/02-NavigationMenu.png [deleted file]
fastlane/metadata/android/zh_CN/changelogs/66.txt [new file with mode: 0644]
fastlane/metadata/android/zh_CN/full_description.txt [new file with mode: 0644]
fastlane/metadata/android/zh_CN/images/phoneScreenshots/01 - Homepage - zh-rCN.png [new file with mode: 0644]
fastlane/metadata/android/zh_CN/images/phoneScreenshots/02-NavigationMenu-zh-rCN.png [new file with mode: 0644]
fastlane/metadata/android/zh_CN/images/phoneScreenshots/03-OptionsMenu-zh-rCN.png [new file with mode: 0644]
fastlane/metadata/android/zh_CN/images/phoneScreenshots/04-Tor-zh-rCN.png [new file with mode: 0644]
fastlane/metadata/android/zh_CN/images/phoneScreenshots/05-RequestDetails-zh-rCN.png [new file with mode: 0644]
fastlane/metadata/android/zh_CN/images/phoneScreenshots/06-DarkTheme-zh-rCN.png [new file with mode: 0644]
fastlane/metadata/android/zh_CN/images/phoneScreenshots/07-Domains.png [new file with mode: 0644]
fastlane/metadata/android/zh_CN/short_description.txt [new file with mode: 0644]
fastlane/metadata/android/zh_CN/title.txt [new file with mode: 0644]
gradle/wrapper/gradle-wrapper.properties

index 4e6275b720bfb40d09fdcdd155eac014f38ad636..0431a442bd196b7ac481c708ee116ef80e2163d3 100644 (file)
@@ -28,9 +28,9 @@ android {
     defaultConfig {
         minSdk 23
         targetSdk 33
-        versionCode 65
-        versionName "3.13.1"
-        resConfigs "en", "de", "es", "fr", "it", "pt-rBR", "ru", "tr", "zh-rCN"
+        versionCode 66
+        versionName "3.13.2"
+        resConfigs 'en', 'de', 'es', 'fr', 'it', 'pt-rBR', 'ru', 'tr', 'zh-rCN'
     }
 
     buildTypes {
@@ -66,7 +66,7 @@ android {
 
 dependencies {
     // Include the following AndroidX libraries.
-    implementation "androidx.activity:activity-ktx:1.7.0-alpha03"
+    implementation "androidx.activity:activity-ktx:1.7.0-alpha04"
     implementation 'androidx.arch.core:core-common:2.1.0'
     implementation 'androidx.arch.core:core-runtime:2.1.0'
     implementation 'androidx.appcompat:appcompat:1.6.0'
@@ -78,11 +78,11 @@ dependencies {
     implementation 'androidx.preference:preference-ktx:1.2.0'
     implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
     implementation 'androidx.viewpager:viewpager:1.0.0'
-    implementation 'androidx.webkit:webkit:1.5.0'
+    implementation 'androidx.webkit:webkit:1.6.0'
 
     // Include the Kotlin standard library.  This should be the same version number listed in project build.gradle.
-    implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.20'
+    implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0'
 
     // Include the Google material library.
-    implementation 'com.google.android.material:material:1.7.0'
+    implementation 'com.google.android.material:material:1.8.0'
 }
index ea131fbbc4cdf8af970d0974252d4750ecd8f80a..101ba79bc1528c55c972747d10472b3ad9941873 100644 (file)
     </head>
 
     <body>
+        <h3>3.13.2 (Version Code 66)</h3>
+        <p>6. Februar 2023 - Mindest-API 23, Ziel-API 33</p>
+        <ul>
+            <li>Von Xin zur Verfügung gestellte Vereinfachte Chinesische Übersetzung hinzugefügt.</li>
+        </ul>
+
         <h3><a href="https://www.stoutner.com/privacy-browser-android-3-13-1/">3.13.1</a> (Version Code 65)</h3>
         <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=9c000d5555b2c8e3bbe01dc21f13c6d0074eb482">9. Januar 2023</a> - Mindest-API 23, Ziel-API 33</p>
         <ul>
             <li><a href="https://redmine.stoutner.com/issues/1">Dateiuploads</a> auf Webseiten unter Lollipop und neuer.</li>
             <li><a href="https://redmine.stoutner.com/issues/216">Automatische Aktualisierung von user agents</a> mit neuen Releases.</li>
             <li>Neue Option <a href="https://redmine.stoutner.com/issues/269">URL herunterladen</a> im Kontextmenü.</li>
-            <li>Neuer <a href="https://redmine.stoutner.com/issues/278">Dialog über Werbung</a> und aktualisierte <a href="https://www.stoutner.com/privacy-browser-android/privacy-policy/">Datenschutzbestimmungen</a>
-                des Privacy Browser Free im Rahmen der EU-DSGV.</li>
+            <li>Neuer <a href="https://redmine.stoutner.com/issues/278">Dialog über Werbung</a> und aktualisierte
+                <a href="https://www.stoutner.com/privacy-browser-android/privacy-policy/">Datenschutzbestimmungen</a> des Privacy Browser Free im Rahmen der EU-DSGV.</li>
             <li>Neue Möglichkeit, die Werbung in Privacy Browser Free <a href="https://developers.google.com/admob/android/eu-consent#collect_consent">anonymisiert und nicht verfolgend</a> einzustellen.</li>
             <li>Bug fix aus Version 2.9: <a href="https://redmine.stoutner.com/issues/282">Lesezeichen wurden aus der Lesezeichen-Aktivität nicht geladen</a>.</li>
             <li>Bug fix: <a href="https://redmine.stoutner.com/issues/281">Domaineinstellungen wurden teilweise erst nach Neuladen übernommen</a>.</li>
index 1548c6145cd512c98edf4cd092be4b1dc9e4ce8b..8e1cd4055bbd99af8a79c7431d1ebcce938c0247 100644 (file)
@@ -1,7 +1,7 @@
 <!--
   Copyright 2016-2023 Soren Stoutner <soren@stoutner.com>.
 
-  Translation 2019-2020 Bernhard G. Keller.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+  Translation 2019-2020,2023 Bernhard G. Keller.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
 
   Translation 2016 Aaron Gerlach <aaron@gerlach.com>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
 
@@ -43,7 +43,7 @@
         <a href="mailto:mochileiro2006-trilhas@yahoo.com.br">Thiago Nazareno Conceição Silva de Jesus</a>: Brasilianisches Portugiesisch<br/>
         <a href="mailto:kevinliste@framalistes.org">Kévin L.</a>: Französisch<br/>
         Francesco Buratti: Italienisch<br/>
-        Xin: Simplified Chinese<br/>
+        Xin: Vereinfachtes Chinesisch<br/>
         Jose A. León: Spanisch
 
         <h3>Frühere Mitwirkende</h3>
index ea74476de848143ea76ac07a8e1fb7319bbe3196..cb276c09d1d7b62d6bf2ed5b606419027ba3676c 100644 (file)
     </head>
 
     <body>
+        <h3>3.13.2 (version code 66)</h3>
+        <p>6 February 2023 - minimum API 23, target API 33</p>
+        <ul>
+            <li>Add a Simplified Chinese translation provided by Xin.</li>
+        </ul>
+
         <h3><a href="https://www.stoutner.com/privacy-browser-android-3-13-1/">3.13.1</a> (version code 65)</h3>
         <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=9c000d5555b2c8e3bbe01dc21f13c6d0074eb482">9 January 2023</a> - minimum API 23, target API 33</p>
         <ul>
index 2e7567d71068302486936d7f211dfaa2cb063ab8..32ac2f6d6e7f48617a3c7560242fcae538147cf1 100644 (file)
     </head>
 
     <body>
+        <h3>3.13.2 (código de versión 66)</h3>
+        <p>6 de febrero de 2023 - API mínimo 23, API objetivo 33</p>
+        <ul>
+            <li>Añadir una traducción al chino simplificado proporcionada por Xin.</li>
+        </ul>
+
         <h3><a href="https://www.stoutner.com/privacy-browser-android-3-13-1/">3.13.1</a> (código de versión 65)</h3>
         <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=9c000d5555b2c8e3bbe01dc21f13c6d0074eb482">9 de enero de 2023</a> - API mínimo 23, API objetivo 33</p>
         <ul>
         <h3><a href="https://www.stoutner.com/privacy-browser-2-13/">2.13</a> (código de versión 36)</h3>
         <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=c44cc1c5af504b415b86654d7d03a3e78a5adf1b">29 de octubre de 2018</a> - API mínimo 19, API objetivo 28</p>
         <ul>
-            <li>Añadir la <a href="https://redmine.stoutner.com/issues/23">importación y exportación</a> de favoritos y ajustes (incluye el <a href="https://redmine.stoutner.com/issues/280">permiso de almacenamiento de lectura</a>).</li>
+            <li>Añadir la <a href="https://redmine.stoutner.com/issues/23">importación y exportación</a> de favoritos y ajustes
+                (incluye el <a href="https://redmine.stoutner.com/issues/280">permiso de almacenamiento de lectura</a>).</li>
             <li>Cambiar la <a href="https://redmine.stoutner.com/issues/165">carga predeterminada de URLs</a> de HTTP a HTTPS.</li>
-            <li>Mostrar cuántos elementos son <a href="https://redmine.stoutner.com/issues/313">bloqueados por cada lista de bloqueo</a> con <a href="https://redmine.stoutner.com/issues/323">actualizaciones en tiempo real</a>.</li>
+            <li>Mostrar cuántos elementos son <a href="https://redmine.stoutner.com/issues/313">bloqueados por cada lista de bloqueo</a> con
+                <a href="https://redmine.stoutner.com/issues/323">actualizaciones en tiempo real</a>.</li>
             <li>Añadir un <a href="https://redmine.stoutner.com/issues/252">botón</a> para parar la carga.</li>
             <li>Añadir controles de <a href="https://redmine.stoutner.com/issues/305">agente de usuario</a> y <a href="https://redmine.stoutner.com/issues/274">de modo nocturno</a> al menú de opciones.</li>
             <li>Arreglar un problema con <a href="https://redmine.stoutner.com/issues/325">la desaparición de las barras del sistema</a> tras ver un vídeo a pantalla completa.</li>
             <li><a href="https://redmine.stoutner.com/issues/138">Ocultar el elemento del menú de opciones “Borrar almacenamiento DOM”</a> si no hay nada que borrar.</li>
             <li>Usar <a href="https://redmine.stoutner.com/issues/161">texto rojo sin negrita</a> para indicar páginas web no cifradas.</li>
             <li>Arreglar un error que algunas veces provocaba <a href="https://redmine.stoutner.com/issues/160">que fallaran los agentes de usuario de un dominio personalizado</a>.</li>
-            <li>Arreglar un error que provocaba que la modificación de una página web (como la clasificación de una lista) se perdiera si Navegador Privado <a href="https://redmine.stoutner.com/issues/139">se llevaba a segundo plano</a>.</li>
+            <li>Arreglar un error que provocaba que la modificación de una página web (como la clasificación de una lista) se perdiera si Navegador Privado
+                <a href="https://redmine.stoutner.com/issues/139">se llevaba a segundo plano</a>.</li>
             <li>Muchas <a href="https://redmine.stoutner.com/issues/102">pequeñas</a> <a href="https://redmine.stoutner.com/issues/153">mejoras</a> <a href="https://redmine.stoutner.com/issues/97">se han</a>
                 <a href="https://redmine.stoutner.com/issues/108">hecho</a> <a href="https://redmine.stoutner.com/issues/171">a la</a> <a href="https://redmine.stoutner.com/issues/172">actividad</a>
                 <a href="https://redmine.stoutner.com/issues/173">de los</a> <a href="https://redmine.stoutner.com/issues/152">Dominios</a>.</li>
             <li><a href="https://redmine.stoutner.com/issues/126">Destacar el dominio</a> en el cuadro de texto de la URL.</li>
             <li>Añadir configuración para <a href="https://redmine.stoutner.com/issues/133">controlar lo que ocurre en Borrar y Salir</a>.</li>
             <li>Cambiar la <a href="https://redmine.stoutner.com/issues/140">página de inicio por defecto a https://start.duckduckgo.com</a>.</li>
-            <li>Añadir una <a href="https://redmine.stoutner.com/issues/134">acción de deshacer</a> a la snackbar cuando las cookies, el almacenamiento DOM, o los datos de formulario sean limpiados desde el menú de opciones.</li>
+            <li>Añadir una <a href="https://redmine.stoutner.com/issues/134">acción de deshacer</a>
+                a la snackbar cuando las cookies, el almacenamiento DOM, o los datos de formulario sean limpiados desde el menú de opciones.</li>
             <li>Arreglar un error que causaba <a href="https://redmine.stoutner.com/issues/139">que se perdieran los cambios pendientes al reiniciar</a>.</li>
             <li>Arreglar un error con el <a href="https://redmine.stoutner.com/issues/131">diseño spinner en algunos dispositivos Huawei</a>.</li>
             <li>Actualizada la traducción al español proporcionada por Jose A. León.</li>
index 4886788005dbaac110f016bde9144863ee7af0c2..0dbdbe5914fed9f5a451b264c321d9426498bb35 100644 (file)
     </head>
 
     <body>
+        <h3>3.13.2 (version du code 66)</h3>
+        <p>6 Février 2023 - API minimale : 23, API optimale : 33</p>
+        <ul>
+            <li>Ajout de la traduction en chinois simplifié par Xin.</li>
+        </ul>
+
         <h3><a href="https://www.stoutner.com/privacy-browser-android-3-13-1/">3.13.1</a> (version du code 65)</h3>
         <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=9c000d5555b2c8e3bbe01dc21f13c6d0074eb482">9 Janvier 2023</a> - API minimale : 23, API optimale : 33</p>
         <ul>
index c9a97ecfa7aba8831a69657d45cc7e8db49ca2fb..700a0b70a8cc166547edfb43d4b3dd2f56a6f96a 100644 (file)
@@ -1,7 +1,7 @@
 <!--
   Copyright 2016-2023 Soren Stoutner <soren@stoutner.com>.
 
-  Translation 2019-2020 Kévin L. <kevinliste@framalistes.org>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+  Translation 2019-2020,2023 Kévin L. <kevinliste@framalistes.org>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
 
@@ -41,7 +41,7 @@
         <a href="mailto:mochileiro2006-trilhas@yahoo.com.br">Thiago Nazareno Conceição Silva de Jesus</a>: Portugais brésilien<br/>
         Bernhard G. Keller : Allemand<br/>
         Francesco Buratti : Italien<br/>
-        Xin: Simplified Chinese<br/>
+        Xin: Chinois simplifié<br/>
         Jose A. León : Espagnol
 
         <h3>Anciens traducteurs</h3>
index 87e461f116e53dc57d2a6af123893ec5cf6b92bf..fbf761209a3bed7ce4b87666bced9cb769de7f47 100644 (file)
     </head>
 
     <body>
+        <h3>3.13.2 (versione codice 66)</h3>
+        <p>6 Febbraio 2023 - minima API 23, target API 33</p>
+        <ul>
+            <li>Aggiunta la traduzione in Cinese Semplificato fornita da Xin.</li>
+        </ul>
+
         <h3><a href="https://www.stoutner.com/privacy-browser-android-3-13-1/">3.13.1</a> (versione codice 65)</h3>
         <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=9c000d5555b2c8e3bbe01dc21f13c6d0074eb482">9 Gennaio 2023</a> - minima API 23, target API 33</p>
         <ul>
         <h3><a href="https://www.stoutner.com/privacy-browser-2-13/">2.13</a> (versione codice 36)</h3>
         <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=c44cc1c5af504b415b86654d7d03a3e78a5adf1b">29 Ottobre 2018</a> - minima API 19, target API 28</p>
         <ul>
-            <li>Aggiunta la funzionalità di <a href="https://redmine.stoutner.com/issues/23">importazione e esportazione</a> dei segnalibri e delle impostazioni (include il <a href="https://redmine.stoutner.com/issues/280">permesso di lettura della memoria</a>).</li>
+            <li>Aggiunta la funzionalità di <a href="https://redmine.stoutner.com/issues/23">importazione e esportazione</a> dei segnalibri e delle impostazioni
+                (include il <a href="https://redmine.stoutner.com/issues/280">permesso di lettura della memoria</a>).</li>
             <li>Modificato il <a href="https://redmine.stoutner.com/issues/165">caricamento di default delle URL</a> da HTTP a HTTPS.</li>
-            <li>Visualizzazione di quanto oggetti sono <a href="https://redmine.stoutner.com/issues/313">bloccati da ogni lista di blocco</a> con <a href="https://redmine.stoutner.com/issues/323">aggiornamento in tempo reale</a>.</li>
+            <li>Visualizzazione di quanto oggetti sono <a href="https://redmine.stoutner.com/issues/313">bloccati da ogni lista di blocco</a> con
+                <a href="https://redmine.stoutner.com/issues/323">aggiornamento in tempo reale</a>.</li>
             <li>Aggiunta del pulsante di <a href="https://redmine.stoutner.com/issues/252">stop del caricamento</a>.</li>
-            <li>Aggiunta dei controlli dello <a href="https://redmine.stoutner.com/issues/305">user agent</a> e della <a href="https://redmine.stoutner.com/issues/274">Modalità notte</a> al menù delle opzioni.</li>
+            <li>Aggiunta dei controlli dello <a href="https://redmine.stoutner.com/issues/305">user agent</a> e della
+                <a href="https://redmine.stoutner.com/issues/274">Modalità notte</a> al menù delle opzioni.</li>
             <li>Correzione di un baco per cui <a href="https://redmine.stoutner.com/issues/325">scomparivano le barre di sistema</a> dopo la visualizzazione di video a schermo intero.</li>
             <li>Sistemazione della <a href="https://redmine.stoutner.com/issues/317">voce del menu “Elimina dati”</a> su Oreo (Android 8.0) o più recenti versioni di Android.</li>
             <li>Correzione delle dimensioni del <a href="https://redmine.stoutner.com/issues/319">messaggio “In atteso di Orbot”</a>.</li>
             <li><a href="https://redmine.stoutner.com/issues/138">Disabilitata l'opzione del menu “Elimina DOM Storage”</a> quando non c'è nulla da cancellare.</li>
             <li>Utilizzo di un <a href="https://redmine.stoutner.com/issues/161">carattere rosso</a> per indicare i siti non criptati.</li>
             <li>Correzione di un baco che a volte provocava <a href="https://redmine.stoutner.com/issues/160">il malfunzionamento degli user agent personalizzati per i domini</a>.</li>
-            <li>Correzione di un baco che provocava modifiche ai siti web (visualizzati come semplici elenchi) nel caso in cui Privacy Browser venisse <a href="https://redmine.stoutner.com/issues/139">messo in background</a>.</li>
-            <li>Svariati <a href="https://redmine.stoutner.com/issues/102">piccoli</a> <a href="https://redmine.stoutner.com/issues/153">miglioramenti</a> <a href="https://redmine.stoutner.com/issues/97">sono stati</a>
-                <a href="https://redmine.stoutner.com/issues/108">apportati</a> <a href="https://redmine.stoutner.com/issues/171">alla</a> <a href="https://redmine.stoutner.com/issues/172">schermata</a> <a href="https://redmine.stoutner.com/issues/173">dei</a>
+            <li>Correzione di un baco che provocava modifiche ai siti web (visualizzati come semplici elenchi) nel caso in cui Privacy Browser venisse
+                <a href="https://redmine.stoutner.com/issues/139">messo in background</a>.</li>
+            <li>Svariati <a href="https://redmine.stoutner.com/issues/102">piccoli</a> <a href="https://redmine.stoutner.com/issues/153">miglioramenti</a>
+                <a href="https://redmine.stoutner.com/issues/97">sono stati</a>
+                <a href="https://redmine.stoutner.com/issues/108">apportati</a> <a href="https://redmine.stoutner.com/issues/171">alla</a> <a href="https://redmine.stoutner.com/issues/172">schermata</a>
+                <a href="https://redmine.stoutner.com/issues/173">dei</a>
                 <a href="https://redmine.stoutner.com/issues/152">domini</a>.</li>
             <li>Aggiornamento della traduzione Italiana fornita da Francesco Buratti.</li>
             <li>Aggiornamento della traduzione Spagnola fornita da Jose A. León.</li>
             <li><a href="https://redmine.stoutner.com/issues/126">Colorazione del dominio</a> nella casella della URL.</li>
             <li>Aggiunta dell'impostazione di<a href="https://redmine.stoutner.com/issues/133">controllo del comportamento del comando Elimina Dati ed Esci</a>.</li>
             <li>Modifica della <a href="https://redmine.stoutner.com/issues/140">homepage di default in https://start.duckduckgo.com</a>.</li>
-            <li>Aggiunta una <a href="https://redmine.stoutner.com/issues/134">azione di annullamento</a> alla “snackbar” quando i cookie, il DOM storage, o i dati dei moduli vengono cancellati dal menu delle impostazioni.</li>
+            <li>Aggiunta una <a href="https://redmine.stoutner.com/issues/134">azione di annullamento</a>
+                alla “snackbar” quando i cookie, il DOM storage, o i dati dei moduli vengono cancellati dal menu delle impostazioni.</li>
             <li>Correzione di un baco che provocava <a href="https://redmine.stoutner.com/issues/139"> la perdita di modifiche pendenti al momento del riavvio</a>.</li>
             <li>Correzione di un baco che si verificava con lo <a href="https://redmine.stoutner.com/issues/131">spinner layout di alcuni dispositivi Huawei</a>.</li>
             <li>Aggiornamento della traduzione Italiana fornita da Francesco Buratti.</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>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-android/privacy-policy/">privacy policy</a> alla versione 1.4.</li>
-            <li>Aggiornamento della <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.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
+                <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.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 Jose A. León.</li>
         </ul>
         <h3><a href="https://www.stoutner.com/privacy-browser-2-1/">2.1</a> (versione codice 21)</h3>
         <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=f01cad697eb5ab015888e88e20f26ac5911b1d85">25 Marzo 2017</a> - minima API 19, target API 25</p>
         <ul>
-            <li>Eliminazione di un <a href="https://redmine.stoutner.com/issues/110">crash durante il caricamento</a> introdotto nella versione 2.0.1 quando la homepage è impostata per essere una pagina vuota.</li>
+            <li>Eliminazione di un <a href="https://redmine.stoutner.com/issues/110">crash durante il caricamento</a>
+                introdotto nella versione 2.0.1 quando la homepage è impostata per essere una pagina vuota.</li>
             <li>Eliminazione di un bug che <a href="https://redmine.stoutner.com/issues/112">impediva il caricamento di siti con dominio localhost</a>.</li>
             <li>Eliminazione di un bug che <a href="https://redmine.stoutner.com/issues/92">impediva il caricamento di URL con caratteri speciali</a> dalla casella della URL.</li>
             <li><a href="https://redmine.stoutner.com/issues/103">Reset dell'icona preferita e del titolo del sito web</a> prima del caricamento di un nuovo dominio.</li>
             <li><a href="https://redmine.stoutner.com/issues/83">Avvio automatico di Orbot</a> quando si abilita il proxy con Orbot.</li>
             <li><a href="https://redmine.stoutner.com/issues/82">Localizzazione delle date</a> nelle schermate di dialogo dei certificati SSL.</li>
             <li>Abilitazione del download di file da <a href="https://redmine.stoutner.com/issues/73">siti web che richiedono il login</a>. Codice sviluppato con il contributo di Hendrik Knackstedt.</li>
-            <li>Eliminazione dei crash in caso di <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commit;h=da8974edd917b868957fa78bb3843fefb93b8cb7">download di file che non hanno URL HTTP o HTTPS</a>.</li>
+            <li>Eliminazione dei crash in caso di
+                <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commit;h=da8974edd917b868957fa78bb3843fefb93b8cb7">download di file che non hanno URL HTTP o HTTPS</a>.</li>
             <li>Prima traduzione Italiana di Francesco Buratti.</li>
             <li>Aggiornamento della traduzione Spagnola fornita da Jose A. León.</li>
         </ul>
         <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=6d3d23ab62cfdd6ef142dbdb764a6bac8fc38ce1">26 Dicembre 2016</a> - minima API 19, target API 25</p>
         <ul>
             <li>Implement <a href="https://redmine.stoutner.com/issues/31">ad blocking</a>.</li>
-            <li>Change the default user agent to PrivacyBrowser/1.0 <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=7f0fda47dbd040262a8149e1e6d27f7abe9043ea">for real this time</a>.</li>
+            <li>Change the default user agent to PrivacyBrowser/1.0
+                <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=7f0fda47dbd040262a8149e1e6d27f7abe9043ea">for real this time</a>.</li>
             <li>Change the default for <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=c3ec2515bf9a49d4561efc47f5d21106f15cb286">Do Not Track to be false</a>.</li>
             <li>Add the option to <a href="https://redmine.stoutner.com/issues/75">enable full screen browsing mode</a> and set it to <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff;f=app/src/main/res/xml/preferences.xml;h=cdda87e7c2eaa0cabdb6a1a77ffca1124e9423e1;hp=8ed81b84aab687621a0f08921c4f6165392d59d2;hb=743982f883eab347e4029f8a3be760f780b14da1;hpb=7f0fda47dbd040262a8149e1e6d27f7abe9043ea">false by default</a>.</li>
             <li>Fix a bug that sometimes caused the <a href="https://redmine.stoutner.com/issues/74">navigation bar to turn gray in full screen mode</a> when switching between apps.</li>
index 3fff903bb87b87619f570502835eb92b7b2a023f..4de42c8c959e4ca8a68d2e2280ae0425de7049ab 100644 (file)
     </head>
 
     <body>
+        <h3>3.13.2 (código de versão 66)</h3>
+        <p>6 February 2023 - minimum API 23, target API 33</p>
+        <ul>
+            <li>Add a Simplified Chinese translation provided by Xin.</li>
+        </ul>
+
         <h3><a href="https://www.stoutner.com/privacy-browser-android-3-13-1/">3.13.1</a> (código de versão 65)</h3>
         <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=9c000d5555b2c8e3bbe01dc21f13c6d0074eb482">9 de janeiro de 2023</a> - minimum API 23, target API 33</p>
         <ul>
             <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-android/privacy-policy/">privacy policy</a> to version 1.4.</li>
-            <li>Update the <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.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>Update the
+                <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.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 Jose A. León.</li>
         </ul>
index 2851e870c54f3998a33d85cbd937515cea88f5f3..51f40aab36a2bf54eb9abe059c5f2c7eb3d7950a 100644 (file)
     </head>
 
     <body>
+        <h3>3.13.2 (код версии 66)</h3>
+        <p>6 февраля 2023 года - минимальный API 23, целевой API 33</p>
+        <ul>
+            <li>Добавлен китайский упрощенный перевод, выполненный Синь (Xin).</li>
+        </ul>
+
         <h3><a href="https://www.stoutner.com/privacy-browser-android-3-13-1/">3.13.1</a> (код версии 65)</h3>
         <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=9c000d5555b2c8e3bbe01dc21f13c6d0074eb482">9 января 2023 года</a> - минимальный API 23, целевой API 33</p>
         <ul>
             <li>Добавлено <a href="https://redmine.stoutner.com/issues/216">автоматическое обновление пользовательских агентов</a> вместе с новыми версиями браузера.</li>
             <li>Добавлена <a href="https://redmine.stoutner.com/issues/269">возможность загрузки URL</a> через контекстное меню.</li>
             <li>Добавлено <a href="https://redmine.stoutner.com/issues/278">диалоговое окно согласия на рекламу</a> и обновлена
-                <a href="https://www.stoutner.com/privacy-browser-android/privacy-policy/">политика конфиденциальности</a> для Privacy Browser Free в соответствии с Общим регламентом по защите данных (GDPR).</li>
+                <a href="https://www.stoutner.com/privacy-browser-android/privacy-policy/">политика конфиденциальности</a>
+                для Privacy Browser Free в соответствии с Общим регламентом по защите данных (GDPR).</li>
             <li>Применен новый механизм контроля рекламы в Privacy Browser Free в соответствии с GDPR,
                 <a href="https://developers.google.com/admob/android/eu-consent#collect_consent">позволяющий получать ее неперсонализированной и свободной от отслеживания</a>.</li>
             <li>Исправлена появившаяся в версии 2.9 ошибка, <a href="https://redmine.stoutner.com/issues/282">которая препятствовала загрузке закладок</a> из панели.</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-android/privacy-policy/">privacy policy</a> to version 1.4.</li>
-            <li>Update the <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.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>Update the
+                <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.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>Обновлен перевод на итальянский язык, выполненный Франческо Буратти (Francesco Buratti).</li>
             <li>Обновлен перевод на испанский язык, выполненный Хосе А. Леон (Jose A. León).</li>
         </ul>
index 99d907bae28c2538eb94c86c185152e3e016f3a9..c17edccbb57ddf41823ffcfd7b5102076239c94d 100644 (file)
     </head>
 
     <body>
+        <h3>3.13.2 (version code 66)</h3>
+        <p>6 Şubat 2023 - minimum API 23, target API 33</p>
+        <ul>
+            <li>Add a Simplified Chinese translation provided by Xin.</li>
+        </ul>
+
         <h3><a href="https://www.stoutner.com/privacy-browser-android-3-13-1/">3.13.1</a> (version code 65)</h3>
         <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=9c000d5555b2c8e3bbe01dc21f13c6d0074eb482">9 Ocak 2023</a> - minimum API 23, target API 33</p>
         <ul>
             <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-android/privacy-policy/">privacy policy</a> to version 1.4.</li>
-            <li>Update the <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.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>Update the
+                <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.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 Jose A. León.</li>
         </ul>
         <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=6d3d23ab62cfdd6ef142dbdb764a6bac8fc38ce1">26 Aralık 2016</a> - minimum API 19, target API 25</p>
         <ul>
             <li>Implement <a href="https://redmine.stoutner.com/issues/31">ad blocking</a>.</li>
-            <li>Change the default user agent to PrivacyBrowser/1.0 <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=7f0fda47dbd040262a8149e1e6d27f7abe9043ea">for real this time</a>.</li>
+            <li>Change the default user agent to PrivacyBrowser/1.0
+                <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=7f0fda47dbd040262a8149e1e6d27f7abe9043ea">for real this time</a>.</li>
             <li>Change the default for <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=c3ec2515bf9a49d4561efc47f5d21106f15cb286">Do Not Track to be false</a>.</li>
-            <li>Add the option to <a href="https://redmine.stoutner.com/issues/75">enable full screen browsing mode</a> and set it to <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff;f=app/src/main/res/xml/preferences.xml;h=cdda87e7c2eaa0cabdb6a1a77ffca1124e9423e1;hp=8ed81b84aab687621a0f08921c4f6165392d59d2;hb=743982f883eab347e4029f8a3be760f780b14da1;hpb=7f0fda47dbd040262a8149e1e6d27f7abe9043ea">false by default</a>.</li>
+            <li>Add the option to <a href="https://redmine.stoutner.com/issues/75">enable full screen browsing mode</a> and set it to
+                <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff;f=app/src/main/res/xml/preferences.xml;h=cdda87e7c2eaa0cabdb6a1a77ffca1124e9423e1;hp=8ed81b84aab687621a0f08921c4f6165392d59d2;hb=743982f883eab347e4029f8a3be760f780b14da1;hpb=7f0fda47dbd040262a8149e1e6d27f7abe9043ea">false by default</a>.</li>
             <li>Fix a bug that sometimes caused the <a href="https://redmine.stoutner.com/issues/74">navigation bar to turn gray in full screen mode</a> when switching between apps.</li>
             <li>Bump <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=5c6db7b33577612ff7f120b30fb98cab8afa591f">target API to 25</a>.</li>
-            <li>Updated <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff;f=app/src/main/res/values-es/strings.xml;h=83c162b389a075effb68c7ce41cd03482c7c8bce;hp=ff79b6a9f30dbe71a0a076cfcfdc0df834ebb792;hb=2c8e83a7d1a044a5186020ac17d3cefb22b7f330;hpb=e9ed376cc7890f1d1f2e370e2e63f19dcfd1859d">partial</a> <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blob;f=app/src/main/assets/es/about_permissions.html;h=eab82ba8ee104e6a71776a557366f70660d28711;hb=2c8e83a7d1a044a5186020ac17d3cefb22b7f330">Spanish</a> <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff;f=app/src/main/assets/es/about_changelog.html;h=ffb0e4895c0323ae4ee6ca11aab775b318a1b9ef;hp=f810cccc58ee840eb2704bcf81c9e3387d29ff2c;hb=c3ec2515bf9a49d4561efc47f5d21106f15cb286;hpb=2c8e83a7d1a044a5186020ac17d3cefb22b7f330">Translation</a>.</li>
+            <li>Updated
+                <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff;f=app/src/main/res/values-es/strings.xml;h=83c162b389a075effb68c7ce41cd03482c7c8bce;hp=ff79b6a9f30dbe71a0a076cfcfdc0df834ebb792;hb=2c8e83a7d1a044a5186020ac17d3cefb22b7f330;hpb=e9ed376cc7890f1d1f2e370e2e63f19dcfd1859d">partial</a> <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blob;f=app/src/main/assets/es/about_permissions.html;h=eab82ba8ee104e6a71776a557366f70660d28711;hb=2c8e83a7d1a044a5186020ac17d3cefb22b7f330">Spanish</a> <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff;f=app/src/main/assets/es/about_changelog.html;h=ffb0e4895c0323ae4ee6ca11aab775b318a1b9ef;hp=f810cccc58ee840eb2704bcf81c9e3387d29ff2c;hb=c3ec2515bf9a49d4561efc47f5d21106f15cb286;hpb=2c8e83a7d1a044a5186020ac17d3cefb22b7f330">Translation</a>.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-1-13/">1.13</a> (version code 15)</h3>
index 406fa535e9ed067a0c61ae70162d9144c7b25b37..06c2eda4b3f254c4d4879ad664412eb3def50ad9 100644 (file)
     </head>
 
     <body>
+        <h3>3.13.2 (version code 66)</h3>
+        <p>6 February 2023 - 最低支持API 23, 最高支持API 33</p>
+        <ul>
+            <li>新增由xin提供的简体中文翻译。</li>
+        </ul>
+
         <h3><a href="https://www.stoutner.com/privacy-browser-android-3-13-1/">3.13.1</a> (version code 65)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=9c000d5555b2c8e3bbe01dc21f13c6d0074eb482">9 January 2023</a> - minimum API 23, target API 33</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=9c000d5555b2c8e3bbe01dc21f13c6d0074eb482">9 January 2023</a> - 最低支持API 23, 最高支持API 33</p>
         <ul>
-            <li>Fix <a href="https://redmine.stoutner.com/issues/952">problems with the tabs</a> when the app theme and the OS theme are different.</li>
+            <li>修复<a href="https://redmine.stoutner.com/issues/952">应用主题和系统主题不同时的选项卡问题</a>选项卡问题</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-android-3-13/">3.13</a> (version code 64)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=f0e2eba964dbe0973dd20d54cc798e2cac85bd09">30 December 2022</a> - minimum API 23, target API 33</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=f0e2eba964dbe0973dd20d54cc798e2cac85bd09">30 December 2022</a> - 最低支持API 23, 最高支持API 33</p>
         <ul>
             <li>Fix a crash caused by the WebView sometimes trying to <a href="https://redmine.stoutner.com/issues/930">calculate the scroll position when it doesn’t exist</a>.</li>
             <li>Fix a crash caused by the WebView sometimes trying to <a href="https://redmine.stoutner.com/issues/944">check the history when it doesn’t exist</a>.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-3-12-2/">3.12.2</a> (version code 63)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=927928bf3b2c4fa7760e37d2878a08f35bc170be">21 November 2022</a> - minimum API 23, target API 33</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=927928bf3b2c4fa7760e37d2878a08f35bc170be">21 November 2022</a> - 最低支持API 23, 最高支持API 33</p>
         <ul>
             <li>Fix WebView's <a href="https://redmine.stoutner.com/issues/927">dark mode</a> on API 29 - 32 (Android 10 - Android 12L).</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-3-12-1/">3.12.1</a> (version code 62)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=6b2cf168a9c3697be63dee603d05a88506c380a1">17 November 2022</a> - minimum API 23, target API 33</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=6b2cf168a9c3697be63dee603d05a88506c380a1">17 November 2022</a> - 最低支持API 23, 最高支持API 33</p>
         <ul>
             <li>Fix a crash on <a href="https://redmine.stoutner.com/issues/925">new installs</a> of Privacy Browser.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-3-12/">3.12</a> (version code 61)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=60846bcbf234ed7452af94f080f3da3133ce674c">16 November 2022</a> - minimum API 23, target API 33</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=60846bcbf234ed7452af94f080f3da3133ce674c">16 November 2022</a> - 最低支持API 23, 最高支持API 33</p>
         <ul>
             <li>Add <a href="https://redmine.stoutner.com/issues/893">WebView DevTools</a> to the navigation menu.</li>
             <li>Make long-pressing a bookmark open it in a new <a href="https://redmine.stoutner.com/issues/912">foreground tab</a>.</li>
@@ -92,7 +98,7 @@
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-3-11/">3.11</a> (version code 60)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=aa9590ff1a1097733bdda217ce1fe6f1fc93afc3">30 July 2022</a> - minimum API 23, target API 32</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=aa9590ff1a1097733bdda217ce1fe6f1fc93afc3">30 July 2022</a> - 最低支持API 23, 最高支持API 32</p>
         <ul>
             <li>Create an option to use the default <a href="https://redmine.stoutner.com/issues/819">X-Requested-With header</a>.</li>
             <li>Block all the <a href="https://redmine.stoutner.com/issues/863">URL query trackers</a> listed at privacytests.org.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-3-10-1/">3.10.1</a> (version code 59)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=b1f88361f33fde911642f568e71936c33bdcc530">2 March 2022</a> - minimum API 23, target API 31</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=b1f88361f33fde911642f568e71936c33bdcc530">2 March 2022</a> - 最低支持API 23, 最高支持API 31</p>
         <ul>
             <li>Fix a crash when opening the <a href="https://redmine.stoutner.com/issues/808">Import/Export activity</a>.</li>
             <li>Fix a problem with <a href="https://redmine.stoutner.com/issues/810">custom user agents</a>.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-3-10/">3.10</a> (version code 58)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=b0f0322c62a5cd25e587f1760a33fcf60c279954">25 February 2022</a> - minimum API 23, target API 31</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=b0f0322c62a5cd25e587f1760a33fcf60c279954">25 February 2022</a> - 最低支持API 23, 最高支持API 31</p>
         <ul>
             <li>Remove the <a href="https://redmine.stoutner.com/issues/786">free flavor</a>.</li>
             <li>Bump the minimum API to 23 (Android 6.0, Marshmallow) because WebView updates are <a href="https://redmine.stoutner.com/issues/793">no longer available</a> for older versions of Android.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-3-9/">3.9</a> (version code 57)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=392f2726cd21539c5ec89e0d09d2e7d7922bebad">27 November 2021</a> - minimum API 19, target API 31</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=392f2726cd21539c5ec89e0d09d2e7d7922bebad">27 November 2021</a> - 最低支持API 19, 最高支持API 31</p>
         <ul>
             <li>Simplify the <a href="https://redmine.stoutner.com/issues/769">save dialogs</a>.</li>
             <li>Display the saved file name in the <a href="https://redmine.stoutner.com/issues/695">save snackbars</a>.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-3-8-1/">3.8.1</a> (version code 56)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=bda37dc9784e900cb64b87af3e221e11320d9d01">29 June 2021</a> - minimum API 19, target API 30</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=bda37dc9784e900cb64b87af3e221e11320d9d01">29 June 2021</a> - 最低支持API 19, 最高支持API 30</p>
         <ul>
             <li>Remove <a href="https://redmine.stoutner.com/issues/722">Startpage</a> and make <a href="https://redmine.stoutner.com/issues/577">Mojeek</a> the default homepage and search engine.</li>
             <li>Invert the <a href="https://redmine.stoutner.com/issues/728">navigation menu</a> when the app bar is on the bottom.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-3-8/">3.8</a> (version code 55)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=1650cd6eff9ef807a84263328cb73e755250e3af">24 May 2021</a> - minimum API 19, target API 30</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=1650cd6eff9ef807a84263328cb73e755250e3af">24 May 2021</a> - 最低支持API 19, 最高支持API 30</p>
         <ul>
             <li>Add an option to <a href="https://redmine.stoutner.com/issues/143">move the app bar to the bottom</a>.</li>
             <li>Reimplement the <a href="https://redmine.stoutner.com/issues/677">saving of web archives</a>.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-3-7/">3.7</a> (version code 54)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=f3b9172adedd74f705ddc0beac80798ae84f2920">29 March 2021</a> - minimum API 19, target API 30</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=f3b9172adedd74f705ddc0beac80798ae84f2920">29 March 2021</a> - 最低支持API 19, 最高支持API 30</p>
         <ul>
             <li>Redesign file access to work with <a href="https://redmine.stoutner.com/issues/546">scoped storage and the Storage Access Framework</a>.
                 This allows the target API to be bumped to 30 and removes the need for the dangerous READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE permissions.
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-3-6-1/">3.6.1</a> (version code 53)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=78e6b0e9a553e3bf800e4c69535c46fb63bef017">26 November 2020</a> - minimum API 19, target API 29</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=78e6b0e9a553e3bf800e4c69535c46fb63bef017">26 November 2020</a> - 最低支持API 19, 最高支持API 29</p>
         <ul>
             <li>Fix a bug that caused <a href="https://redmine.stoutner.com/issues/642">View Source to crash</a>.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-3-6/">3.6</a> (version code 52)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=8a06558b0071fa94e2a7d1093b3118417ac5cc8f">16 November 2020</a> - minimum API 19, target API 29</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=8a06558b0071fa94e2a7d1093b3118417ac5cc8f">16 November 2020</a> - 最低支持API 19, 最高支持API 29</p>
         <ul>
             <li>Fix buffered audio playing <a href="https://redmine.stoutner.com/issues/595">after a tab is closed</a>.</li>
             <li>Trust <a href="https://redmine.stoutner.com/issues/636">user certificate authorities</a> on Android 7 (API 24) and newer.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-3-5-1/">3.5.1</a> (version code 51)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=1907b1ff1fd02d6f8809aeb6710af42e033c064f">28 August 2020</a> - minimum API 19, target API 29</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=1907b1ff1fd02d6f8809aeb6710af42e033c064f">28 August 2020</a> - 最低支持API 19, 最高支持API 29</p>
         <ul>
             <li>Fix a bug that caused new intents (links from other apps) to <a href="https://redmine.stoutner.com/issues/599">not load</a> if Privacy Browser had been killed by the OS in the background.</li>
             <li>Fix a bug that caused the app to <a href="https://redmine.stoutner.com/issues/605">initialize incorrectly</a> if the app theme was set to the opposite of the OS theme.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-3-5/">3.5</a> (version code 50)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=379ae3eabfd9ee949151b7b218b875ffcc627c5a">18 August 2020</a> - minimum API 19, target API 29</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=379ae3eabfd9ee949151b7b218b875ffcc627c5a">18 August 2020</a> - 最低支持API 19, 最高支持API 29</p>
         <ul>
             <li>Implement Android’s <a href="https://redmine.stoutner.com/issues/572">relatively</a> <a href="https://redmine.stoutner.com/issues/523">new</a>
                 <a href="https://redmine.stoutner.com/issues/522">Day/Night</a> <a href="https://redmine.stoutner.com/issues/506">theme</a>.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-3-4-1/">3.4.1</a> (version code 49)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=47361652ebde9a4bd7d8d3520c8dd988953b8614">1 April 2020</a> - minimum API 19, target API 29</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=47361652ebde9a4bd7d8d3520c8dd988953b8614">1 April 2020</a> - 最低支持API 19, 最高支持API 29</p>
         <ul>
             <li>Fix a <a href="https://redmine.stoutner.com/issues/545">storage permission issue</a> on some Android 10 devices.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-3-4/">3.4</a> (version code 48)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=7de44ca8dbf4330ee6fa3d9146940c1016edd608">28 March 2020</a> - minimum API 19, target API 29</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=7de44ca8dbf4330ee6fa3d9146940c1016edd608">28 March 2020</a> - 最低支持API 19, 最高支持API 29</p>
         <ul>
             <li>Replace Android’s download manager with a <a href="https://redmine.stoutner.com/issues/528">custom implementation</a>.</li>
             <li>Add an option to specify the <a href="https://redmine.stoutner.com/issues/32">default download location</a>.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-3-3/">3.3</a> (version code 47)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=54153efaffb2447307fbd8be569529d0118b823d">3 January 2020</a> - minimum API 19, target API 29</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=54153efaffb2447307fbd8be569529d0118b823d">3 January 2020</a> - 最低支持API 19, 最高支持API 29</p>
         <ul>
             <li>Add support for custom proxies, including <a href="https://redmine.stoutner.com/issues/486">SOCKS proxies</a>,
                 and include an entry for <a href="https://redmine.stoutner.com/issues/355">I2P</a>.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-3-2/">3.2</a> (version code 46)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=424ab40e495fed0fd1fe4109be466206d64ae6be">20 July 2019</a> - minimum API 19, target API 28</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=424ab40e495fed0fd1fe4109be466206d64ae6be">20 July 2019</a> - 最低支持API 19, 最高支持API 28</p>
         <ul>
             <li>Change the default search engine and homepage to <a href="https://www.stoutner.com/switching-to-startpage-as-the-default-homepage-and-search-engine/">Startpage</a>.</li>
             <li>Fix proxying through Orbot on <a href="https://redmine.stoutner.com/issues/473">recent</a> <a href="https://redmine.stoutner.com/issues/474">versions</a> of WebView.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-3-1/">3.1</a> (version code 45)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=2a28c6401f60afa40ca93b18fc0b9a0ab196ff88">27 May 2019</a> - minimum API 19, target API 28</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=2a28c6401f60afa40ca93b18fc0b9a0ab196ff88">27 May 2019</a> - 最低支持API 19, 最高支持API 28</p>
         <ul>
             <li>Add a <a href="https://redmine.stoutner.com/issues/416">close tab button</a> to the app bar.</li>
             <li>Fix the <a href="https://redmine.stoutner.com/issues/415">left and right scrolling</a> of website elements,
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-3-0-1/">3.0.1</a> (version code 44)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=fd8eedc7aab1062da69d65514cf5d0a6fd28abad">2 May 2019</a> - minimum API 19, target API 28</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=fd8eedc7aab1062da69d65514cf5d0a6fd28abad">2 May 2019</a> - 最低支持API 19, 最高支持API 28</p>
         <ul>
             <li>Fix a bug that allowed the app bar to be scrolled off the screen when app bar scrolling was disabled, with <a href="https://redmine.stoutner.com/issues/418">no way to scroll it back</a>.</li>
             <li>Fix a bug that <a href="https://redmine.stoutner.com/issues/419">prevented the app bar from being displayed</a> after a tab was deleted if the new active tab was blank.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-3-0/">3.0</a> (version code 43)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=aedc35976f8eda7c00bdd822c172e19cad0fc485">26 April 2019</a> - minimum API 19, target API 28</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=aedc35976f8eda7c00bdd822c172e19cad0fc485">26 April 2019</a> - 最低支持API 19, 最高支持API 28</p>
         <ul>
             <li>Add <a href="https://redmine.stoutner.com/issues/22">tabbed browsing</a>.</li>
             <li>Fix a bug that caused the <a href="https://redmine.stoutner.com/issues/398">bottom of the WebView to be cut off</a> when scrolling the app bar was disabled.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-2-17-1/">2.17.1</a> (version code 42)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=fbb7aef30a9417c42661a0f76b5836dcf6a40242">5 March 2019</a> - minimum API 19, target API 28</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=fbb7aef30a9417c42661a0f76b5836dcf6a40242">5 March 2019</a> - 最低支持API 19, 最高支持API 28</p>
         <ul>
             <li>Fix a crash caused by bookmarks with <a href="https://redmine.stoutner.com/issues/395">very large favorite icons</a>.</li>
             <li>Allow moving Privacy Browser to an <a href="https://redmine.stoutner.com/issues/394">SD card</a>.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-2-17/">2.17</a> (version code 41)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=ee0fa80bcf12d87d13c5ae9feb44ceb2b5aed2dd">27 February 2019</a> - minimum API 19, target API 28</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=ee0fa80bcf12d87d13c5ae9feb44ceb2b5aed2dd">27 February 2019</a> - 最低支持API 19, 最高支持API 28</p>
         <ul>
             <li>Add the ability to <a href="https://redmine.stoutner.com/issues/8">scroll the app bar</a>.</li>
             <li>Create a <a href="https://redmine.stoutner.com/issues/264">Logcat Activity</a>.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-2-16/">2.16</a> (version code 40)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=6fa1563622642855d342cd7bcb523a8c1b6bbc44">31 January 2019</a> - minimum API 19, target API 28</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=6fa1563622642855d342cd7bcb523a8c1b6bbc44">31 January 2019</a> - 最低支持API 19, 最高支持API 28</p>
         <ul>
             <li>Fix a bug, introduced in 2.15, that caused <a href="https://redmine.stoutner.com/issues/370">SSL certificate pinning to be ignored</a> in most cases.</li>
             <li>Add <a href="https://redmine.stoutner.com/issues/179">IP</a> <a href="https://redmine.stoutner.com/issues/211">address</a>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-2-15-1/">2.15.1</a> (version code 39)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=df8b520d10c3fa31b603ff7c50670ab1f0728d2f">27 December 2018</a> - minimum API 19, target API 28</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=df8b520d10c3fa31b603ff7c50670ab1f0728d2f">27 December 2018</a> - 最低支持API 19, 最高支持API 28</p>
         <ul>
             <li>Fix a bug that caused <a href="https://redmine.stoutner.com/issues/364">some devices to crash</a> when opening a secondary activity.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-2-15/">2.15</a> (version code 38)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=2250acd83180a9dcf1fbee80025a9d6aadbee510">24 December 2018</a> - minimum API 19, target API 28</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=2250acd83180a9dcf1fbee80025a9d6aadbee510">24 December 2018</a> - 最低支持API 19, 最高支持API 28</p>
         <ul>
             <li>Fix a bug when <a href="https://redmine.stoutner.com/issues/160">changing the user agent</a> with domain settings.</li>
             <li>Fix the <a href="https://redmine.stoutner.com/issues/250">drawer layouts on phones with notches</a>.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-2-14/">2.14</a> (version code 37)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=57020e5c7cad1eec43c3627f136be1640d07d4aa">8 December 2018</a> - minimum API 19, target API 28</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=57020e5c7cad1eec43c3627f136be1640d07d4aa">8 December 2018</a> - 最低支持API 19, 最高支持API 28</p>
         <ul>
             <li>Add <a href="https://redmine.stoutner.com/issues/338">encrypted import and export</a> options.</li>
             <li>Fix a bug when <a href="https://redmine.stoutner.com/issues/350">importing databases under certain circumstances</a>.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-2-13/">2.13</a> (version code 36)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=c44cc1c5af504b415b86654d7d03a3e78a5adf1b">29 October 2018</a> - minimum API 19, target API 28</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=c44cc1c5af504b415b86654d7d03a3e78a5adf1b">29 October 2018</a> - 最低支持API 19, 最高支持API 28</p>
         <ul>
             <li>Add <a href="https://redmine.stoutner.com/issues/23">importing and exporting</a>
                 of bookmarks and settings (includes the <a href="https://redmine.stoutner.com/issues/280">read storage permission</a>).</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-2-12/">2.12</a> (version code 35)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=eeb6f383b74980bc29ff1ecab8f6c3eb6ac17d54">31 July 2018</a> - minimum API 19, target API 27</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=eeb6f383b74980bc29ff1ecab8f6c3eb6ac17d54">31 July 2018</a> - 最低支持API 19, 最高支持API 27</p>
         <ul>
             <li>Change the default homepage and search engine to <a href="https://redmine.stoutner.com/issues/308">Searx.me</a>.</li>
             <li>Add <a href="https://redmine.stoutner.com/issues/310">UltraPrivacy</a> to the blocklists.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-2-11/">2.11</a> (version code 34)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=bc45b14cfda10249800a6ccfdb8247d2ce9b32a9">10 July 2018</a> - minimum API 19, target API 27</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=bc45b14cfda10249800a6ccfdb8247d2ce9b32a9">10 July 2018</a> - 最低支持API 19, 最高支持API 27</p>
         <ul>
             <li>Add a <a href="https://redmine.stoutner.com/issues/170">Requests activity</a> that shows how many resource requests have been blocked.</li>
             <li>Fix a problem with <a href="https://redmine.stoutner.com/issues/297">proxying through Orbot</a> on recent versions of WebView.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-2-10/">2.10</a> (version code 33)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=29e6b7b467e6987d6aa42429b03e3b5498acbae3">24 May 2018</a> - minimum API 19, target API 27</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=29e6b7b467e6987d6aa42429b03e3b5498acbae3">24 May 2018</a> - 最低支持API 19, 最高支持API 27</p>
         <ul>
             <li>Enable <a href="https://redmine.stoutner.com/issues/1">uploading of files</a> to websites on Lollipop and newer.</li>
             <li>Allow <a href="https://redmine.stoutner.com/issues/216">applied user agents to be auto-updated</a> with new releases.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-2-9/">2.9</a> (version code 32)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=39cde1235af331de5e5ff454ac2daf667d7d894f">9 May 2018</a> - minimum API 19, target API 27</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=39cde1235af331de5e5ff454ac2daf667d7d894f">9 May 2018</a> - 最低支持API 19, 最高支持API 27</p>
         <ul>
             <li>Use the <a href="https://redmine.stoutner.com/issues/224">public download directory</a>  (requires <a href="https://redmine.stoutner.com/issues/79">write storage permission</a>).</li>
             <li>Add <a href="https://redmine.stoutner.com/issues/223">controls for the block lists</a> to domain settings.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-2-8-1/">2.8.1</a> (version code 31)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=8d1060fb1148d2d2fd7af8261dc9956c3a5687a1">1 March 2018</a> - minimum API 19, target API 27</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=8d1060fb1148d2d2fd7af8261dc9956c3a5687a1">1 March 2018</a> - 最低支持API 19, 最高支持API 27</p>
         <ul>
             <li>Workaround a bug in recent versions of Android’s WebView that <a href="https://redmine.stoutner.com/issues/253">prevented users from saving cookies</a> when desired.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-2-8/">2.8</a> (version code 30)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=0718e0dc7330462352c7cf71b0ef486ee6b90df7">22 February 2018</a> - minimum API 19, target API 27</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=0718e0dc7330462352c7cf71b0ef486ee6b90df7">22 February 2018</a> - 最低支持API 19, 最高支持API 27</p>
         <ul>
             <li><a href="https://redmine.stoutner.com/issues/136">Switch to EasyList</a> for ad and tracking blocking.</li>
             <li>Add a <a href="https://redmine.stoutner.com/issues/64">View Source activity</a>.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-2-7-2/">2.7.2</a> (version code 29)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=298ddb5aeffe0e18e84c7551c55ff8164b238080">22 November 2017</a> - minimum API 19, target API 26</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=298ddb5aeffe0e18e84c7551c55ff8164b238080">22 November 2017</a> - 最低支持API 19, 最高支持API 26</p>
         <ul>
             <li>Add an options menu item to <a href="https://redmine.stoutner.com/issues/104">create/edit domain settings</a> for the current domain.</li>
             <li>Open <a href="https://redmine.stoutner.com/issues/226">telephone number hyperlinks</a> in the dialer.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-2-7-1/">2.7.1</a> (version code 28)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=24f2d6529540bc8ea47f45bc07dd058f402a9140">9 November 2017</a> - minimum API 19, target API 26</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=24f2d6529540bc8ea47f45bc07dd058f402a9140">9 November 2017</a> - 最低支持API 19, 最高支持API 26</p>
         <ul>
             <li>Fix a crash when <a href="https://redmine.stoutner.com/issues/225">editing a bookmark</a> in the new bookmarks drawer.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-2-7/">2.7</a> (version code 27)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=eb9bc527c37223964f7c00592df982b47ff2f81c">7 November 2017</a> - minimum API 19, target API 26</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=eb9bc527c37223964f7c00592df982b47ff2f81c">7 November 2017</a> - 最低支持API 19, 最高支持API 26</p>
         <ul>
             <li>Add a <a href="https://redmine.stoutner.com/issues/132">bookmarks drawer</a> that is accessed by sliding from the right.</li>
             <li>Prevent Night Mode from <a href="https://redmine.stoutner.com/issues/213">flashing a white background</a> when loading new pages.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-2-6/">2.6</a> (version code 26)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=ecd1f67963852c0523c42ce1326b78cb7a71f053">18 September 2017</a> - minimum API 19, target API 25</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=ecd1f67963852c0523c42ce1326b78cb7a71f053">18 September 2017</a> - 最低支持API 19, 最高支持API 25</p>
         <ul>
             <li>Add <a href="https://redmine.stoutner.com/issues/145">night mode rendering</a>.</li>
             <li>Update the dark theme rendering of the <a href="https://redmine.stoutner.com/issues/150">About and Guide sections</a>.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-2-5/">2.5</a> (version code 25)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=80ddcb075d03a4c78263d1ff80466f3df0967f6d">26 August 2017</a> - minimum API 19, target API 25</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=80ddcb075d03a4c78263d1ff80466f3df0967f6d">26 August 2017</a> - 最低支持API 19, 最高支持API 25</p>
         <ul>
             <li>Add <a href="https://redmine.stoutner.com/issues/54">SSL certificate pinning</a> to domain settings.</li>
             <li>Add <a href="https://redmine.stoutner.com/issues/163">searx.me</a> to the list of search engines.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-2-4/">2.4</a> (version code 24)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=0063aac3b25ee5ea558669d42269d16158eca40b">23 June 2017</a> - minimum API 19, target API 25</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=0063aac3b25ee5ea558669d42269d16158eca40b">23 June 2017</a> - 最低支持API 19, 最高支持API 25</p>
         <ul>
             <li>Add a <a href="https://redmine.stoutner.com/issues/124">dark theme</a> option.</li>
             <li><a href="https://redmine.stoutner.com/issues/137">Highlight the http:// in red</a> if a domain is not encrypted.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-2-3/">2.3</a> (version code 23)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=edbeafeb712ae0c2a217a130d940f6c8326ca2d0">26 May 2017</a> - minimum API 19, target API 25</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=edbeafeb712ae0c2a217a130d940f6c8326ca2d0">26 May 2017</a> - 最低支持API 19, 最高支持API 25</p>
         <ul>
             <li><a href="https://redmine.stoutner.com/issues/127">Don’t include URL redirects</a> in the WebView history.</li>
             <li>Add the option to <a href="https://redmine.stoutner.com/issues/123">disable loading of images</a> to conserve bandwidth.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-2-2/">2.2</a> (version code 22)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=1d8a8322dace658f69b80ad4d24f941074aa2200">27 April 2017</a> - minimum API 19, target API 25</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=1d8a8322dace658f69b80ad4d24f941074aa2200">27 April 2017</a> - 最低支持API 19, 最高支持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>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-android/privacy-policy/">privacy policy</a> to version 1.4.</li>
-            <li>Update the <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.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>Update the
+                <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.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 Jose A. León.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-2-1/">2.1</a> (version code 21)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=f01cad697eb5ab015888e88e20f26ac5911b1d85">25 March 2017</a> - minimum API 19, target API 25</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=f01cad697eb5ab015888e88e20f26ac5911b1d85">25 March 2017</a> - 最低支持API 19, 最高支持API 25</p>
         <ul>
             <li>Fix a <a href="https://redmine.stoutner.com/issues/110">crash on load</a> introduced in version 2.0.1 if the homepage is set to be blank.</li>
             <li>Fix a bug that <a href="https://redmine.stoutner.com/issues/112">prevented websites with a localhost domain from loading</a>.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-2-0-1/">2.0.1</a> (version code 20)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=1aec01e7c168c3fcc272530607e16f5ffa6d6c74">21 March 2017</a> - minimum API 19, target API 25</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=1aec01e7c168c3fcc272530607e16f5ffa6d6c74">21 March 2017</a> - 最低支持API 19, 最高支持API 25</p>
         <ul>
             <li><a href="https://redmine.stoutner.com/issues/101">Only load domain settings when the domain changes</a>.</li>
             <li>Only apply domain settings to subdomains if <a href="https://redmine.stoutner.com/issues/99">*. is specified at the beginning of the domain name</a>.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-2-0/">2.0</a> (version code 19)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=8f1c15606ef8cd277f51cc837c2c39667c48d0d4">16 March 2017</a> - minimum API 19, target API 25</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=8f1c15606ef8cd277f51cc837c2c39667c48d0d4">16 March 2017</a> - 最低支持API 19, 最高支持API 25</p>
         <ul>
             <li>Implement <a href="https://redmine.stoutner.com/issues/7">custom domain settings</a>.</li>
             <li>When proxying through Tor, <a href="https://redmine.stoutner.com/issues/90">wait until Orbot is ready</a> before attempting to load a page.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-1-15/">1.15</a> (version code 18)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=8f4d6373a35a43a36050ed383f58c4074143b264">11 February 2017</a> - minimum API 19, target API 25</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=8f4d6373a35a43a36050ed383f58c4074143b264">11 February 2017</a> - 最低支持API 19, 最高支持API 25</p>
         <ul>
             <li>Delete the <a href="https://redmine.stoutner.com/issues/84">secret, undocumented WebView cache</a> on Clear and Exit.</li>
             <li><a href="https://redmine.stoutner.com/issues/83">Automatically start Orbot</a> when proxying through Orbot is enabled.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-1-14-1/">1.14.1</a> (version code 17)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=5bd318993ebf675433f514dd04fc3e29545c9312">4 January 2017</a> - minimum API 19, target API 25</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=5bd318993ebf675433f514dd04fc3e29545c9312">4 January 2017</a> - 最低支持API 19, 最高支持API 25</p>
         <ul>
             <li>Fix a bug that caused Privacy Browser to <a href="https://redmine.stoutner.com/issues/80">crash on some websites</a> when ad blocking was enabled.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-1-14/">1.14</a> (version code 16)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=6d3d23ab62cfdd6ef142dbdb764a6bac8fc38ce1">26 December 2016</a> - minimum API 19, target API 25</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=6d3d23ab62cfdd6ef142dbdb764a6bac8fc38ce1">26 December 2016</a> - 最低支持API 19, 最高支持API 25</p>
         <ul>
             <li>Implement <a href="https://redmine.stoutner.com/issues/31">ad blocking</a>.</li>
             <li>Change the default user agent to PrivacyBrowser/1.0 <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=7f0fda47dbd040262a8149e1e6d27f7abe9043ea">for real this time</a>.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-1-13/">1.13</a> (version code 15)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=5a9cabddff240061fe521f01df3025b037e9da9e">28 November 2016</a> - minimum API 19, target API 24</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=5a9cabddff240061fe521f01df3025b037e9da9e">28 November 2016</a> - 最低支持API 19, 最高支持API 24</p>
         <ul>
             <li>Double-tap for <a href="https://redmine.stoutner.com/issues/46">full screen browsing mode</a>.</li>
             <li>Change the default user agent to <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=b0ddee839c666ba339e374749588f910070658ee">PrivacyBrowser/1.0</a>.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-1-12/">1.12</a> (version code 14)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=3f2c7129a56e84d34cb07c151baf87bdea94dd12">9 November 2016</a> - minimum API 19, target API 24</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=3f2c7129a56e84d34cb07c151baf87bdea94dd12">9 November 2016</a> - 最低支持API 19, 最高支持API 24</p>
         <ul>
             <li>Add a <a href="https://redmine.stoutner.com/issues/24">forward and back history list</a>.</li>
             <li>Long press now <a href="https://redmine.stoutner.com/issues/63">displays target URLs</a> and the option to <a href="https://redmine.stoutner.com/issues/10">view or download pictures</a>.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-1-11/">1.11</a> (version code 13)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=d9974f13e3a4dad62f760e02e94d8782d6e4bb3d">22 October 2016</a> - minimum API 19, target API 24</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=d9974f13e3a4dad62f760e02e94d8782d6e4bb3d">22 October 2016</a> - 最低支持API 19, 最高支持API 24</p>
         <ul>
             <li>Bump target API to 24, which enables multi-window support on Nougat.</li>
             <li>Fix a bug introduced in version 1.10 that consumed <a href="https://redmine.stoutner.com/issues/66">massive amounts of CPU</a> for no good reason.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-1-10/">1.10</a> (version code 12)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=c9365866ad37cc2b0b0fa53ee04aaaa4740f70b7">15 September 2016</a> - minimum API 19, target API 23</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=c9365866ad37cc2b0b0fa53ee04aaaa4740f70b7">15 September 2016</a> - 最低支持API 19, 最高支持API 23</p>
         <ul>
             <li>Add <a href="https://redmine.stoutner.com/issues/26">Tor Orbot proxy support</a>.</li>
             <li>Add <a href="https://redmine.stoutner.com/issues/30">Do Not Track</a> support.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-1-9-and-1-9-1/">1.9.1</a> (version code 11)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=6de831ce03c8b9114212870715c6c722e26f5b28">27 August 2016</a> - minimum API 19, target API 23</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=6de831ce03c8b9114212870715c6c722e26f5b28">27 August 2016</a> - 最低支持API 19, 最高支持API 23</p>
         <ul>
             <li>Changed asset image links to relative paths so Privacy Browser will build on F-Droid.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-1-9-and-1-9-1/">1.9</a> (version code 10)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=7c6dae59026beeb9e32fcc4d6706129f8bee029c">26 August 2016</a> - minimum API 19, target API 23</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=7c6dae59026beeb9e32fcc4d6706129f8bee029c">26 August 2016</a> - 最低支持API 19, 最高支持API 23</p>
         <ul>
             <li>German translation provided by <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>.</li>
             <li>Add the ability to <a href="https://redmine.stoutner.com/issues/2">view SSL certificate details and SSL error messages</a>.
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-1-8/">1.8</a> (version code 9)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=f386169ee9c68325562068394cb6b21b0b89be1c">16 July 2016</a> - minimum API 19, target API 23</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=f386169ee9c68325562068394cb6b21b0b89be1c">16 July 2016</a> - 最低支持API 19, 最高支持API 23</p>
         <ul>
             <li>Add a <a href="https://redmine.stoutner.com/issues/16">bookmarks interface</a>.</li>
             <li>Add <a href="https://redmine.stoutner.com/issues/29">basic controls for form data</a>.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-1-7/">1.7</a> (version code 8)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=347e702f50a02782add9400afa552fbee1cf7ab6;ds=inline">16 June 2016</a> - minimum API 19, target API 23</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=347e702f50a02782add9400afa552fbee1cf7ab6;ds=inline">16 June 2016</a> - 最低支持API 19, 最高支持API 23</p>
         <ul>
             <li>Create an <a href="https://redmine.stoutner.com/issues/15">About activity with a TabView</a>.</li>
             <li>Create a Guide activity with a TabView.</li>
         </ul>
 
         <h3>1.6 (version code 7)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=151e4550065da8e740e8e3bd414ec30ae2a18c33">11 May 2016</a> - minimum API 15, target API 23</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=151e4550065da8e740e8e3bd414ec30ae2a18c33">11 May 2016</a> - 最低支持API 15, 最高支持API 23</p>
         <ul>
             <li>Add a setting to <a href="https://redmine.stoutner.com/issues/4">customize the search URLs</a>.</li>
             <li>Add a setting to <a href="https://redmine.stoutner.com/issues/3">customize the browser’s user agent</a>.</li>
         </ul>
 
         <h3>1.5 (version code 6)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=b0a048867d5582bc693ba8699a75aa93b4fa1b69">5 May 2016</a> - minimum API 15, target API 23</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=b0a048867d5582bc693ba8699a75aa93b4fa1b69">5 May 2016</a> - 最低支持API 15, 最高支持API 23</p>
         <ul>
             <li>Add the option to disable swipe to refresh so that certain websites, like Google Maps, will function correctly.</li>
         </ul>
 
         <h3>1.4 (version code 5)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=58e6c22da860871eadd1cbf214a30e88ced4f19e">28 April 2016</a> - minimum API 15, target API 23</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=58e6c22da860871eadd1cbf214a30e88ced4f19e">28 April 2016</a> - 最低支持API 15, 最高支持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>
         </ul>
 
         <h3>1.3 (version code 4)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=4f704be746c00c0a29a52c28646e6d7cf2f9c53c">7 April 2016</a> - minimum API 15, target API 23</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=4f704be746c00c0a29a52c28646e6d7cf2f9c53c">7 April 2016</a> - 最低支持API 15, 最高支持API 23</p>
         <ul>
             <li>Create a <a href="https://redmine.stoutner.com/issues/17">navigation drawer</a>.</li>
         </ul>
 
         <h3>1.2 (version code 3)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=bde6908fee004715f0125ab2d51016dd63a956f4">23 March 2016</a> - minimum API 15, target API 23</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=bde6908fee004715f0125ab2d51016dd63a956f4">23 March 2016</a> - 最低支持API 15, 最高支持API 23</p>
         <ul>
             <li>Update launcher icon to make it bigger.</li>
             <li>Replace all toast messages with <a href="https://redmine.stoutner.com/issues/12">snackbars</a>.</li>
         </ul>
 
         <h3>1.1 (version code 2)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=f56d4111a627bebdb7f181da062253b3e6145381">9 March 2016</a> - minimum API 10, target API 23</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=f56d4111a627bebdb7f181da062253b3e6145381">9 March 2016</a> - 最低支持API 10, 最高支持API 23</p>
         <ul>
             <li>Separate the standard and the free flavors so that Privacy Browser builds correctly on F-Droid.</li>
         </ul>
 
         <h3>1.0 (version code 1)</h3>
-        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=6f7130bc4218755bea242a2108e4c4ad6f63dcf9">24 February 2016</a> - minimum API 10, target API 23</p>
+        <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=6f7130bc4218755bea242a2108e4c4ad6f63dcf9">24 February 2016</a> - 最低支持API 10, 最高支持API 23</p>
         <ul>
             <li>Toggle JavaScript, DOM storage, and cookies.</li>
             <li>Set default enabled status for JavaScript, DOM storage, and cookies.</li>
index 3dc6ca52288189d6dd10fbb501d8bd041e8bf697..dfef1b5e71136505243410b0e8b49a39df79c3fe 100644 (file)
     </head>
 
     <body>
-        <h3>Principal Developer</h3>
-        <p>Privacy Browser is primarily developed by <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.</p>
+        <h3>主要的开发成员</h3>
+        <p>Privacy Browser最开始由<a href="mailto:soren@stoutner.com">Soren Stoutner开发</a>.</p>
 
         <h3>Coders</h3>
         <a href="mailto:lianergoist@vongriffen.dk">Thomas Jensen</a><br/>
         Hendrik Knackstedt
 
-        <h3>Translators</h3>
+        <h3>翻译</h3>
         Xin: Simplified Chinese<br/>
         <a href="mailto:mochileiro2006-trilhas@yahoo.com.br">Thiago Nazareno Conceição Silva de Jesus</a>: Brazilian Portuguese<br/>
         <a href="mailto:kevinliste@framalistes.org">Kévin L.</a>: French<br/>
         Francesco Buratti: Italian<br/>
         Jose A. León: Spanish
 
-        <h3>Past Translators</h3>
+        <h3>过去的翻译</h3>
         Stefan Erhardt: German<br/>
         <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>: German
 
         <br/>
         <br/>
-        <p>Contributors are welcome to submit both <a href="https://www.stoutner.com/privacy-browser-android/contributors/">code and translations</a>.</p>
+        <p>欢迎贡献者提供<a href="https://www.stoutner.com/privacy-browser-android/contributors/">代码及翻译</a>.</p>
     </body>
 </html>
index 77d2bb828fc5ae5514132c426cf282fbf32ece67..e137f654b245817641663423b43c7bb2cdbf3c2e 100644 (file)
         <h3>Copyright</h3>
         <p>Privacy Browser copyright 2015-2023 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.</p>
 
-        <h3>License</h3>
-        <p>Privacy Browser is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>. The full text of the license is below.
-            The source code is available from <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=summary">gitweb.stoutner.com</a>.</p>
-
-        <h3>Blocklists</h3>
-        <p><a href="https://easylist.to/easylist/easylist.txt">EasyList</a> and <a href="https://easylist.to/easylist/easyprivacy.txt">EasyPrivacy</a>
-            are <a href="https://easylist.to/pages/licence.html">dual licensed</a> under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+</a>
-            and the <a href="https://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0+ Unported</a> licenses.
-            Privacy Browser incorporates them using the GPLv3+ option.</p>
-
-        <p><a href="https://easylist.to/easylist/fanboy-annoyance.txt">Fanboy’s Annoyance List</a> and <a href="https://easylist.to/easylist/fanboy-social.txt">Fanboy’s Social Blocking List</a>
-            are released under the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported license</a>,
-            which is <a href="https://www.gnu.org/licenses/license-list.en.html#ccby">compatible with the GPLv3+</a>. The lists are included unchanged in Privacy Browser.</p>
-
-        <p>More information about the blocklists can be found on the <a href="https://easylist.to/">EasyList website</a>.</p>
-
-        <h3>Libraries</h3>
-        <p>Privacy Browser is built with the <a href="https://developer.android.com/jetpack/androidx/">AndroidX Libraries</a>,
-            the <a href="https://github.com/JetBrains/kotlin/tree/master/license">Kotlin libraries</a>,
-            and code from the <a href="https://mvnrepository.com/artifact/com.google.android.material/material">Google Material Maven repository</a>,
-            which are released under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.</p>
-
-        <h3>Classes</h3>
-        <p><code>com.stoutner.privacybrowser.views.<wbr>CheckedLinearLayout</code> is a modified version of a class contained in the
-            <a href="https://android.googlesource.com/platform/packages/apps/Camera/+/master/src/com/android/camera/ui/CheckedLinearLayout.java">Android Camera</a> source code.
-            The original file was released under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-            Modifications copyright 2019 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
-            The modified file is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
-
-        <h3>Icons</h3>
+        <h3>证书</h3>
+        <p>Privacy Browser基于<a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>发布。
+            证书的完整内容在下面,源代码可以从<a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=summary">gitweb.stoutner.com</a>获得。</p>
+
+        <h3>黑名单</h3>
+        <p><a href="https://easylist.to/easylist/easylist.txt">EasyList</a>和<a href="https://easylist.to/easylist/easyprivacy.txt">EasyPrivacy</a>
+            <a href="https://easylist.to/pages/licence.html">是</a><a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+</a>
+            和<a href="https://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0+ Unported</a>双重许可。Privacy Browser通过GPLv3+选项打开他们.</p>
+
+        <p><a href="https://easylist.to/easylist/fanboy-annoyance.txt">Fanboy’s Annoyance List</a>和<a href="https://easylist.to/easylist/fanboy-social.txt">Fanboy’s Social Blocking List</a>
+            基于<a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported license</a>,
+            可以<a href="https://www.gnu.org/licenses/license-list.en.html#ccby">和GPLv3+共存。</a>这些没有更改的添加到Privacy Browser。</p>
+
+        <p>黑名单的更多信息可以在以下链接中找到<a href="https://easylist.to/">EasyList website</a>.</p>
+
+        <h3>库</h3>
+        <p>Privacy Browser基于<a href="https://developer.android.com/jetpack/androidx/">AndroidX Libraries</a>,
+            <a href="https://github.com/JetBrains/kotlin/tree/master/license">Kotlin libraries</a>床立,
+            的<a href="https://mvnrepository.com/artifact/com.google.android.material/material">Google Material Maven repository</a>,
+            代码来自基于<a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.</p>
+
+        <h3>类</h3>
+        <p><code>com.stoutner.privacybrowser.views.<wbr>CheckedLinearLayout</code>报告这些的改良版本
+            <a href="https://android.googlesource.com/platform/packages/apps/Camera/+/master/src/com/android/camera/ui/CheckedLinearLayout.java">Android Camera</a>源代码.
+            原始文件基于<a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+            修改版本版权所有 2019 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+            改良版本在<a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>下发布。</p>
+
+        <h3>图标</h3>
         <p><img class="left" src="../shared_images/privacy_browser.svg"/> <img class="left" src="../shared_images/warning.svg"/> <img class="left" src="../shared_images/javascript_enabled.svg"/>
-            are derived from <code>security</code> and <code>language</code>, which are part of the <a href="https://fonts.google.com/icons">Android Material icon set</a> and are released under the
-            <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-            The full text of the license is below. Modifications copyright 2016 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
-            The resulting images are released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
-        <p><svg class="left"><use href="../shared_images/move_to_folder.svg#icon"/></svg> is derived from elements of <code>folder</code> and <code>exit_to_app</code>,
-            which are part of the <a href="https://fonts.google.com/icons">Android Material icon set</a>
-            and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-            Modifications copyright 2017, 2022 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
-            The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
-        <p><svg class="left"><use href="../shared_images/create_bookmark.svg#icon"/></svg> is derived from elements of <code>bookmark</code> and <code>create_new_folder</code>, which are part of the
-            <a href="https://fonts.google.com/icons">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-            Modifications copyright 2017, 2022 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
-            The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
-        <p><svg class="left"><use href="../shared_images/create_folder.svg#icon"/></svg> is derived from <code>create_new_folder</code>,
-            which is part of the <a href="https://fonts.google.com/icons">Android Material icon set</a> and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-            Modifications copyright 2017, 2022 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
-            The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
-        <p><svg class="left"><use href="../shared_images/clear_and_exit.svg#icon"/></svg> is derived from <code>exit_to_app</code>,
-            which is part of the <a href="https://fonts.google.com/icons">Android Material icon set</a> and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-            Modifications copyright 2017, 2022 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
-            The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
-        <p><svg class="left"><use href="../shared_images/night_mode.svg#icon"/></svg> is derived from <code>compare</code>,
-            which is part of the <a href="https://fonts.google.com/icons">Android Material icon set</a> and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-            Modifications copyright 2017, 2022 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
-            The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
-        <p><img class="left" src="../shared_images/sort_selected.svg"> is derived from <code>sort</code>, which is part of the <a href="https://fonts.google.com/icons">Android Material icon set</a>
-            and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright 2019, 2022 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
-            The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
-        <p><img class="left" src="../shared_images/push_pin_filled_selected.svg"> is derived from <code>push_pin_selected</code>,
-            which is part of the <a href="https://fonts.google.com/icons">Android Material icon set</a> and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-            Modifications copyright 2019-2020, 2022 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
-            The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
-        <p><svg class="left"><use href="../shared_images/cookie.svg#icon"/></svg> <code>cookie</code> was created by Google.
-            It is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
-            and can be downloaded from <a href="https://materialdesignicons.com/icon/cookie">Material Design Icons</a>. It is unchanged except for layout information like color and size.</p>
-        <p><svg class="left"><use href="../shared_images/mastodon.svg#icon"/></svg> <code>mastodon</code> comes from the
+            出自 <code>security</code>和<code>language</code>, <a href="https://fonts.google.com/icons">Android Material icon set</a>中的一部分,在
+            <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>下发布。
+            完整的证书内容在下面。Modifications copyright 2016 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+            生成的图标在<a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>下发布。</p>
+        <p><svg class="left"><use href="../shared_images/move_to_folder.svg#icon"/></svg>出自<code>folder</code>和<code>exit_to_app</code>,
+            是<a href="https://fonts.google.com/icons">Android Material icon set</a>的一部分,
+            基于<a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>发布。
+            修改版本版权所有 2017, 2022 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+            生成图标在<a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>下发布。</p>
+        <p><svg class="left"><use href="../shared_images/create_bookmark.svg#icon"/></svg>出自<code>bookmark</code>和<code>create_new_folder</code>,是
+            <a href="https://fonts.google.com/icons">Android Material icon set</a>的一部分,在<a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>下发布。
+            修改版本版权所有 2017, 2022 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+            生成图标在<a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>下发布。</p>
+        <p><svg class="left"><use href="../shared_images/create_folder.svg#icon"/></svg>出自<code>create_new_folder</code>,
+            是<a href="https://fonts.google.com/icons">Android Material icon set</a>的一部分,在<a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>下发布。
+            修改版本版权所有 2017, 2022 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+            生成的图标在<a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>下发布。</p>
+        <p><svg class="left"><use href="../shared_images/clear_and_exit.svg#icon"/></svg>出自<code>exit_to_app</code>,
+            是<a href="https://fonts.google.com/icons">Android Material icon set</a>的一部分,在<a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>下发布。
+            修改版本版权所有 2017, 2022 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+            生成的图标在<a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>下发布。</p>
+        <p><svg class="left"><use href="../shared_images/night_mode.svg#icon"/></svg>出自<code>compare</code>,
+            是<a href="https://fonts.google.com/icons">Android Material icon set</a>的一部分,在<a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>证书下发布。
+            修改版本版权所有 2017, 2022 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+            生成的图标在 <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>下发布。</p>
+        <p><img class="left" src="../shared_images/sort_selected.svg">出自<code>sort</code>,是<a href="https://fonts.google.com/icons">Android Material icon set</a>的一部分。
+            在<a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>下发布。  修改版本版权所有 2019, 2022 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+            生成的图标在<a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>下发布。</p>
+        <p><img class="left" src="../shared_images/push_pin_filled_selected.svg">出自<code>push_pin_selected</code>,
+            是<a href="https://fonts.google.com/icons">Android Material icon set</a>的一部分。在<a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>下发布。
+            修改版本版权所有 2019-2020, 2022 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+            生成的图标在<a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>下发布。</p>
+        <p><svg class="left"><use href="../shared_images/cookie.svg#icon"/></svg> <code>cookie</code>由Google创建。
+            在<a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>下发布,能在
+            <a href="https://materialdesignicons.com/icon/cookie">Material Design Icons</a>下载。除了颜色和大小的布局信息其他的都没改变。</p>
+        <p><svg class="left"><use href="../shared_images/mastodon.svg#icon"/></svg> <code>mastodon</code>来自
             <a href="https://github.com/tootsuite/mastodon/blob/master/app/javascript/images/logo_transparent_black.svg">Mastodon project</a>,
-            which is released under the <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">AGPLv3+ license</a>. The full text of the license is below.
-            The image is unchanged except for layout information like color, size, and margin. It is included in Privacy Browser under the provisions in section 13 of the license.</p>
-        <p>The following icons come from the <a href="https://fonts.google.com/icons">Android Material icon set</a>,
-            which is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
-            They are unchanged except for layout information like color and size. Some of them have been renamed to match their use in the code. The original icons and names are shown below.</p>
+            在<a href="https://www.gnu.org/licenses/agpl-3.0.en.html">AGPLv3+ license</a>下发布。完整的证书内容在下面。
+            除了颜色,大小,边距等布局信息其他的都没改变。在之前的证书的13条的规定下,包含在Privacy Browser中。</p>
+        <p>以下的图标来自<a href="https://fonts.google.com/icons">Android Material icon set</a>,
+            在<a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>下发布。
+            除了颜色和大小其他的布局信息没有改变。他们的一部分重命名来匹配他们在代码中的使用。原始图标和名字在下面展示。</p>
         <p><svg class="icon"><use href="../shared_images/add.svg#icon"/></svg> add.</p>
         <p><svg class="icon"><use href="../shared_images/aod_tablet_rounded_grade200.svg#icon"/></svg> aod_tablet_rounded_grade200.</p>
         <p><svg class="icon"><use href="../shared_images/arrow_back.svg#icon"/></svg> arrow_back.</p>
index c3193e6360d0df0f3e5a512748a13f396a7c8ff5..8157967b1ac2d8a1ce8bfca09832d00dce395389 100644 (file)
         <h3>Websites</h3>
 
         <h4><a href="https://www.stoutner.com/category/privacy-browser-android/"><svg class="links"><use href="../shared_images/chrome_reader_mode.svg#icon"/></svg></a>
-            <a href="https://www.stoutner.com/category/privacy-browser-android/">News</a></h4>
+            <a href="https://www.stoutner.com/category/privacy-browser-android/">消息</a></h4>
 
         <h4><a href="https://www.stoutner.com/category/privacy-browser-android-roadmap/"><svg class="links"><use href="../shared_images/map.svg#icon"/></svg></a>
-            <a href="https://www.stoutner.com/category/privacy-browser-android-roadmap/">Roadmap</a></h4>
+            <a href="https://www.stoutner.com/category/privacy-browser-android-roadmap/">路标</a></h4>
 
         <h4><a href="https://fosstodon.org/@privacybrowser"><svg class="links"><use href="../shared_images/mastodon.svg#icon"/></svg></a>
             <a href="https://fosstodon.org/@privacybrowser">Fosstodon</a></h4>
 
         <h4><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><svg class="links"><use href="../shared_images/bug_report.svg#icon"/></svg></a>
-            <a href="https://redmine.stoutner.com/projects/privacy-browser/issues">Bug Tracker and Feature Requests</a></h4>
+            <a href="https://redmine.stoutner.com/projects/privacy-browser/issues">Bug追踪和功能请求</a></h4>
 
         <h4><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><svg class="links"><use href="../shared_images/question_answer.svg#icon"/></svg></a>
-            <a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Forum</a></h4>
+            <a href="https://redmine.stoutner.com/projects/privacy-browser/boards">论坛</a></h4>
 
         <h4><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=summary"><svg class="links"><use href="../shared_images/more.svg#icon"/></svg></a>
             <a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=summary">GitWeb</a></h4>
 
         <h4><a href="https://www.stoutner.com/donations/"><svg class="links"><use href="../shared_images/payments_rounded.svg#icon"/></svg></a>
-            <a href="https://www.stoutner.com/donations/">Donations</a></h4>
+            <a href="https://www.stoutner.com/donations/">捐赠</a></h4>
     </body>
 </html>
index 2c299bf9609ac758da313f85123e62d08434e6d2..e7723b3bce87371239985923bb21327a6b800054 100644 (file)
     </head>
 
     <body>
-        <h3>Have full network access</h3>
+        <h3>完整的网络访问权限</h3>
         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INTERNET">android.permission.INTERNET</a></p>
-        <p>Required for the WebView to access the internet. Without this permission, Privacy Browser would be “No Browser: Protecting Your Privacy by Staying Completely Off the Internet”.</p>
+        <p>网络访问权限是访问网页必需的,没有这个权限,Privacy Browser会成为“无浏览器”,把你的隐私从互联网隔离开。</p>
 
-        <h3>Install shortcuts</h3>
+        <h3>安装快捷方式</h3>
         <p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.<wbr>INSTALL_SHORTCUT</a></p>
-        <p>Required to add shortcuts for websites to the launcher desktop.</p>
+        <p>在桌面添加网页的快捷方式。</p>
 
         <h3><a href="https://developer.android.com/about/versions/13/features#runtime-receivers">
             com.stoutner.privacybrowser.<wbr>standard.<wbr>DYNAMIC_<wbr>RECEIVER_<wbr>NOT_<wbr>EXPORTED_<wbr>PERMISSION</a></h3>
-        <p>Automatically added to all apps targeting API >= 33 (Android 13) to prevent other apps from connecting to dynamic receivers without explicit permission.</p>
+        <p>自动添加到所有API33(安卓13),防止其他应用在没有允许的情况下连接到动态接收器。</p>
     </body>
 </html>
index 8b6d5b79885b94747057ad1b1b0bcaf5bd9a60ed..5f3966ba21be86375b9fdb2f8894e450873d53ff 100644 (file)
 
     <body>
         <h3>Privacy Browser</h3>
-        <p><strong class="red">Privacy Browser does not collect any user information.</strong></p>
+        <p><strong class="red">Privacy Browser不会收集您的任何隐私。</strong></p>
 
 
         <h3>Google Play</h3>
-        <p>Google Play has its <a href="https://policies.google.com/privacy">own privacy policy</a>.
-            Google provides <em>anonymized summary installation information</em> to developers, including the number of installs organized by the following categories.</p>
+        <p>Google Play有<a href="https://policies.google.com/privacy">自己的隐私政策</a>.
+            Google开发者提供<em>匿名的安装信息,</em>包括以下的类别: </p>
         <ul>
-            <li><item>Android version</item> (eg. Android 7.1)</li>
-            <li><item>Device</item> (eg. Samsung Galaxy S6 [zeroflte])</li>
-            <li><item>Tablets</item> (eg. Tablets 10" and above)</li>
-            <li><item>Country</item> (eg. United States)</li>
-            <li><item>Language</item> (eg. English [United States])</li>
-            <li><item>App version</item> (eg. 14)</li>
-            <li><item>Carrier</item> (eg. T-Mobile - US)</li>
+            <li><item>Android版本</item> (eg. Android 7.1)</li>
+            <li><item>设备</item> (eg. Samsung Galaxy S6 [zeroflte])</li>
+            <li><item>平板</item> (eg. Tablets 10" and above)</li>
+            <li><item>国家</item> (eg. United States)</li>
+            <li><item>语言</item> (eg. English [United States])</li>
+            <li><item>应用版本</item> (eg. 14)</li>
+            <li><item>运营商</item> (eg. T-Mobile - US)</li>
         </ul>
 
 
-        <h3>Google Play Ratings</h3>
-        <p>Google Play has its <a href="https://policies.google.com/privacy">own privacy policy</a>.
-            Google provides developers with <em>anonymized summaries</em> of the following information related to user ratings.</p>
+        <h3>Google Play 评分</h3>
+        <p>Google Play 有它<a href="https://policies.google.com/privacy">自己的隐私政策</a>.
+            Google 提供给开发者以下的与用户评分有关的匿名信息。</p>
         <ul>
-            <li><item>Country</item> (eg. United States)</li>
-            <li><item>Language</item> (eg. English)</li>
-            <li><item>App version</item> (eg. 14)</li>
-            <li><item>Android version</item> (eg. Android 7.1)</li>
-            <li><item>Device</item> (eg. Google Nexus 5X [bullhead])</li>
-            <li><item>Tablets</item> (eg. Tablets 10" and above)</li>
+            <li><item>国家</item> (eg. United States)</li>
+            <li><item>语言</item> (eg. English)</li>
+            <li><item>应用版本</item> (eg. 14)</li>
+            <li><item>Android版本</item> (eg. Android 7.1)</li>
+            <li><item>设备</item> (eg. Google Nexus 5X [bullhead])</li>
+            <li><item>平板</item> (eg. Tablets 10" and above)</li>
         </ul>
 
 
-        <h3>Google Play Reviews</h3>
-        <p>Google Play has its <a href="https://policies.google.com/privacy">own privacy policy</a>.
-            In addition to the name of the reviewer, the rating, and the text of the review (which are all available publicly), Google provides some or all of the following information to the developer.</p>
+        <h3>Google Play评论</h3>
+        <p>Google Play有<a href="https://policies.google.com/privacy">它自己的隐私政策</a>.
+            除了公开的评论者的姓名,评分,符合隐私政策的评论,Google还提供以下信息给开发者:</p>
         <ul>
-            <li><item>Version code</item> (eg. 7)</li>
-            <li><item>Version name</item> (eg. 1.6)</li>
-            <li><item>Android version</item> (eg. Android 5.1)</li>
-            <li><item>Device</item> (eg. Galaxy S6 Edge+ [zenlte])</li>
-            <li><item>Manufacturer</item> (eg. Samsung)</li>
-            <li><item>Device type</item> (eg. Phone)</li>
-            <li><item>CPU make</item> (eg. Samsung)</li>
-            <li><item>CPU model</item> (eg. Exynos 7420)</li>
-            <li><item>Screen density</item> (eg. 560 dpi)</li>
-            <li><item>Screen size</item> (eg. 2560 x 1440)</li>
+            <li><item>版本号</item> (eg. 7)</li>
+            <li><item>版本名</item> (eg. 1.6)</li>
+            <li><item>Android版本</item> (eg. Android 5.1)</li>
+            <li><item>设备</item> (eg. Galaxy S6 Edge+ [zenlte])</li>
+            <li><item>制造商</item> (eg. Samsung)</li>
+            <li><item>设备类型</item> (eg. Phone)</li>
+            <li><item>CPU品牌</item> (eg. Samsung)</li>
+            <li><item>CPU型号</item> (eg. Exynos 7420)</li>
+            <li><item>屏幕分辨率</item> (eg. 560 dpi)</li>
+            <li><item>屏幕大小</item> (eg. 2560 x 1440)</li>
             <li><item>RAM</item> (eg. 4096 MB)</li>
-            <li><item>Native platform</item> (eg. armeabi-v7a,armeabi,arm64v8a)</li>
-            <li><item>OpenGL ES version</item> (eg. 3.1)</li>
-            <li><item>Device language</item> (eg. English)</li>
+            <li><item>原生平台</item> (eg. armeabi-v7a,armeabi,arm64v8a)</li>
+            <li><item>OpenGL ES版本</item> (eg. 3.1)</li>
+            <li><item>设备语言</item> (eg. English)</li>
         </ul>
 
 
-        <h3>Direct Communications</h3>
-        <p>Users may choose to send direct communications to Stoutner, like email messages and comments on <a href="https://www.stoutner.com/">stoutner.com</a>.</p>
+        <h3>直接联系</h3>
+        <p>用户可以通过以下网站发送邮件直接联系Stoutner。<a href="https://www.stoutner.com/">stoutner.com</a>.</p>
 
 
-        <h3>Use of Information</h3>
-        <p><strong class="blue">Stoutner may use this information to assist in the development of Privacy Browser and communicate the status of the project to users.</strong>
-            <strong class="red">Stoutner will never sell this information nor transfer it to any third party that would use it for advertising or marketing.</strong></p>
+        <h3>信息的使用</h3>
+        <p><strong class="blue">Stoutner也许会使用这些信息来帮助开发Privacy Browser</strong>
+            <strong class="red">Stoutner绝不会将信息贩卖给用于广告或营销的第三方</strong></p>
 
         <hr />
         <p style="text-align: center;"><em>Revision 1.7, 14 May 2019</em></p>
index dedcda3da9253bf698a17a4f573f834b0e791c53..5fec8ea20b526ebc7f24a545d69ef71f17bc0634 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2022 Soren Stoutner <soren@stoutner.com>.
+ * Copyright 2016-2023 Soren Stoutner <soren@stoutner.com>.
  *
  * This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
  *
@@ -26,8 +26,8 @@ buildscript {
     }
 
     dependencies {
-        classpath 'com.android.tools.build:gradle:7.3.1'
-        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20"
+        classpath 'com.android.tools.build:gradle:7.4.1'
+        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0"
 
         // NOTE: Do not place your application dependencies here; they belong
         // in the individual module build.gradle files
diff --git a/fastlane/metadata/android/de-DE/changelogs/66.txt b/fastlane/metadata/android/de-DE/changelogs/66.txt
new file mode 100644 (file)
index 0000000..63f16a0
--- /dev/null
@@ -0,0 +1 @@
+• Von Xin zur Verfügung gestellte Vereinfachte Chinesische Übersetzung hinzugefügt.
\ No newline at end of file
diff --git a/fastlane/metadata/android/de-DE/images/phoneScreenshots/02-NavigationMenu-de.png b/fastlane/metadata/android/de-DE/images/phoneScreenshots/02-NavigationMenu-de.png
new file mode 100644 (file)
index 0000000..94232d9
Binary files /dev/null and b/fastlane/metadata/android/de-DE/images/phoneScreenshots/02-NavigationMenu-de.png differ
diff --git a/fastlane/metadata/android/de-DE/images/phoneScreenshots/02-NavigationMenu.png b/fastlane/metadata/android/de-DE/images/phoneScreenshots/02-NavigationMenu.png
deleted file mode 100644 (file)
index adc6837..0000000
Binary files a/fastlane/metadata/android/de-DE/images/phoneScreenshots/02-NavigationMenu.png and /dev/null differ
diff --git a/fastlane/metadata/android/en-US/changelogs/66.txt b/fastlane/metadata/android/en-US/changelogs/66.txt
new file mode 100644 (file)
index 0000000..dc60fdb
--- /dev/null
@@ -0,0 +1 @@
+• Add a Simplified Chinese translation provided by Xin.
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/02-NavigationMenu-en.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/02-NavigationMenu-en.png
new file mode 100644 (file)
index 0000000..e3b9918
Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/02-NavigationMenu-en.png differ
diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/02-NavigationMenu.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/02-NavigationMenu.png
deleted file mode 100644 (file)
index fd206fe..0000000
Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/02-NavigationMenu.png and /dev/null differ
diff --git a/fastlane/metadata/android/es-ES/changelogs/66.txt b/fastlane/metadata/android/es-ES/changelogs/66.txt
new file mode 100644 (file)
index 0000000..c6138eb
--- /dev/null
@@ -0,0 +1 @@
+• Añadir una traducción al chino simplificado proporcionada por Xin.
\ No newline at end of file
diff --git a/fastlane/metadata/android/es-ES/images/phoneScreenshots/02-NavigationMenu-es.png b/fastlane/metadata/android/es-ES/images/phoneScreenshots/02-NavigationMenu-es.png
new file mode 100644 (file)
index 0000000..86fb947
Binary files /dev/null and b/fastlane/metadata/android/es-ES/images/phoneScreenshots/02-NavigationMenu-es.png differ
diff --git a/fastlane/metadata/android/es-ES/images/phoneScreenshots/02-NavigationMenu.png b/fastlane/metadata/android/es-ES/images/phoneScreenshots/02-NavigationMenu.png
deleted file mode 100644 (file)
index 7ccd78c..0000000
Binary files a/fastlane/metadata/android/es-ES/images/phoneScreenshots/02-NavigationMenu.png and /dev/null differ
diff --git a/fastlane/metadata/android/fr-FR/changelogs/66.txt b/fastlane/metadata/android/fr-FR/changelogs/66.txt
new file mode 100644 (file)
index 0000000..ed1de12
--- /dev/null
@@ -0,0 +1 @@
+• Ajout de la traduction en chinois simplifié par Xin.
\ No newline at end of file
diff --git a/fastlane/metadata/android/fr-FR/images/phoneScreenshots/02-NavigationMenu-fr.png b/fastlane/metadata/android/fr-FR/images/phoneScreenshots/02-NavigationMenu-fr.png
new file mode 100644 (file)
index 0000000..7a621fe
Binary files /dev/null and b/fastlane/metadata/android/fr-FR/images/phoneScreenshots/02-NavigationMenu-fr.png differ
diff --git a/fastlane/metadata/android/fr-FR/images/phoneScreenshots/02-NavigationMenu.png b/fastlane/metadata/android/fr-FR/images/phoneScreenshots/02-NavigationMenu.png
deleted file mode 100644 (file)
index 356cd65..0000000
Binary files a/fastlane/metadata/android/fr-FR/images/phoneScreenshots/02-NavigationMenu.png and /dev/null differ
diff --git a/fastlane/metadata/android/it-IT/changelogs/66.txt b/fastlane/metadata/android/it-IT/changelogs/66.txt
new file mode 100644 (file)
index 0000000..e050e11
--- /dev/null
@@ -0,0 +1 @@
+• Aggiunta la traduzione in Cinese Semplificato fornita da Xin.
\ No newline at end of file
diff --git a/fastlane/metadata/android/it-IT/images/phoneScreenshots/02-NavigationMenu-it.png b/fastlane/metadata/android/it-IT/images/phoneScreenshots/02-NavigationMenu-it.png
new file mode 100644 (file)
index 0000000..b397990
Binary files /dev/null and b/fastlane/metadata/android/it-IT/images/phoneScreenshots/02-NavigationMenu-it.png differ
diff --git a/fastlane/metadata/android/it-IT/images/phoneScreenshots/02-NavigationMenu.png b/fastlane/metadata/android/it-IT/images/phoneScreenshots/02-NavigationMenu.png
deleted file mode 100644 (file)
index 46ca0cd..0000000
Binary files a/fastlane/metadata/android/it-IT/images/phoneScreenshots/02-NavigationMenu.png and /dev/null differ
diff --git a/fastlane/metadata/android/pt-BR/images/phoneScreenshots/02-NavigationMenu-pt-rBR.png b/fastlane/metadata/android/pt-BR/images/phoneScreenshots/02-NavigationMenu-pt-rBR.png
new file mode 100644 (file)
index 0000000..cb7a330
Binary files /dev/null and b/fastlane/metadata/android/pt-BR/images/phoneScreenshots/02-NavigationMenu-pt-rBR.png differ
diff --git a/fastlane/metadata/android/pt-BR/images/phoneScreenshots/02-NavigationMenu.png b/fastlane/metadata/android/pt-BR/images/phoneScreenshots/02-NavigationMenu.png
deleted file mode 100644 (file)
index f13204d..0000000
Binary files a/fastlane/metadata/android/pt-BR/images/phoneScreenshots/02-NavigationMenu.png and /dev/null differ
diff --git a/fastlane/metadata/android/ru-RU/changelogs/66.txt b/fastlane/metadata/android/ru-RU/changelogs/66.txt
new file mode 100644 (file)
index 0000000..1f882f3
--- /dev/null
@@ -0,0 +1 @@
+• Добавлен китайский упрощенный перевод, выполненный Синь (Xin).
\ No newline at end of file
diff --git a/fastlane/metadata/android/ru-RU/images/phoneScreenshots/02-NavigationMenu-ru.png b/fastlane/metadata/android/ru-RU/images/phoneScreenshots/02-NavigationMenu-ru.png
new file mode 100644 (file)
index 0000000..45eb549
Binary files /dev/null and b/fastlane/metadata/android/ru-RU/images/phoneScreenshots/02-NavigationMenu-ru.png differ
diff --git a/fastlane/metadata/android/ru-RU/images/phoneScreenshots/02-NavigationMenu.png b/fastlane/metadata/android/ru-RU/images/phoneScreenshots/02-NavigationMenu.png
deleted file mode 100644 (file)
index c80983c..0000000
Binary files a/fastlane/metadata/android/ru-RU/images/phoneScreenshots/02-NavigationMenu.png and /dev/null differ
diff --git a/fastlane/metadata/android/tr-TR/images/phoneScreenshots/02-NavigationMenu-tr.png b/fastlane/metadata/android/tr-TR/images/phoneScreenshots/02-NavigationMenu-tr.png
new file mode 100644 (file)
index 0000000..7db0c7f
Binary files /dev/null and b/fastlane/metadata/android/tr-TR/images/phoneScreenshots/02-NavigationMenu-tr.png differ
diff --git a/fastlane/metadata/android/tr-TR/images/phoneScreenshots/02-NavigationMenu.png b/fastlane/metadata/android/tr-TR/images/phoneScreenshots/02-NavigationMenu.png
deleted file mode 100644 (file)
index f85d72a..0000000
Binary files a/fastlane/metadata/android/tr-TR/images/phoneScreenshots/02-NavigationMenu.png and /dev/null differ
diff --git a/fastlane/metadata/android/zh_CN/changelogs/66.txt b/fastlane/metadata/android/zh_CN/changelogs/66.txt
new file mode 100644 (file)
index 0000000..d0ba49d
--- /dev/null
@@ -0,0 +1 @@
+• 新增由xin提供的简体中文翻译。
\ No newline at end of file
diff --git a/fastlane/metadata/android/zh_CN/full_description.txt b/fastlane/metadata/android/zh_CN/full_description.txt
new file mode 100644 (file)
index 0000000..3217310
--- /dev/null
@@ -0,0 +1,12 @@
+保护隐私不被滥用的唯一方法是首先防止隐私被收集。Privacy Browser有两个目标。 
+1.减少在互联网中发送的数据。
+2.减少数据储存到设备。
+大多数浏览器默默的像网页提供大量信息,允许他们追踪你,损害你的隐私。网站和广告网络使用JavaScript,cookies,DOM存储,UA和其他的特定的身份鉴别技术来在用户访问时识别用户追踪他们。
+相比之下,Privacy Browser默认禁用隐私相关的功能,如果网页合法的请求这些功能,用户可以选择在这个访问时打开相应的功能,或者可以使用域设置来在他们访问特定网页时自动打开某些功能,并在离开时关闭。
+
+Privacy Browser目前使用安卓内置的WebView来呈现网页,因此它在最新版本的WebView效果最好。(see https://www.stoutner.com/privacy-browser/common-settings/webview/). 在4.x系列中,Privacy Browser将切换到叫Privacy WebView的安卓WebView的分支,它允许更高的隐私功能。
+功能:
+集成EasyList拦截广告
+支持Tor Orbot通道
+固定SSL证书
+支持导入/导出设置和书签
diff --git a/fastlane/metadata/android/zh_CN/images/phoneScreenshots/01 - Homepage - zh-rCN.png b/fastlane/metadata/android/zh_CN/images/phoneScreenshots/01 - Homepage - zh-rCN.png
new file mode 100644 (file)
index 0000000..d2374f6
Binary files /dev/null and b/fastlane/metadata/android/zh_CN/images/phoneScreenshots/01 - Homepage - zh-rCN.png differ
diff --git a/fastlane/metadata/android/zh_CN/images/phoneScreenshots/02-NavigationMenu-zh-rCN.png b/fastlane/metadata/android/zh_CN/images/phoneScreenshots/02-NavigationMenu-zh-rCN.png
new file mode 100644 (file)
index 0000000..05e0945
Binary files /dev/null and b/fastlane/metadata/android/zh_CN/images/phoneScreenshots/02-NavigationMenu-zh-rCN.png differ
diff --git a/fastlane/metadata/android/zh_CN/images/phoneScreenshots/03-OptionsMenu-zh-rCN.png b/fastlane/metadata/android/zh_CN/images/phoneScreenshots/03-OptionsMenu-zh-rCN.png
new file mode 100644 (file)
index 0000000..1ee9dc9
Binary files /dev/null and b/fastlane/metadata/android/zh_CN/images/phoneScreenshots/03-OptionsMenu-zh-rCN.png differ
diff --git a/fastlane/metadata/android/zh_CN/images/phoneScreenshots/04-Tor-zh-rCN.png b/fastlane/metadata/android/zh_CN/images/phoneScreenshots/04-Tor-zh-rCN.png
new file mode 100644 (file)
index 0000000..e0c429a
Binary files /dev/null and b/fastlane/metadata/android/zh_CN/images/phoneScreenshots/04-Tor-zh-rCN.png differ
diff --git a/fastlane/metadata/android/zh_CN/images/phoneScreenshots/05-RequestDetails-zh-rCN.png b/fastlane/metadata/android/zh_CN/images/phoneScreenshots/05-RequestDetails-zh-rCN.png
new file mode 100644 (file)
index 0000000..844f516
Binary files /dev/null and b/fastlane/metadata/android/zh_CN/images/phoneScreenshots/05-RequestDetails-zh-rCN.png differ
diff --git a/fastlane/metadata/android/zh_CN/images/phoneScreenshots/06-DarkTheme-zh-rCN.png b/fastlane/metadata/android/zh_CN/images/phoneScreenshots/06-DarkTheme-zh-rCN.png
new file mode 100644 (file)
index 0000000..3590ab8
Binary files /dev/null and b/fastlane/metadata/android/zh_CN/images/phoneScreenshots/06-DarkTheme-zh-rCN.png differ
diff --git a/fastlane/metadata/android/zh_CN/images/phoneScreenshots/07-Domains.png b/fastlane/metadata/android/zh_CN/images/phoneScreenshots/07-Domains.png
new file mode 100644 (file)
index 0000000..ca2b418
Binary files /dev/null and b/fastlane/metadata/android/zh_CN/images/phoneScreenshots/07-Domains.png differ
diff --git a/fastlane/metadata/android/zh_CN/short_description.txt b/fastlane/metadata/android/zh_CN/short_description.txt
new file mode 100644 (file)
index 0000000..1da2708
--- /dev/null
@@ -0,0 +1 @@
+一个尊重你隐私的浏览器。
diff --git a/fastlane/metadata/android/zh_CN/title.txt b/fastlane/metadata/android/zh_CN/title.txt
new file mode 100644 (file)
index 0000000..beb6030
--- /dev/null
@@ -0,0 +1 @@
+Privacy Browser
index 956d64de25056e1c551b04e82765d94f8bad5af1..32303a9be7efdd3d2e3a3eaeb538e6901ffa022f 100644 (file)
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip