diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-04-04 17:11:37 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-04-04 17:11:37 -0400 |
| commit | 8b913ceda461568eb7486cf83c695229ee1bc515 (patch) | |
| tree | 17b0847c96d6b0d67cf1837292f919192bb1419e | |
| parent | c6f4b739ea05af28f4bcdf33d8245200507ceafe (diff) | |
clarify spell checking fix
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 9247b0f5..8ced0ab4 100644 --- a/static/releases.html +++ b/static/releases.html @@ -695,7 +695,7 @@ <p>Changes since the 2023032600 release:</p> <ul> - <li>Keyboard: apply fix for spell checking bug causing words followed by periods to be flagged as invalid</li> + <li>Keyboard: apply fix for upstream spell checking bug causing words followed by periods to be flagged as invalid for some configurations</li> <li>enable auto-reboot feature by default with a very conservative 72 hour timer (i.e. the device will automatically reboot after 3 days without a successful unlock of any profile by default with users encouraged to set a shorter value to get their data automatically back at rest faster)</li> <li>Dialer: add modernized call recording implementation using modern Android storage (no files permission) and with unnecessary cruft removed including not locking availability or playing a recording tone based on region (users are responsible for respecting regional laws including informing the other party or obtaining explicit consent if required)</li> <li>Dialer: replace disabling bytecode optimization with a specific rule to keep fragment constructors</li> |
