From efcc7c6d8c4a094e71868b3f2e72c404e5dde83a Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Mon, 21 Feb 2011 22:12:00 +0000 Subject: [PATCH] Show whether an apk is from source or a binary on the apk list --- .gitignore | 2 +- res/layout/apklistitem.xml | 4 ++++ src/org/fdroid/fdroid/AppDetails.java | 8 +++++++- src/org/fdroid/fdroid/DB.java | 15 ++++++++++++--- src/org/fdroid/fdroid/RepoXMLHandler.java | 2 ++ 5 files changed, 26 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 7dd994741..5779a310f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ local.properties bin/* - +proguard.cfg diff --git a/res/layout/apklistitem.xml b/res/layout/apklistitem.xml index 509bfcb12..774fc7557 100644 --- a/res/layout/apklistitem.xml +++ b/res/layout/apklistitem.xml @@ -6,6 +6,10 @@ + +