Add branded POTA activation sharing on Android - #802
Merged
Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## dev #802 +/- ##
============================================
- Coverage 42.30% 42.15% -0.16%
Complexity 228 228
============================================
Files 268 270 +2
Lines 32100 32257 +157
Branches 3705 3734 +29
============================================
+ Hits 13581 13599 +18
- Misses 18247 18382 +135
- Partials 272 276 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Share activation buttons to completed entries in POTA history and their detail screens. Users preview a branded map/contact summary, publish its public data, and share a PNG through Android's share sheet. The QR opens the matching server-rendered HTML/CSS website summary, with an SVG map and the full contact log. Public pages are indexable; the preview disclosure makes this clear.
Companion website/API: patrickrb/ft8af-site#22
Validation: Kotlin compilation and three PotaSharePayloadTest tests passed on the final branch. The shared renderer sample was inspected and its QR decoded. Full Android lint reports existing project errors; no remaining findings reference the new sharing code or strings.
Release dependency: configure Neon DATABASE_URL, run the website migration, and deploy the companion API first. Real-device share-sheet, offline retry, and cross-device QR checks remain outstanding. The new summary interface is currently English.