Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Releases: gotev/android-host-monitor

2.0

11 Feb 23:53
Compare
Choose a tag to compare

Changelog

  • Complete redesign of the library. Previously it worked only when the application in which it was embedded was in foreground. Now it works also in background.
  • Configuration gets persisted
  • Updated docs and added javadocs.
  • The library is published in jcenter and maven central
  • Improved battery life management. The library automatically cancels periodic checks and reachability checks when the device does not have any network connectivity or when there is no remote host to monitor.

1.0

11 Oct 20:14
Compare
Choose a tag to compare
1.0

Easily monitor remote hosts and ports on Android. A periodic task checks the reachability status and gets stopped when the device is not connected to preserve battery life. When the connection becomes available again, it's automatically restarted.