Merge branch 'master' of gitorious.org:f-droid/fdroiddata

This commit is contained in:
Ciaran Gultnieks 2012-11-12 16:46:01 +00:00
commit 8a640f50a3
8 changed files with 32 additions and 10 deletions

View file

@ -14,6 +14,7 @@ Repo:https://github.com/andybotting/tramhunter.git
Build Version:1.0,1000,47b60e349f,subdir=android/TramHunter,srclibs=ActionBarSherlock@9598f2bb2c,\ Build Version:1.0,1000,47b60e349f,subdir=android/TramHunter,srclibs=ActionBarSherlock@9598f2bb2c,\
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
Build Version:1.1,1100,!no source
Auto Update Mode:None Auto Update Mode:None
#Tags a little way behind #Tags a little way behind

View file

@ -4,8 +4,11 @@ Web Site:http://github.com/eleybourn/Book-Catalogue/wiki
Source Code:http://github.com/eleybourn/Book-Catalogue Source Code:http://github.com/eleybourn/Book-Catalogue
Issue Tracker:http://github.com/eleybourn/Book-Catalogue/issues Issue Tracker:http://github.com/eleybourn/Book-Catalogue/issues
Summary:Book cataloguing application Summary:Book cataloguing app
Description: Description:
N.B The GoodReads integration won't work as there aren't any API
keys in the source code to make it work.
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
@ -38,15 +41,22 @@ Build Version:3.8.1,70,890b6affe8a64,target=android-10
Build Version:4.0.3,79,!No matching source Build Version:4.0.3,79,!No matching source
Build Version:4.0.6,88,!0d673d0b1 Build Version:4.0.6,88,!0d673d0b1
#Dummy keys #Dummy keys
Build Version:4.0.7,90,!build problems 22ac838388f14a5,target=android-15,prebuild=\ Build Version:4.0.7,90,22ac838388f14a5,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' \
src/com/eleybourn/bookcatalogue/goodreads/GoodreadsManager.java src/com/eleybourn/bookcatalogue/goodreads/GoodreadsManager.java
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=\
rm -rf external_libs marketplace_info && \
sed -i 's/GoodreadsApiKeys.GOODREADS_DEV_SECRET/"JARXkJTfyo0F8MyctYi9bUmrLISjo8vXAHsZHiuk2E"/g' \
src/com/eleybourn/bookcatalogue/goodreads/GoodreadsManager.java && \
sed -i 's/GoodreadsApiKeys.GOODREADS_DEV_KEY/"udFVpMhBnhJutfVj6abfA"/g' \
src/com/eleybourn/bookcatalogue/goodreads/GoodreadsManager.java
Auto Update Mode:None Auto Update Mode:None
#Tags stopped recently
Update Check Mode:Market Update Check Mode:Market
Current Version:4.2.1 Current Version:4.2.1
Current Version Code:125 Current Version Code:125

View file

@ -8,7 +8,9 @@ Name:NoNonsenseNotes
Summary:Simple notepad Summary:Simple notepad
Description: Description:
N.B. The syncing with Google Tasks won't work because there are N.B. The syncing with Google Tasks won't work because there are
no API keys in the source code. no API keys in the source code. That means there isn't a way of
backing up your notes, at least until v4 arrives. That is, unless
you have root access.
Notepad and todo list app with a modern look. Notepad and todo list app with a modern look.
. .
@ -19,6 +21,8 @@ Repo:https://github.com/spacecowboy/NotePad.git
Build Version:3.5.4,34,80dbfc,target=android-15 Build Version:3.5.4,34,80dbfc,target=android-15
Build Version:3.6.1,37,3.6.1-release,init=rm -f build.xml custom_rules.xml,prebuild=\ Build Version:3.6.1,37,3.6.1-release,init=rm -f build.xml custom_rules.xml,prebuild=\
rm -f *.zip *.png *.7z *.psd rm -f *.zip *.png *.7z *.psd
Build Version:3.6.2,38,3.6.2-release,init=rm -f build.xml custom_rules.xml,prebuild=\
rm -f *.zip *.png *.7z *.psd
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Tags

View file

