openclaw/apps/android/app/src/main
Cash Williams 12186e14a9 fix(android): handle unreachable gateway gracefully
Previously, if the gateway was unreachable (wrong IP, offline, etc.),
the Android app would crash with an unhandled socket exception.

Changes:
- Wrap socket.connect() in try/catch to handle connection failures
- Return PairResult with error message instead of crashing
- Display actual error message in status text instead of generic 'pairing required'

This gives users useful feedback like 'Connection refused' or
'Network is unreachable' instead of a crash.
2026-01-04 01:44:43 +01:00
..
assets feat: centralize tool display metadata 2026-01-03 13:18:27 +01:00
java/com/clawdis/android fix(android): handle unreachable gateway gracefully 2026-01-04 01:44:43 +01:00
res chore(android): update icons and platform config 2025-12-20 23:43:28 +01:00
AndroidManifest.xml feat: add node location support 2026-01-04 00:54:44 +01:00