From cdf9c8f4b27482e4b74ab004cfb87bf5b520e89d Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Mon, 22 Jul 2013 13:00:09 -0400 Subject: [PATCH] Add the Android package to the download all page for those Android devices that are not attached to the various app stores --- doc/versions.inc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/versions.inc b/doc/versions.inc index 6eb9f1eac7..76ee034cbc 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -251,6 +251,14 @@ $l70ubuntux64old = array( "type"=>"sea", ); +$a72 = array( + "num"=>"7.2.7", + "status"=>"Recommended Version", + "file"=>"boinc_7.2.7_arm-android-linux-gnu.apk", + "date"=>"22 July 2013", + "type"=>"apk", +); + // platform descriptors. For each one, "versions" // lists versions in reverse time order. // i.e. the first non-dev version is the current one @@ -338,6 +346,15 @@ $linuxcompat = array( ) ); +$android = array( + "name"=>"Android 2.3.3 or better", + "description"=>"BOINC client for use with all Android devices", + "dbname" => "arm-android-linux-gnu", + "versions"=>array( + $a72, + ) +); + $platforms = array( "win"=>$windows, "winx64"=>$windowsx64,