@ -6,16 +6,19 @@ Issue Tracker:https://github.com/phw/Android-PwdHash/issues
Summary:Create passwords from website addresses Summary:Create passwords from website addresses
Description: Description:
Lightweight tool to generate website specific, theft-resistant passwords. Just use the "Share page" option in the Android browser or open Password Hash directly. Based upon and compatible with pwdhash.com. Lightweight tool to generate website specific, theft-resistant passwords. Just use the
"Share page" option in the Android browser or open Password Hash directly. Based upon
and compatible with [http://www.pwdhash.com pwdhash.com].
. .
Repo Type:git Repo Type:git
Repo:https://github.com/phw/Android-PwdHash.git Repo:https://github.com/phw/Android-PwdHash.git
Build Version:1.3.0,9,1.3.0 Build Version:1.3.0,9,1.3.0
Build Version:1.3.1,10,1.3.1
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Market Update Check Mode:Tags
Current Version:1.3.1 Current Version:1.3.1
Current Version Code:10 Current Version Code:10

View file

@ -21,6 +21,7 @@ Build Version:0.0.9-RC3,34,9311f2ebdcf06660fa4f145a1c2d88b6b15341f3,target=andro
Build Version:0.0.9-RC4,35,b3a7433be1,target=android-15 Build Version:0.0.9-RC4,35,b3a7433be1,target=android-15
Build Version:0.0.10-RC2,37,v10-RC2,srclibs=ActionBarSherlock@4.1.0,prebuild=\ Build Version:0.0.10-RC2,37,v10-RC2,srclibs=ActionBarSherlock@4.1.0,prebuild=\
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && mkdir assets sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && mkdir assets
Build Version:0.0.10-RC6,41,!no source
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Market Update Check Mode:Market

View file

@ -3,7 +3,7 @@ Category:Multimedia
License:GPLv2+ License:GPLv2+
Web Site:http://justplayer-dev.blogspot.jp/ Web Site:http://justplayer-dev.blogspot.jp/
Source Code:https://bitbucket.org/yokmama/just-player/src Source Code:https://bitbucket.org/yokmama/just-player/src
Issue Tracker:https://groups.google.com/forum/?fromgroups#!forum/justplayer-user Issue Tracker:https://bitbucket.org/yokmama/just-player/issues
Name:Just Player Name:Just Player
Summary:Music player Summary:Music player
@ -11,9 +11,8 @@ Description:
N.B. If you try to share your song via Twitter the app will crash because it has been built N.B. If you try to share your song via Twitter the app will crash because it has been built
without the necessary oAuth credentials, which are not in the source. without the necessary oAuth credentials, which are not in the source.
The versions with b at the end are from a different branch, designed to work on Android 2.1+. The versions with a 'b' at the end are designed to work on Android 2.1+, while
The ones without b are for Android 4.0+ and make use of NFC, so if you don't have that, the app will be the ones without b are for Android 4.0+ only and come from their own git branch.
marked as incompatible. It can still be installed and should work until you try to share a song.
Take care not to accept an update without checking the version number. Take care not to accept an update without checking the version number.
Comprehensive music player with unusual features such as sharing files over Android Beam (on Android 4). Comprehensive music player with unusual features such as sharing files over Android Beam (on Android 4).
@ -21,6 +20,8 @@ By installing the optional [[jp.co.kayo.android.localplayer.ds.podcast]] and/or
[[jp.co.kayo.android.localplayer.ds.ampache]] you can listen to audio from those sources. [[jp.co.kayo.android.localplayer.ds.ampache]] you can listen to audio from those sources.
For example with the latter, you can store your music on an Owncloud server and stream it to Just Player. For example with the latter, you can store your music on an Owncloud server and stream it to Just Player.
Works with a scrobbler such as [[com.adam.aslfms]]. Works with a scrobbler such as [[com.adam.aslfms]].
Anti-feature: Ads. v3.27+ shows advertisements, making use of an open-source library.
. .
#two branches #two branches

View file

@ -34,6 +34,7 @@ srclibs=ActionBarSherlock@4.1.0,prebuild=\
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \ sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
export NDK_BASE=$$NDK$$ && export PATH=$PATH:$$NDK$$/toolchain/bin && \ export NDK_BASE=$$NDK$$ && export PATH=$PATH:$$NDK$$/toolchain/bin && \
sed -i 's/ndk-build/\$(NDK_BASE)\/ndk-build/g' external/Makefile && make -C external sed -i 's/ndk-build/\$(NDK_BASE)\/ndk-build/g' external/Makefile && make -C external
Build Version:0.2.3.23-rc-1.0.11-RC6,52,!no source
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Market Update Check Mode:Market

View file

@ -18,6 +18,7 @@ Repo Type:git
Repo:https://github.com/loadrunner/Facebook-Contact-Sync.git Repo:https://github.com/loadrunner/Facebook-Contact-Sync.git
Build Version:1.0.0,32,b3879c973e7cac3a3319 Build Version:1.0.0,32,b3879c973e7cac3a3319
Build Version:1.0.1,33,!no source
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Market Update Check Mode:Market