commit a520b878440512ccf30372b4b4dfbd3e41850af8 parent 7f3b8c2a30a473c5bac01fcbdf663957d71bf956 Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 22 Dec 2019 16:50:39 +0100 edit web site: add Android App download Diffstat:
| M | template/wallet.html.j2 | | | 22 | ++++++++++++++++++++++ |
1 file changed, 22 insertions(+), 0 deletions(-)
diff --git a/template/wallet.html.j2 b/template/wallet.html.j2 @@ -231,6 +231,28 @@ document.addEventListener('DOMContentLoaded', onLoad); </ol> </div> <!-- /col-lg-6 --> + + <div class="col-lg-6"> + <h2>Android 4.4 (API 18) or later</h2> + + <ul> + <li> + <a href="https://play.google.com/apps/testing/net.taler.wallet"> + {% trans %} + Install Android App from Google App Store, or + {% endtrans %} + </a> + </li> + <li> + <a href="https://fdold.eu/taler-wallet-android.apk"> + {% trans %} + Download Android App from us (bypassing Google registration) and Open in a File Manager to install. + {% endtrans %} + </a> + </li> + </ul> + </div> <!-- /col-lg-6 --> + </div> <!-- /row --> <div class="row">