From ed808b634e63cf843c5f6a2446deca1ee8ce285f Mon Sep 17 00:00:00 2001 From: David Black Date: Mon, 20 Jan 2014 13:34:24 +0000 Subject: [PATCH 1/6] update Smashwords Access to beta 14 --- build/extlib/SW-build.gradle_58 | 21 +++++++++++++++++++ .../com.unleashyouradventure.swaccess.txt | 15 ++++++++++--- 2 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 build/extlib/SW-build.gradle_58 diff --git a/build/extlib/SW-build.gradle_58 b/build/extlib/SW-build.gradle_58 new file mode 100644 index 0000000000..29c3e5c22a --- /dev/null +++ b/build/extlib/SW-build.gradle_58 @@ -0,0 +1,21 @@ +apply plugin: 'java' +apply plugin: 'maven' + +sourceCompatibility = 1.6 + + +version = '1.0-SNAPSHOT' +group = 'com.swaccess' + +repositories { + mavenCentral() +} + +dependencies { + compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.0.1' + compile group: 'org.apache.httpcomponents', name: 'httpcore', version: '4.0.1' + compile group: 'org.jsoup', name: 'jsoup', version: '1.6.1' + compile group: 'com.google.code.gson', name: 'gson', version: '2.2.1' + compile group: 'org.projectlombok', name: 'lombok', version:'1.12.2' +} + diff --git a/metadata/com.unleashyouradventure.swaccess.txt b/metadata/com.unleashyouradventure.swaccess.txt index 181585e949..b4a593466a 100644 --- a/metadata/com.unleashyouradventure.swaccess.txt +++ b/metadata/com.unleashyouradventure.swaccess.txt @@ -8,8 +8,9 @@ Auto Name:Smashwords Access Summary:eBook shop Description: Unofficial app for smashwords.com, a purveyor of DRM-free and gratis ebooks. +Enter your credentials to access purchased books. -Books can be loaded directly from Cool reader, FBReader or Pageturner +Books can be loaded directly from Cool reader, FBReader or Pageturner. . Repo Type:git-svn @@ -24,8 +25,16 @@ Build:011 beta,11 cp -r $$ImageLoader-Novoda$$/src/main/java/com/novoda/ src/com/ && \ cp -r $$Google-Gson$$/src/main/java/com/google/ src/com/ -Build:012 beta,12 - disable=not published +Build:014 beta,14 + commit=33 + subdir=SmashwordsAccess + extlibs=SW-build.gradle_58 + srclibs=1:ActionBarSherlock@4.4.0;Smashwords-API@58;ImageLoader-Novoda@imageloader-parent-1.5.8 + rm=SmashwordsAccess/libs/imageloader-core-1.5.8.jar + prebuild=cp -r $$ImageLoader-Novoda$$/src/main/java/com/novoda/ src/com/ && \ + mv libs/SW-build.gradle_58 $$Smashwords-API$$/build.gradle + build=gradle jar -p $$Smashwords-API$$ && \ + mv $$Smashwords-API$$/build/libs/SmashwordsAPI-1.0-SNAPSHOT.jar libs/ Auto Update Mode:None Update Check Mode:RepoManifest From 868be4845b923593f4e560403eb3775f7e91264b Mon Sep 17 00:00:00 2001 From: David Black Date: Mon, 20 Jan 2014 13:51:31 +0000 Subject: [PATCH 2/6] add Bankomat Card Infos --- metadata/at.zweng.bankomatinfos.txt | 33 +++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 metadata/at.zweng.bankomatinfos.txt diff --git a/metadata/at.zweng.bankomatinfos.txt b/metadata/at.zweng.bankomatinfos.txt new file mode 100644 index 0000000000..9a194f4135 --- /dev/null +++ b/metadata/at.zweng.bankomatinfos.txt @@ -0,0 +1,33 @@ +Categories:Office +License:GPLv3 +Web Site:http://johannes.zweng.at +Source Code:https://github.com/johnzweng/bankomatinfos +Issue Tracker:https://github.com/johnzweng/bankomatinfos/issues +Donate:http://johannes.zweng.at/donations.html + +Auto Name:Bankomat Card Infos +Summary:Read bank card via NFC +Description: +Tries to read the last transactions and some general infos from a NFC-enabled +Austrian Bankomatkarte (Maestro debit card) via NFC. +It may not work on all cards, only tested with cards from Bank Austria for now. + +It checks if the card contains the Paylife Quick application +(`AID D040000001000002`) and the Maestro (Bankomat) application +(`AID A0000000043060`) and tries to read some free accessible files +(no authentication is performed to card). +. + +Repo Type:git +Repo:https://github.com/johnzweng/bankomatinfos.git + +Build:1.2.4,7 + commit=845e11d71f751 + prebuild=rm $(find res -name ic_launcher.png) && \ + touch res/drawable/ic_launcher.png + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.2.4 +Current Version Code:7 + From 8bcc08add8f642b5a5532050950fe95e06801d00 Mon Sep 17 00:00:00 2001 From: David Black Date: Mon, 20 Jan 2014 14:05:59 +0000 Subject: [PATCH 3/6] Add Eyecam --- metadata/ch.hsr.eyecam.txt | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 metadata/ch.hsr.eyecam.txt diff --git a/metadata/ch.hsr.eyecam.txt b/metadata/ch.hsr.eyecam.txt new file mode 100644 index 0000000000..b71ba1484c --- /dev/null +++ b/metadata/ch.hsr.eyecam.txt @@ -0,0 +1,36 @@ +Categories:Multimedia +License:GPLv3 +Web Site: +Source Code:https://github.com/tom-and-jerry/eyeCam +Issue Tracker:https://github.com/tom-and-jerry/eyeCam/issues + +Auto Name:eyeCam +Summary:Recognize colours +Description: +An augmented reality app which aims to support colorblind people in +distinguishing and recognizing colors. + +* Color recognition +* Camera filters to enhance color differentiation +* Simulation of colorblindness (e.g. for web developers) + +Known issues: +* Color recognition does not work properly sometimes +* Tablets are not yet supported (orientation is off) + +[http://chir.ag/projects/name-that-color Name that color] +is used to detect color names. +. + +Repo Type:git +Repo:https://github.com/tom-and-jerry/eyeCam.git + +Build:0.9-beta,81 + commit=161096295b4d4 + buildjni=yes + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:0.9-beta +Current Version Code:81 + From 9d9cc6a673042322812b0a19bda68f96830a270d Mon Sep 17 00:00:00 2001 From: David Black Date: Mon, 20 Jan 2014 14:13:00 +0000 Subject: [PATCH 4/6] Add JTT and srclib --- metadata/com.aragaer.jtt.txt | 41 +++++++++++++++++++++++++++++++ srclibs/SunriseSunset-aragaer.txt | 5 ++++ 2 files changed, 46 insertions(+) create mode 100644 metadata/com.aragaer.jtt.txt create mode 100644 srclibs/SunriseSunset-aragaer.txt diff --git a/metadata/com.aragaer.jtt.txt b/metadata/com.aragaer.jtt.txt new file mode 100644 index 0000000000..9910614658 --- /dev/null +++ b/metadata/com.aragaer.jtt.txt @@ -0,0 +1,41 @@ +Categories:System +License:MIT +Web Site:http://aragaer.github.com/jtt_android +Source Code:https://github.com/aragaer/jtt_android +Issue Tracker:https://github.com/aragaer/jtt_android/issues + +Auto Name:Japanese Traditional Time +Summary:Clock widget +Description: +A clock widget based on the traditional Japanese time +[https://en.wikipedia.org/wiki/Japanese_clock#The_traditional_Japanese_time_system system]. + +* Widget showing the current hour (named after an animal) +* Mapping of traditional time to local time +* (Eventually) Alarms based on traditional time + +The sunrise and sunset times for are calculated locally +by the app for the current location; +if the device doesn't know that you can enter a manual one. +. + +Repo Type:git +Repo:https://github.com/aragaer/jtt_android.git + +Build:1.4.4.2,24 + commit=v1.4.4.2 + init=sed -i '/reference.1/d' project.properties + srclibs=1:SunriseSunset-aragaer@aee96f + +Build:1.4.4.5-pre,25 + disable=not published + +Maintainer Notes: +Uses git submodules +. + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:1.4.5pre +Current Version Code:25 + diff --git a/srclibs/SunriseSunset-aragaer.txt b/srclibs/SunriseSunset-aragaer.txt new file mode 100644 index 0000000000..6a674f1f36 --- /dev/null +++ b/srclibs/SunriseSunset-aragaer.txt @@ -0,0 +1,5 @@ +Repo Type:git +Repo:https://github.com/aragaer/sunrisesunsetlib-java +Prepare:rm -rf src/test build.xml +Update Project:Yes + From 0b200485250377cfb42499696762cfd56296918a Mon Sep 17 00:00:00 2001 From: David Black Date: Mon, 20 Jan 2014 14:44:05 +0000 Subject: [PATCH 5/6] Fix Prevo --- metadata/uk.co.busydoingnothing.prevo.txt | 29 +++++++++++++++++++---- srclibs/PrevoDB.txt | 2 ++ srclibs/Revo.txt | 2 ++ 3 files changed, 28 insertions(+), 5 deletions(-) create mode 100644 srclibs/PrevoDB.txt create mode 100644 srclibs/Revo.txt diff --git a/metadata/uk.co.busydoingnothing.prevo.txt b/metadata/uk.co.busydoingnothing.prevo.txt index e3482987dc..4cf8ff9e40 100644 --- a/metadata/uk.co.busydoingnothing.prevo.txt +++ b/metadata/uk.co.busydoingnothing.prevo.txt @@ -1,7 +1,8 @@ Categories:Science & Education License:GPLv2 -Web Site:http://www.busydoingnothing.co.uk/prevo -Source Code:http://git.busydoingnothing.co.uk/cgit.cgi/prevo-android.git +Web Site:http://www.busydoingnothing.co.uk/prevo/ +Source Code:http://git.busydoingnothing.co.uk/cgit.cgi/prevo-android.git/ +Issue Tracker: Summary:Esperanto dictionary Description: @@ -13,8 +14,26 @@ searched with the keyboard. Repo Type:git Repo:git://git.busydoingnothing.co.uk/prevo-android.git -Build Version:0.3,3,!Needs a lot of work 5bbaab6852978e,target=android-14 +Build:0.9,9 + commit=0.9 + target=android-14 + srclibs=Revo@ade7e27bf8;PrevoDB@c2de0f915c9c4 + build=cp -r $$Revo$$ . && \ + cp -r $$PrevoDB$$ . && \ + cd PrevoDB && \ + sed -i '/AS_ALL_LINGUAS/d' configure.ac && \ + aclocal && \ + autoheader && \ + automake -a && \ + intltoolize && \ + autoconf && \ + ./configure && \ + make -j2 && \ + ./src/prevodb -i ../Revo -o .. -#Tags/Repo can't find version info and no reviews on market -Update Check Mode:Static +Auto Update Mode:None +# Tags/Repo can't find version info +Update Check Mode:None +Current Version:0.9 +Current Version:9 diff --git a/srclibs/PrevoDB.txt b/srclibs/PrevoDB.txt new file mode 100644 index 0000000000..a97c6cbd6b --- /dev/null +++ b/srclibs/PrevoDB.txt @@ -0,0 +1,2 @@ +Repo Type:git +Repo:git://git.busydoingnothing.co.uk/prevodb.git diff --git a/srclibs/Revo.txt b/srclibs/Revo.txt new file mode 100644 index 0000000000..fa680f66cb --- /dev/null +++ b/srclibs/Revo.txt @@ -0,0 +1,2 @@ +Repo Type:git +Repo:git://git.busydoingnothing.co.uk/revo.git From 2bdc921fe680c0430da61f548a085459eb11a1e9 Mon Sep 17 00:00:00 2001 From: David Black Date: Mon, 20 Jan 2014 15:48:51 +0000 Subject: [PATCH 6/6] use massive sed hack to patch a srclib instead of using an extlib --- build/extlib/SW-build.gradle_58 | 21 ------------------- .../com.unleashyouradventure.swaccess.txt | 3 +-- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 build/extlib/SW-build.gradle_58 diff --git a/build/extlib/SW-build.gradle_58 b/build/extlib/SW-build.gradle_58 deleted file mode 100644 index 29c3e5c22a..0000000000 --- a/build/extlib/SW-build.gradle_58 +++ /dev/null @@ -1,21 +0,0 @@ -apply plugin: 'java' -apply plugin: 'maven' - -sourceCompatibility = 1.6 - - -version = '1.0-SNAPSHOT' -group = 'com.swaccess' - -repositories { - mavenCentral() -} - -dependencies { - compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.0.1' - compile group: 'org.apache.httpcomponents', name: 'httpcore', version: '4.0.1' - compile group: 'org.jsoup', name: 'jsoup', version: '1.6.1' - compile group: 'com.google.code.gson', name: 'gson', version: '2.2.1' - compile group: 'org.projectlombok', name: 'lombok', version:'1.12.2' -} - diff --git a/metadata/com.unleashyouradventure.swaccess.txt b/metadata/com.unleashyouradventure.swaccess.txt index b4a593466a..66602a6317 100644 --- a/metadata/com.unleashyouradventure.swaccess.txt +++ b/metadata/com.unleashyouradventure.swaccess.txt @@ -28,11 +28,10 @@ Build:011 beta,11 Build:014 beta,14 commit=33 subdir=SmashwordsAccess - extlibs=SW-build.gradle_58 srclibs=1:ActionBarSherlock@4.4.0;Smashwords-API@58;ImageLoader-Novoda@imageloader-parent-1.5.8 rm=SmashwordsAccess/libs/imageloader-core-1.5.8.jar prebuild=cp -r $$ImageLoader-Novoda$$/src/main/java/com/novoda/ src/com/ && \ - mv libs/SW-build.gradle_58 $$Smashwords-API$$/build.gradle + sed -i "2d;5s/:/=/g;13,14d;s/compile 'com.google.code.gson:gson:2.2.1'/compile group: 'com.google.code.gson', name: 'gson', version: '2.2.1'/g;s/compile 'org.projectlombok:lombok:1.12.2'/compile group: 'org.projectlombok', name: 'lombok', version: '1.12.2'/g;26,28d" $$Smashwords-API$$/build.gradle build=gradle jar -p $$Smashwords-API$$ && \ mv $$Smashwords-API$$/build/libs/SmashwordsAPI-1.0-SNAPSHOT.jar libs/