rewritemeta: clean up and apply new bool format

This commit is contained in:
Daniel Martí 2015-09-09 13:23:17 -07:00
parent 26e672e131
commit e4af994352
193 changed files with 567 additions and 485 deletions

View file

@ -4,8 +4,8 @@ Web Site:
Source Code:https://github.com/anthonycr/Lightning-Browser Source Code:https://github.com/anthonycr/Lightning-Browser
Issue Tracker:https://github.com/anthonycr/Lightning-Browser/issues Issue Tracker:https://github.com/anthonycr/Lightning-Browser/issues
Auto Name:Lightning
Name:Lightning (old) Name:Lightning (old)
Auto Name:Lightning
Summary:Lightweight browser Summary:Lightweight browser
Description: Description:
* Fast Start Times * Fast Start Times

View file

@ -37,32 +37,34 @@ Build:3.2.0.1a,67
target=android-19 target=android-19
Build:4.0.2a,68 Build:4.0.2a,68
forceversion=yes
forcevercode=yes
commit=v4.0.2a commit=v4.0.2a
srclibs=1:NetCipher@1.1 srclibs=1:NetCipher@1.1
forceversion=yes
forcevercode=yes
extlibs=android/android-support-v4.jar extlibs=android/android-support-v4.jar
prebuild=cp libs/android-support-v4.jar $$NetCipher$$/libs/android-support-v4.jar prebuild=cp libs/android-support-v4.jar $$NetCipher$$/libs/android-support-v4.jar
target=android-19 target=android-19
Build:4.0.10a,78 Build:4.0.10a,78
commit=2f3655045cf686ad4ea2914d77b29fdd3fbcecb4 commit=2f3655045cf686ad4ea2914d77b29fdd3fbcecb4
submodules=yes
subdir=app subdir=app
submodules=yes
gradle=yes gradle=yes
rm=app/libs/*.jar rm=app/libs/*.jar
prebuild=sed -i -e 's/1.2.3/1.1.3/g' ../build.gradle && sed -i -e '/compile files/d' -e 's/minifyEnabled true/minifyEnabled false/g' -e '/palette-v7/icompile "com.android.support:support-v4:22.1.1"\ncompile "org.jsoup:jsoup:1.8.1"\n' build.gradle && \ prebuild=sed -i -e 's/1.2.3/1.1.3/g' ../build.gradle && \
sed -i -e '/compile files/d' -e 's/minifyEnabled true/minifyEnabled false/g' -e '/palette-v7/icompile "com.android.support:support-v4:22.1.1"\ncompile "org.jsoup:jsoup:1.8.1"\n' build.gradle && \
sed -i -e '/fileTree/acompile "com.madgag.spongycastle:core:1.51.0.0"' ../external/netcipher/libnetcipher/build.gradle && \ sed -i -e '/fileTree/acompile "com.madgag.spongycastle:core:1.51.0.0"' ../external/netcipher/libnetcipher/build.gradle && \
rm -fR ../external/netcipher/libnetcipher/libs/spongycastle*.jar rm -fR ../external/netcipher/libnetcipher/libs/spongycastle*.jar
Build:4.0.10a,79 Build:4.0.10a,79
disable=wait for upstream disable=wait for upstream
commit=9677135c2859851bf86417e3e878cdce9d1174ee commit=9677135c2859851bf86417e3e878cdce9d1174ee
submodules=yes
subdir=app subdir=app
submodules=yes
gradle=yes gradle=yes
rm=app/libs/*.jar rm=app/libs/*.jar
prebuild=sed -i -e 's/1.2.3/1.1.3/g' ../build.gradle && sed -i -e '/compile files/d' -e 's/minifyEnabled true/minifyEnabled false/g' -e '/palette-v7/icompile "com.android.support:support-v4:22.1.1"\n' build.gradle && \ prebuild=sed -i -e 's/1.2.3/1.1.3/g' ../build.gradle && \
sed -i -e '/compile files/d' -e 's/minifyEnabled true/minifyEnabled false/g' -e '/palette-v7/icompile "com.android.support:support-v4:22.1.1"\n' build.gradle && \
sed -i -e '/fileTree/acompile "com.madgag.spongycastle:core:1.51.0.0"' ../external/netcipher/libnetcipher/build.gradle && \ sed -i -e '/fileTree/acompile "com.madgag.spongycastle:core:1.51.0.0"' ../external/netcipher/libnetcipher/build.gradle && \
rm -fR ../external/netcipher/libnetcipher/libs/spongycastle*.jar rm -fR ../external/netcipher/libnetcipher/libs/spongycastle*.jar

View file

@ -14,7 +14,7 @@ but instead to type text messages or perform light navigation
on the PS3, playback music / videos, etc. on the PS3, playback music / videos, etc.
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/andraus/BluetoothHidEmu Repo:https://github.com/andraus/BluetoothHidEmu

View file

@ -25,7 +25,7 @@ ad-hoc mode) and (probably) a custom-kernel which supports netfilter
(iptables). Please see the website for detailed information. (iptables). Please see the website for detailed information.
. .
Requires Root:Yes Requires Root:yes
Repo Type:git-svn Repo Type:git-svn
Repo:https://android-wifi-tether.googlecode.com/svn/trunk Repo:https://android-wifi-tether.googlecode.com/svn/trunk

View file

@ -26,8 +26,8 @@ Repo:https://gitlab.com/bitfireAT/icsdroid.git
Build:0.9,1 Build:0.9,1
commit=v0.9 commit=v0.9
subdir=app subdir=app
gradle=yes
submodules=yes submodules=yes
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags

View file

@ -1,5 +1,6 @@
Categories:System Categories:System
License:GPLv3+ License:GPLv3+
Web Site:
Source Code:https://github.com/bparmentier/APKShare Source Code:https://github.com/bparmentier/APKShare
Issue Tracker:https://github.com/bparmentier/APKShare/issues Issue Tracker:https://github.com/bparmentier/APKShare/issues
Changelog:https://github.com/bparmentier/APKShare/releases Changelog:https://github.com/bparmentier/APKShare/releases
@ -25,3 +26,4 @@ Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.0 Current Version:1.0
Current Version Code:1 Current Version Code:1

View file

@ -114,13 +114,13 @@ Build:1.7.4,17
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.0,100 Build:1.7.5,18
disable=dummy commit=v1.7.5
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.7.5,18 Build:1.0,100
commit=v1.7.5 disable=dummy
subdir=app subdir=app
gradle=yes gradle=yes

View file

@ -25,12 +25,12 @@ Repo Type:git
Repo:https://github.com/mudar/Fairphone.git Repo:https://github.com/mudar/Fairphone.git
Build:1.2,12 Build:1.2,12
disable=gradle to old for our magic?
commit=3c8548675f commit=3c8548675f
subdir=FairphonePeaceOfMind subdir=FairphonePeaceOfMind
submodules=yes submodules=yes
gradle=fdroidFlavor gradle=fdroidFlavor
rm=FairphoneHome,FairphoneUpdater,FairphonePeaceOfMind/libs rm=FairphoneHome,FairphoneUpdater,FairphonePeaceOfMind/libs
disable=gradle to old for our magic?
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest

View file

@ -23,15 +23,16 @@ Repo:https://github.com/cgeo/cgeo
Build:1,1 Build:1,1
disable=wip disable=wip
forceversion=yes
forcevercode=yes
commit=market_20140918 commit=market_20140918
subdir=main subdir=main
init=cp templates/keys.xml res/values/ && \
mkdir repackageMapsforge0.2/ && \
mv libs/mapsforge-map-0.2.4.jar repackageMapsforge0.2/
patch=no-gmaps.patch,dummykeys.patch
gradle=yes gradle=yes
init=cp templates/keys.xml res/values/ && mkdir repackageMapsforge0.2/ && \
mv libs/mapsforge-map-0.2.4.jar repackageMapsforge0.2/
patch=no-gmaps.patch, dummykeys.patch
srclibs=ApacheHttpCore@4.2.3,ApacheHttpClient@4.2.3,HttpClientAndroid@46874342a6b7,MapsforgeCgeo@cbd01e8,LocusMap@6:08dee4be1444 srclibs=ApacheHttpCore@4.2.3,ApacheHttpClient@4.2.3,HttpClientAndroid@46874342a6b7,MapsforgeCgeo@cbd01e8,LocusMap@6:08dee4be1444
forceversion=yes
forcevercode=yes
rm=main/libs/*.jar,main/libs/*.properties,main/libs/src/* rm=main/libs/*.jar,main/libs/*.properties,main/libs/src/*
prebuild=mv $$ApacheHttpCore$$/httpcore $$HttpClientAndroid$$/script/httpcore && \ prebuild=mv $$ApacheHttpCore$$/httpcore $$HttpClientAndroid$$/script/httpcore && \
mv $$ApacheHttpClient$$/httpclient $$HttpClientAndroid$$/script/httpclient && \ mv $$ApacheHttpClient$$/httpclient $$HttpClientAndroid$$/script/httpclient && \
@ -43,18 +44,27 @@ Build:1,1
popd && \ popd && \
cp $$HttpClientAndroid$$/script/httpclientandroidlib-1.1.2.jar libs/ && \ cp $$HttpClientAndroid$$/script/httpclientandroidlib-1.1.2.jar libs/ && \
echo "==== HttpClientAndroid done ====" && \ echo "==== HttpClientAndroid done ====" && \
pushd $$LocusMap$$/LocusAddonPublicLib && ant release && popd && \ pushd $$LocusMap$$/LocusAddonPublicLib && \
ant release && \
popd && \
cp $$LocusMap$$/LocusAddonPublicLib/bin/classes.jar libs/locus-api-4.0.jar && \ cp $$LocusMap$$/LocusAddonPublicLib/bin/classes.jar libs/locus-api-4.0.jar && \
$$MVN3$$ clean package -DskipTests -f $$MapsforgeCgeo$$/pom.xml && \ $$MVN3$$ clean package -DskipTests -f $$MapsforgeCgeo$$/pom.xml && \
mv $$MapsforgeCgeo$$/mapsforge-map/target/mapsforge-map-0.3.0-jar-with-dependencies.jar libs/ && \ mv $$MapsforgeCgeo$$/mapsforge-map/target/mapsforge-map-0.3.0-jar-with-dependencies.jar libs/ && \
pushd repackageMapsforge0.2 && jar xf mapsforge-map-0.2.4.jar && \ pushd repackageMapsforge0.2 && \
rm org/mapsforge/android/mapsold/*.class && mkdir src && mv org src/ && \ jar xf mapsforge-map-0.2.4.jar && \
rm org/mapsforge/android/mapsold/*.class && \
mkdir src && \
mv org src/ && \
printf '<?xml version="1.0" encoding="utf-8"?>\n<manifest xmlns:android="http://schemas.android.com/apk/res/android"\n\tpackage="org.mapsforge.android.mapsold"\n\tandroid:versionCode="1"\nandroid:versionName="1.0"/>\n' > AndroidManifest.xml && \ printf '<?xml version="1.0" encoding="utf-8"?>\n<manifest xmlns:android="http://schemas.android.com/apk/res/android"\n\tpackage="org.mapsforge.android.mapsold"\n\tandroid:versionCode="1"\nandroid:versionName="1.0"/>\n' > AndroidManifest.xml && \
android update project --path . --target android-19 && \ android update project --path . --target android-19 && \
echo "android.library=true" >> project.properties && ant release && \ echo "android.library=true" >> project.properties && \
cp bin/classes.jar ../libs/mapsforge-map-0.2.4.jar && popd && \ ant release && \
cp bin/classes.jar ../libs/mapsforge-map-0.2.4.jar && \
popd && \
sed -i -e 's/debuggable true/debuggable false/' build.gradle && \ sed -i -e 's/debuggable true/debuggable false/' build.gradle && \
sed -i -e '/versionCode/d' build.gradle && \ sed -i -e '/versionCode/d' build.gradle && \
sed -i -e '/versionName/d' build.gradle sed -i -e '/versionName/d' build.gradle
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Static Update Check Mode:Static

View file

@ -24,7 +24,7 @@ Anti-feature: Dependency. It's necessary for Google Maps to be already installed
either as an app or as a shared system library for this app to be installable. either as an app or as a shared system library for this app to be installable.
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/rrelmy/LocationCacheMap.git Repo:https://github.com/rrelmy/LocationCacheMap.git

View file

@ -30,3 +30,4 @@ Auto Update Mode:None
Update Check Mode:None Update Check Mode:None
Current Version:1.0.48 Current Version:1.0.48
Current Version Code:48 Current Version Code:48

View file

@ -15,8 +15,8 @@ Repo:https://github.com/Alexxz/Hawkingquotes
Build:1.5,7 Build:1.5,7
commit=6bf42a329ae07b6c8a829cdec8d045a48c208248 commit=6bf42a329ae07b6c8a829cdec8d045a48c208248
target=android-13
prebuild=sed -i -e 's/new OnClickListener ()/new View.OnClickListener()/g' src/com/alexxz/hawkingquotes/MainActivity.java prebuild=sed -i -e 's/new OnClickListener ()/new View.OnClickListener()/g' src/com/alexxz/hawkingquotes/MainActivity.java
target=android-13
Maintainer Notes: Maintainer Notes:
android-13 required! android-13 required!

View file

@ -15,7 +15,7 @@ Status: The latest versions contain non-free libraries which would be
rather difficult to remove. rather difficult to remove.
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/romanbb/AOKP_Backup.git Repo:https://github.com/romanbb/AOKP_Backup.git

View file

@ -222,3 +222,4 @@ Auto Update Mode:None
Update Check Mode:None Update Check Mode:None
Current Version:1.7a Current Version:1.7a
Current Version Code:78 Current Version Code:78

View file

@ -61,9 +61,9 @@ Build:2.8.02,2802
Build:2.9.01,2901 Build:2.9.01,2901
commit=d2d5cc359410ec731195efbe8723b172299d080a commit=d2d5cc359410ec731195efbe8723b172299d080a
subdir=alarmClock
submodules=yes submodules=yes
gradle=yes gradle=yes
subdir=alarmClock
rm=alarmClock/libs/* rm=alarmClock/libs/*
Maintainer Notes: Maintainer Notes:
@ -75,3 +75,4 @@ Auto Update Mode:None
Update Check Mode:None Update Check Mode:None
Current Version:2.9.01 Current Version:2.9.01
Current Version Code:2901 Current Version Code:2901

View file

@ -25,7 +25,7 @@ Status: Experimental
Requires root: Yes Requires root: Yes
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/jyio/botbrew-gui.git Repo:https://github.com/jyio/botbrew-gui.git

View file

@ -24,7 +24,7 @@ The sqlite functions won't work unless you have the sqlite3 busybox binary insta
Requires root, busybox and a custom ROM. Requires root, busybox and a custom ROM.
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/horn3t/android_packages_apps_PerformanceControl Repo:https://github.com/horn3t/android_packages_apps_PerformanceControl

View file

@ -3,7 +3,6 @@ License:GPLv3+
Web Site:https://github.com/brillenheini/DeepScratch/blob/HEAD/README.md Web Site:https://github.com/brillenheini/DeepScratch/blob/HEAD/README.md
Source Code:https://github.com/brillenheini/DeepScratch Source Code:https://github.com/brillenheini/DeepScratch
Issue Tracker:https://github.com/brillenheini/DeepScratch/issues Issue Tracker:https://github.com/brillenheini/DeepScratch/issues
Changelog:
Auto Name:Deep Scratch Auto Name:Deep Scratch
Summary:Scratch audio samples Summary:Scratch audio samples

View file

@ -21,6 +21,7 @@ Build:11,11
subdir=MainApp subdir=MainApp
gradle=yes gradle=yes
Auto Update Mode:None
#Auto Update Mode:Version %c #Auto Update Mode:Version %c
Update Check Mode:Tags Update Check Mode:Tags
Current Version:11 Current Version:11

View file

@ -32,6 +32,7 @@ Build:1.1.0,2
subdir=app subdir=app
gradle=yes gradle=yes
Auto Update Mode:None
#Auto Update Mode:Version v%v #Auto Update Mode:Version v%v
#Update Check Mode:Tags #Update Check Mode:Tags
Update Check Mode:RepoManifest Update Check Mode:RepoManifest

View file

@ -47,7 +47,6 @@ Build:1.02.03-2459,2459
subdir=CSipSimple subdir=CSipSimple
srclibs=codec2-dev@1486,pjsip@4978,portaudio@1433,webrtc@2948,libyuv@426 srclibs=codec2-dev@1486,pjsip@4978,portaudio@1433,webrtc@2948,libyuv@426
forceversion=yes forceversion=yes
target=android-21
prebuild=sed -i 's/MY_USE_SILK := 1/MY_USE_SILK := 0/' jni/Application.mk && \ prebuild=sed -i 's/MY_USE_SILK := 1/MY_USE_SILK := 0/' jni/Application.mk && \
sed -i 's/ silk//' Makefile && \ sed -i 's/ silk//' Makefile && \
sed -i '/silk/d' jni/Android.mk && \ sed -i '/silk/d' jni/Android.mk && \
@ -58,6 +57,7 @@ Build:1.02.03-2459,2459
cp -r $$portaudio$$ jni/pjsip/sources/third_party/portaudio && \ cp -r $$portaudio$$ jni/pjsip/sources/third_party/portaudio && \
cp -r $$webrtc$$ jni/webrtc/sources && \ cp -r $$webrtc$$ jni/webrtc/sources && \
cp -r $$libyuv$$ jni/third_party/libyuv cp -r $$libyuv$$ jni/third_party/libyuv
target=android-21
scanignore=CSipSimple/jni/webrtc/sources/modules/video_capture/main/source/android/java/org/webrtc/videoengine/VideoCaptureDeviceInfoAndroid.java,CSipSimple/src/org/webrtc/videoengine/VideoCaptureDeviceInfoAndroid.java scanignore=CSipSimple/jni/webrtc/sources/modules/video_capture/main/source/android/java/org/webrtc/videoengine/VideoCaptureDeviceInfoAndroid.java,CSipSimple/src/org/webrtc/videoengine/VideoCaptureDeviceInfoAndroid.java
build=PATH=$PATH:$$NDK$$ make NDK_ROOT=$$NDK$$ build=PATH=$PATH:$$NDK$$ make NDK_ROOT=$$NDK$$
buildjni=no buildjni=no

View file

@ -31,3 +31,4 @@ Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:0.01 Current Version:0.01
Current Version Code:1 Current Version Code:1

View file

@ -24,8 +24,8 @@ Build:0.5,10
Build:1.0,11 Build:1.0,11
commit=18b6e90ede1a986cc10f775ffc16421735483a35 commit=18b6e90ede1a986cc10f775ffc16421735483a35
srclibs=Sonic@637de3f6ece13c360b40e22eb38507de0fcbb29a srclibs=Sonic@637de3f6ece13c360b40e22eb38507de0fcbb29a
target=android-17
rm=libs/armeabi-v7a/libsonic.so,libs/armeabi/libsonic.so rm=libs/armeabi-v7a/libsonic.so,libs/armeabi/libsonic.so
target=android-17
build=$$NDK$$/ndk-build -C $$Sonic$$ && \ build=$$NDK$$/ndk-build -C $$Sonic$$ && \
mv $$Sonic$$/libs/armeabi* libs/ mv $$Sonic$$/libs/armeabi* libs/

View file

@ -4,8 +4,8 @@ Web Site:https://github.com/fadelakin/SFM/blob/HEAD/README.md
Source Code:https://github.com/fadelakin/SFM Source Code:https://github.com/fadelakin/SFM
Issue Tracker:https://github.com/fadelakin/SFM/issues Issue Tracker:https://github.com/fadelakin/SFM/issues
Auto Name:Interactive Story
Name:Signal From Mars Name:Signal From Mars
Auto Name:Interactive Story
Summary:Interactive story Summary:Interactive story
Description: Description:
Unlock the mysteries of the red planet. Unlock the mysteries of the red planet.

View file

@ -18,14 +18,16 @@ Repo:https://github.com/tilal6991/HoloIRC
Build:3.3.7,53 Build:3.3.7,53
disable=crashlytics,sonatype, null/jre/lib/rt.jar does not exist disable=crashlytics,sonatype, null/jre/lib/rt.jar does not exist
commit=v3.3.7 commit=v3.3.7
srclibs=relaylib@623eb759655a3dcdf4f26fe96db6e54fcbd6d577,buslib@ef71a796e93a72111b0d32033b86ef56fa37f87d
subdir=android subdir=android
gradle=simple gradle=simple
prebuild=mkdir -p ../libraries && cp -fR $$relaylib$$ ../libraries/relay && cp -fR $$buslib$$ ../libraries/bus srclibs=relaylib@623eb759655a3dcdf4f26fe96db6e54fcbd6d577,buslib@ef71a796e93a72111b0d32033b86ef56fa37f87d
prebuild=mkdir -p ../libraries && \
cp -fR $$relaylib$$ ../libraries/relay && \
cp -fR $$buslib$$ ../libraries/bus
# && sed -i -e '/crashlytics/d' build.gradle # && sed -i -e '/crashlytics/d' build.gradle
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Tags
Current Version:3.3.7 Current Version:3.3.7
Current Version Code:53 Current Version Code:53

View file

@ -18,6 +18,7 @@ Build:1.0,1
subdir=app subdir=app
gradle=yes gradle=yes
Auto Update Mode:None
#Auto Update Mode:Version v%v #Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.0 Current Version:1.0

View file

@ -20,7 +20,7 @@ An example implementation can be found on the author's source code site in the
[https://github.com/gokhanmoral/initramfs3 initramfs of Siyah Kernel] for S2. [https://github.com/gokhanmoral/initramfs3 initramfs of Siyah Kernel] for S2.
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/gokhanmoral/STweaks.git Repo:https://github.com/gokhanmoral/STweaks.git

View file

@ -39,3 +39,4 @@ Update Check Mode:Tags
Update Check Name:org.microg.nlp Update Check Name:org.microg.nlp
Current Version:1.3.0 Current Version:1.3.0
Current Version Code:1300 Current Version Code:1300

View file

@ -26,7 +26,7 @@ ad-hoc mode) and
website for detailed information. website for detailed information.
. .
Requires Root:Yes Requires Root:yes
Repo Type:git-svn Repo Type:git-svn
Repo:https://android-wifi-tether.googlecode.com/svn/trunk Repo:https://android-wifi-tether.googlecode.com/svn/trunk

View file

@ -17,7 +17,7 @@ Recommended platforms are Android 1.6 to 2.3.7.
Requires root: Yes. iptables (the firewall itself) has to be run as root. Requires root: Yes. iptables (the firewall itself) has to be run as root.
. .
Requires Root:Yes Requires Root:yes
#The trunk is now (08-2012) empty but svn/tags/ is still populated #The trunk is now (08-2012) empty but svn/tags/ is still populated
Repo Type:git-svn Repo Type:git-svn

View file

@ -16,7 +16,7 @@ client creates the static tunnel on its operating system.
GogoDroid is a graphical frontend of gogoc for Android. GogoDroid is a graphical frontend of gogoc for Android.
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/aelmahmoudy/gogodroid.git Repo:https://github.com/aelmahmoudy/gogodroid.git

View file

@ -18,7 +18,7 @@ network connections, and provides statistics about those app connections.
Requires root: Yes. iptables must run as root Requires root: Yes. iptables must run as root
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/pragma-/networklog Repo:https://github.com/pragma-/networklog

View file

@ -26,7 +26,7 @@ used, this includes:
Features which aren't supported by your device won't show up in the first place. Features which aren't supported by your device won't show up in the first place.
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/Grarak/KernelAdiutor Repo:https://github.com/Grarak/KernelAdiutor

View file

@ -28,10 +28,11 @@ Build:1.6.1,8
Build:1.8.2,13 Build:1.8.2,13
commit=6a37746310d872bc16e28bbf8e478a3005b5d7bb commit=6a37746310d872bc16e28bbf8e478a3005b5d7bb
gradle=yes
subdir=app subdir=app
gradle=yes
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:1.8.2 Current Version:1.8.2
Current Version Code:13 Current Version Code:13

View file

@ -31,9 +31,6 @@ Build:2.2,12
Build:2.3,13 Build:2.3,13
commit=95bb2d1 commit=95bb2d1
Maintainer Notes:
.
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Static Update Check Mode:Static
Current Version:2.3 Current Version:2.3

View file

@ -1,5 +1,5 @@
Categories:Science & Education
AntiFeatures:NonFreeNet AntiFeatures:NonFreeNet
Categories:Science & Education
License:GPLv3 License:GPLv3
Web Site: Web Site:
Source Code:https://github.com/ankidroid/Anki-Android Source Code:https://github.com/ankidroid/Anki-Android

View file

@ -17,11 +17,11 @@ Repo Type:git
Repo:https://github.com/Phantast/smartnavi Repo:https://github.com/Phantast/smartnavi
Build:2.0.3,24 Build:2.0.3,24
disable=mapsforge.jar
commit=113afca0c02b0f4a327e1ba445dd3300d319319f commit=113afca0c02b0f4a327e1ba445dd3300d319319f
subdir=smartnavi subdir=smartnavi
gradle=free gradle=free
prebuild=sed -i -e '/play-services/d' build.gradle prebuild=sed -i -e '/play-services/d' build.gradle
disable=mapsforge.jar
Maintainer Notes: Maintainer Notes:
https://github.com/Phantast/smartnavi/issues/2 https://github.com/Phantast/smartnavi/issues/2

View file

@ -24,9 +24,9 @@ Repo:https://github.com/invano/AmbientWeatherDashClockExtension
Build:1.0,2 Build:1.0,2
commit=27d2020b15 commit=27d2020b15
init=rm libs/dashclock-api-r2.0.jar libs/android-support-v4.jar init=rm libs/dashclock-api-r2.0.jar libs/android-support-v4.jar
srclibs=DashClock@d043bbca9ca7
extlibs=android/android-support-v4.jar extlibs=android/android-support-v4.jar
srclibs=DashClock@d043bbca9ca7
prebuild=echo 'source.dir=src;$$DashClock$$/api/src/main/java; $$DashClock$$/api/src/main/aidl' >> project.properties prebuild=echo 'source.dir=src;$$DashClock$$/api/src/main/java; $$DashClock$$/api/src/main/aidl' >> project.properties
Auto Update Mode:None Auto Update Mode:None

View file

@ -29,8 +29,8 @@ Build:1.0.6,106
Build:1.0.7,107 Build:1.0.7,107
commit=e80734da39389e9080424e554781b462c2d8e36f commit=e80734da39389e9080424e554781b462c2d8e36f
gradle=yes
subdir=app subdir=app
gradle=yes
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest

View file

@ -2,6 +2,7 @@ Categories:System
License:Apache2 License:Apache2
Web Site:https://bitbucket.org/lenny_kano/catapult/ Web Site:https://bitbucket.org/lenny_kano/catapult/
Source Code:https://bitbucket.org/lenny_kano/catapult/src/ Source Code:https://bitbucket.org/lenny_kano/catapult/src/
Issue Tracker:
Name:Catapult Name:Catapult
Summary:Launcher based on Cyanogen's Trebuchet Summary:Launcher based on Cyanogen's Trebuchet
@ -17,14 +18,17 @@ Build:12.1-150804,1
subdir=app subdir=app
gradle=catapult gradle=catapult
forceversion=yes forceversion=yes
prebuild=sed -i -e '/versionCode/d' build.gradle && sed -i -e '/com.kaneoriley.cyanogenport.launcher3/aversionCode $$VERCODE$$' build.gradle prebuild=sed -i -e '/versionCode/d' build.gradle && \
sed -i -e '/com.kaneoriley.cyanogenport.launcher3/aversionCode $$VERCODE$$' build.gradle
Maintainer Notes: Maintainer Notes:
We cannot perform update checks, since upstream uses date-based version codes We cannot perform update checks, since upstream uses date-based version codes
that are not hard-wired, but calculated on build time. that are not hard-wired, but calculated on build time.
. .
Update Check Name:com.android.launcher3 Auto Update Mode:None
Update Check Mode:None Update Check Mode:None
Current Version Code:0 Update Check Name:com.android.launcher3
Current Version:12.1-150804 Current Version:12.1-150804
Current Version Code:0

View file

@ -24,7 +24,7 @@ If you forget your password, you will NEVER recover your data!
Requires Root: Yes. Requires Root: Yes.
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/kibab/encpasschanger.git Repo:https://github.com/kibab/encpasschanger.git

View file

@ -17,8 +17,8 @@ Repo:https://solitaire-for-android.googlecode.com/svn/trunk
Build:1.12.2,450 Build:1.12.2,450
commit=30 commit=30
target=android-8
prebuild=rm build.xml prebuild=rm build.xml
target=android-8
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest

View file

@ -18,7 +18,7 @@ initial root. Once the install is completed you can disable or remove the old
app. app.
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/koush/Superuser.git Repo:https://github.com/koush/Superuser.git

View file

@ -97,7 +97,6 @@ Build:3.7.0,370
popd && \ popd && \
cp $$ApacheHttpCore$$/httpcore/target/httpcore-4.3.2.jar $$ApacheHttpClient$$/httpclient/target/httpclient-4.3.5.jar $$ApacheHttpClient$$/httpmime/target/httpmime-4.3.5.jar libs/ cp $$ApacheHttpCore$$/httpcore/target/httpcore-4.3.2.jar $$ApacheHttpClient$$/httpclient/target/httpclient-4.3.5.jar $$ApacheHttpClient$$/httpmime/target/httpmime-4.3.5.jar libs/
Archive Policy:0 versions Archive Policy:0 versions
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:None Update Check Mode:None

View file

@ -33,8 +33,8 @@ Repo:https://github.com/mapzen/open.git
Build:DEVELOPMENT,1 Build:DEVELOPMENT,1
disable=wip disable=wip
commit=open-1.0.3 commit=open-1.0.3
rm=lib/*jar
maven=yes maven=yes
rm=lib/*jar
prebuild=./scripts/install-dependencies.sh prebuild=./scripts/install-dependencies.sh
Maintainer Notes: Maintainer Notes:
@ -44,7 +44,10 @@ See https://github.com/mapzen/open/issues/356
Upstream does not seem to update version information in AndroidManifest.xml (they are at 0, DEVELOPMENT respectively). Upstream does not seem to update version information in AndroidManifest.xml (they are at 0, DEVELOPMENT respectively).
. .
Auto Update Mode:None
Update Check Mode:None
#Auto Update Mode:Version open-%v #Auto Update Mode:Version open-%v
#Update Check Mode:Tags #Update Check Mode:Tags
Current Version:DEVELOPMENT Current Version:DEVELOPMENT
Current Version Code:0 Current Version Code:0

View file

@ -10,7 +10,7 @@ Description:
View saved WiFi passwords. Requires busybox and root access. View saved WiFi passwords. Requires busybox and root access.
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/Maralexbar/Wifi-Key-View Repo:https://github.com/Maralexbar/Wifi-Key-View

View file

@ -21,7 +21,7 @@ Description:
'''Requires root''' '''Requires root'''
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/ilijamt/android-adbm.git Repo:https://github.com/ilijamt/android-adbm.git

View file

@ -1,5 +1,6 @@
Categories:System,Multimedia Categories:System,Multimedia
License:Apache2 License:Apache2
Web Site:
Source Code:https://github.com/matt-allen/dpixel Source Code:https://github.com/matt-allen/dpixel
Issue Tracker:https://github.com/matt-allen/dpixel/issues Issue Tracker:https://github.com/matt-allen/dpixel/issues

View file

@ -34,15 +34,11 @@ Build:3.0.1-black,1032
gradle=yes gradle=yes
srclibs=Cling@2.0.1 srclibs=Cling@2.0.1
rm=app/libs/jcifs*.jar,app/libs/cling*.jar rm=app/libs/jcifs*.jar,app/libs/cling*.jar
prebuild=\ prebuild=sed -i -e '/jcenter/amavenLocal()' -e '/4thline.org/,+1d' -e '/maven {/d' build.gradle ../build.gradle && \
sed -i -e '/jcenter/amavenLocal()' -e '/4thline.org/,+1d' -e '/maven {/d' build.gradle ../build.gradle && \ pushd $$Cling$$ && \
pushd $$Cling$$ && $$MVN3$$ install && popd && \ $$MVN3$$ install && \
sed -i -e '/support-v4/icompile "org.samba.jcifs:jcifs:1.3.14-kohsuke-1"' \ popd && \
-e '/libs\/jcifs.jar/d' \ sed -i -e '/support-v4/icompile "org.samba.jcifs:jcifs:1.3.14-kohsuke-1"' -e '/libs\/jcifs.jar/d' -e '/support-v4/icompile "org.fourthline.cling:cling-core:2.0.1"' -e '/support-v4/icompile "org.fourthline.cling:cling-support:2.0.1"' -e '/libs\/cling/d' build.gradle
-e '/support-v4/icompile "org.fourthline.cling:cling-core:2.0.1"' \
-e '/support-v4/icompile "org.fourthline.cling:cling-support:2.0.1"' \
-e '/libs\/cling/d' \
build.gradle
Maintainer Notes: Maintainer Notes:
See https://f-droid.org/forums/topic/mizuu/ . See https://f-droid.org/forums/topic/mizuu/ .

View file

@ -38,8 +38,9 @@ Build:2.51,24
Build:2.52,25 Build:2.52,25
commit=9a8cd16d7 commit=9a8cd16d7
init=rm src/uk/me/chiandh/Sputnik/*.class && \
rm src/uk/me/chiandh/Lib/*.class
target=android-20 target=android-20
init=rm src/uk/me/chiandh/Sputnik/*.class && rm src/uk/me/chiandh/Lib/*.class
Maintainer Notes: Maintainer Notes:
Commit IDs for 2.51 and before are hg. The source repo switched to git after that. Commit IDs for 2.51 and before are hg. The source repo switched to git after that.

View file

@ -16,7 +16,7 @@ Description:
* Requires a device supporting USB OTG * Requires a device supporting USB OTG
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/Morlunk/Mountie.git Repo:https://github.com/Morlunk/Mountie.git

View file

@ -39,3 +39,4 @@ Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:0.9.0.2 Current Version:0.9.0.2
Current Version Code:3 Current Version Code:3

View file

@ -76,10 +76,10 @@ Build:1.06,40
Build:1.07.2,54 Build:1.07.2,54
commit=1_07_2_final commit=1_07_2_final
subdir=MPDroid subdir=MPDroid
gradle=foss
forceversion=yes
init=sed -i '/crashlytics/d' build.gradle && \ init=sed -i '/crashlytics/d' build.gradle && \
sed -i '/gradleVersion/d' ../build.gradle sed -i '/gradleVersion/d' ../build.gradle
gradle=foss
forceversion=yes
Maintainer Notes: Maintainer Notes:
Remove the gradleVersion sed once it is set up correctly (using 2.1 instead of Remove the gradleVersion sed once it is set up correctly (using 2.1 instead of
@ -90,3 +90,4 @@ Auto Update Mode:None
Update Check Mode:Tags ^[0-9_]*[^b]*$ Update Check Mode:Tags ^[0-9_]*[^b]*$
Current Version:1.07.2 Final Current Version:1.07.2 Final
Current Version Code:54 Current Version Code:54

View file

@ -18,8 +18,8 @@ Build:1.1,2
Build:1.2,3 Build:1.2,3
commit=e726d82784ed08168c6d9dce758e6913fc02895c commit=e726d82784ed08168c6d9dce758e6913fc02895c
gradle=yes
subdir=app subdir=app
gradle=yes
prebuild=echo "include ':app'" >> ../settings.gradle prebuild=echo "include ':app'" >> ../settings.gradle
Auto Update Mode:None Auto Update Mode:None

View file

@ -13,7 +13,7 @@ Requires root: Yes. The hosts files is located in /system which is normally
read-only. read-only.
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/Nilhcem/hosts-editor-android Repo:https://github.com/Nilhcem/hosts-editor-android

View file

@ -17,13 +17,8 @@ Description:
Repo Type:git Repo Type:git
Repo:https://github.com/nkanaev/bubble.git Repo:https://github.com/nkanaev/bubble.git
Build:1.3.0,4 Build:1.0.2,1
commit=v1.3.0 commit=v1.0.2
subdir=app
gradle=yes
Build:1.2.0,3
commit=v1.2.0
subdir=app subdir=app
gradle=yes gradle=yes
@ -32,8 +27,13 @@ Build:1.1.0,2
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.0.2,1 Build:1.2.0,3
commit=v1.0.2 commit=v1.2.0
subdir=app
gradle=yes
Build:1.3.0,4
commit=v1.3.0
subdir=app subdir=app
gradle=yes gradle=yes
@ -46,3 +46,4 @@ Auto Update Mode:None
Update Check Mode:None Update Check Mode:None
Current Version:1.3.0 Current Version:1.3.0
Current Version Code:4 Current Version Code:4

View file

@ -22,7 +22,7 @@ monitor their usage of the permission.
This app assumes you have the su binary installed i.e. have root. This app assumes you have the su binary installed i.e. have root.
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/ChainsDD/Superuser.git Repo:https://github.com/ChainsDD/Superuser.git

View file

@ -12,7 +12,7 @@ Disable the "Network may be monitored" warnings that show up after installing
a certificate in one click. a certificate in one click.
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/Nutomic/movecerts.git Repo:https://github.com/Nutomic/movecerts.git

View file

@ -151,22 +151,22 @@ Build:46,461
commit=release46 commit=release46
patch=remove-rar-46.patch patch=remove-rar-46.patch
forcevercode=yes forcevercode=yes
rm=libs/ouya-sdk.jar
prebuild=echo 'APP_ABI=x86' >> jni/Application.mk && \ prebuild=echo 'APP_ABI=x86' >> jni/Application.mk && \
sed -i 's/IS_OUYA =.*/IS_OUYA = false;/' src/com/opendoorstudios/ds4droid/MainActivity.java sed -i 's/IS_OUYA =.*/IS_OUYA = false;/' src/com/opendoorstudios/ds4droid/MainActivity.java
scanignore=jni/android-ndk-profiler scanignore=jni/android-ndk-profiler
scandelete=jni/desmume scandelete=jni/desmume
rm=libs/ouya-sdk.jar
buildjni=yes buildjni=yes
Build:46,463 Build:46,463
commit=release46 commit=release46
patch=remove-rar-46.patch patch=remove-rar-46.patch
forcevercode=yes forcevercode=yes
rm=libs/ouya-sdk.jar
prebuild=echo 'APP_ABI=armeabi-v7a' >> jni/Application.mk && \ prebuild=echo 'APP_ABI=armeabi-v7a' >> jni/Application.mk && \
sed -i 's/IS_OUYA =.*/IS_OUYA = false;/' src/com/opendoorstudios/ds4droid/MainActivity.java sed -i 's/IS_OUYA =.*/IS_OUYA = false;/' src/com/opendoorstudios/ds4droid/MainActivity.java
scanignore=jni/android-ndk-profiler scanignore=jni/android-ndk-profiler
scandelete=jni/desmume scandelete=jni/desmume
rm=libs/ouya-sdk.jar
buildjni=yes buildjni=yes
# +0: - (upstream) # +0: - (upstream)

