Releases: medavox/MuTime
Bugfixes
Kotlin Rewrite
The rewrite was performed in September 2018, but was held back from master for lack of testing.
However due to the unmaintained status of the repository, I've now decided that there should be only one version of the codebase going forward, and that it should be the modern one.
THIS SOFTWARE IS UNMAINTAINED AND UNTESTED. USE AT YOUR OWN RISK.
Laggy Network Bugfix
Fixed a bug (NullPointerException) which only appears in high-latency network conditions.
If no NTP responses meet the minimum criteria for root delay, root dispersion and round-trip delay,
then the "best response" method is forced to choose the 'best' response from an array of null TimeData
s.
Previously in this case, it chose the -1th element, causing a NullPointerException.
Now, it just returns null.
Development Dormancy
This library is currently feature-complete for me,
so (barring any bugs) this will be it for now.
This version has bugfixes and minor code tweaks; the README has been rewritten however.