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

This commit is contained in:
Ciaran Gultnieks 2013-03-30 00:35:10 +00:00
commit 3d2aff2bc7
56 changed files with 50537 additions and 161 deletions

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load diff

View file

@ -22,10 +22,12 @@ src/acr/browser/barebones/Barebones.java
Build Version:2.3.4,27,2afff6d2876,target=android-17,prebuild=\
sed -i 's/MAX_TABS = 5/MAX_TABS = 15/g;s/MAX_BOOKMARKS = 5/MAX_BOOKMARKS = 50/g' \
src/acr/browser/barebones/Barebones.java
Build Version:2.3.5,28,!no source
Build Version:2.3.7,30,bba148f92e1,target=android-17,prebuild=\
sed -i 's/MAX_TABS = 5/MAX_TABS = 15/g;s/MAX_BOOKMARKS = 5/MAX_BOOKMARKS = 50/g' \
src/acr/browser/barebones/Barebones.java
Auto Update Mode:None
Update Check Mode:Market
Current Version:2.3.6
Current Version Code:29
Current Version:2.3.7
Current Version Code:30

View file

@ -15,9 +15,9 @@ 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/*
Build Version:0.13,13,145,subdir=mandelbrot,update=force,prebuild=rm -f res/raw/*
Update Check Mode:Market
Update Check Mode:Static
Current Version:0.13
Current Version Code:13

View file

@ -3,6 +3,7 @@ License:GPLv3
Web Site:https://github.com/pi3ch/ssh_anysoftkeyboard
Source Code:https://github.com/pi3ch/ssh_anysoftkeyboard
Issue Tracker:https://github.com/pi3ch/ssh_anysoftkeyboard/issues
Donate:http://code.google.com/p/softkeyboard
Name:AnySoftKeyboard: SSH
Summary:Language pack for AnySoft keyboard

View file

@ -0,0 +1,31 @@
Category:Office
License:Apache2
Web Site:https://github.com/anysoftkeyboard
Source Code:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Catalan
Donate:http://code.google.com/p/softkeyboard
Name:AnySoftKeyboard: Catalan
Summary:Language pack for AnySoft keyboard
Description:
Dictionary is based on the Wikipedia article database and
has about 5,000 words.
Install [[com.menny.android.anysoftkeyboard]] first, then select
the desired layout from AnySoftKeyboard's Settings->Keyboards menu.
.
Repo Type:svn
Repo:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Catalan
Build Version:20110220,3,1560,patch=xml.patch;rules.patch,\
update=force,init=rm -rf bin/ gen/,extlibs=LanguagePacks/ca.xml.gz,\
srclibs=AnySoftKeyboard-API@b21d8907;AnySoftKeyboardTools@73e9a09496,prebuild=\
sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
mkdir -p dict/ res/raw/ && gunzip -c libs/ca.xml.gz > dict/words.xml && rm -rf assets/ libs/,\
build=ant dict -f rules.xml
Auto Update Mode:None
Update Check Mode:None
Current Version:20110220
Current Version Code:3

View file

@ -0,0 +1,18 @@
diff --git a/rules.xml b/rules.xml
new file mode 100644
index 0000000..575a987
--- /dev/null
+++ b/rules.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="rules" >
+ <target name="dict" >
+
+ <java
+ failonerror="true"
+ fork="true"
+ jar="../extlib/AnySoftKeyboardTools/makedict/makedict.jar" >
+ </java>
+ </target>
+
+</project>

View file

@ -0,0 +1,12 @@
diff --git a/res/xml/dictionaries.xml b/res/xml/dictionaries.xml
index ce02c53..7806301 100644
--- a/res/xml/dictionaries.xml
+++ b/res/xml/dictionaries.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<Dictionaries>
- <Dictionary nameResId="@string/dictionary" locale="ca" id="6d4b329f-bb35-4445-8555-4fedbcc27ace" type="binary" dictionaryAssertName="ca.mp3" description="Catalan dictionary created by jmontane"/>
-</Dictionaries>
\ No newline at end of file
+ <Dictionary nameResId="@string/dictionary" locale="ca" id="6d4b329f-bb35-4445-8555-4fedbcc27ace" dictionaryResourceId="@array/words_dict_array" description="Catalan dictionary created by jmontane from Wikipedia"/>
+</Dictionaries>

View file

@ -0,0 +1,32 @@
Category:Office
License:Apache2
Web Site:https://github.com/anysoftkeyboard
Source Code:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Danish
Donate:http://code.google.com/p/softkeyboard
Name:AnySoftKeyboard: Danish
Summary:Language pack for AnySoft keyboard
Description:
Dictionary has about 40,000 words and is based on the
[http://www.statmt.org/europarl Europarl Corpus]
which is in the Public Domain.
Install [[com.menny.android.anysoftkeyboard]] first, then select
the desired layout from AnySoftKeyboard's Settings->Keyboards menu.
.
Repo Type:svn
Repo:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Danish
Build Version:20100614,2,1081,patch=xml.patch;rules.patch,\
update=force,init=rm -rf bin/ gen/,extlibs=LanguagePacks/da.xml.gz,\
srclibs=AnySoftKeyboard-API@b21d8907;AnySoftKeyboardTools@73e9a09496,prebuild=\
sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
mkdir -p dict/ res/raw/ && gunzip -c libs/da.xml.gz > dict/words.xml && rm -rf assets/ libs/,\
build=ant dict -f rules.xml
Auto Update Mode:None
Update Check Mode:None
Current Version:20100614
Current Version Code:2

View file

@ -0,0 +1,18 @@
diff --git a/rules.xml b/rules.xml
new file mode 100644
index 0000000..575a987
--- /dev/null
+++ b/rules.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="rules" >
+ <target name="dict" >
+
+ <java
+ failonerror="true"
+ fork="true"
+ jar="../extlib/AnySoftKeyboardTools/makedict/makedict.jar" >
+ </java>
+ </target>
+
+</project>

View file

@ -0,0 +1,12 @@
diff --git a/res/xml/dictionaries.xml b/res/xml/dictionaries.xml
index 8ced494..88a2d30 100644
--- a/res/xml/dictionaries.xml
+++ b/res/xml/dictionaries.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<Dictionaries>
- <Dictionary nameResId="@string/dictionary" id="8760d0e4-5567-4e2a-978e-891e0b4b6123" locale="dk" type="binary" dictionaryAssertName="dk.mp3" description="Created by Jacob Nordfalk"/>
-</Dictionaries>
\ No newline at end of file
+ <Dictionary nameResId="@string/dictionary" id="8760d0e4-5567-4e2a-978e-891e0b4b6123" locale="dk" dictionaryResourceId="@array/words_dict_array" description="Created by Jacob Nordfalk from Europarl Corpus"/>
+</Dictionaries>

View file

@ -0,0 +1,32 @@
Category:Office
License:Apache2
Web Site:https://github.com/anysoftkeyboard
Source Code:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Esperanto
Donate:http://code.google.com/p/softkeyboard
Name:AnySoftKeyboard: Esperanto
Summary:Language pack for AnySoft keyboard
Description:
Dictionary is
[based on the Wikipedia http://wiki.apertium.org/wiki/Vikipedia_korpuso_de_Esperanto]
article database and has about 400,000 words.
Install [[com.menny.android.anysoftkeyboard]] first, then select
the desired layout from AnySoftKeyboard's Settings->Keyboards menu.
.
Repo Type:svn
Repo:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Esperanto
Build Version:20100613,2,1082,patch=xml.patch;rules.patch,\
update=force,init=rm -rf bin/ gen/,extlibs=LanguagePacks/eo.xml.gz,\
srclibs=AnySoftKeyboard-API@b21d8907;AnySoftKeyboardTools@73e9a09496,prebuild=\
sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
mkdir -p dict/ res/raw/ && gunzip -c libs/eo.xml.gz > dict/words.xml && rm -rf assets/ libs/,\
build=ant dict -f rules.xml
Auto Update Mode:None
Update Check Mode:None
Current Version:20100613
Current Version Code:2

View file

@ -0,0 +1,18 @@
diff --git a/rules.xml b/rules.xml
new file mode 100644
index 0000000..575a987
--- /dev/null
+++ b/rules.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="rules" >
+ <target name="dict" >
+
+ <java
+ failonerror="true"
+ fork="true"
+ jar="../extlib/AnySoftKeyboardTools/makedict/makedict.jar" >
+ </java>
+ </target>
+
+</project>

View file

@ -0,0 +1,12 @@
diff --git a/res/xml/dictionaries.xml b/res/xml/dictionaries.xml
index 251d640..359cfd3 100644
--- a/res/xml/dictionaries.xml
+++ b/res/xml/dictionaries.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<Dictionaries>
- <Dictionary nameResId="@string/dictionary" locale="eo" id="50c2baa2-1234-4019-ab61-b54c21e81921" type="binary" dictionaryAssertName="eo.mp3" description="Created by Jacob Nordfalk"/>
-</Dictionaries>
\ No newline at end of file
+ <Dictionary nameResId="@string/dictionary" locale="eo" id="50c2baa2-1234-4019-ab61-b54c21e81921" dictionaryResourceId="@array/words_dict_array" description="Created by Jacob Nordfalk from Wikipedia"/>
+</Dictionaries>

View file

@ -0,0 +1,38 @@
Category:Office
License:Apache2
Web Site:https://github.com/anysoftkeyboard
Source Code:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/FrenchXLarge
Issue Tracker:https://github.com/anysoftkeyboard/LanguagePack/issues
Donate:http://code.google.com/p/softkeyboard
Name:AnySoftKeyboard: French
Summary:Language pack for AnySoft keyboard
Description:
AZERTY, BEPO and French-Canadian layouts with an almost 400,000
word dictionary.
You would need an 800MHz processor for it work smoothly.
Dictionary is from
[http://www.dicollecte.org/inscription.php?prj=fr Dicollecte.org],
and is licensed under the terms of the Mozilla public license.
Install [[com.menny.android.anysoftkeyboard]] first, then select
the desired layout from AnySoftKeyboard's Settings->Keyboards menu.
.
Repo Type:svn
Repo:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/FrenchXLarge
Build Version:20111029,1,2019,patch=rules.patch,init=rm -rf bin/ gen/,update=force,\
srclibs=AnySoftKeyboard-API@b21d8907;AnySoftKeyboardTools@73e9a09496,prebuild=\
sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
mkdir -p dict/ && rm -f release/* res/raw/* && \
sed -i 's/fr_main/words/g' res/values/values.xml && \
wget http://softkeyboard.googlecode.com/svn/trunk/DictionaryTools/xml/fr_xlarge.xml \
-O dict/words.xml,build=ant dict -f rules.xml
Auto Update Mode:None
Update Check Mode:None
Current Version:20111029
Current Version Code:1

View file

@ -0,0 +1,18 @@
diff --git a/rules.xml b/rules.xml
new file mode 100644
index 0000000..575a987
--- /dev/null
+++ b/rules.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="rules" >
+ <target name="dict" >
+
+ <java
+ failonerror="true"
+ fork="true"
+ jar="../extlib/AnySoftKeyboardTools/makedict/makedict.jar" >
+ </java>
+ </target>
+
+</project>

View file

@ -3,6 +3,7 @@ License:Apache2
Web Site:https://github.com/Stichoza
Source Code:https://github.com/Stichoza/AnySoftKeyboardLanguagePackGeorgian
Issue Tracker:https://github.com/Stichoza/AnySoftKeyboardLanguagePackGeorgian/issues
Donate:http://code.google.com/p/softkeyboard
Name:AnySoftKeyboard: Georgian
Summary:Language pack for AnySoft keyboard

View file

@ -0,0 +1,31 @@
Category:Office
License:Apache2
Web Site:https://github.com/anysoftkeyboard
Source Code:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Greek
Donate:http://code.google.com/p/softkeyboard
Name:AnySoftKeyboard: Greek
Summary:Language pack for AnySoft keyboard
Description:
Dictionary is based on the Wikipedia article database from 01/11
and has about 50,000 words.
Install [[com.menny.android.anysoftkeyboard]] first, then select
the desired layout from AnySoftKeyboard's Settings->Keyboards menu.
.
Repo Type:svn
Repo:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Greek
Build Version:20110717,3,1815,patch=xml.patch;rules.patch,\
update=force,init=rm -rf bin/ gen/,extlibs=LanguagePacks/gr.xml,\
srclibs=AnySoftKeyboard-API@b21d8907;AnySoftKeyboardTools@73e9a09496,prebuild=\
sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
mkdir -p dict/ res/raw/ && rm -rf assets/ && mv libs/gr.xml dict/words.xml,\
build=ant dict -f rules.xml
Auto Update Mode:None
Update Check Mode:None
Current Version:20110717
Current Version Code:3

View file

@ -0,0 +1,18 @@
diff --git a/rules.xml b/rules.xml
new file mode 100644
index 0000000..575a987
--- /dev/null
+++ b/rules.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="rules" >
+ <target name="dict" >
+
+ <java
+ failonerror="true"
+ fork="true"
+ jar="../extlib/AnySoftKeyboardTools/makedict/makedict.jar" >
+ </java>
+ </target>
+
+</project>

View file

@ -0,0 +1,12 @@
diff --git a/res/xml/dictionaries.xml b/res/xml/dictionaries.xml
index f0a47e3..19e3df2 100644
--- a/res/xml/dictionaries.xml
+++ b/res/xml/dictionaries.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<Dictionaries>
- <Dictionary nameResId="@string/dictionary" locale="el" id="40bd9055-eaf2-44ff-8f95-a188dc4d1aaa" type="binary" dictionaryAssertName="el_binary.mp3" description="CyanogenMod Gingerbread dictionary"/>
-</Dictionaries>
\ No newline at end of file
+ <Dictionary nameResId="@string/dictionary" locale="el" id="40bd9055-eaf2-44ff-8f95-a188dc4d1aaa" dictionaryResourceId="@array/words_dict_array" description="Greek dictionary based on Wikipedia"/>
+</Dictionaries>

View file

@ -3,6 +3,7 @@ License:GPL
Web Site:https://github.com/AnySoftKeyboard/LanguagePack
Source Code:https://github.com/AnySoftKeyboard/LanguagePack
Issue Tracker:https://github.com/AnySoftKeyboard/LanguagePack/issues
Donate:http://code.google.com/p/softkeyboard
Name:AnySoftKeyboard: Hebrew
Summary:Language pack for AnySoft keyboard

View file

@ -3,6 +3,7 @@ License:GPL/MPL
Web Site:https://github.com/rhornig/anysoftkeyboard-hungarian
Source Code:https://bitbucket.org/dalb8/anysoft-language-pack-hungarian
Issue Tracker:https://github.com/rhornig/anysoftkeyboard-hungarian/issues
Donate:http://code.google.com/p/softkeyboard
Name:AnySoftKeyboard: Magyar
Summary:Language pack for AnySoft keyboard

View file

@ -3,6 +3,7 @@ License:GPLv3
Web Site:https://github.com/yuttadhammo
Source Code:https://github.com/yuttadhammo/ask-pali-keyboard
Issue Tracker:https://github.com/yuttadhammo/ask-pali-keyboard/issues
Donate:http://code.google.com/p/softkeyboard
Name:AnySoftKeyboard: Pali
Summary:Language pack for AnySoft keyboard

View file

@ -3,6 +3,7 @@ License:GPLv3
Web Site:http://www.pedramhayati.com/2011/05/15/persianfarsi-language-for-android
Source Code:https://github.com/pi3ch/persian_anysoftkeyboard
Issue Tracker:https://github.com/pi3ch/persian_anysoftkeyboard/issues
Donate:http://code.google.com/p/softkeyboard
Name:AnySoftKeyboard: Persian
Summary:Language pack for AnySoft keyboard

View file

@ -3,6 +3,7 @@ License:Unknown
Web Site:https://github.com/pelya/AnySoftKeyboard-LanguagePack-Russian
Source Code:https://github.com/pelya/AnySoftKeyboard-LanguagePack-Russian
Issue Tracker:https://github.com/pelya/AnySoftKeyboard-LanguagePack-Russian/issues
Donate:http://code.google.com/p/softkeyboard
Name:AnySoftKeyboard: Русский
Summary:Language pack for AnySoft keyboard

View file

@ -0,0 +1,33 @@
Category:Games
License:GPLv3
Web Site:http://www.1gravity.com/
Source Code:http://code.google.com/p/sudoku-pro-android/source/list
Issue Tracker:http://code.google.com/p/sudoku-pro-android/issues/list
Summary:Numerical puzzle game
Description:
In addition to standard sudoku puzzles it offers these variants:
* X-Sudoku
* Hyper-Sudoku
* Percent-Sudoku
* Color-Sudoku
* Squiggly Sudoku (a.k.a. Jigsaw Sudoku)
* ... and combinations thereof (e.g. Sudoku-X with jigsaw regions)
The Google Admob library in the source code of this app has been replaced with
a dummy library that does nothing.
.
Repo Type:git-svn
Repo:http://sudoku-pro-android.googlecode.com/svn/trunk/Sudoku%20Free
Build Version:1.1,3,13,srclibs=MobAdMob@2d5736,\
rm=libs/GoogleAdMobAdsSdk-6.2.1.jar,\
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$MobAdMob$$@' project.properties
Auto Update Mode:None
#May be related to com.googlecode.andoku on the market as well as other proprietary apps
Update Check Mode:None
Current Version:1.1
Current Version Code:3

View file

@ -17,7 +17,7 @@ Repo:https://bitbucket.org/giszmo/offline-calendar
Build Version:1.0,1,03be85,target=android-10
Build Version:1.1,2,!Source code not published
Update Check Mode:Market
Update Check Mode:Static
Current Version:1.1
Current Version Code:2

View file

@ -3,6 +3,7 @@ License:GPLv3
Web Site:http://code.google.com/p/android-os-monitor/
Source Code:http://code.google.com/p/android-os-monitor/source/checkout
Issue Tracker:http://code.google.com/p/android-os-monitor/issues/list
Donate:http://code.google.com/p/android-os-monitor/
Name:OS Monitor
Summary:Monitor the Operating System
@ -25,7 +26,8 @@ Repo:https://code.google.com/p/android-os-monitor.osmonitor/
Build Version:2.0.5,25,!Published elsewhere with different version code but no corresponding source
Build Version:2.0.5,28,cee4327bfe56,buildjni=yes,subdir=OSMonitor,patch=no-gmaps.patch;name-no-gmaps.patch
Update Check Mode:Market
# Probably won't be updated but leave as None just on the safe side
Update Check Mode:None
Current Version:2.0.5
Current Version Code:25

View file

@ -1,38 +1,42 @@
Disabled:Use another firewall like dev.ukanth.ufirewall
Category:System
License:GPLv3
Web Site:http://code.google.com/p/droidwall/
Source Code:http://code.google.com/p/droidwall/source/browse
Source Code:http://droidwall.googlecode.com/svn/tags/v1.5.7
Issue Tracker:http://code.google.com/p/droidwall/issues/list
Summary:Control internet traffic
Summary:Firewall frontend
Description:
A firewall frontend based on iptables.
This might be used in
preference to another firewall frontend if you are running
lower-powered hardware, but be warned that it contains a lot of bugs that
won't ever get fixed.
The package ID for this app on Google is different, and it is unlikely that it
will get any more
updates. It won't probably work on Android 4+ and has several issues such as
not working until
well after booting has stopped. There exists a couple of projects aimed at
fixing those issues.
It has been patched to just work with Android 1.6 to 2.3.7.
The package ID for this app on Google is different, and it won't
be getting any more updates there either.
Requires root: Yes. iptables has to be run as root.
Requires root: Yes. iptables (the firewall itself) has to be run as root.
.
Requires Root:Yes
#N.B: iptables and busybox not built from source
Repo Type:git-svn
Repo:http://droidwall.googlecode.com/svn/trunk/
#The trunk is now (08-2012) empty but svn/tags/ is still populated
Repo Type:svn
Repo:http://droidwall.googlecode.com/svn/tags/v1.5.7
#Code has been refactored somehow: some builds have been disabled below as the revision appears to be wrong
#The trunk is now (08-2012) empty but svn/tags/ is still populated
Build Version:1.4.3,143,!Old version in market - not bothering with it
#Build Version:1.4.6,146,144
Build Version:1.4.8,148,156
#Build Version:1.5.3,153,219
#Build Version:1.5.6,156,245,target=android-8
Build Version:1.5.7,157,246,target=android-8
Build Version:1.5.7,157,250,target=android-8,\
srclibs=Busybox@83785f0,prebuild=rm -rf res/raw/busybox_g1 res/raw/iptables_armv5 \
external/busybox external/iptables/extensions/initext* external/iptables/obj/ && \
sed -i 's/android:minSdkVersion=\"3\"/android:minSdkVersion=\"4\" \
android:maxSdkVersion=\"10\"/g' AndroidManifest.xml && \
wget https://raw.github.com/tias/android-busybox-ndk/bd2bf4f384350a2bb2f8144401\
2a882ddd48662a/android_ndk_defconfigPlus -O $$Busybox$$/.config,build=\
export PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin:$PATH && \
make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" -C $$Busybox$$ && \
mv $$Busybox$$/busybox res/raw/busybox_g1 && \
cd external/iptables && python extensions/fixinit.py && \
$$NDK$$/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk && \
mv libs/armeabi/iptables ../../res/raw/iptables_armv5
Update Check Mode:Static
Current Version:1.5.7

View file

@ -12,9 +12,9 @@ enemy missiles.
Repo Type:svn
Repo:http://svn.felspar.com/public/m-intercept/trunk/android
Build Version:0.5.1,6,!wait for client 40186,target=android-7,prebuild=rm -rf tests
#Build Version:0.5.1,6,!wait for client 40186,target=android-7,prebuild=rm -rf tests
Update Check Mode:Market
Update Check Mode:None
Current Version:0.5.1
Current Version Code:6

View file

@ -15,7 +15,7 @@ a wall, you can then tilt again.
Repo Type:svn
Repo:http://tiltmazes.googlecode.com/svn/trunk
Build Version:1.2,3,!wait for client 51,target=android-4
#Build Version:1.2,3,!wait for client 51,target=android-4
#Not updated since 02/2009
Update Check Mode:Static

View file

@ -15,6 +15,7 @@ Repo Type:git
Repo:https://github.com/lkorth/screen-notifications.git
Build Version:0.71,9,01e3772b86,submodules=yes,update=.;numberpicker/lib
Build Version:0.76,11,1307179a28,submodules=yes,update=.;numberpicker/lib
Auto Update Mode:None
Update Check Mode:Market

View file

@ -1,8 +1,8 @@
Category:System
License:Apache2
Web Site:http://code.google.com/p/softkeyboard/
Source Code:https://github.com/AnySoftKeyboard
Issue Tracker:http://code.google.com/p/softkeyboard/issues/list
Source Code:https://github.com/AnySoftKeyboard/AnySoftKeyboard
Issue Tracker:https://github.com/AnySoftKeyboard/AnySoftKeyboard/issues
Donate:http://code.google.com/p/softkeyboard/
Summary:Alternative keyboard

View file

@ -24,7 +24,10 @@ Repo:http://bitcoinspinner.googlecode.com/svn/trunk/
Build Version:0.7.1b,32,62,subdir=BitcoinSpinner,update=.;../BitcoinSpinnerLib
Build Version:0.7.2b,33,68,subdir=BitcoinSpinner,update=.;../BitcoinSpinnerLib
Build Version:0.7.3b,34,74,subdir=BitcoinSpinner,update=.;../BitcoinSpinnerLib
Build Version:0.8.1b,36,!Top level exceptions 82,subdir=BitcoinSpinner,prebuild=ant bitlib-jar -f ../bitlib/build.xml && \
Build Version:0.8.1b,36,!builds under ndk r8e 82,subdir=BitcoinSpinner,prebuild=ant bitlib-jar -f ../bitlib/build.xml && \
rm ../bccapi/src/com/bccapi/ng/example/SimpleClient.java && mkdir -p libs/ && \
ant all -f ../bccapi/build.xml && mv ../bccapi/out/bccapi.jar libs/
Build Version:0.8.2b,37,!builds under ndk r8e 85,subdir=BitcoinSpinner,prebuild=ant bitlib-jar -f ../bitlib/build.xml && \
rm ../bccapi/src/com/bccapi/ng/example/SimpleClient.java && mkdir -p libs/ && \
ant all -f ../bccapi/build.xml && mv ../bccapi/out/bccapi.jar libs/

View file

@ -8,7 +8,8 @@ Summary:Color Picker
Description:
Take a photo and detect the color of any touched point.
Show hex code, RGB values, RAL System name (ralcolor.com), and even the color name in this system.
Show hex code, RGB values, RAL System name (ralcolor.com), and even the color
name in this system.
.
Repo Type:hg
@ -16,6 +17,7 @@ Repo:https://code.google.com/p/colorpicker/
Build Version:2.2,20120308,cf69f4c4098e,target=android-15
Build Version:3.0,20121130,05adc24fa3ae,target=android-15
# no source for 3.1
Auto Update Mode:None
Update Check Mode:Market

View file

@ -18,6 +18,7 @@ Repo Type:git
Repo:https://github.com/nolanlawson/Catlog.git
Build Version:1.4,37,v37,subdir=Catlog
Build Version:1.4.3,40,v40,subdir=Catlog
Auto Update Mode:None
Update Check Mode:Tags

View file

@ -8,7 +8,7 @@ Summary:Nintendo DS emulator
Description:
nds4droid is a free, open source Nintendo DS emulator for Android based
on DeSmuME. It is currently in it's infancy but does support most of the
features one would expect in an emulator.
features one would expect in an emulator. Supports x86 natively.
Unlike official version this build does not support support RAR archives,
because of legal reasons.
@ -17,7 +17,13 @@ because of legal reasons.
Repo Type:git
Repo:git://git.code.sf.net/p/nds4droid/code
Build Version:13,13,!needs ndk-r8c release13,buildjni=yes,target=android-15,extlibs=acra/acra-4.2.3.jar,patch=fix_stuff.patch
Build Version:13,13,release13,patch=fix_stuff.patch,\
rm=jni/desmume/src/android/7z/CPP/7zip/Archive/obj/local/armeabi-v7a/libc.so,\
target=android-15,extlibs=acra/acra-4.2.3.jar,buildjni=yes
Build Version:19,19,!ndk problems with r8b/r8d/r8e (at release19),patch=fix_stuff.patch,\
target=android-16,extlibs=acra/acra-4.2.3.jar,\
prebuild=rm -rf jni/desmume/src/android/7z/CPP/7zip/Archive/obj/local/armeabi-v7a,buildjni=yes
Auto Update Mode:None
Update Check Mode:Tags

View file

@ -3,45 +3,45 @@ index e8570e4..3503005 100755
--- a/jni/desmume/src/android/7z/7z.mk
+++ b/jni/desmume/src/android/7z/7z.mk
@@ -46,12 +46,6 @@ LOCAL_SRC_FILES := C/Threads.c \
CPP/7zip/Archive/7z/7zRegister.cpp \
CPP/7zip/Archive/7z/7zSpecStream.cpp \
CPP/7zip/Archive/7z/7zUpdate.cpp \
- CPP/7zip/Archive/Rar/RarHandler.cpp \
- CPP/7zip/Archive/Rar/RarHeader.cpp \
- CPP/7zip/Archive/Rar/RarIn.cpp \
- CPP/7zip/Archive/Rar/RarItem.cpp \
- CPP/7zip/Archive/Rar/RarRegister.cpp \
- CPP/7zip/Archive/Rar/RarVolumeInStream.cpp \
CPP/7zip/Archive/Zip/ZipAddCommon.cpp \
CPP/7zip/Archive/Zip/ZipHandler.cpp \
CPP/7zip/Archive/Zip/ZipHandlerOut.cpp \
CPP/7zip/Archive/7z/7zRegister.cpp \
CPP/7zip/Archive/7z/7zSpecStream.cpp \
CPP/7zip/Archive/7z/7zUpdate.cpp \
- CPP/7zip/Archive/Rar/RarHandler.cpp \
- CPP/7zip/Archive/Rar/RarHeader.cpp \
- CPP/7zip/Archive/Rar/RarIn.cpp \
- CPP/7zip/Archive/Rar/RarItem.cpp \
- CPP/7zip/Archive/Rar/RarRegister.cpp \
- CPP/7zip/Archive/Rar/RarVolumeInStream.cpp \
CPP/7zip/Archive/Zip/ZipAddCommon.cpp \
CPP/7zip/Archive/Zip/ZipHandler.cpp \
CPP/7zip/Archive/Zip/ZipHandlerOut.cpp \
@@ -113,11 +107,6 @@ LOCAL_SRC_FILES := C/Threads.c \
CPP/7zip/Compress/DeflateEncoder.cpp \
CPP/7zip/Compress/DeflateRegister.cpp \
CPP/7zip/Compress/LzmaRegister.cpp \
- CPP/7zip/Compress/RarCodecsRegister.cpp \
- CPP/7zip/Compress/Rar1Decoder.cpp \
- CPP/7zip/Compress/Rar2Decoder.cpp \
- CPP/7zip/Compress/Rar3Decoder.cpp \
- CPP/7zip/Compress/Rar3Vm.cpp \
CPP/7zip/Compress/BZip2Crc.cpp \
CPP/7zip/Compress/BZip2Decoder.cpp \
CPP/7zip/Compress/BZip2Encoder.cpp \
CPP/7zip/Compress/DeflateEncoder.cpp \
CPP/7zip/Compress/DeflateRegister.cpp \
CPP/7zip/Compress/LzmaRegister.cpp \
- CPP/7zip/Compress/RarCodecsRegister.cpp \
- CPP/7zip/Compress/Rar1Decoder.cpp \
- CPP/7zip/Compress/Rar2Decoder.cpp \
- CPP/7zip/Compress/Rar3Decoder.cpp \
- CPP/7zip/Compress/Rar3Vm.cpp \
CPP/7zip/Compress/BZip2Crc.cpp \
CPP/7zip/Compress/BZip2Decoder.cpp \
CPP/7zip/Compress/BZip2Encoder.cpp \
@@ -129,12 +118,10 @@ LOCAL_SRC_FILES := C/Threads.c \
CPP/7zip/Crypto/MyAes.cpp \
CPP/7zip/Crypto/Pbkdf2HmacSha1.cpp \
CPP/7zip/Crypto/HmacSha1.cpp \
- CPP/7zip/Crypto/RarAes.cpp \
- CPP/7zip/Crypto/Rar20Crypto.cpp \
CPP/7zip/Crypto/WzAes.cpp
LOCAL_ARM_MODE := thumb
LOCAL_ARM_NEON := false
LOCAL_CFLAGS := -fexceptions -DCOMPRESS_MT
CPP/7zip/Crypto/MyAes.cpp \
CPP/7zip/Crypto/Pbkdf2HmacSha1.cpp \
CPP/7zip/Crypto/HmacSha1.cpp \
- CPP/7zip/Crypto/RarAes.cpp \
- CPP/7zip/Crypto/Rar20Crypto.cpp \
CPP/7zip/Crypto/WzAes.cpp
LOCAL_ARM_MODE := thumb
LOCAL_ARM_NEON := false
LOCAL_CFLAGS := -fexceptions -DCOMPRESS_MT
-include $(BUILD_STATIC_LIBRARY)
\ No newline at end of file
+include $(BUILD_STATIC_LIBRARY)
+include $(BUILD_STATIC_LIBRARY)
diff --git a/jni/desmume/src/android/7z/CPP/7zip/Archive/ArchiveExports.cpp b/jni/desmume/src/android/7z/CPP/7zip/Archive/ArchiveExports.cpp
index ee3516b..db51480 100755
--- a/jni/desmume/src/android/7z/CPP/7zip/Archive/ArchiveExports.cpp
@ -71,71 +71,69 @@ index b674213..0204770 100755
--- a/jni/desmume/src/android/main.cpp
+++ b/jni/desmume/src/android/main.cpp
@@ -33,7 +33,7 @@
#include "../debug.h"
#include "../NDSSystem.h"
#include "../path.h"
-#include "../GPU_OSD.h"
+#include "../GPU_osd.h"
#include "../addons.h"
#include "../slot1.h"
#include "../saves.h"
#include "../debug.h"
#include "../NDSSystem.h"
#include "../path.h"
-#include "../GPU_OSD.h"
+#include "../GPU_osd.h"
#include "../addons.h"
#include "../slot1.h"
#include "../saves.h"
@@ -937,4 +937,4 @@ unsigned int GetPrivateProfileInt(JNIEnv* env, const char* lpAppName, const char
bool GetPrivateProfileBool(JNIEnv* env, const char* lpAppName, const char* lpKeyName, bool bDefault, const char* lpFileName)
{
return GetPrivateProfileInt(env, lpAppName, lpKeyName, bDefault ? 1 : 0, lpFileName);
bool GetPrivateProfileBool(JNIEnv* env, const char* lpAppName, const char* lpKeyName, bool bDefault, const char* lpFileName)
{
return GetPrivateProfileInt(env, lpAppName, lpKeyName, bDefault ? 1 : 0, lpFileName);
-}
\ No newline at end of file
+}
+}
diff --git a/jni/desmume/src/android/math-neon/math_acosf.c b/jni/desmume/src/android/math-neon/math_acosf.c
index 024074f..3c048cd 100755
--- a/jni/desmume/src/android/math-neon/math_acosf.c
+++ b/jni/desmume/src/android/math-neon/math_acosf.c
@@ -43,7 +43,10 @@ float acosf_neon_hfp(float x)
asm volatile (
"vdup.f32 d1, %0 \n\t" //d1 = {pi/2, pi/2};
"vsub.f32 d0, d1, d0 \n\t" //d0 = d1 - d0;
- ::"r"(__acosf_pi_2):
+ :
+ :
+ "r"(__acosf_pi_2)
+ :
);
#endif
}
asm volatile (
"vdup.f32 d1, %0 \n\t" //d1 = {pi/2, pi/2};
"vsub.f32 d0, d1, d0 \n\t" //d0 = d1 - d0;
- ::"r"(__acosf_pi_2):
+ :
+ :
+ "r"(__acosf_pi_2)
+ :
);
#endif
}
diff --git a/jni/desmume/src/android/math-neon/math_vec2.c b/jni/desmume/src/android/math-neon/math_vec2.c
index 810d562..3d2a202 100755
index 810d562..b648538 100755
--- a/jni/desmume/src/android/math-neon/math_vec2.c
+++ b/jni/desmume/src/android/math-neon/math_vec2.c
@@ -66,9 +66,11 @@ dot2_neon_hfp(float v0[2], float v1[2])
"vld1.32 {d4}, [%1] \n\t" //d4={x1,y1}
"vmul.f32 d0, d2, d4 \n\t" //d0 = d2*d4
"vpadd.f32 d0, d0, d0 \n\t" //d0 = d[0] + d[1]
- :: "r"(v0), "r"(v1)
- :
- );
+ :
+ :
+ "r"(v0), "r"(v1)
+ :
+ );
#endif
}
"vld1.32 {d4}, [%1] \n\t" //d4={x1,y1}
"vmul.f32 d0, d2, d4 \n\t" //d0 = d2*d4
"vpadd.f32 d0, d0, d0 \n\t" //d0 = d[0] + d[1]
- :: "r"(v0), "r"(v1)
- :
- );
+ :
+ :
+ "r"(v0), "r"(v1)
+ :
+ );
#endif
}
diff --git a/jni/desmume/src/android/math-neon/math_vec4.c b/jni/desmume/src/android/math-neon/math_vec4.c
index 1fc0b86..cd382f4 100755
index 1fc0b86..7a5c6dd 100755
--- a/jni/desmume/src/android/math-neon/math_vec4.c
+++ b/jni/desmume/src/android/math-neon/math_vec4.c
@@ -107,8 +107,11 @@ dot4_neon_hfp(float v0[4], float v1[4])
"vmul.f32 d0, d2, d4 \n\t" //d0= d2*d4
"vmla.f32 d0, d3, d5 \n\t" //d0 = d0 + d3*d5
"vpadd.f32 d0, d0 \n\t" //d0 = d[0] + d[1]
- :: "r"(v0), "r"(v1) :
- );
+ :
+ :
+ "r"(v0), "r"(v1)
+ :
+ );
#endif
}
@@ -107,7 +107,10 @@ dot4_neon_hfp(float v0[4], float v1[4])
"vmul.f32 d0, d2, d4 \n\t" //d0= d2*d4
"vmla.f32 d0, d3, d5 \n\t" //d0 = d0 + d3*d5
"vpadd.f32 d0, d0 \n\t" //d0 = d[0] + d[1]
- :: "r"(v0), "r"(v1) :
+ :
+ :
+ "r"(v0), "r"(v1)
+ :
);
#endif
}

View file

@ -17,8 +17,7 @@ code for the server isn't free anyway.
Repo Type:git-svn
Repo:http://lifesaver.googlecode.com/svn/trunk/
Build Version:1.0,3,!wait for client at 18,target=android-10,prebuild=rm -rf src/com/textuality/lifesaver
Build Version:2.1,5,! tokens for app-engine server required,target=android-4
#Build Version:1.0,3,!wait for client at 18,target=android-10,prebuild=rm -rf src/com/textuality/lifesaver
#Probably won't offer a local version again, coming as it does, from a Google employee
Update Check Mode:Static

View file

@ -36,7 +36,7 @@ Repo:https://github.com/jberkel/sms-backup-plus.git
Build Version:1.4.3,1404,!non-free paypal jar at 1.4.3
Build Version:1.4.4,1405,!non-free paypal jar at 1.4.4,target=android-10,prebuild=mv lib libs
Build Version:1.4.6,1407,!paypal jar,target=android-10,prebuild=mv lib libs
Build Version:1.4.8,1409,1.4.8,srclibs=K9Mail-XOAUTH@70c41c71cd,prebuild=\
Build Version:1.4.8,1409,!build server rejection 1.4.8,srclibs=K9Mail-XOAUTH@70c41c71cd,prebuild=\
mv $$K9Mail-XOAUTH$$/compile-only-libs $$K9Mail-XOAUTH$$/libs && \
ant jar -f $$K9Mail-XOAUTH$$/build.xml && mv $$K9Mail-XOAUTH$$/bin/k9-imapstore.jar libs/

View file

@ -16,7 +16,7 @@ Repo:https://github.com/awaken/sanity.git
Build Version:2.11,21100,04eefb2c48f7
Build Version:2.12,21200,!Source code not published
Update Check Mode:Market
Update Check Mode:Static
Current Version:2.12
Current Version Code:21200

View file

@ -15,7 +15,7 @@ Repo:https://github.com/ralphleon/TeaTimer.git
Build Version:1.6,9,c92a936
Build Version:1.7,10,!No source in repo
Update Check Mode:Market
Update Check Mode:Static
Current Version:1.7
Current Version Code:10

View file

@ -22,6 +22,7 @@ Repo:https://github.com/mjdenham/and-bible.git
Build Version:1.5.5,79,7d7e23e88da2ea9ce598fc6c454e52b508d70c48,subdir=AndBible,target=android-8
Build Version:1.6.0,83,5aad7e0ec7793a23296a8c7257687550ff6bca81,subdir=AndBible,target=android-8
Build Version:1.7.3,93,build-01.07.03,subdir=AndBible,update=force
Build Version:1.8.1,100,build-01.08.01,subdir=AndBible,target=android-10
Auto Update Mode:None
Update Check Mode:Tags

View file

@ -13,7 +13,8 @@ Repo Type:svn
Repo:http://mathdoku.googlecode.com/svn/trunk/
Build Version:1.8,70,70
Build Version:1.95d,77,!Source code is not published since 1.9 beta
Build Version:1.95d,77,96,init=rm -rf bin/ gen/,target=android-17,\
prebuild=sed -i 's/minSdkVersion=\"3\"/minSdkVersion=\"4\" targetSdkVersion=\"4\"/g' AndroidManifest.xml
Update Check Mode:Market
Current Version:1.95d

View file

@ -13,9 +13,9 @@ Repo Type:svn
Repo:https://learnmusicnotes.svn.sourceforge.net/svnroot/learnmusicnotes/trunk
Build Version:1.2,3,16
Build Version:1.4,5,!build server problems 20,forceversion=yes,forcevercode=yes
Build Version:1.4,5,20,forceversion=yes,forcevercode=yes
Update Check Mode:Market
Update Check Mode:Static
Current Version:1.4
Current Version Code:5

View file

@ -16,7 +16,7 @@ Repo:https://code.google.com/p/lexic/
Build Version:0.8.1,41,5ffa6d7ee6a4,target=android-8,subdir=trunk
Build Version:0.8.1,42,!Market version code different but same version
Update Check Mode:Market
Update Check Mode:Static
Current Version:0.8.1
Current Version Code:42
Current Version Code:41

View file

@ -14,9 +14,9 @@ limit.
Repo Type:git-svn
Repo:http://www.jaqpot.net/svn/android/netcounter/trunk
Build Version:0.14.1,22,!wait for client 153,fixapos=yes,target=android-4
#Build Version:0.14.1,22,!wait for client 153,fixapos=yes,target=android-4
Update Check Mode:Market
Update Check Mode:Static
Current Version:0.14.1
Current Version Code:22

View file

@ -10,7 +10,7 @@ Summary:Automate Wifi logins
Description:
Automaticaly log into Captive Portals (Wifi Hotspots with a login
form). The solution is configurable and not specific for one Hotspot. Currently
there is only one configuration for German T-Mobile Hotspots as that is what
there is only one configuration for German T-Mobile Hotspots as that is what
the author has tested it on. If you make a new configuration, let him know!
See the website for explanation of configuration terms.
.

View file

@ -12,9 +12,9 @@ A simple way to retrieve the postcode for your current location.
Repo Type:git
Repo:http://github.com/palfrey/postcode.git
Build Version:1.1,2,!wait for client f2832
#Build Version:1.1,2,!wait for client f2832
Update Check Mode:Market
Update Check Mode:Static
Current Version:1.1
Current Version Code:2

View file

@ -16,6 +16,10 @@ Build Version:2.5,25,525,oldsdkloc=yes,target=android-10,subdir=mathdroid,prebui
Build Version:2.6,26,583,oldsdkloc=yes,target=android-16,subdir=mathdroid,prebuild=rm -rf src/org/jessies/test && mkdir src/org/jessies/test && wget http://software.jessies.org/svn/salma-hayek/trunk/src/org/jessies/test/Assert.java -O src/org/jessies/test/Assert.java && wget http://software.jessies.org/svn/salma-hayek/trunk/src/org/jessies/test/Test.java -O src/org/jessies/test/Test.java && wget http://software.jessies.org/svn/salma-hayek/trunk/src/org/jessies/test/TestHelper.java -O src/org/jessies/test/TestHelper.java
Build Version:2.7,27,631,oldsdkloc=yes,target=android-16,subdir=mathdroid,prebuild=rm -rf src/org/jessies/test && mkdir src/org/jessies/test && wget http://software.jessies.org/svn/salma-hayek/trunk/src/org/jessies/test/Assert.java -O src/org/jessies/test/Assert.java && wget http://software.jessies.org/svn/salma-hayek/trunk/src/org/jessies/test/Test.java -O src/org/jessies/test/Test.java && wget http://software.jessies.org/svn/salma-hayek/trunk/src/org/jessies/test/TestHelper.java -O src/org/jessies/test/TestHelper.java
Build Version:2.8,28,645,oldsdkloc=yes,target=android-16,subdir=mathdroid,prebuild=rm -rf src/org/jessies/test && mkdir src/org/jessies/test && wget http://software.jessies.org/svn/salma-hayek/trunk/src/org/jessies/test/Assert.java -O src/org/jessies/test/Assert.java && wget http://software.jessies.org/svn/salma-hayek/trunk/src/org/jessies/test/Test.java -O src/org/jessies/test/Test.java && wget http://software.jessies.org/svn/salma-hayek/trunk/src/org/jessies/test/TestHelper.java -O src/org/jessies/test/TestHelper.java
Build Version:2.8,28,645,oldsdkloc=yes,target=android-17,subdir=mathdroid,prebuild=rm -rf src/org/jessies/test/* && \
wget http://software.jessies.org/svn/salma-hayek/trunk/src/org/jessies/test/Assert.java -O src/org/jessies/test/Assert.java && \
wget http://software.jessies.org/svn/salma-hayek/trunk/src/org/jessies/test/Test.java -O src/org/jessies/test/Test.java && \
wget http://software.jessies.org/svn/salma-hayek/trunk/src/org/jessies/test/TestHelper.java -O src/org/jessies/test/TestHelper.java
Auto Update Mode:None
Update Check Mode:Market

View file

@ -22,6 +22,6 @@ Build Version:1.13,14,25,buildjni=yes
Auto Update Mode:None
Update Check Mode:None
Current Version:1.13
Current Version Code:14
Current Version:1.12
Current Version Code:13

View file

@ -14,9 +14,9 @@ Repo Type:git-svn
Repo:http://httpmon.googlecode.com/svn/trunk/
Build Version:0.4.9,26,53,prebuild=rm -rf release/
Build Version:0.4.10,27,!wait for client 54,prebuild=rm -rf release/
#Build Version:0.4.10,27,!wait for client 54,prebuild=rm -rf release/
Update Check Mode:Market
Update Check Mode:Static
Current Version:0.4.10
Current Version Code:27

View file

@ -13,11 +13,11 @@ location zone, configurable by radius. It uses GPS sparingly to save the battery
Repo Type:hg
Repo:http://code.google.com/p/wherering
Build Version:1.99.0,99,!wait for client ced797,subdir=WhereRing,target=android-7,prebuild=\
sed -i 's/%s (%s)/(%s)/g' res/values/strings.xml && sed -i 's/@debuggable@/false/g' AndroidManifest.xml && \
rm -rf ../WhereRingTest ant-support,init=mv AndroidManifest.xml.tmpl AndroidManifest.xml,forceversion=yes,forcevercode=yes
#Build Version:1.99.0,99,!wait for client ced797,subdir=WhereRing,target=android-7,prebuild=\
#sed -i 's/%s (%s)/(%s)/g' res/values/strings.xml && sed -i 's/@debuggable@/false/g' AndroidManifest.xml && \
#rm -rf ../WhereRingTest ant-support,init=mv AndroidManifest.xml.tmpl AndroidManifest.xml,forceversion=yes,forcevercode=yes
Update Check Mode:Market
Update Check Mode:Static
Current Version:1.99.0
Current Version Code:99

View file

@ -3,17 +3,23 @@ License:GPLv2
Web Site:http://urbanstew.org/rehearsalassistant/
Source Code:http://sourceforge.net/projects/rehearsalassist/develop
Issue Tracker:http://sourceforge.net/tracker/?group_id=226240
Donate:http://sourceforge.net/project/project_donations.php?group_id=226240
Summary:A voice/sound recording tool
Description:
A voice / sound recording utility with two modes of operation:
* Session Mode - organizes recordings into sessions, and time-stamps relative to the beginning of the
session, making it useful for recording your thoughts and observations during an event. If you are a
choreographer or director watching a rehearsal of your work, this can help you make note of the feedback
you want to share with the cast.
* Simple Mode - easy recording and playback of sound files. If you are a musician or writer, it can help
you record and remember your spontaneous moments of inspiration. Also works great for shopping lists and
Session Mode: organizes recordings into sessions, and time-stamps relative to
the beginning of the
session, making it useful for recording your thoughts and observations during
an event. If you are a
choreographer or director watching a rehearsal of your work, this can help
you make note of the feedback you want to share with the cast.
Simple Mode: easy recording and playback of sound files.
If you are a musician or writer, it can help
you record and remember your spontaneous moments of inspiration.
Also works great for shopping lists and
other kinds of reminders.
.
@ -23,7 +29,7 @@ Repo:https://rehearsalassist.svn.sourceforge.net/svnroot/rehearsalassist/android
Build Version:0.8.2,22,90,target=android-8,prebuild=mkdir -p gen/urbanstew/RehearsalAssistant && aidl aidl/urbanstew/RehearsalAssistant/IRecordService.aidl gen/urbanstew/RehearsalAssistant/IRecordService.java
Build Version:0.9,26,!Source missing - see https://sourceforge.net/tracker/index.php?func=detail&aid=3196094&group_id=226240&atid=1067598
Update Check Mode:Market
Current Version:0.9
Current Version Code:26
Update Check Mode:Static
Current Version:0.8.2
Current Version Code:22

View file

@ -15,7 +15,7 @@ Repo:https://github.com/dbravender/korean_conjugation
Build Version:2.0,6,22b088bf06e0f5f911da4c3b511039e6430721ac,subdir=android,update=force
Build Version:2.1,7,!no source,subdir=android,update=force
Update Check Mode:Market
Current Version:2.1
Current Version Code:7
Update Check Mode:Static
Current Version:2.0
Current Version Code:6