agforte

Results 17 issues of agforte

It appears that this library is no longer supported. If so, the author should add this in the README using capital letters so people are aware before deciding to use...

When the application first starts it says: ``` W/Persistence: not providing a Context to access SharedPreferences disables most of Persistence's features! I/Persistence: instance:com.medavox.library.mutime.Persistence@be0eb7b W/Persistence: no time data in memory, attempting...

Today while running my app your library gave the following error message in logcat: ``` E/SntpClient: SNTP request failed for 216.239.35.0: java.lang.IllegalArgumentException: All arguments must be set. Passed Values:roundTripDelay=61; uptimeOffset=1585002762271;...

I am getting this warning: ``` W/Persistence: not providing a Context to access SharedPreferences disables most of Persistence's features! ``` However, I do not think I have control over this....

When I use the call: ``` Ntp.performNtpAlgorithm( Ntp.resolveMultipleNtpHosts("pool.ntp.org", "time.google.com", "time.apple.com") ); ``` This is what I see in logcat: ``` 2020-03-23 13:57:26.652 27347-27383/com.xxxxx I/Ntp: Getting the time from 6 IP...

When I call: ``` MuTime.requestTimeFromServer("time.apple.com"); ``` it always times out (`Poll timed out`). I tried with different servers and the result is always the same. It's not an Internet connection...

It seems that giving a list of fonts to `font-family` does not work and only the first font family in the list is used. For example: ``` dwg.embed_stylesheet(""" .fonts24 {...