From a1a1d63519433eb036f626bbf74e090431b1169b Mon Sep 17 00:00:00 2001 From: Dominik Date: Tue, 10 Jan 2012 18:55:18 +0100 Subject: [PATCH 01/14] AdAway version 1.19 --- metadata/org.adaway.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/metadata/org.adaway.txt b/metadata/org.adaway.txt index 16037a47..bf5763e2 100644 --- a/metadata/org.adaway.txt +++ b/metadata/org.adaway.txt @@ -18,6 +18,7 @@ Requires Root:yes Build Version:1.12,13,ea5378a94ee0dc1d99d2cec95fae7e6d81afb2b9,subdir=org_adaway/,buildjni=yes Build Version:1.15,16,4128e59da2eac5c2904c7c7568d298ca51e79540,subdir=org_adaway/,buildjni=yes,patch=defprop.patch Build Version:1.18,19,0b9985398b9eef7baf6aadd0dbb12002bc199d2e,subdir=org_adaway/,buildjni=yes,patch=defprop.patch +Build Version:1.19,20,ab27f4dab5f3ea5e228cfb4a6b0e1fbf53695f22,subdir=org_adaway/,buildjni=yes -Market Version:1.18 -Market Version Code:19 +Market Version:1.19 +Market Version Code:20 From de2351f41e8893fb23d98ab11841f67c522b3d25 Mon Sep 17 00:00:00 2001 From: Nicolas Raoul Date: Wed, 11 Jan 2012 14:38:21 +0900 Subject: [PATCH 02/14] Started working on OI Flashlight but I put it as Disabled because of a build problem with OI DistributionLibrary --- metadata/org.openintents.flashlight.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 metadata/org.openintents.flashlight.txt diff --git a/metadata/org.openintents.flashlight.txt b/metadata/org.openintents.flashlight.txt new file mode 100644 index 00000000..6fcb1ce1 --- /dev/null +++ b/metadata/org.openintents.flashlight.txt @@ -0,0 +1,21 @@ +Disabled:Build problem +Category:Office +License:Apache2 +Web Site:http://code.google.com/p/openintents +Source Code:http://code.google.com/p/openintents/source/browse/#svn%2Ftrunk%2Fflashlight%2FFlashlight +Issue Tracker:http://code.google.com/p/openintents/issues + +Summary:A flashlight to see in the dark +Description: +A flashlight with color settings. +It can use the phone's screen, or the flash of the phone's camera if there is one. +. + +Repo Type:svn +Repo:http://openintents.googlecode.com/svn/trunk/flashlight/Flashlight + +Build Version:1.1,10011,3971,target=android-15 + +Market Version:1.1 +Market Version Code:10011 + From b1ff4edd377348900a48cfa3942aa9c2d4c6f614 Mon Sep 17 00:00:00 2001 From: Nicolas Raoul Date: Wed, 11 Jan 2012 18:21:05 +0900 Subject: [PATCH 03/14] Added Prey. I did not enter any c2dm API key, but build works and the built app seems to launch correcly (I havent registered to Prey though) --- metadata/com.prey.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 metadata/com.prey.txt diff --git a/metadata/com.prey.txt b/metadata/com.prey.txt new file mode 100644 index 00000000..9fff0be0 --- /dev/null +++ b/metadata/com.prey.txt @@ -0,0 +1,28 @@ +Category:System +License:GPLv3 +Web Site:http://preyproject.com +Source Code:https://github.com/prey/prey-android-client/ +Issue Tracker:https://github.com/prey/prey-android-client/issues + +Summary:Anti-theft software +Description: +Track down your lost or stolen phone or tablet. +Prey lets you keep track of all your devices easily on one place. Supports: +- GPS + Wifi geo-location. +- SIM change detection. +- SMS or Push (On Demand) activation (2.2+). +- Lock phone/tablet for privacy (2.2+). +- Uninstall protection (2.2+). +- Loud alarm sound. +- Alert messages to user. +. + +Repo Type:git +Repo:https://github.com/prey/prey-android-client + +Build Version:0.5,34,8934cda82af81580a26cf4de233da15feaab1dfd,prebuild=echo "ask-for-password=true\nprey-minor-version=0\nprey-versionon=0.5\nprey-subdomain=control\nprey-domain=preyproject.com\n#c2dm\nc2dm-mail=\nc2dm-action=\nc2dm-message-sync=" > res/raw/config +# TODO: c2dm (aka "push API") seems to require an API key from Google, see http://code.google.com/android/c2dm/index.html + +Market Version:0.5 +Market Version Code:34 + From 727e4364602084a6d30c04bb239e86948cf669e9 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Wed, 11 Jan 2012 09:58:02 +0000 Subject: [PATCH 04/14] Metadata: Prey disabled, and antifeatures added --- metadata/com.prey.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/metadata/com.prey.txt b/metadata/com.prey.txt index 9fff0be0..5cd1b053 100644 --- a/metadata/com.prey.txt +++ b/metadata/com.prey.txt @@ -1,3 +1,6 @@ +Disabled:C2DM API key required +#NonFreeDep because it requires the Market app to be installed, for C2DM +AntiFeatures:NonFreeNet,NonFreeDep Category:System License:GPLv3 Web Site:http://preyproject.com @@ -20,8 +23,8 @@ Prey lets you keep track of all your devices easily on one place. Supports: Repo Type:git Repo:https://github.com/prey/prey-android-client -Build Version:0.5,34,8934cda82af81580a26cf4de233da15feaab1dfd,prebuild=echo "ask-for-password=true\nprey-minor-version=0\nprey-versionon=0.5\nprey-subdomain=control\nprey-domain=preyproject.com\n#c2dm\nc2dm-mail=\nc2dm-action=\nc2dm-message-sync=" > res/raw/config # TODO: c2dm (aka "push API") seems to require an API key from Google, see http://code.google.com/android/c2dm/index.html +Build Version:0.5,34,8934cda82af81580a26cf4de233da15feaab1dfd,prebuild=echo "ask-for-password=true\nprey-minor-version=0\nprey-versionon=0.5\nprey-subdomain=control\nprey-domain=preyproject.com\n#c2dm\nc2dm-mail=\nc2dm-action=\nc2dm-message-sync=" > res/raw/config Market Version:0.5 Market Version Code:34 From 6bdb9dae56868212e0c14c5dae901877a95989a4 Mon Sep 17 00:00:00 2001 From: Nicolas Raoul Date: Wed, 11 Jan 2012 21:34:57 +0900 Subject: [PATCH 05/14] Added App Alarm --- .../com.episode6.android.appalarm.lite.txt | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 metadata/com.episode6.android.appalarm.lite.txt diff --git a/metadata/com.episode6.android.appalarm.lite.txt b/metadata/com.episode6.android.appalarm.lite.txt new file mode 100644 index 00000000..cd95aa3a --- /dev/null +++ b/metadata/com.episode6.android.appalarm.lite.txt @@ -0,0 +1,20 @@ +Category:System +License:GPLv2 +Web Site:http://episode6.wordpress.com/2010/03/27/appalarm/ +Source Code:https://github.com/ghackett/AppAlarm +Issue Tracker:https://github.com/ghackett/AppAlarm/issues + +Summary:App Alarm +Description: +Turn any app into an Alarm Clock. +Schedule any app for anytime. +. + +Repo Type:git +Repo:https://github.com/ghackett/AppAlarm + +Build Version:1.2.6,30,af9d89993212c67bfc510ed082381afc7abcd95a + +Market Version:1.2.6 +Market Version Code:30 + From c584c20b09605c7a973ea67dfedee496027e7091 Mon Sep 17 00:00:00 2001 From: Nicolas Raoul Date: Wed, 11 Jan 2012 21:18:55 +0900 Subject: [PATCH 06/14] Added: Rotation Lock --- metadata/org.penghuang.tools.rotationlock.txt | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 metadata/org.penghuang.tools.rotationlock.txt diff --git a/metadata/org.penghuang.tools.rotationlock.txt b/metadata/org.penghuang.tools.rotationlock.txt new file mode 100644 index 00000000..3c63af5b --- /dev/null +++ b/metadata/org.penghuang.tools.rotationlock.txt @@ -0,0 +1,22 @@ +Category:System +License:GPLv2 +Web Site:https://market.android.com/details?id=org.penghuang.tools.rotationlock +Source Code:https://github.com/phuang/RotationLock +Issue Tracker:https://github.com/phuang/RotationLock/issues + +Summary:Rotation Lock +Description: +Turn on/off Auto-rotate screen quickly by long pressing search button. + +When you are lying on bed. The screen changes to landscape. Have to open system settings to disable Auto-rotate screen. Did you find it is really inconvenient? This app provides a super easy way for switching this setting. +And it provides a state icon to indicate the current setting. +. + +Repo Type:git +Repo:https://github.com/phuang/RotationLock + +Build Version:1.4,5,7c5d43c2ed17a9329abf6b6af07f150e7d0cbd5b + +Market Version:1.4 +Market Version Code:5 + From bbdb94b95f6b7229c89af02c5a92e876ae393277 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Wed, 11 Jan 2012 12:57:02 +0000 Subject: [PATCH 07/14] Metadata: minor formatting --- metadata/com.bwx.bequick.txt | 3 --- metadata/org.adaway.txt | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/metadata/com.bwx.bequick.txt b/metadata/com.bwx.bequick.txt index e08b20d1..7b8d974f 100644 --- a/metadata/com.bwx.bequick.txt +++ b/metadata/com.bwx.bequick.txt @@ -14,9 +14,6 @@ controls. Repo Type:svn Repo:http://quick-settings.googlecode.com/svn/trunk/quick-settings/ -#Don't know why the market version has a slightly different version code... -Build Version:1.9.8 p2,201012061,!Different market code -#Don't know why the market version has a slightly different version code... Build Version:1.9.8 p2,201012060,184,target=android-8 Build Version:1.9.9.2,201106160,213,target=android-8 Build Version:1.9.9.3,201107260,220,target=android-8 diff --git a/metadata/org.adaway.txt b/metadata/org.adaway.txt index 448fa847..fe0bf19a 100644 --- a/metadata/org.adaway.txt +++ b/metadata/org.adaway.txt @@ -23,3 +23,4 @@ Build Version:1.20,21,695e3801e4081026c8f7213a2345fc451d5eb89c,subdir=org_adaway Market Version:1.20 Market Version Code:21 + From a87ceabd04551a737557b0554d6f036c882afa89 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Wed, 11 Jan 2012 12:58:47 +0000 Subject: [PATCH 08/14] Metadata: sdk target for rotationlock --- metadata/org.penghuang.tools.rotationlock.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/org.penghuang.tools.rotationlock.txt b/metadata/org.penghuang.tools.rotationlock.txt index 3c63af5b..d9dad556 100644 --- a/metadata/org.penghuang.tools.rotationlock.txt +++ b/metadata/org.penghuang.tools.rotationlock.txt @@ -15,7 +15,7 @@ And it provides a state icon to indicate the current setting. Repo Type:git Repo:https://github.com/phuang/RotationLock -Build Version:1.4,5,7c5d43c2ed17a9329abf6b6af07f150e7d0cbd5b +Build Version:1.4,5,7c5d43c2ed17a9329abf6b6af07f150e7d0cbd5b,target=android-4 Market Version:1.4 Market Version Code:5 From 682fb032279968712543570f8f4a0ee237424234 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Wed, 11 Jan 2012 15:23:10 +0000 Subject: [PATCH 09/14] Parse description properly, whoops --- common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.py b/common.py index cac6a345..5aea8db2 100644 --- a/common.py +++ b/common.py @@ -502,7 +502,7 @@ def parse_description(lines): if not text.endswith('\n') and len(text) > 0: text += ' ' text += line - return '' + return text class BuildException(Exception): From ce11ec0e7c229fc729461db857ff8ad11551c16b Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Wed, 11 Jan 2012 19:59:26 +0000 Subject: [PATCH 10/14] Metadata: can't build andLess, added binary --- metadata/net.avs234.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/metadata/net.avs234.txt b/metadata/net.avs234.txt index e3f1b6af..e138bdda 100644 --- a/metadata/net.avs234.txt +++ b/metadata/net.avs234.txt @@ -11,9 +11,13 @@ any formats natively supported by Android. CUE sheets and playlists are also supported. . -Repo Type:svn +Repo Type:git-svn Repo:http://andless.googlecode.com/svn/trunk/ +#Can't build this without modifying the NDK - http://code.google.com/p/andless/wiki/Building +#Binary of this version in the repo +#Build Version:1.3.3,10,91,buildjni=yes + Market Version:1.3.3 Market Version Code:10 From 55f20a7b7e5c91eb74f455cba0a2238cbbe5b345 Mon Sep 17 00:00:00 2001 From: Philipp Wollschlegel Date: Wed, 11 Jan 2012 21:14:00 +0100 Subject: [PATCH 11/14] metadata for xcsoar v.2.6.4 --- metadata/org.xcsoar.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 metadata/org.xcsoar.txt diff --git a/metadata/org.xcsoar.txt b/metadata/org.xcsoar.txt new file mode 100644 index 00000000..b2c358c5 --- /dev/null +++ b/metadata/org.xcsoar.txt @@ -0,0 +1,16 @@ +Category:Navigation +License:GPLv2 + +Web site:http://xcsoar.org/ +Source code:http://git.xcsoar.org/cgit/master/xcsoar.git/ +Issue tracker:http://xcsoar.org/trac/report +Summary:Tactical glide computer for Para/Soaring Pilots +Description: +XCSoar is a tactical glide computer for soaring and para glider pilots. It supports navigation, airspace warnings, final glide calculations, wind calculation, collision avoidance and many many more features. +. +Donate: + +Repo Type:git +Repo:http://git.xcsoar.org/cgit/master/xcsoar.git/ + +Build Version:6.2.4,51,95a3ad045eb05cb69b11b274f27c7eae387b9c40 From 6daec7a6a7ec6c95e8233e57875d66bf1a4b68db Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Wed, 11 Jan 2012 21:20:47 +0000 Subject: [PATCH 12/14] Metadata: can't build that --- metadata/org.xcsoar.txt | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/metadata/org.xcsoar.txt b/metadata/org.xcsoar.txt index b2c358c5..7df8fdb1 100644 --- a/metadata/org.xcsoar.txt +++ b/metadata/org.xcsoar.txt @@ -1,16 +1,21 @@ Category:Navigation License:GPLv2 +Web Site:http://xcsoar.org/ +Source Code:http://git.xcsoar.org/cgit/master/xcsoar.git/ +Issue Tracker:http://xcsoar.org/trac/report -Web site:http://xcsoar.org/ -Source code:http://git.xcsoar.org/cgit/master/xcsoar.git/ -Issue tracker:http://xcsoar.org/trac/report Summary:Tactical glide computer for Para/Soaring Pilots -Description: -XCSoar is a tactical glide computer for soaring and para glider pilots. It supports navigation, airspace warnings, final glide calculations, wind calculation, collision avoidance and many many more features. +Description: +XCSoar is a tactical glide computer for soaring and para glider pilots. It +supports navigation, airspace warnings, final glide calculations, wind +calculation, collision avoidance and many many more features. . -Donate: Repo Type:git Repo:http://git.xcsoar.org/cgit/master/xcsoar.git/ -Build Version:6.2.4,51,95a3ad045eb05cb69b11b274f27c7eae387b9c40 +Market Version:6.2.4 +Market Version Code:51 + +#Far too difficult to build - binary in repo +#Build Version:6.2.4,51,95a3ad045eb05cb69b11b274f27c7eae387b9c40 From 88d549a078221cafd32e94f4737a8f705ed47ffe Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Wed, 11 Jan 2012 21:30:40 +0000 Subject: [PATCH 13/14] Metadata: new coolreader version --- metadata/org.coolreader.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/metadata/org.coolreader.txt b/metadata/org.coolreader.txt index fe586337..04728ee2 100644 --- a/metadata/org.coolreader.txt +++ b/metadata/org.coolreader.txt @@ -51,7 +51,8 @@ Build Version:3.0.54-5,275,cr3.0.54-5,subdir=android,rm=android/build.properties Build Version:3.0.54-9,279,cr3.0.54-9,subdir=android,rm=android/build.properties,buildjni=yes Build Version:3.0.54-33,303,cr3.0.54-33,subdir=android,rm=android/build.properties,buildjni=yes Build Version:3.0.54-38,308,cr3.0.54-38,subdir=android,rm=android/build.properties,buildjni=yes +Build Version:3.0.54-47,447,cr3.0.54-47,subdir=android,rm=android/build.properties,buildjni=yes -Market Version:3.0.54-38 -Market Version Code:308 +Market Version:3.0.54-47 +Market Version Code:447 From 98936686a57a99244949634c049a0530ee1ef1d7 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Wed, 11 Jan 2012 21:32:00 +0000 Subject: [PATCH 14/14] Metadata: version updates --- metadata/com.prey.txt | 2 +- metadata/net.avs234.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/metadata/com.prey.txt b/metadata/com.prey.txt index 5cd1b053..f657a062 100644 --- a/metadata/com.prey.txt +++ b/metadata/com.prey.txt @@ -27,5 +27,5 @@ Repo:https://github.com/prey/prey-android-client Build Version:0.5,34,8934cda82af81580a26cf4de233da15feaab1dfd,prebuild=echo "ask-for-password=true\nprey-minor-version=0\nprey-versionon=0.5\nprey-subdomain=control\nprey-domain=preyproject.com\n#c2dm\nc2dm-mail=\nc2dm-action=\nc2dm-message-sync=" > res/raw/config Market Version:0.5 -Market Version Code:34 +Market Version Code:33 diff --git a/metadata/net.avs234.txt b/metadata/net.avs234.txt index e138bdda..d045711b 100644 --- a/metadata/net.avs234.txt +++ b/metadata/net.avs234.txt @@ -17,7 +17,6 @@ Repo:http://andless.googlecode.com/svn/trunk/ #Can't build this without modifying the NDK - http://code.google.com/p/andless/wiki/Building #Binary of this version in the repo #Build Version:1.3.3,10,91,buildjni=yes - Market Version:1.3.3 Market Version Code:10