--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="WizardSettings">
+ <option name="children">
+ <map>
+ <entry key="imageWizard">
+ <value>
+ <PersistentState>
+ <option name="children">
+ <map>
+ <entry key="imageAssetPanel">
+ <value>
+ <PersistentState>
+ <option name="children">
+ <map>
+ <entry key="launcher">
+ <value>
+ <PersistentState>
+ <option name="children">
+ <map>
+ <entry key="foregroundImage">
+ <value>
+ <PersistentState>
+ <option name="values">
+ <map>
+ <entry key="scalingPercent" value="80" />
+ <entry key="trimmed" value="true" />
+ </map>
+ </option>
+ </PersistentState>
+ </value>
+ </entry>
+ </map>
+ </option>
+ <option name="values">
+ <map>
+ <entry key="backgroundAssetType" value="COLOR" />
+ <entry key="backgroundColor" value="ffffff" />
+ <entry key="foregroundImage" value="$USER_HOME$/ownCloud/Android/Privacy Browser/Icons/Privacy Browser Free/Privacy Browser Free - Font to Path.svg" />
+ <entry key="previewDensity" value="XXXHIGH" />
+ </map>
+ </option>
+ </PersistentState>
+ </value>
+ </entry>
+ </map>
+ </option>
+ </PersistentState>
+ </value>
+ </entry>
+ </map>
+ </option>
+ </PersistentState>
+ </value>
+ </entry>
+ <entry key="vectorWizard">
+ <value>
+ <PersistentState />
+ </value>
+ </entry>
+ </map>
+ </option>
+ </component>
+</project>
\ No newline at end of file
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:design:27.0.2'
// Only compile `com.google.firebase:firebase-ads` for the free flavor.
- freeImplementation 'com.google.firebase:firebase-ads:12.0.1'
+ freeImplementation 'com.google.firebase:firebase-ads:15.0.0'
}
// Google's documentation says the following line is required for `firebase-ads` but things work correctly without it.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<!--
Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
- Translation 2017 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+ Translation 2017-2018 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>
<p>Requerido para añadir accesos directos de páginas web en el escritorio.</p>
- <h3>Write storage</h3>
+ <h3>Almacenamiento de escritura</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE"> android.permission.WRITE_EXTERNAL_STORAGE</a></p>
- <p>Required to download files to the public download folder.
- On Android Marshmallow (API 23) and newer, if this permission is denied Privacy Browser will store downloads in the app’s download folder instead.</p>
+ <p>Requerido para descargar archivos a la carpeta de descarga pública.
+ En Android Marshmallow (API 23) y posteriores, si se niega este permiso, Navegador Privado almacenará las descargas en la carpeta de descargas de la aplicación.</p>
<br/>
<hr/>
<!--
Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
- Translation 2017 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
+ Translation 2017-2018 Jose A. León Becerra. Copyright assigned to Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>
<p>Requerido para añadir accesos directos de páginas web en el escritorio.</p>
- <h3>Write storage</h3>
+ <h3>Almacenamiento de escritura</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE"> android.permission.WRITE_EXTERNAL_STORAGE</a></p>
- <p>Required to download files to the public download folder.
- On Android Marshmallow (API 23) and newer, if this permission is denied Privacy Browser will store downloads in the app’s download folder instead.</p>
+ <p>Requerido para descargar archivos a la carpeta de descarga pública.
+ En Android Marshmallow (API 23) y posteriores, si se niega este permiso, Navegador Privado almacenará las descargas en la carpeta de descargas de la aplicación.</p>
<br/>
<hr/>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<!--
Copyright © 2017-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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>
<p>E' richiesto per poter creare collegamenti a siti web sulla schermata principale del dispositivo.</p>
- <h3>Write storage</h3>
+ <h3>Scrittura sulla memoria</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE"> android.permission.WRITE_EXTERNAL_STORAGE</a></p>
- <p>Required to download files to the public download folder.
- On Android Marshmallow (API 23) and newer, if this permission is denied Privacy Browser will store downloads in the app’s download folder instead.</p>
+ <p>E' richiesto per scaricare file nella cartella pubblica di download.
+ In Android Marshmallow (API 23) e successivi, se questo permesso è negato Privacy Browser salverà i file scaricati nella cartella di download dell'applicazione.</p>
<br/>
<hr/>
<!--
Copyright © 2017-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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>
<p>E' richiesto per poter creare collegamenti a siti web sulla schermata principale del dispositivo.</p>
- <h3>Write storage</h3>
+ <h3>Scrittura sulla memoria</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE"> android.permission.WRITE_EXTERNAL_STORAGE</a></p>
- <p>Required to download files to the public download folder.
- On Android Marshmallow (API 23) and newer, if this permission is denied Privacy Browser will store downloads in the app’s download folder instead.</p>
+ <p>E' richiesto per scaricare file nella cartella pubblica di download.
+ In Android Marshmallow (API 23) e successivi, se questo permesso è negato Privacy Browser salverà i file scaricati nella cartella di download dell'applicazione.</p>
<br/>
<hr/>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3>Have full network access</h3>
+ <h3>Полный доступ к сети</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INTERNET">android.permission.INTERNET</a></p>
- <p>Required for the WebView to access the internet. Without this permission, Privacy Browser would be “No Browser: Protecting Your Privacy by Staying Completely Off the Internet”.</p>
+ <p>Требуется WebView для доступа в Интернет. Без этого разрешения Privacy Browser будет отображать “Нет браузера: ваша конфиденциальность защищена, находясь за пределами интернета”.</p>
- <h3>Install shortcuts</h3>
+ <h3>Установка ярлыков</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>
- <p>Required to add shortcuts for websites to the launcher desktop.</p>
+ <p>Требуется для добавления ярлыков веб-сайтов на рабочий стол.</p>
- <h3>Write storage</h3>
+ <h3>Доступ к хранилищу</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE"> android.permission.WRITE_EXTERNAL_STORAGE</a></p>
- <p>Required to download files to the public download folder.
- On Android Marshmallow (API 23) and newer, if this permission is denied Privacy Browser will store downloads in the app’s download folder instead.</p>
+ <p>Требуется для загрузки файлов в общую папку загрузок.
+ В Android Marshmallow (API 23) и новее, если это разрешение получено не будет, Privacy Browser для загрузок будет использовать папку приложения.</p>
<br/>
<hr/>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3>Have full network access</h3>
+ <h3>Полный доступ к сети</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INTERNET">android.permission.INTERNET</a></p>
- <p>Required for the WebView to access the internet. Without this permission, Privacy Browser would be “No Browser: Protecting Your Privacy by Staying Completely Off the Internet”.</p>
+ <p>Требуется WebView для доступа в Интернет. Без этого разрешения Privacy Browser будет отображать “Нет браузера: ваша конфиденциальность защищена, находясь за пределами интернета”.</p>
- <h3>Install shortcuts</h3>
+ <h3>Установка ярлыков</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#INSTALL_SHORTCUT">com.android.launcher.permission.INSTALL_SHORTCUT</a></p>
- <p>Required to add shortcuts for websites to the launcher desktop.</p>
+ <p>Требуется для добавления ярлыков веб-сайтов на рабочий стол.</p>
- <h3>Write storage</h3>
+ <h3>Доступ к хранилищу</h3>
<p><a href="https://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE"> android.permission.WRITE_EXTERNAL_STORAGE</a></p>
- <p>Required to download files to the public download folder.
- On Android Marshmallow (API 23) and newer, if this permission is denied Privacy Browser will store downloads in the app’s download folder instead.</p>
+ <p>Требуется для загрузки файлов в общую папку загрузок.
+ В Android Marshmallow (API 23) и новее, если это разрешение получено не будет, Privacy Browser для загрузок будет использовать папку приложения.</p>
<br/>
<hr/>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3>Privacy Browser Free</h3>
- <p><strong class="red">Privacy Browser Free does not collect any user information</strong>.</p>
+ <h3>Privacy Browser</h3>
+ <p><strong class="red">Privacy Browser не собирает никакой информации о пользователе.</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>.
- Google provides <em>anonymized summary installation information</em> to developers, including the number of installs organized by the following categories.</p>
+ <p>Google Play имеет <a href="https://www.google.com/intl/en/policies/privacy/">собственную политику конфиденциальности</a>.
+ Google предоставляет разработчикам <em>анонимную итоговую информацию об установке</em>, в том числе количество установок, организованных по следующим категориям.</p>
<ul>
- <li><item>Android version</item> (eg. Android 7.1)</li>
- <li><item>Device</item> (eg. Samsung Galaxy S6 [zeroflte])</li>
- <li><item>Tablets</item> (eg. Tablets 10" and above)</li>
- <li><item>Country</item> (eg. United States)</li>
- <li><item>Language</item> (eg. English [United States])</li>
- <li><item>App version</item> (eg. 14)</li>
- <li><item>Carrier</item> (eg. T-Mobile - US)</li>
+ <li><item>Версия Android</item> (напр. Android 7.1)</li>
+ <li><item>Устройство</item> (напр. Samsung Galaxy S6 [zeroflte])</li>
+ <li><item>Планшеты</item> (напр. Tablets 10" и выше)</li>
+ <li><item>Страна</item> (напр. Russian Federation)</li>
+ <li><item>Язык</item> (напр. Russian)</li>
+ <li><item>Версия приложения</item> (напр. 14)</li>
+ <li><item>Оператор</item> (напр. Beeline - RU)</li>
</ul>
- <h3>Google Play Ratings</h3>
- <p>Google Play has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
- Google provides developers with <em>anonymized summaries</em> of the following information related to user ratings.</p>
+ <h3>Рейтинги Google Play</h3>
+ <p>Google Play имеет <a href="https://www.google.com/intl/en/policies/privacy/">собственную политику конфиденциальности</a>.
+ Google предоставляет разработчикам <em>анонимные сводки</em> следующей информации, относящейся к пользовательским рейтингам.</p>
<ul>
- <li><item>Country</item> (eg. United States)</li>
- <li><item>Language</item> (eg. English)</li>
- <li><item>App version</item> (eg. 14)</li>
- <li><item>Android version</item> (eg. Android 7.1)</li>
- <li><item>Device</item> (eg. Google Nexus 5X [bullhead])</li>
- <li><item>Tablets</item> (eg. Tablets 10" and above)</li>
+ <li><item>Страна</item> (напр. Russian Federation)</li>
+ <li><item>Язык</item> (напр. Russian)</li>
+ <li><item>Версия приложения</item> (напр. 14)</li>
+ <li><item>Версия Android</item> (напр. Android 7.1)</li>
+ <li><item>Устройство</item> (напр. Google Nexus 5X [bullhead])</li>
+ <li><item>Планшеты</item> (напр. Tablets 10" и выше)</li>
</ul>
- <h3>Google Play Reviews</h3>
- <p>Google Play has its <a href="https://www.google.com/intl/en/policies/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>
+ <h3>Отзывы Google Play</h3>
+ <p>Google Play имеет <a href="https://www.google.com/intl/en/policies/privacy/">собственную политику конфиденциальности</a>.
+ Помимо имени автора отзыва, рейтинга и текста отзыва (все они доступны публично), Google предоставляет разработчику некоторую или всю следующую информацию.</p>
<ul>
- <li><item>Version code</item> (eg. 7)</li>
- <li><item>Version name</item> (eg. 1.6)</li>
- <li><item>Android version</item> (eg. Android 5.1)</li>
- <li><item>Device</item> (eg. Galaxy S6 Edge+ [zenlte])</li>
- <li><item>Manufacturer</item> (eg. Samsung)</li>
- <li><item>Device type</item> (eg. Phone)</li>
- <li><item>CPU make</item> (eg. Samsung)</li>
- <li><item>CPU model</item> (eg. Exynos 7420)</li>
- <li><item>Screen density</item> (eg. 560 dpi)</li>
- <li><item>Screen size</item> (eg. 2560 x 1440)</li>
- <li><item>RAM</item> (eg. 4096 MB)</li>
- <li><item>Native platform</item> (eg. armeabi-v7a,armeabi,arm64v8a)</li>
- <li><item>OpenGL ES version</item> (eg. 3.1)</li>
- <li><item>Device language</item> (eg. English)</li>
+ <li><item>Код версии</item> (напр. 7)</li>
+ <li><item>Имя версии</item> (напр. 1.6)</li>
+ <li><item>Версия Android</item> (напр. Android 5.1)</li>
+ <li><item>Устройство</item> (напр. Galaxy S6 Edge+ [zenlte])</li>
+ <li><item>Производитель</item> (напр. Samsung)</li>
+ <li><item>Тип устройства</item> (напр. Phone)</li>
+ <li><item>Производитель CPU</item> (напр. Samsung)</li>
+ <li><item>Модель CPU</item> (напр. Exynos 7420)</li>
+ <li><item>Разрешение экрана</item> (напр. 560 dpi)</li>
+ <li><item>Размер экрана</item> (напр. 2560 x 1440)</li>
+ <li><item>ОЗУ</item> (напр. 4096 MB)</li>
+ <li><item>Собственная платформа</item> (напр. armeabi-v7a,armeabi,arm64v8a)</li>
+ <li><item>Версия OpenGL ES</item> (напр. 3.1)</li>
+ <li><item>Язык устройства</item> (напр. Russian)</li>
</ul>
</ul>
- <h3>Direct Communications</h3>
- <p>Users may choose to send direct communications to Stoutner, like email messages and comments on <a href="https://www.stoutner.com/">stoutner.com</a>.</p>
+ <h3>Прямая связь</h3>
+ <p>Пользователи могут отправлять прямые сообщения Stoutner, такие как сообщения электронной почты и комментарии на <a href="https://www.stoutner.com/">stoutner.com</a>.</p>
- <h3>Use of Information</h3>
- <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>
+ <h3>Использование информации</h3>
+ <p><strong class="blue">Stoutner может использовать эту информацию, чтобы помочь в разработке Privacy Browser и сообщать о статусе проекта пользователям.</strong>
+ <strong class="red">Stoutner никогда не будет продавать эту информацию и передавать ее какой-либо третьей стороне, которая будет использовать ее для рекламы или маркетинга.</strong></p>
<hr />
- <p style="text-align: center;"><em>Revision 1.5, 11 January 2018</em></p>
+ <p style="text-align: center;"><em>Ревизия 1.5, 11 января 2018</em></p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3>Privacy Browser Free</h3>
- <p><strong class="red">Privacy Browser Free does not collect any user information</strong>.</p>
+ <h3>Privacy Browser</h3>
+ <p><strong class="red">Privacy Browser не собирает никакой информации о пользователе.</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>.
- Google provides <em>anonymized summary installation information</em> to developers, including the number of installs organized by the following categories.</p>
+ <p>Google Play имеет <a href="https://www.google.com/intl/en/policies/privacy/">собственную политику конфиденциальности</a>.
+ Google предоставляет разработчикам <em>анонимную итоговую информацию об установке</em>, в том числе количество установок, организованных по следующим категориям.</p>
<ul>
- <li><item>Android version</item> (eg. Android 7.1)</li>
- <li><item>Device</item> (eg. Samsung Galaxy S6 [zeroflte])</li>
- <li><item>Tablets</item> (eg. Tablets 10" and above)</li>
- <li><item>Country</item> (eg. United States)</li>
- <li><item>Language</item> (eg. English [United States])</li>
- <li><item>App version</item> (eg. 14)</li>
- <li><item>Carrier</item> (eg. T-Mobile - US)</li>
+ <li><item>Версия Android</item> (напр. Android 7.1)</li>
+ <li><item>Устройство</item> (напр. Samsung Galaxy S6 [zeroflte])</li>
+ <li><item>Планшеты</item> (напр. Tablets 10" и выше)</li>
+ <li><item>Страна</item> (напр. Russian Federation)</li>
+ <li><item>Язык</item> (напр. Russian)</li>
+ <li><item>Версия приложения</item> (напр. 14)</li>
+ <li><item>Оператор</item> (напр. Beeline - RU)</li>
</ul>
- <h3>Google Play Ratings</h3>
- <p>Google Play has its <a href="https://www.google.com/intl/en/policies/privacy/">own privacy policy</a>.
- Google provides developers with <em>anonymized summaries</em> of the following information related to user ratings.</p>
+ <h3>Рейтинги Google Play</h3>
+ <p>Google Play имеет <a href="https://www.google.com/intl/en/policies/privacy/">собственную политику конфиденциальности</a>.
+ Google предоставляет разработчикам <em>анонимные сводки</em> следующей информации, относящейся к пользовательским рейтингам.</p>
<ul>
- <li><item>Country</item> (eg. United States)</li>
- <li><item>Language</item> (eg. English)</li>
- <li><item>App version</item> (eg. 14)</li>
- <li><item>Android version</item> (eg. Android 7.1)</li>
- <li><item>Device</item> (eg. Google Nexus 5X [bullhead])</li>
- <li><item>Tablets</item> (eg. Tablets 10" and above)</li>
+ <li><item>Страна</item> (напр. Russian Federation)</li>
+ <li><item>Язык</item> (напр. Russian)</li>
+ <li><item>Версия приложения</item> (напр. 14)</li>
+ <li><item>Версия Android</item> (напр. Android 7.1)</li>
+ <li><item>Устройство</item> (напр. Google Nexus 5X [bullhead])</li>
+ <li><item>Планшеты</item> (напр. Tablets 10" и выше)</li>
</ul>
- <h3>Google Play Reviews</h3>
- <p>Google Play has its <a href="https://www.google.com/intl/en/policies/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>
+ <h3>Отзывы Google Play</h3>
+ <p>Google Play имеет <a href="https://www.google.com/intl/en/policies/privacy/">собственную политику конфиденциальности</a>.
+ Помимо имени автора отзыва, рейтинга и текста отзыва (все они доступны публично), Google предоставляет разработчику некоторую или всю следующую информацию.</p>
<ul>
- <li><item>Version code</item> (eg. 7)</li>
- <li><item>Version name</item> (eg. 1.6)</li>
- <li><item>Android version</item> (eg. Android 5.1)</li>
- <li><item>Device</item> (eg. Galaxy S6 Edge+ [zenlte])</li>
- <li><item>Manufacturer</item> (eg. Samsung)</li>
- <li><item>Device type</item> (eg. Phone)</li>
- <li><item>CPU make</item> (eg. Samsung)</li>
- <li><item>CPU model</item> (eg. Exynos 7420)</li>
- <li><item>Screen density</item> (eg. 560 dpi)</li>
- <li><item>Screen size</item> (eg. 2560 x 1440)</li>
- <li><item>RAM</item> (eg. 4096 MB)</li>
- <li><item>Native platform</item> (eg. armeabi-v7a,armeabi,arm64v8a)</li>
- <li><item>OpenGL ES version</item> (eg. 3.1)</li>
- <li><item>Device language</item> (eg. English)</li>
+ <li><item>Код версии</item> (напр. 7)</li>
+ <li><item>Имя версии</item> (напр. 1.6)</li>
+ <li><item>Версия Android</item> (напр. Android 5.1)</li>
+ <li><item>Устройство</item> (напр. Galaxy S6 Edge+ [zenlte])</li>
+ <li><item>Производитель</item> (напр. Samsung)</li>
+ <li><item>Тип устройства</item> (напр. Phone)</li>
+ <li><item>Производитель CPU</item> (напр. Samsung)</li>
+ <li><item>Модель CPU</item> (напр. Exynos 7420)</li>
+ <li><item>Разрешение экрана</item> (напр. 560 dpi)</li>
+ <li><item>Размер экрана</item> (напр. 2560 x 1440)</li>
+ <li><item>ОЗУ</item> (напр. 4096 MB)</li>
+ <li><item>Собственная платформа</item> (напр. armeabi-v7a,armeabi,arm64v8a)</li>
+ <li><item>Версия OpenGL ES</item> (напр. 3.1)</li>
+ <li><item>Язык устройства</item> (напр. Russian)</li>
</ul>
</ul>
- <h3>Direct Communications</h3>
- <p>Users may choose to send direct communications to Stoutner, like email messages and comments on <a href="https://www.stoutner.com/">stoutner.com</a>.</p>
+ <h3>Прямая связь</h3>
+ <p>Пользователи могут отправлять прямые сообщения Stoutner, такие как сообщения электронной почты и комментарии на <a href="https://www.stoutner.com/">stoutner.com</a>.</p>
- <h3>Use of Information</h3>
- <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>
+ <h3>Использование информации</h3>
+ <p><strong class="blue">Stoutner может использовать эту информацию, чтобы помочь в разработке Privacy Browser и сообщать о статусе проекта пользователям.</strong>
+ <strong class="red">Stoutner никогда не будет продавать эту информацию и передавать ее какой-либо третьей стороне, которая будет использовать ее для рекламы или маркетинга.</strong></p>
<hr />
- <p style="text-align: center;"><em>Revision 1.5, 11 January 2018</em></p>
+ <p style="text-align: center;"><em>Ревизия 1.5, 11 января 2018</em></p>
</body>
</html>
\ No newline at end of file
--- /dev/null
+<!-- `privacy_browser_foreground.xml` is derived from `ic_security` and `ic_language`, which are part of the Android Material icon set. They are released under the Apache License 2.0.
+ Modifications copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>. The resulting image is released under the GPLv3+ license. -->
+
+<vector
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="108dp"
+ android:height="108dp"
+ android:viewportWidth="523.63635"
+ android:viewportHeight="523.63635" >
+
+ <group android:translateX="133.81818"
+ android:translateY="133.81818" >
+
+ <path
+ android:pathData="m128,12.8 l-94.255,41.891v62.836c0,58.124 40.215,112.477 94.255,125.673 54.039,-13.196 94.255,-67.549 94.255,-125.673v-62.836z"
+ android:fillColor="#0d4781"
+ android:strokeColor="#00000000"
+ android:fillAlpha="1" />
+
+ <path
+ android:pathData="m128,0 l-104.727,46.545v69.818C23.273,180.945 67.956,241.338 128,256 188.044,241.338 232.727,180.945 232.727,116.364v-69.818zM128,127.884h81.455C203.287,175.825 171.287,218.531 128,231.913L128,128L46.545,128L46.545,61.673L128,25.484Z"
+ android:fillColor="#1976d2"
+ android:strokeColor="#00000000"
+ android:fillAlpha="1" />
+
+ <path
+ android:pathData="m127.92,48.214c-44.042,0 -79.706,35.744 -79.706,79.786 0,44.042 35.664,79.786 79.706,79.786 44.121,0 79.865,-35.744 79.865,-79.786 0,-44.042 -35.744,-79.786 -79.865,-79.786zM183.212,96.086h-23.537c-2.553,-9.973 -6.223,-19.547 -11.01,-28.404 14.681,5.026 26.888,15.239 34.547,28.404zM128,64.491c6.622,9.574 11.808,20.186 15.239,31.595h-30.478c3.431,-11.409 8.617,-22.021 15.239,-31.595zM66.246,143.957C64.969,138.851 64.172,133.505 64.172,128c0,-5.505 0.798,-10.851 2.074,-15.957h26.968c-0.638,5.266 -1.117,10.532 -1.117,15.957 0,5.425 0.479,10.691 1.117,15.957zM72.788,159.914L96.325,159.914c2.553,9.973 6.223,19.547 11.01,28.404C92.655,183.291 80.448,173.159 72.788,159.914ZM96.325,96.086L72.788,96.086c7.659,-13.244 19.867,-23.377 34.547,-28.404 -4.787,8.856 -8.457,18.43 -11.01,28.404zM128,191.509c-6.622,-9.574 -11.808,-20.186 -15.239,-31.595h30.478C139.808,171.324 134.622,181.935 128,191.509ZM146.67,143.957h-37.34c-0.718,-5.266 -1.277,-10.532 -1.277,-15.957 0,-5.425 0.559,-10.771 1.277,-15.957h37.34c0.718,5.186 1.277,10.532 1.277,15.957 0,5.425 -0.558,10.691 -1.277,15.957zM148.664,188.318c4.787,-8.856 8.457,-18.43 11.01,-28.404h23.537c-7.659,13.165 -19.867,23.377 -34.547,28.404zM162.786,143.957c0.638,-5.266 1.117,-10.532 1.117,-15.957 0,-5.425 -0.479,-10.691 -1.117,-15.957h26.968c1.277,5.106 2.074,10.452 2.074,15.957 0,5.505 -0.798,10.851 -2.074,15.957z"
+ android:fillColor="#ffffff"
+ android:fillAlpha="1" />
+
+ <path
+ android:pathData="M50.491,201.267h155.02v54.763h-155.02z"
+ android:strokeAlpha="1"
+ android:strokeWidth="0.74080104"
+ android:fillColor="#b71c1c"
+ android:strokeColor="#00000000"
+ android:fillAlpha="1" />
+
+ <path
+ android:pathData="m65.675,212.543h24.609v6.921L75.672,219.465v5.625h12.48v6.504L75.672,231.593L75.672,244.755h-9.998z"
+ android:strokeAlpha="1"
+ android:strokeLineJoin="miter"
+ android:strokeWidth="1"
+ android:fillColor="#ffffff"
+ android:strokeColor="#00000000"
+ android:fillAlpha="1"
+ android:strokeLineCap="butt" />
+
+ <path
+ android:pathData="M95.821,244.755L95.821,212.543L112.41,212.543q4.614,0 7.053,0.791 2.439,0.791 3.933,2.944 1.494,2.131 1.494,5.208 0,2.681 -1.143,4.636 -1.143,1.934 -3.142,3.142 -1.274,0.769 -3.494,1.274 1.78,0.593 2.593,1.187 0.549,0.396 1.582,1.692 1.055,1.296 1.406,2l4.812,9.338h-11.25l-5.317,-9.844q-1.011,-1.912 -1.802,-2.483 -1.077,-0.747 -2.439,-0.747L105.819,231.681L105.819,244.755ZM105.819,225.595h4.197q0.681,0 2.637,-0.439 0.989,-0.198 1.604,-1.011 0.637,-0.813 0.637,-1.868 0,-1.56 -0.989,-2.395 -0.989,-0.835 -3.713,-0.835h-4.373z"
+ android:strokeAlpha="1"
+ android:strokeLineJoin="miter"
+ android:strokeWidth="1"
+ android:fillColor="#ffffff"
+ android:strokeColor="#00000000"
+ android:fillAlpha="1"
+ android:strokeLineCap="butt" />
+
+ <path
+ android:pathData="m130.648,212.543h26.675v6.877h-16.699v5.12h15.491v6.57L140.623,231.11L140.623,237.46h17.183v7.295h-27.158z"
+ android:strokeAlpha="1"
+ android:strokeLineJoin="miter"
+ android:strokeWidth="1"
+ android:fillColor="#ffffff"
+ android:strokeColor="#00000000"
+ android:fillAlpha="1"
+ android:strokeLineCap="butt" />
+
+ <path
+ android:pathData="m163.167,212.543h26.675v6.877h-16.699v5.12h15.491v6.57L173.143,231.11L173.143,237.46h17.183v7.295h-27.158z"
+ android:strokeAlpha="1"
+ android:strokeLineJoin="miter"
+ android:strokeWidth="1"
+ android:fillColor="#ffffff"
+ android:strokeColor="#00000000"
+ android:fillAlpha="1"
+ android:strokeLineCap="butt" />
+ </group>
+</vector>
--- /dev/null
+/*
+ * Copyright © 2017-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/>.
+ */
+
+/* Gray 850 */
+body {
+ background-color: #313131;
+ color: #BDBDBD;
+}
+
+/* Blue 700 */
+a {
+ color: #1976D2;
+ text-decoration: none;
+}
+
+/* Blue 600 */
+h3 {
+ color: #1E88E5;
+}
+
+/* Half of Red 900 */
+strong.red {
+ color: #A71919;
+}
+
+/* Blue 400 */
+strong.blue {
+ color: #42A5F5;
+}
+
+/* Blue 400 */
+item {
+ color: #42A5F5;
+ font-weight: bold;
+}
+
+img.inline {
+ height: 16;
+ width: 16;
+}
+
+img.title {
+ vertical-align: bottom;
+ height: 32;
+ width: 32;
+}
+
+img.icon {
+ vertical-align: middle;
+ height: 32;
+ width: 32;
+}
+
+img.left {
+ float: left;
+ height: 32;
+ width: 32;
+}
+
+/* An image must be a block to be centered. */
+img.center {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ height: 640;
+ width: 360;
+}
+
+
+/* center21 is for screenshots that have a 2:1 aspect ration (so called 18:9) */
+/* An image must be a block to be centered. */
+img.center21 {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ height: 720;
+ width: 360;
+}
\ No newline at end of file
--- /dev/null
+/*
+ * Copyright © 2017-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/>.
+ */
+
+/* Blue 700 */
+a {
+ color: #1976D2;
+ text-decoration: none;
+}
+
+/* Blue 900 */
+h3 {
+ color: #0D47A1;
+}
+
+/* Red 900 */
+strong.red {
+ color: #B71C1C;
+}
+
+/* Blue 800 */
+strong.blue {
+ color: #1565C0;
+}
+
+/* Blue 700 */
+item {
+ color: #1976D2;
+ font-weight: bold;
+}
+
+img.inline {
+ height: 16;
+ width: 16;
+}
+
+img.title {
+ vertical-align: bottom;
+ height: 32;
+ width: 32;
+}
+
+img.icon {
+ vertical-align: middle;
+ height: 32;
+ width: 32;
+}
+
+img.left {
+ float: left;
+ height: 32;
+ width: 32;
+}
+
+/* An image must be a block to be centered. */
+img.center {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ height: 640;
+ width: 360;
+}
+
+
+/* center21 is for screenshots that have a 2:1 aspect ration (so called 18:9) */
+/* An image must be a block to be centered. */
+img.center21 {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ height: 720;
+ width: 360;
+}
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
which is released under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.</p>
<h3>Icons</h3>
- <p><img class="left" src="../en/images/privacy_browser.png"> <img class="left" src="../en/images/privacy_browser_free.png"> <img class="left" src="../en/images/warning.png">
- <img class="left" src="../en/images/javascript_enabled.png"> are derived from ic_security and ic_language, which are part of the
+ <p><img class="left" src="../shared_images/privacy_browser.png"> <img class="left" src="../shared_images/privacy_browser_free.png"> <img class="left" src="../shared_images/warning.png">
+ <img class="left" src="../shared_images/javascript_enabled.png"> are derived from ic_security and ic_language, which are part of the
<a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
The full text of the license is below. Modifications copyright © 2016 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting images are released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/move_to_folder_dark.png"> is derived from elements of ic_folder and ic_exit_to_app, which are part of the
+ <p><img class="left" src="../shared_images/move_to_folder_dark.png"> is derived from elements of ic_folder and ic_exit_to_app, which are part of the
<a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/create_bookmark_dark.png"> is derived from elements of ic_bookmark and ic_create_new_folder, which are part of the
+ <p><img class="left" src="../shared_images/create_bookmark_dark.png"> is derived from elements of ic_bookmark and ic_create_new_folder, which are part of the
<a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/create_folder_dark.png"> is derived from ic_create_new_folder, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+ <p><img class="left" src="../shared_images/create_folder_dark.png"> is derived from ic_create_new_folder, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/clear_and_exit_dark.png"> is derived from ic_exit_to_app, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+ <p><img class="left" src="../shared_images/clear_and_exit_dark.png"> is derived from ic_exit_to_app, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/night_mode_dark.png"> is derived from ic_compare, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+ <p><img class="left" src="../shared_images/night_mode_dark.png"> is derived from ic_compare, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/orbot_dark.png"> orbot is a modified version of
+ <p><img class="left" src="../shared_images/orbot_dark.png"> orbot is a modified version of
<a href="https://gitweb.torproject.org/orbot.git/tree/app/src/main/res/drawable-xxxhdpi/ic_stat_tor.png">the status icon from the Orbot project</a>,
which is copyright 2009-2010 Nathan Freitas, The Guardian Project. It is released under the <a href="https://gitweb.torproject.org/orbot.git/tree/LICENSE">3-clause BSD license</a>.
The full text of the license is below. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/cookie_dark.png"> cookie was created by Google. It is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
+ <p><img class="left" src="../shared_images/cookie_dark.png"> cookie was created by Google. It is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
and can be downloaded from <a href="https://materialdesignicons.com/icon/cookie">Material Design Icons</a>.
It is unchanged except for layout information like color and size.</p>
<p>The following icons come from the <a href="https://material.io/icons/">Android Material icon set</a>,
which is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
They are unchanged except for layout information like color and size. Some of them have been renamed to match their use in the code. The original icons and names are shown below.</p>
- <p><img class="icon" src="../en/images/ic_add_dark.png"> ic_add.</p>
- <p><img class="icon" src="../en/images/ic_arrow_back_dark.png"> ic_arrow_back.</p>
- <p><img class="icon" src="../en/images/ic_arrow_forward_dark.png"> ic_arrow_forward.</p>
- <p><img class="icon" src="../en/images/ic_bookmark_border_dark.png"> ic_bookmark_border.</p>
- <p><img class="icon" src="../en/images/ic_bug_report_dark.png"> ic_bug_report.</p>
- <p><img class="icon" src="../en/images/ic_call_to_action_dark.png"> ic_call_to_action.</p>
- <p><img class="icon" src="../en/images/ic_chrome_reader_mode_dark.png"> ic_chrome_reader_mode.</p>
- <p><img class="icon" src="../en/images/ic_close_dark.png"> ic_close.</p>
- <p><img class="icon" src="../en/images/ic_delete_dark.png"> ic_delete.</p>
- <p><img class="icon" src="../en/images/ic_delete_forever_dark.png"> ic_delete_forever.</p>
- <p><img class="icon" src="../en/images/ic_devices_other_dark.png"> ic_devices_other.</p>
- <p><img class="icon" src="../en/images/ic_dns_dark.png"> ic_dns.</p>
- <p><img class="icon" src="../en/images/ic_donut_small_dark.png"> ic_donut_small.</p>
- <p><img class="icon" src="../en/images/ic_edit_dark.png"> ic_edit.</p>
- <p><img class="icon" src="../en/images/ic_expand_less_dark.png"> ic_expand_less.</p>
- <p><img class="icon" src="../en/images/ic_expand_more_dark.png"> ic_expand_more.</p>
- <p><img class="icon" src="../en/images/ic_file_download_dark.png"> ic_file_download.</p>
- <p><img class="icon" src="../en/images/ic_find_in_page_dark.png"> ic_find_in_page.</p>
- <p><img class="icon" src="../en/images/ic_folder_dark.png"> ic_folder.</p>
- <p><img class="icon" src="../en/images/ic_fullscreen_dark.png"> ic_fullscreen.</p>
- <p><img class="icon" src="../en/images/ic_home_dark.png"> ic_home.</p>
- <p><img class="icon" src="../en/images/ic_image_dark.png"> ic_image.</p>
- <p><img class="icon" src="../en/images/ic_import_contacts_dark.png"> ic_import_contacts.</p>
- <p><img class="icon" src="../en/images/ic_important_devices_dark.png"> ic_important_devices.</p>
- <p><img class="icon" src="../en/images/ic_info_outline_dark.png"> ic_info_outline.</p>
- <p><img class="icon" src="../en/images/ic_language_dark.png"> ic_language.</p>
- <p><img class="icon" src="../en/images/ic_list_dark.png"> ic_list.</p>
- <p><img class="icon" src="../en/images/ic_local_activity_dark.png"> ic_local_activity.</p>
- <p><img class="icon" src="../en/images/ic_location_off_dark.png"> ic_location_off.</p>
- <p><img class="icon" src="../en/images/ic_lock_dark.png"> ic_lock.</p>
- <p><img class="icon" src="../en/images/ic_map_dark.png"> ic_map.</p>
- <p><img class="icon" src="../en/images/ic_more_dark.png"> ic_more.</p>
- <p><img class="icon" src="../en/images/ic_question_answer_dark.png"> ic_question_answer.</p>
- <p><img class="icon" src="../en/images/ic_refresh_dark.png"> ic_refresh.</p>
- <p><img class="icon" src="../en/images/ic_search_dark.png"> ic_search.</p>
- <p><img class="icon" src="../en/images/ic_select_all_dark.png"> ic_select_all.</p>
- <p><img class="icon" src="../en/images/ic_settings_dark.png"> ic_settings.</p>
- <p><img class="icon" src="../en/images/ic_smartphone_dark.png"> ic_smartphone.</p>
- <p><img class="icon" src="../en/images/ic_style_dark.png"> ic_style.</p>
- <p><img class="icon" src="../en/images/ic_subtitles_dark.png"> ic_subtitles.</p>
- <p><img class="icon" src="../en/images/ic_text_fields_dark.png"> ic_text_fields.</p>
- <p><img class="icon" src="../en/images/ic_thumbs_up_down_dark.png"> ic_thumbs_up_down.</p>
- <p><img class="icon" src="../en/images/ic_vertical_align_bottom_dark.png"> ic_vertical_align_bottom.</p>
- <p><img class="icon" src="../en/images/ic_vertical_align_top_dark.png"> ic_vertical_align_top.</p>
- <p><img class="icon" src="../en/images/ic_visibility_off_dark.png"> ic_visibility_off.</p>
- <p><img class="icon" src="../en/images/ic_vpn_lock_dark.png"> ic_vpn_lock.</p>
- <p><img class="icon" src="../en/images/ic_web_dark.png"> ic_web.</p>
+ <p><img class="icon" src="../shared_images/ic_add_dark.png"> ic_add.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_back_dark.png"> ic_arrow_back.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_forward_dark.png"> ic_arrow_forward.</p>
+ <p><img class="icon" src="../shared_images/ic_bookmark_border_dark.png"> ic_bookmark_border.</p>
+ <p><img class="icon" src="../shared_images/ic_bug_report_dark.png"> ic_bug_report.</p>
+ <p><img class="icon" src="../shared_images/ic_call_to_action_dark.png"> ic_call_to_action.</p>
+ <p><img class="icon" src="../shared_images/ic_chrome_reader_mode_dark.png"> ic_chrome_reader_mode.</p>
+ <p><img class="icon" src="../shared_images/ic_close_dark.png"> ic_close.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_dark.png"> ic_delete.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_forever_dark.png"> ic_delete_forever.</p>
+ <p><img class="icon" src="../shared_images/ic_devices_other_dark.png"> ic_devices_other.</p>
+ <p><img class="icon" src="../shared_images/ic_dns_dark.png"> ic_dns.</p>
+ <p><img class="icon" src="../shared_images/ic_donut_small_dark.png"> ic_donut_small.</p>
+ <p><img class="icon" src="../shared_images/ic_edit_dark.png"> ic_edit.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_less_dark.png"> ic_expand_less.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_more_dark.png"> ic_expand_more.</p>
+ <p><img class="icon" src="../shared_images/ic_file_download_dark.png"> ic_file_download.</p>
+ <p><img class="icon" src="../shared_images/ic_find_in_page_dark.png"> ic_find_in_page.</p>
+ <p><img class="icon" src="../shared_images/ic_folder_dark.png"> ic_folder.</p>
+ <p><img class="icon" src="../shared_images/ic_fullscreen_dark.png"> ic_fullscreen.</p>
+ <p><img class="icon" src="../shared_images/ic_home_dark.png"> ic_home.</p>
+ <p><img class="icon" src="../shared_images/ic_image_dark.png"> ic_image.</p>
+ <p><img class="icon" src="../shared_images/ic_import_contacts_dark.png"> ic_import_contacts.</p>
+ <p><img class="icon" src="../shared_images/ic_important_devices_dark.png"> ic_important_devices.</p>
+ <p><img class="icon" src="../shared_images/ic_info_outline_dark.png"> ic_info_outline.</p>
+ <p><img class="icon" src="../shared_images/ic_language_dark.png"> ic_language.</p>
+ <p><img class="icon" src="../shared_images/ic_list_dark.png"> ic_list.</p>
+ <p><img class="icon" src="../shared_images/ic_local_activity_dark.png"> ic_local_activity.</p>
+ <p><img class="icon" src="../shared_images/ic_location_off_dark.png"> ic_location_off.</p>
+ <p><img class="icon" src="../shared_images/ic_lock_dark.png"> ic_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_map_dark.png"> ic_map.</p>
+ <p><img class="icon" src="../shared_images/ic_more_dark.png"> ic_more.</p>
+ <p><img class="icon" src="../shared_images/ic_question_answer_dark.png"> ic_question_answer.</p>
+ <p><img class="icon" src="../shared_images/ic_refresh_dark.png"> ic_refresh.</p>
+ <p><img class="icon" src="../shared_images/ic_search_dark.png"> ic_search.</p>
+ <p><img class="icon" src="../shared_images/ic_select_all_dark.png"> ic_select_all.</p>
+ <p><img class="icon" src="../shared_images/ic_settings_dark.png"> ic_settings.</p>
+ <p><img class="icon" src="../shared_images/ic_smartphone_dark.png"> ic_smartphone.</p>
+ <p><img class="icon" src="../shared_images/ic_style_dark.png"> ic_style.</p>
+ <p><img class="icon" src="../shared_images/ic_subtitles_dark.png"> ic_subtitles.</p>
+ <p><img class="icon" src="../shared_images/ic_text_fields_dark.png"> ic_text_fields.</p>
+ <p><img class="icon" src="../shared_images/ic_thumbs_up_down_dark.png"> ic_thumbs_up_down.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_bottom_dark.png"> ic_vertical_align_bottom.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_top_dark.png"> ic_vertical_align_top.</p>
+ <p><img class="icon" src="../shared_images/ic_visibility_off_dark.png"> ic_visibility_off.</p>
+ <p><img class="icon" src="../shared_images/ic_vpn_lock_dark.png"> ic_vpn_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_web_dark.png"> ic_web.</p>
<hr/>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
which is released under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.</p>
<h3>Icons</h3>
- <p><img class="left" src="../en/images/privacy_browser.png"> <img class="left" src="../en/images/privacy_browser_free.png"> <img class="left" src="../en/images/warning.png">
- <img class="left" src="../en/images/javascript_enabled.png"> are derived from ic_security and ic_language, which are part of the
+ <p><img class="left" src="../shared_images/privacy_browser.png"> <img class="left" src="../shared_images/privacy_browser_free.png"> <img class="left" src="../shared_images/warning.png">
+ <img class="left" src="../shared_images/javascript_enabled.png"> are derived from ic_security and ic_language, which are part of the
<a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
The full text of the license is below. Modifications copyright © 2016 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting images are released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/move_to_folder_light.png"> is derived from elements of ic_folder and ic_exit_to_app, which are part of the
+ <p><img class="left" src="../shared_images/move_to_folder_light.png"> is derived from elements of ic_folder and ic_exit_to_app, which are part of the
<a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/create_bookmark_light.png"> is derived from elements of ic_bookmark and ic_create_new_folder, which are part of the
+ <p><img class="left" src="../shared_images/create_bookmark_light.png"> is derived from elements of ic_bookmark and ic_create_new_folder, which are part of the
<a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/create_folder_light.png"> is derived from ic_create_new_folder, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+ <p><img class="left" src="../shared_images/create_folder_light.png"> is derived from ic_create_new_folder, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/clear_and_exit_light.png"> is derived from ic_exit_to_app, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+ <p><img class="left" src="../shared_images/clear_and_exit_light.png"> is derived from ic_exit_to_app, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/night_mode_light.png"> is derived from ic_compare, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+ <p><img class="left" src="../shared_images/night_mode_light.png"> is derived from ic_compare, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/orbot_light.png"> orbot is a modified version of
+ <p><img class="left" src="../shared_images/orbot_light.png"> orbot is a modified version of
<a href="https://gitweb.torproject.org/orbot.git/tree/app/src/main/res/drawable-xxxhdpi/ic_stat_tor.png">the status icon from the Orbot project</a>,
which is copyright 2009-2010 Nathan Freitas, The Guardian Project. It is released under the <a href="https://gitweb.torproject.org/orbot.git/tree/LICENSE">3-clause BSD license</a>.
The full text of the license is below. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="../en/images/cookie_light.png"> cookie was created by Google. It is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
+ <p><img class="left" src="../shared_images/cookie_light.png"> cookie was created by Google. It is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
and can be downloaded from <a href="https://materialdesignicons.com/icon/cookie">Material Design Icons</a>. It is unchanged except for layout information like color and size.</p>
<p>The following icons come from the <a href="https://material.io/icons/">Android Material icon set</a>,
which is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
They are unchanged except for layout information like color and size. Some of them have been renamed to match their use in the code. The original icons and names are shown below.</p>
- <p><img class="icon" src="../en/images/ic_add_light.png"> ic_add.</p>
- <p><img class="icon" src="../en/images/ic_arrow_back_light.png"> ic_arrow_back.</p>
- <p><img class="icon" src="../en/images/ic_arrow_forward_light.png"> ic_arrow_forward.</p>
- <p><img class="icon" src="../en/images/ic_bookmark_border_light.png"> ic_bookmark_border.</p>
- <p><img class="icon" src="../en/images/ic_bug_report_light.png"> ic_bug_report.</p>
- <p><img class="icon" src="../en/images/ic_call_to_action_light.png"> ic_call_to_action.</p>
- <p><img class="icon" src="../en/images/ic_chrome_reader_mode_light.png"> ic_chrome_reader_mode.</p>
- <p><img class="icon" src="../en/images/ic_close_light.png"> ic_close.</p>
- <p><img class="icon" src="../en/images/ic_delete_light.png"> ic_delete.</p>
- <p><img class="icon" src="../en/images/ic_delete_forever_light.png"> ic_delete_forever.</p>
- <p><img class="icon" src="../en/images/ic_devices_other_light.png"> ic_devices_other.</p>
- <p><img class="icon" src="../en/images/ic_dns_light.png"> ic_dns.</p>
- <p><img class="icon" src="../en/images/ic_donut_small_light.png"> ic_donut_small.</p>
- <p><img class="icon" src="../en/images/ic_edit_light.png"> ic_edit.</p>
- <p><img class="icon" src="../en/images/ic_expand_less_light.png"> ic_expand_less.</p>
- <p><img class="icon" src="../en/images/ic_expand_more_light.png"> ic_expand_more.</p>
- <p><img class="icon" src="../en/images/ic_file_download_light.png"> ic_file_download.</p>
- <p><img class="icon" src="../en/images/ic_find_in_page_light.png"> ic_find_in_page.</p>
- <p><img class="icon" src="../en/images/ic_folder_light.png"> ic_folder.</p>
- <p><img class="icon" src="../en/images/ic_fullscreen_light.png"> ic_fullscreen.</p>
- <p><img class="icon" src="../en/images/ic_home_light.png"> ic_home.</p>
- <p><img class="icon" src="../en/images/ic_image_light.png"> ic_image.</p>
- <p><img class="icon" src="../en/images/ic_import_contacts_light.png"> ic_import_contacts.</p>
- <p><img class="icon" src="../en/images/ic_important_devices_light.png"> ic_important_devices.</p>
- <p><img class="icon" src="../en/images/ic_info_outline_light.png"> ic_info_outline.</p>
- <p><img class="icon" src="../en/images/ic_language_light.png"> ic_language.</p>
- <p><img class="icon" src="../en/images/ic_list_light.png"> ic_list.</p>
- <p><img class="icon" src="../en/images/ic_local_activity_light.png"> ic_local_activity.</p>
- <p><img class="icon" src="../en/images/ic_location_off_light.png"> ic_location_off.</p>
- <p><img class="icon" src="../en/images/ic_lock_light.png"> ic_lock.</p>
- <p><img class="icon" src="../en/images/ic_map_light.png"> ic_map.</p>
- <p><img class="icon" src="../en/images/ic_more_light.png"> ic_more.</p>
- <p><img class="icon" src="../en/images/ic_question_answer_light.png"> ic_question_answer.</p>
- <p><img class="icon" src="../en/images/ic_refresh_light.png"> ic_refresh.</p>
- <p><img class="icon" src="../en/images/ic_search_light.png"> ic_search.</p>
- <p><img class="icon" src="../en/images/ic_select_all_light.png"> ic_select_all.</p>
- <p><img class="icon" src="../en/images/ic_settings_light.png"> ic_settings.</p>
- <p><img class="icon" src="../en/images/ic_smartphone_light.png"> ic_smartphone.</p>
- <p><img class="icon" src="../en/images/ic_style_light.png"> ic_style.</p>
- <p><img class="icon" src="../en/images/ic_subtitles_light.png"> ic_subtitles.</p>
- <p><img class="icon" src="../en/images/ic_text_fields_light.png"> ic_text_fields.</p>
- <p><img class="icon" src="../en/images/ic_thumbs_up_down_light.png"> ic_thumbs_up_down.</p>
- <p><img class="icon" src="../en/images/ic_vertical_align_bottom_light.png"> ic_vertical_align_bottom.</p>
- <p><img class="icon" src="../en/images/ic_vertical_align_top_light.png"> ic_vertical_align_top.</p>
- <p><img class="icon" src="../en/images/ic_visibility_off_light.png"> ic_visibility_off.</p>
- <p><img class="icon" src="../en/images/ic_vpn_lock_light.png"> ic_vpn_lock.</p>
- <p><img class="icon" src="../en/images/ic_web_light.png"> ic_web.</p>
+ <p><img class="icon" src="../shared_images/ic_add_light.png"> ic_add.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_back_light.png"> ic_arrow_back.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_forward_light.png"> ic_arrow_forward.</p>
+ <p><img class="icon" src="../shared_images/ic_bookmark_border_light.png"> ic_bookmark_border.</p>
+ <p><img class="icon" src="../shared_images/ic_bug_report_light.png"> ic_bug_report.</p>
+ <p><img class="icon" src="../shared_images/ic_call_to_action_light.png"> ic_call_to_action.</p>
+ <p><img class="icon" src="../shared_images/ic_chrome_reader_mode_light.png"> ic_chrome_reader_mode.</p>
+ <p><img class="icon" src="../shared_images/ic_close_light.png"> ic_close.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_light.png"> ic_delete.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_forever_light.png"> ic_delete_forever.</p>
+ <p><img class="icon" src="../shared_images/ic_devices_other_light.png"> ic_devices_other.</p>
+ <p><img class="icon" src="../shared_images/ic_dns_light.png"> ic_dns.</p>
+ <p><img class="icon" src="../shared_images/ic_donut_small_light.png"> ic_donut_small.</p>
+ <p><img class="icon" src="../shared_images/ic_edit_light.png"> ic_edit.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_less_light.png"> ic_expand_less.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_more_light.png"> ic_expand_more.</p>
+ <p><img class="icon" src="../shared_images/ic_file_download_light.png"> ic_file_download.</p>
+ <p><img class="icon" src="../shared_images/ic_find_in_page_light.png"> ic_find_in_page.</p>
+ <p><img class="icon" src="../shared_images/ic_folder_light.png"> ic_folder.</p>
+ <p><img class="icon" src="../shared_images/ic_fullscreen_light.png"> ic_fullscreen.</p>
+ <p><img class="icon" src="../shared_images/ic_home_light.png"> ic_home.</p>
+ <p><img class="icon" src="../shared_images/ic_image_light.png"> ic_image.</p>
+ <p><img class="icon" src="../shared_images/ic_import_contacts_light.png"> ic_import_contacts.</p>
+ <p><img class="icon" src="../shared_images/ic_important_devices_light.png"> ic_important_devices.</p>
+ <p><img class="icon" src="../shared_images/ic_info_outline_light.png"> ic_info_outline.</p>
+ <p><img class="icon" src="../shared_images/ic_language_light.png"> ic_language.</p>
+ <p><img class="icon" src="../shared_images/ic_list_light.png"> ic_list.</p>
+ <p><img class="icon" src="../shared_images/ic_local_activity_light.png"> ic_local_activity.</p>
+ <p><img class="icon" src="../shared_images/ic_location_off_light.png"> ic_location_off.</p>
+ <p><img class="icon" src="../shared_images/ic_lock_light.png"> ic_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_map_light.png"> ic_map.</p>
+ <p><img class="icon" src="../shared_images/ic_more_light.png"> ic_more.</p>
+ <p><img class="icon" src="../shared_images/ic_question_answer_light.png"> ic_question_answer.</p>
+ <p><img class="icon" src="../shared_images/ic_refresh_light.png"> ic_refresh.</p>
+ <p><img class="icon" src="../shared_images/ic_search_light.png"> ic_search.</p>
+ <p><img class="icon" src="../shared_images/ic_select_all_light.png"> ic_select_all.</p>
+ <p><img class="icon" src="../shared_images/ic_settings_light.png"> ic_settings.</p>
+ <p><img class="icon" src="../shared_images/ic_smartphone_light.png"> ic_smartphone.</p>
+ <p><img class="icon" src="../shared_images/ic_style_light.png"> ic_style.</p>
+ <p><img class="icon" src="../shared_images/ic_subtitles_light.png"> ic_subtitles.</p>
+ <p><img class="icon" src="../shared_images/ic_text_fields_light.png"> ic_text_fields.</p>
+ <p><img class="icon" src="../shared_images/ic_thumbs_up_down_light.png"> ic_thumbs_up_down.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_bottom_light.png"> ic_vertical_align_bottom.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_top_light.png"> ic_vertical_align_top.</p>
+ <p><img class="icon" src="../shared_images/ic_visibility_off_light.png"> ic_visibility_off.</p>
+ <p><img class="icon" src="../shared_images/ic_vpn_lock_light.png"> ic_vpn_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_web_light.png"> ic_web.</p>
<hr/>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<h3>Websites</h3>
- <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="../en/images/ic_chrome_reader_mode_blue_dark.png"></a>
+ <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="../shared_images/ic_chrome_reader_mode_blue_dark.png"></a>
<a href="https://www.stoutner.com/category/privacy-browser/">News</a></p>
- <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="../en/images/ic_map_blue_dark.png"></a>
+ <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="../shared_images/ic_map_blue_dark.png"></a>
<a href="https://www.stoutner.com/category/roadmap/">Roadmap</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="../en/images/ic_bug_report_blue_dark.png"></a>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="../shared_images/ic_bug_report_blue_dark.png"></a>
<a href="https://redmine.stoutner.com/projects/privacy-browser/issues">Bug-Tracker und Feature-Anfragen</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="../en/images/ic_question_answer_blue_dark.png"></a>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="../shared_images/ic_question_answer_blue_dark.png"></a>
<a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Forum</a></p>
- <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="../en/images/ic_more_blue_dark.png"></a>
+ <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="../shared_images/ic_more_blue_dark.png"></a>
<a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">GitWeb</a></p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<h3>Websites</h3>
- <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="../en/images/ic_chrome_reader_mode_blue_light.png"></a>
+ <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="../shared_images/ic_chrome_reader_mode_blue_light.png"></a>
<a href="https://www.stoutner.com/category/privacy-browser/">News</a></p>
- <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="../en/images/ic_map_blue_light.png"></a>
+ <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="../shared_images/ic_map_blue_light.png"></a>
<a href="https://www.stoutner.com/category/roadmap/">Roadmap</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="../en/images/ic_bug_report_blue_light.png"></a>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="../shared_images/ic_bug_report_blue_light.png"></a>
<a href="https://redmine.stoutner.com/projects/privacy-browser/issues">Bug-Tracker und Feature-Anfragen</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="../en/images/ic_question_answer_blue_light.png"></a>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="../shared_images/ic_question_answer_blue_light.png"></a>
<a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Forum</a></p>
- <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="../en/images/ic_more_blue_light.png"></a>
+ <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="../shared_images/ic_more_blue_light.png"></a>
<a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">GitWeb</a></p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_bookmark_border_blue_dark.png"> Lesezeichen</h3>
+ <h3><img class="title" src="../shared_images/ic_bookmark_border_blue_dark.png"> Lesezeichen</h3>
<p>Bookmarks can be accessed in a drawer layout by swiping from the right of the screen.</p>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_bookmark_border_blue_light.png"> Lesezeichen</h3>
+ <h3><img class="title" src="../shared_images/ic_bookmark_border_blue_light.png"> Lesezeichen</h3>
<p>Bookmarks can be accessed in a drawer layout by swiping from the right of the screen.</p>
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_dns_blue_dark.png"> Secure Web Browsing</h3>
+ <h3><img class="title" src="../shared_images/ic_dns_blue_dark.png"> Secure Web Browsing</h3>
<p>Privacy Browser’s default is to browse with JavaScript, cookies, and DOM storage disabled.
However, some websites legitimately need these features enabled to function correctly.
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_dns_blue_light.png"> Secure Web Browsing</h3>
+ <h3><img class="title" src="../shared_images/ic_dns_blue_light.png"> Secure Web Browsing</h3>
<p>Privacy Browser’s default is to browse with JavaScript, cookies, and DOM storage disabled.
However, some websites legitimately need these features enabled to function correctly.
<!--
- 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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/privacy_browser.png"> JavaScript ist machtvoll</h3>
+ <h3><img class="title" src="../shared_images/privacy_browser.png"> JavaScript ist machtvoll</h3>
<p>In den frühen Tagen des Internets waren Websites statisch, zeigten also nur Text und Bilder, welche auf dem Bildschirm
sichtbar sind, veränderten sich aber nicht oder interagierten. Natürlich passierte auf solch statischen Websites nicht viel Interessantes.
ein Menü öffnen und viele andere großartige Dinge.</p>
- <h3><img class="title" src="../en/images/javascript_enabled.png"> JavaScript ist gefährlich</h3>
+ <h3><img class="title" src="../shared_images/javascript_enabled.png"> JavaScript ist gefährlich</h3>
<p>Natürlich birgt das Konzept von willkürlich ausgeführten Programmen aus einer Website heraus ein großes gefahrenprotenzial. Also werden Limitierungen in Javascript gesetzt,
damit Dinge wie Viren vorgebeugt wird. Wie auch immer, im Endeffekt sind diese Limitationen sehr ausgedehnt.
<p>Zum Schutz der Privatsphäre wäre es ideal das Web ohne Javascript zu nutzen. Jedoch benötigen manche Websites legitimerweise
JavaScript, um ihre Zwecke zu erfüllen und andere funktionieren nicht korrekt ohne Javascript, selbst wenn sie dazu umprogrammiert werden könnten.
Privacy Browser geht auf diese Problematik ein und macht es einfach, Javascript zu (de-)aktivieren. Ein Knopfdruck auf das Privatsphäre-Schild wechselt zwischen blau
- <img class="inline" src="../en/images/privacy_browser.png"> oder gelb <img class="inline" src="../en/images/warning.png"> (beide zeigen an, dass
- JavaScript aus ist) und rot <img class="inline" src="../en/images/javascript_enabled.png"> (JavaScript aktiviert) und aktualisieren die Website.
+ <img class="inline" src="../shared_images/privacy_browser.png"> oder gelb <img class="inline" src="../shared_images/warning.png"> (beide zeigen an, dass
+ JavaScript aus ist) und rot <img class="inline" src="../shared_images/javascript_enabled.png"> (JavaScript aktiviert) und aktualisieren die Website.
Der Vergleich der verschiedenen Informationen, die <a href="http://webkay.robinlinus.com">webkay</a> mit und ohne Javascript sammeln kann ist informativ.</p>
<p>Das Surfen im Internet mit deaktiviertem und nur bei Bedarf/Benötigung aktiviertem Javascript macht viel beim Datenschutz aus. Zusätzlich wird JavaScript
<!--
- 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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/privacy_browser.png"> JavaScript ist machtvoll</h3>
+ <h3><img class="title" src="../shared_images/privacy_browser.png"> JavaScript ist machtvoll</h3>
<p>In den frühen Tagen des Internets waren Websites statisch, zeigten also nur Text und Bilder, welche auf dem Bildschirm
sichtbar sind, veränderten sich aber nicht oder interagierten. Natürlich passierte auf solch statischen Websites nicht viel Interessantes.
ein Menü öffnen und viele andere großartige Dinge.</p>
- <h3><img class="title" src="../en/images/javascript_enabled.png"> JavaScript ist gefährlich</h3>
+ <h3><img class="title" src="../shared_images/javascript_enabled.png"> JavaScript ist gefährlich</h3>
<p>Natürlich birgt das Konzept von willkürlich ausgeführten Programmen aus einer Website heraus ein großes gefahrenprotenzial. Also werden Limitierungen in Javascript gesetzt,
damit Dinge wie Viren vorgebeugt wird. Wie auch immer, im Endeffekt sind diese Limitationen sehr ausgedehnt.
<p>Zum Schutz der Privatsphäre wäre es ideal das Web ohne Javascript zu nutzen. Jedoch benötigen manche Websites legitimerweise
JavaScript, um ihre Zwecke zu erfüllen und andere funktionieren nicht korrekt ohne Javascript, selbst wenn sie dazu umprogrammiert werden könnten.
Privacy Browser geht auf diese Problematik ein und macht es einfach, Javascript zu (de-)aktivieren. Ein Knopfdruck auf das Privatsphäre-Schild wechselt zwischen blau
- <img class="inline" src="../en/images/privacy_browser.png"> oder gelb <img class="inline" src="../en/images/warning.png"> (beide zeigen an, dass
- JavaScript aus ist) und rot <img class="inline" src="../en/images/javascript_enabled.png"> (JavaScript aktiviert) und aktualisieren die Website.
+ <img class="inline" src="../shared_images/privacy_browser.png"> oder gelb <img class="inline" src="../shared_images/warning.png"> (beide zeigen an, dass
+ JavaScript aus ist) und rot <img class="inline" src="../shared_images/javascript_enabled.png"> (JavaScript aktiviert) und aktualisieren die Website.
Der Vergleich der verschiedenen Informationen, die <a href="http://webkay.robinlinus.com">webkay</a> mit und ohne Javascript sammeln kann ist informativ.</p>
<p>Das Surfen im Internet mit deaktiviertem und nur bei Bedarf/Benötigung aktiviertem Javascript macht viel beim Datenschutz aus. Zusätzlich wird JavaScript
<!--
- 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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/cookie_blue_dark.png"> Erstanbieter-Cookies</h3>
+ <h3><img class="title" src="../shared_images/cookie_blue_dark.png"> Erstanbieter-Cookies</h3>
<p>Cookies können in zwei Typen unterteilt werden. Erstanbieter-Cookies sind Cookies, die von aktuell besuchten Website gesetzt werden.</p>
für eine Website, den User während des Umherklickens auf der Website eingeloggt zu lassen; wenn eine bestimmte Website sich jedoch dazu entschieden hat,
aktive Logins nur über Cookies zu verwalten, sind eingeschaltetem Erstanbieter-Cookies die einzige Möglichkeit, diese Funktion zu nutzen.</p>
- <p>Wenn Erstanbieter-Cookies aktiviert sind aber Javascript deaktiviert, ist das Privatsphäre-Icon gelb <img class="inline" src="../en/images/warning.png">
+ <p>Wenn Erstanbieter-Cookies aktiviert sind aber Javascript deaktiviert, ist das Privatsphäre-Icon gelb <img class="inline" src="../shared_images/warning.png">
als Warnung.</p>
- <h3><img class="title" src="../en/images/cookie_blue_dark.png"> Drittanbieter-Cookies</h3>
+ <h3><img class="title" src="../shared_images/cookie_blue_dark.png"> Drittanbieter-Cookies</h3>
<p>Drittanbieter-Cookies werden von Teilen einer Website gesetzt, die von einem anderen Server als dem aktuell besuchten.
Beispielsweise laden viele Websites Werbungen von einem Drittanbieter-Broker wie Googles
Deshalb aktiviert das Aktivieren von Erstanbieter-Cookies zugleich auch Drittanbieter-Cookies.</p>
- <h3><img class="title" src="../en/images/ic_web_blue_dark.png"> DOM-Speicher</h3>
+ <h3><img class="title" src="../shared_images/ic_web_blue_dark.png"> DOM-Speicher</h3>
<p>Der Document Object Model-Speicher, auch bekannt als Web-Speicher, ist wie Cookies auf Steroiden. Während die maximale Gesamtspeichergrße für alle Cookies von
einer einzigen URL 4kb beträgt, kann der DOM-Speicher zwischen <a href="https://en.wikipedia.org/wiki/Web_storage#Storage_size">5-25 Megabytes pro Seite</a> betragen.
Da der DOM-Speicher Javascript zum Lesen und Schreiben von Daten nutzt, ändert das Aktivieren also nichts, solange nicht auch Javascript aktiviert ist.</p>
- <h3><img class="title" src="../en/images/ic_subtitles_blue_dark.png"> Formulardaten</h3>
+ <h3><img class="title" src="../shared_images/ic_subtitles_blue_dark.png"> Formulardaten</h3>
<p>Formulardaten beinhalten die Informationen, die in Web-Formularen eingegeben werden, wie Benutzernamen, Adressen, Telefonnummern etc. und listet sie als Auswahlmenü auf künftig besuchten Websites auf.
Ungleich der anderen Arten der lokalen Datenspeicherung werden Formulardaten nicht ohne die explizite Handlung des Nutzers an den Webserver gesendet.</p>
<!--
- 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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/cookie_blue_light.png"> Erstanbieter-Cookies</h3>
+ <h3><img class="title" src="../shared_images/cookie_blue_light.png"> Erstanbieter-Cookies</h3>
<p>Cookies können in zwei Typen unterteilt werden. Erstanbieter-Cookies sind Cookies, die von aktuell besuchten Website gesetzt werden.</p>
für eine Website, den User während des Umherklickens auf der Website eingeloggt zu lassen; wenn eine bestimmte Website sich jedoch dazu entschieden hat,
aktive Logins nur über Cookies zu verwalten, sind eingeschaltetem Erstanbieter-Cookies die einzige Möglichkeit, diese Funktion zu nutzen.</p>
- <p>Wenn Erstanbieter-Cookies aktiviert sind aber Javascript deaktiviert, ist das Privatsphäre-Icon gelb <img class="inline" src="../en/images/warning.png">
+ <p>Wenn Erstanbieter-Cookies aktiviert sind aber Javascript deaktiviert, ist das Privatsphäre-Icon gelb <img class="inline" src="../shared_images/warning.png">
als Warnung.</p>
- <h3><img class="title" src="../en/images/cookie_blue_light.png"> Drittanbieter-Cookies</h3>
+ <h3><img class="title" src="../shared_images/cookie_blue_light.png"> Drittanbieter-Cookies</h3>
<p>Drittanbieter-Cookies werden von Teilen einer Website gesetzt, die von einem anderen Server als dem aktuell besuchten.
Beispielsweise laden viele Websites Werbungen von einem Drittanbieter-Broker wie Googles
Deshalb aktiviert das Aktivieren von Erstanbieter-Cookies zugleich auch Drittanbieter-Cookies.</p>
- <h3><img class="title" src="../en/images/ic_web_blue_light.png"> DOM-Speicher</h3>
+ <h3><img class="title" src="../shared_images/ic_web_blue_light.png"> DOM-Speicher</h3>
<p>Der Document Object Model-Speicher, auch bekannt als Web-Speicher, ist wie Cookies auf Steroiden. Während die maximale Gesamtspeichergrße für alle Cookies von
einer einzigen URL 4kb beträgt, kann der DOM-Speicher zwischen <a href="https://en.wikipedia.org/wiki/Web_storage#Storage_size">5-25 Megabytes pro Seite</a> betragen.
Da der DOM-Speicher Javascript zum Lesen und Schreiben von Daten nutzt, ändert das Aktivieren also nichts, solange nicht auch Javascript aktiviert ist.</p>
- <h3><img class="title" src="../en/images/ic_subtitles_blue_light.png"> Formulardaten</h3>
+ <h3><img class="title" src="../shared_images/ic_subtitles_blue_light.png"> Formulardaten</h3>
<p>Formulardaten beinhalten die Informationen, die in Web-Formularen eingegeben werden, wie Benutzernamen, Adressen, Telefonnummern etc. und listet sie als Auswahlmenü auf künftig besuchten Websites auf.
Ungleich der anderen Arten der lokalen Datenspeicherung werden Formulardaten nicht ohne die explizite Handlung des Nutzers an den Webserver gesendet.</p>
<!--
- 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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<!--
- 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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_vpn_lock_blue_dark.png"> Connect with Confidence</h3>
+ <h3><img class="title" src="../shared_images/ic_vpn_lock_blue_dark.png"> Connect with Confidence</h3>
<p>When visiting an encrypted URL (one that begins with HTTPS), the webserver uses an SSL certificate to both encrypt the information sent to the browser and to identify the server.
The purpose of the server identification is to prevent a machine located between the browser and the webserver from pretending to be the server and decrypting the information in transit.
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_vpn_lock_blue_light.png"> Connect with Confidence</h3>
+ <h3><img class="title" src="../shared_images/ic_vpn_lock_blue_light.png"> Connect with Confidence</h3>
<p>When visiting an encrypted URL (one that begins with HTTPS), the webserver uses an SSL certificate to both encrypt the information sent to the browser and to identify the server.
The purpose of the server identification is to prevent a machine located between the browser and the webserver from pretending to be the server and decrypting the information in transit.
<!--
- 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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/orbot_blue_dark.png"> Tor und seine Grenzen</h3>
+ <h3><img class="title" src="../shared_images/orbot_blue_dark.png"> Tor und seine Grenzen</h3>
<p>Faktoren, die in die Privatsphäre im Web eindringen wollen lassen sich hauptsächlich in zwei verschiedene Kategorien unterteilen: Neugierige Behörden
mit Zugriff auf Internetprovider und Megafirmen, die Soziale und Werbenetzwerke betreiben.
<!--
- 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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/orbot_blue_light.png"> Tor und seine Grenzen</h3>
+ <h3><img class="title" src="../shared_images/orbot_blue_light.png"> Tor und seine Grenzen</h3>
<p>Faktoren, die in die Privatsphäre im Web eindringen wollen lassen sich hauptsächlich in zwei verschiedene Kategorien unterteilen: Neugierige Behörden
mit Zugriff auf Internetprovider und Megafirmen, die Soziale und Werbenetzwerke betreiben.
<!--
- 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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_location_off_blue_dark.png"> Werbung</h3>
+ <h3><img class="title" src="../shared_images/ic_location_off_blue_dark.png"> Werbung</h3>
<p>Privacy Browser Free beinhaltet eine Bannerwerbung unten auf dem Bildschirm, welcher von Googles
AdMob-Netzwerk befüllt wird. Standardmäßig stellt Google die <a href="https://support.google.com/googleplay/android-developer/answer/6048248?hl=en">Werbe-ID</a>
<!--
- 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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_location_off_blue_light.png"> Werbung</h3>
+ <h3><img class="title" src="../shared_images/ic_location_off_blue_light.png"> Werbung</h3>
<p>Privacy Browser Free beinhaltet eine Bannerwerbung unten auf dem Bildschirm, welcher von Googles
AdMob-Netzwerk befüllt wird. Standardmäßig stellt Google die <a href="https://support.google.com/googleplay/android-developer/answer/6048248?hl=en">Werbe-ID</a>
<!--
- 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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_devices_other_blue_dark.png"> Browser-Identifikation</h3>
+ <h3><img class="title" src="../shared_images/ic_devices_other_blue_dark.png"> Browser-Identifikation</h3>
<p>Wenn Internetbrowser sich mit Websites verbinden senden sie einen sog. User Agent, welcher den Browser und die
Rendering-Möglichkeiten an die Website kommuniziert. Die Website kann diese Informationen nutzen, um zu entscheiden, welche Version der Website
<!--
- 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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="../en/css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="../en/images/ic_devices_other_blue_light.png"> Browser-Identifikation</h3>
+ <h3><img class="title" src="../shared_images/ic_devices_other_blue_light.png"> Browser-Identifikation</h3>
<p>Wenn Internetbrowser sich mit Websites verbinden senden sie einen sog. User Agent, welcher den Browser und die
Rendering-Möglichkeiten an die Website kommuniziert. Die Website kann diese Informationen nutzen, um zu entscheiden, welche Version der Website
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
which is released under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.</p>
<h3>Icons</h3>
- <p><img class="left" src="images/privacy_browser.png"> <img class="left" src="images/privacy_browser_free.png"> <img class="left" src="images/warning.png">
- <img class="left" src="images/javascript_enabled.png"> are derived from ic_security and ic_language, which are part of the <a href="https://material.io/icons/">Android Material icon set</a>
- and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. The full text of the license is below.
- Modifications copyright © 2016 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+ <p><img class="left" src="../shared_images/privacy_browser.png"> <img class="left" src="../shared_images/privacy_browser_free.png"> <img class="left" src="../shared_images/warning.png">
+ <img class="left" src="../shared_images/javascript_enabled.png"> are derived from ic_security and ic_language,
+ which are part of the <a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+ The full text of the license is below. Modifications copyright © 2016 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting images are released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/move_to_folder_dark.png"> is derived from elements of ic_folder and ic_exit_to_app, which are part of the
+ <p><img class="left" src="../shared_images/move_to_folder_dark.png"> is derived from elements of ic_folder and ic_exit_to_app, which are part of the
<a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/create_bookmark_dark.png"> is derived from elements of ic_bookmark and ic_create_new_folder, which are part of the
+ <p><img class="left" src="../shared_images/create_bookmark_dark.png"> is derived from elements of ic_bookmark and ic_create_new_folder, which are part of the
<a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/create_folder_dark.png"> is derived from ic_create_new_folder, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+ <p><img class="left" src="../shared_images/create_folder_dark.png"> is derived from ic_create_new_folder, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/clear_and_exit_dark.png"> is derived from ic_exit_to_app, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+ <p><img class="left" src="../shared_images/clear_and_exit_dark.png"> is derived from ic_exit_to_app, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/night_mode_dark.png"> is derived from ic_compare, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+ <p><img class="left" src="../shared_images/night_mode_dark.png"> is derived from ic_compare, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/orbot_dark.png"> orbot is a modified version of
+ <p><img class="left" src="../shared_images/orbot_dark.png"> orbot is a modified version of
<a href="https://gitweb.torproject.org/orbot.git/tree/app/src/main/res/drawable-xxxhdpi/ic_stat_tor.png">the status icon from the Orbot project</a>,
which is copyright 2009-2010 Nathan Freitas, The Guardian Project. It is released under the <a href="https://gitweb.torproject.org/orbot.git/tree/LICENSE">3-clause BSD license</a>.
The full text of the license is below. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/cookie_dark.png"> cookie was created by Google. It is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
+ <p><img class="left" src="../shared_images/cookie_dark.png"> cookie was created by Google. It is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
and can be downloaded from <a href="https://materialdesignicons.com/icon/cookie">Material Design Icons</a>. It is unchanged except for layout information like color and size.</p>
<p>The following icons come from the <a href="https://material.io/icons/">Android Material icon set</a>,
which is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
They are unchanged except for layout information like color and size. Some of them have been renamed to match their use in the code. The original icons and names are shown below.</p>
- <p><img class="icon" src="images/ic_add_dark.png"> ic_add.</p>
- <p><img class="icon" src="images/ic_arrow_back_dark.png"> ic_arrow_back.</p>
- <p><img class="icon" src="images/ic_arrow_forward_dark.png"> ic_arrow_forward.</p>
- <p><img class="icon" src="images/ic_bookmark_border_dark.png"> ic_bookmark_border.</p>
- <p><img class="icon" src="images/ic_bug_report_dark.png"> ic_bug_report.</p>
- <p><img class="icon" src="images/ic_call_to_action_dark.png"> ic_call_to_action.</p>
- <p><img class="icon" src="images/ic_chrome_reader_mode_dark.png"> ic_chrome_reader_mode.</p>
- <p><img class="icon" src="images/ic_close_dark.png"> ic_close.</p>
- <p><img class="icon" src="images/ic_delete_dark.png"> ic_delete.</p>
- <p><img class="icon" src="images/ic_delete_forever_dark.png"> ic_delete_forever.</p>
- <p><img class="icon" src="images/ic_devices_other_dark.png"> ic_devices_other.</p>
- <p><img class="icon" src="images/ic_dns_dark.png"> ic_dns.</p>
- <p><img class="icon" src="images/ic_donut_small_dark.png"> ic_donut_small.</p>
- <p><img class="icon" src="images/ic_edit_dark.png"> ic_edit.</p>
- <p><img class="icon" src="images/ic_expand_less_dark.png"> ic_expand_less.</p>
- <p><img class="icon" src="images/ic_expand_more_dark.png"> ic_expand_more.</p>
- <p><img class="icon" src="images/ic_file_download_dark.png"> ic_file_download.</p>
- <p><img class="icon" src="images/ic_find_in_page_dark.png"> ic_find_in_page.</p>
- <p><img class="icon" src="images/ic_folder_dark.png"> ic_folder.</p>
- <p><img class="icon" src="images/ic_fullscreen_dark.png"> ic_fullscreen.</p>
- <p><img class="icon" src="images/ic_home_dark.png"> ic_home.</p>
- <p><img class="icon" src="images/ic_image_dark.png"> ic_image.</p>
- <p><img class="icon" src="images/ic_import_contacts_dark.png"> ic_import_contacts.</p>
- <p><img class="icon" src="images/ic_important_devices_dark.png"> ic_important_devices.</p>
- <p><img class="icon" src="images/ic_info_outline_dark.png"> ic_info_outline.</p>
- <p><img class="icon" src="images/ic_language_dark.png"> ic_language.</p>
- <p><img class="icon" src="images/ic_list_dark.png"> ic_list.</p>
- <p><img class="icon" src="images/ic_local_activity_dark.png"> ic_local_activity.</p>
- <p><img class="icon" src="images/ic_location_off_dark.png"> ic_location_off.</p>
- <p><img class="icon" src="images/ic_lock_dark.png"> ic_lock.</p>
- <p><img class="icon" src="images/ic_map_dark.png"> ic_map.</p>
- <p><img class="icon" src="images/ic_more_dark.png"> ic_more.</p>
- <p><img class="icon" src="images/ic_question_answer_dark.png"> ic_question_answer.</p>
- <p><img class="icon" src="images/ic_refresh_dark.png"> ic_refresh.</p>
- <p><img class="icon" src="images/ic_search_dark.png"> ic_search.</p>
- <p><img class="icon" src="images/ic_select_all_dark.png"> ic_select_all.</p>
- <p><img class="icon" src="images/ic_settings_dark.png"> ic_settings.</p>
- <p><img class="icon" src="images/ic_smartphone_dark.png"> ic_smartphone.</p>
- <p><img class="icon" src="images/ic_style_dark.png"> ic_style.</p>
- <p><img class="icon" src="images/ic_subtitles_dark.png"> ic_subtitles.</p>
- <p><img class="icon" src="images/ic_text_fields_dark.png"> ic_text_fields.</p>
- <p><img class="icon" src="images/ic_thumbs_up_down_dark.png"> ic_thumbs_up_down.</p>
- <p><img class="icon" src="images/ic_vertical_align_bottom_dark.png"> ic_vertical_align_bottom.</p>
- <p><img class="icon" src="images/ic_vertical_align_top_dark.png"> ic_vertical_align_top.</p>
- <p><img class="icon" src="images/ic_visibility_off_dark.png"> ic_visibility_off.</p>
- <p><img class="icon" src="images/ic_vpn_lock_dark.png"> ic_vpn_lock.</p>
- <p><img class="icon" src="images/ic_web_dark.png"> ic_web.</p>
+ <p><img class="icon" src="../shared_images/ic_add_dark.png"> ic_add.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_back_dark.png"> ic_arrow_back.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_forward_dark.png"> ic_arrow_forward.</p>
+ <p><img class="icon" src="../shared_images/ic_bookmark_border_dark.png"> ic_bookmark_border.</p>
+ <p><img class="icon" src="../shared_images/ic_bug_report_dark.png"> ic_bug_report.</p>
+ <p><img class="icon" src="../shared_images/ic_call_to_action_dark.png"> ic_call_to_action.</p>
+ <p><img class="icon" src="../shared_images/ic_chrome_reader_mode_dark.png"> ic_chrome_reader_mode.</p>
+ <p><img class="icon" src="../shared_images/ic_close_dark.png"> ic_close.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_dark.png"> ic_delete.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_forever_dark.png"> ic_delete_forever.</p>
+ <p><img class="icon" src="../shared_images/ic_devices_other_dark.png"> ic_devices_other.</p>
+ <p><img class="icon" src="../shared_images/ic_dns_dark.png"> ic_dns.</p>
+ <p><img class="icon" src="../shared_images/ic_donut_small_dark.png"> ic_donut_small.</p>
+ <p><img class="icon" src="../shared_images/ic_edit_dark.png"> ic_edit.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_less_dark.png"> ic_expand_less.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_more_dark.png"> ic_expand_more.</p>
+ <p><img class="icon" src="../shared_images/ic_file_download_dark.png"> ic_file_download.</p>
+ <p><img class="icon" src="../shared_images/ic_find_in_page_dark.png"> ic_find_in_page.</p>
+ <p><img class="icon" src="../shared_images/ic_folder_dark.png"> ic_folder.</p>
+ <p><img class="icon" src="../shared_images/ic_fullscreen_dark.png"> ic_fullscreen.</p>
+ <p><img class="icon" src="../shared_images/ic_home_dark.png"> ic_home.</p>
+ <p><img class="icon" src="../shared_images/ic_image_dark.png"> ic_image.</p>
+ <p><img class="icon" src="../shared_images/ic_import_contacts_dark.png"> ic_import_contacts.</p>
+ <p><img class="icon" src="../shared_images/ic_important_devices_dark.png"> ic_important_devices.</p>
+ <p><img class="icon" src="../shared_images/ic_info_outline_dark.png"> ic_info_outline.</p>
+ <p><img class="icon" src="../shared_images/ic_language_dark.png"> ic_language.</p>
+ <p><img class="icon" src="../shared_images/ic_list_dark.png"> ic_list.</p>
+ <p><img class="icon" src="../shared_images/ic_local_activity_dark.png"> ic_local_activity.</p>
+ <p><img class="icon" src="../shared_images/ic_location_off_dark.png"> ic_location_off.</p>
+ <p><img class="icon" src="../shared_images/ic_lock_dark.png"> ic_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_map_dark.png"> ic_map.</p>
+ <p><img class="icon" src="../shared_images/ic_more_dark.png"> ic_more.</p>
+ <p><img class="icon" src="../shared_images/ic_question_answer_dark.png"> ic_question_answer.</p>
+ <p><img class="icon" src="../shared_images/ic_refresh_dark.png"> ic_refresh.</p>
+ <p><img class="icon" src="../shared_images/ic_search_dark.png"> ic_search.</p>
+ <p><img class="icon" src="../shared_images/ic_select_all_dark.png"> ic_select_all.</p>
+ <p><img class="icon" src="../shared_images/ic_settings_dark.png"> ic_settings.</p>
+ <p><img class="icon" src="../shared_images/ic_smartphone_dark.png"> ic_smartphone.</p>
+ <p><img class="icon" src="../shared_images/ic_style_dark.png"> ic_style.</p>
+ <p><img class="icon" src="../shared_images/ic_subtitles_dark.png"> ic_subtitles.</p>
+ <p><img class="icon" src="../shared_images/ic_text_fields_dark.png"> ic_text_fields.</p>
+ <p><img class="icon" src="../shared_images/ic_thumbs_up_down_dark.png"> ic_thumbs_up_down.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_bottom_dark.png"> ic_vertical_align_bottom.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_top_dark.png"> ic_vertical_align_top.</p>
+ <p><img class="icon" src="../shared_images/ic_visibility_off_dark.png"> ic_visibility_off.</p>
+ <p><img class="icon" src="../shared_images/ic_vpn_lock_dark.png"> ic_vpn_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_web_dark.png"> ic_web.</p>
<hr/>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
which is released under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.</p>
<h3>Icons</h3>
- <p><img class="left" src="images/privacy_browser.png"> <img class="left" src="images/privacy_browser_free.png"> <img class="left" src="images/warning.png">
- <img class="left" src="images/javascript_enabled.png"> are derived from ic_security and ic_language, which are part of the <a href="https://material.io/icons/">Android Material icon set</a>
- and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. The full text of the license is below.
- Modifications copyright © 2016 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
+ <p><img class="left" src="../shared_images/privacy_browser.png"> <img class="left" src="../shared_images/privacy_browser_free.png"> <img class="left" src="../shared_images/warning.png">
+ <img class="left" src="../shared_images/javascript_enabled.png"> are derived from ic_security and ic_language,
+ which are part of the <a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+ The full text of the license is below. Modifications copyright © 2016 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting images are released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/move_to_folder_light.png"> is derived from elements of ic_folder and ic_exit_to_app,
+ <p><img class="left" src="../shared_images/move_to_folder_light.png"> is derived from elements of ic_folder and ic_exit_to_app,
which are part of the <a href="https://material.io/icons/">Android Material icon set</a>
and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/create_bookmark_light.png"> is derived from elements of ic_bookmark and ic_create_new_folder, which are part of the
+ <p><img class="left" src="../shared_images/create_bookmark_light.png"> is derived from elements of ic_bookmark and ic_create_new_folder, which are part of the
<a href="https://material.io/icons/">Android Material icon set</a> and are released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/create_folder_light.png"> is derived from ic_create_new_folder, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+ <p><img class="left" src="../shared_images/create_folder_light.png"> is derived from ic_create_new_folder, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/clear_and_exit_light.png"> is derived from ic_exit_to_app, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+ <p><img class="left" src="../shared_images/clear_and_exit_light.png"> is derived from ic_exit_to_app, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/night_mode_light.png"> is derived from ic_compare, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
+ <p><img class="left" src="../shared_images/night_mode_light.png"> is derived from ic_compare, which is part of the <a href="https://material.io/icons/">Android Material icon set</a>
and is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/orbot_light.png"> orbot is a modified version of
+ <p><img class="left" src="../shared_images/orbot_light.png"> orbot is a modified version of
<a href="https://gitweb.torproject.org/orbot.git/tree/app/src/main/res/drawable-xxxhdpi/ic_stat_tor.png">the status icon from the Orbot project</a>,
which is copyright 2009-2010 Nathan Freitas, The Guardian Project. It is released under the <a href="https://gitweb.torproject.org/orbot.git/tree/LICENSE">3-clause BSD license</a>.
The full text of the license is below. Modifications copyright © 2017 <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.
The resulting image is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.</p>
- <p><img class="left" src="images/cookie_light.png"> cookie was created by Google. It is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
+ <p><img class="left" src="../shared_images/cookie_light.png"> cookie was created by Google. It is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
and can be downloaded from <a href="https://materialdesignicons.com/icon/cookie">Material Design Icons</a>. It is unchanged except for layout information like color and size.</p>
<p>The following icons come from the <a href="https://material.io/icons/">Android Material icon set</a>,
which is released under the <a href ="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
They are unchanged except for layout information like color and size. Some of them have been renamed to match their use in the code. The original icons and names are shown below.</p>
- <p><img class="icon" src="images/ic_add_light.png"> ic_add.</p>
- <p><img class="icon" src="images/ic_arrow_back_light.png"> ic_arrow_back.</p>
- <p><img class="icon" src="images/ic_arrow_forward_light.png"> ic_arrow_forward.</p>
- <p><img class="icon" src="images/ic_bookmark_border_light.png"> ic_bookmark_border.</p>
- <p><img class="icon" src="images/ic_bug_report_light.png"> ic_bug_report.</p>
- <p><img class="icon" src="images/ic_call_to_action_light.png"> ic_call_to_action.</p>
- <p><img class="icon" src="images/ic_chrome_reader_mode_light.png"> ic_chrome_reader_mode.</p>
- <p><img class="icon" src="images/ic_close_light.png"> ic_close.</p>
- <p><img class="icon" src="images/ic_delete_light.png"> ic_delete.</p>
- <p><img class="icon" src="images/ic_delete_forever_light.png"> ic_delete_forever.</p>
- <p><img class="icon" src="images/ic_devices_other_light.png"> ic_devices_other.</p>
- <p><img class="icon" src="images/ic_dns_light.png"> ic_dns.</p>
- <p><img class="icon" src="images/ic_donut_small_light.png"> ic_donut_small.</p>
- <p><img class="icon" src="images/ic_edit_light.png"> ic_edit.</p>
- <p><img class="icon" src="images/ic_expand_less_light.png"> ic_expand_less.</p>
- <p><img class="icon" src="images/ic_expand_more_light.png"> ic_expand_more.</p>
- <p><img class="icon" src="images/ic_file_download_light.png"> ic_file_download.</p>
- <p><img class="icon" src="images/ic_find_in_page_light.png"> ic_find_in_page.</p>
- <p><img class="icon" src="images/ic_folder_light.png"> ic_folder.</p>
- <p><img class="icon" src="images/ic_fullscreen_light.png"> ic_fullscreen.</p>
- <p><img class="icon" src="images/ic_home_light.png"> ic_home.</p>
- <p><img class="icon" src="images/ic_image_light.png"> ic_image.</p>
- <p><img class="icon" src="images/ic_import_contacts_light.png"> ic_import_contacts.</p>
- <p><img class="icon" src="images/ic_important_devices_light.png"> ic_important_devices.</p>
- <p><img class="icon" src="images/ic_info_outline_light.png"> ic_info_outline.</p>
- <p><img class="icon" src="images/ic_language_light.png"> ic_language.</p>
- <p><img class="icon" src="images/ic_list_light.png"> ic_list.</p>
- <p><img class="icon" src="images/ic_local_activity_light.png"> ic_local_activity.</p>
- <p><img class="icon" src="images/ic_location_off_light.png"> ic_location_off.</p>
- <p><img class="icon" src="images/ic_lock_light.png"> ic_lock.</p>
- <p><img class="icon" src="images/ic_map_light.png"> ic_map.</p>
- <p><img class="icon" src="images/ic_more_light.png"> ic_more.</p>
- <p><img class="icon" src="images/ic_question_answer_light.png"> ic_question_answer.</p>
- <p><img class="icon" src="images/ic_refresh_light.png"> ic_refresh.</p>
- <p><img class="icon" src="images/ic_search_light.png"> ic_search.</p>
- <p><img class="icon" src="images/ic_select_all_light.png"> ic_select_all.</p>
- <p><img class="icon" src="images/ic_settings_light.png"> ic_settings.</p>
- <p><img class="icon" src="images/ic_smartphone_light.png"> ic_smartphone.</p>
- <p><img class="icon" src="images/ic_style_light.png"> ic_style.</p>
- <p><img class="icon" src="images/ic_subtitles_light.png"> ic_subtitles.</p>
- <p><img class="icon" src="images/ic_text_fields_light.png"> ic_text_fields.</p>
- <p><img class="icon" src="images/ic_thumbs_up_down_light.png"> ic_thumbs_up_down.</p>
- <p><img class="icon" src="images/ic_vertical_align_bottom_light.png"> ic_vertical_align_bottom.</p>
- <p><img class="icon" src="images/ic_vertical_align_top_light.png"> ic_vertical_align_top.</p>
- <p><img class="icon" src="images/ic_visibility_off_light.png"> ic_visibility_off.</p>
- <p><img class="icon" src="images/ic_vpn_lock_light.png"> ic_vpn_lock.</p>
- <p><img class="icon" src="images/ic_web_light.png"> ic_web.</p>
+ <p><img class="icon" src="../shared_images/ic_add_light.png"> ic_add.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_back_light.png"> ic_arrow_back.</p>
+ <p><img class="icon" src="../shared_images/ic_arrow_forward_light.png"> ic_arrow_forward.</p>
+ <p><img class="icon" src="../shared_images/ic_bookmark_border_light.png"> ic_bookmark_border.</p>
+ <p><img class="icon" src="../shared_images/ic_bug_report_light.png"> ic_bug_report.</p>
+ <p><img class="icon" src="../shared_images/ic_call_to_action_light.png"> ic_call_to_action.</p>
+ <p><img class="icon" src="../shared_images/ic_chrome_reader_mode_light.png"> ic_chrome_reader_mode.</p>
+ <p><img class="icon" src="../shared_images/ic_close_light.png"> ic_close.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_light.png"> ic_delete.</p>
+ <p><img class="icon" src="../shared_images/ic_delete_forever_light.png"> ic_delete_forever.</p>
+ <p><img class="icon" src="../shared_images/ic_devices_other_light.png"> ic_devices_other.</p>
+ <p><img class="icon" src="../shared_images/ic_dns_light.png"> ic_dns.</p>
+ <p><img class="icon" src="../shared_images/ic_donut_small_light.png"> ic_donut_small.</p>
+ <p><img class="icon" src="../shared_images/ic_edit_light.png"> ic_edit.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_less_light.png"> ic_expand_less.</p>
+ <p><img class="icon" src="../shared_images/ic_expand_more_light.png"> ic_expand_more.</p>
+ <p><img class="icon" src="../shared_images/ic_file_download_light.png"> ic_file_download.</p>
+ <p><img class="icon" src="../shared_images/ic_find_in_page_light.png"> ic_find_in_page.</p>
+ <p><img class="icon" src="../shared_images/ic_folder_light.png"> ic_folder.</p>
+ <p><img class="icon" src="../shared_images/ic_fullscreen_light.png"> ic_fullscreen.</p>
+ <p><img class="icon" src="../shared_images/ic_home_light.png"> ic_home.</p>
+ <p><img class="icon" src="../shared_images/ic_image_light.png"> ic_image.</p>
+ <p><img class="icon" src="../shared_images/ic_import_contacts_light.png"> ic_import_contacts.</p>
+ <p><img class="icon" src="../shared_images/ic_important_devices_light.png"> ic_important_devices.</p>
+ <p><img class="icon" src="../shared_images/ic_info_outline_light.png"> ic_info_outline.</p>
+ <p><img class="icon" src="../shared_images/ic_language_light.png"> ic_language.</p>
+ <p><img class="icon" src="../shared_images/ic_list_light.png"> ic_list.</p>
+ <p><img class="icon" src="../shared_images/ic_local_activity_light.png"> ic_local_activity.</p>
+ <p><img class="icon" src="../shared_images/ic_location_off_light.png"> ic_location_off.</p>
+ <p><img class="icon" src="../shared_images/ic_lock_light.png"> ic_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_map_light.png"> ic_map.</p>
+ <p><img class="icon" src="../shared_images/ic_more_light.png"> ic_more.</p>
+ <p><img class="icon" src="../shared_images/ic_question_answer_light.png"> ic_question_answer.</p>
+ <p><img class="icon" src="../shared_images/ic_refresh_light.png"> ic_refresh.</p>
+ <p><img class="icon" src="../shared_images/ic_search_light.png"> ic_search.</p>
+ <p><img class="icon" src="../shared_images/ic_select_all_light.png"> ic_select_all.</p>
+ <p><img class="icon" src="../shared_images/ic_settings_light.png"> ic_settings.</p>
+ <p><img class="icon" src="../shared_images/ic_smartphone_light.png"> ic_smartphone.</p>
+ <p><img class="icon" src="../shared_images/ic_style_light.png"> ic_style.</p>
+ <p><img class="icon" src="../shared_images/ic_subtitles_light.png"> ic_subtitles.</p>
+ <p><img class="icon" src="../shared_images/ic_text_fields_light.png"> ic_text_fields.</p>
+ <p><img class="icon" src="../shared_images/ic_thumbs_up_down_light.png"> ic_thumbs_up_down.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_bottom_light.png"> ic_vertical_align_bottom.</p>
+ <p><img class="icon" src="../shared_images/ic_vertical_align_top_light.png"> ic_vertical_align_top.</p>
+ <p><img class="icon" src="../shared_images/ic_visibility_off_light.png"> ic_visibility_off.</p>
+ <p><img class="icon" src="../shared_images/ic_vpn_lock_light.png"> ic_vpn_lock.</p>
+ <p><img class="icon" src="../shared_images/ic_web_light.png"> ic_web.</p>
<hr/>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<h3>Websites</h3>
- <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="images/ic_chrome_reader_mode_blue_dark.png"></a>
+ <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="../shared_images/ic_chrome_reader_mode_blue_dark.png"></a>
<a href="https://www.stoutner.com/category/privacy-browser/">News</a></p>
- <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="images/ic_map_blue_dark.png"></a>
+ <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="../shared_images/ic_map_blue_dark.png"></a>
<a href="https://www.stoutner.com/category/roadmap/">Roadmap</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="images/ic_bug_report_blue_dark.png"></a>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="../shared_images/ic_bug_report_blue_dark.png"></a>
<a href="https://redmine.stoutner.com/projects/privacy-browser/issues">Bug Tracker and Feature Requests</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="images/ic_question_answer_blue_dark.png"></a>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="../shared_images/ic_question_answer_blue_dark.png"></a>
<a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Forum</a></p>
- <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="images/ic_more_blue_dark.png"></a>
+ <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="../shared_images/ic_more_blue_dark.png"></a>
<a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">GitWeb</a></p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<h3>Websites</h3>
- <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="images/ic_chrome_reader_mode_blue_light.png"></a>
+ <p><a href="https://www.stoutner.com/category/privacy-browser/"><img class="icon" src="../shared_images/ic_chrome_reader_mode_blue_light.png"></a>
<a href="https://www.stoutner.com/category/privacy-browser/">News</a></p>
- <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="images/ic_map_blue_light.png"></a>
+ <p><a href="https://www.stoutner.com/category/roadmap/"><img class="icon" src="../shared_images/ic_map_blue_light.png"></a>
<a href="https://www.stoutner.com/category/roadmap/">Roadmap</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="images/ic_bug_report_blue_light.png"></a>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><img class="icon" src="../shared_images/ic_bug_report_blue_light.png"></a>
<a href="https://redmine.stoutner.com/projects/privacy-browser/issues">Bug Tracker and Feature Requests</a></p>
- <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="images/ic_question_answer_blue_light.png"></a>
+ <p><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><img class="icon" src="../shared_images/ic_question_answer_blue_light.png"></a>
<a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Forum</a></p>
- <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="images/ic_more_blue_light.png"></a>
+ <p><a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary"><img class="icon" src="../shared_images/ic_more_blue_light.png"></a>
<a href="https://git.stoutner.com/?p=PrivacyBrowser.git;a=summary">GitWeb</a></p>
</body>
</html>
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
+++ /dev/null
-/*
- * Copyright © 2017-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/>.
- */
-
-/* Gray 850 */
-body {
- background-color: #313131;
- color: #BDBDBD;
-}
-
-/* Blue 700 */
-a {
- color: #1976D2;
- text-decoration: none;
-}
-
-/* Blue 600 */
-h3 {
- color: #1E88E5;
-}
-
-/* Half of Red 900 */
-strong.red {
- color: #A71919;
-}
-
-/* Blue 400 */
-strong.blue {
- color: #42A5F5;
-}
-
-/* Blue 400 */
-item {
- color: #42A5F5;
- font-weight: bold;
-}
-
-img.inline {
- height: 16;
- width: 16;
-}
-
-img.title {
- vertical-align: bottom;
- height: 32;
- width: 32;
-}
-
-img.icon {
- vertical-align: middle;
- height: 32;
- width: 32;
-}
-
-img.left {
- float: left;
- height: 32;
- width: 32;
-}
-
-/* An image must be a block to be centered. */
-img.center {
- display: block;
- margin-left: auto;
- margin-right: auto;
- height: 640;
- width: 360;
-}
\ No newline at end of file
+++ /dev/null
-/*
- * Copyright © 2017-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/>.
- */
-
-/* Blue 700 */
-a {
- color: #1976D2;
- text-decoration: none;
-}
-
-/* Blue 900 */
-h3 {
- color: #0D47A1;
-}
-
-/* Red 900 */
-strong.red {
- color: #B71C1C;
-}
-
-/* Blue 800 */
-strong.blue {
- color: #1565C0;
-}
-
-/* Blue 700 */
-item {
- color: #1976D2;
- font-weight: bold;
-}
-
-img.inline {
- height: 16;
- width: 16;
-}
-
-img.title {
- vertical-align: bottom;
- height: 32;
- width: 32;
-}
-
-img.icon {
- vertical-align: middle;
- height: 32;
- width: 32;
-}
-
-img.left {
- float: left;
- height: 32;
- width: 32;
-}
-
-/* An image must be a block to be centered. */
-img.center {
- display: block;
- margin-left: auto;
- margin-right: auto;
- height: 640;
- width: 360;
-}
\ No newline at end of file
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="images/ic_bookmark_border_blue_dark.png"> Bookmarks</h3>
+ <h3><img class="title" src="../shared_images/ic_bookmark_border_blue_dark.png"> Bookmarks</h3>
<p>Bookmarks can be accessed in a drawer layout by swiping from the right of the screen.</p>
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="images/ic_bookmark_border_blue_light.png"> Bookmarks</h3>
+ <h3><img class="title" src="../shared_images/ic_bookmark_border_blue_light.png"> Bookmarks</h3>
<p>Bookmarks can be accessed in a drawer layout by swiping from the right of the screen.</p>
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="images/ic_dns_blue_dark.png"> Secure Web Browsing</h3>
+ <h3><img class="title" src="../shared_images/ic_dns_blue_dark.png"> Secure Web Browsing</h3>
<p>Privacy Browser’s default is to browse with JavaScript, cookies, and DOM storage disabled.
However, some websites legitimately need these features enabled to function correctly.
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="images/ic_dns_blue_light.png"> Secure Web Browsing</h3>
+ <h3><img class="title" src="../shared_images/ic_dns_blue_light.png"> Secure Web Browsing</h3>
<p>Privacy Browser’s default is to browse with JavaScript, cookies, and DOM storage disabled.
However, some websites legitimately need these features enabled to function correctly.
<!--
- 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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="images/privacy_browser.png"> JavaScript Is Powerful</h3>
+ <h3><img class="title" src="../shared_images/privacy_browser.png"> JavaScript Is Powerful</h3>
<p>Back in the early days of the internet, web pages were static, meaning they they contained text and images that were displayed on the screen
but didn’t change or interact with the user. Of course, only so much that is interesting can happen with static content.
popup a menu, and do many other useful things.</p>
- <h3><img class="title" src="images/javascript_enabled.png"> JavaScript Is Dangerous</h3>
+ <h3><img class="title" src="../shared_images/javascript_enabled.png"> JavaScript Is Dangerous</h3>
<p>Of course, the concept of running arbitrary programs from a website is potentially dangerous. So there are limitations placed on JavaScript
to keep it from doing things like installing viruses. However, it turns out that these limitations are overly broad.
<p>For privacy purposes, the ideal would be to browse the internet with JavaScript disabled. However, there are some websites that legitimately require
JavaScript to accomplish their purposes and others that don’t work correctly without JavaScript even though they could be programmed to do so.
Privacy Browser addresses this by making it easy to toggle JavaScript on and off. Tapping the privacy shield will toggle it between blue
- <img class="inline" src="images/privacy_browser.png"> or yellow <img class="inline" src="images/warning.png"> (both of which indicate
- that JavaScript is disabled) and red <img class="inline" src="images/javascript_enabled.png"> (JavaScript enabled).
+ <img class="inline" src="../shared_images/privacy_browser.png"> or yellow <img class="inline" src="../shared_images/warning.png"> (both of which indicate
+ that JavaScript is disabled) and red <img class="inline" src="../shared_images/javascript_enabled.png"> (JavaScript enabled).
Looking at the different information <a href="http://webkay.robinlinus.com">webkay</a> can collect with JavaScript enabled and disabled is informative.</p>
<p>Browsing the internet with JavaScript disabled, and only enabling it if needed, goes a long way to protecting user privacy. In addition, JavaScript
<!--
- 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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="images/privacy_browser.png"> JavaScript Is Powerful</h3>
+ <h3><img class="title" src="../shared_images/privacy_browser.png"> JavaScript Is Powerful</h3>
<p>Back in the early days of the internet, web pages were static, meaning they they contained text and images that were displayed on the screen
but didn’t change or interact with the user. Of course, only so much that is interesting can happen with static content.
popup a menu, and do many other useful things.</p>
- <h3><img class="title" src="images/javascript_enabled.png"> JavaScript Is Dangerous</h3>
+ <h3><img class="title" src="../shared_images/javascript_enabled.png"> JavaScript Is Dangerous</h3>
<p>Of course, the concept of running arbitrary programs from a website is potentially dangerous. So there are limitations placed on JavaScript
to keep it from doing things like installing viruses. However, it turns out that these limitations are overly broad.
<p>For privacy purposes, the ideal would be to browse the internet with JavaScript disabled. However, there are some websites that legitimately require
JavaScript to accomplish their purposes and others that don’t work correctly without JavaScript even though they could be programmed to do so.
Privacy Browser addresses this by making it easy to toggle JavaScript on and off. Tapping the privacy shield will toggle it between blue
- <img class="inline" src="images/privacy_browser.png"> or yellow <img class="inline" src="images/warning.png"> (both of which indicate
- that JavaScript is disabled) and red <img class="inline" src="images/javascript_enabled.png"> (JavaScript enabled).
+ <img class="inline" src="../shared_images/privacy_browser.png"> or yellow <img class="inline" src="../shared_images/warning.png"> (both of which indicate
+ that JavaScript is disabled) and red <img class="inline" src="../shared_images/javascript_enabled.png"> (JavaScript enabled).
Looking at the different information <a href="http://webkay.robinlinus.com">webkay</a> can collect with JavaScript enabled and disabled is informative.</p>
<p>Browsing the internet with JavaScript disabled, and only enabling it if needed, goes a long way to protecting user privacy. In addition, JavaScript
<!--
- 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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="images/cookie_blue_dark.png"> First-Party Cookies</h3>
+ <h3><img class="title" src="../shared_images/cookie_blue_dark.png"> First-Party Cookies</h3>
<p>First-party cookies are set by the website in the URL bar at the top of the page.</p>
a website can maintain a user logged in as they move from page to page on the site, but if a particular website has chosen to
implement logins in that way, enabling first-party cookies on that site will be the only way to use the functionality.</p>
- <p>If first-party cookies are enabled but JavaScript is disabled, the privacy icon will be yellow <img class="inline" src="images/warning.png">
+ <p>If first-party cookies are enabled but JavaScript is disabled, the privacy icon will be yellow <img class="inline" src="../shared_images/warning.png">
as a warning.</p>
- <h3><img class="title" src="images/cookie_blue_dark.png"> Third-Party Cookies</h3>
+ <h3><img class="title" src="../shared_images/cookie_blue_dark.png"> Third-Party Cookies</h3>
<p>Third-party cookies are set by portions of a website that are loaded from servers different from the URL at the top of the page.
For example, most website that have advertisements load them from a third-party ad broker, like Google’s
between first-party and third-party cookies</a>. Thus, enabling first-party cookies will also enable third-party cookies.</p>
- <h3><img class="title" src="images/ic_web_blue_dark.png"> DOM Storage</h3>
+ <h3><img class="title" src="../shared_images/ic_web_blue_dark.png"> DOM Storage</h3>
<p>Document Object Model storage, also known as web storage, is like cookies on steroids. Whereas the maximum combined storage size for all cookies from
a single URL is 4 kilobytes, DOM storage can hold <a href="https://en.wikipedia.org/wiki/Web_storage#Storage_size">megabytes per site</a>.
Because DOM storage uses JavaScript to read and write data, enabling it will do nothing unless JavaScript is also enabled.</p>
- <h3><img class="title" src="images/ic_subtitles_blue_dark.png"> Form Data</h3>
+ <h3><img class="title" src="../shared_images/ic_subtitles_blue_dark.png"> Form Data</h3>
<p>Form data contains information typed into web forms, like user names, addresses, phone numbers, etc., and lists them in a drop-down box on future visits.
Unlike the other forms of local storage, form data is not sent to the web server without specific user interaction.</p>
<!--
- 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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="images/cookie_blue_light.png"> First-Party Cookies</h3>
+ <h3><img class="title" src="../shared_images/cookie_blue_light.png"> First-Party Cookies</h3>
<p>First-party cookies are set by the website in the URL bar at the top of the page.</p>
a website can maintain a user logged in as they move from page to page on the site, but if a particular website has chosen to
implement logins in that way, enabling first-party cookies on that site will be the only way to use the functionality.</p>
- <p>If first-party cookies are enabled but JavaScript is disabled, the privacy icon will be yellow <img class="inline" src="images/warning.png">
+ <p>If first-party cookies are enabled but JavaScript is disabled, the privacy icon will be yellow <img class="inline" src="../shared_images/warning.png">
as a warning.</p>
- <h3><img class="title" src="images/cookie_blue_light.png"> Third-Party Cookies</h3>
+ <h3><img class="title" src="../shared_images/cookie_blue_light.png"> Third-Party Cookies</h3>
<p>Third-party cookies are set by portions of a website that are loaded from servers different from the URL at the top of the page.
For example, most website that have advertisements load them from a third-party ad broker, like Google’s
between first-party and third-party cookies</a>. Thus, enabling first-party cookies will also enable third-party cookies.</p>
- <h3><img class="title" src="images/ic_web_blue_light.png"> DOM Storage</h3>
+ <h3><img class="title" src="../shared_images/ic_web_blue_light.png"> DOM Storage</h3>
<p>Document Object Model storage, also known as web storage, is like cookies on steroids. Whereas the maximum combined storage size for all cookies from
a single URL is 4 kilobytes, DOM storage can hold <a href="https://en.wikipedia.org/wiki/Web_storage#Storage_size">megabytes per site</a>.
Because DOM storage uses JavaScript to read and write data, enabling it will do nothing unless JavaScript is also enabled.</p>
- <h3><img class="title" src="images/ic_subtitles_blue_light.png"> Form Data</h3>
+ <h3><img class="title" src="../shared_images/ic_subtitles_blue_light.png"> Form Data</h3>
<p>Form data contains information typed into web forms, like user names, addresses, phone numbers, etc., and lists them in a drop-down box on future visits.
Unlike the other forms of local storage, form data is not sent to the web server without specific user interaction.</p>
<!--
- 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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
<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>
+ 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
<!--
- 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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
<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>
+ 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
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="images/ic_vpn_lock_blue_dark.png"> Connect with Confidence</h3>
+ <h3><img class="title" src="../shared_images/ic_vpn_lock_blue_dark.png"> Connect with Confidence</h3>
<p>When visiting an encrypted URL (one that begins with HTTPS), the webserver uses an SSL certificate to both encrypt the information sent to the browser and to identify the server.
The purpose of the server identification is to prevent a machine located between the browser and the webserver from pretending to be the server and decrypting the information in transit.
<!--
- Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+ Copyright © 2017-2018 Soren Stoutner <soren@stoutner.com>.
This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
<head>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="images/ic_vpn_lock_blue_light.png"> Connect with Confidence</h3>
+ <h3><img class="title" src="../shared_images/ic_vpn_lock_blue_light.png"> Connect with Confidence</h3>
<p>When visiting an encrypted URL (one that begins with HTTPS), the webserver uses an SSL certificate to both encrypt the information sent to the browser and to identify the server.
The purpose of the server identification is to prevent a machine located between the browser and the webserver from pretending to be the server and decrypting the information in transit.
<!--
- 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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="images/orbot_blue_dark.png"> Tor and Its Limits</h3>
+ <h3><img class="title" src="../shared_images/orbot_blue_dark.png"> Tor and Its Limits</h3>
<p>There are two general categories of bad actors that want to infringe on the privacy of the web: malicious governments with access to ISPs (Internet Service Providers) and mega corporations that run social and advertising networks.
TOR (The Onion Router) is useful in protecting privacy from malicious governments (which spy on traffic in transit) but not from mega corporations (which embed malicious code on web servers).</p>
<!--
- 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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="images/orbot_blue_light.png"> Tor and Its Limits</h3>
+ <h3><img class="title" src="../shared_images/orbot_blue_light.png"> Tor and Its Limits</h3>
<p>There are two general categories of bad actors that want to infringe on the privacy of the web: malicious governments with access to ISPs (Internet Service Providers) and mega corporations that run social and advertising networks.
TOR (The Onion Router) is useful in protecting privacy from malicious governments (which spy on traffic in transit) but not from mega corporations (which embed malicious code on web servers).</p>
<!--
- 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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="images/ic_location_off_blue_dark.png"> Do Not Track</h3>
+ <h3><img class="title" src="../shared_images/ic_location_off_blue_dark.png"> Do Not Track</h3>
<p>A few years ago the W3C (World Wide Web Consortium) created a mechanism for browsers to inform web servers that they would not like to be tracked.
This is accomplished by including a <a href="https://en.wikipedia.org/wiki/Do_Not_Track">DNT (Do Not Track) header</a> with web requests.</p>
<!--
- 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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="images/ic_location_off_blue_light.png"> Do Not Track</h3>
+ <h3><img class="title" src="../shared_images/ic_location_off_blue_light.png"> Do Not Track</h3>
<p>A few years ago the W3C (World Wide Web Consortium) created a mechanism for browsers to inform web servers that they would not like to be tracked.
This is accomplished by including a <a href="https://en.wikipedia.org/wiki/Do_Not_Track">DNT (Do Not Track) header</a> with web requests.</p>
<!--
- 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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/dark_theme.css">
+ <link rel="stylesheet" href="../css/dark_theme.css">
</head>
<body>
- <h3><img class="title" src="images/ic_devices_other_blue_dark.png"> Browser Identification</h3>
+ <h3><img class="title" src="../shared_images/ic_devices_other_blue_dark.png"> Browser Identification</h3>
<p>When web browsers connect to websites, they send a user agent, which identifies the browser and the rendering capabilities it possesses.
The web server can use this information to decide which version of the website to send to the browser.
<!--
- 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>
<meta charset="UTF-8">
- <link rel="stylesheet" href="css/light_theme.css">
+ <link rel="stylesheet" href="../css/light_theme.css">
</head>
<body>
- <h3><img class="title" src="images/ic_devices_other_blue_light.png"> Browser Identification</h3>
+ <h3><img class="title" src="../shared_images/ic_devices_other_blue_light.png"> Browser Identification</h3>
<p>When web browsers connect to websites, they send a user agent, which identifies the browser and the rendering capabilities it possesses.
The web server can use this information to decide which version of the website to send to the browser.