diff --git a/.gitignore b/.gitignore index bff1dd0..173ad59 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,7 @@ android/.gradle/ android/build/ android/app/build/ android/local.properties + +# editor leftovers +*.swp +*~ diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 66c7a47..861e523 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -17,3 +17,5 @@ Settings and the match in progress are kept on the device: the score, both clock 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. diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png index 5b92ca5..4710270 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png index 1cb5b94..d0ce49e 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png index c6933cc..59e40ad 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/5.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/5.png new file mode 100644 index 0000000..4512acd Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/5.png differ