mirror of
https://github.com/kuhyx/screen-locker.git
synced 2026-07-04 11:43:09 +02:00
Pulls RunnerUp's SQLite database directly from a rooted phone via ADB, queries today's activity, and verifies it against configured thresholds (30 min / 5 km minimum; Running, Orienteering, Treadmill accepted). Handles WAL sidecar files to catch runs logged just moments before connecting the phone. Integration points: - New RunnerUpVerificationMixin added to ScreenLocker base classes - UI flow: phone check falls back to RunnerUp before showing failure - Early-bird and sick-day auto-upgrade also try RunnerUp as fallback - "runnerup_verified" added to COUNTED_WORKOUT_TYPES (counts toward weekly minimum and earns the shutdown-time bonus) - Debt clearing and commitment prompt both cover runnerup_verified Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01J6oHAjRwhHEsLQCBnKrKki |
||
|---|---|---|
| .github/workflows | ||
| screen_locker | ||
| scripts | ||
| stronglift_replacement | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| CLAUDE.md | ||
| early-bird-workout-check.timer | ||
| install_autostart.sh | ||
| install_systemd.sh | ||
| pyproject.toml | ||
| remove_autostart.sh | ||
| remove_systemd.sh | ||
| requirements.txt | ||
| run.sh | ||
| workout-locker.service | ||