Merge branch 'master' of gitorious.org:f-droid/fdroiddata
This commit is contained in:
commit
5093a6fa19
|
@ -25,6 +25,6 @@ rm -rf tests libs/slider.jar && echo "android.library.reference.1=$$Slider$$" >>
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
Current Version:3.1.2
|
||||
Current Version Code:42
|
||||
Current Version:v3.2
|
||||
Current Version Code:43
|
||||
|
||||
|
|
|
@ -27,7 +27,8 @@ Build Version:0.7.3b,34,74,subdir=BitcoinSpinner,update=.;../BitcoinSpinnerLib
|
|||
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 && \
|
||||
Build Version:0.8.2b,37,85,subdir=BitcoinSpinner,target=android-10,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/
|
||||
|
||||
|
|
|
@ -20,11 +20,10 @@ Repo:git://git.code.sf.net/p/nds4droid/code
|
|||
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:21,21,release21,target=android-16,extlibs=acra/acra-4.2.3.jar,\
|
||||
buildjni=yes,patch=fix_stuff_2.patch,prebuild=\
|
||||
rm -rf jni/desmume/src/android/7z/CPP/7zip/Archive/obj/local/*
|
||||
|
||||
# Needs an updated patch
|
||||
#Build Version:20,20,release20,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
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:21
|
||||
|
|
139
metadata/com.opendoorstudios.ds4droid/fix_stuff_2.patch
Normal file
139
metadata/com.opendoorstudios.ds4droid/fix_stuff_2.patch
Normal file
|
@ -0,0 +1,139 @@
|
|||
diff --git a/jni/desmume/src/android/7z/7z.mk b/jni/desmume/src/android/7z/7z.mk
|
||||
index e851a9f..dd29f8a 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 \
|
||||
@@ -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 \
|
||||
@@ -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 := -DCOMPRESS_MT
|
||||
|
||||
-include $(BUILD_STATIC_LIBRARY)
|
||||
\ No newline at end of file
|
||||
+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
|
||||
+++ b/jni/desmume/src/android/7z/CPP/7zip/Archive/ArchiveExports.cpp
|
||||
@@ -139,8 +139,6 @@ void RegisterZip();
|
||||
void RegisterDeflate();
|
||||
void Register7z();
|
||||
void RegisterLzma();
|
||||
-void RegisterRarCodecs();
|
||||
-void RegisterRar();
|
||||
void RegisterBZip2();
|
||||
void RegisterBZip2Codec();
|
||||
|
||||
@@ -151,8 +149,6 @@ void Do7ZipRegistration()
|
||||
RegisterDeflate();
|
||||
Register7z();
|
||||
RegisterLzma();
|
||||
- RegisterRar();
|
||||
- RegisterRarCodecs();
|
||||
RegisterBZip2();
|
||||
RegisterBZip2Codec();
|
||||
-}
|
||||
\ No newline at end of file
|
||||
+}
|
||||
diff --git a/jni/desmume/src/android/main.cpp b/jni/desmume/src/android/main.cpp
|
||||
index 603af9f..cb0a66a 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"
|
||||
@@ -867,4 +867,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);
|
||||
-}
|
||||
\ 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
|
||||
}
|
||||
diff --git a/jni/desmume/src/android/math-neon/math_vec2.c b/jni/desmume/src/android/math-neon/math_vec2.c
|
||||
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
|
||||
}
|
||||
|
||||
diff --git a/jni/desmume/src/android/math-neon/math_vec4.c b/jni/desmume/src/android/math-neon/math_vec4.c
|
||||
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,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
|
||||
}
|
|
@ -25,9 +25,11 @@ Repo:https://github.com/zostay/CPAN-Sidekick.git
|
|||
|
||||
Build Version:0.4.3,11,c9271,target=android-15
|
||||
Build Version:0.5.0,15,b1a5d30c1a,target=android-13
|
||||
Build Version:0.5.1,16,v0.5.1-vc16-2013-04-07,target=android-13
|
||||
|
||||
Auto Update Mode:None
|
||||
#version name in res/
|
||||
# Let's see if the dev remembers to use tags for future versions
|
||||
Update Check Mode:Market
|
||||
Current Version:0.5.1
|
||||
Current Version Code:16
|
||||
|
|
|
@ -34,8 +34,11 @@ sed -i '/ndk-build/d' scripts/build-native.sh && \
|
|||
Build Version:0.3.4.5,34050,4af40f772898,subdir=pdfview,target=android-10,buildjni=yes,\
|
||||
prebuild=sed -i '/ndk-build/d' scripts/build-native.sh && \
|
||||
./scripts/build-native.sh && sed -i '/proguard/d' project.properties
|
||||
Build Version:0.4.0,40000,69670732537b,subdir=pdfview,target=android-17,buildjni=yes,\
|
||||
extlibs=android/android-support-v4.jar,prebuild=sed -i '/ndk-build/d' scripts/build-native.sh && \
|
||||
./scripts/build-native.sh && sed -i '/proguard/d' project.properties
|
||||
|
||||
Update Check Mode:None
|
||||
Current Version:0.3.4.5
|
||||
Current Version Code:34050
|
||||
Current Version:0.4.0
|
||||
Current Version Code:40000
|
||||
|
||||
|
|
|
@ -37,8 +37,21 @@ python2.7 ./scripts/pjpp.py --configuration pro && sed -i '/ndk-build/d' scripts
|
|||
./scripts/build-native.sh && sed -i 's/armeabi-v7a armeabi x86/x86/g' jni/Application.mk && \
|
||||
sed -i '/proguard/d' project.properties,forceversion=yes,forcevercode=yes
|
||||
|
||||
# After the first build, the scanner complains about binaries in libs/.
|
||||
# Other than that, it seems to work just fine.
|
||||
#Build Version:0.4.0-arm,40000,69670732537b,subdir=pdfview,target=android-17,buildjni=yes,\
|
||||
#extlibs=android/android-support-v4.jar,prebuild=python2.7 ./scripts/pjpp.py --configuration pro && \
|
||||
#sed -i '/ndk-build/d' scripts/build-native.sh && ./scripts/build-native.sh && \
|
||||
#sed -i 's/armeabi-v7a armeabi x86/armeabi-v7a armeabi/g' jni/Application.mk && \
|
||||
#sed -i '/proguard/d' project.properties,forceversion=yes,forcevercode=yes
|
||||
#Build Version:0.4.0-x86,40003,69670732537b,subdir=pdfview,target=android-17,buildjni=yes,\
|
||||
#extlibs=android/android-support-v4.jar,prebuild=python2.7 ./scripts/pjpp.py --configuration pro && \
|
||||
#sed -i '/ndk-build/d' scripts/build-native.sh && ./scripts/build-native.sh && \
|
||||
#sed -i 's/armeabi-v7a armeabi x86/x86/g' jni/Application.mk && \
|
||||
#sed -i '/proguard/d' project.properties,forceversion=yes,forcevercode=yes
|
||||
|
||||
#Device-variable; we are happy enough with non-pro version
|
||||
Update Check Mode:Static
|
||||
Current Version:0.3.4-arm
|
||||
Current Version Code:34000
|
||||
Current Version:0.4.0-arm
|
||||
Current Version Code:40000
|
||||
|
||||
|
|
|
@ -36,10 +36,10 @@ Repo:https://github.com/QuantumBadger/RedReader
|
|||
|
||||
Build Version:1.4.0,15,v1.4.0,maven=yes,bindir=target,target=android-16
|
||||
Build Version:1.4.2,17,v1.4.2,maven=yes,bindir=target,target=android-16
|
||||
Build Version:1.5.0,20,v1.5.0,maven=yes,bindir=target,target=android-16
|
||||
Build Version:1.5.1,21,v1.5.1,maven=yes,bindir=target,target=android-16
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.5.0
|
||||
Current Version Code:20
|
||||
Current Version:1.5.1
|
||||
Current Version Code:21
|
||||
|
||||
|
|
|
@ -169,6 +169,7 @@ apps.droidnotify_54.apk apps.droidnotify 2012-09-25
|
|||
apps.droidnotify_55.apk apps.droidnotify 2012-10-05
|
||||
apps.droidnotify_59.apk apps.droidnotify 2012-11-03
|
||||
apps.droidnotify_64.apk apps.droidnotify 2013-01-02
|
||||
apps.droidnotify_67.apk apps.droidnotify 2013-04-08
|
||||
arity.calculator_27.apk arity.calculator 2012-02-11
|
||||
at.tomtasche.reader_11.apk at.tomtasche.reader 2011-01-05
|
||||
at.tomtasche.reader_12.apk at.tomtasche.reader 2011-01-10
|
||||
|
@ -294,6 +295,7 @@ com.appengine.paranoid_android.lost_12.apk com.appengine.paranoid_android.lost 2
|
|||
com.aripuca.tracker_18.apk com.aripuca.tracker 2012-09-16
|
||||
com.aripuca.tracker_19.apk com.aripuca.tracker 2012-10-11
|
||||
com.aripuca.tracker_20.apk com.aripuca.tracker 2013-04-05
|
||||
com.artifex.mupdfdemo_2.apk com.artifex.mupdfdemo 2013-04-08
|
||||
com.aselalee.trainschedule_115.apk com.aselalee.trainschedule 2012-10-30
|
||||
com.ath0.rpn_10.apk com.ath0.rpn 2012-02-11
|
||||
com.ath0.rpn_15.apk com.ath0.rpn 2012-07-26
|
||||
|
@ -314,6 +316,7 @@ com.banasiak.coinflip_25.apk com.banasiak.coinflip 2012-08-23
|
|||
com.banasiak.coinflip_26.apk com.banasiak.coinflip 2012-09-26
|
||||
com.banasiak.coinflip_27.apk com.banasiak.coinflip 2012-10-01
|
||||
com.banasiak.coinflip_29.apk com.banasiak.coinflip 2013-01-30
|
||||
com.banasiak.coinflip_30.apk com.banasiak.coinflip 2013-04-08
|
||||
com.banasiak.coinflipext.example_4.apk com.banasiak.coinflipext.example 2012-10-16
|
||||
com.beem.project.beem_10.apk com.beem.project.beem 2012-01-20
|
||||
com.beem.project.beem_11.apk com.beem.project.beem 2012-01-25
|
||||
|
@ -366,6 +369,7 @@ com.dozingcatsoftware.bouncy_11.apk com.dozingcatsoftware.bouncy 2012-08-29
|
|||
com.dozingcatsoftware.bouncy_4.apk com.dozingcatsoftware.bouncy 2011-03-10
|
||||
com.dozingcatsoftware.dodge_8.apk com.dozingcatsoftware.dodge 2012-08-23
|
||||
com.dozuki.ifixit_12.apk com.dozuki.ifixit 2013-03-23
|
||||
com.dozuki.ifixit_14.apk com.dozuki.ifixit 2013-04-08
|
||||
com.dozuki.ifixit_7.apk com.dozuki.ifixit 2012-10-10
|
||||
com.dozuki.ifixit_9.apk com.dozuki.ifixit 2012-10-31
|
||||
com.dririan.RingyDingyDingy_5.apk com.dririan.RingyDingyDingy 2012-08-10
|
||||
|
@ -393,6 +397,7 @@ com.eleybourn.bookcatalogue_62.apk com.eleybourn.bookcatalogue 2011-08-25
|
|||
com.eleybourn.bookcatalogue_68.apk com.eleybourn.bookcatalogue 2011-09-26
|
||||
com.eleybourn.bookcatalogue_69.apk com.eleybourn.bookcatalogue 2011-11-21
|
||||
com.eleybourn.bookcatalogue_70.apk com.eleybourn.bookcatalogue 2011-12-31
|
||||
com.elsdoerfer.android.autostarts_22.apk com.elsdoerfer.android.autostarts 2013-04-08
|
||||
com.elsdoerfer.android.autostarts_24.apk com.elsdoerfer.android.autostarts 2013-01-02
|
||||
com.eolwral.osmonitor_28.apk com.eolwral.osmonitor 2012-08-09
|
||||
com.episode6.android.appalarm.lite_30.apk com.episode6.android.appalarm.pro 2012-01-11
|
||||
|
@ -580,9 +585,12 @@ com.liato.bankdroid_134.apk com.liato.bankdroid 2012-04-20
|
|||
com.liato.bankdroid_137.apk com.liato.bankdroid 2012-06-29
|
||||
com.liato.bankdroid_140.apk com.liato.bankdroid 2012-10-20
|
||||
com.liato.bankdroid_148.apk com.liato.bankdroid 2013-03-12
|
||||
com.liato.bankdroid_154.apk com.liato.bankdroid 2013-04-08
|
||||
com.lukekorth.screennotifications_11.apk com.lukekorth.screennotifications 2013-04-08
|
||||
com.lukekorth.screennotifications_9.apk com.lukekorth.screennotifications 2013-01-18
|
||||
com.madgag.agit_130300622.apk com.madgag.agit 2013-03-07
|
||||
com.manuelmaly.hn_10.apk com.manuelmaly.hn 2013-04-04
|
||||
com.manuelmaly.hn_11.apk com.manuelmaly.hn 2013-04-08
|
||||
com.martinborjesson.o2xtouchlednotifications_71.apk com.martinborjesson.o2xtouchlednotifications 2013-01-10
|
||||
com.matburt.mobileorg_90.apk com.matburt.mobileorg 2012-10-26
|
||||
com.matburt.mobileorg_98.apk com.matburt.mobileorg 2013-02-22
|
||||
|
@ -856,6 +864,7 @@ de.fmaul.android.cmis_8.apk de.fmaul.android.cmis 2012-03-10
|
|||
de.freewarepoint.whohasmystuff_10.apk de.freewarepoint.whohasmystuff 2013-04-07
|
||||
de.freewarepoint.whohasmystuff_8.apk de.freewarepoint.whohasmystuff 2012-09-22
|
||||
de.grobox.blitzmail_1.apk de.grobox.blitzmail 2013-03-30
|
||||
de.grobox.blitzmail_2.apk de.grobox.blitzmail 2013-04-08
|
||||
de.homac.Mirrored_6.apk de.homac.Mirrored 2012-09-07
|
||||
de.homac.Mirrored_9.apk de.homac.Mirrored 2012-09-07
|
||||
de.jurihock.voicesmith_7.apk de.jurihock.voicesmith 2012-09-07
|
||||
|
@ -1012,6 +1021,7 @@ fr.xgouchet.texteditor_13.apk fr.xgouchet.texteditor 2012-09-07
|
|||
fr.xgouchet.texteditor_17.apk fr.xgouchet.texteditor 2012-11-08
|
||||
fr.xgouchet.texteditor_19.apk fr.xgouchet.texteditor 2012-11-13
|
||||
github.daneren2005.dsub_39.apk github.daneren2005.dsub 2013-03-26
|
||||
github.daneren2005.dsub_40.apk github.daneren2005.dsub 2013-04-08
|
||||
goo.TeaTimer_9.apk goo.TeaTimer 2011-05-18
|
||||
gvSIG_Mini_1_0_0_SDK16.apk es.prodevelop.gvsig.mini 2010-10-21
|
||||
gvSIG_Mini_1_1_0_SDK16.apk es.prodevelop.gvsig.mini
|
||||
|
@ -1100,6 +1110,7 @@ jp.sblo.pandora.aGrep_4.apk jp.sblo.pandora.aGrep 2012-09-08
|
|||
jp.sfjp.webglmol.NDKmol_14.apk jp.sfjp.webglmol.NDKmol 2012-09-07
|
||||
jp.sfjp.webglmol.NDKmol_15.apk jp.sfjp.webglmol.NDKmol 2013-02-04
|
||||
jupiter.broadcasting.live.tv_5.apk jupiter.broadcasting.live.tv 2012-09-14
|
||||
jupiter.broadcasting.live.tv_8.apk jupiter.broadcasting.live.tv 2013-04-08
|
||||
k9-3.200-release.apk com.fsck.k9 2010-10-21
|
||||
k9-3.202-release.apk com.fsck.k9
|
||||
k9-3.204-release.apk com.fsck.k9
|
||||
|
@ -1127,6 +1138,7 @@ k9-4.200-release.apk com.fsck.k9 2012-09-11
|
|||
k9-4.201-release.apk com.fsck.k9 2012-09-11
|
||||
kaljurand_at_gmail_dot_com.diktofon_976.apk kaljurand_at_gmail_dot_com.diktofon 2012-09-07
|
||||
kaljurand_at_gmail_dot_com.diktofon_978.apk kaljurand_at_gmail_dot_com.diktofon 2012-09-15
|
||||
kaljurand_at_gmail_dot_com.diktofon_980.apk kaljurand_at_gmail_dot_com.diktofon 2013-04-08
|
||||
kdk.android.simplydo_1.apk kdk.android.simplydo 2012-03-23
|
||||
kdk.android.simplydo_2.apk kdk.android.simplydo 2013-02-25
|
||||
kr.hybdms.sidepanel_10.apk kr.hybdms.sidepanel 2013-03-22
|
||||
|
@ -1149,6 +1161,7 @@ me.kuehle.carreport_11.apk me.kuehle.carreport 2013-01-02
|
|||
me.kuehle.carreport_14.apk me.kuehle.carreport 2013-01-21
|
||||
me.kuehle.carreport_17.apk me.kuehle.carreport 2013-02-11
|
||||
me.kuehle.carreport_19.apk me.kuehle.carreport 2013-02-28
|
||||
me.kuehle.carreport_21.apk me.kuehle.carreport 2013-04-08
|
||||
me.kuehle.carreport_8.apk me.kuehle.carreport 2012-08-23
|
||||
me.kuehle.carreport_9.apk me.kuehle.carreport 2012-10-22
|
||||
me.malladi.dashcricket_3.apk me.malladi.dashcricket 2013-03-17
|
||||
|
@ -1492,6 +1505,7 @@ org.epstudios.epmobile_19.apk org.epstudios.epmobile 2012-09-12
|
|||
org.epstudios.epmobile_20.apk org.epstudios.epmobile 2012-11-08
|
||||
org.epstudios.epmobile_24.apk org.epstudios.epmobile 2013-03-13
|
||||
org.epstudios.epmobile_25.apk org.epstudios.epmobile 2013-03-19
|
||||
org.epstudios.epmobile_26.apk org.epstudios.epmobile 2013-04-08
|
||||
org.epstudios.morbidmeter_4.apk org.epstudios.morbidmeter 2012-08-23
|
||||
org.example.pushupbuddy_1.apk org.example.pushupbuddy 2011-10-17
|
||||
org.fastergps_1.apk org.fastergps 2012-02-24
|
||||
|
@ -1541,6 +1555,7 @@ org.fox.ttrss_134.apk org.fox.ttrss 2013-02-11
|
|||
org.fox.ttrss_137.apk org.fox.ttrss 2013-02-22
|
||||
org.fox.ttrss_141.apk org.fox.ttrss 2013-03-18
|
||||
org.fox.ttrss_148.apk org.fox.ttrss 2013-03-27
|
||||
org.fox.ttrss_156.apk org.fox.ttrss 2013-04-08
|
||||
org.fox.ttrss_67.apk org.fox.ttrss 2012-03-09
|
||||
org.fox.ttrss_71.apk org.fox.ttrss 2012-03-15
|
||||
org.fox.ttrss_72.apk org.fox.ttrss 2012-03-23
|
||||
|
@ -1741,6 +1756,7 @@ org.pyload.android.client_16.apk org.pyload.android.client 2013-03-13
|
|||
org.qii.weiciyuan_23.apk org.qii.weiciyuan 2012-12-14
|
||||
org.qii.weiciyuan_25.apk org.qii.weiciyuan 2013-02-04
|
||||
org.quantumbadger.redreader_15.apk org.quantumbadger.redreader 2013-04-07
|
||||
org.quantumbadger.redreader_17.apk org.quantumbadger.redreader 2013-04-08
|
||||
org.recentwidget_6.apk org.recentwidget 2012-10-10
|
||||
org.sagemath.droid_4.apk org.sagemath.droid 2012-09-07
|
||||
org.scid.android_30.apk org.scid.android 2012-08-23
|
||||
|
@ -1860,6 +1876,7 @@ org.wahtod.wififixer_955.apk org.wahtod.wififixer 2012-09-10
|
|||
org.wahtod.wififixer_959.apk org.wahtod.wififixer 2012-09-21
|
||||
org.wahtod.wififixer_970.apk org.wahtod.wififixer 2012-10-08
|
||||
org.wahtod.wififixer_980.apk org.wahtod.wififixer 2013-01-18
|
||||
org.wahtod.wififixer_983.apk org.wahtod.wififixer 2013-04-08
|
||||
org.waxworlds.edam.importcontacts_2.apk org.waxworlds.edam.importcontacts 2012-09-26
|
||||
org.webodf_3.apk org.webodf 2012-08-23
|
||||
org.wheelmap.android.online_16.apk org.wheelmap.android.online 2013-01-28
|
||||
|
@ -2016,10 +2033,12 @@ tuioDroid.impl_5.apk tuioDroid.impl 2013-04-04
|
|||
tuxrider_1.0.4.apk com.drodin.tuxrider 2010-11-18
|
||||
uk.ac.cam.cl.dtg.android.barcodebox_3.apk uk.ac.cam.cl.dtg.android.barcodebox 2012-08-13
|
||||
uk.co.ashtonbrsc.android.intentintercept_100.apk uk.co.ashtonbrsc.android.intentintercept 2013-01-15
|
||||
uk.co.ashtonbrsc.android.intentintercept_101.apk uk.co.ashtonbrsc.android.intentintercept 2013-04-08
|
||||
uk.co.jarofgreen.JustADamnCompass_2.apk uk.co.jarofgreen.JustADamnCompass 2012-02-12
|
||||
uk.org.cardboardbox.wonderdroid_36.apk uk.org.cardboardbox.wonderdroid 2012-10-21
|
||||
uk.org.cardboardbox.wonderdroid_37.apk uk.org.cardboardbox.wonderdroid 2013-03-24
|
||||
uk.org.ngo.squeezer_12.apk uk.org.ngo.squeezer 2012-12-01
|
||||
uk.org.ngo.squeezer_13.apk uk.org.ngo.squeezer 2013-04-08
|
||||
urbanstew.RehearsalAssistant_22.apk urbanstew.RehearsalAssistant 2011-02-19
|
||||
us.bravender.android.dongsa_6.apk us.bravender.android.dongsa 2012-03-06
|
||||
us.lindanrandy.cidrcalculator_115.apk us.lindanrandy.cidrcalculator 2012-01-21
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
com.artifex.mupdfdemo
|
||||
org.quantumbadger.redreader
|
||||
com.teamdc.stephendiniz.autoaway
|
||||
com.ghostsq.commander.samba
|
||||
|
@ -7,4 +8,3 @@ com.anysoftkeyboard.languagepack.danish
|
|||
com.manuelmaly.hn
|
||||
com.anysoftkeyboard.theme.classic_pc
|
||||
it.sineo.android.noFrillsCPUClassic
|
||||
de.grobox.blitzmail
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue