diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt
index 861e523..92a6d69 100644
--- a/fastlane/metadata/android/en-US/full_description.txt
+++ b/fastlane/metadata/android/en-US/full_description.txt
@@ -1,21 +1,21 @@
-A backgammon clock for two players sharing one phone between them. Reserve time plus a fixed number of free seconds each turn that never carry over. Defaults to 3:00 with a 12 second delay.
+A backgammon clock and scorekeeper for two players sharing one phone between them.
-It asks for no permissions at all. There is no network access, no analytics, no accounts, no ads, and nothing to configure before you can play. The whole clock is a single HTML file inside the app.
+The app asks for no permissions at all. There is no network access, no analytics, no accounts, no ads, and nothing to configure before you can use it. The whole clock is a single HTML file inside the app.
-Tap your own half to end your turn and start your opponent's clock.
+Features
-Matches
+- Large area with the remaining total time/delay time for this move. Tap on your half to end your turn and start your opponent's clock.
+- Set the number of points to play for (1, 3, 5, 7, …, 29).
+- Set the reserve time per point (e.g. 2 minutes or 3 minutes), in 15-second increments.
+- Set the delay (free seconds every turn which don't carry over to the next turn), in 1 second increments.
+- Choose 1 of 5 colour schemes.
+- Turn sounds (for the turn change, when the delay runs out, and when the time runs out) on or off.
+- Pause/play the clocks.
+- Number of moves for this game and current score (when playing a multi-point match) are always shown.
+- Once a game is done, click the score icon in the middle to set the score. The clocks stay at their current time.
+- Adjust the clocks from the score sheet, if necessary.
+- Press the reset button twice (within 2 seconds, so you can't press it accidentally) to reset the clock and scores and start a new match.
+- Keeps running in the background, returns to the last known clock timings and scores after a crash or forced quit.
+- The screen stays awake while you play.
-Set the match length to any odd number of points up to 29. The time you set is per point, so a 5-point match at 2:00 a point puts 10:00 on each clock. Each half of the screen reads the score from that player's own side of the board, so both players see their own score on the top line.
-
-At one point there is no match to keep score of, and the score lines disappear entirely — you get a plain single-game clock with a move count.
-
-It survives being closed
-
-Settings and the match in progress are kept on the device: the score, both clocks, the move counts, whose turn it is and how much delay was left. Force-quit it mid-match and it all comes back. The one thing it can't restore is time that passed while the app was closed, so it returns paused rather than charging anyone for the gap — a crash shouldn't decide a game.
-
-Pause freezes mid-turn and resumes exactly where it stopped, delay included. Reset takes two taps, so one stray thumb can't wipe a live match.
-
-Five colour schemes, three sounds generated on the fly, and the screen stays awake while you play.
-
-Design is by Hans de Zwart, partially inspired by the Chess.com clock. Code is by Claude Opus.
+Functional design is by Hans de Zwart, partially inspired by the open sourced Chess.com clock. Code is by Claude Opus.
diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt
index b75a107..4105247 100644
--- a/fastlane/metadata/android/en-US/short_description.txt
+++ b/fastlane/metadata/android/en-US/short_description.txt
@@ -1 +1 @@
-A flexible two-player backgammon match clock with a visible delay.
+A flexible two-player backgammon match clock and scorekeeper.