summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2024-04-09 17:25:40 +0200
committerAlbin <albin@mullvad.net>2024-04-10 10:54:42 +0200
commitab33e15563acc9baaf38e2c1fb8a27384cbb40d6 (patch)
treea15ae29f0eeb4900180d09e722b25e203a186939 /android
parentef302ac53a0416af6fb6a3e14176ab6f14498e6b (diff)
downloadmullvadvpn-ab33e15563acc9baaf38e2c1fb8a27384cbb40d6.tar.xz
mullvadvpn-ab33e15563acc9baaf38e2c1fb8a27384cbb40d6.zip
Strip android headers in android changelog
Diffstat (limited to 'android')
-rw-r--r--android/CHANGELOG.md47
1 files changed, 1 insertions, 46 deletions
diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md
index 286f38e4b7..dcb2a01618 100644
--- a/android/CHANGELOG.md
+++ b/android/CHANGELOG.md
@@ -29,13 +29,11 @@ Line wrap the file at 100 chars. Th
## [android/2024.1] - 2024-04-05
### Fixed
-#### Android
- Fix 3D map animation distance calculation.
## [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.
@@ -43,7 +41,6 @@ Line wrap the file at 100 chars. Th
- 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.
@@ -52,14 +49,12 @@ Line wrap the file at 100 chars. Th
- 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.
@@ -70,13 +65,11 @@ Identical to `android/2023.10-beta1`.
## [android/2023.10-beta1] - 2023-12-11
### Fixed
-#### Android
- Fix relay selector attempting to connect to OpenVPN relays in some circumstances.
## [android/2023.9] - 2023-12-06
### Added
-#### Android
- Add missing translations for in-app purchases and a few settings.
@@ -86,7 +79,6 @@ Identical to `android/2023.8-beta2`.
## [android/2023.8-beta2] - 2023-11-27
### Fixed
-#### Android
- Fix top bar flickering in some scrollable views.
- Fix welcome screen sometimes showing on app restart after adding time.
- Fix inconsistencies with the account history in the login view.
@@ -96,7 +88,6 @@ Identical to `android/2023.8-beta2`.
## [android/2023.8-beta1] - 2023-11-20
### Changed
-#### Android
- Add Google Play in-app purchases to the build distributed via Google Play.
- Add social media content blocker.
- Add support for setting per-app language in system settings.
@@ -110,13 +101,11 @@ Identical to `android/2023.8-beta2`.
## [android/2023.7] - 2023-10-11
### Changed
-#### Android
- Minor addition to problem report logs to aid debugging of user issues.
## [android/2023.6] - 2023-09-25
### Fixed
-#### Android
- Fix inconsistent dialog corner radius.
- Fix missing scrolling in the changes dialog.
- Fix unused bundled relay list.
@@ -124,7 +113,6 @@ Identical to `android/2023.8-beta2`.
## [android/2023.6-beta2] - 2023-09-13
### Fixed
-#### Android
- Fix tunnel state and connection details sometimes getting stuck showing the wrong information.
- Fix MTU dismiss behavior.
- Fix DNS input crash.
@@ -133,7 +121,6 @@ Identical to `android/2023.8-beta2`.
## [android/2023.6-beta1] - 2023-08-29
### Added
-#### Android
- Add quantum resistant tunneling.
- Add UDP-over-TCP WireGuard obfuscation.
- Improve how the Android firewall handles incoming connections on Android 11+ devices.
@@ -141,33 +128,28 @@ Identical to `android/2023.8-beta2`.
- Add settings entry to configure WireGuard port by either using a predefined or custom port.
### Changed
-#### Android
- Combine the "Preferences" and "Account" settings sub-menus into a single one called
"VPN Settings".
- Make "Split tunneling" more accessible by placing it directly in the main settings menu.
- Migrate multiple views to Compose and MVVM (Settings, Account, Split tunneling, Select location).
### Fixed
-#### Android
- Reduce flickering in the main/connect view.
## [android/2023.5] - 2023-08-02
### Changed
-#### Android
- New fancy version number in order to try to resolve Google Play distribution issues. Otherwise
same as `android/2023.4`.
## [android/2023.4] - 2023-07-18
### Changed
-#### Android
- Prevent opening download page in Google Play builds.
## [android/2023.3] - 2023-06-27
### Changed
-#### Android
- Change so that all links and texts leading to the mullvad webpage display a modified version of
the webpage that does not include links to the account page in order to comply with
the Google Play payment policies. This doesn't apply to F-Droid builds.
@@ -176,7 +158,6 @@ Identical to `android/2023.8-beta2`.
## [android/2023.2] - 2023-05-22
### Changed
-#### Android
- Change so that all links and texts leading to the account web page (which also includes a payment
flow) are either hidden or leads to the app itself (notification actions) in order to comply with
the Google Play payment policies. This doesn't apply to F-Droid builds.
@@ -184,28 +165,23 @@ Identical to `android/2023.8-beta2`.
## [android/2023.1] - 2023-05-16
### Fixed
-#### Android
- Fix DNS input keyboard type.
## [android/2023.1-beta2] - 2023-05-09
### Added
-#### Android
- Add "Manage account" button to the account view.
### Fixed
-#### Android
- Fix missing payment info in out-of-time view.
## [android/2023.1-beta1] - 2023-05-03
### Added
-#### Android
- Add themed icon.
- Add DNS content blockers.
### Changed
-#### Android
- Clarify some of the error messages throughout the app.
- Increase WireGuard key rotation interval to 14 days.
- Change the DNS/MTU input to rely on dialogs in order to improve the UX on some devices.
@@ -213,14 +189,12 @@ Identical to `android/2023.8-beta2`.
and GitHub. The buttons are still visible for F-Droid builds.
### Fixed
-#### Android
- Fix adaptive app icon which previously had a displaced nose and some other oddities.
- Fix app version sometimes missing in the settings menu.
## [android/2022.3] - 2022-11-14
### Added
-#### Android
- Add privacy policy link in settings.
- Add initial privacy consent which is showed on each start until approved.
@@ -231,13 +205,11 @@ Identical to android/2022.2-beta2 except for updated translations.
## [android/2022.2-beta2] - 2022-09-09
### Changed
-#### Android
- Refresh device data when opening the account view to ensure the local data is up-to-date and that
the device hasn't been revoked.
- Disable settings button during login.
### Fixed
-#### Android
- Fix crash sometimes occurring during account creation.
- Fix tunnel info expansion state not remembered during pause and resume.
- Fix crash during some view transitions.
@@ -247,21 +219,17 @@ Identical to android/2022.2-beta2 except for updated translations.
## [android/2022.2-beta1] - 2022-08-11
### Added
-#### Android
- Add device management to the Android app. This simplifies knowing which device is which and adds
the option to log other devices out when the account already has five devices.
### Changed
-#### Android
- Lowered default MTU to 1280 on Android.
- Disable app icon badge for tunnel state notification/status.
### Removed
-#### Android
- Remove WireGuard view as it's no longer needed with the new way of managing devices.
### Fixed
-#### Android
- Fix unused dependencies loaded in the service/tile DI graph.
- Fix missing IPC message unregistration causing multiple copies of some messages to be received.
- Fix quick settings tile being unresponsive and causing crashes on some devices.
@@ -270,7 +238,6 @@ Identical to android/2022.2-beta2 except for updated translations.
- Fix crash when clicking in-app URL notifications.
### Security
-#### Android
- Prevent location request responses from being received outside the tunnel when in the connected
state.
@@ -281,27 +248,22 @@ Identical to android/2022.1-beta3 except for a few updated translations.
## [android/2022.1-beta3] - 2022-02-08
### Fixed
-#### Android
- Fix app crash caused by quick settings tile.
## [android/2022.1-beta2] - 2022-01-27
### Fixed
-#### Android
- Fix app sometimes crashing during startup on Android TVs.
## [android/2022.1-beta1] - 2022-01-26
### Added
-#### Android
- Add toggle for Split tunneling view to be able to show system apps
- Add support of adaptive icons (available only from Android 8).
### Changed
- Gradually increase the WireGuard connectivity check timeout, lowering the timeout for the first
few attempts.
-
-#### Android
- Improve stability by running the UI and the tunnel management logic in separate processes.
- Remove dialog warning that only custom local DNS servers are supported, since public custom DNS
servers are now supported.
@@ -317,14 +279,13 @@ Identical to android/2022.1-beta3 except for a few updated translations.
- Hide the tunnel state notification from the lock screen.
### Fixed
-#### Android
- Fix banner sometimes incorrectly showing (e.g. "BLOCKING INTERNET").
- Fix tunnel state notification sometimes re-appearing after being dismissed.
- Fix invalid URLs. Rely on browser locale rather than app/system language.
- Automatically disable custom DNS when no servers have been added.
- Fix issue where erasing wireguard MTU value did not clear its setting.
- Fix initial state of Split tunneling excluded apps list. Previously it was not notified the daemon
-properly after initialization.
+ properly after initialization.
- Fix UI sometimes not updating correctly while no split screen or after having a dialog from
another app appear on top.
- Fix request to connect from notification or quick-settings tile not connecting if VPN permission
@@ -350,8 +311,6 @@ that is the same as the git tag they receive: `android/<version>`.
- Add 51820 to list of WireGuard ports in app settings.
- Add option to connect to WireGuard relays over IPv6.
- Add Burmese translations.
-
-#### Android
- Allow reaching the API server when connecting, disconnecting or in a blocked state.
- Add FAQs & Guides menu entry to the Settings screen.
- Add TV banner for better user experience and requirements.
@@ -362,14 +321,10 @@ that is the same as the git tag they receive: `android/<version>`.
- Only download a new relay list if it has been modified.
- Connect to the API only via TLS 1.3
- Shrink account history capactity from 3 account entries to 1.
-
-#### Android
- WireGuard key is now rotated sooner: every four days instead of seven.
### Fixed
- Improve responsiveness when reconnecting after some failed connection attempts.
-
-#### Android
- Fix input area sometimes disappearing when returning to the Login screen.
For older non-stable releases, see the main changelog ../CHANGELOG.md