View file

@ -3,6 +3,7 @@ License:GPLv2+
Web Site:https://github.com/phikal/ReGeX/blob/HEAD/README.md Web Site:https://github.com/phikal/ReGeX/blob/HEAD/README.md
Source Code:https://github.com/phikal/ReGeX Source Code:https://github.com/phikal/ReGeX
Issue Tracker:https://github.com/phikal/ReGeX/issues Issue Tracker:https://github.com/phikal/ReGeX/issues
Bitcoin:1Bu4r4UpcWYbivcMdLWJW9MGkciCJAC5ab
Auto Name:ReGeX Auto Name:ReGeX
Summary:A regular expression matching game Summary:A regular expression matching game
@ -10,7 +11,6 @@ Description:
Try and find a regular expression (Perl style) to match certain strings, while Try and find a regular expression (Perl style) to match certain strings, while
not matching others. not matching others.
. .
Bitcoin:1Bu4r4UpcWYbivcMdLWJW9MGkciCJAC5ab
Repo Type:git Repo Type:git
Repo:https://github.com/phikal/ReGeX Repo:https://github.com/phikal/ReGeX

View file

@ -14,7 +14,7 @@ The method used for shutting down the phone may not work on all phones
and OS versions. Please make sure you follow the instructions before use. and OS versions. Please make sure you follow the instructions before use.
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/squarrel/WrongPinShutdown Repo:https://github.com/squarrel/WrongPinShutdown

