From: Ciaran Gultnieks Date: Fri, 31 Aug 2012 16:27:26 +0000 (+0100) Subject: Add apk download 'warning' X-Git-Tag: 0.1~772 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=609611d79a3b12140c3bcbb36f19f14c8a0f8d8e;p=fdroidserver.git Add apk download 'warning' --- 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) {