]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commitdiff
Release 2.8. v2.8
authorSoren Stoutner <soren@stoutner.com>
Thu, 22 Feb 2018 19:56:47 +0000 (12:56 -0700)
committerSoren Stoutner <soren@stoutner.com>
Thu, 22 Feb 2018 19:56:47 +0000 (12:56 -0700)
45 files changed:
app/build.gradle
app/src/main/assets/de/about_changelog_dark.html
app/src/main/assets/de/about_changelog_light.html
app/src/main/assets/de/about_licenses_dark.html
app/src/main/assets/de/about_licenses_light.html
app/src/main/assets/en/about_changelog_dark.html
app/src/main/assets/en/about_changelog_light.html
app/src/main/assets/en/about_licenses_dark.html
app/src/main/assets/en/about_licenses_light.html
app/src/main/assets/es/about_changelog_dark.html
app/src/main/assets/es/about_changelog_light.html
app/src/main/assets/es/about_licenses_dark.html
app/src/main/assets/es/about_licenses_light.html
app/src/main/assets/it/about_changelog_dark.html
app/src/main/assets/it/about_changelog_light.html
app/src/main/assets/it/about_licenses_dark.html
app/src/main/assets/it/about_licenses_light.html
app/src/main/assets/ru/about_changelog_dark.html [new file with mode: 0644]
app/src/main/assets/ru/about_changelog_light.html [new file with mode: 0644]
app/src/main/res/values-es/strings.xml
app/src/main/res/values-it/strings.xml
app/src/main/res/values-ru/strings.xml
fastlane/metadata/android/de/full_description.txt [deleted file]
fastlane/metadata/android/de/images/phoneScreenshots/04-OptionsMenu.png
fastlane/metadata/android/de/images/sevenInchScreenshots/05-NightMode.png [new file with mode: 0644]
fastlane/metadata/android/de/short_description.txt [deleted file]
fastlane/metadata/android/de/title.txt [deleted file]
fastlane/metadata/android/en/changelogs/30.txt [new file with mode: 0644]
fastlane/metadata/android/en/full_description.txt
fastlane/metadata/android/en/images/phoneScreenshots/04-OptionsMenu.png
fastlane/metadata/android/en/images/sevenInchScreenshots/05-NightMode.png [new file with mode: 0644]
fastlane/metadata/android/es/changelogs/30.txt [new file with mode: 0644]
fastlane/metadata/android/es/full_description.txt
fastlane/metadata/android/es/images/phoneScreenshots/04-OptionsMenu.png
fastlane/metadata/android/es/images/sevenInchScreenshots/05-NightMode.png [new file with mode: 0644]
fastlane/metadata/android/es/short_description.txt
fastlane/metadata/android/it/changelogs/30.txt [new file with mode: 0644]
fastlane/metadata/android/it/full_description.txt
fastlane/metadata/android/it/images/phoneScreenshots/04-OptionsMenu.png
fastlane/metadata/android/it/images/sevenInchScreenshots/05-NightMode.png [new file with mode: 0644]
fastlane/metadata/android/it/short_description.txt
fastlane/metadata/android/ru/changelogs/30.txt [new file with mode: 0644]
fastlane/metadata/android/ru/full_description.txt [new file with mode: 0644]
fastlane/metadata/android/ru/short_description.txt [new file with mode: 0644]
fastlane/metadata/android/ru/title.txt [new file with mode: 0644]

