Files
bgclock/public_html
hansdezwartandClaude Opus 5 6069ef270e Drop the haptics
The clock buzzed on every turn change, on a flag and on the confirming
second tap of Reset. Sound and the colour change carry all of it, so the
vibration goes: buzz() and its four call sites, and the iOS README bullet
that explained why the buzz was silent there — a platform difference that
no longer exists now there are no haptics anywhere.

Verified by stubbing navigator.vibrate and driving a turn change, a
timeout and a confirmed reset: zero calls, while the turn still counted
and the flag still fell.

It also means the Android package can declare no permissions at all.
VIBRATE was the only one it would have needed — there is no INTERNET
either, since the whole clock ships inside the APK.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-11 19:10:23 +02:00
..
2026-08-11 10:52:35 +02:00
2026-08-11 10:52:35 +02:00
2026-08-11 10:52:35 +02:00
2026-08-11 19:10:23 +02:00
2026-08-11 10:52:35 +02:00
2026-08-11 19:10:23 +02:00