]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commitdiff
Release 3.12.2. v3.12.2
authorSoren Stoutner <soren@stoutner.com>
Mon, 21 Nov 2022 21:31:37 +0000 (14:31 -0700)
committerSoren Stoutner <soren@stoutner.com>
Mon, 21 Nov 2022 21:31:37 +0000 (14:31 -0700)
28 files changed:
app/build.gradle
app/src/main/assets/de/about_changelog.html
app/src/main/assets/de/guide_interface.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/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/res/values-de/strings.xml
app/src/main/res/values-pt-rBR/strings.xml
fastlane/metadata/android/de-DE/changelogs/61.txt [new file with mode: 0644]
fastlane/metadata/android/de-DE/changelogs/62.txt [new file with mode: 0644]
fastlane/metadata/android/de-DE/changelogs/63.txt [new file with mode: 0644]
fastlane/metadata/android/en-US/changelogs/63.txt [new file with mode: 0644]
fastlane/metadata/android/es-ES/changelogs/63.txt [new file with mode: 0644]
fastlane/metadata/android/fr-FR/changelogs/62.txt [new file with mode: 0644]
fastlane/metadata/android/fr-FR/changelogs/63.txt [new file with mode: 0644]
fastlane/metadata/android/it-IT/changelogs/63.txt [new file with mode: 0644]
fastlane/metadata/android/pt-BR/changelogs/61.txt [new file with mode: 0644]
fastlane/metadata/android/pt-BR/changelogs/63.txt [new file with mode: 0644]
fastlane/metadata/android/pt-BR/full_description.txt [new file with mode: 0644]
fastlane/metadata/android/pt-BR/short_description.txt [new file with mode: 0644]
fastlane/metadata/android/pt-BR/title.txt [new file with mode: 0644]
fastlane/metadata/android/ru-RU/changelogs/63.txt [new file with mode: 0644]
fastlane/metadata/android/tr-TR/changelogs/56.txt [deleted file]
fastlane/metadata/android/tr-TR/changelogs/57.txt [deleted file]

