Skip to content

Instantly share code, notes, and snippets.

@ketank1000
Created January 19, 2026 18:15
Show Gist options
  • Select an option

  • Save ketank1000/6807a6a9a5248e0a99fd8d61350d2409 to your computer and use it in GitHub Desktop.

Select an option

Save ketank1000/6807a6a9a5248e0a99fd8d61350d2409 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ruthless - Privacy Policy</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
padding: 20px;
color: #333;
}
h1 { color: #1a1a1a; margin-bottom: 10px; }
h2 { color: #2a2a2a; margin-top: 30px; }
.update-date { color: #666; font-size: 0.9em; }
a { color: #0066cc; }
</style>
</head>
<body>
<h1>Privacy Policy for Ruthless</h1>
<p class="update-date">Last updated: January 19, 2026</p>
<h2>1. Introduction</h2>
<p>Ruthless ("we", "our", or "us") is committed to protecting your privacy. This Privacy Policy explains how we handle your information when you use our task management application.</p>
<h2>2. Information We Collect</h2>
<p>Ruthless stores all data locally on your device. We do not collect, transmit, or store any personal information on external servers.</p>
<h3>Data Stored Locally:</h3>
<ul>
<li>Your tasks and task completion history</li>
<li>App preferences and settings</li>
<li>Premium subscription status (via Google Play)</li>
<li>Notification preferences</li>
</ul>
<h2>3. How We Use Your Information</h2>
<p>All data is stored locally on your device and is used solely to:</p>
<ul>
<li>Display your tasks and track your progress</li>
<li>Calculate your discipline score and statistics</li>
<li>Send local notifications (if enabled)</li>
<li>Manage your premium subscription status</li>
</ul>
<h2>4. Third-Party Services</h2>
<p>Ruthless integrates with the following third-party services:</p>
<h3>Google Play In-App Purchases</h3>
<p>For premium subscriptions, we use Google Play's billing system. Google Play may collect payment information and purchase history according to their privacy policy: <a href="https://policies.google.com/privacy">https://policies.google.com/privacy</a></p>
<h2>5. Data Security</h2>
<p>Since all data is stored locally on your device, the security of your data depends on your device's security settings. We recommend:</p>
<ul>
<li>Using device lock screen protection</li>
<li>Keeping your device's operating system updated</li>
<li>Being cautious about granting app permissions to other apps</li>
</ul>
<h2>6. Data Deletion</h2>
<p>You can delete all app data at any time by:</p>
<ul>
<li>Uninstalling the app from your device, or</li>
<li>Going to your device Settings → Apps → Ruthless → Storage → Clear Data</li>
</ul>
<h2>7. Children's Privacy</h2>
<p>Ruthless does not knowingly collect information from children under 13. The app is intended for general audiences.</p>
<h2>8. Changes to This Policy</h2>
<p>We may update this Privacy Policy from time to time. We will notify you of any changes by updating the "Last updated" date at the top of this policy.</p>
<h2>9. Contact Us</h2>
<p>If you have any questions about this Privacy Policy, please contact us at:</p>
<p>Email: <a href="mailto:ketank1000@gmail.com">ketank1000@gmail.com</a></p>
<p>GitHub: <a href="https://github.com/ketank1000/ruthless">https://github.com/ketank1000/ruthless</a></p>
<h2>10. Your Rights</h2>
<p>Since we don't collect or store data on external servers, you have full control over your data. You can:</p>
<ul>
<li>Access all your data within the app</li>
<li>Delete your data by uninstalling the app</li>
<li>Export or backup your data (feature coming soon)</li>
</ul>
<hr style="margin-top: 40px; border: none; border-top: 1px solid #ddd;">
<p style="font-size: 0.9em; color: #666; text-align: center;">
Ruthless - Simple, Decisive Task Management<br>
by kakay
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment