mirror of
https://github.com/awatertrevi/xamarin-neo4j.git
synced 2026-09-22 09:05:29 +00:00
Add Android support to landing page
Replace all iOS-only references with iOS + Android across the landing page, meta tags, footer, and privacy policy. Convert Play Store "Coming Soon" placeholders into active Google Play links. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -9,7 +9,7 @@ import Meta from '../components/Meta.astro';
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<Meta
|
||||
title="Privacy Policy — PocketGraph"
|
||||
description="Privacy policy for PocketGraph, the Neo4j & Memgraph client for iPhone and iPad."
|
||||
description="Privacy policy for PocketGraph, the Neo4j & Memgraph client for iPhone, iPad, and Android."
|
||||
canonical="/privacy"
|
||||
/>
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
@@ -34,7 +34,7 @@ import Meta from '../components/Meta.astro';
|
||||
|
||||
<section>
|
||||
<h2>Overview</h2>
|
||||
<p>PocketGraph is a graph database client for iPhone and iPad. We take your privacy seriously. This policy explains what data we collect, why, and how it is used.</p>
|
||||
<p>PocketGraph is a graph database client for iPhone, iPad, and Android. We take your privacy seriously. This policy explains what data we collect, why, and how it is used.</p>
|
||||
<p>The short version: <strong>PocketGraph does not collect, store, or transmit any of your database credentials or query data.</strong> All connections are made directly from your device to your database.</p>
|
||||
</section>
|
||||
|
||||
@@ -53,11 +53,11 @@ import Meta from '../components/Meta.astro';
|
||||
<h2>Data Stored on Your Device</h2>
|
||||
<p>PocketGraph stores the following locally on your device only:</p>
|
||||
<ul>
|
||||
<li>Connection profiles (host, port, username) — stored in the iOS Keychain</li>
|
||||
<li>Connection profiles (host, port, username) — stored in the iOS Keychain or Android Keystore</li>
|
||||
<li>Query history — stored locally, never synced externally</li>
|
||||
<li>App preferences and settings</li>
|
||||
</ul>
|
||||
<p>This data is protected by iOS system-level encryption and is not accessible to Re: Software.</p>
|
||||
<p>This data is protected by system-level encryption (iOS Keychain / Android Keystore) and is not accessible to Re: Software.</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
@@ -73,7 +73,7 @@ import Meta from '../components/Meta.astro';
|
||||
|
||||
<section>
|
||||
<h2>Purchases</h2>
|
||||
<p>PocketGraph is sold as a one-time purchase through the Apple App Store. All payment processing is handled by Apple. Re: Software does not receive or store any payment or billing information.</p>
|
||||
<p>PocketGraph is sold as a one-time purchase through the Apple App Store and Google Play Store. All payment processing is handled by Apple or Google respectively. Re: Software does not receive or store any payment or billing information.</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
||||
Reference in New Issue
Block a user