Merge branch 'master' of gitorious.org:f-droid/fdroiddata
This commit is contained in:
commit
d62f868203
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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,9 +17,13 @@ because of legal reasons.
|
|||
Repo Type:git
|
||||
Repo:git://git.code.sf.net/p/nds4droid/code
|
||||
|
||||
# needs new patch, plus ndk r8b might work
|
||||
# Build Version:19,19,release19,buildjni=yes,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
|
||||
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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue