Release 1.3

versionCode 4. public_html/ changed, so the service worker cache goes to
bgclock-v19 — without it an installed web user would keep serving the old page
from cache indefinitely.

The five store screenshots are untouched: the ring only exists while a finger
is on the button, and none of them shows that.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-15 14:51:14 +02:00
co-authored by Claude Opus 5
parent ec1a65c89c
commit bf3f565dd0
3 changed files with 7 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 = 3 versionCode = 4
versionName = "1.2" versionName = "1.3"
} }
compileOptions { compileOptions {
@@ -0,0 +1,4 @@
Resetting the clock is now a press and hold rather than two taps. The ring
around the button fills while you hold it, and springs back if you let go
early, so the button explains itself. A short sound confirms the reset when
sound is on.
+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-v18"; const CACHE = "bgclock-v19";
const FILES = [ const FILES = [
"./", "./",
"./index.html", "./index.html",