index 03ce2d9bb489ff68f11040caa35739336e1fe474..ae247f58ea3ee9e85024fe912894999e9485df67 100644 (file)
@@ -28,8 +28,8 @@ android {
     defaultConfig {
         minSdk 23
         targetSdk 33
-        versionCode 62
-        versionName "3.12.1"
+        versionCode 63
+        versionName "3.12.2"
         resConfigs "en", "de", "es", "fr", "it", "pt-rBR", "ru", "tr"
     }
 
index 48569244d73810d0110772370d39621c509c2b0d..572581a1b892617866d45d67fb48380023e2e242 100644 (file)
     </head>
 
     <body>
+        <h3>3.12.2 (version code 63)</h3>
+        <p>21. November 2022 - Mindest-API 23, Ziel-API 33</p>
+        <ul>
+            <li>Fehler bei <a href="https://redmine.stoutner.com/issues/927">WebViews dunklem Modus</a> für API 29 - 32 (Android 10 - Android 12L) behoben.</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> - Mindest-API 23, Ziel-API 33</p>
         <ul>
-            <li>Fix a crash on <a href="https://redmine.stoutner.com/issues/925">new installs</a> of Privacy Browser.</li>
+            <li>Fehler behoben, durch den Privacy Browser <a href="https://redmine.stoutner.com/issues/925">nach neuer Installation</a> abstürzte.</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> - Mindest-API 23, Ziel-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>
-            <li>Add <a href="https://redmine.stoutner.com/issues/910">per-app language support</a>.</li>
-            <li>Fix a crash if Add Domain Settings is called on an <a href="https://redmine.stoutner.com/issues/906">empty tab</a>.</li>
-            <li>Improve the night mode red <a href="https://redmine.stoutner.com/issues/691">text</a> and <a href="https://redmine.stoutner.com/issues/805">icon</a> color.</li>
-            <li>Detect <a href="https://redmine.stoutner.com/issues/895">I2P installations</a> from Google Play.</li>
-            <li>Implement a <a href="https://redmine.stoutner.com/issues/716">bottom app bar</a> in Settings.</li>
-            <li>Delete the <a href="https://redmine.stoutner.com/issues/885">Service Worker directory</a> after every page load.</li>
-            <li>Restrict the file provider to a <a href="https://redmine.stoutner.com/issues/779">subdirectory</a> of the cache directory.</li>
-            <li>Bump the <a href="https://redmine.stoutner.com/issues/902">target API to 33</a> (Android 13).</li>
-            <li>Implement forcing <a href="https://redmine.stoutner.com/issues/903">WebView’s dark mode</a> on Android 13.</li>
-            <li><a href="https://redmine.stoutner.com/issues/921">Implement</a>
-                <a href="https://redmine.stoutner.com/issues/917">a</a>
-                <a href="https://redmine.stoutner.com/issues/922">number</a>
-                <a href="https://redmine.stoutner.com/issues/778">of</a>
-                <a href="https://redmine.stoutner.com/issues/759">minor</a>
-                <a href="https://redmine.stoutner.com/issues/757">improvements</a>.</li>
-            <li>Fix a <a href="https://redmine.stoutner.com/issues/621">number</a>
-                <a href="https://redmine.stoutner.com/issues/766">of</a>
-                <a href="https://redmine.stoutner.com/issues/904">minor</a>
-                <a href="https://redmine.stoutner.com/issues/914">bugs</a>.</li>
+            <li><a href="https://redmine.stoutner.com/issues/893">WebView DevTools</a> zum Navigations-Menü hinzugefügt.</li>
+            <li>Langes Drücken eines Lesezeichens öffnet dieses nun in einem neuen <a href="https://redmine.stoutner.com/issues/912">Vordergrund-Tab</a>.</li>
+            <li><a href="https://redmine.stoutner.com/issues/910">App-Sprachauswahl</a> zur Auswahl der Sprache von Privacy Browser hinzugefügt.</li>
+            <li>Fehler behoben, der zum Absturz beim <a href="https://redmine.stoutner.com/issues/906">Speichern von Domain-Einstellungen eines leeren Tabs</a> führte.</li>
+            <li><a href="https://redmine.stoutner.com/issues/691">Roter Text</a> und <a href="https://redmine.stoutner.com/issues/805">Symbol-Farbe</a> im Nachtmodus verbessert.</li>
+            <li>Erkennung von <a href="https://redmine.stoutner.com/issues/895">I2P-Installationen</a> aus Google Play implementiert.</li>
+            <li><a href="https://redmine.stoutner.com/issues/716">Untere App-Leiste</a> in Einstellungen implementiert.</li>
+            <li><a href="https://redmine.stoutner.com/issues/885">Service-Worker-Verzeichnis</a> wird nun nach jedem Laden einer Seite gelöscht.</li>
+            <li>Zugriff des Datei-Dialogs auf <a href="https://redmine.stoutner.com/issues/779">Unterverzeichnis</a> des Cache-Verzeichnisses beschränkt.</li>
+            <li><a href="https://redmine.stoutner.com/issues/902">Ziel-API auf 33</a> (Android 13) angehoben.</li>
+            <li>Unter Android 13 wird nun <a href="https://redmine.stoutner.com/issues/903">bevorzugt WebViews dunkler Modus</a> verwendet.</li>
+            <li><a href="https://redmine.stoutner.com/issues/921">Eine</a>
+                <a href="https://redmine.stoutner.com/issues/917">Anzahl</a>
+                <a href="https://redmine.stoutner.com/issues/922">von</a>
+                <a href="https://redmine.stoutner.com/issues/778">kleinen</a>
+                <a href="https://redmine.stoutner.com/issues/759">Verbesserungen</a>
+                <a href="https://redmine.stoutner.com/issues/757">implementiert</a>.</li>
+            <li><a href="https://redmine.stoutner.com/issues/621">Einige</a>
+                <a href="https://redmine.stoutner.com/issues/766">kleine</a>
+                <a href="https://redmine.stoutner.com/issues/904">Fehler</a>
+                <a href="https://redmine.stoutner.com/issues/914">behoben</a>.</li>
             <li>Aktualisierte deutsche Übersetzung von Bernhard G. Keller.</li>
         </ul>
 
index 61ff8871e4cd879348ad9cd658c481d9e509b796..3ac4cb98df79415711cacafa4167a9f4385be474 100644 (file)
@@ -1,7 +1,7 @@
 <!--
   Copyright 2016-2020,2022 Soren Stoutner <soren@stoutner.com>.
 
-  Translation 2020 Bernhard G. Keller.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+  Translation 2022 Bernhard G. Keller.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
 
     <body>
         <h3><svg class="header"><use href="../shared_images/bookmarks.svg#icon"/></svg> Bookmarks</h3>
 
-        <p>The bookmark drawer may be opened by swiping from the right edge of the screen.
-            If Android's gesture navigation is enabled,
-            the drawer may be opened by long-pressing on the edge of the screen <a href="https://redmine.stoutner.com/boards/1/topics/243">until the drawer peaks out</a> and then swiping it open.
-            Sometimes it can be difficult to get the bookmarks drawer to reliably peak on devices with curved edges, so it is also possible to open the bookmarks drawer from the options menu.</p>
+        <p>Das Lesezeichen-Menü kann durch Wischen vom rechten Bildschirm-Rand geöffnet werden.
+            Wenn Androids Gesten-Navigation aktiviert ist, drücken Sie länger am Bildschirmrand,
+            <a href="https://redmine.stoutner.com/boards/1/topics/243">bis das Menü angezeigt wird</a> und wischen dann, um es zu öffnen.
+            Auf manchen Geräten mit abgerundeten Kanten kann das Ausklappen des Menüs schwierig sein. Daher kann das Lesezeichen-Menü auch über das Options-Menü geöffnet werden.</p>
 
-        <p>Tapping on a bookmark opens it in the current tab and long-pressing on a bookmark opens it in a new tab.
-            Tapping the top floating action button in the bookmarks drawer opens the bookmarks activity, where bookmarks can be edited and reorganized.</p>
+        <p>Kurzes Antippen eines Lesezeichens öffnet dieses im aktuellen Tab, langes Drücken öffnet es in einem neuen Tab.
+            Durch Antippen des obersten Symbols im Lesezeichen-Menü können abgespeicherte Lesezeichen bearbeitet und umgeordnet werden.</p>
     </body>
 </html>
index 1500331c7522b1d3fabc9510c78906d73dcc111c..59c04f3c8e64f9822b8e82821db679c4faf3a1fd 100644 (file)
     </head>
 
     <body>
+        <h3>3.12.2 (version code 63)</h3>
+        <p>21 November 2022 - minimum API 23, target 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>
         <ul>
index 4807918fb9487170f44e85ef34d30fa805f103b2..5e059c4d06b26613bac9699aeb0c6008e53e1513 100644 (file)
     </head>
 
     <body>
+        <h3>3.12.2 (código de versión 63)</h3>
+        <p>21 de noviembre de 2022 - API mínimo 23, API objetivo 33</p>
+        <ul>
+            <li>Arreglar en WebView <a href="https://redmine.stoutner.com/issues/927">el modo oscuro</a> de 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> (código de versión 62)</h3>
         <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=6b2cf168a9c3697be63dee603d05a88506c380a1">17 de noviembre de 2022</a> - API mínimo 23, API objetivo 33</p>
         <ul>
index e33374f62a1f2bda3139cefd00c5116390e504bc..b60632d9e179a026a5e7d5408e3e4d32378f68e7 100644 (file)
     </head>
 
     <body>
-        <h3><a href="https://www.stoutner.com/privacy-browser-3-12-1/">3.12.1</a> (version code 62)</h3>
+        <h3>3.12.2 (version du code 63)</h3>
+        <p>21 Novembre 2022 - API minimale : 23, API optimale : 33</p>
+        <ul>
+            <li>Correction du mode sombre <a href="https://redmine.stoutner.com/issues/927">de Webview</a> dans les
+                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 du code 62)</h3>
         <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=6b2cf168a9c3697be63dee603d05a88506c380a1">17 Novembre 2022</a> - API minimale : 23, API optimale : 33</p>
         <ul>
