]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/it/about_privacy_policy.html
Combine the light and dark Guide and About pages. https://redmine.stoutner.com/issue...
[PrivacyBrowserAndroid.git] / app / src / main / assets / it / about_privacy_policy.html
index 7d40d4f3129f6a3eba7df937697137b2b0bf5195..e99d797b11f94d1a7b9b55a4d814d572db143185 100644 (file)
@@ -1,7 +1,7 @@
 <!--
-  Copyright 2017 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2018,2020 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>.
 
 <html>
     <head>
         <meta charset="UTF-8">
-        <style>
-            h3 {
-                color: 0D4781;
-            }
-
-            strong.red {
-                color: B71C1C;
-            }
-
-            strong.blue {
-                color: 1565C0;
-            }
-
-            item {
-                color: 1976D2;
-                font-weight: bold;
-            }
-        </style>
+
+        <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 non raccoglie alcuna informazione dagli utenti</strong>.</p>
+        <p><strong class="red">Privacy Browser non raccoglie alcuna informazione dagli utenti.</strong></p>
 
 
         <h3>Google Play</h3>
 
 
         <h3>Utilizzo delle informazioni</h3>
-        <p><strong class="red">Stoutner si riserva l'utilizzo di queste informazioni come supporto per lo sviluppo di Privacy Browser, ovvero per la correzione di bug o lo sviluppo di nuove funzionalità,
-            con la possibilità di condividerle con terze parti che forniscano assistenza per queste attività</strong>.
-            <strong class="blue">Stoutner non rivenderà o comunque non trasferirà mai nessuna informazione a terze parti che potrebbero utilizzarle a scopi pubblicitari o di marketing</strong>.</p>
+        <p><strong class="blue">Stoutner si riserva l'utilizzo di queste informazioni come supporto per lo sviluppo di Privacy Browser e per comunicazioni sullo stato del progetto verso gli utenti.</strong>
+            <strong class="red">Stoutner non rivenderà o comunque non trasferirà mai nessuna informazione a terze parti che potrebbero utilizzarle a scopi pubblicitari o di marketing.</strong></p>
 
         <hr />
-        <p style="text-align: center;"><em>Revisione 1.4, 20 Aprile 2017</em></p>
+        <p style="text-align: center;"><em>Revisione 1.7, 14 Maggio 2019</em></p>
     </body>
 </html>
\ No newline at end of file