Release 1.6

versionCode 7. public_html/ changed, so the service worker cache goes to
bgclock-v22.

Confirmed on device, from a debug APK over the top of 1.5: the settings kept
from 1.5 came back on the You row with the switch off; the gear stayed
reachable with the two bases set apart, which is the failure that would have
had no way out; each side ran on its own delay, including a player set to zero
starting on their reserve immediately; and a turn left running well past the
delay, force-quit and reopened, came back paused with the split still in force.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-16 11:55:33 +02:00
co-authored by Claude Opus 5
parent a34d6058a1
commit 5ad69c6ff2
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ android {
applicationId = "nl.hansdezwart.bgclock" applicationId = "nl.hansdezwart.bgclock"
minSdk = 26 minSdk = 26
targetSdk = 36 targetSdk = 36
versionCode = 6 versionCode = 7
versionName = "1.5" versionName = "1.6"
} }
compileOptions { compileOptions {
@@ -0,0 +1 @@
Rationalised the settings page and added the option to set a different time and delay per player.
+1 -1
View File
@@ -1,5 +1,5 @@
/* Cache-first: once installed the clock never touches the network again. */ /* Cache-first: once installed the clock never touches the network again. */
const CACHE = "bgclock-v21"; const CACHE = "bgclock-v22";
const FILES = [ const FILES = [
"./", "./",
"./index.html", "./index.html",