summaryrefslogtreecommitdiffhomepage
path: root/android/src/main
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2020-06-17 15:11:57 +0200
committerLinus Färnstrand <linus@mullvad.net>2020-06-17 15:12:25 +0200
commitc53a2ff991061e6eaa2f0a45efa93a5e7a3508d5 (patch)
tree07cad08199a9d6ff97dbdfdac684754f6803d594 /android/src/main
parent70b22d9994e51358cb973f920a4038d836e82754 (diff)
downloadmullvadvpn-c53a2ff991061e6eaa2f0a45efa93a5e7a3508d5.tar.xz
mullvadvpn-c53a2ff991061e6eaa2f0a45efa93a5e7a3508d5.zip
Change android release notes to 2020.5-beta2 notes
This was submitted too late. But now at least they can be correct in the repo :shrug:
Diffstat (limited to 'android/src/main')
-rw-r--r--android/src/main/play/release-notes/en-US/beta.txt12
1 files changed, 5 insertions, 7 deletions
diff --git a/android/src/main/play/release-notes/en-US/beta.txt b/android/src/main/play/release-notes/en-US/beta.txt
index 79a74ebdb7..4cc3e65a1d 100644
--- a/android/src/main/play/release-notes/en-US/beta.txt
+++ b/android/src/main/play/release-notes/en-US/beta.txt
@@ -1,7 +1,5 @@
-- Fix many app crashes and bugs.
-- Add possibility to create account from the login screen.
-- Allow submitting voucher codes to add time to the account.
-- Move location of the account data (including the WireGuard keys), so that it isn't lost when the
- system cache is cleaned.
-- Adjust the minimum supported Android version to correctly reflect the supported versions decided
- in 2020.4-beta2. The app will now only install on Android 7 and later (API level 24).
+- Show a notification banner warning when the account time will soon run out.
+- Prevent commands to connect or disconnect to be sent when the device is locked.
+- Make all screens scrollable to better handle small screens and split-screen mode.
+- Prevent tapjacking attacks and prohibit screenshots. Fixes audit ticket `MUL-02-003`.
+- Fix various bugs causing random crashes, and UI navigation issues.