diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-10-17 03:14:50 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-10-17 16:21:48 -0400 |
| commit | 3c809ce07559cc6d904c54ef4cb52e71cd3dc99e (patch) | |
| tree | bce8e32e0642188b70085bc1dbbe63f65871adf8 | |
| parent | 1dddef0b983399b770a38d35a07d92c4b5e40a89 (diff) | |
be more specific about 32-bit WebView compat issue
| -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 84b552d2..fb8be619 100644 --- a/static/releases.html +++ b/static/releases.html @@ -650,7 +650,7 @@ <p>Changes since the 2022101500 release:</p> <ul> - <li>Vanadium: add back 32-bit WebView support since there are non-Play-Store app repositories distributing 32-bit-only APKs to save storage space since they lack of split APK support and are incorrectly assuming 64-bit devices support 32-bit apps (Pixel 7 and Pixel 7 Pro have finally dropped 32-bit app support so we'll be able to build and ship 64-bit-only Vanadium on those devices, but we don't want to break existing setups on previous generation devices)</li> + <li>Vanadium: add back 32-bit WebView support primarily due to a certain F-Droid repository distributing 32-bit-only APKs to save storage space since they lack of split APK support and are incorrectly assuming 64-bit devices support 32-bit apps (Pixel 7 and Pixel 7 Pro have finally dropped 32-bit app support so we'll be able to build and ship 64-bit-only Vanadium on those devices, but we don't want to break existing setups on previous generation devices)</li> <li>don't auto-revoke Sensors/Network permissions when 'freezing' apps with device managers</li> <li>GmsCompatConfig: disable WearableDataListenerService</li> <li>raise minimum supported fastboot version for the factory images flashing scripts to 33.0.3</li> |
