Skip to content

Releases: medavox/MuTime

Bugfixes

06 May 11:34
Compare
Choose a tag to compare

minor API-design oversights.

Kotlin Rewrite

06 May 10:42
958f691
Compare
Choose a tag to compare

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

11 Dec 15:03
f3af471
Compare
Choose a tag to compare

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 TimeDatas.

Previously in this case, it chose the -1th element, causing a NullPointerException.
Now, it just returns null.

Development Dormancy

30 Nov 12:46
1a7c1e8
Compare
Choose a tag to compare

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.