summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-08-12 12:07:14 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-08-12 12:07:14 -0400
commit7a96bafd4f52af5af742c04d350016eac46c457e (patch)
tree0c5e48c2bf51e2ef169058cd0c2b66566f8026c4 /static
parente0f4f9e65af1f1ac231ef83dba2de682d6c00a64 (diff)
always show preferred network setting
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 e92e1b82..982d3b3d 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -423,6 +423,7 @@
<ul>
<li>remove periods from the build number portion of the version to improve compatibility with apps wrongly assuming they can parse it as an integer such as Google Camera (also helps to avoid hitting the build fingerprint length limit with debug build variants)</li>
<li>Settings: add 3rd option to connectivity check setting for disabling it (will prevent falling back to other networks from a broken one and handling captive portals)</li>
+ <li>Settings: ignore carrier asking the OS not to show the preferred network setting, similar to how we already ignore being instructed to disallow tethering</li>
<li>further fixes for the upstream code implementing the eBPF-based INTERNET permission (fixes cases where it was overly restrictive for secondary users, but we already prevented it from being overly permissive by adding back the simpler pre-eBPF approach as a 2nd layer of enforcement)</li>
</ul>
</article>