We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add dev testing guide for setting points without force-stop+SQLite Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Update v0.5.0-test doc: WSS auto-start, BLE UUID removal, retry backoff - Mark all pass criteria as complete [x] - Fix adb commands (uncomment force-stop/start) - Note service UUID dropped from BLE advertisement (31-byte limit) - Document WSS server auto-starts at Desktop launch (App.tsx) - Document BLE retry backoff + log verbosity improvements - Update BLE packet format section to reflect no UUID in advertisement
Uncomment adb force-stop/start commands in production testing guide
Docs: Add BLE auto-discovery architecture and implementation notes
Docs: Add v0.4.0-test section for connection lifecycle fixes Documents four bugs found during BLE linking test: stale connection state on airplane mode, no auto-reconnect after network recovery, duplicate device registrations from ephemeral port mismatch, and misleadingly named BLE section. Includes root causes, file-level changes, and end-to-end test procedure.
Docs: Add PowerShell netstat variant for port verification
Docs: Clarify mobile debug build steps (Metro + adb reverse) Split the single build command into four numbered steps: start Metro, build APK, forward Metro port, and optionally force-restart the app.
Docs: Add v0.3.0-test section for handshake feature Documents the root cause (device only registered on first counter_update), the changes made across mobile and desktop, and the end-to-end test procedure with pass criteria for the new handshake + toast notification.
Docs: Add v0.2.0-test section for UI auto-update and camera inversion test - Add Fix 1: Desktop linked-devices list now auto-updates via Tauri events - Add Fix 2: Testing module uses real camera photo instead of hardcoded pixel - Remove resolved known limitation (Linked Devices count not updating) - Add end-to-end test procedure with expected outcomes for each step - Add pass criteria checklist for v0.2.0-test validation
Docs: Add Device Linking production testing doc (v0.1.2-test, 4 bugs) Records four root-cause bugs found during installed exe+apk testing and their fixes: wrong QR IP, wrong server bind interface, missing Windows firewall rule, and Android cleartext traffic blocked in release builds.