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>
This commit is contained in:
2026-08-11 19:28:05 +02:00
co-authored by Claude Opus 5
parent 9f2081a0c9
commit 11ec616270
11 changed files with 74 additions and 1 deletions
+2 -1
View File
@@ -163,4 +163,5 @@ download and nothing to attribute.
## Licence
Do whatever you like with it.
MIT — see [LICENSE](LICENSE). Do whatever you like with it, in other words, but
now in a form F-Droid and everyone else can read.