chiark / gitweb /
Metadata: added 3 apps
authorCiaran Gultnieks <ciaran@ciarang.com>
Sun, 12 Feb 2012 08:59:22 +0000 (08:59 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Sun, 12 Feb 2012 08:59:22 +0000 (08:59 +0000)
import.py
metadata/aarddict.android.txt
metadata/apps.droidnotify.txt
metadata/arity.calculator.txt
metadata/com.ath0.rpn.txt
metadata/org.jsharkey.sky.txt [new file with mode: 0644]
metadata/org.liberty.android.fantastischmemo.txt [new file with mode: 0644]
metadata/uk.co.jarofgreen.JustADamnCompass.txt [new file with mode: 0644]
stats/known_apks.txt

index 5f7b2a9496ce980faeeb7e73976ddf4f773e7762..438b3da4698810398141aaa1c7e47e8f2aa61ea8 100755 (executable)
--- a/import.py
+++ b/import.py
@@ -93,6 +93,26 @@ elif url.startswith('http://code.google.com/p/'):
                 print "Error while getting repo address"
                 sys.exit(1)
             repo = repo[:index]
+    if not repotype:
+        index=page.find('svn checkout')
+        if index != -1:
+            repotype = 'git-svn'
+            repo = page[index + 13:]
+            prefix = '<strong><em>http</em></strong>'
+            if not repo.startswith(prefix):
+                print "Unexpected checkout instructions format"
+                sys.exit(1)
+            repo = 'http' + repo[len(prefix):]
+            index = repo.find('<')
+            if index == -1:
+                print "Error while getting repo address - no end tag? '" + repo + "'"
+                sys.exit(1)
+            repo = repo[:index]
+            index = repo.find(' ')
+            if index == -1:
+                print "Error while getting repo address - no space? '" + repo + "'"
+                sys.exit(1)
+            repo = repo[:index]
     if not repotype:
         print "Unable to determine vcs type"
         sys.exit(1)
index 1a9f0e9ead8df78efd0c4644ea917f97cad38052..874abc0000841a971b40d8ed9ee52424528bbc54 100644 (file)
@@ -16,6 +16,6 @@ Repo:git://github.com/aarddict/android.git
 Build Version:1.3.1,10,1.3.1,prebuild=mv lib libs
 
 Update Check Mode:Market
-Current Version:1.3.1
-Current Version Code:10
+Current Version:1.4.0
+Current Version Code:12
 
index eba78d1e78e2707c1bc7e112c46a7bcc0795c217..ecea4fcdd24ca974758e10e4a7882af038d2e546 100644 (file)
@@ -19,6 +19,6 @@ Build Version:2.22,29,759,srclibs=FacebookSDK@c58af0b,prebuild=sed -i 's@\(andro
 Build Version:2.23,30,760,encoding=utf-8,srclibs=FacebookSDK@c58af0b,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties && mv lib/ libs/
 
 Update Check Mode:Market
-Current Version:2.23
-Current Version Code:30
+Current Version:2.24
+Current Version Code:31
 
index ecdd4db3513053a78195ff9f8e424726bf3a5fa0..48952c11b3c78bd81345844627bc2b47bba47b6a 100644 (file)
@@ -15,4 +15,6 @@ Repo:https://code.google.com/p/arity-calculator/
 Build Version:1.27,27,ad8847de5df0,target=android-8
 
 Update Check Mode:Market
+Current Version:1.27
+Current Version Code:27
 
index 5f6c8f61d2125e20bd04080b8a975dfe535180b5..feae87229537865d7f8dce2ba5d86fc118ac5920 100644 (file)
@@ -15,4 +15,6 @@ Repo:https://github.com/lpar/RPN.git
 Build Version:1.8.1,10,199a87f7319b685e59d6847f1ff2417613f69c6e
 
 Update Check Mode:Market
+Current Version:1.8
+Current Version Code:9
 
diff --git a/metadata/org.jsharkey.sky.txt b/metadata/org.jsharkey.sky.txt
new file mode 100644 (file)
index 0000000..743b3ac
--- /dev/null
@@ -0,0 +1,19 @@
+Category:Office
+License:Apache2
+Web Site:http://code.google.com/p/android-sky/
+Source Code:http://code.google.com/p/android-sky/source/checkout
+Issue Tracker:http://code.google.com/p/android-sky/issues/list
+
+Summary:Weather Widget
+Description:
+A weather forecast widget - USA only.
+.
+
+Repo Type:git-svn
+Repo:http://android-sky.googlecode.com/svn/trunk/
+
+#Generated by import.py - check this is the right version, and find the right commit!
+Build Version:1.0,1,2,subdir=Sky,prebuild=rm -rf Sky/ && rm -rf gen/
+
+Update Check Mode:None
+
diff --git a/metadata/org.liberty.android.fantastischmemo.txt b/metadata/org.liberty.android.fantastischmemo.txt
new file mode 100644 (file)
index 0000000..add5c9f
--- /dev/null
@@ -0,0 +1,21 @@
+Category:Office
+License:GPLv2
+Web Site:http://anymemo.org/
+Source Code:https://github.com/helloworld1/AnyMemo
+Issue Tracker:https://github.com/helloworld1/AnyMemo/issues
+Donate:http://anymemo.org/
+
+Summary:Flashcard-based Learning
+Description:
+Spaced repetition flashcard learning software.
+.
+
+Repo Type:git
+Repo:https://github.com/helloworld1/AnyMemo.git
+
+Build Version:8.3.0,135,a591497118fe2cae101027add50d835c7fe6ed27,target=android-13,prebuild=rm -rf jni/
+
+Update Check Mode:Market
+Current Version:8.3.0
+Current Version Code:135
+
diff --git a/metadata/uk.co.jarofgreen.JustADamnCompass.txt b/metadata/uk.co.jarofgreen.JustADamnCompass.txt
new file mode 100644 (file)
index 0000000..bcf5d3e
--- /dev/null
@@ -0,0 +1,18 @@
+Category:Navigation
+License:Apache2
+Web Site:https://github.com/jarofgreen/Just-A-Damn-Compass
+Source Code:https://github.com/jarofgreen/Just-A-Damn-Compass
+Issue Tracker:https://github.com/jarofgreen/Just-A-Damn-Compass
+
+Summary:Simple Compass
+Description:
+A simple compass with no unnecessary extras.
+.
+
+Repo Type:git
+Repo:https://github.com/jarofgreen/Just-A-Damn-Compass.git
+
+Build Version:1.1,2,32e3d60ecadac260f71da17a6cb4b22084c5bcc2,target=android-8,prebuild=rm -rf gen
+
+Update Check Mode:Market
+
index 830c2a5a243bae97a99b6b24ce9004ecedc2f59a..1a8225b74c727e9f603fc2c492c42a4b5e8f4cb4 100644 (file)
@@ -391,6 +391,7 @@ net.healeys.lexic_41.apk net.healeys.lexic 2012-02-09
 net.mafro.android.wakeonlan_12.apk net.mafro.android.wakeonlan 2011-11-24
 net.nightwhistler.pageturner_1.apk net.nightwhistler.pageturner 2012-02-03
 net.nightwhistler.pageturner_2.apk net.nightwhistler.pageturner 2012-02-04
+net.nightwhistler.pageturner_3.apk net.nightwhistler.pageturner 2012-02-11
 net.osmand.plus_34.apk net.osmand.plus 2011-06-24
 net.osmand.plus_36.apk net.osmand.plus 2011-07-12
 net.osmand.plus_37.apk net.osmand.plus 2011-09-26
@@ -528,6 +529,7 @@ org.jfedor.frozenbubble_8.apk org.jfedor.frozenbubble 2011-01-02
 org.jfedor.frozenbubble_9.apk org.jfedor.frozenbubble 2011-01-02
 org.jmoyer.NotificationPlus_2.apk org.jmoyer.NotificationPlus 2012-01-15
 org.johanhil.flygtider_9.apk org.johanhil.flygtider 2011-04-02
+org.jsharkey.sky_1.apk org.jsharkey.sky 2012-02-12
 org.jtb.alogcat_34.apk org.jtb.alogcat 2011-01-04
 org.jtb.alogcat_36.apk org.jtb.alogcat 2011-03-09
 org.jtb.alogcat_38.apk org.jtb.alogcat 2011-03-10
@@ -535,6 +537,7 @@ org.jtb.alogcat_39.apk org.jtb.alogcat 2012-01-24
 org.jtb.droidlife_21.apk org.jtb.droidlife 2011-11-27
 org.kost.externalip_3.apk org.kost.externalip 2011-09-26
 org.kreed.vanilla_16.apk org.kreed.vanilla 2011-04-02
+org.liberty.android.fantastischmemo_135.apk org.liberty.android.fantastischmemo 2012-02-12
 org.marcus905.wifi.ace_20100924.apk org.marcus905.wifi.ace 2011-01-27
 org.marcus905.wifi.ace_20120115.apk org.marcus905.wifi.ace 2012-02-06
 org.mixare_14.apk org.mixare 2011-07-22
@@ -649,6 +652,7 @@ transdroid-1.0.4.apk org.transdroid 2011-05-24
 transdroid-1.1.0-beta.apk org.transdroid 2011-10-21
 tuioDroid.impl_4.apk tuioDroid.impl 2011-11-28
 tuxrider_1.0.4.apk com.drodin.tuxrider 2010-11-18
+uk.co.jarofgreen.JustADamnCompass_2.apk uk.co.jarofgreen.JustADamnCompass 2012-02-12
 urbanstew.RehearsalAssistant_22.apk urbanstew.RehearsalAssistant 2011-02-19
 us.lindanrandy.cidrcalculator_115.apk us.lindanrandy.cidrcalculator 2012-01-21
 us.lindanrandy.cidrcalculator_118.apk us.lindanrandy.cidrcalculator 2012-01-28