You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.5.3+304: add Prominent Disclosure for location access (Play Store compliance)
Google Play reviewer rejected v1.5.2+303 Android submission with
"Inadequate Prominent Disclosure" under the User Data policy: the
in-app disclosure did not adequately explain how location data is
accessed, used, or handled.
Changes:
- Rewrite PermissionsPage location card as a 4-section Prominent
Disclosure: data accessed, how used, background access, where
data goes. Explicitly states location stays on device, is only
shared with directly-connected peers over encrypted BLE, and is
never uploaded to any server or third party.
- Guard LocationService.initialize() so it never silently requests
location permission. Permission may only be requested from the
onboarding card (which shows the disclosure first).
- Bump version to 1.5.3+304 (and fix AppConstants.appVersion drift
from 1.5.1 to 1.5.3).
- Update google.releaseNotes in store.config.json.
- Add V1.5.3 roadmap bullet to docs/roadmap.html.
<li>V1.5.2 Android production submission to Google Play — full iOS feature parity, first production build since v1.3.1 closed beta</li>
161
+
<li>V1.5.3 patch: expanded in-app location disclosure to clearly explain what location data is accessed, how it is used, and that it stays on your device</li>
Copy file name to clipboardExpand all lines: store.config.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@
69
69
"title": "Red Grid Link",
70
70
"shortDescription": "ATAK alternative: encrypted Bluetooth team tracking + offline MGRS maps.",
71
71
"fullDescription": "Your team. Your grid. No cell towers required.\n\nInspired by military blue force tracking systems like ATAK, Red Grid Link brings encrypted team coordination to civilian and professional teams -- without cell towers, accounts, or servers. Track your team's positions in real time over Bluetooth, navigate with military-grade MGRS precision, and operate completely offline.\n\nRed Grid Link is an offline-first, MGRS-native coordination platform for small teams (2-8 people) operating beyond reliable cell service. It combines precision land navigation with Field Link -- zero-config proximity sync over Bluetooth and peer-to-peer Wi-Fi. Lightweight where ATAK is complex. Cross-platform where ATAK is Android-only. Zero infrastructure where ATAK requires TAK Server.\n\nFIELD LINK -- TEAM SYNC WITHOUT INFRASTRUCTURE:\nField Link is what sets Red Grid Link apart. Devices within proximity automatically discover each other and share encrypted position and marker data -- no internet, no configuration, no pairing codes. Just turn it on and your team appears on the map.\n- BLE + peer-to-peer Wi-Fi proximity transport (cross-platform)\n- AES-256-GCM encrypted sync with ECDH ephemeral session keys\n- Compact delta payloads (under 200 bytes per position update)\n- Tiered session security: Open (auto-join), PIN (4-digit), or QR code\n- Ghost markers: see last-known positions when teammates move out of range\n- Time-decay visualization: full opacity fades to outline over 30 minutes\n- Velocity vectors project teammate movement direction at disconnect\n- Snap-to-live animation on reconnect\n- Expedition Mode: under 3% battery per hour (BLE-only, 30-second updates)\n- Ultra Expedition Mode: under 2% battery per hour (BLE-only, 60-second updates)\n- Auto-reconnect with exponential backoff on disconnect\n\nMGRS-NATIVE NAVIGATION:\nBuilt on the proven MGRS engine from Red Grid MGRS -- the same coordinate system used by NATO forces worldwide.\n- Live MGRS coordinates (4/6/8/10-digit precision)\n- MGRS grid overlay on offline maps (GZD to 100m resolution)\n- Bearing, distance, and dead reckoning tools\n- Magnetic declination (WMM model)\n- NATO phonetic voice readout for hands-free grid calls\n\n11 TACTICAL TOOLS:\n- Dead Reckoning plotter\n- Two-point Resection\n- Pace Count tracker\n- Bearing calculator with back azimuth\n- Coordinate Converter (MGRS, lat/lon, DMS, UTM)\n- Range Estimation (mil-relation formula)\n- Slope Calculator (percentage and angle)\n- ETA / Speed Calculator\n- Magnetic Declination converter\n- Celestial Navigation (sun/moon bearing reference)\n- MGRS Precision Reference\n\nOFFLINE MAP SYSTEM:\n- Downloadable map packs from USGS Topo and OpenTopoMap\n- Full offline operation -- maps cached locally as MBTiles\n- MGRS grid lines rendered as a dynamic overlay at all zoom levels\n\n4 OPERATIONAL MODES:\nOne engine, four presentation layers. Terminology, icons, and quick actions adapt to your mission:\n- Search & Rescue -- sector assignments, clue markers, search patterns\n- Backcountry -- camp, waypoint, and trail navigation\n- Hunting -- stand locations, game sightings, property boundaries\n- Training -- exercise objectives, rally points, phase lines\n\nAFTER-ACTION REPORTS:\nOne-tap PDF export containing map snapshot, mission timeline, track data, timestamps, team roster, markers, and session log.\n\n4 TACTICAL DISPLAY THEMES:\n- Red Light: preserve night-adapted vision (free)\n- NVG Green: night observation device compatibility (Pro)\n- Day White: high-contrast for daylight (Pro)\n- Blue Force: tactical blue display (Pro)\n\nBUILT FOR THE FIELD:\n- Glove-friendly UI with 44px+ minimum touch targets\n- 3-tap maximum to any primary action\n- Haptic feedback on key interactions\n- Accelerometer-based step detection for hands-free pace counting\n- Landscape and portrait support\n- Background location updates with battery drain projection\n\nZERO FOOTPRINT PRIVACY:\n- No accounts. No sign-up. No login.\n- No cloud sync. No analytics. No tracking.\n- No ads. No third-party data SDKs.\n- Location data stays on your device.\n- Field Link data is ephemeral -- nothing persists after the session ends.\n- All Field Link communication encrypted with AES-256-GCM.\n- In-app purchases processed by Apple/Google only.",
72
-
"releaseNotes": "Now available on Android!\n\nRed Grid Link v1.5.2 brings encrypted Bluetooth team coordination to Android:\n\n- Field Link peer sync: teammates appear on the map in real time over Bluetooth.\n- MGRS precision: corrected grid square calculation for all UTM zones.\n- 11 tactical tools: dead reckoning, resection, celestial navigation, and more.\n- 4 display themes: Red Light, NVG Green, Day White, Blue Force.\n- Mode-specific callouts: SAR, Backcountry, Hunting, and Training.\n- Zero footprint: no accounts, no tracking, no servers. AES-256-GCM encrypted.",
72
+
"releaseNotes": "Red Grid Link v1.5.3:\n\n- Clearer in-app explanation of how your location is used, where it is shared, and that it stays on your device.\n- Streamlined initial location permission flow.\n\nAll v1.5.2 features for Android:\n- Field Link peer sync: teammates appear on the map in real time over Bluetooth.\n- MGRS precision: corrected grid square calculation for all UTM zones.\n- 11 tactical tools, 4 display themes, 4 operational modes.\n- Zero footprint: no accounts, no tracking, no servers. AES-256-GCM encrypted.",
0 commit comments