summaryrefslogtreecommitdiff
path: root/pages/android
diff options
context:
space:
mode:
Diffstat (limited to 'pages/android')
-rw-r--r--pages/android/en.text20
1 files changed, 20 insertions, 0 deletions
diff --git a/pages/android/en.text b/pages/android/en.text
index 6418162..ed83fb3 100644
--- a/pages/android/en.text
+++ b/pages/android/en.text
@@ -23,10 +23,30 @@ h2. Download app
Alternately, you can download the Bitmask app directly from this website. You will need to enabled the option <b>Settings > Security > Unknown Sources</b> on your device for this method to work.
+h3. Stable version
+
p(android). <%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/android/Bitmask-Android-latest.apk', :text => 'Download for Android'}) %>
p(non-android). !/assets/qr/dl.bitmask.net-bitmask-android-latest.png!:https://dl.bitmask.net/client/android/Bitmask-Android-latest.apk
+h3. Beta version
+
+<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/android/beta/Bitmask-Android-0.9.7-rc1.apk', :text => 'Download for Android'}) %>
+
+<%= render({:partial => 'common/notice'}, {:type => 'warning', :text => '<b>ATTENTION:</b> Please verify that the signing certificate of the downloaded app matches this SHA256 fingerprint:<p> 9C:94:DB:F8:46:FD:95:97:47:57:17:2A:6A:8D:9A:9B:DF:8C:40:21:A6:6C:15:11:28:28:D1:72:39:1B:81:AA </p>'}) %>
+
+h3. How to verify the fingerprint - using the command line on Linux
+
+bc. cd /path/to/your/apk
+unzip -p bitmask.apk META-INF/*.RSA | keytool -printcert
+
+
h2. Download other versions
If you want to install an old version of Bitmask, you can [[browse all releases => https://dl.bitmask.net/client/android/]].
+
+p. If you want to see the latest features and bug fixes and would like to contribute to Bitmask by testing the app, you can join Google's Beta-Channel for Bitmask. These pre-releases can be found [[here => https://play.google.com/store/apps/details?id=se.leap.bitmaskclient]].
+
+If you find any bugs you can file a ticket on our [[GitLab platform => https://0xacab.org/leap/bitmask_android/issues]]. You can either create an account on 0xacab.org or simply login with your github.com or gitlab.com account to create new tickets.
+
+Finally you can also download the [[latest build artifact => https://0xacab.org/leap/bitmask_android/builds/artifacts/master/download?job=build]] from our CI. This version is not signed and therefore you can not verify the integrity and security of that app! This is only an option for curious testers and it's not ment for regular use.