diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-02-21 10:38:23 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-02-21 14:41:43 -0500 |
| commit | 1cafbf585965f4a8999d6a0d256d10bce75d0f8b (patch) | |
| tree | bace28e634f99d161e4568091a5d2221c5fc2d24 | |
| parent | 71e1b30f9556848bf330ab441b873610a592fd07 (diff) | |
HTTPS-based network time improvements
| -rw-r--r-- | static/releases.html | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ <li>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</li> <li>kernel (Generic 5.15): update to latest GKI LTS branch revision including update to 5.15.94</li> <li>add internal getContext() method to ContentResolver to make adding GrapheneOS settings simpler</li> + <li>HTTPS-based network time: switch to custom X-Time header with UTC time in milliseconds to improve precision</li> + <li>HTTPS-based network time: establish HTTPS connection with another request in advance and then reuse it to improve accuracy</li> + <li>HTTPS-based network time: set clock offset field used by tests</li> + <li>HTTPS-based network time: improve logging</li> + <li>HTTPS-based network time: simplify implementation</li> </ul> </article> --> |
