Go to file
Krzysztof kuhy Rudnicki 909f035b49 Add TCX file-based RunnerUp verification (no root, works over WiFi)
Reads per-activity TCX exports that RunnerUp's File Synchronizer writes
to /sdcard/Documents/RunnerUp/ after each run — no root access required
and works over wireless ADB.  The root DB-pull path is kept as an
automatic fallback for when no today's export file is found yet.

Setup required in RunnerUp once: Settings → Accounts → Add → File →
format=TCX, directory=Documents/RunnerUp.

TCX is preferred over GPX because TotalTimeSeconds and DistanceMeters
are pre-computed Lap elements, requiring no GPS Haversine calculation.
Multi-lap activities (pause/resume) are summed correctly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01J6oHAjRwhHEsLQCBnKrKki
2026-06-25 17:58:06 +02:00
.github/workflows chore: set up as standalone repo 2026-05-28 07:43:06 +02:00
screen_locker Add TCX file-based RunnerUp verification (no root, works over WiFi) 2026-06-25 17:58:06 +02:00
scripts refactor: enforce 400-line file limit with pre-commit hook and split outliers 2026-05-28 21:19:18 +02:00
stronglift_replacement feat: overhaul workout app with progress tracking and UX improvements 2026-06-06 11:39:25 +02:00
.gitignore chore: set up as standalone repo 2026-05-28 07:43:06 +02:00
.pre-commit-config.yaml Migrate to the shared gatelock backend 2026-06-21 20:11:16 +02:00
CLAUDE.md feat: overhaul workout app with progress tracking and UX improvements 2026-06-06 11:39:25 +02:00
early-bird-workout-check.timer chore: set up as standalone repo 2026-05-28 07:43:06 +02:00
install_autostart.sh chore: set up as standalone repo 2026-05-28 07:43:06 +02:00
install_systemd.sh chore: set up as standalone repo 2026-05-28 07:43:06 +02:00
pyproject.toml Fix pip install -e: scope package discovery to screen_locker 2026-06-22 12:43:06 +02:00
remove_autostart.sh chore: set up as standalone repo 2026-05-28 07:43:06 +02:00
remove_systemd.sh chore: set up as standalone repo 2026-05-28 07:43:06 +02:00
requirements.txt Fix CI: install gatelock via requirements.txt, not just pyproject deps 2026-06-21 20:23:57 +02:00
run.sh chore: set up as standalone repo 2026-05-28 07:43:06 +02:00
workout-locker.service Drop WorkingDirectory/PYTHONPATH from workout-locker.service 2026-06-22 12:43:58 +02:00