vx / connectbot

Enhanced version of the popular ConnectBot SSH and telnet client
http://connectbot.vx.sk
Apache License 2.0
193 stars 62 forks source link

Don't monitor network state in local mode (#20) #32

Closed tequeter closed 11 years ago

tequeter commented 11 years ago

Issue #20: When the phone loses a network connection, connectbot also disconnects local sessions.

Patch info: Based on upstream's issue #417 patch. Fixed to use instanceof instead of getProtocolName(): this method is static and will always return "unknown".