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

This commit is contained in:
Ciaran Gultnieks 2012-11-19 16:49:57 +00:00
commit 4e09a2e997
9 changed files with 26 additions and 15 deletions

View file

@ -7,9 +7,15 @@ Issue Tracker:
Summary:Mandelbrot set (fractal) viewer Summary:Mandelbrot set (fractal) viewer
Description: Description:
Mandelbrot set viewer that works in the style of a map viewer - i.e. scroll around Mandelbrot set viewer that works in the style of a map viewer - i.e. scroll around
and zoom in/out. and zoom in/out. There is an option to use renderscript if the device supports it
which may get executed in the GPU if you are running Android 4.2.
. .
Repo Type:git-svn
Repo:http://mandelbrot.googlecode.com/svn/trunk
Build Version:0.13,13,!wait for client 145,subdir=mandelbrot,update=force,prebuild=rm -f res/raw/*
Update Check Mode:Market Update Check Mode:Market
Current Version:0.13 Current Version:0.13
Current Version Code:13 Current Version Code:13

View file

@ -2,7 +2,7 @@ Category:Office
License:GPLv3 License:GPLv3
Web Site:http://code.google.com/p/timeriffic/ Web Site:http://code.google.com/p/timeriffic/
Source Code:http://code.google.com/p/timeriffic/source/checkout Source Code:http://code.google.com/p/timeriffic/source/checkout
Issue Tracker: Issue Tracker:http://code.google.com/p/autosettings/issues/list
Summary:Auto-control settings on a schedule Summary:Auto-control settings on a schedule
Description: Description:

View file

@ -4,6 +4,7 @@ Web Site:http://code.google.com/p/android-os-monitor/
Source Code:http://code.google.com/p/android-os-monitor/source/checkout Source Code:http://code.google.com/p/android-os-monitor/source/checkout
Issue Tracker:http://code.google.com/p/android-os-monitor/issues/list Issue Tracker:http://code.google.com/p/android-os-monitor/issues/list
Name:OS Monitor
Summary:Monitor the Operating System Summary:Monitor the Operating System
Description: Description:
OSMonitor is an advanced tool which allows you to monitor many system OSMonitor is an advanced tool which allows you to monitor many system

View file

@ -29,10 +29,8 @@ Repo:http://osmeditor4android.googlecode.com/svn/trunk
Build Version:0.7.0,14,201 Build Version:0.7.0,14,201
#see issue 117 #see issue 117
Build Version:0.8.1r404,17,!probably can't use this patched support jar 404,srclibs=ActionBarSherlock@4.0.1,prebuild=\ Build Version:0.8.1r404,17,!need latest platform tools 404,srclibs=ActionBarSherlock@4.0.1,prebuild=\
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \ sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
wget http://code.google.com/p/yuku-android-util/source/browse/ActionBarSherlock4/libs/android-support-v4.jar -P libs/ && \
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
Auto Update Mode:None Auto Update Mode:None
#Version in res/values/appname.xml; device variable #Version in res/values/appname.xml; device variable

View file

@ -5,6 +5,7 @@ Source Code:http://svnandroid.wikidpad2.webfactional.com/
Issue Tracker:http://groups.yahoo.com/group/WikiAndPad/ Issue Tracker:http://groups.yahoo.com/group/WikiAndPad/
Donate:http://sourceforge.net/donate/index.php?user_id=483683 Donate:http://sourceforge.net/donate/index.php?user_id=483683
Name:WikiAndPad
Summary:WikidPad for Android Summary:WikidPad for Android
Description: Description:
WikidPad is a Wiki-like notebook for storing your thoughts, ideas, todo lists, contacts, or anything else you can think of to write down. It is Open Source and available for Windows (binary installer) and Linux and Mac OS (as Python source). You can clip snippets from a browser, syntax-highlight wiki words and search notes. This app is in the early stages of development but is (in the editor's experience) quite stable. WikidAndPad uses text files indexed by a database stored on your sdcard, but it is currently not possible to create the database from within the app. First, you must create the database of the type Original Sqlite within WikidPad on the desktop and copy it to your sdcard. WikidPad is a Wiki-like notebook for storing your thoughts, ideas, todo lists, contacts, or anything else you can think of to write down. It is Open Source and available for Windows (binary installer) and Linux and Mac OS (as Python source). You can clip snippets from a browser, syntax-highlight wiki words and search notes. This app is in the early stages of development but is (in the editor's experience) quite stable. WikidAndPad uses text files indexed by a database stored on your sdcard, but it is currently not possible to create the database from within the app. First, you must create the database of the type Original Sqlite within WikidPad on the desktop and copy it to your sdcard.

View file

@ -7,15 +7,14 @@ Issue Tracker:https://github.com/guardianproject/gnupg-for-android/issues
Summary:Gnupg for Android Summary:Gnupg for Android
Description: Description:
This builds an app which is not ready for prime time, but it also builds binaries that This builds an app which is not ready for prime time, but it also builds binaries that
are used by Lil'Debi, which is external/data/data/info.guardianproject.gpg/\ are used by Lil'Debi 0.2, which is
app_opt/bin/gpg2-static. F-droid build server requires dependencies to build this however\ external/data/data/info.guardianproject.gpg/app_opt/bin/gpg2-static.
so it can't be included in the Lil'Debi build for now.
. .
Repo Type:git Repo Type:srclib
Repo:https://github.com/guardianproject/gnupg-for-android.git Repo:GNUPG
#Note the crazy version number. requires dependencies: see website #Dependencies required
#Build Version:0.0,1,76d62f6064,buildjni=no,submodules=yes,\ #Build Version:0.0,1,76d62f6064,buildjni=no,submodules=yes,\
#prebuild=make NDK_BASE=$$NDK$$ -C external/ gnupg-install && make NDK_BASE=$$NDK$$ -C external/ gnupg-static && \ #prebuild=make NDK_BASE=$$NDK$$ -C external/ gnupg-install && make NDK_BASE=$$NDK$$ -C external/ gnupg-static && \
#make NDK_BASE=$$NDK$$ -C external/ gpgme-install && make NDK_BASE=$$NDK$$ -C external/ android-assets && ndk-build #make NDK_BASE=$$NDK$$ -C external/ gpgme-install && make NDK_BASE=$$NDK$$ -C external/ android-assets && ndk-build

View file

@ -6,9 +6,9 @@ Issue Tracker:
Summary:Needed by apps written in Qt Summary:Needed by apps written in Qt
Description: Description:
You do not need to install this unless another app requests it. That app may You do not need to install this unless another app requests it. That may
direct you towards Google Play, but you can install this instead. There are direct you towards Google Play, but you can install this instead. There are
currently no such apps in this repo because the apps require a different currently no such apps in this repo because they require a different
SDK to build. For testing purposes, there is a Breakout-style game apk SDK to build. For testing purposes, there is a Breakout-style game apk
available via [http://f-droid.org/forums/topic/xbreakout this] thread. available via [http://f-droid.org/forums/topic/xbreakout this] thread.

View file

@ -10,6 +10,12 @@ A SIP (VOIP) client with video calling capabilities. Visit the website for more
For optimal battery usage reserve a free VoIP PBX on pbxes.org, and manage your SIP trunks using a web browser. For optimal battery usage reserve a free VoIP PBX on pbxes.org, and manage your SIP trunks using a web browser.
. .
Repo Type:git-svn
Repo:http://sipdroid.googlecode.com/svn/trunk
Build Version:2.6 beta,89,!WIP 621,buildjni=yes,target=android-8,prebuild=\
rm -rf libs/* && echo "APP_ABI := armeabi-v7a" jni/Application.mk
Update Check Mode:Market Update Check Mode:Market
Current Version:2.7 Current Version:2.7
Current Version Code:90 Current Version Code:90

View file

@ -26,7 +26,7 @@ Build Version:0.9.5,952,4d6dda4c9aa283c162fd1d4c3edaeb8c0d6d8a32,subdir=wififixe
Build Version:0.9.5.1,955,a1cd53e3d2183,subdir=wififixer,target=android-15 Build Version:0.9.5.1,955,a1cd53e3d2183,subdir=wififixer,target=android-15
Build Version:0.9.5.2,959,278b682fddca4e34416f0f49ddf33b9d6dec7819,subdir=wififixer,target=android-15 Build Version:0.9.5.2,959,278b682fddca4e34416f0f49ddf33b9d6dec7819,subdir=wififixer,target=android-15
Build Version:0.9.5.3,970,e1c737b53ebae7368b0f24c90593fe493b126edd,subdir=wififixer,target=android-15 Build Version:0.9.5.3,970,e1c737b53ebae7368b0f24c90593fe493b126edd,subdir=wififixer,target=android-15
Build Version:0.9.5.4,978,!can't update: using yuku support library,subdir=wififixer,target=android-15 Build Version:0.9.5.4,978,!can't update yet: patched support jar,subdir=wififixer,target=android-15
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Market Update Check Mode:Market