Skip to content

Commit

Permalink
Link to aTox on Google Play
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlinden committed Apr 3, 2021
1 parent a8cdf3f commit 50bf0db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions themes/website/static/js/osdetect.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ if (window.navigator.userAgent.indexOf("Android") != -1) {
icon: "external-link",
desc: true,
dlLink: "https://f-droid.org/en/packages/ltd.evilcorp.atox/",
}, {
title: "aTox Google Play",
name: "atox",
icon: "external-link",
desc: true,
dlLink: "https://play.google.com/store/apps/details?id=ltd.evilcorp.atox",
}, {
title: "aTox APK",
name: "atox",
Expand Down
2 changes: 1 addition & 1 deletion themes/website/templates/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h2>FreeBSD</h2>
<div class="col-sm-4 feature">
<img src="theme/img/plat/android_dark.svg">
<h2>Android</h2>
<p class="lead">aTox: <a href="https://f-droid.org/en/packages/ltd.evilcorp.atox/">F-Droid</a> / <a href="https://github.com/evilcorpltd/aTox/releases/download/v0.6.0/atox.apk">APK</a></p>
<p class="lead">aTox: <a href="https://f-droid.org/en/packages/ltd.evilcorp.atox/">F-Droid</a> / <a href="https://play.google.com/store/apps/details?id=ltd.evilcorp.atox">Google Play</a> / <a href="https://github.com/evilcorpltd/aTox/releases/download/v0.6.0/atox.apk">APK</a></p>
</div>
</div>
</div>
Expand Down

0 comments on commit 50bf0db

Please sign in to comment.