From 784e7e5c182fb72628d311b1afcf03f9b38b7716 Mon Sep 17 00:00:00 2001 From: David Black Date: Mon, 9 Dec 2013 15:27:41 +0000 Subject: [PATCH 01/14] fix builds from last commit; 20 more new apps --- metadata/buet.rafi.dictionary.txt | 29 +++++++++++++++ metadata/com.akop.bach.txt | 27 ++++++++++++++ metadata/com.concentricsky.android.khan.txt | 3 +- metadata/com.cybrosys.palmcalc.txt | 24 ++++++++++++ .../com.gracecode.android.presentation.txt | 28 ++++++++++++++ metadata/com.jmartin.temaki.txt | 23 ++++++++++++ metadata/com.matoski.adbm.txt | 36 ++++++++++++++++++ metadata/com.mehmetakiftutuncu.eshotroid.txt | 34 +++++++++++++++++ metadata/com.mirasmithy.epochlauncher.txt | 2 +- metadata/com.seafile.seadroid2.txt | 22 +++++------ .../com.shahul3d.indiasatelliteweather.txt | 35 ++++++++++++++++++ metadata/com.taiste.lainari_en.txt | 4 +- metadata/com.vmihalachi.turboeditor.txt | 2 +- metadata/eu.johncasson.meerkatchallenge.txt | 23 ++++++++++++ metadata/fi.testbed2.txt | 37 +++++++++++++++++++ metadata/fr.strasweb.asso.txt | 2 +- metadata/info.guardianproject.pixelknot.txt | 8 +++- metadata/net.debian.debiandroid.txt | 2 +- metadata/org.n52.sosmobileclient.txt | 24 ++++++++++++ metadata/org.servDroid.web.txt | 31 ++++++++++++++++ metadata/pe.moe.nori.txt | 31 ++++++++++++++++ metadata/ru.neverdark.silentnight.txt | 18 +++++++++ .../uk.co.danieljarvis.android.flashback.txt | 26 +++++++++++++ srclibs/Easing.txt | 4 ++ srclibs/ImageViewTouch.txt | 4 ++ srclibs/NewQuickAction3D-haiwen.txt | 5 +++ srclibs/Support-v7.txt | 6 +++ 27 files changed, 470 insertions(+), 20 deletions(-) create mode 100644 metadata/buet.rafi.dictionary.txt create mode 100644 metadata/com.akop.bach.txt create mode 100644 metadata/com.cybrosys.palmcalc.txt create mode 100644 metadata/com.gracecode.android.presentation.txt create mode 100644 metadata/com.jmartin.temaki.txt create mode 100644 metadata/com.matoski.adbm.txt create mode 100644 metadata/com.mehmetakiftutuncu.eshotroid.txt create mode 100644 metadata/com.shahul3d.indiasatelliteweather.txt create mode 100644 metadata/eu.johncasson.meerkatchallenge.txt create mode 100644 metadata/fi.testbed2.txt create mode 100644 metadata/org.n52.sosmobileclient.txt create mode 100644 metadata/org.servDroid.web.txt create mode 100644 metadata/pe.moe.nori.txt create mode 100644 metadata/ru.neverdark.silentnight.txt create mode 100644 metadata/uk.co.danieljarvis.android.flashback.txt create mode 100644 srclibs/Easing.txt create mode 100644 srclibs/ImageViewTouch.txt create mode 100644 srclibs/NewQuickAction3D-haiwen.txt create mode 100644 srclibs/Support-v7.txt diff --git a/metadata/buet.rafi.dictionary.txt b/metadata/buet.rafi.dictionary.txt new file mode 100644 index 0000000000..a8ad3d875f --- /dev/null +++ b/metadata/buet.rafi.dictionary.txt @@ -0,0 +1,29 @@ +Categories:Office +License:GPLv2 +Web Site: +Source Code:https://github.com/rafi-kamal/Bangla-Dictionary +Issue Tracker:https://github.com/rafi-kamal/Bangla-Dictionary/issues + +Auto Name:Ridmik Dictionary +Summary:Bengali-English Dictionary +Description: +Based on ankur.org's database. More info +[http://www.bengalinux.org/english-to-bengali-dictionary/about.htm here]. +. + +Repo Type:git +Repo:https://github.com/rafi-kamal/Bangla-Dictionary.git + +# use target to avoid build-tools bug +Build:2.3,5 + commit=05901 + +Maintainer Notes: +source for database is there +. + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:2.3 +Current Version Code:5 + diff --git a/metadata/com.akop.bach.txt b/metadata/com.akop.bach.txt new file mode 100644 index 0000000000..f7dc7adcda --- /dev/null +++ b/metadata/com.akop.bach.txt @@ -0,0 +1,27 @@ +Categories:Games +License:GPLv3 +Source Code:https://github.com/melllvar/Spark360 +Issue Tracker:https://github.com/melllvar/Spark360/issues + +Summary:Gaming client +Description: +Supports Xbox Live and the PlayStation Network. +The app allows you to monitor your achievements, trophies, friends' statuses, +and includes many other features, such as trophy/achievement comparisons, +messaging (Xbox Live), home screen widgets, notifications, and much more. + +Spark 360 is an unofficial application, and not supported, endorsed, or +affiliated with Microsoft Corporation or Sony Corporation. +. + +Repo Type:git +Repo:https://github.com/melllvar/Spark360.git + +Build:6.20,116 + commit=v6.20 + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:6.20 +Current Version Code:116 + diff --git a/metadata/com.concentricsky.android.khan.txt b/metadata/com.concentricsky.android.khan.txt index b201ddbc66..7161c93dc9 100644 --- a/metadata/com.concentricsky.android.khan.txt +++ b/metadata/com.concentricsky.android.khan.txt @@ -28,10 +28,11 @@ Repo:https://github.com/concentricsky/android-viewer-for-khan-academy.git Build:1.2.2,14 commit=13566d739dc674 patch=pom_14.patch + extlibs=android/android-support-v4r11.jar prebuild=cp oauth_credentials.json.sample res/raw/oauth_credentials.json && \ $$MVN3$$ install:install-file -DgroupId=com.google.android \ -DartifactId=support-v4 -Dversion=r11 -Dpackaging=jar \ - -Dfile=../extlib/android/android-support-v4r11.jar + -Dfile=libs/android/android-support-v4r11.jar maven=yes Auto Update Mode:None diff --git a/metadata/com.cybrosys.palmcalc.txt b/metadata/com.cybrosys.palmcalc.txt new file mode 100644 index 0000000000..b664461ade --- /dev/null +++ b/metadata/com.cybrosys.palmcalc.txt @@ -0,0 +1,24 @@ +Categories:Office +License:GPLv3 +Web Site:http://palmcalc.com +Source Code:https://github.com/cybro/PalmCalc +Issue Tracker:https://github.com/cybro/PalmCalc/issues + +Auto Name:PalmCalc +Summary:7-in-1 calculatore +Description: +Calculates currency, BMI as well as the usual stuff +. + +Repo Type:git +Repo:https://github.com/cybro/PalmCalc.git + +Build:2.2,4 + commit=3555f + subdir=PalmCalc + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:2.2 +Current Version Code:4 + diff --git a/metadata/com.gracecode.android.presentation.txt b/metadata/com.gracecode.android.presentation.txt new file mode 100644 index 0000000000..10f103e63d --- /dev/null +++ b/metadata/com.gracecode.android.presentation.txt @@ -0,0 +1,28 @@ +Categories:Multimedia +License:Apache2 +Web Site: +Source Code:https://github.com/feelinglucky/Presentation +Issue Tracker:https://github.com/feelinglucky/Presentation/issues +Donate:http://t.cn/zRTdGks + +Auto Name:Presentation +Summary:Gallery of infographics +Description: +Some in English, mostly in Chinese. +. + +Repo Type:git +Repo:https://github.com/feelinglucky/Presentation.git + +Build:1.0.2,20131114 + commit=559f31d12f8e + target=android-16 + srclibs=1:Volley@android-4.4_r1.2;2:PullToRefresh@v2.1.1 + prebuild=echo -e 'java.source=1.7\njava.target=1.7' > ant.properties && \ + find src -type f -print0 | xargs -0 sed -i '/TCAgent/d' + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:1.0.1 +Current Version Code:20131113 + diff --git a/metadata/com.jmartin.temaki.txt b/metadata/com.jmartin.temaki.txt new file mode 100644 index 0000000000..953458de23 --- /dev/null +++ b/metadata/com.jmartin.temaki.txt @@ -0,0 +1,23 @@ +Categories:Office +License:Apache2 +Source Code:https://github.com/jeffxmn/temaki +Issue Tracker:https://github.com/jeffxmn/temaki/issues + +Auto Name:Temaki +Summary:List maker +Description: +Make lists in different categories. +. + +Repo Type:git +Repo:https://github.com/jeffxmn/temaki.git + +Build:1.41,11 + commit=v1.41 + gradle=yes + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:1.41 +Current Version Code:11 + diff --git a/metadata/com.matoski.adbm.txt b/metadata/com.matoski.adbm.txt new file mode 100644 index 0000000000..44bf11d14a --- /dev/null +++ b/metadata/com.matoski.adbm.txt @@ -0,0 +1,36 @@ +Categories:Development +License:Unknown +Source Code:https://github.com/ilijamt/android-adbm +Issue Tracker:https://github.com/ilijamt/android-adbm/issues + +Auto Name:ADB Manager +Summary: +Description: +* Easy control and access details from notification bar +* Auto connect on saved WiFi networks +* Auto start on boot, you can select if you want to or not from the preferences screen +* Automatically switch between USB and NETWORK when you disconnect/connect from/to WiFi +* Configurable service management +* Different color coded icons depending on the state of the ADB +* Keep screen on while the service is running +* Wake the screen when new package is installed +* You can toggle the ADB state by touching the image in the notification bar + +[https://raw.github.com/ilijamt/android-adbm/master/changelog.md Changelog] +. + +Requires Root:Yes + +Repo Type:git +Repo:https://github.com/ilijamt/android-adbm.git + +# rm= runs after update ? +Build:1.0.1,16 + commit=1.0.1 + init=rm build.xml + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:1.0.1 +Current Version Code:16 + diff --git a/metadata/com.mehmetakiftutuncu.eshotroid.txt b/metadata/com.mehmetakiftutuncu.eshotroid.txt new file mode 100644 index 0000000000..c64012ae42 --- /dev/null +++ b/metadata/com.mehmetakiftutuncu.eshotroid.txt @@ -0,0 +1,34 @@ +Categories:Navigation +License:GPLv3 +Web Site: +Source Code:https://github.com/mehmetakiftutuncu/eshotroid +Issue Tracker:https://github.com/mehmetakiftutuncu/eshotroid/issues + +Auto Name:Eshotroid +Summary:Bus times in Turkey +Description: +* See buses in İzmir, their locations and their times. +* Search buses by their numbers and locations. +* Mark your favorite buses for easy access. +* See the remaining time for a bus by touching it's time. +* You can update the bus list and bus times whenever you want. +* You can query the balance of your Kent Kart. +* Turkish or English + +All the information about buses are downloaded from +http://mobil.eshot.gov.tr and all the information about +Kent Kart are downloaded from http://m.kentkart.com. +. + +Repo Type:git +Repo:https://github.com/mehmetakiftutuncu/eshotroid.git + +Build:2.0,3 + commit=975ab + subdir=Eshotroid + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:2.0 +Current Version Code:3 + diff --git a/metadata/com.mirasmithy.epochlauncher.txt b/metadata/com.mirasmithy.epochlauncher.txt index 7b82ca5009..d6619e01f2 100644 --- a/metadata/com.mirasmithy.epochlauncher.txt +++ b/metadata/com.mirasmithy.epochlauncher.txt @@ -12,7 +12,7 @@ Launcher in the style of Sword Art Online. Repo Type:git Repo:https://github.com/mirasmithy/epochlauncher.git -Build:1.1,2 +Build:1.0,1 commit=v1.0 prebuild=echo -e 'java.source=1.7\njava.target=1.7' > ant.properties diff --git a/metadata/com.seafile.seadroid2.txt b/metadata/com.seafile.seadroid2.txt index 80bdef3d53..8a703f6cd3 100644 --- a/metadata/com.seafile.seadroid2.txt +++ b/metadata/com.seafile.seadroid2.txt @@ -13,22 +13,22 @@ and invite other team members. Team members can then maintain file libraries together and collaborate around them. -You can try the [http://seafile.cc/demo demo], sign up for an account +You can try the [https://seacloud.cc/demo demo], sign up for an account at the website, or since the server-side is also free-as-in-freedom, it can be installed on any server and configured to work with the app. . -Build Version:0.6.1,10,!one error; only guessing at library at 0.6.1,\ -srclibs=ActionBarSherlock@4.2.0;aFileChooser@bd54d1411f;NewQuickAction3D@f2b7b069547b;\ -HttpRequest-Sawicki@http-request-5.4.1,\ -prebuild=sed -i -e 's@\.1=.*@.1=$$ActionBarSherlock$$@' -e 's@\.2=.*@.2=$$aFileChooser$$@' \ - -e 's@\.3=.*@.3=$$NewQuickAction3D$$@' project.properties && \ - printf 'source.dir=src;$$HttpRequest-Sawicki$$' >> ant.properties && \ +Repo Type:git +Repo:https://github.com/haiwen/seadroid.git + +Build Version:0.7.1,12,0.7.1,\ +srclibs=1:ActionBarSherlock@4.4.0;2:aFileChooser@bd54d1411f;3:NewQuickAction3D-haiwen@master;\ +HttpRequest-Sawicki@http-request-5.3,\ +prebuild=echo 'source.dir=src;$$HttpRequest-Sawicki$$' >> ant.properties && \ cp libs/android-support-v4.jar $$aFileChooser$$/libs/android-support-v4.jar Auto Update Mode:None -# started to use tags; also on gplay -Update Check Mode:RepoManifest -Current Version:0.6.1 -Current Version Code:10 +Update Check Mode:None +Current Version:0.7.1 +Current Version Code:12 diff --git a/metadata/com.shahul3d.indiasatelliteweather.txt b/metadata/com.shahul3d.indiasatelliteweather.txt new file mode 100644 index 0000000000..445113d2e9 --- /dev/null +++ b/metadata/com.shahul3d.indiasatelliteweather.txt @@ -0,0 +1,35 @@ +AntiFeatures:UpstreamNonFree +Categories:Science & Education +License:GPL +Source Code:https://github.com/Shahul3D/IndiaSatelliteWeather +Issue Tracker:https://github.com/Shahul3D/IndiaSatelliteWeather/issues + +Auto Name:India Satellite Weather +Summary:Satellite weather maps +Description: +"A picture is worth a thousand words". +A complex weather data can be conveyed with a single image map. +By observing the cloud formations around your City, you can predict +whether the day is going to be Hot or Rainy/Cloudy. + +The app fetches the weather data directly from the Official Indian Government +[http://www.imd.gov.in webpage] for "satellite Images & Products" + +A couple of proprietary libraries were removed. +. + +Repo Type:git +Repo:https://github.com/Shahul3D/IndiaSatelliteWeather.git + +Build:1.0,1 + commit=7cf0caf69fcb + rm=libs/libGoogleAnalyticsServices.jar;libs/crashlytics.jar;res/values/com_crashlytics_export_strings.xml + srclibs=1:NoAnalytics@869751616e7;ImageViewTouch@221fc68f17;Easing@a264e + prebuild=find src -type f -print0 | xargs -0 sed -i '/Crashlytics/d' && \ + echo 'source.dir=src;$$ImageViewTouch$$/src;$$Easing$$/src/main/java' > ant.properties + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.0 +Current Version Code:1 + diff --git a/metadata/com.taiste.lainari_en.txt b/metadata/com.taiste.lainari_en.txt index bf413fa275..d47e5a7975 100644 --- a/metadata/com.taiste.lainari_en.txt +++ b/metadata/com.taiste.lainari_en.txt @@ -26,8 +26,8 @@ Repo Type:git Repo:https://github.com/helsinki-city-library/pocketlibrary.git Build Version:1.5,18,ad935f,subdir=android,\ -rm=android/libs/libGoogleAnalyticsV2.jar;android/LibraryProject/build.xml;iphone;common,\ -init=echo -e "android.library=true\ntarget=android-12" > LibraryProject/project.properties,\ +rm=android/libs/libGoogleAnalyticsV2.jar;iphone;common,\ +init=rm LibraryProject/build.xml && echo -e "android.library=true\ntarget=android-12" > LibraryProject/project.properties,\ srclibs=NoAnalytics@c8d77,\ prebuild=$$SDK$$/tools/android update project -l $$NoAnalytics$$ -p . diff --git a/metadata/com.vmihalachi.turboeditor.txt b/metadata/com.vmihalachi.turboeditor.txt index 32066fd0e5..0e758b2aaf 100644 --- a/metadata/com.vmihalachi.turboeditor.txt +++ b/metadata/com.vmihalachi.turboeditor.txt @@ -13,7 +13,7 @@ Description: Repo Type:git Repo:https://github.com/vmihalachi/turbo-editor -Build:1.2,6 +Build:1.3,7 commit=3697dd subdir=Turbo Editor gradle=yes diff --git a/metadata/eu.johncasson.meerkatchallenge.txt b/metadata/eu.johncasson.meerkatchallenge.txt new file mode 100644 index 0000000000..9ef2956403 --- /dev/null +++ b/metadata/eu.johncasson.meerkatchallenge.txt @@ -0,0 +1,23 @@ +Categories:Games +License:MIT +Web Site: +Source Code:https://github.com/jcasson/MeerkatChallenge +Issue Tracker:https://github.com/jcasson/MeerkatChallenge/issues + +Auto Name:Meerkat Challenge +Summary:Game for kids +Description: +Whack the meerkats as they pop out of the ground. +. + +Repo Type:git +Repo:https://github.com/jcasson/MeerkatChallenge.git + +Build:1.0,1 + commit=v1.0 + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:1.0 +Current Version Code:1 + diff --git a/metadata/fi.testbed2.txt b/metadata/fi.testbed2.txt new file mode 100644 index 0000000000..cf2b12d972 --- /dev/null +++ b/metadata/fi.testbed2.txt @@ -0,0 +1,37 @@ +AntiFeatures:UpstreamNonFree +Categories:Science & Education +License:GPLv3 +Web Site: +Source Code:https://github.com/mvestola/helsinki-testbed2-android +Issue Tracker:https://github.com/mvestola/helsinki-testbed2-android/issues + +Auto Name:Helsinki Testbed Viewer 2.0 +Summary:Weather maps +Description: +With the application, you can, for example, view the real-time rain radar or +current wind speed and direction. The maps cover the Southern Finland. + +The data is copyright the +[http://testbed.fmi.fi Helsinki Testbed Project] and the app has nothing to +do with that project: it's only a client. + +A proprietary ad library was removed. +. + +Repo Type:git +Repo:https://github.com/mvestola/helsinki-testbed2-android.git + +Build:2.0.12,20 + disable=tests fail but the app is fine; run mvn package -DskipTests + commit=2.0.12 + maven=yes + srclibs=MobAdMob@2d5736 + prebuild=sed -i '53,59d;155,174d' pom.xml && \ + sed -i 's/3.4.0/3.8.0/g;s/\${android.target.api.version}/17/g' pom.xml && \ + cp -r $$MobAdMob$$/src/com/* src/main/java/com/ + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:2.0.12 +Current Version Code:20 + diff --git a/metadata/fr.strasweb.asso.txt b/metadata/fr.strasweb.asso.txt index bbccf82a67..af57de9675 100644 --- a/metadata/fr.strasweb.asso.txt +++ b/metadata/fr.strasweb.asso.txt @@ -17,7 +17,7 @@ Repo:https://svn.strasweb.fr/strasweb/API%20Animafac/phonegap Build:1.0.1,2 commit=171 - prebuild=sed -i '37s/true/false' AndroidManifest.xml + prebuild=sed -i '37s/true/false/g' AndroidManifest.xml Auto Update Mode:None Update Check Mode:RepoManifest diff --git a/metadata/info.guardianproject.pixelknot.txt b/metadata/info.guardianproject.pixelknot.txt index 2c9984c5a1..92262f445f 100644 --- a/metadata/info.guardianproject.pixelknot.txt +++ b/metadata/info.guardianproject.pixelknot.txt @@ -13,8 +13,12 @@ Image steganography app with old school F5 steganography Repo Type:git Repo:https://github.com/guardianproject/PixelKnot.git -Build Version:0.3.1,4,0.3.1,subdir=app,\ -srclibs=1:ActionBarSherlock@90939dc;2:F5@ce9c78497a0cc22a +Build:0.3.1,4 + commit=0.3.1 + subdir=app + srclibs=ActionBarSherlock@90939dc;F5@ce9c78497a0cc22a + init=sed -i 's@\(reference.2=\).*@\1$$ActionBarSherlock$$@' project.properties && \ + sed -i 's@\(reference.1=\).*@\1$$F5I$$@' project.properties Auto Update Mode:None Update Check Mode:Tags diff --git a/metadata/net.debian.debiandroid.txt b/metadata/net.debian.debiandroid.txt index 68329497b4..403b3e30ce 100644 --- a/metadata/net.debian.debiandroid.txt +++ b/metadata/net.debian.debiandroid.txt @@ -22,7 +22,7 @@ Repo:https://github.com/uberspot/DebianDroid.git Build:1.7,12 submodules=yes - commit=a9eb950dd6f + commit=5708e25c80969e prebuild=sed -i 's/StorageUtils/storageutils/g' project.properties Auto Update Mode:None diff --git a/metadata/org.n52.sosmobileclient.txt b/metadata/org.n52.sosmobileclient.txt new file mode 100644 index 0000000000..5de37aff2d --- /dev/null +++ b/metadata/org.n52.sosmobileclient.txt @@ -0,0 +1,24 @@ +Categories:Science & Education +License:MIT +Web Site:http://52north.org +Source Code:https://github.com/marfnk/sosmobileclient +Issue Tracker:https://github.com/marfnk/sosmobileclient/issues + +Auto Name:MobileSWC +Summary:Watch sensors in Germany +Description: +HTML5 client for the Sensor Observation Network by 52north. +. + +Repo Type:git +Repo:https://github.com/marfnk/sosmobileclient.git + +Build:1.0.0,12 + commit=02d14 + forceversion=yes + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.0.0 beta (bugfix1) +Current Version Code:12 + diff --git a/metadata/org.servDroid.web.txt b/metadata/org.servDroid.web.txt new file mode 100644 index 0000000000..24bab73a50 --- /dev/null +++ b/metadata/org.servDroid.web.txt @@ -0,0 +1,31 @@ +Categories:Development +License:Apache2 +Web Site:https://github.com/joanpuigsanz/servdroid/wiki +Source Code:https://github.com/joanpuigsanz/servdroid +Issue Tracker:https://github.com/joanpuigsanz/servdroid/issues + +Auto Name:ServDroid +Summary:Web server +Description: +Auto start options +* Can run under port 1024 (iptables and super user rights are required). Check the wiki for more information +* Only serves HTML pages (Servlets implementations will be considered for in future versions). +* Log of all requests are saved in the Android database. This information can be dumped to a text file. +* ServDroid can be configured to vibrate when a request is received. +* The 404 error page can be personalised. +. + +Repo Type:git +Repo:https://github.com/joanpuigsanz/servdroid.git + +Build:1.0.3,01000300 + commit=1.0.3 + subdir=android/ServDroid.web + srclibs=1:ActionBarSherlock@4.4.0 + prebuild=mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:1.0.3 +Current Version Code:1000300 + diff --git a/metadata/pe.moe.nori.txt b/metadata/pe.moe.nori.txt new file mode 100644 index 0000000000..d4f20b02fd --- /dev/null +++ b/metadata/pe.moe.nori.txt @@ -0,0 +1,31 @@ +AntiFeatures:UpstreamNonFree +Categories:Multimedia +License:ISC +Web Site: +Source Code:https://github.com/vomitcuddle/nori +Issue Tracker:https://github.com/vomitcuddle/nori/issues + +Auto Name:Nori +Summary:Online gallery viewer +Description: +Connect to Danbooru image galleries and browse by +tags (A swipe from the side reveals the action bar). +The Safebooru site is preloaded which shows Anime images. + +A proprietary analytics library was removed. +. + +Repo Type:git +Repo:https://github.com/vomitcuddle/nori.git + +Build:1.1.5,10 + commit=081118c3136 + rm=libs/libGoogleAnalyticsV2.jar + srclibs=2:ActionBarSherlock@4.4.0;1:Volley@android-4.4_r1.2;3:NoAnalytics@c8d7785075 + prebuild=mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.1.5 +Current Version Code:10 + diff --git a/metadata/ru.neverdark.silentnight.txt b/metadata/ru.neverdark.silentnight.txt new file mode 100644 index 0000000000..1d0ceed0b7 --- /dev/null +++ b/metadata/ru.neverdark.silentnight.txt @@ -0,0 +1,18 @@ +Categories:Office +License:GPL3 +Source Code:https://github.com/yankovskiy/SilentNight +Issue Tracker:https://github.com/yankovskiy/SilentNight/issues + +Summary: +Description: +. + +Repo Type:git +Repo:https://github.com/yankovskiy/SilentNight.git + +Build:0.1.5,6 + commit=v0.1.5 + +Auto Update Mode:None +Update Check Mode:Tags + diff --git a/metadata/uk.co.danieljarvis.android.flashback.txt b/metadata/uk.co.danieljarvis.android.flashback.txt new file mode 100644 index 0000000000..133d2b69fa --- /dev/null +++ b/metadata/uk.co.danieljarvis.android.flashback.txt @@ -0,0 +1,26 @@ +Categories:Phone & SMS +License:Apache2 +Web Site: +Source Code:https://github.com/daj/flashback +Issue Tracker:https://github.com/daj/flashback/issues + +Auto Name:Flashback +Summary:Display caller history +Description: +When you receive a call the app displays the history of +your interactions with the caller. +. + +Repo Type:git +Repo:https://github.com/daj/flashback.git + +Build:1.14,14 + commit=33230 + subdir=Flashback + gradle=yes + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.15 +Current Version Code:15 + diff --git a/srclibs/Easing.txt b/srclibs/Easing.txt new file mode 100644 index 0000000000..7730aa5a90 --- /dev/null +++ b/srclibs/Easing.txt @@ -0,0 +1,4 @@ +Repo Type:git +Repo:https://github.com/sephiroth74/Android-Easing + +Subdir:library diff --git a/srclibs/ImageViewTouch.txt b/srclibs/ImageViewTouch.txt new file mode 100644 index 0000000000..16101d9838 --- /dev/null +++ b/srclibs/ImageViewTouch.txt @@ -0,0 +1,4 @@ +Repo Type:git +Repo:https://github.com/sephiroth74/ImageViewZoom + +Subdir:library diff --git a/srclibs/NewQuickAction3D-haiwen.txt b/srclibs/NewQuickAction3D-haiwen.txt new file mode 100644 index 0000000000..a17700f4cb --- /dev/null +++ b/srclibs/NewQuickAction3D-haiwen.txt @@ -0,0 +1,5 @@ +Repo Type:git +Repo:https://github.com/haiwen/NewQuickAction + +Update Project:Yes + diff --git a/srclibs/Support-v7.txt b/srclibs/Support-v7.txt new file mode 100644 index 0000000000..d589dc3c14 --- /dev/null +++ b/srclibs/Support-v7.txt @@ -0,0 +1,6 @@ +Repo Type:git +Repo:https://android.googlesource.com/platform/frameworks/support + +Subdir:v7/appcompat +Update Project:Yes +Prepare:mkdir -p libs From c66e437197ff08d0baf26a144d59c9489d529c99 Mon Sep 17 00:00:00 2001 From: David Black Date: Mon, 9 Dec 2013 15:44:55 +0000 Subject: [PATCH 02/14] quick hack to fix Botifier (and some tiny stuff) --- metadata/buet.rafi.dictionary.txt | 2 +- metadata/com.cybrosys.palmcalc.txt | 2 +- metadata/com.github.grimpy.botifier.txt | 2 +- metadata/com.jmartin.temaki.txt | 2 +- metadata/com.matoski.adbm.txt | 4 +++- metadata/com.mirasmithy.epochlauncher.txt | 8 ++++---- metadata/eu.johncasson.meerkatchallenge.txt | 2 +- metadata/ru.neverdark.silentnight.txt | 8 ++++++-- 8 files changed, 18 insertions(+), 12 deletions(-) diff --git a/metadata/buet.rafi.dictionary.txt b/metadata/buet.rafi.dictionary.txt index a8ad3d875f..aecdae8016 100644 --- a/metadata/buet.rafi.dictionary.txt +++ b/metadata/buet.rafi.dictionary.txt @@ -14,7 +14,7 @@ Based on ankur.org's database. More info Repo Type:git Repo:https://github.com/rafi-kamal/Bangla-Dictionary.git -# use target to avoid build-tools bug +# use target to avoid build-tools bug if necessary Build:2.3,5 commit=05901 diff --git a/metadata/com.cybrosys.palmcalc.txt b/metadata/com.cybrosys.palmcalc.txt index b664461ade..c1a6105766 100644 --- a/metadata/com.cybrosys.palmcalc.txt +++ b/metadata/com.cybrosys.palmcalc.txt @@ -7,7 +7,7 @@ Issue Tracker:https://github.com/cybro/PalmCalc/issues Auto Name:PalmCalc Summary:7-in-1 calculatore Description: -Calculates currency, BMI as well as the usual stuff +Calculates currency, BMI, units, as well as the usual stuff. . Repo Type:git diff --git a/metadata/com.github.grimpy.botifier.txt b/metadata/com.github.grimpy.botifier.txt index fe151cecef..4ed61596fa 100644 --- a/metadata/com.github.grimpy.botifier.txt +++ b/metadata/com.github.grimpy.botifier.txt @@ -14,8 +14,8 @@ Repo Type:git Repo:https://github.com/grimpy/Botifier.git Build:1.3.2,14 - disable=hangs, asking for a keystore password commit=1.3.2 + prebuild=sed -i '/key/d' project.properties Auto Update Mode:None Update Check Mode:Tags diff --git a/metadata/com.jmartin.temaki.txt b/metadata/com.jmartin.temaki.txt index 953458de23..a422f8bf05 100644 --- a/metadata/com.jmartin.temaki.txt +++ b/metadata/com.jmartin.temaki.txt @@ -6,7 +6,7 @@ Issue Tracker:https://github.com/jeffxmn/temaki/issues Auto Name:Temaki Summary:List maker Description: -Make lists in different categories. +Manage your lists. . Repo Type:git diff --git a/metadata/com.matoski.adbm.txt b/metadata/com.matoski.adbm.txt index 44bf11d14a..b5dfd2edce 100644 --- a/metadata/com.matoski.adbm.txt +++ b/metadata/com.matoski.adbm.txt @@ -1,5 +1,5 @@ Categories:Development -License:Unknown +License:Apache2 Source Code:https://github.com/ilijamt/android-adbm Issue Tracker:https://github.com/ilijamt/android-adbm/issues @@ -17,6 +17,8 @@ Description: * You can toggle the ADB state by touching the image in the notification bar [https://raw.github.com/ilijamt/android-adbm/master/changelog.md Changelog] + +'''Requires root''' . Requires Root:Yes diff --git a/metadata/com.mirasmithy.epochlauncher.txt b/metadata/com.mirasmithy.epochlauncher.txt index d6619e01f2..889ac8bec9 100644 --- a/metadata/com.mirasmithy.epochlauncher.txt +++ b/metadata/com.mirasmithy.epochlauncher.txt @@ -12,12 +12,12 @@ Launcher in the style of Sword Art Online. Repo Type:git Repo:https://github.com/mirasmithy/epochlauncher.git -Build:1.0,1 - commit=v1.0 +Build:1.1,2 + commit=v1.1 prebuild=echo -e 'java.source=1.7\njava.target=1.7' > ant.properties Auto Update Mode:None Update Check Mode:Tags -Current Version:1.0 -Current Version Code:1 +Current Version:1.1 +Current Version Code:2 diff --git a/metadata/eu.johncasson.meerkatchallenge.txt b/metadata/eu.johncasson.meerkatchallenge.txt index 9ef2956403..45f2cb249c 100644 --- a/metadata/eu.johncasson.meerkatchallenge.txt +++ b/metadata/eu.johncasson.meerkatchallenge.txt @@ -5,7 +5,7 @@ Source Code:https://github.com/jcasson/MeerkatChallenge Issue Tracker:https://github.com/jcasson/MeerkatChallenge/issues Auto Name:Meerkat Challenge -Summary:Game for kids +Summary:Game for toddlers Description: Whack the meerkats as they pop out of the ground. . diff --git a/metadata/ru.neverdark.silentnight.txt b/metadata/ru.neverdark.silentnight.txt index 1d0ceed0b7..6f18610bd7 100644 --- a/metadata/ru.neverdark.silentnight.txt +++ b/metadata/ru.neverdark.silentnight.txt @@ -1,10 +1,12 @@ Categories:Office -License:GPL3 +License:GPLv3 Source Code:https://github.com/yankovskiy/SilentNight Issue Tracker:https://github.com/yankovskiy/SilentNight/issues -Summary: +Summary:Tell the phone to mute Description: +Configure the phone to go silent and/or airplane mode +between two times of the day. . Repo Type:git @@ -15,4 +17,6 @@ Build:0.1.5,6 Auto Update Mode:None Update Check Mode:Tags +Current Version:0.1.5 +Current Version Code:6 From ab5f30e2f88256a6b522b26c90d379dc2f9d65ac Mon Sep 17 00:00:00 2001 From: David Black Date: Mon, 9 Dec 2013 16:00:15 +0000 Subject: [PATCH 03/14] typo --- metadata/com.concentricsky.android.khan.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/com.concentricsky.android.khan.txt b/metadata/com.concentricsky.android.khan.txt index 7161c93dc9..c700c5913c 100644 --- a/metadata/com.concentricsky.android.khan.txt +++ b/metadata/com.concentricsky.android.khan.txt @@ -32,7 +32,7 @@ Build:1.2.2,14 prebuild=cp oauth_credentials.json.sample res/raw/oauth_credentials.json && \ $$MVN3$$ install:install-file -DgroupId=com.google.android \ -DartifactId=support-v4 -Dversion=r11 -Dpackaging=jar \ - -Dfile=libs/android/android-support-v4r11.jar + -Dfile=libs/android-support-v4r11.jar maven=yes Auto Update Mode:None From 537bcbfaea9a87369c9936a8852c0604d7617f9e Mon Sep 17 00:00:00 2001 From: David Black Date: Mon, 9 Dec 2013 18:58:48 +0000 Subject: [PATCH 04/14] use a different commit for SOS --- metadata/org.n52.sosmobileclient.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/metadata/org.n52.sosmobileclient.txt b/metadata/org.n52.sosmobileclient.txt index 5de37aff2d..5a175106d2 100644 --- a/metadata/org.n52.sosmobileclient.txt +++ b/metadata/org.n52.sosmobileclient.txt @@ -8,13 +8,15 @@ Auto Name:MobileSWC Summary:Watch sensors in Germany Description: HTML5 client for the Sensor Observation Network by 52north. + +Status: Beta. . Repo Type:git Repo:https://github.com/marfnk/sosmobileclient.git Build:1.0.0,12 - commit=02d14 + commit=f0609f17a677e forceversion=yes Auto Update Mode:None From 08ebf3c9c343e22d3723767abd7159819e03cee7 Mon Sep 17 00:00:00 2001 From: David Black Date: Mon, 9 Dec 2013 19:40:21 +0000 Subject: [PATCH 05/14] fix clementine --- build/extlib/jmdns-build.xml | 12 +++++++ metadata/de.qspool.clementineremote.txt | 44 +++++++++++++++++-------- srclibs/ClementineDeps.txt | 3 ++ 3 files changed, 45 insertions(+), 14 deletions(-) create mode 100644 build/extlib/jmdns-build.xml create mode 100644 srclibs/ClementineDeps.txt diff --git a/build/extlib/jmdns-build.xml b/build/extlib/jmdns-build.xml new file mode 100644 index 0000000000..762f07a591 --- /dev/null +++ b/build/extlib/jmdns-build.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/metadata/de.qspool.clementineremote.txt b/metadata/de.qspool.clementineremote.txt index b1ff1d1bd7..de0604c031 100644 --- a/metadata/de.qspool.clementineremote.txt +++ b/metadata/de.qspool.clementineremote.txt @@ -1,29 +1,45 @@ Categories:Multimedia License:GPLv3 Web Site:http://code.google.com/p/clementine-remote-android/ -Source Code:http://code.google.com/p/clementine-remote-android/source/checkout -Issue Tracker:http://code.google.com/p/clementine-remote-android/issues/list +Source Code:https://github.com/clementine-player/Android-Remote +Issue Tracker:https://github.com/clementine-player/Android-Remote/issues Auto Name:Clementine Remote Summary:Music player remote control Description: -Control the music player "Clementine" - access your playlists, read the lyrics while listening to your favourite song, enjoy the cover art and more. +You need [http://www.clementine-player.org/downloads Clementine] +1.2.1 (quite recent) for this to work and to enable the remote Control +in Clementine settings first. -If you receive a call or want to make one, you don't have pause the current track, Clementine Remote can lower the volume for you. It also has many more features, for example exchange of music and playlists with a computer. +Control the music player "Clementine" - access your playlists, +browse the library, download files, change the volume via hardware buttons, +read the lyrics while listening to your favourite song, enjoy the cover art and more. + +If you receive a call or want to make one, you don't have pause the current +track, Clementine Remote can lower the volume for you. +It also has many more features, for example exchange of music and playlists with a computer. + +[https://raw.github.com/clementine-player/Android-Remote/master/changelog.txt Changelog] . Repo Type:git -Repo:https://code.google.com/p/clementine-remote-android/ +Repo:https://github.com/clementine-player/Android-Remote -Build:8,21 - disable=crashes - commit=9c7bb3eadcdf - srclibs=1:ActionBarSherlock@4.4.0;protobuf@201d572f787a - prebuild=cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \ - cp -r $$protobuf$$/src/ . +Build:8.2,25 + commit=v8.2 + srclibs=ClementineDeps@737bf + extlibs=jmdns-build.xml + prebuild=echo 'source.dir=src;$$ClementineDeps$$/clementine-remote-android.dep-protocolbuffer/src' > ant.properties && \ + sed -i 's@\(reference.1=\).*@\1$$ClementineDeps$$/clementine-remote-android.dep-abs@' project.properties && \ + mkdir unjar/ && \ + cp -r $$ClementineDeps$$/clementine-remote-android.dep-jmdns/src/javax/ libs/ && \ + rm -rf libs/javax/jmdns/test/ + build=ant jar -f libs/jmdns-build.xml && \ + cd unjar/ && jar xf ../libs/jmdns.jar && \ + jar cfm ../libs/jmdns.jar META-INF/MANIFEST.MF javax/ Auto Update Mode:None -Update Check Mode:RepoManifest -Current Version:8.1 -Current Version Code:24 +Update Check Mode:Tags +Current Version:8.2 +Current Version Code:25 diff --git a/srclibs/ClementineDeps.txt b/srclibs/ClementineDeps.txt new file mode 100644 index 0000000000..4e449c1289 --- /dev/null +++ b/srclibs/ClementineDeps.txt @@ -0,0 +1,3 @@ +Repo Type:git +Repo:https://github.com/clementine-player/Android-Remote-Dependencies +Prepare:$$SDK$$/tools/android update project -p clementine-remote-android.dep-abs From a944db151224a8c10a421f581bfbcbba47eecca3 Mon Sep 17 00:00:00 2001 From: David Black Date: Tue, 10 Dec 2013 10:57:40 +0000 Subject: [PATCH 06/14] fix aviationmap --- metadata/com.euedge.openaviationmap.android.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/com.euedge.openaviationmap.android.txt b/metadata/com.euedge.openaviationmap.android.txt index eedacc508c..13e9d968f7 100644 --- a/metadata/com.euedge.openaviationmap.android.txt +++ b/metadata/com.euedge.openaviationmap.android.txt @@ -15,7 +15,7 @@ Coverage is limited to Hungary and other parts of Europe Repo Type:git-svn Repo:http://openaviationmap.googlecode.com/svn;trunk=trunk/oam-app-android;tags=tags/oam-app-android -Build Version:1.0.16,16,318,\ +Build Version:1.0.16,16,16-1.0.16,\ srclibs=1:ActionBarSherlock@e5c2d1c,\ extlibs=android/android-support-v4r12.jar,\ prebuild=\ From efb76dc1f7aff891432f5bf21ea632a104b681d8 Mon Sep 17 00:00:00 2001 From: David Black Date: Tue, 10 Dec 2013 10:58:02 +0000 Subject: [PATCH 07/14] add cacheword srclib --- srclibs/Cacheword.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 srclibs/Cacheword.txt diff --git a/srclibs/Cacheword.txt b/srclibs/Cacheword.txt new file mode 100644 index 0000000000..019db8ea1a --- /dev/null +++ b/srclibs/Cacheword.txt @@ -0,0 +1,4 @@ +Repo Type:git +Repo:https://github.com/guardianproject/cacheword +Subdir:cachewordlib +Update Project:Yes From c045965567a47e2e2b5331ab909b0bbb226a6de4 Mon Sep 17 00:00:00 2001 From: David Black Date: Tue, 10 Dec 2013 11:25:56 +0000 Subject: [PATCH 08/14] description improvements --- metadata/com.android.launcher3.txt | 9 ++++- metadata/com.brewcrewfoo.performance.txt | 8 ++--- metadata/com.darknessmap.txt | 2 ++ .../com.euedge.openaviationmap.android.txt | 3 +- metadata/com.jaygoel.virginminuteschecker.txt | 1 + metadata/com.mirasmithy.epochlauncher.txt | 1 + ...m.ruesga.android.wallpapers.photophase.txt | 5 ++- metadata/com.spazedog.mounts2sd.txt | 5 ++- metadata/com.taiste.lainari_en.txt | 2 ++ metadata/info.guardianproject.notepadbot.txt | 3 ++ metadata/net.debian.debiandroid.txt | 1 - metadata/org.mortbay.ijetty/patch_31.patch | 33 ------------------- 12 files changed, 29 insertions(+), 44 deletions(-) delete mode 100644 metadata/org.mortbay.ijetty/patch_31.patch diff --git a/metadata/com.android.launcher3.txt b/metadata/com.android.launcher3.txt index 9cf9d4e1b6..125a58c169 100644 --- a/metadata/com.android.launcher3.txt +++ b/metadata/com.android.launcher3.txt @@ -5,7 +5,8 @@ Issue Tracker:http://code.google.com/p/android/issues/list?can=2&q=launcher&cols Summary:Home screen Description: -Android 4.4 homescreen. +Android 4.4 homescreen from AOSP, patched to enable installation on 4.0.4. +Backup of configuration to Google account is removed. . Repo Type:git @@ -20,6 +21,12 @@ Build:1.0,1 echo -e 'target=android-19\nproguard.config=$$SDK$$/tools/proguard/proguard-android.txt:proguard.flags' \ > project.properties +Maintainer Notes: +Possible improvements: https://github.com/bvermeule/Launcher3/commits/master +https://github.com/MuddPuddle/packages_apps_Launcher3 +I tried to build the protos but failed, hence the forced removal of backup. +. + Update Check Mode:None Current Version:1.0 Current Version Code:1 diff --git a/metadata/com.brewcrewfoo.performance.txt b/metadata/com.brewcrewfoo.performance.txt index 29b72a3c9e..ee230eb818 100644 --- a/metadata/com.brewcrewfoo.performance.txt +++ b/metadata/com.brewcrewfoo.performance.txt @@ -7,7 +7,6 @@ Donate:http://forum.xda-developers.com/donatetome.php?u=4674443 Summary:System configuration Description: -As used in AOKP and OmniRom. '''N.B''' Sqlite functions removed since 2.1.8. *Change CPU Governor, I/O Scheduler and Clock Speed @@ -21,7 +20,7 @@ As used in AOKP and OmniRom. *Linux Kernel, CPU, Memory informations *Misc. Tools: Custom shell command, Wipe cache+dalvik cache, build.prop editor etc. -Requires root: Of course! +Requires root, busybox and a custom ROM. . Requires Root:Yes @@ -33,8 +32,9 @@ Build Version:2.1.3,3,e2b54691bda8a74,forcevercode=yes Build Version:2.1.8,4,e0ebe71ee3ccd,prebuild=rm assets/sq* Maintainer Notes: -quite hard to figure out -Update Check Mode:RepoManifest/jb2 +May be possible to build sqlite +quite hard to figure out as vercodes don't always change; see website +only temoporary: Update Check Mode:RepoManifest/jb2 . Update Check Mode:None diff --git a/metadata/com.darknessmap.txt b/metadata/com.darknessmap.txt index 60901c2a15..893ee533d7 100644 --- a/metadata/com.darknessmap.txt +++ b/metadata/com.darknessmap.txt @@ -9,6 +9,8 @@ Summary:Crowd-sourced mapping Description: Contribute to the Darkness map: a visualization of light levels in the city at night. + +Status: Beta. . Repo Type:git diff --git a/metadata/com.euedge.openaviationmap.android.txt b/metadata/com.euedge.openaviationmap.android.txt index 13e9d968f7..b43c481174 100644 --- a/metadata/com.euedge.openaviationmap.android.txt +++ b/metadata/com.euedge.openaviationmap.android.txt @@ -9,7 +9,8 @@ Bitcoin:07a7194397ae0f8d40740488472a43fd Summary:Display aviation maps Description: Part of project to develop an aviation equivalent of OSM. -Coverage is limited to Hungary and other parts of Europe +Downloadable maps are currently limited to Hungary and some other parts of +Central Europe. . Repo Type:git-svn diff --git a/metadata/com.jaygoel.virginminuteschecker.txt b/metadata/com.jaygoel.virginminuteschecker.txt index 5b8eaf6f17..1559909901 100644 --- a/metadata/com.jaygoel.virginminuteschecker.txt +++ b/metadata/com.jaygoel.virginminuteschecker.txt @@ -8,6 +8,7 @@ Issue Tracker:https://github.com/poundifdef/VirginMobileMinutesChecker/issues Auto Name:Minutes Checker for Virgin Mobile Summary:For Virgin Mobile US customers Description: +A proprietary ad library was removed. . Repo Type:git diff --git a/metadata/com.mirasmithy.epochlauncher.txt b/metadata/com.mirasmithy.epochlauncher.txt index 889ac8bec9..06c63a7246 100644 --- a/metadata/com.mirasmithy.epochlauncher.txt +++ b/metadata/com.mirasmithy.epochlauncher.txt @@ -7,6 +7,7 @@ Auto Name:Epoch Launcher Summary:Homescreen and launcher Description: Launcher in the style of Sword Art Online. +Allows categories via long-press, custom fonts, black/white themes. . Repo Type:git diff --git a/metadata/com.ruesga.android.wallpapers.photophase.txt b/metadata/com.ruesga.android.wallpapers.photophase.txt index 0c7efc471a..0064bcf259 100644 --- a/metadata/com.ruesga.android.wallpapers.photophase.txt +++ b/metadata/com.ruesga.android.wallpapers.photophase.txt @@ -1,5 +1,5 @@ Categories:Wallpaper -License:Apache +License:Apache2 Web Site:http://forum.xda-developers.com/showthread.php?p=46387352 Source Code:https://github.com/jruesga/PhotoPhase Issue Tracker:https://github.com/jruesga/PhotoPhase/issues @@ -9,6 +9,9 @@ Summary:Tiled images wallpaper Description: Live wallpaper that takes a selection of images and tiles a few of them, applying transitions and effects. + +There is an OpenGL issue with one type of chipset in v1.0.6 that can cause +the system to crash and the only fix is to uninstall the app. . Repo Type:git diff --git a/metadata/com.spazedog.mounts2sd.txt b/metadata/com.spazedog.mounts2sd.txt index 8ce9170fd3..5edabefc10 100644 --- a/metadata/com.spazedog.mounts2sd.txt +++ b/metadata/com.spazedog.mounts2sd.txt @@ -9,16 +9,15 @@ Summary:Map device storage to sdcard Description: '''N.B''' 'Fix sqlite3 binary' was removed in this build. -Mounts2SD is no longer just a script for devices with low storage capabilities. +Mounts2SD is a script for devices with low storage capabilities, but It can be used for a lot of things and is useful on almost any device, even those without external sdcard. -Control the script, viewing current states and more. The script itself has grown to become a large storage and management script with features that control SWAP, ZRAM, mount optimization, storage thresholds, different external and internal MMC configurations, cache and more. The content management is able to move a lot more different content between /data and -/sd-ext, including the new internal storage, which on some devices, is placed +/sd-ext, including the new internal storage, which on newer devices, is placed in /data/media, and it also contains more than one option for storing system content on both /data and /sd-ext. diff --git a/metadata/com.taiste.lainari_en.txt b/metadata/com.taiste.lainari_en.txt index d47e5a7975..5fe70393ce 100644 --- a/metadata/com.taiste.lainari_en.txt +++ b/metadata/com.taiste.lainari_en.txt @@ -20,6 +20,8 @@ library catalog. The service is currently tailored for Helsinki area public libraries’ catalog, but can be easily adapted for anybody using MARC21 catalogs. + +A proprietary analytics library was removed. . Repo Type:git diff --git a/metadata/info.guardianproject.notepadbot.txt b/metadata/info.guardianproject.notepadbot.txt index 075206d2b6..4df680b56d 100644 --- a/metadata/info.guardianproject.notepadbot.txt +++ b/metadata/info.guardianproject.notepadbot.txt @@ -7,6 +7,9 @@ Issue Tracker:https://github.com/guardianproject/notepadbot/issues Auto Name:NoteCipher Summary:Notepad with lock Description: +Simple app for taking notes that encrypts everything behind a password. + +Status: Beta. . Repo Type:git diff --git a/metadata/net.debian.debiandroid.txt b/metadata/net.debian.debiandroid.txt index 403b3e30ce..65b5d60901 100644 --- a/metadata/net.debian.debiandroid.txt +++ b/metadata/net.debian.debiandroid.txt @@ -1,6 +1,5 @@ Categories:Science & Education,Development License:GPLv3+ -Web Site:https://github.com/uberspot/DebianDroid Source Code:https://github.com/uberspot/DebianDroid Issue Tracker:https://github.com/uberspot/DebianDroid/issues diff --git a/metadata/org.mortbay.ijetty/patch_31.patch b/metadata/org.mortbay.ijetty/patch_31.patch deleted file mode 100644 index 2212c35642..0000000000 --- a/metadata/org.mortbay.ijetty/patch_31.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff --git a/i-jetty-ui/pom.xml b/i-jetty-ui/pom.xml -index 26adc2f..d9eabc5 100644 ---- a/i-jetty-ui/pom.xml -+++ b/i-jetty-ui/pom.xml -@@ -57,12 +57,12 @@ - - - com.jayway.maven.plugins.android.generation2 -- maven-android-plugin -- 2.9.0-beta-5 -+ android-maven-plugin -+ 3.6.1 - true - - -- 4 -+ 8 - - true - true -diff --git a/pom.xml b/pom.xml -index 12756a7..963890c 100644 ---- a/pom.xml -+++ b/pom.xml -@@ -18,7 +18,7 @@ - 1.6_r2 - 7.6.0.RC4 - 2.5-20081211 -- 4 -+ 8 - platforms/android-${android.sdk.version} - - From 191ca066fe26b3feb97a8efeb6bb654aca9384d3 Mon Sep 17 00:00:00 2001 From: David Black Date: Tue, 10 Dec 2013 11:26:43 +0000 Subject: [PATCH 09/14] don't use maven android plugin 3.8.0 (yet) --- metadata/com.concentricsky.android.khan/pom_14.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/com.concentricsky.android.khan/pom_14.patch b/metadata/com.concentricsky.android.khan/pom_14.patch index 2990b8e60c..ae74e67a3b 100644 --- a/metadata/com.concentricsky.android.khan/pom_14.patch +++ b/metadata/com.concentricsky.android.khan/pom_14.patch @@ -42,7 +42,7 @@ index b762225..873eff9 100644 com.jayway.maven.plugins.android.generation2 android-maven-plugin - 3.3.2 -+ 3.8.0 ++ 3.6.1 true From af9b085e3e4fa522274ac4429ec4774da52c5308 Mon Sep 17 00:00:00 2001 From: David Black Date: Tue, 10 Dec 2013 11:33:18 +0000 Subject: [PATCH 10/14] activate helsinki without tests and using maven plugin 3.6.1 --- metadata/fi.testbed2.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/fi.testbed2.txt b/metadata/fi.testbed2.txt index cf2b12d972..7a838f9b47 100644 --- a/metadata/fi.testbed2.txt +++ b/metadata/fi.testbed2.txt @@ -22,12 +22,12 @@ Repo Type:git Repo:https://github.com/mvestola/helsinki-testbed2-android.git Build:2.0.12,20 - disable=tests fail but the app is fine; run mvn package -DskipTests commit=2.0.12 maven=yes + rm=src/test srclibs=MobAdMob@2d5736 prebuild=sed -i '53,59d;155,174d' pom.xml && \ - sed -i 's/3.4.0/3.8.0/g;s/\${android.target.api.version}/17/g' pom.xml && \ + sed -i 's/3.4.0/3.6.1/g;s/\${android.target.api.version}/17/g' pom.xml && \ cp -r $$MobAdMob$$/src/com/* src/main/java/com/ Auto Update Mode:None From f115bbd11041cbae038a29dd8a4b0e8bade378d7 Mon Sep 17 00:00:00 2001 From: David Black Date: Tue, 10 Dec 2013 11:37:20 +0000 Subject: [PATCH 11/14] more descriptions --- metadata/com.color.colornamer.txt | 2 +- metadata/de.onyxbits.drudgery.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/com.color.colornamer.txt b/metadata/com.color.colornamer.txt index 924e91fc1f..3b2f986c2a 100644 --- a/metadata/com.color.colornamer.txt +++ b/metadata/com.color.colornamer.txt @@ -7,7 +7,7 @@ Issue Tracker:https://github.com/kaytdek/ColorNamer/issues Auto Name:Color Namer Summary:Names for colours Description: -Identify colours via the xkcd survey and share them. +Identify colours via the camera and the xkcd survey and share them. Set colours to wallpaper. . diff --git a/metadata/de.onyxbits.drudgery.txt b/metadata/de.onyxbits.drudgery.txt index be2551e05c..d9d088b083 100644 --- a/metadata/de.onyxbits.drudgery.txt +++ b/metadata/de.onyxbits.drudgery.txt @@ -5,7 +5,7 @@ Source Code:https://github.com/onyxbits/Drudgery Issue Tracker:https://github.com/onyxbits/Drudgery/issues Auto Name:Drudgery -Summary:Battle the Boss +Summary:Widget-based game Description: Drudge Quest is a simple memory game the objective of which is to to get through the day while trying to avoid running into your boss as you From 9b3d846a23d03716087bac4084493ce85498d1b6 Mon Sep 17 00:00:00 2001 From: David Black Date: Tue, 10 Dec 2013 11:40:23 +0000 Subject: [PATCH 12/14] deactivate trackworktime because server is down --- metadata/org.zephyrsoft.trackworktime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/org.zephyrsoft.trackworktime.txt b/metadata/org.zephyrsoft.trackworktime.txt index 5929af7902..eec80a39ae 100644 --- a/metadata/org.zephyrsoft.trackworktime.txt +++ b/metadata/org.zephyrsoft.trackworktime.txt @@ -22,7 +22,7 @@ Anti-feature: Tracking. Crash reports are sent without interaction. Repo Type:git-svn Repo:https://dev.zephyrsoft.org/svn/trackworktime;trunk=trunk;tags=tags -Build Version:0.5.10,14,105,forceversion=yes +Build Version:0.5.10,14,!repo is currently down at 105,forceversion=yes Update Check Mode:None Current Version:0.5.10 From feee62b55cf7d3cab1a00b7f80024997a2fb0637 Mon Sep 17 00:00:00 2001 From: David Black Date: Tue, 10 Dec 2013 12:44:29 +0000 Subject: [PATCH 13/14] fix repo url of trackworktime and add checknetwork --- metadata/org.zephyrsoft.checknetwork.txt | 40 +++++++++++++++++++++++ metadata/org.zephyrsoft.trackworktime.txt | 26 +++++++++++---- 2 files changed, 60 insertions(+), 6 deletions(-) create mode 100644 metadata/org.zephyrsoft.checknetwork.txt diff --git a/metadata/org.zephyrsoft.checknetwork.txt b/metadata/org.zephyrsoft.checknetwork.txt new file mode 100644 index 0000000000..1d7eb6dcd4 --- /dev/null +++ b/metadata/org.zephyrsoft.checknetwork.txt @@ -0,0 +1,40 @@ +AntiFeatures:Tracking +Categories:Internet +License:GPLv3 +Web Site:https://dev.zephyrsoft.org +Source Code:https://dev.zephyrsoft.org/svn/projects/checknetwork/trunk +Issue Tracker: + +Auto Name:Check Network +Summary:Auto connect to network +Description: +Due to changes to APN privileges in Android 4.0.4 this will only work as a system app. + +Periodically checks the internet connection and reconnects if the internet +can't be reached. +Every check downloads 5KB from google.com. + +Tracking: Crash reports are sent without interaction. +. + +Repo Type:git-svn +Repo:https://dev.zephyrsoft.org/svn/projects/checknetwork;trunk=trunk;tags=tags + +Build:1.2,3 + commit=193 + forceversion=yes + forcevercode=yes + prebuild=echo -e 'java.source=1.6\njava.target=1.6' > ant.properties + +Build:0.1.3,4 + disable=not a release yet + +Maintainer Notes: +Bumps just after release +. + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:0.1.3-SNAPSHOT +Current Version Code:4 + diff --git a/metadata/org.zephyrsoft.trackworktime.txt b/metadata/org.zephyrsoft.trackworktime.txt index eec80a39ae..8a9704f5fd 100644 --- a/metadata/org.zephyrsoft.trackworktime.txt +++ b/metadata/org.zephyrsoft.trackworktime.txt @@ -1,7 +1,11 @@ AntiFeatures:Tracking -Category:Office +Categories:Office License:GPLv3 +Web Site:https://dev.zephyrsoft.org +Source Code:https://dev.zephyrsoft.org/svn/projects/trackworktime/trunk +Issue Tracker:https://dev.zephyrsoft.org/jira/browse/TWT +Auto Name:Track Work Time Summary:Track your work time Description: It lets you categorize each recorded interval by a client/task and a free text. @@ -20,11 +24,21 @@ Anti-feature: Tracking. Crash reports are sent without interaction. . Repo Type:git-svn -Repo:https://dev.zephyrsoft.org/svn/trackworktime;trunk=trunk;tags=tags +Repo:https://dev.zephyrsoft.org/svn/projects/trackworktime;trunk=trunk;tags=tags -Build Version:0.5.10,14,!repo is currently down at 105,forceversion=yes +Build:0.5.11,14 + commit=476 + forceversion=yes -Update Check Mode:None -Current Version:0.5.10 -Current Version Code:14 +Build:0.5.12,15 + disable=not a release yet + +Maintainer Notes: +Bumps just after release +. + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:0.5.12-SNAPSHOT +Current Version Code:15 From a7ca3af47e4041f5c7a1a27e967bfb3b7768f391 Mon Sep 17 00:00:00 2001 From: David Black Date: Tue, 10 Dec 2013 14:38:25 +0000 Subject: [PATCH 14/14] update halachic times to latest (with manual location) --- metadata/net.sf.times.txt | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/metadata/net.sf.times.txt b/metadata/net.sf.times.txt index 7122d2dc30..d62d7b605a 100644 --- a/metadata/net.sf.times.txt +++ b/metadata/net.sf.times.txt @@ -1,24 +1,29 @@ -Category:Science & Education +Categories:Science & Education License:GPLv3 Web Site:http://sourceforge.net/p/halachictimes Source Code:http://svn.code.sf.net/p/halachictimes/code +Issue Tracker: Auto Name:Halachic Prayer Times Summary:Times for Jewish prayers Description: List of halachic/halakhic times for Jewish prayers (zmanim and zmanei tefillot). It also has a prayer compass, time opinions, and reminders. - -Times are calculated based on GPS. Manual location may not be possible. . Repo Type:git-svn Repo:http://svn.code.sf.net/p/halachictimes/code;trunk=trunk;tags=tags -Build Version:2.5,22,ver_22 rev_270,subdir=Halachic Times +Build:2.5,22 + commit=ver_22 rev_270 + subdir=Halachic Times + +Build:3.0,23 + commit=ver_23 rev_291 + subdir=Halachic Times Auto Update Mode:None Update Check Mode:Tags -Current Version:2.5 -Current Version Code:22 +Current Version:3.0 +Current Version Code:23