3 Commits
Author SHA1 Message Date
hansdezwartandClaude Opus 5 31fcaf8282 Rewrite the store descriptions around what the app does
Hans's edit. The long description is a feature list now rather than prose,
and both mention the scorekeeping, which the old text left out.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-12 11:08:00 +02:00
hansdezwartandClaude Opus 5 efef1480ba Hans's edits to the F-Droid listing text
Tightens the summary and cuts the description back: the Backgammon
Galaxy reference and the "How it works" list are gone, leaving the one
line about tapping your own half. His wording, his call on what a listing
needs to say.

Line endings checked across all four files: LF throughout, no CRLF, no
BOM, trailing newline on each. Summary is 66 of the 80 characters
allowed, description 1552 of 4000.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-11 19:36:41 +02:00
hansdezwartandClaude Opus 5 11ec616270 Add the MIT licence and the F-Droid listing
"Do whatever you like with it" isn't an SPDX identifier, and without one
F-Droid won't take the app at all. Same intent, now in a form a machine
can read.

The listing lives in fastlane/metadata/android/en-US/ so F-Droid reads it
out of the repo and it stays in version control: title, a 65-character
summary, a description adapted from the README that leads with the empty
permission list, a changelog and four screenshots.

The screenshots are generated from the same HTML the app runs, at
1170x2532. The harness freezes the render loop once the wanted frame is
painted — a headless capture otherwise lands whenever the virtual clock
runs out, by which time the delay bar has always finished draining, and
the delay is the thing worth showing. Shot one is a 5-point match at 2-1
with the bar half spent; the others are the score sheet, the settings
sheet from a pristine match (the gear is gone once a match is running, so
that is the only honest way to show it), and a 1-point game with the
score chrome absent.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-11 19:28:05 +02:00