From 68bf6b578174746626fadb7aa5c0e685246bbb70 Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 26 Sep 2014 14:42:09 -0700 Subject: added signature verification info and converted pages from markdown to textile. --- pages/android/en.haml | 42 ------------------------------------------ pages/android/en.text | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 42 deletions(-) delete mode 100644 pages/android/en.haml create mode 100644 pages/android/en.text (limited to 'pages/android') diff --git a/pages/android/en.haml b/pages/android/en.haml deleted file mode 100644 index 0a959a5..0000000 --- a/pages/android/en.haml +++ /dev/null @@ -1,42 +0,0 @@ -- @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 - NOTE: 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 Settings > Security > Unknown Sources on your device for this method to work. - -.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 - %a(href='https://dl.bitmask.net/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 browse all releases. diff --git a/pages/android/en.text b/pages/android/en.text new file mode 100644 index 0000000..6418162 --- /dev/null +++ b/pages/android/en.text @@ -0,0 +1,32 @@ +@title = "Bitmask for Android" +@nav_title = "Android" + + + +<%= render({:partial => 'common/notice'}, {:type => 'info', :text => 'NOTE: 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). !/assets/qr/market-se.leap.bitmaskclient.png!:https://play.google.com/store/apps/details?id=se.leap.bitmaskclient + +h2. Download app + +Alternately, you can download the Bitmask app directly from this website. You will need to enabled the option Settings > Security > Unknown Sources on your device for this method to work. + +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 + +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/]]. -- cgit v1.2.3