From cd0790095fe396ac1b32d5e6fb87c23de6076a8c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 16 Feb 2012 22:07:49 +0200 Subject: [PATCH 1/2] SparkleShare: Set category as Internet. It's clearly not a System, that's kind of catch-all category, but anything better fitting should be used whenever possible. It is marketed as a collaboration tool, so might warrint Office, but on a closer look it's actually nothing more than a networked sync app. Hence, Internet. --- metadata/org.sparkleshare.android.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/org.sparkleshare.android.txt b/metadata/org.sparkleshare.android.txt index 06a4e37b..b6896eb0 100644 --- a/metadata/org.sparkleshare.android.txt +++ b/metadata/org.sparkleshare.android.txt @@ -1,10 +1,10 @@ -Category:System +Category:Internet License:GPLv3 Web Site:http://www.sparkleshare.org Source Code:https://github.com/NewProggie/SparkleShare-Android Issue Tracker:https://github.com/NewProggie/SparkleShare-Android/issues -Summary:distributed collaboration and sharing tool +Summary:Distributed collaboration and sharing tool Description: SparkleShare is a collaboration and sharing tool that is designed to keep things simple and to stay out of your way. From 998d42fd4e84afa09a2803dc25d61437d042a6d5 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 16 Feb 2012 22:10:06 +0200 Subject: [PATCH 2/2] SparkleShare: Add patch to allow install on camera-less devices. Reported as https://github.com/NewProggie/SparkleShare-Android/issues/68 --- metadata/org.sparkleshare.android.txt | 2 +- .../org.sparkleshare.android/uses-feature.patch | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 metadata/org.sparkleshare.android/uses-feature.patch diff --git a/metadata/org.sparkleshare.android.txt b/metadata/org.sparkleshare.android.txt index b6896eb0..b3141435 100644 --- a/metadata/org.sparkleshare.android.txt +++ b/metadata/org.sparkleshare.android.txt @@ -16,7 +16,7 @@ browse your files right from your Android device. Repo Type:git Repo:https://github.com/NewProggie/SparkleShare-Android.git -Build Version:1.0,1,a9e23f0f9ae6161a786bf48cb48ab3dec20110c9,target=android-7 +Build Version:1.0,1,a9e23f0f9ae6161a786bf48cb48ab3dec20110c9,patch=uses-feature.patch,target=android-7 Update Check Mode:Market Current Version:1.0 diff --git a/metadata/org.sparkleshare.android/uses-feature.patch b/metadata/org.sparkleshare.android/uses-feature.patch new file mode 100644 index 00000000..fe29960d --- /dev/null +++ b/metadata/org.sparkleshare.android/uses-feature.patch @@ -0,0 +1,16 @@ +Camera use is optional, don't disallow install on camera-less devices. +See right side pane at +http://developer.android.com/guide/topics/manifest/uses-permission-element.html + +diff --git a/AndroidManifest.xml b/AndroidManifest.xml +index d020d9d..1b45bf1 100644 +--- a/AndroidManifest.xml ++++ b/AndroidManifest.xml +@@ -8,6 +8,7 @@ + + + ++ +