summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-07-05 13:44:13 +0300
committerAndrew Dolgov <[email protected]>2017-07-05 13:44:13 +0300
commit9a866bda0c24b84013a72be391a40e32a0507695 (patch)
treeeb6d94923a2cd42a5e8e5764abab0843a0488f5b
parent8ac83892fe46909b8746d83fd0e83b150c38c4aa (diff)
upd
-rw-r--r--Home.md1
-rw-r--r--PrivacyPolicy.md15
2 files changed, 15 insertions, 1 deletions
diff --git a/Home.md b/Home.md
deleted file mode 100644
index f9ffa68..0000000
--- a/Home.md
+++ /dev/null
@@ -1 +0,0 @@
-Welcome to Wiki! \ No newline at end of file
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>.