View file

@ -29,6 +29,7 @@ Build:1.0.1,2
Build:1.1.0,3 Build:1.1.0,3
commit=v1.1.0 commit=v1.1.0
submodules=yes submodules=yes
maven=yes
build=TOOLCHAIN_8=/tmp/polipoid-toolchain-8 && \ build=TOOLCHAIN_8=/tmp/polipoid-toolchain-8 && \
TOOLCHAIN_16=/tmp/polipoid-toolchain-16 && \ TOOLCHAIN_16=/tmp/polipoid-toolchain-16 && \
$$NDK$$/build/tools/make-standalone-toolchain.sh --platform=android-8 --arch=arm --install-dir=$TOOLCHAIN_8 && \ $$NDK$$/build/tools/make-standalone-toolchain.sh --platform=android-8 --arch=arm --install-dir=$TOOLCHAIN_8 && \
@ -38,7 +39,6 @@ Build:1.1.0,3
mv polipo ../src/main/assets/polipo && \ mv polipo ../src/main/assets/polipo && \
PATH=$TOOLCHAIN_16/bin:$PATH CC=arm-linux-androideabi-gcc EXTRA_DEFINES="-fPIE -U __linux__" LDFLAGS="-fPIE -pie" make clean polipo && \ PATH=$TOOLCHAIN_16/bin:$PATH CC=arm-linux-androideabi-gcc EXTRA_DEFINES="-fPIE -U __linux__" LDFLAGS="-fPIE -pie" make clean polipo && \
mv polipo ../src/main/assets/polipo-pie mv polipo ../src/main/assets/polipo-pie
maven=yes
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Tags