-            <li>Fix a crash on <a href="https://redmine.stoutner.com/issues/925">new installs</a> of Privacy Browser.</li>
+            <li>Correction d'un plantage <a href="https://redmine.stoutner.com/issues/925">lors de nouvelles installations</a> de Privacy Browser.</li>
         </ul>
 
         <h3><a href="https://www.stoutner.com/privacy-browser-3-12/">3.12</a> (version du code 61)</h3>
index 48b35a0a7b1fda73ae58984ea24171ad76776908..65ca7f9f760a6985a08b7ec235f46bc0e9a1e4e7 100644 (file)
     </head>
 
     <body>
+        <h3>3.12.2 (versione codice 63)</h3>
+        <p>21 Novembre 2022 - minima API 23, target API 33</p>
+        <ul>
+            <li>Correzione della <a href="https://redmine.stoutner.com/issues/927">modalità scura</a> di WebView per le 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> (versione codice 62)</h3>
         <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=6b2cf168a9c3697be63dee603d05a88506c380a1">17 Novembre 2022</a> - minima API 23, target API 33</p>
         <ul>
index fb685b437bbbcd28c7344dcb355b430544a1b557..57012667667de016f7b722604a218a00d762132c 100644 (file)
         <meta name="color-scheme" content="light dark">
     </head>
 
