-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
174 lines (158 loc) · 10.2 KB
/
Copy pathprivacy.html
File metadata and controls
174 lines (158 loc) · 10.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link rel="shortcut icon" href="assets/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/favicon/site.webmanifest">
<!-- Primary Meta Tags -->
<title>Privacy Policy | SunQuest - Sun-Powered Navigation & Alignment Reminders</title>
<meta name="title" content="Privacy Policy | SunQuest - Sun-Powered Navigation & Alignment Reminders">
<meta name="description" content="Learn what data SunQuest collects, how it's used, and how to control it — including location, device information, crash diagnostics, and advertising.">
<meta name="keywords" content="SunQuest privacy policy, data protection, app privacy, sun navigation app privacy, user data privacy">
<meta name="author" content="Code Hospital">
<meta name="robots" content="index, follow">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://sunquest.codehospital.com/privacy.html">
<meta property="og:title" content="Privacy Policy | SunQuest - Sun-Powered Navigation & Alignment Reminders">
<meta property="og:description" content="Learn what data SunQuest collects, how it's used, and how to control it — including location, device information, crash diagnostics, and advertising.">
<link rel="canonical" href="https://sunquest.codehospital.com/privacy.html">
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/webp" href="assets/logo.webp">
<link rel="apple-touch-icon" href="assets/logo.webp">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<header>
<nav>
<div class="logo">
<a href="index.html">
<img src="assets/logo.webp" alt="SunQuest Logo" class="logo-img">
<span>SunQuest</span>
</a>
</div>
<button class="menu-toggle" aria-label="Toggle navigation menu">☀️</button>
<div class="nav-links">
<a href="index.html#features">Features</a>
<a href="index.html#how-it-works">How It Works</a>
<a href="index.html#download">Download</a>
<a href="index.html#contact">Contact</a>
<a href="privacy.html" class="active">Privacy</a>
<a href="terms.html">Terms</a>
</div>
<script>
document.querySelector('.menu-toggle').addEventListener('click', function() {
document.querySelector('.nav-links').classList.toggle('show');
});
document.addEventListener('click', function(e) {
if (!e.target.closest('nav')) {
document.querySelector('.nav-links').classList.remove('show');
}
});
</script>
</nav>
</header>
<main class="privacy-content">
<section class="privacy-section">
<h1>Privacy Policy</h1>
<p class="last-updated">Last Updated: July 18, 2026</p>
<div class="policy-content">
<section>
<h2>About This Policy</h2>
<p>This Privacy Policy applies to the Android app published on Google Play as <strong>A Solar Compass</strong> (package name <code>com.codehospital.tarzaha</code>), developed by <strong>Code Hospital</strong>. The app is also referred to as <strong>SunQuest</strong> on this website and in some app builds — both names refer to the same app and developer.</p>
</section>
<section>
<h2>Introduction</h2>
<p>Welcome to A Solar Compass's (SunQuest's) Privacy Policy. The app calculates the moment the sun aligns with a target direction you choose — a destination, a landmark, or anywhere else — and reminds you before it happens. This policy explains what information the app collects, how it's used, and the choices you have.</p>
</section>
<section>
<h2>Information We Collect</h2>
<p>SunQuest does not read your device's compass/magnetometer and does not track your location continuously in the background. It collects:</p>
<ul>
<li>Location coordinates — your current location (entered manually or fetched once via GPS when you tap "Use GPS") and any target location you set</li>
<li>Approximate location, city, and country derived from your IP address, used as a starting point if you don't set your location yourself</li>
<li>Device information (model, brand, hardware, and OS/app version), sent to our server with requests for compatibility and support purposes</li>
<li>Crash and performance diagnostics, processed by Sentry and Google Firebase Crashlytics, which may include device details and a screenshot of the screen at the time of a crash</li>
<li>Text you submit through in-app feedback or "Report Wrong Calculation" forms</li>
</ul>
</section>
<section>
<h2>How We Use Your Information</h2>
<p>The information we collect is used for:</p>
<ul>
<li>Calculating the sun's alignment with your chosen target direction</li>
<li>Sending reminder notifications and updating home-screen widgets with the countdown</li>
<li>Looking up a starting location and timezone for you when needed</li>
<li>Diagnosing crashes and improving app stability and device compatibility</li>
<li>Reviewing feedback and calculation reports you choose to submit</li>
</ul>
</section>
<section>
<h2>Advertising</h2>
<p>SunQuest displays ads through Google AdMob. AdMob may collect and use identifiers and other data to serve ads, as described in <a href="https://policies.google.com/privacy" target="_blank" rel="noopener">Google's Privacy Policy</a>. You can review or reset your advertising identifier and ad personalization settings in your device's system settings.</p>
</section>
<section>
<h2>Data Collection Preferences</h2>
<p>You have some control over your data collection preferences:</p>
<ul>
<li>You'll be asked about data collection the first time you launch the app</li>
<li>You can change this preference at any time from the Settings icon (gear icon) in the app's top bar</li>
<li>This preference controls whether device details are included when the app looks up a starting location for you via your IP address</li>
<li>Location coordinates you set yourself and basic device information are still used to operate core features (alignment calculations, reminders, and crash diagnostics) regardless of this preference</li>
</ul>
</section>
<section>
<h2>Data Storage and Security</h2>
<p>SunQuest stores and processes data on our servers and through the third-party services listed above (Sentry, Firebase Crashlytics, Google AdMob). We implement reasonable security measures to protect your information. We do not:</p>
<ul>
<li>Sell your personal information</li>
<li>Share your personal information with third parties beyond the service providers described in this policy</li>
<li>Store your location history beyond what is necessary to provide the service</li>
</ul>
</section>
<section>
<h2>Your Rights</h2>
<p>You have the following rights regarding your data:</p>
<ul>
<li>Request access to your stored data</li>
<li>Request deletion of your data</li>
<li>Adjust the data collection preference described above at any time</li>
<li>Request information about how your data is being used</li>
</ul>
</section>
<section>
<h2>Contact Us</h2>
<p>If you have any questions about this Privacy Policy, you can contact Code Hospital, the developer of A Solar Compass (SunQuest):</p>
<ul>
<li>By email: <a href="mailto:[email protected]">[email protected]</a></li>
<li>By visiting our website: <a href="https://sunquest.codehospital.com">sunquest.codehospital.com</a></li>
</ul>
</section>
</div>
</section>
</main>
<footer>
<div class="footer-content">
<div class="footer-section">
<h4>SunQuest</h4>
<p>© 2025–2026 Code Hospital. All rights reserved.</p>
</div>
<div class="footer-section">
<h4>Links</h4>
<a href="index.html#features">Features</a>
<a href="index.html#download">Download</a>
<a href="index.html#contact">Contact</a>
<a href="privacy.html">Privacy Policy</a>
<a href="terms.html">Terms of Service</a>
</div>
</div>
</footer>
</body>
</html>