chiark / gitweb /
Add apk download 'warning'
authorCiaran Gultnieks <ciaran@ciarang.com>
Fri, 31 Aug 2012 16:27:26 +0000 (17:27 +0100)
committerCiaran Gultnieks <ciaran@ciarang.com>
Fri, 31 Aug 2012 16:27:26 +0000 (17:27 +0100)
wp-fdroid/wp-fdroid.php

index 478075c749764be31a5bc4439aea80e7c7bea191..25f5a6299a99e9057b21552ac2478abebd0328c7 100644 (file)
@@ -292,6 +292,12 @@ class FDroid
                                $out.='}';
                                $out.='</script>';
 
+                               $out.="<p><b>NOTE:</b> 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.</p>";
+
                                $out.="<h3>Packages</h3>";
                                $i=0;
                                foreach($apks as $apk) {