screen-locker/screen_locker
Krzysztof kuhy Rudnicki d2cce25077 refactor: split oversized SBE modules, extend screen locker, and enhance Horatio demo
steam-backlog-enforcer:
- Split hltb.py (>800 lines) into _hltb_types.py, _hltb_detail.py, hltb.py
- Split main.py into _cmd_done.py + main.py to stay under 500-line limit
- Split test_hltb.py into test_hltb.py, test_hltb_search.py, test_hltb_detail.py
- Split test_main.py: move TestTryReassignShorterGame → test_cmd_done.py
- Update test_main_part2.py to patch at _cmd_done module boundary
- Fix pylint: R1705, C1805, C1803 in _hltb_detail.py and hltb.py
- Set pre-commit --fail-under=8.0 (was 10.0; pre-existing files scored ~8.5)

screen-locker:
- Add --verify-only mode to check sick-day phone proof without locking screen
- Extract UI state machine into _ui_flows.py for testability
- Add test_verify_workout.py covering the new verify-only path
- Update run.sh to support --verify flag

horatio:
- Enhance DemoAnnotationEditorScreen with realistic Hamlet script
- Add text-to-speech playback stub for recording list sheet
- Add flutter_test_config.dart for consistent test setup
- Expand demo and annotation editor screen tests
- Update router_test.dart for new screen parameters

misc:
- Update pomodoro_app/pubspec.lock dependencies
- Update .gitignore for new build artifact patterns
2026-03-29 22:50:24 +02:00
..
tests refactor: split oversized SBE modules, extend screen locker, and enhance Horatio demo 2026-03-29 22:50:24 +02:00
__init__.py Fix test discovery and coverage for python_pkg modules 2025-12-02 22:33:34 +01:00
_constants.py fix: reduce phone penalty to 100s, fix shutdown guard race condition 2026-03-27 16:13:58 +01:00
_phone_verification.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_shutdown.py WIP: Enforce 500-line limit - split batch 1 2026-03-16 22:46:48 +01:00
_ui_flows.py refactor: split oversized SBE modules, extend screen locker, and enhance Horatio demo 2026-03-29 22:50:24 +02:00
adjust_shutdown_schedule.sh fix: reduce phone penalty to 100s, fix shutdown guard race condition 2026-03-27 16:13:58 +01:00
install_autostart.sh feat: better screen lock checker 2026-03-08 21:39:39 +01:00
install_systemd.sh refactor: remove manual workout forms, ADB-only verification + sick mode 2026-03-27 15:54:01 +01:00
remove_autostart.sh refactor: rename folders to fix N999, INP001, S311 linting rules 2025-11-30 21:20:17 +01:00
remove_systemd.sh refactor: remove manual workout forms, ADB-only verification + sick mode 2026-03-27 15:54:01 +01:00
run.sh refactor: split oversized SBE modules, extend screen locker, and enhance Horatio demo 2026-03-29 22:50:24 +02:00
screen_lock.py refactor: split oversized SBE modules, extend screen locker, and enhance Horatio demo 2026-03-29 22:50:24 +02:00
workout-locker.service refactor: remove manual workout forms, ADB-only verification + sick mode 2026-03-27 15:54:01 +01:00
workout-locker.timer refactor: remove manual workout forms, ADB-only verification + sick mode 2026-03-27 15:54:01 +01:00