All Versions
10
Latest Version
Avg Release Cycle
85 days
Latest Release
2395 days ago
Changelog History
Changelog History
-
v3.4 Changes
September 05, 2018- ๐ Improved caching (Provide custom caching implementation) ๐ @TonyTangAndroid
- ๐ new Wiki with better instructions and information around using the library
- ๐ use
Single
instead ofFlowable
for init call apis - โก๏ธ update example to demonstrate usage better
- โ remove "support-annotations" dependency
-
v3.3 Changes
July 17, 2017 -
v3.2 Changes
June 06, 2017 -
v3.0
April 06, 2017 -
v2.2 Changes
January 28, 2017 -
v2.1 Changes
December 23, 2016๐ Fixes:
- coerce signed 16.16 int -> double value and compare in milliseconds
-
v2.0 Changes
October 18, 2016๐ 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.
-
v1.5 Changes
September 02, 2016- ๐ฆ expose retry count
- (Rx) fix:
first
->take(1)
-
v1.4
August 14, 2016 -
v1.3 Changes
July 30, 2016- clean Singleton implementation
- โ add
TrueTime.isInitialized()