From 1cafbf585965f4a8999d6a0d256d10bce75d0f8b Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 21 Feb 2023 10:38:23 -0500 Subject: [PATCH] HTTPS-based network time improvements --- static/releases.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/releases.html b/static/releases.html index fe3057b0..80b342b3 100644 --- a/static/releases.html +++ b/static/releases.html @@ -684,6 +684,11 @@
  • kernel (Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Generic 5.10): update to latest GKI LTS branch revision including update to 5.10.168
  • kernel (Generic 5.15): update to latest GKI LTS branch revision including update to 5.15.94
  • add internal getContext() method to ContentResolver to make adding GrapheneOS settings simpler
  • +
  • HTTPS-based network time: switch to custom X-Time header with UTC time in milliseconds to improve precision
  • +
  • HTTPS-based network time: establish HTTPS connection with another request in advance and then reuse it to improve accuracy
  • +
  • HTTPS-based network time: set clock offset field used by tests
  • +
  • HTTPS-based network time: improve logging
  • +
  • HTTPS-based network time: simplify implementation
  • -->