diff options
author | elijah <elijah@riseup.net> | 2014-07-21 02:17:06 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-07-21 02:17:06 -0700 |
commit | 780e7f0d882a22503f9ce7caab0a2e969e8529e6 (patch) | |
tree | ba1f36532a7e6f471dc1007728da210bf5919cfc /pages/install/android | |
parent | a91bb680740c80eac5d19e61dc3c16e10b78b2c0 (diff) |
initial draft content
Diffstat (limited to 'pages/install/android')
-rw-r--r-- | pages/install/android/en.haml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/pages/install/android/en.haml b/pages/install/android/en.haml new file mode 100644 index 0000000..d205ec5 --- /dev/null +++ b/pages/install/android/en.haml @@ -0,0 +1,42 @@ +- @title = "Bitmask for Android" +- @nav_title = "Android" + +:javascript + $(document).ready(function() { + if (navigator.userAgent.toLowerCase().indexOf("android") > -1) { + $('.non-android').hide(); + } + }); + +.row + .col-sm-8.col-sm-offset-2 + .p.alert.alert-info + %i.fa.fa-envelope + <b>NOTE:</b> Bitmask for Android does not yet support encrypted email. + +%h2 Install from Google Play + +You can search for "Bitmask" in the Google Play store or use this link: + +.p.android + = render({:partial => 'common/download_button'}, {:link => 'https://play.google.com/store/apps/details?id=se.leap.bitmaskclient', :text => 'Install for Android'}) + +.p.non-android + %a(href='https://play.google.com/store/apps/details?id=se.leap.bitmaskclient' alt='download') + %img(src='/assets/qr/market-se.leap.bitmaskclient.png') + +%h2 Download app + +%p 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. + +.p.android + = render({:partial => 'common/download_button'}, {:link => '/client/android/Bitmask-Android-latest.apk', :text => 'Download for Android'}) + +.p.non-android + %a(href='/client/android/Bitmask-Android-latest.apk' alt='download') + %img(src='/assets/qr/dl.bitmask.net-bitmask-android-latest.png') + +%h2 Download other versions + +%p + If you want to install an old version of Bitmask, you can <a href="https://dl.bitmask.net/client/android/">browse all releases</a>. |