-        <body>
+    <body>
+        <h3>3.12.2 (código de versão 63)</h3>
+        <p>21 de novembro de 2022 - API mínimo 23, API alvo 33</p>
+        <ul>
+            <li>Corrigido o modo escuro <a href="https://redmine.stoutner.com/issues/927">do WebView</a> no 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> (código de versão 62)</h3>
         <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=6b2cf168a9c3697be63dee603d05a88506c380a1">17 de novembro de 2022</a> - API mínimo 23, API alvo 33</p>
         <ul>
@@ -47,7 +53,7 @@
             <li>Implemente uma <a href="https://redmine.stoutner.com/issues/716">barra de aplicativos inferior</a> em Configurações.</li>
             <li>Exclua o <a href="https://redmine.stoutner.com/issues/885">diretório do Service Worker</a> após cada carregamento de página.</li>
             <li>Restringir o provedor de arquivos a um <a href="https://redmine.stoutner.com/issues/779">subdiretório</a> do diretório de cache.</li>
-            <li>Use a <a href="https://redmine.stoutner.com/issues/902">API de destino para 33</a> (Android 13).</li>
+            <li>Elevada a <a href="https://redmine.stoutner.com/issues/902">API de destino para 33</a> (Android 13).</li>
             <li>Implementar a imposição do <a href="https://redmine.stoutner.com/issues/903">modo escuro do WebView</a> no Android 13.</li>
             <li><a href="https://redmine.stoutner.com/issues/921">Implementado</a>
                 <a href="https://redmine.stoutner.com/issues/917">um</a>
index 375f9eeace36dd4c52c99a527e10416394491a79..32080b91101c23405fc95071b582fecbb2d73070 100644 (file)
     </head>
 
     <body>
+        <h3>3.12.2 (код версии 63)</h3>
+        <p>21 Ноябрь 2022 года - минимальный API 23, целевой API 33</p>
+        <ul>
+            <li>Исправлена ошибка <a href="https://redmine.stoutner.com/issues/927">темного режима WebView</a> в 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> (код версии 62)</h3>
         <p><a href="https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=6b2cf168a9c3697be63dee603d05a88506c380a1">17 Ноябрь 2022 года</a> - минимальный API 23, целевой API 33</p>
         <ul>
index 2ee5f44f23de974f1600b6a7585192f92b617968..c841f432d140fc3aea0867d1cf1f7f26d9765789 100644 (file)
     </head>
 
     <body>
+        <h3>3.12.2 (version code 63)</h3>
+        <p>21 November 2022 - minimum API 23, target 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>
         <ul>
index 336b27b0a270a06cc576ccebc4bd21c074cd9bd0..6a96f3ba3b1321b1aabb7cad1caec69103abeb7c 100644 (file)
     <string name="settings">Einstellungen</string>
     <string name="import_export">Importieren/Exportieren</string>
     <string name="logcat">Logcat</string>
