diff --git a/themes/website/static/css/style.css b/themes/website/static/css/style.css index 46eda50..edcb1a6 100644 --- a/themes/website/static/css/style.css +++ b/themes/website/static/css/style.css @@ -232,6 +232,11 @@ tbody th:first-child, thead th { .slider input[type=radio]#atox-images-control1:checked ~ .sliderinner > ul { left: 0 } .slider input[type=radio]#atox-images-control2:checked ~ .sliderinner > ul { left: -100% } +.slider label[for=trifa-images-control1] { margin-left: -9px } +.slider label[for=trifa-images-control2] { margin-left: 9px } +.slider input[type=radio]#trifa-images-control1:checked ~ .sliderinner > ul { left: 0 } +.slider input[type=radio]#trifa-images-control2:checked ~ .sliderinner > ul { left: -100% } + /* Specific styling */ @media (min-width: 768px) { #cover { diff --git a/themes/website/static/img/client/trifa_1.png b/themes/website/static/img/client/trifa_1.png new file mode 100644 index 0000000..3338b50 Binary files /dev/null and b/themes/website/static/img/client/trifa_1.png differ diff --git a/themes/website/static/img/client/trifa_2.png b/themes/website/static/img/client/trifa_2.png new file mode 100644 index 0000000..854bc59 Binary files /dev/null and b/themes/website/static/img/client/trifa_2.png differ diff --git a/themes/website/static/js/osdetect.js b/themes/website/static/js/osdetect.js index d1889db..053e440 100644 --- a/themes/website/static/js/osdetect.js +++ b/themes/website/static/js/osdetect.js @@ -99,6 +99,24 @@ if (window.navigator.userAgent.indexOf("Android") != -1) { icon: "download", desc: true, dlLink: "https://github.com/evilcorpltd/aTox/releases/download/v0.6.0/atox.apk", + }, { + title: "TRIfA F-Droid", + name: "trifa", + icon: "external-link", + desc: true, + dlLink: "https://f-droid.org/app/com.zoffcc.applications.trifa", + }, { + title: "TRIfA Google Play", + name: "trifa", + icon: "external-link", + desc: true, + dlLink: "https://play.google.com/store/apps/details?id=com.zoffcc.applications.trifa", + }, { + title: "TRIfA APK", + name: "trifa", + icon: "download", + desc: true, + dlLink: "https://github.com/zoff99/ToxAndroidRefImpl/releases/latest/download/play.trifa.apk", }]; } diff --git a/themes/website/templates/clients.html b/themes/website/templates/clients.html index 5f4f3c4..db84c4c 100644 --- a/themes/website/templates/clients.html +++ b/themes/website/templates/clients.html @@ -180,6 +180,40 @@

aTox

The reasonable Tox client for Android.

+
+ +
+ +

TRIfA

+ + + + + + + + + + + + + + + + + + + + + + + + +
Repository:https://github.com/zoff99/ToxAndroidRefImpl
Maintainers:Zoff
Language:Java
Graphical Toolkit:N/A
Operating Systems:Android
+ +

Tox Reference implementation for Android.

+
+ @@ -252,6 +286,16 @@

OS support:

No + + TRIfA + No + No + No + No + Yes + No + + @@ -367,5 +411,26 @@

OS support:

+
+
+ +   + +
+ + + + + +
+
    +
  • +
  • +
+
+
+
+
+ {% endblock %} diff --git a/themes/website/templates/download.html b/themes/website/templates/download.html index e4e2e27..0918d84 100644 --- a/themes/website/templates/download.html +++ b/themes/website/templates/download.html @@ -71,6 +71,9 @@

FreeBSD

Android

aTox: F-Droid / Google Play / APK

+

⚠️TRIfA: F-Droid / Google Play / APK

+

TRIfA uses an experimental (unreviewed) fork of toxcore found: here

+

TRIfA may connect to centralized servers to trigger push notifications (FCM, APN).