summaryrefslogtreecommitdiffhomepage
path: root/android/app/src
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2022-02-04 11:25:22 +0100
committerAlbin <albin@mullvad.net>2022-02-08 07:41:26 +0100
commitbace3492dfead42f896d53118c94919231fe97ec (patch)
tree9f1e5dd73c04c79b38d2914aa3ab4df2bb42ee95 /android/app/src
parent9c72cb2a9ebc8f7e393641f102b4b95d76a197f1 (diff)
downloadmullvadvpn-bace3492dfead42f896d53118c94919231fe97ec.tar.xz
mullvadvpn-bace3492dfead42f896d53118c94919231fe97ec.zip
Fix missing fdroid metadata
F-Droid requires the metadata to be present in a specific location which isn't compatible with our mono-repo structure, therefore this change moves the Gradle Play Publisher (GPP) directories to a location compatible with F-Droid and adds a symlink at the location GPP expects, which leads to the F-Droid location. The reason for doing it this way rather than symlinking the other way around is that we don't use GPP itself atm. Even if we start using it, it's still easier to make sure everything is working (in regards to the symlink) in the GPP build environment compared to the F-Droid build environment.
Diffstat (limited to 'android/app/src')
l---------android/app/src/main/play1
-rw-r--r--android/app/src/main/play/contact-email.txt1
-rw-r--r--android/app/src/main/play/contact-website.txt1
-rw-r--r--android/app/src/main/play/default-language.txt1
-rw-r--r--android/app/src/main/play/listings/en-US/full-description.txt35
-rw-r--r--android/app/src/main/play/listings/en-US/graphics/feature-graphic/Android-feature-graphics.pngbin197879 -> 0 bytes
-rw-r--r--android/app/src/main/play/listings/en-US/graphics/icon/icon.pngbin19582 -> 0 bytes
-rw-r--r--android/app/src/main/play/listings/en-US/graphics/phone-screenshots/01_connect.pngbin73841 -> 0 bytes
-rw-r--r--android/app/src/main/play/listings/en-US/graphics/phone-screenshots/02_settings.pngbin65910 -> 0 bytes
-rw-r--r--android/app/src/main/play/listings/en-US/graphics/phone-screenshots/03_wireguard_key.pngbin77371 -> 0 bytes
-rw-r--r--android/app/src/main/play/listings/en-US/graphics/phone-screenshots/04_report_a_problem.pngbin77378 -> 0 bytes
-rw-r--r--android/app/src/main/play/listings/en-US/graphics/phone-screenshots/05_login.pngbin58620 -> 0 bytes
-rw-r--r--android/app/src/main/play/listings/en-US/short-description.txt1
-rw-r--r--android/app/src/main/play/listings/en-US/title.txt1
-rw-r--r--android/app/src/main/play/release-notes/en-US/default.txt0
15 files changed, 1 insertions, 40 deletions
diff --git a/android/app/src/main/play b/android/app/src/main/play
new file mode 120000
index 0000000000..61245f681c
--- /dev/null
+++ b/android/app/src/main/play
@@ -0,0 +1 @@
+../../../src/main/play \ No newline at end of file
diff --git a/android/app/src/main/play/contact-email.txt b/android/app/src/main/play/contact-email.txt
deleted file mode 100644
index 001a8c0cf1..0000000000
--- a/android/app/src/main/play/contact-email.txt
+++ /dev/null
@@ -1 +0,0 @@
-support@mullvad.net
diff --git a/android/app/src/main/play/contact-website.txt b/android/app/src/main/play/contact-website.txt
deleted file mode 100644
index 08ee598e0f..0000000000
--- a/android/app/src/main/play/contact-website.txt
+++ /dev/null
@@ -1 +0,0 @@
-https://mullvad.net/
diff --git a/android/app/src/main/play/default-language.txt b/android/app/src/main/play/default-language.txt
deleted file mode 100644
index beb9970be0..0000000000
--- a/android/app/src/main/play/default-language.txt
+++ /dev/null
@@ -1 +0,0 @@
-en-US
diff --git a/android/app/src/main/play/listings/en-US/full-description.txt b/android/app/src/main/play/listings/en-US/full-description.txt
deleted file mode 100644
index 63b51cf557..0000000000
--- a/android/app/src/main/play/listings/en-US/full-description.txt
+++ /dev/null
@@ -1,35 +0,0 @@
-<b>Get started</b>
-
-1. Install the app.
-2. Click &ldquo;Create account&rdquo; to generate an account number.
-3. Add time to your account on our website. Just €5/month.
-
-<b>Why use Mullvad VPN?</b>
-
-Maintain your anonymity:
-
-&#8226;&#8195;Creating an account requires no personal info &mdash; not even an email address.
-&#8226;&#8195;We keep no activity logs.
-&#8226;&#8195;Pay anonymously with cash or cryptocurrency.
-
-Mitigate ISP blocking and throttling.
-
-Bypass geographical restrictions with our global network of VPN servers.
-
-Our Android app uses WireGuard, a superior VPN protocol that connects fast and doesn’t drain your battery.
-
-<b>How does Mullvad VPN work?</b>
-
-Mullvad VPN allows you to browse the web securely and privately.
-
-With Mullvad, your traffic travels through an encrypted tunnel to one of our VPN servers and then onward to the website you are visiting. In this way, websites will only see our server’s identity instead of yours. In addition, any information that your internet service provider (ISP) saves cannot be tied specifically to you.
-
-Using a VPN is a great first step toward protecting your privacy. We believe that privacy is a universal right.
-
-<b>For your right to privacy</b>
-
-Mullvad was founded in 2009 purely with the ambition of upholding the universal right to privacy &mdash; for you, for us, for everyone. And not only that, we want to make Internet censorship and mass surveillance ineffective.
-
-That's a tall order, but if you want to make a change, you've gotta start somewhere.
-
-Since our humble beginning, our VPN service has helped to keep users' online activity, identity, and location private. Over the years, we've been blazing a trail forward to provide the most secure and anonymous VPN out there for everyone, for us, for you.
diff --git a/android/app/src/main/play/listings/en-US/graphics/feature-graphic/Android-feature-graphics.png b/android/app/src/main/play/listings/en-US/graphics/feature-graphic/Android-feature-graphics.png
deleted file mode 100644
index 14504d0f5a..0000000000
--- a/android/app/src/main/play/listings/en-US/graphics/feature-graphic/Android-feature-graphics.png
+++ /dev/null
Binary files differ
diff --git a/android/app/src/main/play/listings/en-US/graphics/icon/icon.png b/android/app/src/main/play/listings/en-US/graphics/icon/icon.png
deleted file mode 100644
index 23a1bb5fe3..0000000000
--- a/android/app/src/main/play/listings/en-US/graphics/icon/icon.png
+++ /dev/null
Binary files differ
diff --git a/android/app/src/main/play/listings/en-US/graphics/phone-screenshots/01_connect.png b/android/app/src/main/play/listings/en-US/graphics/phone-screenshots/01_connect.png
deleted file mode 100644
index 77e1011acd..0000000000
--- a/android/app/src/main/play/listings/en-US/graphics/phone-screenshots/01_connect.png
+++ /dev/null
Binary files differ
diff --git a/android/app/src/main/play/listings/en-US/graphics/phone-screenshots/02_settings.png b/android/app/src/main/play/listings/en-US/graphics/phone-screenshots/02_settings.png
deleted file mode 100644
index 66112856cf..0000000000
--- a/android/app/src/main/play/listings/en-US/graphics/phone-screenshots/02_settings.png
+++ /dev/null
Binary files differ
diff --git a/android/app/src/main/play/listings/en-US/graphics/phone-screenshots/03_wireguard_key.png b/android/app/src/main/play/listings/en-US/graphics/phone-screenshots/03_wireguard_key.png
deleted file mode 100644
index 3b39482ad1..0000000000
--- a/android/app/src/main/play/listings/en-US/graphics/phone-screenshots/03_wireguard_key.png
+++ /dev/null
Binary files differ
diff --git a/android/app/src/main/play/listings/en-US/graphics/phone-screenshots/04_report_a_problem.png b/android/app/src/main/play/listings/en-US/graphics/phone-screenshots/04_report_a_problem.png
deleted file mode 100644
index 4f01b14a20..0000000000
--- a/android/app/src/main/play/listings/en-US/graphics/phone-screenshots/04_report_a_problem.png
+++ /dev/null
Binary files differ
diff --git a/android/app/src/main/play/listings/en-US/graphics/phone-screenshots/05_login.png b/android/app/src/main/play/listings/en-US/graphics/phone-screenshots/05_login.png
deleted file mode 100644
index 85272d086a..0000000000
--- a/android/app/src/main/play/listings/en-US/graphics/phone-screenshots/05_login.png
+++ /dev/null
Binary files differ
diff --git a/android/app/src/main/play/listings/en-US/short-description.txt b/android/app/src/main/play/listings/en-US/short-description.txt
deleted file mode 100644
index 69cbdafac8..0000000000
--- a/android/app/src/main/play/listings/en-US/short-description.txt
+++ /dev/null
@@ -1 +0,0 @@
-Protect your online privacy with a fast, trustworthy, and easy-to-use VPN.
diff --git a/android/app/src/main/play/listings/en-US/title.txt b/android/app/src/main/play/listings/en-US/title.txt
deleted file mode 100644
index ece3daab0a..0000000000
--- a/android/app/src/main/play/listings/en-US/title.txt
+++ /dev/null
@@ -1 +0,0 @@
-Mullvad VPN: privacy is a universal right
diff --git a/android/app/src/main/play/release-notes/en-US/default.txt b/android/app/src/main/play/release-notes/en-US/default.txt
deleted file mode 100644
index e69de29bb2..0000000000
--- a/android/app/src/main/play/release-notes/en-US/default.txt
+++ /dev/null