Go to file
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
.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 refactor: auto-detect wireless ADB device, remove phone_config.txt 2026-02-24 21:19:47 +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