summaryrefslogtreecommitdiff
path: root/PrivacyPolicy.md
diff options
context:
space:
mode:
Diffstat (limited to 'PrivacyPolicy.md')
-rw-r--r--PrivacyPolicy.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/PrivacyPolicy.md b/PrivacyPolicy.md
new file mode 100644
index 0000000..ef36b86
--- /dev/null
+++ b/PrivacyPolicy.md
@@ -0,0 +1,15 @@
+Pow! Comics Reader: Privacy Policy
+==============================
+
+This privacy policy governs your use of the application Pow! Comics Reader: Redux (“Application”), a minimalist Free and Open Source comics reader for Android.
+
+If syncing of last read pages (an opt-in feature) is enabled, the Application uses an irreversible <a href="https://en.wikipedia.org/wiki/Cryptographic_hash_function">hash</a> of a first Google account available on device (usually this is your GMail address) as an identifier for synchronization of last-read position within comic archive between your devices.
+
+- No personally identifiable information is transferred or stored by the application or synchronization server.
+- No other sensitive information is acquired by the Application.
+- It is impossible to reverse the hash back to your Google account.
+- It is also impossible to disclose your Google account to anyone because the synchronization server does not have access to this information.
+
+Source code of the Application is <a href="https://tt-rss.org/fox/tt-comics/blob/master/org.fox.ttcomics/src/main/java/org/fox/ttcomics2/sync/SyncClient.java">available</a> on this site.
+
+If you have any other questions, don't hesitate to contact me at <a href="https://tt-rss.org/forum/" target="_blank">the forums</a>.