Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion ft8af/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@
</intent-filter>
</service>

<activity
android:name="radio.ks3ckc.ft8af.ui.pota.PotaShareActivity"
android:exported="false" />

<provider
android:name="androidx.core.content.FileProvider"
android:authorities="radio.ks3ckc.ft8af.fileprovider"
Expand All @@ -162,4 +166,4 @@
</provider>
</application>

</manifest>
</manifest>
Binary file not shown.
Binary file not shown.
56 changes: 56 additions & 0 deletions ft8af/app/src/main/assets/activation/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions ft8af/app/src/main/assets/activation/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<!doctype html>
<html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="theme-color" content="#07090f"><meta name="robots" content="noindex"><title>POTA activation · ft8af</title><meta name="description" content="From a park to the world. Explore a POTA activation, its contact map and log. Powered by ft8af."><link rel="stylesheet" href="summary.css"></head>
<body><main><nav><a class="brand" href="https://ft8af.app/"><img src="icon.svg" alt="" width="34" height="34"><span class="word">FT<b>8</b>AF</span></a><a href="https://ft8af.app/download">Get the app ↗</a></nav><p id="status" role="status">Loading activation…</p><div id="summary" hidden><canvas id="card" width="1080" height="1350" role="img" aria-label="Activation summary with a map of radio contacts"></canvas><div class="actions"><button id="share">Share image</button><button id="save">Save image</button></div><p id="disclosure">Shared by the operator. Locations are approximate Maidenhead grid centers.</p><section aria-labelledby="log-title"><h1 id="log-title">The contact log</h1><p id="log-count"></p><div class="table-wrap"><table><thead><tr><th>Callsign</th><th>Band / mode</th><th>Grid</th><th>UTC</th></tr></thead><tbody id="contacts"></tbody></table></div></section><footer><a href="https://ft8af.app/download">Your next activation starts here. <strong>Get ft8af ↗</strong></a><p>Powered by ft8af · Made for the field.</p></footer></div></main><script src="qrcode.js"></script><script src="summary.js"></script></body></html>
Loading
Loading