From 146046a1ff02a34fe4b157bffdff15ec6ed692db Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 19 May 2014 23:18:10 -0400 Subject: [PATCH] add description of app to manifest for p2p users The local repo generation code will take the description from the manifest and include it in the repo meta data. So FDroid itself should also include this description. Indeed every app should... perhaps this should also be an `fdroid lint` item. --- AndroidManifest.xml | 1 + res/values/strings.xml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 0c1ecc827..2f02f3dbe 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -54,6 +54,7 @@ android:name="FDroidApp" android:icon="@drawable/ic_launcher" android:label="@string/app_name" + android:description="@string/app_description" android:allowBackup="true" android:theme="@style/AppThemeDark" android:supportsRtl="true" > diff --git a/res/values/strings.xml b/res/values/strings.xml index 263bb5da5..179619796 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -280,5 +280,6 @@ The (de-)installation failed. If you are using root access, try disabling this setting! System permissions denied This option is only available when F-Droid is installed as a system-app. - + + F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.