More tidying up

This commit is contained in:
Daniel Martí 2013-04-09 23:43:19 +02:00
parent 962530bd57
commit 9091f309c7
46 changed files with 82 additions and 84 deletions

View file

@ -12,7 +12,7 @@ streaming audio can work properly.
Intended primarily for car Bluetooth systems. It can read out Intended primarily for car Bluetooth systems. It can read out
text messages using Text To Speech (TTS) services while you are connected. text messages using Text To Speech (TTS) services while you are connected.
Each paired Bluetooth Each paired Bluetooth
device or virtual device (home dock, car dock, power connection, or headset device or virtual device (home dock, car dock, power connection, or headset
plug) can be configured plug) can be configured
to your liking. to your liking.
There is a [http://code.google.com/p/a2dpvolume/wiki/Manual manual] on the There is a [http://code.google.com/p/a2dpvolume/wiki/Manual manual] on the

View file

@ -9,11 +9,11 @@ Description:
N.B The app doesn't make an entry in the app list: only the share menu. N.B The app doesn't make an entry in the app list: only the share menu.
Share files from your phone to one or many, quickly and easily. Just share the item via the Share files from your phone to one or many, quickly and easily. Just share the item via the
Share Menu and a mini web server will be started allowing others to download the Share Menu and a mini web server will be started allowing others to download the
file. If there are multiple files a zip archive will be created on the fly. file. If there are multiple files a zip archive will be created on the fly.
If [[com.google.zxing.client.android]] is installed a QR code can be produced with the URL. It will If [[com.google.zxing.client.android]] is installed a QR code can be produced with the URL. It will
only work if the recipient is on the same LAN if you use WiFI but should work anywhere only work if the recipient is on the same LAN if you use WiFI but should work anywhere
if you use GSM (2G/3G), though more slowly. The server can be stopped at any if you use GSM (2G/3G), though more slowly. The server can be stopped at any
time from the screen that shows the URL (press the back button if you're on the barcode). time from the screen that shows the URL (press the back button if you're on the barcode).
. .

View file

@ -7,13 +7,11 @@ Issue Tracker:https://github.com/tgwizard/sls/issues
Summary:Last.fm/Libre.fm Scrobbler Summary:Last.fm/Libre.fm Scrobbler
Description: Description:
Scrobbling means submitting listening information to Last.fm and/or Libre.fm; Scrobbling means submitting listening information to Last.fm and/or Libre.fm;
you can then get music you can then get music recommendations and view your listening history and
recommendations and view your listening history and statistics. statistics. The media player that you use must be able to work with the API
The media player that you use must be able e.g. [[org.kreed.vanilla]] or [[jp.co.kayo.android.localplayer]]. Apps can
to work with the API e.g. [[org.kreed.vanilla]] or also hook into the Now-Playing broadcast: for example, [[com.jlyr]] can use it
[[jp.co.kayo.android.localplayer]]. to grab lyrics.
Apps can also hook into the Now-Playing broadcast: for example, [[com.jlyr]]
can use it to grab lyrics.
More info about scrobbling can be found on More info about scrobbling can be found on
[http://www.last.fm/help/faq?category=Scrobbling#201 Last.fm's FAQ]. [http://www.last.fm/help/faq?category=Scrobbling#201 Last.fm's FAQ].

View file

@ -34,9 +34,9 @@ Build Version:1.9.14,91,!ndk build fails - needs sha2.h (at v1.9.14),target=andr
Build Version:1.9.17,94,!ndk build fails - needs sha2.h - might need MIPS ndk (at v1.9.17),target=android-8,buildjni=yes Build Version:1.9.17,94,!ndk build fails - needs sha2.h - might need MIPS ndk (at v1.9.17),target=android-8,buildjni=yes
#see jni/prep_build.sh for crypto source urls #see jni/prep_build.sh for crypto source urls
Build Version:1.9.18.3,98,v1.9.18.3,buildjni=yes,prebuild=cd jni && \ Build Version:1.9.18.3,98,v1.9.18.3,buildjni=yes,prebuild=cd jni && \
wget http://gladman.plushost.co.uk/oldsite/cryptography_technology/sha/sha2-07-01-07.zip && \ wget http://gladman.plushost.co.uk/oldsite/cryptography_technology/sha/sha2-07-01-07.zip && \
unzip sha2-07-01-07.zip -d sha && cd .. unzip sha2-07-01-07.zip -d sha && cd ..
Build Version:1.98.1,111,v1.98.1,buildjni=yes,prebuild=cd jni && wget http://gladman.plushost.co.uk/oldsite/cryptography_technology/sha/sha2-07-01-07.zip && unzip sha2-07-01-07.zip -d sha && cd .. Build Version:1.98.1,111,v1.98.1,buildjni=yes,prebuild=cd jni && wget http://gladman.plushost.co.uk/oldsite/cryptography_technology/sha/sha2-07-01-07.zip && unzip sha2-07-01-07.zip -d sha && cd ..
Build Version:1.99.2,116,v1.99.2,prebuild=cd jni && wget http://gladman.plushost.co.uk/oldsite/cryptography_technology/sha/sha2-07-01-07.zip && unzip sha2-07-01-07.zip -d sha,buildjni=yes Build Version:1.99.2,116,v1.99.2,prebuild=cd jni && wget http://gladman.plushost.co.uk/oldsite/cryptography_technology/sha/sha2-07-01-07.zip && unzip sha2-07-01-07.zip -d sha,buildjni=yes
Build Version:1.99.4,120,v1.99.4,buildjni=yes,prebuild=cd jni && wget http://gladman.plushost.co.uk/oldsite/cryptography_technology/sha/sha2-07-01-07.zip && unzip sha2-07-01-07.zip -d sha Build Version:1.99.4,120,v1.99.4,buildjni=yes,prebuild=cd jni && wget http://gladman.plushost.co.uk/oldsite/cryptography_technology/sha/sha2-07-01-07.zip && unzip sha2-07-01-07.zip -d sha

View file

@ -22,11 +22,11 @@ Build Version:1.0,50,!need to plug NoAnalytics into pom.xml; probably still woul
#prebuild=sed -i '79s/1.4.2/0.0.1/g' pom.xml && sed -i '119s/jar/apklib/g' pom.xml && \ #prebuild=sed -i '79s/1.4.2/0.0.1/g' pom.xml && sed -i '119s/jar/apklib/g' pom.xml && \
#sed -i '116s/android/android.apps/g' pom.xml && zip -j NoAnalytics.apklib $$NoAnalytics$$/* && \ #sed -i '116s/android/android.apps/g' pom.xml && zip -j NoAnalytics.apklib $$NoAnalytics$$/* && \
#mvn install:install-file \ #mvn install:install-file \
# -Dfile=NoAnalytics.apklib \ # -Dfile=NoAnalytics.apklib \
# -DgroupId=com.google.android.apps \ # -DgroupId=com.google.android.apps \
# -DartifactId=analytics \ # -DartifactId=analytics \
# -Dversion=0.0.1 \ # -Dversion=0.0.1 \
# -Dpackaging=apklib # -Dpackaging=apklib
#Build Version:1.1.1,50,1.1.1,maven=yes,srclibs=NoAnalytics@158a4a,bindir=target,\ #Build Version:1.1.1,50,1.1.1,maven=yes,srclibs=NoAnalytics@158a4a,bindir=target,\
#prebuild=sed -i '115\,120d' pom.xml && cp -r $$NoAnalytics$$/* . #prebuild=sed -i '115\,120d' pom.xml && cp -r $$NoAnalytics$$/* .

View file

@ -8,7 +8,7 @@ FlattrID:379457
Summary:Jabber/XMPP (Instant Messaging) client Summary:Jabber/XMPP (Instant Messaging) client
Description: Description:
Beem is an XMPP (Jabber) client. Supports SASL, Proxy, DNS SRV, and OTR. Beem is an XMPP (Jabber) client. Supports SASL, Proxy, DNS SRV, and OTR.
. .
Repo Type:hg Repo Type:hg

View file

@ -23,7 +23,7 @@ N.B This apk is form ARMv7 only. Other ABIs are available from the website
Repo Type:svn Repo Type:svn
Repo:http://csipsimple.googlecode.com/svn/trunk/CSipSimple Repo:http://csipsimple.googlecode.com/svn/trunk/CSipSimple
#Requires quilt and swig as described here #Requires quilt and swig as described here
# http://code.google.com/p/csipsimple/wiki/HowToBuild # http://code.google.com/p/csipsimple/wiki/HowToBuild
Build Version:0.04-3,1915,!quilt seems to conflict with fdroid 1920,\ Build Version:0.04-3,1915,!quilt seems to conflict with fdroid 1920,\
srclibs=ActionBarSherlock@4.1.0,prebuild=\ srclibs=ActionBarSherlock@4.1.0,prebuild=\

View file

@ -18,8 +18,8 @@ Repo:https://github.com/hanspeide/dashclock-yr-extension
Build Version:1.0,1,!no manual location 196311,srclibs=DashClock@v1.2,\ Build Version:1.0,1,!no manual location 196311,srclibs=DashClock@v1.2,\
rm=libs/dashclock-api-r1.1.jar,prebuild=\ rm=libs/dashclock-api-r1.1.jar,prebuild=\
echo 'source.dir=src;$$DashClock$$/api/src' >> project.properties && \ echo 'source.dir=src;$$DashClock$$/api/src' >> project.properties && \
sed -i '18 i \\t android:versionCode=\"1\"' AndroidManifest.xml && \ sed -i '18 i \\t android:versionCode=\"1\"' AndroidManifest.xml && \
sed -i '18 i \\t android:versionName=\"1.0\"' AndroidManifest.xml && \ sed -i '18 i \\t android:versionName=\"1.0\"' AndroidManifest.xml && \
sed -i '20d' src/com/ctrlplusz/dashclock/yr/WeatherData.java sed -i '20d' src/com/ctrlplusz/dashclock/yr/WeatherData.java
Auto Update Mode:None Auto Update Mode:None

View file

@ -41,7 +41,7 @@ Build Version:2.86,106,!lots of problems 10,srclibs=MobAdMob@2d5736,prebuild=\
echo "android.library.reference.1=$$MobAdMob$$" >> project.properties && \ echo "android.library.reference.1=$$MobAdMob$$" >> project.properties && \
sed -i '/proguard/d' project.properties && sed -i '/key/d' project.properties && \ sed -i '/proguard/d' project.properties && sed -i '/key/d' project.properties && \
mv src/com/dngames/mobilewebcam/PhotoSettings.java v.java && \ mv src/com/dngames/mobilewebcam/PhotoSettings.java v.java && \
perl -CD -pe 'tr/\x{feff}//d' v.java > src/com/dngames/mobilewebcam/PhotoSettings.java perl -CD -pe 'tr/\x{feff}//d' v.java > src/com/dngames/mobilewebcam/PhotoSettings.java
Build Version:2.93,113,!no source code published Build Version:2.93,113,!no source code published
Build Version:2.95,115,!no source code published Build Version:2.95,115,!no source code published

View file

@ -23,7 +23,7 @@ sed -i 's/git@github.com:/https:\/\/github.com\//g' ../.git/config && cd .. && g
git submodule update && cd App git submodule update && cd App
Build Version:1.2.1,9,dce77248,submodules=yes,target=android-16,\ Build Version:1.2.1,9,dce77248,submodules=yes,target=android-16,\
srclibs=NoAnalytics@158a4a,subdir=App,prebuild=\ srclibs=NoAnalytics@158a4a,subdir=App,prebuild=\
rm -f libs/* && echo "android.library.reference.7=$$NoAnalytics$$" >> project.properties,\ rm -f libs/* && echo "android.library.reference.7=$$NoAnalytics$$" >> project.properties,\
update=.;../Android-ViewPagerIndicator/library;../AndroidSectionHeaders/library;../ActionBarSherlock/library;\ update=.;../Android-ViewPagerIndicator/library;../AndroidSectionHeaders/library;../ActionBarSherlock/library;\
../ImageZoomLibrary;../AndroidImageManager/library;../HoloEverywhere/library ../ImageZoomLibrary;../AndroidImageManager/library;../HoloEverywhere/library
Build Version:1.2.3,11,!one error v1.2.3,submodules=yes,\ Build Version:1.2.3,11,!one error v1.2.3,submodules=yes,\

View file

@ -14,7 +14,7 @@ before uninstalling.
This is a simple book catalogue application, to store a list of your books. This is a simple book catalogue application, to store a list of your books.
Books can be added either manually, by ISBN, or by barcode if you have Books can be added either manually, by ISBN, or by barcode if you have
[[com.google.zxing.client.android]] installed. In the case of the last two [[com.google.zxing.client.android]] installed. In the case of the last two
methods, information including cover images is sought on the internet methods, information including cover images is sought on the internet
meaning you can have a thorough record of a book in as little as 30 seconds. meaning you can have a thorough record of a book in as little as 30 seconds.
One thing to watch out for is that in rare case, barcodes do not contain ISBN One thing to watch out for is that in rare case, barcodes do not contain ISBN
@ -46,7 +46,7 @@ Build Version:4.0.6,88,!0d673d0b1
Build Version:4.0.7,90,!build problem 22ac838388f14a5 Build Version:4.0.7,90,!build problem 22ac838388f14a5
Build Version:4.1.5,98,!no source Build Version:4.1.5,98,!no source
Build Version:4.2,124,0de4519c4ce,target=android-15,extlibs=android/android-support-v4.jar,prebuild=\ Build Version:4.2,124,0de4519c4ce,target=android-15,extlibs=android/android-support-v4.jar,prebuild=\
rm -rf external_libs marketplace_info && \ rm -rf external_libs marketplace_info && \
sed -i 's/GoodreadsApiKeys.GOODREADS_DEV_SECRET/"JARXkJTfyo0F8MyctYi9bUmrLISjo8vXAHsZHiuk2E"/g' \ sed -i 's/GoodreadsApiKeys.GOODREADS_DEV_SECRET/"JARXkJTfyo0F8MyctYi9bUmrLISjo8vXAHsZHiuk2E"/g' \
src/com/eleybourn/bookcatalogue/goodreads/GoodreadsManager.java && \ src/com/eleybourn/bookcatalogue/goodreads/GoodreadsManager.java && \
sed -i 's/GoodreadsApiKeys.GOODREADS_DEV_KEY/"udFVpMhBnhJutfVj6abfA"/g' \ sed -i 's/GoodreadsApiKeys.GOODREADS_DEV_KEY/"udFVpMhBnhJutfVj6abfA"/g' \

View file

@ -20,7 +20,7 @@ installable. We will be able to remove this dependency soon.
Repo Type:svn Repo Type:svn
Repo:http://flickr-viewer-for-honeycomb.googlecode.com/svn/trunk/ Repo:http://flickr-viewer-for-honeycomb.googlecode.com/svn/trunk/
#forced API 16 as I don't have API 13 #forced API 16 as I don't have API 13
Build Version:1.2.8,19,402,target=Google Inc.:Google APIs:16 Build Version:1.2.8,19,402,target=Google Inc.:Google APIs:16
#Attempting to view geotagged photos on the map if you don't have Google maps installed, will crash the app #Attempting to view geotagged photos on the map if you don't have Google maps installed, will crash the app

View file

@ -6,7 +6,7 @@ Issue Tracker:http://code.google.com/p/footguy/issues/list
Summary:Footguy widget Summary:Footguy widget
Description: Description:
Footguy is an internet relic. Tap the footguy widget to see your uptime. Double-tap for Footguy is an internet relic. Tap the footguy widget to see your uptime. Double-tap for
preferences (the launcher entry might not work) preferences (the launcher entry might not work)
. .

View file

@ -7,7 +7,7 @@ Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=vackosar%40
Summary:Minimalistic home-screen Summary:Minimalistic home-screen
Description: Description:
* When the results narrow down to one app, it can be automaticaly started (Autostart button). * When the results narrow down to one app, it can be automaticaly started (Autostart button).
* Add any activity of any app on your device to list of apps (e.g. Wifi settings, ...). * Add any activity of any app on your device to list of apps (e.g. Wifi settings, ...).
* Hide any app from list of apps adding it to the hide list. * Hide any app from list of apps adding it to the hide list.
* Rename any app however you like. * Rename any app however you like.

View file

@ -22,7 +22,7 @@ Build Version:3.1.7,30107,!No source code apparently
Build Version:3.2.1,30201,0aa74b9d2bef,subdir=shortyz,target=android-11,prebuild=\ Build Version:3.2.1,30201,0aa74b9d2bef,subdir=shortyz,target=android-11,prebuild=\
mkdir -p libs/ && rm -rf src/com/totsp/crossword/io/ src/com/totsp/crossword/puz/ && \ mkdir -p libs/ && rm -rf src/com/totsp/crossword/io/ src/com/totsp/crossword/puz/ && \
cd ../puzlib && mvn package &&\ cd ../puzlib && mvn package &&\
mv target/*.jar ../shortyz/libs/ && rm -rf target &&\ mv target/*.jar ../shortyz/libs/ && rm -rf target &&\
cd ../shortyz cd ../shortyz

View file

@ -21,7 +21,7 @@ to retrieve from the remote server. Finally you can checkout or export specific
head version. head version.
The interface has been reworked a bit to include a menu for some functions to clean up the main screen. The interface has been reworked a bit to include a menu for some functions to clean up the main screen.
Also improved is the German language support. Help is needed with French, Japanese and Also improved is the German language support. Help is needed with French, Japanese and
Russian translations: if you can help, there is more information at these links: Russian translations: if you can help, there is more information at these links:
[http://www.valleytg.com:8090/browse/OASVN-35 French] [http://www.valleytg.com:8090/browse/OASVN-35 French]

View file

@ -8,11 +8,11 @@ Donate:http://www.xatik.com/about
Summary:Automated drawing Summary:Automated drawing
Description: Description:
Control a pen holding Android and create complex shapes using part of the LOGO programming language. Control a pen holding Android and create complex shapes using part of the LOGO programming language.
Not sure what Turtle Graphics and LOGO programming is? The original Turtle Graphics allowed a user to Not sure what Turtle Graphics and LOGO programming is? The original Turtle Graphics allowed a user to
enter commands which represented what would be drawn out out on a Cartesian plane. Droid Draw brings enter commands which represented what would be drawn out out on a Cartesian plane. Droid Draw brings
this same functionality to Android users. this same functionality to Android users.
Not sure what to do? Make sure to check out the help section in the app or visit the website. There is Not sure what to do? Make sure to check out the help section in the app or visit the website. There is
information on how to use the app and what every command does. information on how to use the app and what every command does.
. .

View file

@ -7,7 +7,7 @@ Issue Tracker:https://github.com/Yubico/yubitotp-android/issues
Summary:YubiKey NEO One-Time Password OATH/TOTP Summary:YubiKey NEO One-Time Password OATH/TOTP
Description: Description:
Generate One-Time Passwords (OTPs) using a YubiKey NEO hardware, Generate One-Time Passwords (OTPs) using a YubiKey NEO hardware,
connected using NFC. It generates codes that are compatible with connected using NFC. It generates codes that are compatible with
Google two-step verification, and can be used with any other site Google two-step verification, and can be used with any other site
that supports OATH TOTP. that supports OATH TOTP.
. .

View file

@ -8,9 +8,9 @@ Donate:http://www.domob.eu/donate.php
Summary:Anaglyph Camera Summary:Anaglyph Camera
Description: Description:
With this app, you can easily take 3D stereoscopic "anaglyph" pictures With this app, you can easily take 3D stereoscopic "anaglyph" pictures
with your device's camera. Simply take two shots at slightly different with your device's camera. Simply take two shots at slightly different
locations, and watch the result with red-cyan (or others) locations, and watch the result with red-cyan (or others)
glasses! AnaCam includes a live preview, so that you can find the glasses! AnaCam includes a live preview, so that you can find the
best position for the second picture before you take it. best position for the second picture before you take it.
. .

View file

@ -8,7 +8,7 @@ Donate:http://www.domob.eu/donate.php
Summary:Angle Measuring Summary:Angle Measuring
Description: Description:
Angulo allows to measure angles by pointing the device, using the internal Angulo allows to measure angles by pointing the device, using the internal
acceleration (gravity) and magnetic sensors. The interface is very simple acceleration (gravity) and magnetic sensors. The interface is very simple
and easy-to-use. and easy-to-use.
. .

View file

@ -9,7 +9,7 @@ Summary:Learning BlackJack
Description: Description:
This app helps you in learning to play BlackJack well, This app helps you in learning to play BlackJack well,
by simulating the game for you and also telling you about by simulating the game for you and also telling you about
sub-optimal decisions made. It even includes a mode to sub-optimal decisions made. It even includes a mode to
systematically train all possible initial situations. systematically train all possible initial situations.
. .

View file

@ -40,14 +40,14 @@ git clone https://github.com/bauerca/drag-sort-listview dslv && cd dslv && \
git checkout 0.6.1,srclibs=ActionBarSherlock@4.2.0,update=.;dslv/library,\ git checkout 0.6.1,srclibs=ActionBarSherlock@4.2.0,update=.;dslv/library,\
prebuild=mv libs/android-support-v4.jar dslv/library/libs/ && \ prebuild=mv libs/android-support-v4.jar dslv/library/libs/ && \
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \ sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
sed -i 's@\(android.library.reference.2=\).*@\1dslv/library@' project.properties && \ sed -i 's@\(android.library.reference.2=\).*@\1dslv/library@' project.properties && \
cd ../ && mv subsonic-android sa && rm -rf subsonic-* repo && mv sa subsonic-android cd ../ && mv subsonic-android sa && rm -rf subsonic-* repo && mv sa subsonic-android
Build Version:3.8.2,40,3.8.2,subdir=subsonic-android,init=\ Build Version:3.8.2,40,3.8.2,subdir=subsonic-android,init=\
git clone https://github.com/bauerca/drag-sort-listview dslv && cd dslv && \ git clone https://github.com/bauerca/drag-sort-listview dslv && cd dslv && \
git checkout 0.6.1,srclibs=ActionBarSherlock@4.2.0,update=.;dslv/library,\ git checkout 0.6.1,srclibs=ActionBarSherlock@4.2.0,update=.;dslv/library,\
prebuild=mv libs/android-support-v4.jar dslv/library/libs/ && \ prebuild=mv libs/android-support-v4.jar dslv/library/libs/ && \
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \ sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
sed -i 's@\(android.library.reference.2=\).*@\1dslv/library@' project.properties && \ sed -i 's@\(android.library.reference.2=\).*@\1dslv/library@' project.properties && \
cd ../ && mv subsonic-android sa && rm -rf subsonic-* repo && mv sa subsonic-android cd ../ && mv subsonic-android sa && rm -rf subsonic-* repo && mv sa subsonic-android
Auto Update Mode:None Auto Update Mode:None

View file

@ -16,7 +16,7 @@ the certificates.
This application requires root, as well as a device that has the grep command on it. (check busybox) This application requires root, as well as a device that has the grep command on it. (check busybox)
If the save doesnt work, then you will need to make your /system partition read-write by using If the save doesnt work, then you will need to make your /system partition read-write by using
a file explorer like Ghost Commander or running something like #mount -o remount,rw /system in the terminal a file explorer like Ghost Commander or running something like #mount -o remount,rw /system in the terminal
. .
Requires Root:Yes Requires Root:Yes

View file

@ -5,7 +5,7 @@ Source Code:https://gitorious.org/meritous/
Summary:Action-adventure dungeon crawl game Summary:Action-adventure dungeon crawl game
Description: Description:
Far below the surface of the planet is a secret. A place of limitless Far below the surface of the planet is a secret. A place of limitless
power. Those that seek to control such a utopia will soon bring an end power. Those that seek to control such a utopia will soon bring an end
to themselves. Seeking an end to the troubles that plague him, PSI to themselves. Seeking an end to the troubles that plague him, PSI
user MERIT journeys into the hallowed Orcus Dome in search of answers. user MERIT journeys into the hallowed Orcus Dome in search of answers.

View file

@ -9,11 +9,11 @@ Description:
Music widget primarily for the stock media player, but configurable for Music widget primarily for the stock media player, but configurable for
others (in theory, if you're expert). others (in theory, if you're expert).
Can scrobble to Last FM. Select whether to connect on WiFi or on phone network; Can scrobble to Last FM. Select whether to connect on WiFi or on phone network;
or cache when offline. or cache when offline.
Album art from embedded images, music file directory, or downloadable from Last Album art from embedded images, music file directory, or downloadable from Last
FM. Can pre-fetch Last FM art for your music library. FM. Can pre-fetch Last FM art for your music library.
. .
Repo Type:git Repo Type:git

View file

@ -47,7 +47,7 @@ rm custom_rules.xml && echo "android.library.reference.1=$$ActionBarSherlock$$"
wget http://sourceforge.net/p/servestream/code/1175/tree/ffmpeg/ffmpeg-0.11.1-android-2012-09-18.tar.gz?\ wget http://sourceforge.net/p/servestream/code/1175/tree/ffmpeg/ffmpeg-0.11.1-android-2012-09-18.tar.gz?\
format=raw --output-document=ffmpeg-0.11.1-android-2012-09-18.tar.gz && \ format=raw --output-document=ffmpeg-0.11.1-android-2012-09-18.tar.gz && \
wget http://sourceforge.net/p/servestream/code/1311/tree/ffmpeg/scripts/arm-build.sh?\ wget http://sourceforge.net/p/servestream/code/1311/tree/ffmpeg/scripts/arm-build.sh?\
format=raw --output-document=arm-build.sh && \ format=raw --output-document=arm-build.sh && \
tar -xvf ffmpeg-0.11.1-android-2012-09-18.tar.gz && \ tar -xvf ffmpeg-0.11.1-android-2012-09-18.tar.gz && \
chmod +x arm-build.sh && \ chmod +x arm-build.sh && \
mv arm-build.sh ffmpeg-0.11.1-android-2012-09-18 && \ mv arm-build.sh ffmpeg-0.11.1-android-2012-09-18 && \

View file

@ -30,7 +30,7 @@ Repo:https://code.google.com/p/hunkypunk/
Build Version:0.3,1,14ecc2a0d37c,bindir=alt-apk/mod/bin,init=rm ant.properties,prebuild=\ Build Version:0.3,1,14ecc2a0d37c,bindir=alt-apk/mod/bin,init=rm ant.properties,prebuild=\
echo "bash-location=/bin/sh" >> local.properties && \ echo "bash-location=/bin/sh" >> local.properties && \
sed -i '68d' build.xml && \ sed -i '68d' build.xml && \
cd jni/nitfol && bison -o inform.c inform.y,buildjni=no,antcommand=mod-release cd jni/nitfol && bison -o inform.c inform.y,buildjni=no,antcommand=mod-release
#None of the methods work #None of the methods work
Update Check Mode:None Update Check Mode:None

View file

@ -7,7 +7,7 @@ Issue Tracker:https://github.com/dynalogin/dynalogin-android/issues
Summary:Soft-token for two-factor HOTP authentication Summary:Soft-token for two-factor HOTP authentication
Description: Description:
Soft-token implementing the HOTP algorithm from the Open Authentication Soft-token implementing the HOTP algorithm from the Open Authentication
(OATH) initiative. Works well with the dynalogin server platform for (OATH) initiative. Works well with the dynalogin server platform for
secure Single Sign On (SSO) and OpenID use cases. secure Single Sign On (SSO) and OpenID use cases.
. .

View file

@ -17,9 +17,9 @@ Repo:https://bitbucket.org/dalb8/tricorder
Build Version:5.12,41,!build server troubles at 0,subdir=Tricorder,update=.;../HermitAndroid,prebuild=\ Build Version:5.12,41,!build server troubles at 0,subdir=Tricorder,update=.;../HermitAndroid,prebuild=\
rm -rf ../HermitAndroid/src/org/hermit/android/utils && \ rm -rf ../HermitAndroid/src/org/hermit/android/utils && \
cp -r ../HermitLibrary/src/org/hermit/* ../HermitAndroid/src/org/hermit/android/ && \ cp -r ../HermitLibrary/src/org/hermit/* ../HermitAndroid/src/org/hermit/android/ && \
cp -r ../HermitLibrary/src/net ../HermitAndroid/src/ && \ cp -r ../HermitLibrary/src/net ../HermitAndroid/src/ && \
cp -r ../HermitLibrary/src/ca ../HermitAndroid/src/ cp -r ../HermitLibrary/src/ca ../HermitAndroid/src/
Update Check Mode:Static Update Check Mode:Static
Current Version:5.12 Current Version:5.12

View file

@ -18,7 +18,7 @@ Works as a normal app or a launcher.
Repo Type:git Repo Type:git
Repo:https://github.com/ligi/FAST.git Repo:https://github.com/ligi/FAST.git
Build Version:1.8,18,2436e89b3,prebuild=echo "android.library.reference.1=$$ActionBarSherlock$$" >> project.properties,target=android-15,srclibs=ActionBarSherlock@6e3f2bb5 Build Version:1.8,18,2436e89b3,prebuild=echo "android.library.reference.1=$$ActionBarSherlock$$" >> project.properties,target=android-15,srclibs=ActionBarSherlock@6e3f2bb5
Build Version:1.9,19,! no source code Build Version:1.9,19,! no source code
Build Version:2.9,29,2.9,target=android-17,init=rm libs/android-support-v13.jar,\ Build Version:2.9,29,2.9,target=android-17,init=rm libs/android-support-v13.jar,\
extlibs=android/android-support-v13.jar,prebuild=rm -rf promo extlibs=android/android-support-v13.jar,prebuild=rm -rf promo

View file

@ -32,7 +32,7 @@ Build Version:0.6.6,14,744ac02f4bd5b
Build Version:0.7.3,20,58ce276f9e209 Build Version:0.7.3,20,58ce276f9e209
Build Version:0.8.2,23,!b17820b40d59 but need to resolve build issue - now has libraries that need building Build Version:0.8.2,23,!b17820b40d59 but need to resolve build issue - now has libraries that need building
Build Version:0.9.2,26,6450ce9af6,prebuild=rm -f plugins/mixare-library/build.xml && \ Build Version:0.9.2,26,6450ce9af6,prebuild=rm -f plugins/mixare-library/build.xml && \
$$SDK$$/tools/android update project -p plugins/mixare-library/ $$SDK$$/tools/android update project -p plugins/mixare-library/
#Openstreetmap feature depends on choosing from dropdown menu in a Google Maps view! #Openstreetmap feature depends on choosing from dropdown menu in a Google Maps view!
#Build Version:0.9.2,26,6450ce9af6,init=rm plugins/mixare-library/build.xml,\ #Build Version:0.9.2,26,6450ce9af6,init=rm plugins/mixare-library/build.xml,\

View file

@ -10,7 +10,7 @@ Description:
Simple way to back up a list of installed applications to a file Simple way to back up a list of installed applications to a file
on your SD card. The option to restore individual apps from this list is limited on your SD card. The option to restore individual apps from this list is limited
to other app stores that are installed on the phone that can accept market intents. to other app stores that are installed on the phone that can accept market intents.
It is not a good idea to restore apps already in the F-droid repo using this method. It is not a good idea to restore apps already in the F-droid repo using this method.
In most cases F-droid apps will have a different signature requiring you to uninstall In most cases F-droid apps will have a different signature requiring you to uninstall
the app when switching between sources. the app when switching between sources.

View file

@ -8,7 +8,7 @@ Donate:https://sendto.mozilla.org/page/contribute/openwebfund
Summary:Web browser Summary:Web browser
Description: Description:
Mobile version of the Firefox web browser. Uses the Gecko layout engine to Mobile version of the Firefox web browser. Uses the Gecko layout engine to
render web pages, which render web pages, which
implements current and anticipated web standards. Features include: bookmark implements current and anticipated web standards. Features include: bookmark
sync, custom search engines, sync, custom search engines,

View file

@ -8,7 +8,7 @@ Issue Tracker:https://bugzilla.mozilla.org
Summary:Next version of the web browser Summary:Next version of the web browser
Description: Description:
Mobile version of the Mozilla Firefox web browser. Uses the Gecko layout engine to render web pages, Mobile version of the Mozilla Firefox web browser. Uses the Gecko layout engine to render web pages,
which implements current and anticipated web standards. Features include bookmark sync and custom search which implements current and anticipated web standards. Features include bookmark sync and custom search
engines. engines.

View file

@ -20,7 +20,7 @@ Requirements:
* Picard 1.0 or later * Picard 1.0 or later
* The ZXing barcode scanner * The ZXing barcode scanner
* Your phone and the computer running Picard should be both on the same * Your phone and the computer running Picard should be both on the same
network, and the port 8000 should be accessible network, and the port 8000 should be accessible
It is also worth noting that, in order for this app to work, you need to It is also worth noting that, in order for this app to work, you need to
install [[com.google.zxing.client.android]], which is not shown by default as install [[com.google.zxing.client.android]], which is not shown by default as

View file

@ -26,12 +26,12 @@ Build Version:1.2,20,4170,subdir=FileManager,target=android-11,buildjni=yes,preb
Build Version:1.3,21,4358c17a,subdir=FileManager,target=android-14,buildjni=yes,srclibs=OI@4170,prebuild=\ Build Version:1.3,21,4358c17a,subdir=FileManager,target=android-14,buildjni=yes,srclibs=OI@4170,prebuild=\
sed -i 's@\(android.library.reference.1=\).*@\1$$OI$$/distribution/DistributionLibrary@' project.properties && \ sed -i 's@\(android.library.reference.1=\).*@\1$$OI$$/distribution/DistributionLibrary@' project.properties && \
$$SDK$$/tools/android update project -p $$OI$$/distribution/DistributionLibrary -t android-11 && \ $$SDK$$/tools/android update project -p $$OI$$/distribution/DistributionLibrary -t android-11 && \
rm -rf ../FileManagerDemo ../icons ../promotion ../FileManagerTest rm -rf ../FileManagerDemo ../icons ../promotion ../FileManagerTest
Build Version:2.0.2,26,328b40775,subdir=FileManager,\ Build Version:2.0.2,26,328b40775,subdir=FileManager,\
target=android-14,buildjni=yes,srclibs=OI@4170,prebuild=\ target=android-14,buildjni=yes,srclibs=OI@4170,prebuild=\
sed -i 's@\(android.library.reference.1=\).*@\1$$OI$$/distribution/DistributionLibrary@' project.properties && \ sed -i 's@\(android.library.reference.1=\).*@\1$$OI$$/distribution/DistributionLibrary@' project.properties && \
$$SDK$$/tools/android update project -p $$OI$$/distribution/DistributionLibrary -t android-11 && \ $$SDK$$/tools/android update project -p $$OI$$/distribution/DistributionLibrary -t android-11 && \
rm -rf ../FileManagerDemo ../icons ../promotion ../FileManagerTest rm -rf ../FileManagerDemo ../icons ../promotion ../FileManagerTest
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Market Update Check Mode:Market

View file

@ -20,7 +20,7 @@ Repo:http://osmdroid.googlecode.com/svn/trunk/
Build Version:3.0.8,9,!tricky build 1072,subdir=OpenStreetMapViewer,target=Google Inc.:Google APIs:10,\ Build Version:3.0.8,9,!tricky build 1072,subdir=OpenStreetMapViewer,target=Google Inc.:Google APIs:10,\
extlibs=apache-mime/apache-mime4j-core-0.7.2.jar;httpmime/httpmime-4.0.3.jar;sl4j/slf4j-android-1.6.1-RC1.jar;\ extlibs=apache-mime/apache-mime4j-core-0.7.2.jar;httpmime/httpmime-4.0.3.jar;sl4j/slf4j-android-1.6.1-RC1.jar;\
junit/junit-4.10.jar;mapsforge/mapsforge-map-0.3.0-jar-with-dependencies.jar,prebuild=\ junit/junit-4.10.jar;mapsforge/mapsforge-map-0.3.0-jar-with-dependencies.jar,prebuild=\
cp -r ../osmdroid-android/src/main/java/* src/ && cp -r ../OSMMapTilePackager/src/* src/ && \ cp -r ../osmdroid-android/src/main/java/* src/ && cp -r ../OSMMapTilePackager/src/* src/ && \
cp -r ../osmdroid-third-party/src/main/java/* src/ cp -r ../osmdroid-third-party/src/main/java/* src/
Auto Update Mode:None Auto Update Mode:None

View file

@ -16,7 +16,7 @@ Repo:https://github.com/tasermonkey/android-passwordmaker.git
#gson 1.7.1 from http://code.google.com/p/google-gson was processed in this way: \ #gson 1.7.1 from http://code.google.com/p/google-gson was processed in this way: \
#https://sites.google.com/site/gson/gson-on-android to produce \ #https://sites.google.com/site/gson/gson-on-android to produce \
#tasermonkeys 1.7.1 and I can confirm the md5sums match ( using jarjar 1.2) #tasermonkeys 1.7.1 and I can confirm the md5sums match ( using jarjar 1.2)
Build Version:1.1.7,7,590e8cf18ec156f28a7c75debf9c76b61b0a77f9,subdir=PasswordMakerProForAndroid,target=android-10,prebuild=mv lib libs Build Version:1.1.7,7,590e8cf18ec156f28a7c75debf9c76b61b0a77f9,subdir=PasswordMakerProForAndroid,target=android-10,prebuild=mv lib libs
Update Check Mode:RepoManifest Update Check Mode:RepoManifest

View file

@ -20,10 +20,10 @@ Build Version:1.44,51,963,subdir=DroidFish,buildjni=yes,target=android-10,\
prebuild=cp -r ../CuckooChessEngine/src/* src/ prebuild=cp -r ../CuckooChessEngine/src/* src/
Build Version:1.45,52,1044,subdir=DroidFish,buildjni=no,target=android-10,prebuild=\ Build Version:1.45,52,1044,subdir=DroidFish,buildjni=no,target=android-10,prebuild=\
cp -r ../CuckooChessEngine/src/* src/ && rm -rf obj/ assets/stockfish15.mygz && \ cp -r ../CuckooChessEngine/src/* src/ && rm -rf obj/ assets/stockfish15.mygz && \
$$NDK$$/ndk-build && ant copy_stockfish -f build_copy_exe.xml $$NDK$$/ndk-build && ant copy_stockfish -f build_copy_exe.xml
Build Version:1.47,54,1080,subdir=DroidFish,buildjni=no,target=android-10,prebuild=\ Build Version:1.47,54,1080,subdir=DroidFish,buildjni=no,target=android-10,prebuild=\
cp -r ../CuckooChessEngine/src/* src/ && rm -rf obj/ assets/stockfish15.mygz && \ cp -r ../CuckooChessEngine/src/* src/ && rm -rf obj/ assets/stockfish15.mygz && \
$$NDK$$/ndk-build && ant copy_stockfish -f build_copy_exe.xml $$NDK$$/ndk-build && ant copy_stockfish -f build_copy_exe.xml
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Market Update Check Mode:Market

View file

@ -36,7 +36,7 @@ Repo:https://github.com/project-voodoo/audio-measurements-player-app.git
Build Version:1.1.4,8,!missing audio resources 6fcff Build Version:1.1.4,8,!missing audio resources 6fcff
Build Version:2.0,11,!samples copyright RMAA 2fcca19,extlibs=audiomeasurement-assets/assets.zip,\ Build Version:2.0,11,!samples copyright RMAA 2fcca19,extlibs=audiomeasurement-assets/assets.zip,\
prebuild=mkdir -p assets && unzip libs/assets.zip -d assets/ prebuild=mkdir -p assets && unzip libs/assets.zip -d assets/
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest

View file

@ -26,7 +26,7 @@ Features:
Details of each crash in the UI thread will be logged to external storage, Details of each crash in the UI thread will be logged to external storage,
under the filename "redreader_crash_log_(UUID).txt" - please attach the under the filename "redreader_crash_log_(UUID).txt" - please attach the
relevant log when reporting a bug. Crashes in other parts of the application relevant log when reporting a bug. Crashes in other parts of the application
will cause a prompt to be displayed asking you to email the exception details will cause a prompt to be displayed asking you to email the exception details
directly. directly.
. .

View file

@ -8,7 +8,7 @@ Summary:Note taker
Description: Description:
A note taking application. A port of the popular desktop application Tomboy. A note taking application. A port of the popular desktop application Tomboy.
The new beta releases of 0.7.0+ have a lot of new features including editing The new beta releases of 0.7.0+ have a lot of new features including editing
support, but take care support, but take care
if you are syncing important notes by making local backup to the sdcard. See if you are syncing important notes by making local backup to the sdcard. See
the website for a full list of the new features. The source code the website for a full list of the new features. The source code

View file

@ -31,7 +31,7 @@ Repo:https://github.com/guardianproject/InformaCam.git
Build Version:1.0,1,!WIP: not released yet d20d57b8a3,\ Build Version:1.0,1,!WIP: not released yet d20d57b8a3,\
srclibs=FFMPEG-Java@5427fe5e;IOCipher@56a23bbdfa,prebuild=\ srclibs=FFMPEG-Java@5427fe5e;IOCipher@56a23bbdfa,prebuild=\
cp -r $$FFMPEG-Java$$ FFMPEG-Java && cp -r $$IOCipher$$ IOCipher && \ cp -r $$FFMPEG-Java$$ FFMPEG-Java && cp -r $$IOCipher$$ IOCipher && \
sed -i 's@\(android.library.reference.1=\).*@\1FFMPEG-Java@' project.properties && \ sed -i 's@\(android.library.reference.1=\).*@\1FFMPEG-Java@' project.properties && \
sed -i 's@\(android.library.reference.2=\).*@\1IOCipher@' project.properties && \ sed -i 's@\(android.library.reference.2=\).*@\1IOCipher@' project.properties && \
export NDK_BASE=$$NDK$$ && cd FFMPEG-Java && git submodule update --init --recursive && \ export NDK_BASE=$$NDK$$ && cd FFMPEG-Java && git submodule update --init --recursive && \

View file

@ -12,20 +12,20 @@ A free, open-source english-japanese dictionary for Android which uses Jim Breen
Automatic download of the indexed EDict/Kanjidic/Tanaka dictionaries (Warning: the dictionaries files are quite large, e.g. English EDict zip file is 8mb long, which may take some time to download. Perform this download over a Wi-Fi or with a quick internet access if possible) Automatic download of the indexed EDict/Kanjidic/Tanaka dictionaries (Warning: the dictionaries files are quite large, e.g. English EDict zip file is 8mb long, which may take some time to download. Perform this download over a Wi-Fi or with a quick internet access if possible)
Allows automatic download of a German/French EDict, the names dictionary and the computer terminology dictionary Allows automatic download of a German/French EDict, the names dictionary and the computer terminology dictionary
Once the dictionary is downloaded it works completely off-line Once the dictionary is downloaded it works completely off-line
Kanjipad for drawing and searching kanji characters Kanjipad for drawing and searching kanji characters
Search kanji characters by radicals and stroke numbers Search kanji characters by radicals and stroke numbers
Shows a kanji analysis in a word Shows a kanji analysis in a word
SKIP search (a search based on the kanji visual look) SKIP search (a search based on the kanji visual look)
Custom dictionaries Custom dictionaries
Optionally shows romaji instead of hiragana/katakana - good for beginner learners. Also provides a hiragana/katakana learning table. Optionally shows romaji instead of hiragana/katakana - good for beginner learners. Also provides a hiragana/katakana learning table.
Search in Tanaka Example sentences Search in Tanaka Example sentences
Optional verb deinflection (e.g. searching for あえない will find あう) Optional verb deinflection (e.g. searching for あえない will find あう)
Kanji drawing order for more than 1500 kanjis Kanji drawing order for more than 1500 kanjis
A basic sentence translation A basic sentence translation
Integration with Simeji Integration with Simeji
Verb conjugations with example sentences Verb conjugations with example sentences
Integrates with Android Search (Android 1.6 or higher only Integrates with Android Search (Android 1.6 or higher only
. .
Repo Type:hg Repo Type:hg

View file

@ -35,7 +35,7 @@ ViewPagerIndicator@2.2.3;RootTools@211;BusyboxConfigs@835af752d,prebuild=\
sed -i 's@\(android.library.reference.1=\).*@\1$$ViewPagerIndicator$$@' project.properties && \ sed -i 's@\(android.library.reference.1=\).*@\1$$ViewPagerIndicator$$@' project.properties && \
rm -f ../binaries/* && mkdir -p libs/ && cp -r $$RootTools$$ . && cd RootTools && ant debug && \ rm -f ../binaries/* && mkdir -p libs/ && cp -r $$RootTools$$ . && cd RootTools && ant debug && \
ant -f makejar.ant && mv roottools.jar ../libs/ && ant clean && cd ../../ && \ ant -f makejar.ant && mv roottools.jar ../libs/ && ant clean && cd ../../ && \
mkdir -p busybox/ && cd busybox/ && cp -r $$BusyboxConfigs$$/* . && \ mkdir -p busybox/ && cd busybox/ && cp -r $$BusyboxConfigs$$/* . && \
make ARCH=arm ANDROID_NDK=$$NDK$$ && \ make ARCH=arm ANDROID_NDK=$$NDK$$ && \
mv busybox-git.arm/busybox ../binaries/busybox-1.20-arm && make clean && \ mv busybox-git.arm/busybox ../binaries/busybox-1.20-arm && make clean && \
make ARCH=mips ANDROID_NDK=$$NDK$$ && \ make ARCH=mips ANDROID_NDK=$$NDK$$ && \

View file

@ -10,9 +10,9 @@ Android Dive Logbook. Based on http://scubadive.networld.to
With graph support for With graph support for
* Tank Pressure * Tank Pressure
* Temperature * Temperature
* Depth * Depth
Detailed Dive and Buddy Information. Detailed Dive and Buddy Information.
Portable data through the use of RDFS Ontology. Portable data through the use of RDFS Ontology.