testsAndMisc/python_pkg
Krzysztof kuhy Rudnicki 3f5d57871f refactor: auto-detect wireless ADB device, remove phone_config.txt
- Replace stored phone_config.txt with _get_wireless_serial() which
  parses 'adb devices' and auto-picks the ip:port (wireless) entry
- Replace _scan_phone_port-based reconnect with _try_wireless_reconnect
  that scans local /24 subnet on port 5555 via parallel probing
- Add _get_local_subnet_prefix() using UDP socket trick (8.8.8.8:80)
- Remove PHONE_CONFIG_FILE, _load_phone_config, _save_phone_config,
  _save_connected_device_config, _scan_phone_port
- No config file needed; device is always discovered dynamically
- 112 tests passing
2026-02-24 21:19:47 +01:00
..
anki_decks feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
brightness_controller feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
brother_printer feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
cinema_planner feat(screen_locker): harden table tennis verification, remove running option 2026-02-02 21:38:52 +01:00
download_cats feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
extract_links Fix test discovery and coverage for python_pkg modules 2025-12-02 22:33:34 +01:00
keyboard_coop feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
lichess_bot feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
mock_server feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
music_gen feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
pdfCentered refactor: rename folders to fix N999, INP001, S311 linting rules 2025-11-30 21:20:17 +01:00
praca_magisterska_video feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
random_jpg feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
randomize_numbers feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
repo_explorer feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
scrape_website feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
screen_locker refactor: auto-detect wireless ADB device, remove phone_config.txt 2026-02-24 21:19:47 +01:00
split feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
stockfish_analysis feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
tag_divider feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
word_frequency feat: added run sh and makefile scripts 2026-02-22 22:00:50 +01:00
__init__.py feat(screen_locker): harden table tennis verification, remove running option 2026-02-02 21:38:52 +01:00
.gitignore screen_locker: enhance workout logging and UI 2025-12-02 23:22:13 +01:00
geo_data.py Consolidate all Anki deck generators into python_pkg/anki_decks/ 2026-02-07 15:32:23 +01:00