]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/en/about_privacy_policy.html
First wrong button text in View Headers in night theme. https://redmine.stoutner...
[PrivacyBrowserAndroid.git] / app / src / main / assets / en / about_privacy_policy.html
index 849ab60f9281febbef8938d173b54d234bd9cb00..28c67fe8e3f416560402b339b830085aba92750d 100644 (file)
@@ -1,50 +1,38 @@
 <!--
-  Copyright 2016-2017 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2018,2020,2022 Soren Stoutner <soren@stoutner.com>.
 
-  This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+  This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
 
-  Privacy Browser is free software: you can redistribute it and/or modify
+  Privacy Browser Android 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,
+  Privacy Browser Android 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/>. -->
+  along with Privacy Browser Android.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <html>
     <head>
-        <style>
-            h3 {
-                color: 0D4781;
-            }
-
-            strong.red {
-                color: B71C1C;
-            }
-
-            strong.blue {
-                color: 1565C0;
-            }
-
-            item {
-                color: 1976D2;
-                font-weight: bold;
-            }
-        </style>
+        <meta charset="UTF-8">
+
+        <link rel="stylesheet" href="../css/theme.css">
+
+        <!-- Setting the color scheme instructs the WebView to respect `prefers-color-scheme` @media CSS. -->
+        <meta name="color-scheme" content="light dark">
     </head>
 
     <body>
         <h3>Privacy Browser</h3>
-        <p><strong class="red">Privacy Browser does not collect any user information</strong>.</p>
+        <p><strong class="red">Privacy Browser does not collect any user information.</strong></p>
 
 
         <h3>Google Play</h3>
-        <p>Google Play has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
+        <p>Google Play has its <a href="https://policies.google.com/privacy">own privacy policy</a>.
             Google provides <em>anonymized summary installation information</em> to developers, including the number of installs organized by the following categories.</p>
         <ul>
             <li><item>Android version</item> (eg. Android 7.1)</li>
@@ -58,7 +46,7 @@
 
 
         <h3>Google Play Ratings</h3>
-        <p>Google Play has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
+        <p>Google Play has its <a href="https://policies.google.com/privacy">own privacy policy</a>.
             Google provides developers with <em>anonymized summaries</em> of the following information related to user ratings.</p>
         <ul>
             <li><item>Country</item> (eg. United States)</li>
@@ -71,7 +59,7 @@
 
 
         <h3>Google Play Reviews</h3>
-        <p>Google Play has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
+        <p>Google Play has its <a href="https://policies.google.com/privacy">own privacy policy</a>.
             In addition to the name of the reviewer, the rating, and the text of the review (which are all available publicly), Google provides some or all of the following information to the developer.</p>
         <ul>
             <li><item>Version code</item> (eg. 7)</li>
 
 
         <h3>Use of Information</h3>
-        <p><strong class="red">Stoutner may use this information in any way that assists in the development of Privacy Browser, like troubleshooting bug reports or developing features, including sharing the information with a third party to assist in this process</strong>.
-            <strong class="blue">Stoutner will never sell this information nor transfer it to any third party that would use it for advertising or marketing</strong>.</p>
+        <p><strong class="blue">Stoutner may use this information to assist in the development of Privacy Browser and communicate the status of the project to users.</strong>
+            <strong class="red">Stoutner will never sell this information nor transfer it to any third party that would use it for advertising or marketing.</strong></p>
 
         <hr />
-        <p style="text-align: center;"><em>Revision 1.4, 20 April 2017</em></p>
+        <p style="text-align: center;"><em>Revision 1.7, 14 May 2019</em></p>
     </body>
 </html>
\ No newline at end of file