+    <string name="webview_devtools">WebView DevTools</string>
     <string name="guide">Handbuch</string>
     <string name="about">Infos</string>
 
     <string name="invalid_url">Ungültige URL</string>
     <string name="saving_file">Speichere Datei:</string>
     <string name="processing_image">Bild wird bearbeitet… :</string>
+    <string name="error_saving_file">Fehler beim Speichern der Datei %1$s: \u0020 %2$s</string>
+    <string name="unknown_error">Unbekannter Fehler</string>
 
     <!-- View Source. -->
     <string name="request_headers">Anfragekopfzeilen</string>
     <string name="ssl_certificates">SSL-Zertifikate</string>
     <string name="proxies">Proxies</string>
     <string name="tracking_ids">Verolgungs-IDs</string>
+    <string name="gui">Benutzer-Oberfläche</string>
 
     <!-- Proxy. -->
     <string name="orbot_not_installed_title">Orbot ist nicht installiert</string>
         <string name="swipe_to_refresh">Herunterziehen zum Aktualisieren</string>
         <string name="swipe_to_refresh_summary">Einige Websites funktionieren nicht, wenn "Herunterziehen zum Aktualisieren" eingeschaltet ist.</string>
         <string name="download_with_external_app">Mit einer externen App herunterladen</string>
+        <string name="download_with_external_app_summary">Externe Apps befolgen die Proxy-Einstellungen von Privacy Browser nicht und haben keinen Zugriff auf Cookies
+            (daher werden Dateien, die von Websites heruntergeladen geladen werden, die eine Anmeldung erfordern, vermutlich nicht funkitionieren).</string>
         <string name="scroll_app_bar">App-Leiste scrollen</string>
         <string name="scroll_app_bar_summary">Scrollt die App-Leiste mit der URL nach oben, wenn die Webseite gescrollt wird.</string>
         <string name="bottom_app_bar">Untere Anwendungs-Leiste</string>
index 3cf2376ecad2158848b01da1a2110393832c18c9..ba7d7c15ed376aebfbe922135bcc1c47bd739fcf 100644 (file)
@@ -41,7 +41,7 @@
     <string name="dom_storage_deleted">Armazenamento DOM excluído</string>
     <string name="form_data_deleted">Dados do formulário excluídos</string>
     <string name="open_navigation_drawer">Abrir a caixa de navegação</string>
-    <string name="close_navigation_drawer">Fechar  a caixa de navegação</string>
+    <string name="close_navigation_drawer">Fechar a caixa de navegação</string>
     <string name="unrecognized_url">URL desconhecida:</string>
     <string name="add_tab">Adicionar aba</string>
     <string name="close_tab">Fechar aba</string>
