Skip to content

2.0

Compare
Choose a tag to compare
@kaushikgopal kaushikgopal released this 18 Oct 18:55
· 240 commits to master since this release

Features:

  • Full NTP implementation #24 (this was a significant change and warranted the change of the apis)
  • Disk persistence! cache TrueTime info to disk, so we avoid network requests calls (even across app kills). This requires the boot permission as TrueTime is invalid across device boots #15
  • Add flag for logging #16

Fixes:

  • More stringent checks with custom InvalidNtpServerResponseException thrown with reason for failure
  • the maxConcurrent option was incorrectly being used on flatMap. While limiting the number of parallel SNTP calls made, it was also basically ignoring rest of the provided NTP hosts.