summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2023-02-22 14:41:07 -0500
committerDaniel Micay <danielmicay@gmail.com>2023-02-22 14:42:34 -0500
commitf3ee0147e7e05e96b6a00dc559a547c8c490f2fa (patch)
tree49bfbc7ced2818b13da5cbf7f75b22c43eea898c /static
parent2a1e29ae91e55bcff5a76cfd2399e77b890fd9df (diff)
reduce system clock drift warning
Diffstat (limited to 'static')
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 4cfc2812..905ec617 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -690,6 +690,7 @@
<li>HTTPS-based network time: improve logging</li>
<li>HTTPS-based network time: simplify implementation</li>
<li>reduce time update threshold to 50ms from Android's default 2000ms instead of allowing the clock to get up to 2s out-of-date</li>
+ <li>reduce system clock drift warning to 250ms from Android's default 2000ms</li>
<li>simplify our implementation of disabling cellular-based automatic time by using the standard permitted origin configuration</li>
<li>simplify our implementation of disabling network time refresh when automatic time is disabled (unlike GrapheneOS, Android always performs network time checks and the user only controls whether the results from any of the automatic time methods are used)</li>
<li>Messaging: avoid crash caused by upstream bug when forwarding a message</li>