]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/en/guide_overview.html
Create dark theme versions of Guide and About. Implements https://redmine.stoutner...
[PrivacyBrowserAndroid.git] / app / src / main / assets / en / guide_overview.html
diff --git a/app/src/main/assets/en/guide_overview.html b/app/src/main/assets/en/guide_overview.html
deleted file mode 100644 (file)
index e2d3786..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-<!--
-  Copyright © 2016-2017 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">
-        <style>
-            h3 {
-                color: 0D4781;
-            }
-        </style>
-    </head>
-
-    <body>
-        <h3>True Privacy</h3>
-
-        <p>Privacy Browser is designed to let you take as much control of your privacy as possible while still browsing the internet.
-            When a browser connects to a website, certain pieces of information which are necessary to facilitate the connection are transferred to the server.
-            For example, the server will receive your IP address and a port number, which are necessary for it to know where to send the response.
-            This information is often logged by the server, allowing the website developer to produce reports showing how often a webpage was loaded and how many different IP addresses accessed it.</p>
-
-        <p>However, most website operators want more information about their visitors, including tracking their web browsing across multiple websites.
-            There use many different techniques, including requesting or placing extra information on a user’s device, that facilitate this tracking.
-            Almost all browsers will voluntarily participate in this tracking without informing the user they are doing so.
-            Privacy Browser is designed to grant the user as much information and control over these tracking techniques as possible.</p>
-
-
-        <h3>Android’s WebView Limitations</h3>
-
-        <p>Privacy Browser uses Android’s built-in WebView to render websites. There are some limitations in the controls WebView exposes for managing privacy settings.
-            For example, it isn’t possible to enable some JavaScript commands while disabling others. In the future, Privacy Browser will switch to a custom WebView called <a href="https://www.stoutner.com/february-2017-roadmap/">Privacy WebView</a>.</p>
-    </body>
-</html>
\ No newline at end of file