Skip to content

docs: add public privacy policy page for GitHub Pages - #6

Merged
arkariz merged 1 commit into
mainfrom
docs/privacy-policy-github-pages
Sep 16, 2026
Merged

arkariz merged 1 commit into
mainfrom
docs/privacy-policy-github-pages

Conversation

@arkariz

@arkariz arkariz commented Sep 16, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds docs/privacy-policy.html, a standalone public privacy policy page for Bonked, intended to be served via GitHub Pages (Settings → Pages → Deploy from branch → main /docs) and used as the privacy policy URL in the Play Console listing.
  • Content is derived directly from the actual data flows in the codebase, not boilerplate:
    • On-device-only watched-app usage tracking (UsageStatsManager)
    • The complete AnalyticsCore.allowlistedFieldsByEvent field allowlist, so the "no free-text/PII" claim is independently checkable against the source
    • The fixed mood-string sent to GIPHY's search API (the only data actually shared with a third party for the reaction-GIF feature)
    • PostHog analytics, explicitly marked as "if enabled" since a blank POSTHOG_API_KEY is a fully supported no-op build state
    • The anonymous GitHub Releases roast-pack sync check, noted as sending no user data
    • The full permission list from AndroidManifest.xml with plain-language justification for each

Test plan

  • Merge to main
  • Enable GitHub Pages (Settings → Pages, source: main branch, /docs folder) — requires the repo to be public
  • Confirm the page renders at https://arkariz.github.io/memeapp/privacy-policy.html in both light and dark mode
  • Paste that URL into the Play Console privacy policy field

🤖 Generated with Claude Code

https://claude.ai/code/session_01APiUERJLZddCPpd8gJ94R4


Generated by Claude Code

Standalone HTML privacy policy for Bonked, to be hosted via GitHub
Pages (Settings -> Pages -> deploy from /docs on main) and used as
the Play Console privacy policy URL. Content reflects the actual
data flows in the codebase: on-device usage tracking, the fixed
mood-string sent to GIPHY, and the optional allowlisted analytics
events sent to PostHog.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01APiUERJLZddCPpd8gJ94R4
@arkariz
arkariz merged commit 621f581 into main Sep 16, 2026
1 check passed
@arkariz
arkariz deleted the docs/privacy-policy-github-pages branch September 16, 2026 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants