[PR #1] [MERGED] Add Android support to landing page #1

Closed
opened 2026-07-24 08:51:45 +00:00 by awatertrevi · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/resoftware/pocketgraph/pull/1
Author: @gwku
Created: 4/2/2026
Status: Merged
Merged: 4/6/2026
Merged by: @gwku

Base: mainHead: adding-android


📝 Commits (5)

  • a2eed3c Add Android support to landing page
  • 6970ea4 Add Cloudflare Pages preview builds for landing PRs
  • d1a96c5 Make footer links vertical and nav download scroll to CTA
  • b1ddcaa Make footer links vertical on mobile only
  • 27e3d4a Fix crash on Add Connection: use JavaCast for Android trust manager lookup

📊 Changes

7 files changed (+42 additions, -27 deletions)

View changed files

📝 .github/workflows/deploy-landing.yml (+18 -1)
📝 Xamarin.Neo4j/Xamarin.Neo4j/Xamarin.Neo4j.Android/Security/NativeTrustManager.cs (+4 -2)
📝 landing/src/components/Footer.astro (+3 -0)
📝 landing/src/components/Meta.astro (+1 -1)
📝 landing/src/components/Nav.astro (+1 -2)
📝 landing/src/pages/index.astro (+10 -16)
📝 landing/src/pages/privacy.astro (+5 -5)

📄 Description

Summary

  • 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
  • Add Android 8.0+ platform pill alongside existing iOS/iPadOS pills

Test plan

  • Verify all Play Store links point to correct app ID (nl.resoftware.pocketgraph)
  • Check hero, CTA, and footer sections render correctly with new Android buttons
  • Confirm privacy policy accurately reflects Android (Keystore, Google Play)
  • Test responsive layout with additional store button and platform pill

🤖 Generated with Claude Code


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/resoftware/pocketgraph/pull/1 **Author:** [@gwku](https://github.com/gwku) **Created:** 4/2/2026 **Status:** ✅ Merged **Merged:** 4/6/2026 **Merged by:** [@gwku](https://github.com/gwku) **Base:** `main` ← **Head:** `adding-android` --- ### 📝 Commits (5) - [`a2eed3c`](https://github.com/resoftware/pocketgraph/commit/a2eed3c38bf5a42013cd1268a6f38a416a7a6de5) Add Android support to landing page - [`6970ea4`](https://github.com/resoftware/pocketgraph/commit/6970ea40f3e2fa8829cd624e0adcea99fc382af0) Add Cloudflare Pages preview builds for landing PRs - [`d1a96c5`](https://github.com/resoftware/pocketgraph/commit/d1a96c5c67b7f3a59f4ed8fbd36cb037a4fd7fea) Make footer links vertical and nav download scroll to CTA - [`b1ddcaa`](https://github.com/resoftware/pocketgraph/commit/b1ddcaa8498ea390f3427e96ade35b35f544f5b8) Make footer links vertical on mobile only - [`27e3d4a`](https://github.com/resoftware/pocketgraph/commit/27e3d4a96d4bf4bf7c8c9e0e13b7c9f3ea663277) Fix crash on Add Connection: use JavaCast for Android trust manager lookup ### 📊 Changes **7 files changed** (+42 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/deploy-landing.yml` (+18 -1) 📝 `Xamarin.Neo4j/Xamarin.Neo4j/Xamarin.Neo4j.Android/Security/NativeTrustManager.cs` (+4 -2) 📝 `landing/src/components/Footer.astro` (+3 -0) 📝 `landing/src/components/Meta.astro` (+1 -1) 📝 `landing/src/components/Nav.astro` (+1 -2) 📝 `landing/src/pages/index.astro` (+10 -16) 📝 `landing/src/pages/privacy.astro` (+5 -5) </details> ### 📄 Description ## Summary - 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 - Add Android 8.0+ platform pill alongside existing iOS/iPadOS pills ## Test plan - [ ] Verify all Play Store links point to correct app ID (`nl.resoftware.pocketgraph`) - [ ] Check hero, CTA, and footer sections render correctly with new Android buttons - [ ] Confirm privacy policy accurately reflects Android (Keystore, Google Play) - [ ] Test responsive layout with additional store button and platform pill 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
awatertrevi added the
pull-request
label 2026-07-24 08:51:45 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: awatertrevi/xamarin-neo4j#1
No description provided.