View file

@ -18,7 +18,7 @@ Features:
* Integration support for non-root devices * Integration support for non-root devices
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/jgilfelt/GhostLog.git Repo:https://github.com/jgilfelt/GhostLog.git

View file

@ -1,5 +1,6 @@
Categories:Money Categories:Money
License:Apache2 License:Apache2
Web Site:
Source Code:https://github.com/matt-allen/repay-android Source Code:https://github.com/matt-allen/repay-android
Issue Tracker:https://github.com/matt-allen/repay-android/issues Issue Tracker:https://github.com/matt-allen/repay-android/issues

View file

@ -25,6 +25,97 @@ Latest F-Droid build supports following systems:
* Cave Story aka Dōkutsu Monogatari pseudo-system with NxEngine * Cave Story aka Dōkutsu Monogatari pseudo-system with NxEngine
. .
Repo Type:git
Repo:https://github.com/libretro/RetroArch.git
# removed Play Services, fixed build and tackled intro dialog
Build:1.0.0.2,37
disable=crash
commit=9a66975589c5d2544bdfdae2e965b3a27e7149a5
subdir=android/phoenix
patch=fdroid-rarch.patch
srclibs=libretro-super@9c8997ecc,libretro-overlays@fc92b86be,rarch-common-shaders@cd3175237,pcsx_rearmed@9c79adfd3,bSNES@033e25b1b,vba-m@9a3b3f36a,nxengine@3ad46418b,stella-libretro@618c90ecc
forcevercode=yes
prebuild=mkdir -p assets/{cores,overlays,shaders_glsl} && \
cp -R $$libretro-overlays$$/* assets/overlays/ && \
cp -R $$libretro-super$$/dist/info assets/ && \
../../tools/cg2glsl.py $$rarch-common-shaders$$ assets/shaders_glsl && \
sed 's/\$(SRCDIR)/..\/../' -i $$bSNES$$/target-libretro/jni/Android.mk && \
sed -i "s|RARCH_DIR := ../../..|RARCH_DIR := $(realpath ../../)|" jni/Android.mk && \
build=CFLAGS="-D_ANDROID_KEYCODES_H" $$NDK$$/ndk-build -C . APP_ABI=armeabi-v7a && \
$$NDK$$/ndk-build -C $$stella-libretro$$/jni APP_ABI=armeabi-v7a && \
mv $$stella-libretro$$/libs/armeabi-v7a/* assets/cores/stella_libretro_android.so && \
$$NDK$$/ndk-build -C $$vba-m$$/src/libretro/jni APP_ABI=armeabi-v7a && \
mv $$vba-m$$/src/libretro/libs/armeabi-v7a/* assets/cores/vbam_libretro_android.so && \
$$NDK$$/ndk-build -C $$nxengine$$/jni APP_ABI=armeabi-v7a && \
mv $$nxengine$$/libs/armeabi-v7a/* assets/cores/nxengine_libretro_android.so && \
$$NDK$$/ndk-build -C $$pcsx_rearmed$$ APP_ABI=armeabi-v7a && \
mv $$pcsx_rearmed$$/libs/armeabi-v7a/* assets/cores/pcsx_rearmed_libretro_neon_android.so && \
$$NDK$$/ndk-build -C $$bSNES$$/target-libretro APP_ABI=armeabi-v7a && \
mv $$bSNES$$/target-libretro/libs/armeabi-v7a/* assets/cores/bsnes_performance_libretro_android.so
update=.,libs/appcompat
target=android-21
scanignore=libs/appcompat/libs
scandelete=.,..
buildjni=no
Build:1.0.0.2,38
disable=crash
commit=9a66975589c5d2544bdfdae2e965b3a27e7149a5
subdir=android/phoenix
patch=fdroid-rarch.patch
srclibs=libretro-super@9c8997ecc,libretro-overlays@fc92b86be,rarch-common-shaders@cd3175237,vba-m@9a3b3f36a,nxengine@3ad46418b,stella-libretro@618c90ecc,mednafen-psx@af0ce6574
forcevercode=yes
prebuild=mkdir -p assets/{cores,overlays,shaders_glsl} && \
cp -R $$libretro-overlays$$/* assets/overlays/ && \
cp -R $$libretro-super$$/dist/info assets/ && \
../../tools/cg2glsl.py $$rarch-common-shaders$$ assets/shaders_glsl && \
sed -i "s|RARCH_DIR := ../../..|RARCH_DIR := $(realpath ../../)|" jni/Android.mk
update=.,libs/appcompat
target=android-21
scanignore=libs/appcompat/libs
scandelete=.,..
build=CFLAGS="-D_ANDROID_KEYCODES_H" $$NDK$$/ndk-build -C . APP_ABI=mips && \
$$NDK$$/ndk-build -C $$stella-libretro$$/jni APP_ABI=mips && \
mv $$stella-libretro$$/libs/mips/* assets/cores/stella_libretro_android.so && \
$$NDK$$/ndk-build -C $$vba-m$$/src/libretro/jni APP_ABI=mips && \
mv $$vba-m$$/src/libretro/libs/mips/* assets/cores/vbam_libretro_android.so && \
$$NDK$$/ndk-build -C $$nxengine$$/jni APP_ABI=mips && \
mv $$nxengine$$/libs/mips/* assets/cores/nxengine_libretro_android.so && \
$$NDK$$/ndk-build -C $$mednafen-psx$$/jni APP_ABI=mips && \
mv $$mednafen-psx$$/libs/mips/* assets/cores/mednafen_psx_libretro_android.so
buildjni=no
Build:1.0.0.2,39
disable=crash
commit=9a66975589c5d2544bdfdae2e965b3a27e7149a5
subdir=android/phoenix
patch=fdroid-rarch.patch
srclibs=libretro-super@9c8997ecc,libretro-overlays@fc92b86be,rarch-common-shaders@cd3175237,vba-m@9a3b3f36a,nxengine@3ad46418b,stella-libretro@618c90ecc,mednafen-psx@af0ce6574,bSNES@033e25b1b
forcevercode=yes
prebuild=mkdir -p assets/{cores,overlays,shaders_glsl} && \
cp -R $$libretro-overlays$$/* assets/overlays/ && \
cp -R $$libretro-super$$/dist/info assets/ && \
../../tools/cg2glsl.py $$rarch-common-shaders$$ assets/shaders_glsl && \
sed 's/\$(SRCDIR)/..\/../' -i $$bSNES$$/target-libretro/jni/Android.mk && \
sed -i "s|RARCH_DIR := ../../..|RARCH_DIR := $(realpath ../../)|" jni/Android.mk
update=.,libs/appcompat
target=android-21
scanignore=libs/appcompat/libs
scandelete=.,..
build=CFLAGS="-D_ANDROID_KEYCODES_H" $$NDK$$/ndk-build -C . APP_ABI=x86 && \
$$NDK$$/ndk-build -C $$stella-libretro$$/jni APP_ABI=x86 && \
mv $$stella-libretro$$/libs/x86/* assets/cores/stella_libretro_android.so && \
$$NDK$$/ndk-build -C $$vba-m$$/src/libretro/jni APP_ABI=x86 && \
mv $$vba-m$$/src/libretro/libs/x86/* assets/cores/vbam_libretro_android.so && \
$$NDK$$/ndk-build -C $$nxengine$$/jni APP_ABI=x86 && \
mv $$nxengine$$/libs/x86/* assets/cores/nxengine_libretro_android.so && \
$$NDK$$/ndk-build -C $$bSNES$$/target-libretro APP_ABI=x86 && \
mv $$bSNES$$/target-libretro/libs/x86/* assets/cores/bsnes_performance_libretro_android.so && \
$$NDK$$/ndk-build -C $$mednafen-psx$$/jni APP_ABI=x86 && \
mv $$mednafen-psx$$/libs/x86/* assets/cores/mednafen_psx_libretro_android.so
buildjni=no
Maintainer Notes: Maintainer Notes:
Releases are hard to pinpoint. Tags currently make sense for desktop version only. Releases are hard to pinpoint. Tags currently make sense for desktop version only.
@ -45,101 +136,10 @@ Version codes:
+3: x86 (CV) +3: x86 (CV)
. .
Repo Type:git
Repo:https://github.com/libretro/RetroArch.git
# removed Play Services, fixed build and tackled intro dialog
Build:1.0.0.2,37
disable=crash
commit=9a66975589c5d2544bdfdae2e965b3a27e7149a5
patch=fdroid-rarch.patch
target=android-21
subdir=android/phoenix
forcevercode=yes
update=.,libs/appcompat
scanignore=libs/appcompat/libs
scandelete=.,..
srclibs=libretro-super@9c8997ecc,libretro-overlays@fc92b86be,rarch-common-shaders@cd3175237,pcsx_rearmed@9c79adfd3,bSNES@033e25b1b,vba-m@9a3b3f36a,nxengine@3ad46418b,stella-libretro@618c90ecc
prebuild=mkdir -p assets/{cores,overlays,shaders_glsl} && \
cp -R $$libretro-overlays$$/* assets/overlays/ && \
cp -R $$libretro-super$$/dist/info assets/ && \
../../tools/cg2glsl.py $$rarch-common-shaders$$ assets/shaders_glsl && \
sed 's/\$(SRCDIR)/..\/../' -i $$bSNES$$/target-libretro/jni/Android.mk && \
sed -i "s|RARCH_DIR := ../../..|RARCH_DIR := $(realpath ../../)|" jni/Android.mk && \
build=CFLAGS="-D_ANDROID_KEYCODES_H" $$NDK$$/ndk-build -C . APP_ABI=armeabi-v7a && \
$$NDK$$/ndk-build -C $$stella-libretro$$/jni APP_ABI=armeabi-v7a && \
mv $$stella-libretro$$/libs/armeabi-v7a/* assets/cores/stella_libretro_android.so && \
$$NDK$$/ndk-build -C $$vba-m$$/src/libretro/jni APP_ABI=armeabi-v7a && \
mv $$vba-m$$/src/libretro/libs/armeabi-v7a/* assets/cores/vbam_libretro_android.so && \
$$NDK$$/ndk-build -C $$nxengine$$/jni APP_ABI=armeabi-v7a && \
mv $$nxengine$$/libs/armeabi-v7a/* assets/cores/nxengine_libretro_android.so && \
$$NDK$$/ndk-build -C $$pcsx_rearmed$$ APP_ABI=armeabi-v7a && \
mv $$pcsx_rearmed$$/libs/armeabi-v7a/* assets/cores/pcsx_rearmed_libretro_neon_android.so && \
$$NDK$$/ndk-build -C $$bSNES$$/target-libretro APP_ABI=armeabi-v7a && \
mv $$bSNES$$/target-libretro/libs/armeabi-v7a/* assets/cores/bsnes_performance_libretro_android.so
buildjni=no
Build:1.0.0.2,38
disable=crash
commit=9a66975589c5d2544bdfdae2e965b3a27e7149a5
patch=fdroid-rarch.patch
target=android-21
subdir=android/phoenix
forcevercode=yes
update=.,libs/appcompat
scanignore=libs/appcompat/libs
scandelete=.,..
srclibs=libretro-super@9c8997ecc,libretro-overlays@fc92b86be,rarch-common-shaders@cd3175237,vba-m@9a3b3f36a,nxengine@3ad46418b,stella-libretro@618c90ecc,mednafen-psx@af0ce6574
prebuild=mkdir -p assets/{cores,overlays,shaders_glsl} && \
cp -R $$libretro-overlays$$/* assets/overlays/ && \
cp -R $$libretro-super$$/dist/info assets/ && \
../../tools/cg2glsl.py $$rarch-common-shaders$$ assets/shaders_glsl && \
sed -i "s|RARCH_DIR := ../../..|RARCH_DIR := $(realpath ../../)|" jni/Android.mk
build=CFLAGS="-D_ANDROID_KEYCODES_H" $$NDK$$/ndk-build -C . APP_ABI=mips && \
$$NDK$$/ndk-build -C $$stella-libretro$$/jni APP_ABI=mips && \
mv $$stella-libretro$$/libs/mips/* assets/cores/stella_libretro_android.so && \
$$NDK$$/ndk-build -C $$vba-m$$/src/libretro/jni APP_ABI=mips && \
mv $$vba-m$$/src/libretro/libs/mips/* assets/cores/vbam_libretro_android.so && \
$$NDK$$/ndk-build -C $$nxengine$$/jni APP_ABI=mips && \
mv $$nxengine$$/libs/mips/* assets/cores/nxengine_libretro_android.so && \
$$NDK$$/ndk-build -C $$mednafen-psx$$/jni APP_ABI=mips && \
mv $$mednafen-psx$$/libs/mips/* assets/cores/mednafen_psx_libretro_android.so
buildjni=no
Build:1.0.0.2,39
disable=crash
commit=9a66975589c5d2544bdfdae2e965b3a27e7149a5
patch=fdroid-rarch.patch
target=android-21
subdir=android/phoenix
forcevercode=yes
update=.,libs/appcompat
scanignore=libs/appcompat/libs
scandelete=.,..
srclibs=libretro-super@9c8997ecc,libretro-overlays@fc92b86be,rarch-common-shaders@cd3175237,vba-m@9a3b3f36a,nxengine@3ad46418b,stella-libretro@618c90ecc,mednafen-psx@af0ce6574,bSNES@033e25b1b
prebuild=mkdir -p assets/{cores,overlays,shaders_glsl} && \
cp -R $$libretro-overlays$$/* assets/overlays/ && \
cp -R $$libretro-super$$/dist/info assets/ && \
../../tools/cg2glsl.py $$rarch-common-shaders$$ assets/shaders_glsl && \
sed 's/\$(SRCDIR)/..\/../' -i $$bSNES$$/target-libretro/jni/Android.mk && \
sed -i "s|RARCH_DIR := ../../..|RARCH_DIR := $(realpath ../../)|" jni/Android.mk
build=CFLAGS="-D_ANDROID_KEYCODES_H" $$NDK$$/ndk-build -C . APP_ABI=x86 && \
$$NDK$$/ndk-build -C $$stella-libretro$$/jni APP_ABI=x86 && \
mv $$stella-libretro$$/libs/x86/* assets/cores/stella_libretro_android.so && \
$$NDK$$/ndk-build -C $$vba-m$$/src/libretro/jni APP_ABI=x86 && \
mv $$vba-m$$/src/libretro/libs/x86/* assets/cores/vbam_libretro_android.so && \
$$NDK$$/ndk-build -C $$nxengine$$/jni APP_ABI=x86 && \
mv $$nxengine$$/libs/x86/* assets/cores/nxengine_libretro_android.so && \
$$NDK$$/ndk-build -C $$bSNES$$/target-libretro APP_ABI=x86 && \
mv $$bSNES$$/target-libretro/libs/x86/* assets/cores/bsnes_performance_libretro_android.so && \
$$NDK$$/ndk-build -C $$mednafen-psx$$/jni APP_ABI=x86 && \
mv $$mednafen-psx$$/libs/x86/* assets/cores/mednafen_psx_libretro_android.so
buildjni=no
Auto Update Mode:None
Archive Policy:6 versions Archive Policy:6 versions
Auto Update Mode:None
Update Check Mode:None Update Check Mode:None
Current Version:1.0.0.2
Vercode Operation:%c + 3 Vercode Operation:%c + 3
Current Version:1.0.0.2
Current Version Code:39 Current Version Code:39

View file

@ -22,7 +22,7 @@ service running on the device that allows you to connect to it through command
line from a remote computer) until the next reboot. line from a remote computer) until the next reboot.
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/x942/secdroid.git Repo:https://github.com/x942/secdroid.git

View file

@ -1,5 +1,6 @@
Categories:Navigation Categories:Navigation
License:MIT License:MIT
Web Site:
Source Code:https://github.com/smiller393/GoreCompanion Source Code:https://github.com/smiller393/GoreCompanion
Issue Tracker:https://github.com/smiller393/GoreCompanion/issues Issue Tracker:https://github.com/smiller393/GoreCompanion/issues
@ -15,11 +16,12 @@ Repo:https://github.com/smiller393/GoreCompanion
Build:1.0,3 Build:1.0,3
commit=05f2f5e596db675223cc539a84dd8f973342578e commit=05f2f5e596db675223cc539a84dd8f973342578e
subdir=ProjectCode/GoreCompanionAndroid/GoreCompanion subdir=ProjectCode/GoreCompanionAndroid/GoreCompanion
rm=ProjectCode/GoreCompanionAndroid/GoreCompanion/libs/*
srclibs=Google-Gson@1163 srclibs=Google-Gson@1163
rm=ProjectCode/GoreCompanionAndroid/GoreCompanion/libs/*
extlibs=android/android-support-v4.jar extlibs=android/android-support-v4.jar
prebuild=cp -r $$Google-Gson$$/src/main/java/com/ src/ prebuild=cp -r $$Google-Gson$$/src/main/java/com/ src/
Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:1.0 Current Version:1.0
Current Version Code:3 Current Version Code:3

View file

@ -36,14 +36,15 @@ Build:1.5.1,11
disable=maven issues disable=maven issues
commit=c0af802ddc35be7e02e91e35d33d068c485beb47 commit=c0af802ddc35be7e02e91e35d33d068c485beb47
subdir=reader-android/app subdir=reader-android/app
gradle=yes
srclibs=AndroidQuery@0.26.9,DragSort@c3cfccee21676149dfdf8e803c0ec2eaebc6b841 srclibs=AndroidQuery@0.26.9,DragSort@c3cfccee21676149dfdf8e803c0ec2eaebc6b841
rm=reader-android/app/libs/* rm=reader-android/app/libs/*
gradle=yes
prebuild=cp -fR $$AndroidQuery$$/src/com src/main/java/com && \ prebuild=cp -fR $$AndroidQuery$$/src/com src/main/java/com && \
pushd $$DragSort$$ && $$MVN3$$ install && popd && \ pushd $$DragSort$$ && \
$$MVN3$$ install && \
popd && \
sed -i -e '/populov/d' -e '/flatDir/d' -e '/mavenCentral/amavenLocal()' build.gradle sed -i -e '/populov/d' -e '/flatDir/d' -e '/mavenCentral/amavenLocal()' build.gradle
Maintainer Notes: Maintainer Notes:
Tags are probably for the server, they definitely don't correspond to client releases. Tags are probably for the server, they definitely don't correspond to client releases.
. .

View file

@ -13,7 +13,6 @@ A variant of the classic card game Uno
Repo Type:git Repo Type:git
Repo:https://github.com/jpriebe/hotdeath Repo:https://github.com/jpriebe/hotdeath
Build:1.0.2,3 Build:1.0.2,3
commit=a0453ae0677d237a32eca197c0febe79bf54e7ec commit=a0453ae0677d237a32eca197c0febe79bf54e7ec

View file

@ -24,7 +24,7 @@ content on both /data and /sd-ext.
Requires root. Requires root.
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/SpazeDog/mounts2sd Repo:https://github.com/SpazeDog/mounts2sd

View file

@ -26,3 +26,4 @@ Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:2.2.110214 Current Version:2.2.110214
Current Version Code:18 Current Version Code:18

View file

@ -27,7 +27,7 @@ See XDA threads for more information:
* [http://forum.xda-developers.com/showthread.php?t=2571011 Nexus 5] * [http://forum.xda-developers.com/showthread.php?t=2571011 Nexus 5]
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/Tasssadar/MultiROMMgr.git Repo:https://github.com/Tasssadar/MultiROMMgr.git

View file

@ -42,7 +42,6 @@ Build:1.3.1,16
# ant -f ant/jdk15+.xml -lib ./ build && \ # ant -f ant/jdk15+.xml -lib ./ build && \
# ant -f ant/jdk15+.xml -lib ./ zip-src && \ # ant -f ant/jdk15+.xml -lib ./ zip-src && \
# popd && rm $$Orwell$$/../bin/*jar && rm $$Orwell$$/libs/*jar && cp $$StrippedCastle$$/build/artifacts/jdk1.5/jars/*.jar $$Orwell$$/libs/ # popd && rm $$Orwell$$/../bin/*jar && rm $$Orwell$$/libs/*jar && cp $$StrippedCastle$$/build/artifacts/jdk1.5/jars/*.jar $$Orwell$$/libs/
Build:1.4.0,20 Build:1.4.0,20
disable=builds, but uses jars disable=builds, but uses jars
commit=cfe99a6264af818521d1ed6c3f9c18b4089b5f8b commit=cfe99a6264af818521d1ed6c3f9c18b4089b5f8b

View file

@ -1,5 +1,6 @@
Categories:Multimedia,Theming Categories:Multimedia,Theming
License:MIT License:MIT
Web Site:
Source Code:https://github.com/tjmolinski/stripepaper Source Code:https://github.com/tjmolinski/stripepaper
Issue Tracker:https://github.com/tjmolinski/stripepaper/issues Issue Tracker:https://github.com/tjmolinski/stripepaper/issues

View file

@ -42,10 +42,10 @@ Build:v2.0,5
gradle=yes gradle=yes
Build:v2.1,6 Build:v2.1,6
commit=v2.1
rm=gradle-libs/*
gradle=yes
disable=builds, but jar file disable=builds, but jar file
commit=v2.1
gradle=yes
rm=gradle-libs/*
Auto Update Mode:None Auto Update Mode:None
#Auto Update Mode:Version %v #Auto Update Mode:Version %v

View file

@ -41,7 +41,7 @@ Build:015 beta,15
extlibs=jsoup/jsoup-1.6.3.jar extlibs=jsoup/jsoup-1.6.3.jar
prebuild=cp -r $$ImageLoader-Novoda$$/src/main/java/com/novoda/ src/com/ && \ prebuild=cp -r $$ImageLoader-Novoda$$/src/main/java/com/novoda/ src/com/ && \
sed -i "2d;5s/:/=/g;13,13d;s/compile 'com.google.code.gson:gson:2.2.1'/compile group: 'com.google.code.gson', name: 'gson', version: '2.2.1'/g;s/compile 'org.projectlombok:lombok:1.12.2'/compile group: 'org.projectlombok', name: 'lombok', version: '1.12.2'/g;25,28d" $$Smashwords-API$$/build.gradle && \ sed -i "2d;5s/:/=/g;13,13d;s/compile 'com.google.code.gson:gson:2.2.1'/compile group: 'com.google.code.gson', name: 'gson', version: '2.2.1'/g;s/compile 'org.projectlombok:lombok:1.12.2'/compile group: 'org.projectlombok', name: 'lombok', version: '1.12.2'/g;25,28d" $$Smashwords-API$$/build.gradle && \
cp -r $$Google-Gson$$/src/main/java/com/ src/main/ cp -r $$Google-Gson$$/src/main/java/com/ src/main/
build=gradle jar -p $$Smashwords-API$$ && \ build=gradle jar -p $$Smashwords-API$$ && \
mv $$Smashwords-API$$/build/libs/SmashwordsAPI-1.0-SNAPSHOT.jar libs/ mv $$Smashwords-API$$/build/libs/SmashwordsAPI-1.0-SNAPSHOT.jar libs/

View file

@ -27,7 +27,6 @@ repository on your Android device without making a working svn copy.
#supported. #supported.
#Repo Type:git-svn #Repo Type:git-svn
#Repo:guest:guest@http://www.valleytg.com/svn/open/oasvn/trunk #Repo:guest:guest@http://www.valleytg.com/svn/open/oasvn/trunk
Build:1.0.9,10 Build:1.0.9,10
commit=84 commit=84
target=android-15 target=android-15

View file

@ -74,8 +74,8 @@ Build:1.8,80
Build:2.0,2000 Build:2.0,2000
commit=satstat-2.0 commit=satstat-2.0
init=./setbuild.sh init=./setbuild.sh
rm=libs/*jar
gradle=yes gradle=yes
rm=libs/*jar
prebuild=sed -i -e 's/0.4.0/0.4.3/g' build.gradle prebuild=sed -i -e 's/0.4.0/0.4.3/g' build.gradle
Maintainer Notes: Maintainer Notes:

View file

@ -41,12 +41,19 @@ Build:2.2.4,63
commit=5e9486fb4a4cb0a90d6f0ee8fce5dad2ef242e04 commit=5e9486fb4a4cb0a90d6f0ee8fce5dad2ef242e04
subdir=VuzeRemoteProject subdir=VuzeRemoteProject
patch=f-droid.2.2.4.diff patch=f-droid.2.2.4.diff
srclibs=FastJSON@1.1.46-android,jcfis@jcifs-1.3.17-kohsuke-1
rm=VuzeRemoteProject/libs/*,google-play-services_lib,VuzeRemoteProject/src/com/vuze/android/remote/VuzeEasyTrackerNew.java,VuzeRemoteProject/src/com/vuze/android/remote/VuzeEasyTrackerOld.java,VuzeRemoteProject/src/com/vuze/android/remote/CampaignTrackingReceiver.java,MaterialEditText/library/src/main/nineoldandroids-2.4.0.jar,android-switch-backport/sample,appcompat/libs/android-support-v4.jar
extlibs=android/android-support-v4.jar extlibs=android/android-support-v4.jar
prebuild=cp libs/android-support-v4.jar ../appcompat/libs prebuild=cp libs/android-support-v4.jar ../appcompat/libs
rm=VuzeRemoteProject/libs/*,google-play-services_lib,VuzeRemoteProject/src/com/vuze/android/remote/VuzeEasyTrackerNew.java,VuzeRemoteProject/src/com/vuze/android/remote/VuzeEasyTrackerOld.java,VuzeRemoteProject/src/com/vuze/android/remote/CampaignTrackingReceiver.java,MaterialEditText/library/src/main/nineoldandroids-2.4.0.jar,android-switch-backport/sample,appcompat/libs/android-support-v4.jar build=pushd $$FastJSON$$ && \
srclibs=FastJSON@1.1.46-android,jcfis@jcifs-1.3.17-kohsuke-1 $$MVN3$$ -DskipTests package && \
build=pushd $$FastJSON$$ && $$MVN3$$ -DskipTests package && popd && cp -fR $$FastJSON$$/target/fastjson-1.1.46.android.jar libs/ && \ popd && \
pushd $$jcfis$$ && rm -rf src/jcifs/http* && $$MVN3$$ package && popd && cp -fR $$jcfis$$/target/jcifs-1.3.17-kohsuke-1.jar libs/ cp -fR $$FastJSON$$/target/fastjson-1.1.46.android.jar libs/ && \
pushd $$jcfis$$ && \
rm -rf src/jcifs/http* && \
$$MVN3$$ package && \
popd && \
cp -fR $$jcfis$$/target/jcifs-1.3.17-kohsuke-1.jar libs/
Maintainer Notes: Maintainer Notes:
INFO: INFO:

View file

@ -1,6 +1,7 @@
AntiFeatures:NonFreeNet AntiFeatures:NonFreeNet
Categories:Games Categories:Games
License:GPLv3+ License:GPLv3+
Web Site:
Source Code:https://github.com/afwang/ogame-android-app Source Code:https://github.com/afwang/ogame-android-app
Issue Tracker:https://github.com/afwang/ogame-android-app/issues Issue Tracker:https://github.com/afwang/ogame-android-app/issues
@ -30,7 +31,10 @@ Build:1.0.1,2
prebuild=mkdir libs/ && \ prebuild=mkdir libs/ && \
cp $$appcompat$$/libs/android-support-v4.jar libs/ && \ cp $$appcompat$$/libs/android-support-v4.jar libs/ && \
cp $$appcompat$$/libs/android-support-v7-appcompat.jar libs/ && \ cp $$appcompat$$/libs/android-support-v7-appcompat.jar libs/ && \
pushd $$JSoup$$ && $$MVN3$$ package && popd && cp $$JSoup$$/target/jsoup-1.8.1.jar libs/ pushd $$JSoup$$ && \
$$MVN3$$ package && \
popd && \
cp $$JSoup$$/target/jsoup-1.8.1.jar libs/
target=android-21 target=android-21
Auto Update Mode:None Auto Update Mode:None

View file

@ -18,18 +18,17 @@ reads texts out loud.
# old repo # old repo
#Repo Type:git-svn #Repo Type:git-svn
#Repo:http://pockettalk.zachrattner.com/svn #Repo:http://pockettalk.zachrattner.com/svn
Repo Type:git Repo Type:git
Repo:https://github.com/zachrattner/pockettalk Repo:https://github.com/zachrattner/pockettalk
# old repo # old repo
#Build:2.5,7 #Build:2.5,7
# commit=5 # commit=5
Build:2.5,7 Build:2.5,7
commit=2225b67c0f97aa42e12b17dbab7bb63278f78917 commit=2225b67c0f97aa42e12b17dbab7bb63278f78917
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:2.5 Current Version:2.5
Current Version Code:7 Current Version Code:7

View file

@ -3,8 +3,8 @@ License:GPLv2
Web Site:http://fd.zanavi.cc Web Site:http://fd.zanavi.cc
Source Code:https://github.com/zoff99/zanavi Source Code:https://github.com/zoff99/zanavi
Issue Tracker:https://github.com/zoff99/zanavi/issues Issue Tracker:https://github.com/zoff99/zanavi/issues
Bitcoin:1ZANav18WY8ytM7bhnAEBS3bdrTohsD9p
Donate:http://more.zanavi.cc/donate/ Donate:http://more.zanavi.cc/donate/
Bitcoin:1ZANav18WY8ytM7bhnAEBS3bdrTohsD9p
Name:ZANavi Name:ZANavi
Summary:Car Navigation System Summary:Car Navigation System
@ -273,4 +273,5 @@ Build:2.0.47,247
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:None Update Check Mode:None
Current Version:2.0.46 Current Version:2.0.46
Current Version Code:246 Current Version Code:246

View file

@ -39,7 +39,7 @@ file fails and the 'EPO update failure' occurs. See [http://forum.xda-developers
AntiFeature: Downloads and installs non-free binary/firmware provided by Mediatek. AntiFeature: Downloads and installs non-free binary/firmware provided by Mediatek.
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://gitlab.com/sn0b/fp1-epo-autoupdate.git Repo:https://gitlab.com/sn0b/fp1-epo-autoupdate.git

View file

@ -1,5 +1,6 @@
Categories:Navigation Categories:Navigation
License:GPLv3+ License:GPLv3+
Web Site:
Source Code:https://github.com/diedricm/MapEver Source Code:https://github.com/diedricm/MapEver
Issue Tracker:https://github.com/diedricm/MapEver/issues Issue Tracker:https://github.com/diedricm/MapEver/issues
@ -18,20 +19,21 @@ Repo:https://github.com/diedricm/MapEver.git
Build:1.0,1 Build:1.0,1
commit=1.0 commit=1.0
subdir=MapEver subdir=MapEver
submodules=yes submodules=yes
srclibs=1:appcompat@ad5a63f srclibs=1:appcompat@ad5a63f
prebuild=mkdir libs \ prebuild=mkdir libs && \
&& cp $$appcompat$$/libs/android-support-v7-appcompat.jar libs \ cp $$appcompat$$/libs/android-support-v7-appcompat.jar libs && \
&& rm -R ../opencv/3rdparty/lib/ rm -R ../opencv/3rdparty/lib/
build=export ANDROID_NDK=$$NDK$$ \ target=android-21
&& cd ../opencv/platforms \ build=export ANDROID_NDK=$$NDK$$ && \
&& sh ./scripts/cmake_android_arm.sh \ cd ../opencv/platforms && \
&& cd build_android_arm \ sh ./scripts/cmake_android_arm.sh && \
&& make -j6 \ cd build_android_arm && \
&& cp -r lib/armeabi-v7a ../../../MapEver/libs/ make -j6 && \
target=android-21 cp -r lib/armeabi-v7a ../../../MapEver/libs/
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.0 Current Version:1.0
Current Version Code:1 Current Version Code:1

View file

@ -21,7 +21,7 @@ Use this function at your own risk and only if you know what you're doing!
This app requires a rooted device with BusyBox installed. This app requires a rooted device with BusyBox installed.
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/j4velin/SystemAppMover.git Repo:https://github.com/j4velin/SystemAppMover.git

View file

@ -3,8 +3,8 @@ License:GPLv3
Web Site:https://github.com/k3b/locationMapViewer/wiki Web Site:https://github.com/k3b/locationMapViewer/wiki
Source Code:https://github.com/k3b/locationMapViewer Source Code:https://github.com/k3b/locationMapViewer
Issue Tracker:https://github.com/k3b/locationMapViewer/issues Issue Tracker:https://github.com/k3b/locationMapViewer/issues
Donate:http://donate.openstreetmap.org/
Changelog:https://github.com/k3b/locationMapViewer/wiki/History Changelog:https://github.com/k3b/locationMapViewer/wiki/History
Donate:http://donate.openstreetmap.org/
Auto Name:Location Map Viewer Auto Name:Location Map Viewer
Summary:Display geografic information on a map Summary:Display geografic information on a map

View file

@ -21,3 +21,4 @@ Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.6.3 Current Version:1.6.3
Current Version Code:12 Current Version Code:12

View file

@ -52,3 +52,4 @@ Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:40.0.3 Current Version:40.0.3
Current Version Code:5 Current Version Code:5

View file

@ -18,7 +18,7 @@ Requirements (app does a check):
* openvpn binary * openvpn binary
. .
Requires Root:Yes Requires Root:yes
Repo Type:hg Repo Type:hg
Repo:https://code.google.com/p/android-openvpn-settings Repo:https://code.google.com/p/android-openvpn-settings

View file

@ -11,7 +11,7 @@ The GSM Security Map at gsmmap.org compares the protection capabilities of mobil
This application currently only works on Samsung S2 and S3 devices and requires root priviliges during the mobile network data capture. This application currently only works on Samsung S2 and S3 devices and requires root priviliges during the mobile network data capture.
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://opensource.srlabs.de:/git/gsmmap-android.git Repo:https://opensource.srlabs.de:/git/gsmmap-android.git

View file

@ -26,7 +26,7 @@ Incompatible Devices:
* Huawei Ascend Y300 * Huawei Ascend Y300
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://opensource.srlabs.de/git/snoopsnitch.git Repo:https://opensource.srlabs.de/git/snoopsnitch.git

View file

@ -20,23 +20,26 @@ Build:1.0.5,7
commit=v1.0.5 commit=v1.0.5
subdir=sudoq-app subdir=sudoq-app
srclibs=1:ActionBarSherlock@4.4.0 srclibs=1:ActionBarSherlock@4.4.0
prebuild=cp -r ../sudoq-model/src/de src/ && mkdir assets && \ prebuild=cp -r ../sudoq-model/src/de src/ && \
cp -r ../sudokus assets/ mkdir assets && \
cp -r ../sudokus assets/
Build:1.0.6,10 Build:1.0.6,10
commit=v1.0.6 commit=v1.0.6
subdir=sudoq-app subdir=sudoq-app
srclibs=1:ActionBarSherlock@4.4.0 srclibs=1:ActionBarSherlock@4.4.0
prebuild=cp -r ../sudoq-model/src/de src/ && mkdir assets && \ prebuild=cp -r ../sudoq-model/src/de src/ && \
cp -r ../sudokus assets/ mkdir assets && \
cp -r ../sudokus assets/
Build:1.0.7,11 Build:1.0.7,11
commit=v1.0.7 commit=v1.0.7
subdir=sudoq-app subdir=sudoq-app
srclibs=1:ActionBarSherlock@4.4.0 srclibs=1:ActionBarSherlock@4.4.0
prebuild=mkdir assets && cp -r ../sudokus assets/ && \ prebuild=mkdir assets && \
sed -i -e 's;source="1.6" target="1.6";source="1.7" target="1.7";' ../sudoq-model/build.xml && \ cp -r ../sudokus assets/ && \
sed -i -e 's;../app/libs/;../sudoq-app/libs/;' ../sudoq-model/build.xml sed -i -e 's;source="1.6" target="1.6";source="1.7" target="1.7";' ../sudoq-model/build.xml && \
sed -i -e 's;../app/libs/;../sudoq-app/libs/;' ../sudoq-model/build.xml
Maintainer Notes: Maintainer Notes:
The sed lines are needed for a bug of the build.xml in upstream. The sed lines are needed for a bug of the build.xml in upstream.

View file

@ -17,8 +17,8 @@ Repo:http://git.code.sf.net/p/activitylauncher/code
Build:1.5.1,9 Build:1.5.1,9
disable=license missing disable=license missing
commit=774334444567ae561c9b34d12a79b94ae3733101 commit=774334444567ae561c9b34d12a79b94ae3733101
target=android-19
extlibs=android/android-support-v4.jar extlibs=android/android-support-v4.jar
target=android-19
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest

View file

@ -3,6 +3,8 @@ AntiFeatures:UpstreamNonFree
Categories:Multimedia Categories:Multimedia
License:GPLv3 License:GPLv3
Web Site:https://dentex.github.io/apps/youtubedownloader Web Site:https://dentex.github.io/apps/youtubedownloader
Source Code:
Issue Tracker:
Summary:Download files from YouTube Summary:Download files from YouTube
Description: Description:
@ -23,8 +25,8 @@ been removed by upstream.
Repo Type:git Repo Type:git
Repo:https://github.com/dentex/ytdownloader.git Repo:https://github.com/dentex/ytdownloader.git
#Fork (inactive?): https://github.com/joaormatos/ytdownloader
#Fork (inactive?): https://github.com/joaormatos/ytdownloader
Build:1.3,30 Build:1.3,30
commit=cb6a336b63 commit=cb6a336b63
subdir=dentex.youtube.downloader subdir=dentex.youtube.downloader

View file

@ -21,7 +21,7 @@ developed.
Requires root: Yes. iptables must run as root. Requires root: Yes. iptables must run as root.
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/ukanth/afwall.git Repo:https://github.com/ukanth/afwall.git

View file

@ -23,7 +23,7 @@ program ''adb'' from the [http://developer.android.com/sdk Android SDK]
platform tools to make backups via a desktop computer) platform tools to make backups via a desktop computer)
. .
Requires Root:Yes Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/jensstein/oandbackup.git Repo:https://github.com/jensstein/oandbackup.git
@ -74,9 +74,9 @@ Build:0.2.9,15
Build:0.2.10,16 Build:0.2.10,16
commit=0.2.10 commit=0.2.10
target=android-17
submodules=yes submodules=yes
prebuild=echo "android.library.reference.1=./libs/openpgp-api-lib/" >> project.properties prebuild=echo "android.library.reference.1=./libs/openpgp-api-lib/" >> project.properties
target=android-17
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags

View file

@ -27,10 +27,11 @@ Repo Type:git
Repo:http://git.code.sf.net/p/mathexpressionevaluator/code Repo:http://git.code.sf.net/p/mathexpressionevaluator/code
Build:1.1,101 Build:1.1,101
target=android-10
commit=bf1952 commit=bf1952
target=android-10
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:1.1 Current Version:1.1
Current Version Code:101 Current Version Code:101

View file

@ -23,8 +23,7 @@ Build:1.8.0,17301504
forcevercode=yes forcevercode=yes
rm=safeslinger-messenger,safeslinger-demo/libs/*jar,android-vcard/libs/*jar,android-support-v7-appcompat/libs/android-support-v4.jar rm=safeslinger-messenger,safeslinger-demo/libs/*jar,android-vcard/libs/*jar,android-support-v7-appcompat/libs/android-support-v4.jar
extlibs=android/android-support-v4.jar extlibs=android/android-support-v4.jar
prebuild=\ prebuild=cp libs/android-support-v4.jar ../android-support-v7-appcompat/libs/android-support-v4.jar && \
cp libs/android-support-v4.jar ../android-support-v7-appcompat/libs/android-support-v4.jar && \
pushd $$CommonsCodec$$ && \ pushd $$CommonsCodec$$ && \
$$MVN3$$ package && \ $$MVN3$$ package && \
popd && \ popd && \

View file

@ -36,7 +36,6 @@ Maintainer Notes:
* Requires play-services? https://www.reddit.com/r/Android/comments/2cq6cg/safeslinger_encrypted_messaging * Requires play-services? https://www.reddit.com/r/Android/comments/2cq6cg/safeslinger_encrypted_messaging
. .
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest

View file

@ -18,12 +18,17 @@ Build:1.0,1
commit=d621ef994e30ecdac3e7dfc8bdb58ae28c2499a7 commit=d621ef994e30ecdac3e7dfc8bdb58ae28c2499a7
srclibs=PocketSphinxAndroid@fec0f54,PocketSphinx@7a8f71cb1c,SphinxBase@fdb39026a0 srclibs=PocketSphinxAndroid@fec0f54,PocketSphinx@7a8f71cb1c,SphinxBase@fdb39026a0
rm=libs/ rm=libs/
prebuild=mkdir dep && cp -R $$PocketSphinxAndroid$$ dep/pocketsphinx-android && \ prebuild=mkdir dep && \
cp -R $$PocketSphinx$$ dep/pocketsphinx && cp -R $$SphinxBase$$ dep/sphinxbase && \ cp -R $$PocketSphinxAndroid$$ dep/pocketsphinx-android && \
cp -R $$PocketSphinx$$ dep/pocketsphinx && \
cp -R $$SphinxBase$$ dep/sphinxbase && \
pushd dep/pocketsphinx-android && \ pushd dep/pocketsphinx-android && \
echo -e "ndk.dir=$$NDK$$\nsdk.dir=$$SDK$$\nsdk.version=19" > build.properties && \ echo -e "ndk.dir=$$NDK$$\nsdk.dir=$$SDK$$\nsdk.version=19" > build.properties && \
ant jar && mv lib ../../libs && cp build/pocketsphinx-android-*-nolib.jar ../../libs/ && \ ant jar && \
popd && rm -fR dep mv lib ../../libs && \
cp build/pocketsphinx-android-*-nolib.jar ../../libs/ && \
popd && \
rm -fR dep
scanignore=libs scanignore=libs
Maintainer Notes: Maintainer Notes:

Some files were not shown because too many files have changed in this diff Show more