index c181e0cf7f7c81af0cf9b3e0b6fba8e300b962de..3093c81de300120e36e50cf4ae56f9cc2dcce7a9 100644 (file)
@@ -25,8 +25,8 @@ android {
     defaultConfig {
         minSdkVersion 19
         targetSdkVersion 27
-        versionCode 29
-        versionName "2.7.2"
+        versionCode 30
+        versionName "2.8"
     }
 
     buildTypes {
index 2ef3c746546c6a5063e7873fe086eb72db0a1620..9f9786f736118127c9d39d467ed2ab8a6e6cac16 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
 
   Translation 2016 Aaron Gerlach <aaron@gerlach.com>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
 
     </head>
 
     <body>
+        <h3>2.8 (version code 30)</h3>
+        <p>22. Februar 2018 - Mindest-API, Ziel-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>
+            <li>Add a <a href="https://redmine.stoutner.com/issues/229">Clear Data submenu</a> to the options menu.</li>
+            <li>Fix the <a href="https://redmine.stoutner.com/issues/231">Add to Home Screen option</a> to be compatible with Android Oreo.</li>
+            <li>Fix <a href="https://redmine.stoutner.com/issues/248">color formatting</a> in the URL text box.</li>
+            <li>Clarify language in the <a href="https://redmine.stoutner.com/issues/244">privacy policy</a>.</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Partial Russian translation.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
         <h3>2.7.2 (version code 29)</h3>
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=298ddb5aeffe0e18e84c7551c55ff8164b238080">22. November 2017</a> - minimum API 19, target API 26</p>
         <ul>
index 8ecf6aa574e6587659ff59c90656d792cc5bcf77..2142fe940d11de6c96ed36d26c60fa941ac5e49f 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
 
   Translation 2016 Aaron Gerlach <aaron@gerlach.com>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
 
     </head>
 
     <body>
+        <h3>2.8 (version code 30)</h3>
+        <p>22. Februar 2018 - Mindest-API, Ziel-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>
+            <li>Add a <a href="https://redmine.stoutner.com/issues/229">Clear Data submenu</a> to the options menu.</li>
+            <li>Fix the <a href="https://redmine.stoutner.com/issues/231">Add to Home Screen option</a> to be compatible with Android Oreo.</li>
+            <li>Fix <a href="https://redmine.stoutner.com/issues/248">color formatting</a> in the URL text box.</li>
+            <li>Clarify language in the <a href="https://redmine.stoutner.com/issues/244">privacy policy</a>.</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Partial Russian translation.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
         <h3>2.7.2 (version code 29)</h3>
-        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=298ddb5aeffe0e18e84c7551c55ff8164b238080">22. November 2017</a> - minimum API 19, target API 26</p>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=298ddb5aeffe0e18e84c7551c55ff8164b238080">22. November 2017</a> - Mindest-API 19, Ziel-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>2.7.1 (version code 28)</h3>
-        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=24f2d6529540bc8ea47f45bc07dd058f402a9140">9. November 2017</a> - minimum API 19, target API 26</p>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=24f2d6529540bc8ea47f45bc07dd058f402a9140">9. November 2017</a> - Mindest-API 19, Ziel-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>2.7 (version code 27)</h3>
-        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=eb9bc527c37223964f7c00592df982b47ff2f81c">7. November 2017</a> - minimum API 19, target API 26</p>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=eb9bc527c37223964f7c00592df982b47ff2f81c">7. November 2017</a> - Mindest-API 19, Ziel-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>
index 474f5ed940bb87222ecd2d1406e8dfc85ebedcf4..652433b3463b9aa1d50fef5ba2e014161f277a27 100644 (file)
@@ -44,8 +44,7 @@
 
         <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>
+            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 block lists can be found on the <a href="https://easylist.to/">EasyList website</a>.</p>
 
index 778ae18451e47698ff084477131839f1e19a672d..d89948248b3ba0affabdb1b5aa86117dc3626e12 100644 (file)
@@ -44,8 +44,7 @@
 
         <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>
+            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 block lists can be found on the <a href="https://easylist.to/">EasyList website</a>.</p>
 
index c24ff61e5d0982e0a36258649d349e238cdea534..92a222ea3386c007c8994d1d8486ac325af2d814 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
     </head>
 
     <body>
+        <h3>2.8 (version code 30)</h3>
+        <p>22 February 2018 - minimum API 19, target 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>
+            <li>Add a <a href="https://redmine.stoutner.com/issues/229">Clear Data submenu</a> to the options menu.</li>
+            <li>Fix the <a href="https://redmine.stoutner.com/issues/231">Add to Home Screen option</a> to be compatible with Android Oreo.</li>
+            <li>Fix <a href="https://redmine.stoutner.com/issues/248">color formatting</a> in the URL text box.</li>
+            <li>Clarify language in the <a href="https://redmine.stoutner.com/issues/244">privacy policy</a>.</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Partial Russian translation.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
         <h3>2.7.2 (version code 29)</h3>
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=298ddb5aeffe0e18e84c7551c55ff8164b238080">22 November 2017</a> - minimum API 19, target API 26</p>
         <ul>
index 7177dcc4a8e5f9293471da553f3330214f7ee977..18da6b4d84ccd5631e78452e7c957358f14da9f8 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
     </head>
 
     <body>
+        <h3>2.8 (version code 30)</h3>
+        <p>22 February 2018 - minimum API 19, target 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>
+            <li>Add a <a href="https://redmine.stoutner.com/issues/229">Clear Data submenu</a> to the options menu.</li>
+            <li>Fix the <a href="https://redmine.stoutner.com/issues/231">Add to Home Screen option</a> to be compatible with Android Oreo.</li>
+            <li>Fix <a href="https://redmine.stoutner.com/issues/248">color formatting</a> in the URL text box.</li>
+            <li>Clarify language in the <a href="https://redmine.stoutner.com/issues/244">privacy policy</a>.</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Partial Russian translation.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
         <h3>2.7.2 (version code 29)</h3>
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=298ddb5aeffe0e18e84c7551c55ff8164b238080">22 November 2017</a> - minimum API 19, target API 26</p>
         <ul>
index 2ab9393bfd30acaf499efb9d652deb77b676c686..a0c76d9a357d69c25a2086fda7192227fa33a9bd 100644 (file)
@@ -39,8 +39,7 @@
 
         <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>
+            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 block lists can be found on the <a href="https://easylist.to/">EasyList website</a>.</p>
 
index f95b2ab6196d1429161f14fd046a4762e50d7512..a8abbd08815338bd1e2229f4a3eed7579d84a552 100644 (file)
@@ -39,8 +39,7 @@
 
         <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>
+            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 block lists can be found on the <a href="https://easylist.to/">EasyList website</a>.</p>
 
index ef09c3673e9844ce3c70bd11afb04c4b3777cc23..779494418fdd9041a70d5038788e86352324e8e4 100644 (file)
@@ -1,7 +1,7 @@
 <!--
-  Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
 
-  Translation 2017 Jose A. León Becerra <emails@joseleon.me>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+  Translation 2017-2018 Jose A. León Becerra <emails@joseleon.me>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
 
   Este archivo es parte de Navegador Privado (Privacy Browser) <https://www.stoutner.com/privacy-browser>.
 
     </head>
 
     <body>
+        <h3>2.8 (código de versión 30)</h3>
+        <p>22 de febrero de 2018 - API mínimo 19, API dirigido 27</p>
+        <ul>
+            <li><a href="https://redmine.stoutner.com/issues/136">Cambiar a EasyList</a> para el bloqueo de publicidad y rastreo.</li>
+            <li>Añadir una actividad <a href="https://redmine.stoutner.com/issues/64">Ver Fuente</a>.</li>
+            <li>Añadir un submenú <a href="https://redmine.stoutner.com/issues/229">Borrar datos</a> al menú de opciones.</li>
+            <li>Corregir la opción <a href="https://redmine.stoutner.com/issues/231">Añadir a pantalla de inicio</a> para ser compatible con Android Oreo.</li>
+            <li>Corregir <a href="https://redmine.stoutner.com/issues/248">el formato de color</a> en el cuadro de texto URL.</li>
+            <li>Clarificar el  lenguaje en la <a href="https://redmine.stoutner.com/issues/244">política de privacidad</a>.</li>
+            <li>Traducción al español actualizada por <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+            <li>Traducción al italiano actualizada por Francesco Buratti.</li>
+            <li>Traducción parcial al ruso.</li>
+        </ul>
+
         <h3>2.7.2 (código de versión 29)</h3>
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=298ddb5aeffe0e18e84c7551c55ff8164b238080">22 de noviembre de 2017</a> - API mínimo 19, API dirigido 26</p>
         <ul>
index 8bb85b30791ceec4f00aa3d806e54f90af72ae52..3ed45e54f12f6ff7e22ff7463b1fba48883dae09 100644 (file)
@@ -1,7 +1,7 @@
 <!--
-  Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
 
-  Translation 2017 Jose A. León Becerra <emails@joseleon.me>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+  Translation 2017-2018 Jose A. León Becerra <emails@joseleon.me>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
 
   Este archivo es parte de Navegador Privado (Privacy Browser) <https://www.stoutner.com/privacy-browser>.
 
     </head>
 
     <body>
+        <h3>2.8 (código de versión 30)</h3>
+        <p>22 de febrero de 2018 - API mínimo 19, API dirigido 27</p>
+        <ul>
+            <li><a href="https://redmine.stoutner.com/issues/136">Cambiar a EasyList</a> para el bloqueo de publicidad y rastreo.</li>
+            <li>Añadir una actividad <a href="https://redmine.stoutner.com/issues/64">Ver Fuente</a>.</li>
+            <li>Añadir un submenú <a href="https://redmine.stoutner.com/issues/229">Borrar datos</a> al menú de opciones.</li>
+            <li>Corregir la opción <a href="https://redmine.stoutner.com/issues/231">Añadir a pantalla de inicio</a> para ser compatible con Android Oreo.</li>
+            <li>Corregir <a href="https://redmine.stoutner.com/issues/248">el formato de color</a> en el cuadro de texto URL.</li>
+            <li>Clarificar el  lenguaje en la <a href="https://redmine.stoutner.com/issues/244">política de privacidad</a>.</li>
+            <li>Traducción al español actualizada por <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+            <li>Traducción al italiano actualizada por Francesco Buratti.</li>
+            <li>Traducción parcial al ruso.</li>
+        </ul>
+
         <h3>2.7.2 (código de versión 29)</h3>
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=298ddb5aeffe0e18e84c7551c55ff8164b238080">22 de noviembre de 2017</a> - API mínimo 19, API dirigido 26</p>
         <ul>
index 6ded3f243767add1500876369e16c5b986c2f0a5..60c1d61e65b273edfa05e35c57bd5ecb9c79bfe6 100644 (file)
         <h3>Listas de bloqueo</h3>
         <p><a href="https://easylist.to/easylist/easylist.txt">EasyList</a> y <a href="https://easylist.to/easylist/easyprivacy.txt">EasyPrivacy</a>
             tienen <a href="https://easylist.to/pages/licence.html">licencia dual</a> bajo las licencias <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+</a>
-            y <a href="https://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0+ Unported</a>.
-            Navegador Privado las incorpora usando la opción GPLv3+.</p>
+            y <a href="https://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0+ Unported</a>. Navegador Privado las incorpora usando la opción GPLv3+.</p>
 
         <p><a href="https://easylist.to/easylist/fanboy-annoyance.txt">La lista molesta de Fanboy</a> y <a href="https://easylist.to/easylist/fanboy-social.txt">la lista de bloqueo social de Fanboy</a>
             se liberan bajo la licencia <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported</a>,
-            la cual es <a href="https://www.gnu.org/licenses/license-list.en.html#ccby">compatible con la GPLv3+</a>.
-            Las listas se incluyen sin cambios en Navegador Privado.</p>
+            la cual es <a href="https://www.gnu.org/licenses/license-list.en.html#ccby">compatible con la GPLv3+</a>. Las listas se incluyen sin cambios en Navegador Privado.</p>
 
         <p>Más información sobre las listas de bloqueo puede encontrarse en la <a href="https://easylist.to/">página web de EasyList</a>.</p>
 
index 5a9fe3f6648d0d307fe2e1a8712ea02c23eb5247..fc0f6f890e79975a9a1687e67941ad0a76f9e3c9 100644 (file)
         <h3>Listas de bloqueo</h3>
         <p><a href="https://easylist.to/easylist/easylist.txt">EasyList</a> y <a href="https://easylist.to/easylist/easyprivacy.txt">EasyPrivacy</a>
             tienen <a href="https://easylist.to/pages/licence.html">licencia dual</a> bajo las licencias <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+</a>
-            y <a href="https://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0+ Unported</a>.
-            Navegador Privado las incorpora usando la opción GPLv3+.</p>
+            y <a href="https://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0+ Unported</a>. Navegador Privado las incorpora usando la opción GPLv3+.</p>
 
         <p><a href="https://easylist.to/easylist/fanboy-annoyance.txt">La lista molesta de Fanboy</a> y <a href="https://easylist.to/easylist/fanboy-social.txt">la lista de bloqueo social de Fanboy</a>
             se liberan bajo la licencia <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported</a>,
-            la cual es <a href="https://www.gnu.org/licenses/license-list.en.html#ccby">compatible con la GPLv3+</a>.
-            Las listas se incluyen sin cambios en Navegador Privado.</p>
+            la cual es <a href="https://www.gnu.org/licenses/license-list.en.html#ccby">compatible con la GPLv3+</a>. Las listas se incluyen sin cambios en Navegador Privado.</p>
 
         <p>Más información sobre las listas de bloqueo puede encontrarse en la <a href="https://easylist.to/">página web de EasyList</a>.</p>
 
index ed351893f32b56e1c1308b4d560020da68b852e3..887887508973754c3ea00a97ed49a2cbbf9f682f 100644 (file)
@@ -1,7 +1,7 @@
 <!--
-  Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
 
-  Translation 2017 Francesco Buratti.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+  Translation 2017-2018 Francesco Buratti.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
     </head>
 
     <body>
+        <h3>2.8 (versione codice 30)</h3>
+        <p>22 Febbraio 2018 - minima API 19, target API 27</p>
+        <ul>
+            <li><a href="https://redmine.stoutner.com/issues/136">Passaggio a EasyList</a> per il blocco degli annunci e del tracciamento.</li>
+            <li>Aggiunta la possibilità di <a href="https://redmine.stoutner.com/issues/64">visualizzare la sorgente</a>.</li>
+            <li>Inserito il <a href="https://redmine.stoutner.com/issues/229">sottomenù Cancella Dati</a>al menu delle opzioni.</li>
+            <li>Modificata <a href="https://redmine.stoutner.com/issues/231">l'opzione per aggiungere il collegamento nella schermata Home</a> per essere compatibile con Android Oreo.</li>
+            <li>Corretta <a href="https://redmine.stoutner.com/issues/248">la formattazione del colore</a> nel box dell'URL.</li>
+            <li>Chiarimento della <a href="https://redmine.stoutner.com/issues/244">privacy policy</a>.</li>
+            <li>Aggiornamento della traduzione Italiana fornita da Francesco Buratti.</li>
+            <li>Traduzione parziale in Russio.</li>
+            <li>Aggiornamento della traduzione Spagnola fornita da <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
         <h3>2.7.2 (versione codice 29)</h3>
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=298ddb5aeffe0e18e84c7551c55ff8164b238080">22 Novembre 2017</a> - minima API 19, target API 26</p>
         <ul>
         </ul>
 
         <h3>1.15 (versione codice 18)</h3>
-        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=8f4d6373a35a43a36050ed383f58c4074143b264">11 February 2017</a> - minima API 19, target API 25</p>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=8f4d6373a35a43a36050ed383f58c4074143b264">11 Febbraio 2017</a> - minima API 19, target API 25</p>
         <ul>
             <li>Eliminazione della <a href="https://redmine.stoutner.com/issues/84">cache nascosta e misteriosa di WebView</a> con il comando Elimina Dati ed Esci.</li>
             <li><a href="https://redmine.stoutner.com/issues/83">Avvio automatico di Orbot</a> quando si abilita il proxy con Orbot.</li>
 
 
         <h3>1.0 (versione codice 1)</h3>
-        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=6f7130bc4218755bea242a2108e4c4ad6f63dcf9">24 February 2016</a> - minima API 10, target API 23</p>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=6f7130bc4218755bea242a2108e4c4ad6f63dcf9">24 Febbraio 2016</a> - minima API 10, target 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 c6bb6413e480d79a2922c3096d02b6ff2b48578f..1589bbc107d7e7ff28dada3af524226606e49d72 100644 (file)
@@ -1,7 +1,7 @@
 <!--
   Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
 
-  Translation 2017 Francesco Buratti.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+  Translation 2017-2018 Francesco Buratti.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
     </head>
 
     <body>
+        <h3>2.8 (versione codice 30)</h3>
+        <p>22 Febbraio 2018 - minima API 19, target API 27</p>
+        <ul>
+            <li><a href="https://redmine.stoutner.com/issues/136">Passaggio a EasyList</a> per il blocco degli annunci e del tracciamento.</li>
+            <li>Aggiunta la possibilità di <a href="https://redmine.stoutner.com/issues/64">visualizzare la sorgente</a>.</li>
+            <li>Inserito il <a href="https://redmine.stoutner.com/issues/229">sottomenù Cancella Dati</a>al menu delle opzioni.</li>
+            <li>Modificata <a href="https://redmine.stoutner.com/issues/231">l'opzione per aggiungere il collegamento nella schermata Home</a> per essere compatibile con Android Oreo.</li>
+            <li>Corretta <a href="https://redmine.stoutner.com/issues/248">la formattazione del colore</a> nel box dell'URL.</li>
+            <li>Chiarimento della <a href="https://redmine.stoutner.com/issues/244">privacy policy</a>.</li>
+            <li>Aggiornamento della traduzione Italiana fornita da Francesco Buratti.</li>
+            <li>Traduzione parziale in Russio.</li>
+            <li>Aggiornamento della traduzione Spagnola fornita da <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
         <h3>2.7.2 (versione codice 29)</h3>
         <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=298ddb5aeffe0e18e84c7551c55ff8164b238080">22 Novembre 2017</a> - minima API 19, target API 26</p>
         <ul>
         </ul>
 
         <h3>1.15 (versione codice 18)</h3>
-        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=8f4d6373a35a43a36050ed383f58c4074143b264">11 February 2017</a> - minima API 19, target API 25</p>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=8f4d6373a35a43a36050ed383f58c4074143b264">11 Febbraio 2017</a> - minima API 19, target API 25</p>
         <ul>
             <li>Eliminazione della <a href="https://redmine.stoutner.com/issues/84">cache nascosta e misteriosa di WebView</a> con il comando Elimina Dati ed Esci.</li>
             <li><a href="https://redmine.stoutner.com/issues/83">Avvio automatico di Orbot</a> quando si abilita il proxy con Orbot.</li>
 
 
         <h3>1.0 (versione codice 1)</h3>
-        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=6f7130bc4218755bea242a2108e4c4ad6f63dcf9">24 February 2016</a> - minima API 10, target API 23</p>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=6f7130bc4218755bea242a2108e4c4ad6f63dcf9">24 Febbraio 2016</a> - minima API 10, target 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 18698be4eb935866f12af33bdce43bc306d4b910..23f19096c50b31d9fb38dc5c29783012f94e928c 100644 (file)
             E' inoltre ammessa la modifica e la pubblicazione di questa traduzione, ma solamente in accordo ai termini <a href="https://www.gnu.org/licenses/translations.html">qui</a> riportati.
             Il codice sorgente è disponibile su <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">git.stoutner.com</a>.</p>
 
-        <h3>Block Lists</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>
+        <h3>Block List</h3>
+        <p><a href="https://easylist.to/easylist/easylist.txt">EasyList</a> e <a href="https://easylist.to/easylist/easyprivacy.txt">EasyPrivacy</a>
+            sono <a href="https://easylist.to/pages/licence.html">sotto doppia licenza</a> con le licenze <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+</a>
+            e <a href="https://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0+ Unported</a>. Privacy Browser le incorpora utilizzando l'opzione GPLv3+.</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>La <a href="https://easylist.to/easylist/fanboy-annoyance.txt">Fanboy’s Annoyance List</a> e la <a href="https://easylist.to/easylist/fanboy-social.txt">Fanboy’s Social Blocking List</a>
+            sono rilasciate sotto la licenza <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported</a>,
+            che è <a href="https://www.gnu.org/licenses/license-list.en.html#ccby">compatibile con la licenza GPLv3+</a>. Le liste sono incluse senza modifiche in Privacy Browser.</p>
 
-        <p>More information about the block lists can be found on the <a href="https://easylist.to/">EasyList website</a>.</p>
+        <p>E' possibile reperire maggiori informazioni sulle block list sul <a href="https://easylist.to/">sito web EasyList</a>.</p>
 
-        <h3>Libraries</h3>
+        <h3>Librerie</h3>
         <p>Privacy Browser è sviluppato con la <a href="https://developer.android.com/topic/libraries/support-library/index.html">Android Support Library</a>,
             che è rilasciata con <a href="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.</p>
 
index 91b810fe49c570ecb6bcc3bb97d3c4f5ee1d3f36..39ddf8c3e7b10c834ca1f15f9fa3d79b51582b08 100644 (file)
             E' inoltre ammessa la modifica e la pubblicazione di questa traduzione, ma solamente in accordo ai termini <a href="https://www.gnu.org/licenses/translations.html">qui</a> riportati.
             Il codice sorgente è disponibile su <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">git.stoutner.com</a>.</p>
 
-        <h3>Block Lists</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>
+        <h3>Block List</h3>
+        <p><a href="https://easylist.to/easylist/easylist.txt">EasyList</a> e <a href="https://easylist.to/easylist/easyprivacy.txt">EasyPrivacy</a>
+            sono <a href="https://easylist.to/pages/licence.html">sotto doppia licenza</a> con le licenze <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+</a>
+            e <a href="https://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0+ Unported</a>. Privacy Browser le incorpora utilizzando l'opzione GPLv3+.</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>La <a href="https://easylist.to/easylist/fanboy-annoyance.txt">Fanboy’s Annoyance List</a> e la <a href="https://easylist.to/easylist/fanboy-social.txt">Fanboy’s Social Blocking List</a>
+            sono rilasciate sotto la licenza <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported</a>,
+            che è <a href="https://www.gnu.org/licenses/license-list.en.html#ccby">compatibile con la licenza GPLv3+</a>. Le liste sono incluse senza modifiche in Privacy Browser.</p>
 
-        <p>More information about the block lists can be found on the <a href="https://easylist.to/">EasyList website</a>.</p>
+        <p>E' possibile reperire maggiori informazioni sulle block list sul <a href="https://easylist.to/">sito web EasyList</a>.</p>
 
-        <h3>Libraries</h3>
+        <h3>Librerie</h3>
         <p>Privacy Browser è sviluppato con la <a href="https://developer.android.com/topic/libraries/support-library/index.html">Android Support Library</a>,
             che è rilasciata con <a href="https://www.apache.org/licenses/LICENSE-2.0">Licenza Apache 2.0</a>.</p>
 
diff --git a/app/src/main/assets/ru/about_changelog_dark.html b/app/src/main/assets/ru/about_changelog_dark.html
new file mode 100644 (file)
index 0000000..91c35c1
--- /dev/null
@@ -0,0 +1,362 @@
+<!--
+  Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
+
+  This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+  Privacy Browser is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
+
+  Privacy Browser is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+    <head>
+        <meta charset="UTF-8">
+
+        <link rel="stylesheet" href="css/dark_theme.css">
+    </head>
+
+    <body>
+        <h3>2.8 (код версии 30)</h3>
+        <p>22 февраля 2018 - minimum API 19, target API 27</p>
+        <ul>
+            <li><a href="https://redmine.stoutner.com/issues/136">Изменен список блокировки на EasyList</a> для блокировки рекламы и отслеживания.</li>
+            <li>Добавлена <a href="https://redmine.stoutner.com/issues/64">опция просмотра исходного HTML</a>.</li>
+            <li>Добавлена <a href="https://redmine.stoutner.com/issues/229">опция очистки данных</a> в настройках.</li>
+            <li>Исправлена <a href="https://redmine.stoutner.com/issues/231">опция добавления ярлыка на домашний экран</a> для совместимости с Android Oreo.</li>
+            <li>Исправлено <a href="https://redmine.stoutner.com/issues/248">форматирование цвета</a> в строке ввода URL.</li>
+            <li>Уточнено описание <a href="https://redmine.stoutner.com/issues/244">политики конфиденциальности</a>.</li>
+            <li>Добавлен частичный перевод на русских язык.</li>
+            <li>Обновлен перевод на итальянский язык, выполненный Франческо Буратти.</li>
+            <li>Обновлен перевод на испанский язык, выполненный <a href="mailto:emails@joseleon.me <mailto:emails@joseleon.me>">Хосе А. Леон Безерра</a>.</li>
+        </ul>
+
+        <h3>2.7.2 (код версии 29)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=298ddb5aeffe0e18e84c7551c55ff8164b238080">22 November 2017</a> - minimum API 19, target 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>
+            <li>Fix a build error that <a href="https://forum.f-droid.org/t/build-failing-with-could-not-find-gradle-error/1612/4">prevented the release of 2.7 and 2.7.1</a> on F-Droid.</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
+        <h3>2.7.1 (код версии 28)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=24f2d6529540bc8ea47f45bc07dd058f402a9140">9 November 2017</a> - minimum API 19, target 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>2.7 (код версии 27)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=eb9bc527c37223964f7c00592df982b47ff2f81c">7 November 2017</a> - minimum API 19, target 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>
+            <li>Update the <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=379d977e9db12b28952cbce0b127548576c87b95">user agents</a>.</li>
+            <li>Bump target API to 26 (Android Oreo, 8.0.0).</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
+        <h3>2.6 (код версии 26)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=ecd1f67963852c0523c42ce1326b78cb7a71f053">18 September 2017</a> - minimum API 19, target 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>
+            <li>Add support for <a href="https://redmine.stoutner.com/issues/52">HTTP authentication</a>.</li>
+            <li><a href="https://redmine.stoutner.com/issues/178">Color code the Common Name</a> in the view SSL certificate dialog.</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
+        <h3>2.5 (код версии 25)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=80ddcb075d03a4c78263d1ff80466f3df0967f6d">26 August 2017</a> - minimum API 19, target 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>
+            <li><a href="https://redmine.stoutner.com/issues/164">Update the default homepage</a> to work with both JavaScript enabled or disabled.</li>
+            <li>Fix a bug that caused the website title to be <a href="https://redmine.stoutner.com/issues/175">lost on rotate</a>.</li>
+            <li><a href="https://redmine.stoutner.com/issues/138">Ghost the “Clear DOM Storage” options menu item</a> if there is nothing to delete.</li>
+            <li>Use <a href="https://redmine.stoutner.com/issues/161">non-bolded red text</a> to indicate unencrypted websites.</li>
+            <li>Fix a bug that sometimes caused <a href="https://redmine.stoutner.com/issues/160">custom domain user agents to fail</a>.</li>
+            <li>Fix a bug that caused website modifications (like the sorting of a list) to be lost if Privacy Browser was <a href="https://redmine.stoutner.com/issues/139">moved to the background</a>.</li>
+            <li>Many <a href="https://redmine.stoutner.com/issues/102">small</a> <a href="https://redmine.stoutner.com/issues/153">improvements</a> <a href="https://redmine.stoutner.com/issues/97">were</a> <a href="https://redmine.stoutner.com/issues/108">
+                made</a> <a href="https://redmine.stoutner.com/issues/171">to</a> <a href="https://redmine.stoutner.com/issues/172">the</a> <a href="https://redmine.stoutner.com/issues/173">Domains</a> <a href="https://redmine.stoutner.com/issues/152">activity</a>.</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
+        <h3>2.4 (код версии 24)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=0063aac3b25ee5ea558669d42269d16158eca40b">23 June 2017</a> - minimum API 19, target 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>
+            <li><a href="https://redmine.stoutner.com/issues/126">Highlight the domain</a> in the URL text box.</li>
+            <li>Add settings to <a href="https://redmine.stoutner.com/issues/133">control what happens on Clear and Exit</a>.</li>
+            <li>Change the <a href="https://redmine.stoutner.com/issues/140">default homepage to https://start.duckduckgo.com</a>.</li>
+            <li>Add an <a href="https://redmine.stoutner.com/issues/134">undo action</a> to the snackbar when cookies, DOM storage, or form data are cleared from the options menu.</li>
+            <li>Fix a bug that caused <a href="https://redmine.stoutner.com/issues/139">pending changes to be lost on restart</a>.</li>
+            <li>Fix a bug with the <a href="https://redmine.stoutner.com/issues/131">spinner layout on some Huawei devices</a>.</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
+        <h3>2.3 (код версии 23)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=edbeafeb712ae0c2a217a130d940f6c8326ca2d0">26 May 2017</a> - minimum API 19, target 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>
+            <li>Fix the layout of some web pages by using a <a href="https://redmine.stoutner.com/issues/113">wide viewport</a>.</li>
+            <li>Allow loading of <a href="https://redmine.stoutner.com/issues/128">host only URLs</a>.</li>
+            <li><a href="https://redmine.stoutner.com/issues/129">Add icons to the settings screen</a>.</li>
+            <li><a href="https://redmine.stoutner.com/issues/130">Add the title</a> to the URL when sharing through the options menu.</li>
+            <li>Disable the <a href="https://redmine.stoutner.com/issues/93">third-party cookies setting on KitKat</a> because it only works on Lollipop or newer.</li>
+            <li><a href="https://redmine.stoutner.com/issues/89">Move Refresh to the bottom</a> of the options menu.</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
+        <h3>2.2 (код версии 22)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=1d8a8322dace658f69b80ad4d24f941074aa2200">27 April 2017</a> - minimum API 19, target API 25</p>
+        <ul>
+            <li>Create an <a href="https://redmine.stoutner.com/issues/116">Incognito Mode</a>, which deletes the cache and history after each website loads.</li>
+            <li>Combine the <a href="https://redmine.stoutner.com/issues/122">JavaScript-enabled and JavaScript-disabled search options</a> into one entry.</li>
+            <li>Display the erroneous sections of an <a href="https://redmine.stoutner.com/issues/53">SSL certificate error in red</a>.</li>
+            <li>Delete the entire <a href="https://redmine.stoutner.com/issues/114">private cache folder</a> on Clear and Exit.</li>
+            <li>Add a <a href="https://redmine.stoutner.com/issues/120">25% font zoom option</a>.</li>
+            <li>Fix a bug with Orbot if the <a href="https://redmine.stoutner.com/issues/118">homepage is blank</a>.</li>
+            <li>Remove Torch from the list of <a href="https://redmine.stoutner.com/issues/119">recommended Tor search engines</a> because it doesn’t support HTTPS.</li>
+            <li>Fix a display corruption if the Find on Page bar is displayed when <a href="https://redmine.stoutner.com/issues/121">Privacy Browser is resumed</a>.</li>
+            <li>Display the <a href="https://redmine.stoutner.com/issues/117">Orbot version</a> and <a href="https://redmine.stoutner.com/issues/115">APK package signature</a> in About → Version.</li>
+            <li>Update the <a href="https://www.stoutner.com/privacy-browser/privacy-policy/">privacy policy</a> to version 1.4.</li>
+            <li>Update the <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=blobdiff;f=app/src/main/assets/pgl.yoyo.org_adservers.txt;h=cd750892e52bf06e7295aa4b51ccb548de4571cd;hp=436a8b83f3142b231cf43b144a6659f869b2a3ab;hb=9ba6d8a73e76d1d65a9df80f101ff3092f946972;hpb=76a37e5ce26f7d4ebe57d38cecc842e4c6c15819">list of ad servers</a> from pgl.yoyo.org.</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
+        <h3>2.1 (код версии 21)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=f01cad697eb5ab015888e88e20f26ac5911b1d85">25 March 2017</a> - minimum API 19, target API 25</p>
+        <ul>
+            <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>
+            <li>Fix a bug that <a href="https://redmine.stoutner.com/issues/92">prevented URLs with special characters from loading</a> from the URL box.</li>
+            <li><a href="https://redmine.stoutner.com/issues/103">Reset the favorite icon and website title</a> before loading a new domain.</li>
+            <li>Automatically <a href="https://redmine.stoutner.com/issues/111">select all text in the URL box</a> when the user taps on it.</li>
+            <li><a href="https://redmine.stoutner.com/issues/105">Reorder the main options menu items</a> by popularity.</li>
+            <li><a href="https://redmine.stoutner.com/issues/109">Reapply domain settings</a> after closing Settings or Domains.</li>
+            <li><a href="https://redmine.stoutner.com/issues/106">Round the corners of the custom domain settings highlight</a>.</li>
+            <li><a href="https://redmine.stoutner.com/issues/107">Move the progress bar</a> to the bottom of the app bar.</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
+        <h3>2.0.1 (код версии 20)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=1aec01e7c168c3fcc272530607e16f5ffa6d6c74">21 March 2017</a> - minimum API 19, target 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>
+            <li>Reload domain settings when <a href="https://redmine.stoutner.com/issues/100">navigating with the back button</a>.</li>
+            <li><a href="https://redmine.stoutner.com/issues/98">Autopopulate the create bookmark and create shortcut dialogs</a>.</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
+        <h3>2.0 (код версии 19)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=8f1c15606ef8cd277f51cc837c2c39667c48d0d4">16 March 2017</a> - minimum API 19, target 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>
+            <li><a href="https://redmine.stoutner.com/issues/87">Use .onion search engines</a> when proxying through Tor.</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
+        <h3>1.15 (код версии 18)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=8f4d6373a35a43a36050ed383f58c4074143b264">11 февраля 2017</a> - minimum API 19, target 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>
+            <li><a href="https://redmine.stoutner.com/issues/82">Localize the dates</a> on the SSL certificate dialogs.</li>
+            <li>Enable downloading of files from <a href="https://redmine.stoutner.com/issues/73">websites that require a login</a>. Code contributed by Hendrik Knackstedt.</li>
+            <li>Fix a crash when attempting to <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commit;h=da8974edd917b868957fa78bb3843fefb93b8cb7">download a file that does not have an HTTP or HTTPS URI</a>.</li>
+            <li>Initial Italian translation provided by Francesco Buratti.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
+        <h3>1.14.1 (код версии 17)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=5bd318993ebf675433f514dd04fc3e29545c9312">4 January 2017</a> - minimum API 19, target 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>1.14 (код версии 16)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=6d3d23ab62cfdd6ef142dbdb764a6bac8fc38ce1">26 December 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://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=7f0fda47dbd040262a8149e1e6d27f7abe9043ea">for real this time</a>.</li>
+            <li>Change the default for <a href="https://git.stoutner.com/?p=PrivacyBrowser.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://git.stoutner.com/?p=PrivacyBrowser.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://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=5c6db7b33577612ff7f120b30fb98cab8afa591f">target API to 25</a>.</li>
+            <li>Updated <a href="https://git.stoutner.com/?p=PrivacyBrowser.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://git.stoutner.com/?p=PrivacyBrowser.git;a=blob;f=app/src/main/assets/es/about_permissions.html;h=eab82ba8ee104e6a71776a557366f70660d28711;hb=2c8e83a7d1a044a5186020ac17d3cefb22b7f330">Spanish</a> <a href="https://git.stoutner.com/?p=PrivacyBrowser.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>1.13 (код версии 15)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=5a9cabddff240061fe521f01df3025b037e9da9e">28 November 2016</a> - minimum API 19, target 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://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=b0ddee839c666ba339e374749588f910070658ee">PrivacyBrowser/1.0</a>.</li>
+            <li>Add a <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=blobdiff;f=app/src/main/java/com/stoutner/privacybrowser/UrlHistory.java;h=ec0b45e455acc659acc7c303077bfcf4079ddad9;hp=d2d4fecde081bf3e4ee1327243f38212e9f40c3f;hb=ac6db897f8e99a28a7e2d916238fbdf7a021ac55;hpb=eb1e349d876e09e2b82e4eb9d6dc199147e1cde5">clear history button</a>.</li>
+            <li>Add <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=d45c5240d1a82d1a43742b6aea8173b520697520">Copy URL</a> to the URL context menu.</li>
+            <li>Make the back button <a href="https://redmine.stoutner.com/issues/60">navigate to the parent folder</a> in the bookmarks activity.</li>
+            <li>Update privacy policy to <a href="https://www.stoutner.com/updated-privacy-policy/">version 1.3</a>.</li>
+            <li>Partial <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=blobdiff;f=app/src/main/res/values-es/strings.xml;h=601da35d052ca3b36bedc4645c3db3189b3e1605;hp=09cc8c34e66b17e473d5d2b2ccb025c0f03b1804;hb=66213601459e6e2f739f2991581ffb0a1a1c0b43;hpb=3bd71cebfddb14b7adcbb39c5ab98f9ce90f8d9d">Spanish translation</a>.</li>
+            <li>Updated German translation provided by <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>.</li>
+        </ul>
+
+        <h3>1.12 (код версии 14)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=3f2c7129a56e84d34cb07c151baf87bdea94dd12">9 November 2016</a> - minimum API 19, target 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>
+            <li>Added <a href="https://redmine.stoutner.com/issues/9">Find on Page</a>.</li>
+            <li>Completely <a href="https://redmine.stoutner.com/issues/69">remove Privacy Browser from RAM</a> on "Clear and Exit".</li>
+            <li>Fix a crash when <a href="https://redmine.stoutner.com/issues/70">displaying an SSL Certificate error</a> in Android KitKat and Lollipop.</li>
+            <li>Fix a crash on some file downloads caused by a <a href="https://redmine.stoutner.com/issues/71">failure to parse the Content-Disposition header</a> correctly.</li>
+            <li>Updated German translation provided by <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>.</li>
+        </ul>
+
+        <h3>1.11 (код версии 13)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=d9974f13e3a4dad62f760e02e94d8782d6e4bb3d">22 October 2016</a> - minimum API 19, target 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>
+            <li>Add <a href="https://redmine.stoutner.com/issues/18">printing support</a>.</li>
+            <li>Fix <a href="https://redmine.stoutner.com/issues/67">file downloading</a> on KitKat and Lollipop.</li>
+            <li>Updated German translation provided by <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>.</li>
+        </ul>
+
+        <h3>1.10 (код версии 12)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=c9365866ad37cc2b0b0fa53ee04aaaa4740f70b7">15 September 2016</a> - minimum API 19, target 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>
+            <li>Add a <a href="https://redmine.stoutner.com/issues/58">download dialog</a> that allows users to <a href="https://redmine.stoutner.com/issues/59">modify the file name</a> before the download begins.</li>
+            <li>Add optional additional action buttons for cookies, DOM storage, and saved forms.</li>
+            <li>Update user agents and add Safari on iOS and OS X.</li>
+            <li>Add StartPage and Qwant to the list of search engines.</li>
+            <li>Updated German translation provided by <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>.</li>
+        </ul>
+
+        <h3>1.9.1 (код версии 11)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=6de831ce03c8b9114212870715c6c722e26f5b28">27 August 2016</a> - minimum API 19, target API 23</p>
+        <ul>
+            <li>Changed asset image links to relative paths so Privacy Browser will build on F-Droid.</li>
+        </ul>
+
+        <h3>1.9 (код версии 10)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=7c6dae59026beeb9e32fcc4d6706129f8bee029c">26 August 2016</a> - minimum API 19, target 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>. This allows Privacy Browser to load web pages with self-signed certificates.</li>
+            <li>Add <a href="https://redmine.stoutner.com/issues/38">font size controls</a>.</li>
+            <li>Handle <a href="https://redmine.stoutner.com/issues/14">"mailto:" links</a> on websites.</li>
+            <li>Fix a crash when <a href="https://redmine.stoutner.com/issues/47">creating or editing a bookmark with no favorite icon</a>.</li>
+            <li>Fix a bug that sometimes <a href="https://redmine.stoutner.com/issues/28">disabled the navigation drawer after exiting a full screen video</a>.</li>
+            <li>Send a <a href="https://redmine.stoutner.com/issues/37">null value for the "X-Requested-With" header on initial page load</a>.</li>
+        </ul>
+
+        <h3>1.8 (код версии 9)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=f386169ee9c68325562068394cb6b21b0b89be1c">16 July 2016</a> - minimum API 19, target 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>
+            <li>Fix a bug that <a href="https://redmine.stoutner.com/issues/40">prevented editing the custom user agent</a>.</li>
+            <li>Fix a bug that <a href="https://redmine.stoutner.com/issues/33">prevented URLs from loading if there are whitespaces at the beginning or end</a>.</li>
+        </ul>
+
+
+        <h3>1.7 (код версии 8)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=347e702f50a02782add9400afa552fbee1cf7ab6;ds=inline">16 June 2016</a> - minimum API 19, target 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>
+            <li>Bump the minimum API from 15 to 19 due to <a href="https://freedom-to-tinker.com/blog/dwallach/android-webview-security-and-the-mobile-advertising-marketplace/">
+                security concerns</a> regarding older versions of WebView.</li>
+        </ul>
+
+
+        <h3>1.6 (код версии 7)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=151e4550065da8e740e8e3bd414ec30ae2a18c33">11 May 2016</a> - minimum API 15, target 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 (код версии 6)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=b0a048867d5582bc693ba8699a75aa93b4fa1b69">5 May 2016</a> - minimum API 15, target 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 (код версии 5)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=58e6c22da860871eadd1cbf214a30e88ced4f19e">28 April 2016</a> - minimum API 15, target API 23</p>
+        <ul>
+            <li>Add controls for <a href="https://redmine.stoutner.com/issues/21">third-party cookies</a>.</li>
+            <li>Fix full screen video playback.</li>
+        </ul>
+
+
+        <h3>1.3 (код версии 4)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=4f704be746c00c0a29a52c28646e6d7cf2f9c53c">7 April 2016</a> - minimum API 15, target API 23</p>
+        <ul>
+            <li>Create a <a href="https://redmine.stoutner.com/issues/17">navigation drawer</a>.</li>
+        </ul>
+
+
+        <h3>1.2 (код версии 3)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=bde6908fee004715f0125ab2d51016dd63a956f4">23 March 2016</a> - minimum API 15, target 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>
+            <li><a href="https://redmine.stoutner.com/issues/11">Don't update the URL box if the user is typing in it</a>.</li>
+            <li>Bump the minimum API from 10 to 15. Privacy Browser was crashing on load in API 10.</li>
+        </ul>
+
+
+        <h3>1.1 (код версии 2)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=f56d4111a627bebdb7f181da062253b3e6145381">9 March 2016</a> - minimum API 10, target 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 (код версии 1)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=6f7130bc4218755bea242a2108e4c4ad6f63dcf9">24 февраля 2016</a> - minimum API 10, target API 23</p>
+        <ul>
+            <li>Toggle JavaScript, DOM storage, and cookies.</li>
+            <li>Set default enabled status for JavaScript, DOM storage, and cookies.</li>
+            <li>Clear DOM storage and cookies.</li>
+            <li>Add shortcuts to the home screen.</li>
+            <li>Utilize download manager.</li>
+            <li>Navigate forward and back.</li>
+            <li>Cut, copy, paste URLs.</li>
+            <li>Share URLs.</li>
+            <li>Set homepage.</li>
+            <li>Scroll URL bar.</li>
+            <li>Maintain WebView scroll location when rotating screen.</li>
+            <li>Swipe to refresh WebView.</li>
+            <li>Play full screen videos (requires JavaScript to be enabled).</li>
+            <li>Clear and Exit menu item.</li>
+        </ul>
+    </body>
+</html>
\ No newline at end of file
diff --git a/app/src/main/assets/ru/about_changelog_light.html b/app/src/main/assets/ru/about_changelog_light.html
new file mode 100644 (file)
index 0000000..50cdc82
--- /dev/null
@@ -0,0 +1,362 @@
+<!--
+  Copyright © 2016-2018 Soren Stoutner <soren@stoutner.com>.
+
+  This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+
+  Privacy Browser is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
+
+  Privacy Browser is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
+
+<html>
+    <head>
+        <meta charset="UTF-8">
+
+        <link rel="stylesheet" href="css/light_theme.css">
+    </head>
+
+    <body>
+        <h3>2.8 (код версии 30)</h3>
+        <p>22 февраля 2018 - minimum API 19, target API 27</p>
+        <ul>
+            <li><a href="https://redmine.stoutner.com/issues/136">Изменен список блокировки на EasyList</a> для блокировки рекламы и отслеживания.</li>
+            <li>Добавлена <a href="https://redmine.stoutner.com/issues/64">опция просмотра исходного HTML</a>.</li>
+            <li>Добавлена <a href="https://redmine.stoutner.com/issues/229">опция очистки данных</a> в настройках.</li>
+            <li>Исправлена <a href="https://redmine.stoutner.com/issues/231">опция добавления ярлыка на домашний экран</a> для совместимости с Android Oreo.</li>
+            <li>Исправлено <a href="https://redmine.stoutner.com/issues/248">форматирование цвета</a> в строке ввода URL.</li>
+            <li>Уточнено описание <a href="https://redmine.stoutner.com/issues/244">политики конфиденциальности</a>.</li>
+            <li>Добавлен частичный перевод на русских язык.</li>
+            <li>Обновлен перевод на итальянский язык, выполненный Франческо Буратти.</li>
+            <li>Обновлен перевод на испанский язык, выполненный<a href="mailto:emails@joseleon.me <mailto:emails@joseleon.me>">Хосе А. Леон Безерра</a>.</li>
+        </ul>
+
+        <h3>2.7.2 (код версии 29)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=298ddb5aeffe0e18e84c7551c55ff8164b238080">22 November 2017</a> - minimum API 19, target 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>
+            <li>Fix a build error that <a href="https://forum.f-droid.org/t/build-failing-with-could-not-find-gradle-error/1612/4">prevented the release of 2.7 and 2.7.1</a> on F-Droid.</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
+        <h3>2.7.1 (код версии 28)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=24f2d6529540bc8ea47f45bc07dd058f402a9140">9 November 2017</a> - minimum API 19, target 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>2.7 (код версии 27)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=eb9bc527c37223964f7c00592df982b47ff2f81c">7 November 2017</a> - minimum API 19, target 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>
+            <li>Update the <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=379d977e9db12b28952cbce0b127548576c87b95">user agents</a>.</li>
+            <li>Bump target API to 26 (Android Oreo, 8.0.0).</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
+        <h3>2.6 (код версии 26)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=ecd1f67963852c0523c42ce1326b78cb7a71f053">18 September 2017</a> - minimum API 19, target 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>
+            <li>Add support for <a href="https://redmine.stoutner.com/issues/52">HTTP authentication</a>.</li>
+            <li><a href="https://redmine.stoutner.com/issues/178">Color code the Common Name</a> in the view SSL certificate dialog.</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
+        <h3>2.5 (код версии 25)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=80ddcb075d03a4c78263d1ff80466f3df0967f6d">26 August 2017</a> - minimum API 19, target 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>
+            <li><a href="https://redmine.stoutner.com/issues/164">Update the default homepage</a> to work with both JavaScript enabled or disabled.</li>
+            <li>Fix a bug that caused the website title to be <a href="https://redmine.stoutner.com/issues/175">lost on rotate</a>.</li>
+            <li><a href="https://redmine.stoutner.com/issues/138">Ghost the “Clear DOM Storage” options menu item</a> if there is nothing to delete.</li>
+            <li>Use <a href="https://redmine.stoutner.com/issues/161">non-bolded red text</a> to indicate unencrypted websites.</li>
+            <li>Fix a bug that sometimes caused <a href="https://redmine.stoutner.com/issues/160">custom domain user agents to fail</a>.</li>
+            <li>Fix a bug that caused website modifications (like the sorting of a list) to be lost if Privacy Browser was <a href="https://redmine.stoutner.com/issues/139">moved to the background</a>.</li>
+            <li>Many <a href="https://redmine.stoutner.com/issues/102">small</a> <a href="https://redmine.stoutner.com/issues/153">improvements</a> <a href="https://redmine.stoutner.com/issues/97">were</a> <a href="https://redmine.stoutner.com/issues/108">
+                made</a> <a href="https://redmine.stoutner.com/issues/171">to</a> <a href="https://redmine.stoutner.com/issues/172">the</a> <a href="https://redmine.stoutner.com/issues/173">Domains</a> <a href="https://redmine.stoutner.com/issues/152">activity</a>.</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
+        <h3>2.4 (код версии 24)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=0063aac3b25ee5ea558669d42269d16158eca40b">23 June 2017</a> - minimum API 19, target 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>
+            <li><a href="https://redmine.stoutner.com/issues/126">Highlight the domain</a> in the URL text box.</li>
+            <li>Add settings to <a href="https://redmine.stoutner.com/issues/133">control what happens on Clear and Exit</a>.</li>
+            <li>Change the <a href="https://redmine.stoutner.com/issues/140">default homepage to https://start.duckduckgo.com</a>.</li>
+            <li>Add an <a href="https://redmine.stoutner.com/issues/134">undo action</a> to the snackbar when cookies, DOM storage, or form data are cleared from the options menu.</li>
+            <li>Fix a bug that caused <a href="https://redmine.stoutner.com/issues/139">pending changes to be lost on restart</a>.</li>
+            <li>Fix a bug with the <a href="https://redmine.stoutner.com/issues/131">spinner layout on some Huawei devices</a>.</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
+        <h3>2.3 (код версии 23)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=edbeafeb712ae0c2a217a130d940f6c8326ca2d0">26 May 2017</a> - minimum API 19, target 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>
+            <li>Fix the layout of some web pages by using a <a href="https://redmine.stoutner.com/issues/113">wide viewport</a>.</li>
+            <li>Allow loading of <a href="https://redmine.stoutner.com/issues/128">host only URLs</a>.</li>
+            <li><a href="https://redmine.stoutner.com/issues/129">Add icons to the settings screen</a>.</li>
+            <li><a href="https://redmine.stoutner.com/issues/130">Add the title</a> to the URL when sharing through the options menu.</li>
+            <li>Disable the <a href="https://redmine.stoutner.com/issues/93">third-party cookies setting on KitKat</a> because it only works on Lollipop or newer.</li>
+            <li><a href="https://redmine.stoutner.com/issues/89">Move Refresh to the bottom</a> of the options menu.</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
+        <h3>2.2 (код версии 22)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=1d8a8322dace658f69b80ad4d24f941074aa2200">27 April 2017</a> - minimum API 19, target API 25</p>
+        <ul>
+            <li>Create an <a href="https://redmine.stoutner.com/issues/116">Incognito Mode</a>, which deletes the cache and history after each website loads.</li>
+            <li>Combine the <a href="https://redmine.stoutner.com/issues/122">JavaScript-enabled and JavaScript-disabled search options</a> into one entry.</li>
+            <li>Display the erroneous sections of an <a href="https://redmine.stoutner.com/issues/53">SSL certificate error in red</a>.</li>
+            <li>Delete the entire <a href="https://redmine.stoutner.com/issues/114">private cache folder</a> on Clear and Exit.</li>
+            <li>Add a <a href="https://redmine.stoutner.com/issues/120">25% font zoom option</a>.</li>
+            <li>Fix a bug with Orbot if the <a href="https://redmine.stoutner.com/issues/118">homepage is blank</a>.</li>
+            <li>Remove Torch from the list of <a href="https://redmine.stoutner.com/issues/119">recommended Tor search engines</a> because it doesn’t support HTTPS.</li>
+            <li>Fix a display corruption if the Find on Page bar is displayed when <a href="https://redmine.stoutner.com/issues/121">Privacy Browser is resumed</a>.</li>
+            <li>Display the <a href="https://redmine.stoutner.com/issues/117">Orbot version</a> and <a href="https://redmine.stoutner.com/issues/115">APK package signature</a> in About → Version.</li>
+            <li>Update the <a href="https://www.stoutner.com/privacy-browser/privacy-policy/">privacy policy</a> to version 1.4.</li>
+            <li>Update the <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=blobdiff;f=app/src/main/assets/pgl.yoyo.org_adservers.txt;h=cd750892e52bf06e7295aa4b51ccb548de4571cd;hp=436a8b83f3142b231cf43b144a6659f869b2a3ab;hb=9ba6d8a73e76d1d65a9df80f101ff3092f946972;hpb=76a37e5ce26f7d4ebe57d38cecc842e4c6c15819">list of ad servers</a> from pgl.yoyo.org.</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
+        <h3>2.1 (код версии 21)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=f01cad697eb5ab015888e88e20f26ac5911b1d85">25 March 2017</a> - minimum API 19, target API 25</p>
+        <ul>
+            <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>
+            <li>Fix a bug that <a href="https://redmine.stoutner.com/issues/92">prevented URLs with special characters from loading</a> from the URL box.</li>
+            <li><a href="https://redmine.stoutner.com/issues/103">Reset the favorite icon and website title</a> before loading a new domain.</li>
+            <li>Automatically <a href="https://redmine.stoutner.com/issues/111">select all text in the URL box</a> when the user taps on it.</li>
+            <li><a href="https://redmine.stoutner.com/issues/105">Reorder the main options menu items</a> by popularity.</li>
+            <li><a href="https://redmine.stoutner.com/issues/109">Reapply domain settings</a> after closing Settings or Domains.</li>
+            <li><a href="https://redmine.stoutner.com/issues/106">Round the corners of the custom domain settings highlight</a>.</li>
+            <li><a href="https://redmine.stoutner.com/issues/107">Move the progress bar</a> to the bottom of the app bar.</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
+        <h3>2.0.1 (код версии 20)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=1aec01e7c168c3fcc272530607e16f5ffa6d6c74">21 March 2017</a> - minimum API 19, target 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>
+            <li>Reload domain settings when <a href="https://redmine.stoutner.com/issues/100">navigating with the back button</a>.</li>
+            <li><a href="https://redmine.stoutner.com/issues/98">Autopopulate the create bookmark and create shortcut dialogs</a>.</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
+        <h3>2.0 (код версии 19)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=8f1c15606ef8cd277f51cc837c2c39667c48d0d4">16 March 2017</a> - minimum API 19, target 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>
+            <li><a href="https://redmine.stoutner.com/issues/87">Use .onion search engines</a> when proxying through Tor.</li>
+            <li>Updated Italian translation provided by Francesco Buratti.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
+        <h3>1.15 (код версии 18)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=8f4d6373a35a43a36050ed383f58c4074143b264">11 февраля 2017</a> - minimum API 19, target 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>
+            <li><a href="https://redmine.stoutner.com/issues/82">Localize the dates</a> on the SSL certificate dialogs.</li>
+            <li>Enable downloading of files from <a href="https://redmine.stoutner.com/issues/73">websites that require a login</a>. Code contributed by Hendrik Knackstedt.</li>
+            <li>Fix a crash when attempting to <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commit;h=da8974edd917b868957fa78bb3843fefb93b8cb7">download a file that does not have an HTTP or HTTPS URI</a>.</li>
+            <li>Initial Italian translation provided by Francesco Buratti.</li>
+            <li>Updated Spanish translation provided by <a href="mailto:emails@joseleon.me">Jose A. León Becerra</a>.</li>
+        </ul>
+
+        <h3>1.14.1 (код версии 17)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=5bd318993ebf675433f514dd04fc3e29545c9312">4 January 2017</a> - minimum API 19, target 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>1.14 (код версии 16)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=6d3d23ab62cfdd6ef142dbdb764a6bac8fc38ce1">26 December 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://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=7f0fda47dbd040262a8149e1e6d27f7abe9043ea">for real this time</a>.</li>
+            <li>Change the default for <a href="https://git.stoutner.com/?p=PrivacyBrowser.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://git.stoutner.com/?p=PrivacyBrowser.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://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=5c6db7b33577612ff7f120b30fb98cab8afa591f">target API to 25</a>.</li>
+            <li>Updated <a href="https://git.stoutner.com/?p=PrivacyBrowser.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://git.stoutner.com/?p=PrivacyBrowser.git;a=blob;f=app/src/main/assets/es/about_permissions.html;h=eab82ba8ee104e6a71776a557366f70660d28711;hb=2c8e83a7d1a044a5186020ac17d3cefb22b7f330">Spanish</a> <a href="https://git.stoutner.com/?p=PrivacyBrowser.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>1.13 (код версии 15)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=5a9cabddff240061fe521f01df3025b037e9da9e">28 November 2016</a> - minimum API 19, target 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://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=b0ddee839c666ba339e374749588f910070658ee">PrivacyBrowser/1.0</a>.</li>
+            <li>Add a <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=blobdiff;f=app/src/main/java/com/stoutner/privacybrowser/UrlHistory.java;h=ec0b45e455acc659acc7c303077bfcf4079ddad9;hp=d2d4fecde081bf3e4ee1327243f38212e9f40c3f;hb=ac6db897f8e99a28a7e2d916238fbdf7a021ac55;hpb=eb1e349d876e09e2b82e4eb9d6dc199147e1cde5">clear history button</a>.</li>
+            <li>Add <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=d45c5240d1a82d1a43742b6aea8173b520697520">Copy URL</a> to the URL context menu.</li>
+            <li>Make the back button <a href="https://redmine.stoutner.com/issues/60">navigate to the parent folder</a> in the bookmarks activity.</li>
+            <li>Update privacy policy to <a href="https://www.stoutner.com/updated-privacy-policy/">version 1.3</a>.</li>
+            <li>Partial <a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=blobdiff;f=app/src/main/res/values-es/strings.xml;h=601da35d052ca3b36bedc4645c3db3189b3e1605;hp=09cc8c34e66b17e473d5d2b2ccb025c0f03b1804;hb=66213601459e6e2f739f2991581ffb0a1a1c0b43;hpb=3bd71cebfddb14b7adcbb39c5ab98f9ce90f8d9d">Spanish translation</a>.</li>
+            <li>Updated German translation provided by <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>.</li>
+        </ul>
+
+        <h3>1.12 (код версии 14)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=3f2c7129a56e84d34cb07c151baf87bdea94dd12">9 November 2016</a> - minimum API 19, target 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>
+            <li>Added <a href="https://redmine.stoutner.com/issues/9">Find on Page</a>.</li>
+            <li>Completely <a href="https://redmine.stoutner.com/issues/69">remove Privacy Browser from RAM</a> on "Clear and Exit".</li>
+            <li>Fix a crash when <a href="https://redmine.stoutner.com/issues/70">displaying an SSL Certificate error</a> in Android KitKat and Lollipop.</li>
+            <li>Fix a crash on some file downloads caused by a <a href="https://redmine.stoutner.com/issues/71">failure to parse the Content-Disposition header</a> correctly.</li>
+            <li>Updated German translation provided by <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>.</li>
+        </ul>
+
+        <h3>1.11 (код версии 13)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=d9974f13e3a4dad62f760e02e94d8782d6e4bb3d">22 October 2016</a> - minimum API 19, target 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>
+            <li>Add <a href="https://redmine.stoutner.com/issues/18">printing support</a>.</li>
+            <li>Fix <a href="https://redmine.stoutner.com/issues/67">file downloading</a> on KitKat and Lollipop.</li>
+            <li>Updated German translation provided by <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>.</li>
+        </ul>
+
+        <h3>1.10 (код версии 12)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=c9365866ad37cc2b0b0fa53ee04aaaa4740f70b7">15 September 2016</a> - minimum API 19, target 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>
+            <li>Add a <a href="https://redmine.stoutner.com/issues/58">download dialog</a> that allows users to <a href="https://redmine.stoutner.com/issues/59">modify the file name</a> before the download begins.</li>
+            <li>Add optional additional action buttons for cookies, DOM storage, and saved forms.</li>
+            <li>Update user agents and add Safari on iOS and OS X.</li>
+            <li>Add StartPage and Qwant to the list of search engines.</li>
+            <li>Updated German translation provided by <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>.</li>
+        </ul>
+
+        <h3>1.9.1 (код версии 11)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=6de831ce03c8b9114212870715c6c722e26f5b28">27 August 2016</a> - minimum API 19, target API 23</p>
+        <ul>
+            <li>Changed asset image links to relative paths so Privacy Browser will build on F-Droid.</li>
+        </ul>
+
+        <h3>1.9 (код версии 10)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=7c6dae59026beeb9e32fcc4d6706129f8bee029c">26 August 2016</a> - minimum API 19, target 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>. This allows Privacy Browser to load web pages with self-signed certificates.</li>
+            <li>Add <a href="https://redmine.stoutner.com/issues/38">font size controls</a>.</li>
+            <li>Handle <a href="https://redmine.stoutner.com/issues/14">"mailto:" links</a> on websites.</li>
+            <li>Fix a crash when <a href="https://redmine.stoutner.com/issues/47">creating or editing a bookmark with no favorite icon</a>.</li>
+            <li>Fix a bug that sometimes <a href="https://redmine.stoutner.com/issues/28">disabled the navigation drawer after exiting a full screen video</a>.</li>
+            <li>Send a <a href="https://redmine.stoutner.com/issues/37">null value for the "X-Requested-With" header on initial page load</a>.</li>
+        </ul>
+
+        <h3>1.8 (код версии 9)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=f386169ee9c68325562068394cb6b21b0b89be1c">16 July 2016</a> - minimum API 19, target 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>
+            <li>Fix a bug that <a href="https://redmine.stoutner.com/issues/40">prevented editing the custom user agent</a>.</li>
+            <li>Fix a bug that <a href="https://redmine.stoutner.com/issues/33">prevented URLs from loading if there are whitespaces at the beginning or end</a>.</li>
+        </ul>
+
+
+        <h3>1.7 (код версии 8)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=347e702f50a02782add9400afa552fbee1cf7ab6;ds=inline">16 June 2016</a> - minimum API 19, target 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>
+            <li>Bump the minimum API from 15 to 19 due to <a href="https://freedom-to-tinker.com/blog/dwallach/android-webview-security-and-the-mobile-advertising-marketplace/">
+                security concerns</a> regarding older versions of WebView.</li>
+        </ul>
+
+
+        <h3>1.6 (код версии 7)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=151e4550065da8e740e8e3bd414ec30ae2a18c33">11 May 2016</a> - minimum API 15, target 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 (код версии 6)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=b0a048867d5582bc693ba8699a75aa93b4fa1b69">5 May 2016</a> - minimum API 15, target 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 (код версии 5)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=58e6c22da860871eadd1cbf214a30e88ced4f19e">28 April 2016</a> - minimum API 15, target API 23</p>
+        <ul>
+            <li>Add controls for <a href="https://redmine.stoutner.com/issues/21">third-party cookies</a>.</li>
+            <li>Fix full screen video playback.</li>
+        </ul>
+
+
+        <h3>1.3 (код версии 4)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=4f704be746c00c0a29a52c28646e6d7cf2f9c53c">7 April 2016</a> - minimum API 15, target API 23</p>
+        <ul>
+            <li>Create a <a href="https://redmine.stoutner.com/issues/17">navigation drawer</a>.</li>
+        </ul>
+
+
+        <h3>1.2 (код версии 3)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=bde6908fee004715f0125ab2d51016dd63a956f4">23 March 2016</a> - minimum API 15, target 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>
+            <li><a href="https://redmine.stoutner.com/issues/11">Don't update the URL box if the user is typing in it</a>.</li>
+            <li>Bump the minimum API from 10 to 15. Privacy Browser was crashing on load in API 10.</li>
+        </ul>
+
+
+        <h3>1.1 (код версии 2)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=f56d4111a627bebdb7f181da062253b3e6145381">9 March 2016</a> - minimum API 10, target 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 (код версии 1)</h3>
+        <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=6f7130bc4218755bea242a2108e4c4ad6f63dcf9">24 февраля 2016</a> - minimum API 10, target API 23</p>
+        <ul>
+            <li>Toggle JavaScript, DOM storage, and cookies.</li>
+            <li>Set default enabled status for JavaScript, DOM storage, and cookies.</li>
+            <li>Clear DOM storage and cookies.</li>
+            <li>Add shortcuts to the home screen.</li>
+            <li>Utilize download manager.</li>
+            <li>Navigate forward and back.</li>
+            <li>Cut, copy, paste URLs.</li>
+            <li>Share URLs.</li>
+            <li>Set homepage.</li>
+            <li>Scroll URL bar.</li>
+            <li>Maintain WebView scroll location when rotating screen.</li>
+            <li>Swipe to refresh WebView.</li>
+            <li>Play full screen videos (requires JavaScript to be enabled).</li>
+            <li>Clear and Exit menu item.</li>
+        </ul>
+    </body>
+</html>
\ No newline at end of file
index 774f272729e96973d0ae390aefb781aac93425e7..c4cf69bcb0c01a5154d390f8e0aaeb16b103b02f 100644 (file)
                 <item>Personalizado</item>
             </string-array>
         <string name="custom_user_agent">Agente de usuario personalizado</string>
-        <string name="block_ads">Bloquear anuncios</string>
-        <string name="block_ads_summary">Usar la lista de servidores de anuncios de pgl.yoyo.org para bloquear anuncios.</string>
         <string name="incognito_mode">Modo incógnito</string>
         <string name="incognito_mode_summary">Borrar el historial y el caché después de que cada página web termine de cargar.</string>
         <string name="do_not_track">No rastrear</string>
index 59a5b907617f08c2e8d06b188fed1d00f18d9efb..38108f07749bfeffc2adaff7f59443f182dc0cf0 100644 (file)
                 <item>Personalizzato</item>
             </string-array>
         <string name="custom_user_agent">User agent personalizzato</string>
-        <string name="block_ads">Blocca annunci</string>
-        <string name="block_ads_summary">Per bloccare gli annunci utilizza la lista dei server di pgl.yoyo.org.</string>
         <string name="incognito_mode">Modalità Incognito</string>
         <string name="incognito_mode_summary">Cancella la cronologia e la cache al termine del caricamento di ogni pagina.</string>
         <string name="do_not_track">Non tracciare</string>
         <string name="do_not_track_summary">Invia un\'intestazione di non tracciamento per chiedere al web server di non tracciare il browser.</string>
+    <string name="block_lists">Block List</string>
+        <string name="easylist">EasyList</string>
+        <string name="easylist_summary">Blocking list principale.</string>
+        <string name="easyprivacy">EasyPrivacy</string>
+        <string name="easyprivacy_summary">Tracker blocking list principale.</string>
+        <string name="fanboy_annoyance_list">Fanboy’s annoyance list</string>
+        <string name="fanboy_annoyance_list_summary">Blocca fastidiosi pop-up e collegamenti.  Include le liste Fanboy’s social blocking.</string>
+        <string name="fanboy_social_blocking_list">Fanboy’s social blocking list</string>
+        <string name="fanboy_social_blocking_list_summary">Blocca contenuti di terze parti sui social media .</string>
     <string name="tor">Tor</string>
         <string name="proxy_through_orbot">Utilizza Proxy con Orbot</string>
         <string name="proxy_through_orbot_summary">Utilizza Proxy attraverso Orbot su localhost:8118.</string>
             <string name="security_patch">Patch si sicurezza:</string>
             <string name="webkit">WebKit:</string>
             <string name="chrome">Chrome:</string>
-            <string name="easylist">EasyList:</string>
             <string name="orbot">Orbot:</string>
+            <string name="easylist_label">EasyList:</string>
+            <string name="easyprivacy_label">EasyPrivacy:</string>
+            <string name="fanboy_annoyance_label">Fanboy’s Annoyance List:</string>
+            <string name="fanboy_social_label">Fanboy’s Social Blocking List:</string>
         <string name="package_signature">Firma del Pacchetto</string>
             <string name="issuer_dn">Emittente:</string>
             <string name="subject_dn">Soggetto:</string>
index 5ded5daf4639ca5c8c4a0918f76869428219ae29..69d8e3478d754a501b946c87aee14dc9e10a27ac 100644 (file)
                 <item>Пользовательский</item>
             </string-array>
         <string name="custom_user_agent">Пользовательский user agent</string>
-        <string name="block_ads">Блокировать рекламу</string>
-        <string name="block_ads_summary">Для блокировки рекламы использовать список серверов pgl.yoyo.org.</string>
         <string name="incognito_mode">Режим инкогнито</string>
         <string name="incognito_mode_summary">Очистка журнала и кэша после завершения загрузки каждой веб-страницы.</string>
         <string name="do_not_track">Не отслеживать</string>
diff --git a/fastlane/metadata/android/de/full_description.txt b/fastlane/metadata/android/de/full_description.txt
deleted file mode 100644 (file)
index e58cb64..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-Privacy Browser ist ein Web-Browser, der Ihre Privatsphäre durch einfache Einstellmöglichkeiten für JavaScript, DOM-Speicher und Cookies schützt. Viele Websites nutzen diese Technologien, um Besucher bei Besuchen ihrer oder anderer Websites zu verfolgen. Das Tippen auf den Privatsphäre-Schild schaltet zwischen Ein- und ausgeschaltetem JavaScript um und lädt WebView neu. Wenn JavaScript deaktiviert ist, werden nicht nur Privatsphäre und Sicherheit erhöht, sondern Websites laden auch noch schneller bei weniger Datenverbrauch.
-
-Privacy Browser benutzt Androids eingebaute WebView, um Websites zu rendern. Infolgedessen funktioniert er am besten, wenn Sie auf die neuste WebView-Version aktualisiert haben. 
-
-Warning: Privacy Browser is susceptible to
-[https://www.stoutner.com/kitkat-security-problems/ MITM (Man In The Middle)
-attacks] when browsing insecure websites from devices running Android KitKat
-(version 4.4.x, API 19).
-
-Funktionen:
-*Verknüpfungs-Icons zur Startseite hinzufügen.
-*Lesezeichen.
-*Unterstützung für TOR über Orbot.
-
-Geplante Funktionen für künftige Versionen:
-*Dateiupload auf Websites.
-*Detaillierte Cookie-Verwaltung.
-*Detaillierte DOM-Speicher-Verwaltung. 
-*Mehrere Tabs öffnen.
index 62d796dd27920b8f8e209b65c233c7d22cf46932..11180a474e7575ddbb6e70cbc274e5d6102fee9b 100644 (file)
Binary files a/fastlane/metadata/android/de/images/phoneScreenshots/04-OptionsMenu.png and b/fastlane/metadata/android/de/images/phoneScreenshots/04-OptionsMenu.png differ
diff --git a/fastlane/metadata/android/de/images/sevenInchScreenshots/05-NightMode.png b/fastlane/metadata/android/de/images/sevenInchScreenshots/05-NightMode.png
new file mode 100644 (file)
index 0000000..be330f7
Binary files /dev/null and b/fastlane/metadata/android/de/images/sevenInchScreenshots/05-NightMode.png differ
diff --git a/fastlane/metadata/android/de/short_description.txt b/fastlane/metadata/android/de/short_description.txt
deleted file mode 100644 (file)
index 94b614b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Ein Webbrowser mit Fokus auf die Privatsphäre.
diff --git a/fastlane/metadata/android/de/title.txt b/fastlane/metadata/android/de/title.txt
deleted file mode 100644 (file)
index beb6030..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Privacy Browser
diff --git a/fastlane/metadata/android/en/changelogs/30.txt b/fastlane/metadata/android/en/changelogs/30.txt
new file mode 100644 (file)
index 0000000..f63a2da
--- /dev/null
@@ -0,0 +1,9 @@
+• Switch to EasyList for ad and tracking blocking.
+• Add a View Source activity.
+• Add a Clear Data submenu to the options menu.
+• Fix the Add to Home Screen option to be compatible with Android Oreo.
+• Fix color formatting in the URL text box.
+• Clarify language in the privacy policy.
+• Updated Italian translation provided by Francesco Buratti.
+• Partial Russian translation.
+• Updated Spanish translation provided by Jose A. León Becerra.
index ece011db7df53506c2a063c3808ce822d0e73831..ab03d23bd5639d2be9653c8b066772a7807238a9 100644 (file)
@@ -1,19 +1,13 @@
-Privacy Browser protects your privacy by disabling JavaScript, DOM storage, and cookies by default, but providing quick methods to enable them for websites where they are required. Many websites use these technologies to track users between visits and across sites.
+Privacy Browser protects your privacy by disabling features like JavaScript, DOM storage, and cookies that are used by websites to track users.  Settings can be adjusted by domain and on-the-fly to enable these features when needed.  In addition, Privacy Browser incorporates the EasyList block lists, which block many tracking technologies even when JavaScript is enabled.
 
-Privacy Browser uses Android's built-in WebView to render web pages.  As such, it works best if you have updated to the latest version of WebView.
+Privacy Browser does not have tabbed browsing yet.  This is a planned feature for the 3.x series.
 
-Warning: Privacy Browser is susceptible to
-[https://www.stoutner.com/kitkat-security-problems/ MITM (Man In The Middle)
-attacks] when browsing insecure websites from devices running Android KitKat
-(version 4.4.x, API 19).
+Privacy Browser currently uses Android’s built-in WebView to render web pages.  As such, it works best when the latest version of WebView is installed.  In the 4.x series, Privacy Browser will switch to a forked version of Android’s WebView called Privacy WebView that will allow for advanced privacy features.
 
-Features:
-*Full screen browsing mode.
-*Integrated ad blocker.
-*Tor Orbot proxy support.
+Warning: Due to limitations in the OS, Privacy Browser is susceptible to MITM (Man In The Middle) attacks when browsing insecure websites from devices running Android KitKat (version 4.4.x, API 19).  More information about this issue is available at https://www.stoutner.com/kitkat-security-problems/.
 
-Planned features for future releases:
-*Upload of files to website.
-*Fine grained cookie management.
-*Fine grained DOM storage management.
-*Tabbed browsing.
+Features:
+• Tor Orbot proxy support.
+• SSL certificate pinning.
+• Full screen browsing mode.
+• Night mode.
index 87c125d4b11ac44167916deb3729a0356726bee8..28c92476e9f02a486360da46d586602ab27507ff 100644 (file)
Binary files a/fastlane/metadata/android/en/images/phoneScreenshots/04-OptionsMenu.png and b/fastlane/metadata/android/en/images/phoneScreenshots/04-OptionsMenu.png differ
diff --git a/fastlane/metadata/android/en/images/sevenInchScreenshots/05-NightMode.png b/fastlane/metadata/android/en/images/sevenInchScreenshots/05-NightMode.png
new file mode 100644 (file)
index 0000000..58cec84
Binary files /dev/null and b/fastlane/metadata/android/en/images/sevenInchScreenshots/05-NightMode.png differ
diff --git a/fastlane/metadata/android/es/changelogs/30.txt b/fastlane/metadata/android/es/changelogs/30.txt
new file mode 100644 (file)
index 0000000..217650f
--- /dev/null
@@ -0,0 +1,9 @@
+• Cambiar a EasyList para el bloqueo de publicidad y rastreo.
+• Añadir una actividad Ver Fuente.
+• Añadir un submenú Borrar datos al menú de opciones.
+• Corregir la opción Añadir a pantalla de inicio para ser compatible con Android Oreo.
+• Corregir el formato de color en el cuadro de texto URL.
+• Clarificar el lenguaje en la política de privacidad.
+• Traducción al español actualizada por Jose A. León Becerra.
+• Traducción al italiano actualizada por Francesco Buratti.
+• Traducción parcial al ruso.
index 64fb532dc6135c080dec1335009f80539c6bcda6..cbee73690f62266eb99628bc95d8dfb244273f6c 100644 (file)
@@ -1,15 +1,13 @@
-Navegador Privado protege tu privacidad al deshabilitar JavaScript, almacenamiento DOM y cookies por defecto. Asimismo, hay maneras fáciles de habilitarlos
-para las páginas web que lo requieran. Muchas páginas web usan estas tecnologías para rastrear a los usuarios entre visitas y a través de los sitios.
+Navegador Privado protege tu privacidad desactivando características como JavaScript, almacenamiento DOM y cookies que son utilizadas por los sitios web para rastrear a los usuarios.  La configuración se puede ajustar por dominio y sobre la marcha para habilitar estas funciones cuando sea necesario.  Además, Navegador Privado incorpora las listas de bloqueo EasyList, que bloquean muchas tecnologías de seguimiento incluso cuando JavaScript está habilitado.
 
-Navegador Privado usa el WebView proporcionado por Android para interpretar las páginas web, por lo que funciona mejor si tienes la versión actual de WebView.
+Navegador Privado aún no tiene navegación con pestañas.  Esta es una característica planificada para la serie 3. x.
 
-Aviso: Navegador Privado es susceptible de [https://www.stoutner.com/kitkat-security-problems/ ataques de Hombre En El Medio (MITM)] al navegar por páginas web inseguras con dispositivos que corren Android KitKat (versión 4.4.x, API 19).
+Navegador Privado actualmente utiliza el WebView que trae Android para renderizar páginas web.  Como tal, funciona mejor cuando se instala la última versión de WebView.  En la serie 4.x, Navegador Privado utilizará una versión bifurcada del WebView de android llamada Privacy WebView (Privacidad de WebView) que permitirá funciones avanzadas de privacidad.
 
-Funciones:
-*Modo de navegación a pantalla completa.
-*Bloqueador de anuncios integrado.
-*Opción de activar el funcionamiento con el proxy de Tor Orbot.
+Advertencia: Debido a las limitaciones del sistema operativo, Navegador Privado es susceptible a los ataques MITM (Man In The Middle/Hombre en medio) cuando navega por sitios web inseguros desde dispositivos que ejecutan Android KitKat (versión 4.4. x, API 19).  Más información sobre este tema está disponible en https://www.stoutner.com/kitkat-security-problems/.
 
-Funciones planeadas para versiones futuras:
-*Cargar archivos a las páginas web.
-*Pestañas de navegación.
+Características:
+• Soporte para proxy Tor Orbot.
+• Fijación de certificados SSL.
+• Modo de navegación a pantalla completa.
+• Modo nocturno.
index 42c82e00b68fd21510e1e15ce91bc4a9809799bc..9415eadf253a807242ec158cb38814ed715e19d5 100644 (file)
Binary files a/fastlane/metadata/android/es/images/phoneScreenshots/04-OptionsMenu.png and b/fastlane/metadata/android/es/images/phoneScreenshots/04-OptionsMenu.png differ
diff --git a/fastlane/metadata/android/es/images/sevenInchScreenshots/05-NightMode.png b/fastlane/metadata/android/es/images/sevenInchScreenshots/05-NightMode.png
new file mode 100644 (file)
index 0000000..2cf719c
Binary files /dev/null and b/fastlane/metadata/android/es/images/sevenInchScreenshots/05-NightMode.png differ
index 88b41ecc1d2dc5746a1f4521ea88042aa52e8b70..04f8242a062962c54217c91976b47748eb887b98 100644 (file)
@@ -1 +1 @@
-Un navegador web con enfoque en la privacidad.
+Un navegador web que respeta tu privacidad.
diff --git a/fastlane/metadata/android/it/changelogs/30.txt b/fastlane/metadata/android/it/changelogs/30.txt
new file mode 100644 (file)
index 0000000..8ea8a7d
--- /dev/null
@@ -0,0 +1,9 @@
+• Passaggio a EasyList per il blocco degli annunci e del tracciamento.
+• Aggiunta la possibilità di visualizzare la sorgente.
+• Inserito il sottomenù Cancella Datial menu delle opzioni.
+• Modificata l'opzione per aggiungere il collegamento nella schermata Home per essere compatibile con Android Oreo.
+• Corretta la formattazione del colore nel box dell'URL.
+• Chiarimento della privacy policy.
+• Aggiornamento della traduzione Italiana fornita da Francesco Buratti.
+• Traduzione parziale in Russio.
+• Aggiornamento della traduzione Spagnola fornita da Jose A. León Becerra.
index 91c552ebc6ee40b9a7749e6b59c264914d8a575c..942807885abebb3a7db3fee1d63706f24d4cac61 100644 (file)
@@ -1,16 +1,14 @@
-Privacy Browser protegge la privacy perchè disabilita di default JavaScript, il DOM storage, e i cookie, ma fornisce sistemi rapidi per la loro abilitazione per i siti web in cui sono richiesti. Molti siti web utilizzano queste tecnologie per tracciare gli utenti che li visitano.
+Privacy Browser protegge la privacy perchè disabilita funzionalità come JavaScript, DOM storage e i cookie, che sono utilizzati dai siti web per tracciare gli utenti.  Quando è necessario, le impostazioni possono però essere modificate per i singoli domini oppure globalmente in modo da abilitare queste funzionalità. In aggiunta, Privacy Browser include le block list di Easylist, che sono in grado di bloccare molte tecnologie di tracking anche con Javascript abilitato .
 
-Privacy Browser utilizza, per la visualizzazione delle pagine web, WebView nativo di Android. Per questo motivo il funzionamento è ottimale se Webview è aggiornato all'ultima versione.
+Privacy Browser non permette ancora la navigazione con tab. Questa funzionalità è prevista per le release della serie 3.x.
 
-Attenzione: Privacy Browser è vulnerabile agli [https://www.stoutner.com/kitkat-security-problems/ attacchi MITM (Man In The Middle)] quando si accede a siti non sicuri con dispositivi su cui è installato Android KitKat (versione 4.4.x, API 19).
+Privacy Browser utilizza, per la visualizzazione delle pagine web, WebView nativo di Android. Per questo motivo il funzionamento è ottimale se Webview è aggiornato all'ultima versione. Nella futura serie 4.x Privacy Browser utilizzerà una versione modificata di Webview denominata Privacy WebView che introdurrà funzionalità avanzate per la privacy.
 
-Funzionalità:
-*Navigazione a schermo intero.
-*Ad-blocker integrato.
-*Supporto per Tor Orbot proxy.
+Attenzione: Privacy Browser è vulnerabile agli attacchi MITM (Man In The Middle) quando si accede a siti non sicuri con dispositivi su cui è installato Android KitKat (versione 4.4.x, API 19).
+Per maggiori informazioni sul problema è possibile consultare: https://www.stoutner.com/kitkat-security-problems/
 
-Funzionalità previste per le prossime versioni:
-*Upload di file ai siti web.
-*Controllo fine dei cookie.
-*Controllo fine del DOM storage.
-*Navigazione con tab.
+Funzionalità:
+• Supporto per Tor Orbot proxy.
+• Possibilità di appuntare i certificati SSL.
+• Navigazione a schermo intero.
+• Modalità notte.
index e6298edf14b02184b400275d4d0ed372034f5245..082a777093e28079c1a97e1b9b97db41267a7b5d 100644 (file)
Binary files a/fastlane/metadata/android/it/images/phoneScreenshots/04-OptionsMenu.png and b/fastlane/metadata/android/it/images/phoneScreenshots/04-OptionsMenu.png differ
diff --git a/fastlane/metadata/android/it/images/sevenInchScreenshots/05-NightMode.png b/fastlane/metadata/android/it/images/sevenInchScreenshots/05-NightMode.png
new file mode 100644 (file)
index 0000000..242af9c
Binary files /dev/null and b/fastlane/metadata/android/it/images/sevenInchScreenshots/05-NightMode.png differ
index 3add828d6e17624426a6d27fe2bec75e9964b76f..78490cea4bde537fd63b27627842ec76f93f5b64 100644 (file)
@@ -1 +1 @@
-Il Browser che tutela la privacy.
+Il browser web che rispetta la tua privacy.
diff --git a/fastlane/metadata/android/ru/changelogs/30.txt b/fastlane/metadata/android/ru/changelogs/30.txt
new file mode 100644 (file)
index 0000000..6689ba5
--- /dev/null
@@ -0,0 +1,9 @@
+• Изменен список блокировки на EasyList для блокировки рекламы и отслеживания.
+• Добавлена опция просмотра исходного HTML.
+• Добавлена опция очистки данных в настройках.
+• Исправлена опция добавления ярлыка на домашний экран для совместимости с Android Oreo.
+• Исправлено форматирование цвета в строке ввода URL.
+• Уточнено описание политики конфиденциальности.
+• Добавлен частичный перевод на русских язык.
+• Обновлен перевод на итальянский язык, выполненный Франческо Буратти.
+• Обновлен перевод на испанский язык, выполненный Хосе А. Леон Безерра.
diff --git a/fastlane/metadata/android/ru/full_description.txt b/fastlane/metadata/android/ru/full_description.txt
new file mode 100644 (file)
index 0000000..022438a
--- /dev/null
@@ -0,0 +1,28 @@
+Privacy Browser защищает вашу конфиденциальность. В нем по умолчанию 
+отключены такие инструменты отслеживания, как JavaScript, DOM Storage и 
+cookies.  При необходимости их можно оперативно включить во время 
+просмотра сайта, либо добавить правило для нужного домена. Кроме того, в 
+Privacy Browser встроен список блокировки EasyList, который блокируют 
+многие технологии отслеживания даже при включенном JavaScript.
+
+Privacy Browser пока не имеет возможности открытия нескольких вкладок. 
+Появление данной опции запланировано в версии 3.x.
+
+В настоящее время Privacy Browser для отображения веб-страниц использует 
+встроенный в Android компонент WebView, поэтому лучшие результаты работы 
+браузера можно получить, используя последнюю версию этого компонента.  
+Начиная с версии 4.x Privacy Browser будет переключен на форк WebView 
+под названием Privacy WebView, который позволит использовать более 
+продвинутый функции обеспечения конфиденциальности.
+
+Внимание: из-за ограничений в ОС, Privacy Browser подвержен атакам MITM 
+(человек посередине) при просмотре незащищенных веб-сайтов с устройств 
+под управлением Android KitKat (версия 4.4.x, API 19).  Более подробная 
+информация об этой проблеме доступна на странице 
+https://www.stoutner.com/kitkat-security-problems/.
+
+Особенности:
+• Поддержка прокси-сервера Tor Orbot.
+• Закрепление SSL-сертификата.
+• Полноэкранный режим просмотра.
+• Ночной режим.
diff --git a/fastlane/metadata/android/ru/short_description.txt b/fastlane/metadata/android/ru/short_description.txt
new file mode 100644 (file)
index 0000000..ea94dc1
--- /dev/null
@@ -0,0 +1 @@
+Веб-браузер, уважающий вашу конфиденциальность.
diff --git a/fastlane/metadata/android/ru/title.txt b/fastlane/metadata/android/ru/title.txt
new file mode 100644 (file)
index 0000000..beb6030
--- /dev/null
@@ -0,0 +1 @@
+Privacy Browser