summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-12-05 12:20:10 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-12-05 12:20:10 -0500
commita9b1d8f4515e3c64e9bd497c3511f9294e376a35 (patch)
tree0f5b0a740c3021e23d87af9480c4a720fe4c7262
parent50a5629f4dd2e37405cdc339726967c134f59fdf (diff)
list more minor features
-rw-r--r--static/features.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/features.html b/static/features.html
index ae17c4a6..f78f82a1 100644
--- a/static/features.html
+++ b/static/features.html
@@ -87,6 +87,11 @@
<li>Low-level improvements to the filesystem-based full disk encryption used on
modern Android</li>
<li>Support for logging out of user profiles without needing a device manager: makes them inactive so that they can't continue running code while using another profile, purges disk encryption keys (which are per-profile) from memory and hardware registers</li>
+ <li>Support longer passwords by default without a device manager</li>
+ <li>Stricter implementation of the optional fingerprint unlock feature permitting
+ only 5 attempts rather than 20 before permanent lockout (our recommendation is
+ still keeping sensitive data in user profiles without fingerprint unlock)</li>
+ <li>PIN scrambling option</li>
<li>LTE-only mode to reduce cellular radio attack surface by disabling enormous amounts of legacy
code</li>
<li>Default enabled per-connection MAC randomization as an improvement over Android's default
@@ -120,6 +125,7 @@
<li>Seamless automatic OS update system that just works and stays out of the way
in the background without disrupting device usage, with full support for the
standard automatic rollback if the first boot of the updated OS fails</li>
+ <li>Require unlocking to access sensitive function via quick tiles</li>
</ul>
<p>Infrastructure features:</p>