BootBoi / android-app

Turn on/off your remote machine without leaving your couch!
GNU General Public License v3.0
83 stars 2 forks source link

Checking if SSH host is available is buggy #1

Closed Elektropepi closed 3 years ago

Elektropepi commented 3 years ago

When opening a connection item, the whole UI gets stuck. The ActivityIndicator spinner is never animated.

Speed it up by putting the calls within the RemoteConnectionModule into other threads

Can't change available call to Ping, as ICMP pings require root in Java: https://stackoverflow.com/a/11508356/2306363

Elektropepi commented 3 years ago

Should be fixed now