diff --git a/fastlane/metadata/android/de-DE/changelogs/61.txt b/fastlane/metadata/android/de-DE/changelogs/61.txt
new file mode 100644 (file)
index 0000000..c17adfb
--- /dev/null
@@ -0,0 +1,14 @@
+• WebView DevTools zum Navigations-Menü hinzugefügt.
+• Langes Drücken eines Lesezeichens öffnet dieses nun in einem neuen Vordergrund-Tab.
+• App-Sprachauswahl zur Auswahl der Sprache von Privacy Browser hinzugefügt.
+• Fehler behoben, der zum Absturz beim Speichern von Domain-Einstellungen eines leeren Tabs führte.
+• Roter Text und Symbol-Farbe im Nachtmodus verbessert.
+• Erkennung von I2P-Installationen aus Google Play implementiert.
+• Untere App-Leiste in Einstellungen implementiert.
+• Service-Worker-Verzeichnis wird nun nach jedem Laden einer Seite gelöscht.
+• Zugriff des Datei-Dialogs auf Unterverzeichnis des Cache-Verzeichnisses beschränkt.
+• Ziel-API auf 33 (Android 13) angehoben.
+• Unter Android 13 wird nun bevorzugt WebViews dunkler Modus verwendet.
+• Eine Anzahl von kleinen Verbesserungen implementiert.
+• Einige kleine Fehler behoben.
+• Aktualisierte deutsche Übersetzung von Bernhard G. Keller.
\ No newline at end of file
diff --git a/fastlane/metadata/android/de-DE/changelogs/62.txt b/fastlane/metadata/android/de-DE/changelogs/62.txt
new file mode 100644 (file)
index 0000000..8acfd6c
--- /dev/null
@@ -0,0 +1 @@
+• Fehler behoben, durch den Privacy Browser nach neuer Installation abstürzte.
\ No newline at end of file
diff --git a/fastlane/metadata/android/de-DE/changelogs/63.txt b/fastlane/metadata/android/de-DE/changelogs/63.txt
new file mode 100644 (file)
index 0000000..17bd919
--- /dev/null
@@ -0,0 +1 @@
+• Fehler bei WebViews dunklem Modus für API 29 - 32 (Android 10 - Android 12L) behoben.
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/63.txt b/fastlane/metadata/android/en-US/changelogs/63.txt
new file mode 100644 (file)
index 0000000..f04f7fc
--- /dev/null
@@ -0,0 +1 @@
+• Fix WebView's dark mode on API 29 - 32 (Android 10 - Android 12L).
\ No newline at end of file
diff --git a/fastlane/metadata/android/es-ES/changelogs/63.txt b/fastlane/metadata/android/es-ES/changelogs/63.txt
new file mode 100644 (file)
index 0000000..57449f6
--- /dev/null
@@ -0,0 +1 @@
+• Arreglar en WebView el modo oscuro de API 29 - 32 (Android 10 - Android 12L).
\ No newline at end of file
diff --git a/fastlane/metadata/android/fr-FR/changelogs/62.txt b/fastlane/metadata/android/fr-FR/changelogs/62.txt
new file mode 100644 (file)
index 0000000..13f5670
--- /dev/null
@@ -0,0 +1 @@
+• Correction d'un plantage lors de nouvelles installations de Privacy Browser.
\ No newline at end of file
diff --git a/fastlane/metadata/android/fr-FR/changelogs/63.txt b/fastlane/metadata/android/fr-FR/changelogs/63.txt
new file mode 100644 (file)
index 0000000..4b699bd
--- /dev/null
@@ -0,0 +1 @@
+• Correction du mode sombre de Webview dans les API 29 à 32 (Android 10 - Android 12L).
\ No newline at end of file
diff --git a/fastlane/metadata/android/it-IT/changelogs/63.txt b/fastlane/metadata/android/it-IT/changelogs/63.txt
new file mode 100644 (file)
index 0000000..0cf6145
--- /dev/null
@@ -0,0 +1 @@
+• Correzione della modalità scura di WebView per le API 29 - 32 (Android 10 - Android 12L).
\ No newline at end of file
diff --git a/fastlane/metadata/android/pt-BR/changelogs/61.txt b/fastlane/metadata/android/pt-BR/changelogs/61.txt
new file mode 100644 (file)
index 0000000..e17c9bb
--- /dev/null
@@ -0,0 +1,14 @@
+• Adiciona WebView DevTools ao menu de navegação.
+• Faça um pressionamento longo de um marcador para abri-lo em uma nova guia de primeiro plano.
+• Adiciona suporte a idiomas por aplicativo.
+• Corrijida uma falha se o Adicionar Configurações de Domínio for chamado em uma guia vazia.
+• Melhorar o modo noturno vermelho texto e cor do ícone.
+• Detectar instalações I2P do Google Play.
+• Implemente uma barra de aplicativos inferior em Configurações.
+• Exclua o diretório do Service Worker após cada carregamento de página.
+• Restringir o provedor de arquivos a um subdiretório do diretório de cache.
+• Elevada a API de destino para 33 (Android 13).
+• Implementar a imposição do modo escuro do WebView no Android 13.
+• Implementado um número menor de melhorias.
+• Corrigido um número menor de bugs.
+• Tradução atualizada para o português do Brasil fornecida por Thiago Nazareno Conceição Silva de Jesus.
\ No newline at end of file
diff --git a/fastlane/metadata/android/pt-BR/changelogs/63.txt b/fastlane/metadata/android/pt-BR/changelogs/63.txt
new file mode 100644 (file)
index 0000000..dfe6063
--- /dev/null
@@ -0,0 +1 @@
+• Corrigido o modo escuro do WebView no API 29 - 32 (Android 10 - Android 12L).
\ No newline at end of file
diff --git a/fastlane/metadata/android/pt-BR/full_description.txt b/fastlane/metadata/android/pt-BR/full_description.txt
new file mode 100644 (file)
index 0000000..0ff13d8
--- /dev/null
@@ -0,0 +1,17 @@
+A única maneira de evitar que os dados sejam mal-usados é, em primeiro lugar, impedir que eles sejam coletados. O Privacy Browser tem dois objetivos principais.
+
+1. Minimizar os dados que são enviados para a internet.
+
+2. Minimizar os dados armazenados no dispositivo.
+
+A maioria dos navegadores fornece silenciosamente aos sites grandes quantidades de informações que permitem que eles rastreiem você e comprometam sua privacidade. Sites e redes de anúncios usam tecnologias como JavaScript, cookies, armazenamento DOM, agentes de usuário e muitas outras coisas para identificar exclusivamente cada usuário e rastreá-los entre as visitas e na web.
+
+Por outro lado, funcionalidades sensíveis à privacidade são desativados por padrão no Privacy Browser. Se uma dessas tecnologias for necessária para um site funcionar corretamente, o usuário pode optar por ativá-la apenas para essa visita. Ou podem usar as configurações de domínio para ativar automaticamente determinados recursos ao entrar em um site específico e desativá-los novamente ao sair.
+
+Atualmente, o Privacy Browser usa o WebView integrado do Android para renderizar páginas da web. Como tal, funciona melhor quando a versão mais recente do WebView está instalada (consulte https://www.stoutner.com/privacy-browser/common-settings/webview/). Na série 4.x, o Privacy Browser mudará para uma versão bifurcada do WebView do Android chamada Privacy WebView, que permitirá recursos avançados de privacidade.
+
+Características:
+• Bloqueio de anúncios EasyList integrado.
+• Suporte de proxy Tor Orbot.
+• Fixação de certificado SSL.
+• Importação/exportação de configurações e favoritos.
\ No newline at end of file
diff --git a/fastlane/metadata/android/pt-BR/short_description.txt b/fastlane/metadata/android/pt-BR/short_description.txt
new file mode 100644 (file)
index 0000000..60dd871
--- /dev/null
@@ -0,0 +1 @@
+Um navegador da web que respeita sua privacidade.
\ No newline at end of file
diff --git a/fastlane/metadata/android/pt-BR/title.txt b/fastlane/metadata/android/pt-BR/title.txt
new file mode 100644 (file)
index 0000000..b4b72d9
--- /dev/null
@@ -0,0 +1 @@
+Navegador Privado
\ No newline at end of file
diff --git a/fastlane/metadata/android/ru-RU/changelogs/63.txt b/fastlane/metadata/android/ru-RU/changelogs/63.txt
new file mode 100644 (file)
index 0000000..b530572
--- /dev/null
@@ -0,0 +1 @@
+• Исправлена ошибка темного режима WebView в API 29 - 32 (Android 10 - Android 12L).
\ No newline at end of file
diff --git a/fastlane/metadata/android/tr-TR/changelogs/56.txt b/fastlane/metadata/android/tr-TR/changelogs/56.txt
deleted file mode 100644 (file)
index 25c0f00..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-• Remove Startpage and make Mojeek the default homepage and search engine.
-• Invert the navigation menu when the app bar is on the bottom.
-• Show the bottom app bar when a new tab loads.
-• Limit content intent filters to text, images, and MHT files.
-• Fix some rare crashes.
\ No newline at end of file
diff --git a/fastlane/metadata/android/tr-TR/changelogs/57.txt b/fastlane/metadata/android/tr-TR/changelogs/57.txt
deleted file mode 100644 (file)
index e8c3c3e..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-• Simplify the save dialogs.
-• Display the saved file name in the save snackbars.
-• Change the short app name from Privacy to Browser.
-• Fix a crash if a drawer is opened while the app is restarted.
-• Bump the target API to 31 (Android 12).
\ No newline at end of file