diff options
| author | Albin <albin@mullvad.net> | 2024-04-09 15:28:01 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-04-09 15:28:01 +0200 |
| commit | 9a23de0528cb90ad248863dd70737ab198680fd7 (patch) | |
| tree | 198e00d1678cd9e1597af7e1754021098fafb28e | |
| parent | 7fae8dca714305abe4274e3995af5f4fccfd88aa (diff) | |
| parent | 0fe40cdcc8b70dfb7f96dca3bcbd9c176a1da8fe (diff) | |
| download | mullvadvpn-9a23de0528cb90ad248863dd70737ab198680fd7.tar.xz mullvadvpn-9a23de0528cb90ad248863dd70737ab198680fd7.zip | |
Merge branch 'update-main-with-android-2024.1'
| -rw-r--r-- | CHANGELOG.md | 48 | ||||
| -rw-r--r-- | dist-assets/android-product-version.txt | 2 |
2 files changed, 35 insertions, 15 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7743495da4..9788d9e826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,10 +28,6 @@ Line wrap the file at 100 chars. Th - Add ability to import server IP overrides in GUI. #### Android -- Add support for all screen orientations. -- Add toggle for enabling or disabling split tunneling. -- Add auto connect and lockdown mode guide on platforms that has system vpn settings. -- Add 3D map to Connect screen. - Add the ability to create and manage custom lists of relays. - Add Server IP overrides feature. @@ -42,11 +38,6 @@ Line wrap the file at 100 chars. Th [`relay selector defaults`]: docs/relay-selector.md#default-constraints-for-tunnel-endpoints -#### Android -- Migrate to Compose Navigation which also improves screen transition animations. -- Increase focus highlight opacity. -- Set auto-connect setting as legacy on platforms with system vpn settings. - ### Fixed - Continual excessive attempts to update the API IP were made after testing access methods. - Fix pointless API access method rotations for concurrent requests. @@ -54,13 +45,11 @@ Line wrap the file at 100 chars. Th - Fix missing redirect to out of time-view when running out of time. - Fix incorrectly showing "App lost contact with system service" notification on suspend. -#### Android -- Fix crash in Split Tunneling screen caused by apps provding icons bigger than 100MB. -### Security +## [android/2024.1] - 2024-04-05 +### Fixed #### Android -- Change from singleTask to singleInstance to fix Task Affinity Vulnerability in Android 8. -- Add protection against some tapjacking vulnerabilities. +- Fix 3D map animation distance calculation. ## [2024.1] - 2024-03-21 @@ -74,6 +63,37 @@ Line wrap the file at 100 chars. Th gracefully. +## [android/2024.1-beta1] - 2024-03-18 +### Added +#### Android +- Add 3D map to the connect screen. +- Add support for all screen orientations. +- Add possibility to filter locations by provider. +- Add toggle for enabling or disabling split tunneling. +- Add auto-connect and lockdown guide on platforms with system vpn settings. + +### Changed +#### Android +- Migrate to Compose Navigation which also improves screen transition animations. +- Increase focus highlight opacity. +- Set auto-connect setting as legacy on platforms with system vpn settings. +- Change default obfuscation setting to `auto`. +- Migrate obfuscation settings for existing users from `off` to `auto`. +- Update support email address to new email address, support@mullvadvpn.net. + +### Fixed +#### Android +- Improve DPAD navigation. +- Upgrade wireguard-go. This might improve connectivity on some devices such as chromebooks. +- Fix connectivity issues that would occur when using quantum-resistant tunnels with an incorrectly + configured MTU. + +### Security +#### Android +- Change from singleTask to singleInstance to fix Task Affinity Vulnerability in Android 8. +- Add protection against some tapjacking vulnerabilities. + + ## [2024.1-beta2] - 2024-02-19 ### Added - Add account UUID to verbose 'mullvad account get -v' output. diff --git a/dist-assets/android-product-version.txt b/dist-assets/android-product-version.txt index c531a43b92..702b928acc 100644 --- a/dist-assets/android-product-version.txt +++ b/dist-assets/android-product-version.txt @@ -1 +1 @@ -2023.10 +2024.1 |
