Kronos-Android icon indicating copy to clipboard operation
Kronos-Android copied to clipboard

An Open Source Kotlin SNTP library

Results 14 Kronos-Android issues
Sort by recently updated
recently updated
newest added

If I do something like: - Open my app - Minimize it and go to System > Date & Time and then change the device clock for some wrong date...

to fix #61 related to https://github.com/lyft/Kronos-Android/issues/61#issuecomment-1035936886 Using the difference between deviceCurrentTime and deviceElapsedTime can trigger false negative on `isFromSameBoot`. To avoid this false-negative case, this PR uses boot count from...

Some times the clock gives wrong time in andorid While the time in device is correct as on 17 Dec the device and NTP server time are correct but koronos...

Receive timed out from NEP Server once and then get this error `Receive timed out` after that receiving `Ignoring NTP update due to low skew`

Hi, your `SntpClient.java` has hardcoded NTP port. https://github.com/lyft/Kronos-Android/blob/master/kronos-java/src/main/java/com/lyft/kronos/internal/ntp/SntpClient.java#L91 Sometimes is useful host custom NTP server on different then well known (blocked) port. What about parse port for NTP server from...

Sometimes it is necessary to get accurate time (or null) without starting automatic synchronization. If time synchronization depends on user actions, re-run can be cancelled. The listener is inconvenient to...

Hey, I started using Kronos a few days ago. May I have few questions regarding time sync/drifting on android? The time seems to be complately unstable, almost each sync process...

If I specify multiple NTP hosts, when I do an NTP sync, are all of them queried or the process stops as soon as one query to one of the...

If the `cacheExpirationMs` is 1 minute and `minWaitTimeBetweenSyncMs` is 5 minutes, what will happen when I do a `getCurrentTime()` at minute 3? Will the value in the cache be used...

The README says that Kronos attempts a "refresh" every `minWaitTimeBetweenSyncMs`. Is this "automatic refresh" process initiated by the first call to `getCurrentTime()` or when?