Go to file
Krzysztof kuhy Rudnicki 64a382e82c feat: screen locker phone check at startup with background thread
- ADB check runs in background thread (ThreadPoolExecutor) so the UI
  remains responsive while checking StrongLifts on the phone
- Poll result every 500ms via root.after instead of blocking main thread
- Show success screen for 1.5s before auto-unlocking when verified
- Target specific ADB device via -s flag using saved phone_config.txt
  to avoid errors when multiple devices (USB + wireless) are connected
- Demo mode uses local grab_set() instead of grab_set_global() so it
  works alongside other fullscreen apps
- Stub _start_phone_check in create_locker to prevent background threads
  leaking into unrelated tests (fixes flaky test_run_adb_success)
- 112 tests passing, 100% branch coverage
2026-02-24 21:11:05 +01:00
.github Add pre-commit workflow and fix linting violations (#2) 2026-01-07 22:57:42 +01:00
.vscode fixes for existing scripts and pomodoro with local sync 2026-02-14 18:42:20 +01:00
articles feat: great beautiful fixes 2026-02-20 00:37:32 +01:00
C feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
CPP feat: optimized isbn number calculations 2026-02-22 22:19:28 +01:00
linux_configuration feat: screen locker made even stronger 2026-02-23 22:50:42 +01:00
phone_focus_mode chore: added delio option 2026-02-23 22:09:52 +01:00
poker_modifier_app fix(lint): LOG015 - replace root logger with module loggers 2025-11-30 21:59:24 +01:00
pomodoro_app feat: moviepy showcase full 2026-02-21 20:40:33 +01:00
python_pkg feat: screen locker phone check at startup with background thread 2026-02-24 21:11:05 +01:00
scripts feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
sonic_pi feat: text learning pipe 2025-12-27 17:22:17 +01:00
TS feat: great beautiful fixes 2026-02-20 01:17:53 +01:00
.fvmrc fixes for existing scripts and pomodoro with local sync 2026-02-14 18:42:20 +01:00
.gitignore feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
.pre-commit-config.yaml feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
eslint.config.mjs feat: great beautiful fixes 2026-02-20 00:37:32 +01:00
lint_python.sh fix: resolve shellcheck warnings 2025-11-30 13:48:17 +01:00
moviepy_showcase.py feat: moviepy showcase full 2026-02-21 20:40:33 +01:00
package-lock.json feat: great beautiful fixes 2026-02-20 00:37:32 +01:00
package.json feat: great beautiful fixes 2026-02-20 00:37:32 +01:00
pyproject.toml feat: added scripts for generating images for praca magisterska obrona 2026-02-22 13:08:14 +01:00
pytest.ini feat: C engine 2025-09-06 18:26:31 +02:00
requirements-dev.txt fix: correct shebang and executable permissions 2025-11-30 13:42:16 +01:00
requirements.txt Add Anki flashcard generator for Warsaw districts using real OpenStreetMap boundaries (#1) 2026-01-07 22:50:59 +01:00
setup.sh feat: great beautiful fixes 2026-02-20 00:37:32 +01:00
test_input_clean.wav fix: getting rnnoise model 2025-10-12 18:57:55 +02:00
test_input.wav fix: getting rnnoise model 2025-10-12 18:57:55 +02:00