From 609611d79a3b12140c3bcbb36f19f14c8a0f8d8e Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Fri, 31 Aug 2012 17:27:26 +0100 Subject: [PATCH] Add apk download 'warning' --- wp-fdroid/wp-fdroid.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wp-fdroid/wp-fdroid.php b/wp-fdroid/wp-fdroid.php index 478075c7..25f5a629 100644 --- a/wp-fdroid/wp-fdroid.php +++ b/wp-fdroid/wp-fdroid.php @@ -292,6 +292,12 @@ class FDroid $out.='}'; $out.=''; + $out.="

NOTE: Although APK downloads are available below to give "; + $out.="you the choice, you should be aware that by installing that way you "; + $out.="will not receieve update notifications, and it's a less secure way "; + $out.="to download, especially if you are not currently using HTTPS. "; + $out.="We recommend that you install the F-Droid client and use that.

"; + $out.="

Packages

"; $i=0; foreach($apks as $apk) { -- 2.30.2