Merge branch 'txt2yaml' into 'master'
Metadata YAMLification: Last Batch :) See merge request fdroid/fdroiddata!5615
This commit is contained in:
commit
61eae1d7b4
|
@ -1,565 +0,0 @@
|
||||||
AntiFeatures:NonFreeAdd
|
|
||||||
Categories:Security,Internet
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:https://github.com/ukanth/afwall/wiki
|
|
||||||
Source Code:https://github.com/ukanth/afwall
|
|
||||||
Issue Tracker:https://github.com/ukanth/afwall/issues
|
|
||||||
Translation:http://crowdin.net/project/afwall
|
|
||||||
Changelog:https://github.com/ukanth/afwall/blob/HEAD/Changelog.md
|
|
||||||
Donate:https://github.com/ukanth/afwall/wiki#making-donations
|
|
||||||
Bitcoin:1LBUdALwYXDv38wvnUSGvsFjituaWAHvFo
|
|
||||||
|
|
||||||
Auto Name:AFWall+
|
|
||||||
Summary:Control network traffic
|
|
||||||
Description:
|
|
||||||
Firewall (iptables frontend), based on DroidWall which is no longer being
|
|
||||||
developed. A paid "donate"-version with more features it advertised within the
|
|
||||||
app.
|
|
||||||
|
|
||||||
* Import/Export Rules to external storage
|
|
||||||
* Search Applications
|
|
||||||
* Multiple profiles with custom names
|
|
||||||
* Highlights system applications with custom color
|
|
||||||
* Notify on new installations
|
|
||||||
* VPN Support
|
|
||||||
* Device Admin support to protect against being uninstalled
|
|
||||||
|
|
||||||
Requires root: Yes. iptables must run as root.
|
|
||||||
.
|
|
||||||
|
|
||||||
Requires Root:yes
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/ukanth/afwall.git
|
|
||||||
|
|
||||||
Build:1.2.0,120
|
|
||||||
commit=1.2.0
|
|
||||||
srclibs=ActionBarSherlock@4.2.0,LockPattern@1c1307,Busybox@83785f0,iptables@android-4.2.2_r1
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
prebuild=rm -rf res/raw/busybox_g1 res/raw/iptables_armv5 external/ && \
|
|
||||||
mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
|
||||||
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
||||||
sed -i 's@\(android.library.reference.2=\).*@\1$$LockPattern$$@' project.properties && \
|
|
||||||
export PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin:$PATH && \
|
|
||||||
mkdir -p bb/ && \
|
|
||||||
cp -r $$Busybox$$/* bb/ && \
|
|
||||||
cd bb/ && \
|
|
||||||
wget https://raw.github.com/tias/android-busybox-ndk/bd2bf4f384350a2bb2f81444012a882ddd48662a/android_ndk_defconfigPlus && \
|
|
||||||
mv android_ndk_defconfigPlus .config && \
|
|
||||||
make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" && \
|
|
||||||
mv busybox ../res/raw/busybox_g1 && \
|
|
||||||
cd ../ && \
|
|
||||||
git clone https://android.googlesource.com/platform/external/iptables && \
|
|
||||||
cd iptables && \
|
|
||||||
wget https://hg.adblockplus.org/adblockplusandroid/raw-file/c3c62b79e758/iptables.patch -P ../ && \
|
|
||||||
git apply ../iptables.patch && \
|
|
||||||
sed -i 's@ndk-build@$$NDK$$/ndk-build@g' Makefile && \
|
|
||||||
make fixextensions build && \
|
|
||||||
mv libs/armeabi/iptables ../res/raw/iptables_armv5
|
|
||||||
|
|
||||||
Build:1.2.4,124
|
|
||||||
commit=v1.2.4
|
|
||||||
srclibs=ActionBarSherlock@4.2.0,LockPattern@1c1307,Busybox@1_21_0,BusyboxConfigs@e71bc43bd0,iptables@android-4.2.2_r1
|
|
||||||
extlibs=android/android-support-v4.jar,afwall.patch
|
|
||||||
prebuild=rm -rf res/raw/busybox_g1 res/raw/iptables_armv5 external/busybox/* external/iptables/* && \
|
|
||||||
mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
|
||||||
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
||||||
sed -i 's@\(android.library.reference.2=\).*@\1$$LockPattern$$@' project.properties && \
|
|
||||||
cp -r $$iptables$$/* external/iptables/ && \
|
|
||||||
mv libs/afwall.patch . && \
|
|
||||||
touch external/iptables/extensions/fixinit.py && \
|
|
||||||
git apply afwall.patch && \
|
|
||||||
cp -r $$Busybox$$/* external/busybox/ && \
|
|
||||||
cp -r $$BusyboxConfigs$$/* external/busybox/configs/ && \
|
|
||||||
cd external/busybox && \
|
|
||||||
for i in configs/patches/*.patch; do patch -p1 < $i; done && \
|
|
||||||
mv configs/android_ndk_stericson-like .config
|
|
||||||
build=export PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin:$PATH && \
|
|
||||||
cd external/busybox/ && \
|
|
||||||
make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" ARCH=arm ANDROID_NDK=$$NDK$$ && \
|
|
||||||
mv busybox ../../res/raw/busybox_g1 && \
|
|
||||||
cd ../iptables && \
|
|
||||||
python extensions/fixinit.py && \
|
|
||||||
$$NDK$$/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk && \
|
|
||||||
mv libs/armeabi/iptables ../../res/raw/iptables_armv5
|
|
||||||
|
|
||||||
Build:1.2.4.1,125
|
|
||||||
commit=v1.2.4.1
|
|
||||||
srclibs=ActionBarSherlock@4.2.0,LockPattern@1c1307,Busybox@1_21_0,BusyboxConfigs@e71bc43bd0,iptables@android-4.2.2_r1
|
|
||||||
extlibs=android/android-support-v4.jar,afwall.patch
|
|
||||||
prebuild=rm -rf res/raw/busybox_g1 res/raw/iptables_armv5 external/busybox/* external/iptables/* && \
|
|
||||||
mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
|
||||||
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
||||||
sed -i 's@\(android.library.reference.2=\).*@\1$$LockPattern$$@' project.properties && \
|
|
||||||
cp -r $$iptables$$/* external/iptables/ && \
|
|
||||||
mv libs/afwall.patch . && \
|
|
||||||
touch external/iptables/extensions/fixinit.py && \
|
|
||||||
git apply afwall.patch && \
|
|
||||||
cp -r $$Busybox$$/* external/busybox/ && \
|
|
||||||
cp -r $$BusyboxConfigs$$/* external/busybox/configs/ && \
|
|
||||||
cd external/busybox && \
|
|
||||||
for i in configs/patches/*.patch; do patch -p1 < $i; done && \
|
|
||||||
mv configs/android_ndk_stericson-like .config
|
|
||||||
build=export PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin:$PATH && \
|
|
||||||
cd external/busybox/ && \
|
|
||||||
make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" ARCH=arm ANDROID_NDK=$$NDK$$ && \
|
|
||||||
mv busybox ../../res/raw/busybox_g1 && \
|
|
||||||
cd ../iptables && \
|
|
||||||
python extensions/fixinit.py && \
|
|
||||||
$$NDK$$/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk && \
|
|
||||||
mv libs/armeabi/iptables ../../res/raw/iptables_armv5
|
|
||||||
|
|
||||||
Build:1.2.5.2,129
|
|
||||||
commit=v1.2.5.2
|
|
||||||
srclibs=ActionBarSherlock@4.2.0,LockPattern@1c1307,Busybox@1_21_0,BusyboxConfigs@e71bc43bd0,iptables@android-4.2.2_r1
|
|
||||||
extlibs=android/android-support-v4.jar,afwall.patch
|
|
||||||
prebuild=rm -rf res/raw/busybox_g1 res/raw/iptables_armv5 external/busybox/* external/iptables/* && \
|
|
||||||
mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
|
||||||
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
||||||
sed -i 's@\(android.library.reference.2=\).*@\1$$LockPattern$$@' project.properties && \
|
|
||||||
cp -r $$iptables$$/* external/iptables/ && \
|
|
||||||
mv libs/afwall.patch . && \
|
|
||||||
touch external/iptables/extensions/fixinit.py && \
|
|
||||||
git apply afwall.patch && \
|
|
||||||
cp -r $$Busybox$$/* external/busybox/ && \
|
|
||||||
cp -r $$BusyboxConfigs$$/* external/busybox/configs/ && \
|
|
||||||
cd external/busybox && \
|
|
||||||
for i in configs/patches/*.patch; do patch -p1 < $i; done && \
|
|
||||||
mv configs/android_ndk_stericson-like .config
|
|
||||||
build=export PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin:$PATH && \
|
|
||||||
cd external/busybox/ && \
|
|
||||||
make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" ARCH=arm ANDROID_NDK=$$NDK$$ && \
|
|
||||||
mv busybox ../../res/raw/busybox_g1 && \
|
|
||||||
cd ../iptables && \
|
|
||||||
python extensions/fixinit.py && \
|
|
||||||
$$NDK$$/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk && \
|
|
||||||
mv libs/armeabi/iptables ../../res/raw/iptables_armv5
|
|
||||||
|
|
||||||
Build:1.2.6,132
|
|
||||||
commit=v1.2.6
|
|
||||||
srclibs=ActionBarSherlock@4.2.0,LockPattern@1c1307,iptables@android-4.2.2_r1
|
|
||||||
extlibs=android/android-support-v4.jar,afwall.patch
|
|
||||||
prebuild=rm -rf external/iptables/* && \
|
|
||||||
cp -r $$iptables$$/* external/iptables/ && \
|
|
||||||
mv libs/afwall.patch . && \
|
|
||||||
tr -d '\r' < AndroidManifest.xml > output.file && \
|
|
||||||
mv output.file AndroidManifest.xml && \
|
|
||||||
touch external/iptables/extensions/fixinit.py && \
|
|
||||||
git apply afwall.patch && \
|
|
||||||
cd external/busybox/ && \
|
|
||||||
tar -jxf busybox-1.21.1.tar.bz2 && \
|
|
||||||
cd busybox-1.21.1/ && \
|
|
||||||
patch -p1 < ../022-ipv6.patch && \
|
|
||||||
cp ../defconfig .config && \
|
|
||||||
cd ../../../ && \
|
|
||||||
rm res/raw/busybox_g2 res/raw/iptables_armv5 res/raw/nflog external/busybox/busybox-1.21.1.tar.bz2 && \
|
|
||||||
mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
|
||||||
sed -i 's@\(.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
||||||
sed -i 's@\(.2=\).*@\1$$LockPattern$$@' project.properties
|
|
||||||
build=export PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin:$PATH && \
|
|
||||||
cd external/busybox/busybox-1.21.1/ && \
|
|
||||||
make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" ARCH=arm ANDROID_NDK=$$NDK$$ && \
|
|
||||||
mv busybox ../../../res/raw/busybox_g2 && \
|
|
||||||
cd ../../iptables && \
|
|
||||||
python extensions/fixinit.py && \
|
|
||||||
cd ../../ && \
|
|
||||||
$$NDK$$/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=external/iptables/Android.mk && \
|
|
||||||
mv libs/armeabi/iptables res/raw/iptables_armv5 && \
|
|
||||||
$$NDK$$/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=external/nflog/Android.mk && \
|
|
||||||
mv libs/armeabi/nflog res/raw/
|
|
||||||
|
|
||||||
Build:1.2.6.1,136
|
|
||||||
commit=v1.2.6.1
|
|
||||||
srclibs=ActionBarSherlock@4.2.0,LockPattern@1c1307,iptables@android-4.2.2_r1
|
|
||||||
extlibs=android/android-support-v4.jar,afwall.patch
|
|
||||||
prebuild=rm -rf external/iptables/* && \
|
|
||||||
cp -r $$iptables$$/* external/iptables/ && \
|
|
||||||
mv libs/afwall.patch . && \
|
|
||||||
tr -d '\r' < AndroidManifest.xml > output.file && \
|
|
||||||
mv output.file AndroidManifest.xml && \
|
|
||||||
touch external/iptables/extensions/fixinit.py && \
|
|
||||||
git apply afwall.patch && \
|
|
||||||
cd external/busybox/ && \
|
|
||||||
tar -jxf busybox-1.21.1.tar.bz2 && \
|
|
||||||
cd busybox-1.21.1/ && \
|
|
||||||
patch -p1 < ../022-ipv6.patch && \
|
|
||||||
cp ../defconfig .config && \
|
|
||||||
cd ../../../ && \
|
|
||||||
rm res/raw/busybox_g2 res/raw/iptables_armv5 res/raw/nflog external/busybox/busybox-1.21.1.tar.bz2 && \
|
|
||||||
mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
|
||||||
sed -i 's@\(.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
||||||
sed -i 's@\(.2=\).*@\1$$LockPattern$$@' project.properties
|
|
||||||
build=export PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin:$PATH && \
|
|
||||||
cd external/busybox/busybox-1.21.1/ && \
|
|
||||||
make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" ARCH=arm ANDROID_NDK=$$NDK$$ && \
|
|
||||||
mv busybox ../../../res/raw/busybox_g2 && \
|
|
||||||
cd ../../iptables && \
|
|
||||||
python extensions/fixinit.py && \
|
|
||||||
cd ../../ && \
|
|
||||||
$$NDK$$/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=external/iptables/Android.mk && \
|
|
||||||
mv libs/armeabi/iptables res/raw/iptables_armv5 && \
|
|
||||||
$$NDK$$/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=external/nflog/Android.mk && \
|
|
||||||
mv libs/armeabi/nflog res/raw/
|
|
||||||
|
|
||||||
Build:1.2.7,141
|
|
||||||
commit=v1.2.7
|
|
||||||
submodules=yes
|
|
||||||
prebuild=rm -f res/raw/{iptables,ip6tables,busybox,nflog}*
|
|
||||||
build=make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:1.2.8,146
|
|
||||||
commit=v1.2.8
|
|
||||||
submodules=yes
|
|
||||||
prebuild=rm -f res/raw/{iptables,ip6tables,busybox,nflog}*
|
|
||||||
build=make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:1.2.9,152
|
|
||||||
commit=v1.2.9
|
|
||||||
submodules=yes
|
|
||||||
prebuild=rm -f res/raw/{iptables,ip6tables,busybox,nflog}*
|
|
||||||
build=make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:1.3.1.1,164
|
|
||||||
commit=v1.3.1.1
|
|
||||||
submodules=yes
|
|
||||||
prebuild=mv jni jni_
|
|
||||||
scandelete=res/raw
|
|
||||||
build=mv jni_ jni && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:1.3.2,166
|
|
||||||
commit=v1.3.2
|
|
||||||
submodules=yes
|
|
||||||
prebuild=mv jni jni_
|
|
||||||
scandelete=res/raw
|
|
||||||
build=mv jni_ jni && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:1.3.3,168
|
|
||||||
commit=v1.3.3
|
|
||||||
submodules=yes
|
|
||||||
prebuild=mv jni jni_
|
|
||||||
scandelete=res/raw
|
|
||||||
build=mv jni_ jni && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:1.3.4,170
|
|
||||||
commit=v1.3.4
|
|
||||||
submodules=yes
|
|
||||||
prebuild=mv jni jni_
|
|
||||||
scandelete=res/raw
|
|
||||||
build=mv jni_ jni && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:1.3.4.1,171
|
|
||||||
commit=v1.3.4.1
|
|
||||||
submodules=yes
|
|
||||||
prebuild=mv jni jni_
|
|
||||||
scandelete=res/raw
|
|
||||||
build=mv jni_ jni && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:2.0.0-ALPHA-1,15200
|
|
||||||
disable=don't publish alphas
|
|
||||||
commit=8a6bf73491f46bed34246f90c3243c41d9bbb055
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=pushd .. && \
|
|
||||||
export NDK_PROJECT_PATH=`pwd` && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:2.0.0-ALPHA-2,15201
|
|
||||||
disable=don't publish alphas
|
|
||||||
commit=7f2ec4043412838d8f42d43839c060dd724a352a
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=pushd .. && \
|
|
||||||
export NDK_PROJECT_PATH=`pwd` && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:2.0.0-BETA-1,15203
|
|
||||||
disable=Bug in NDK r10e
|
|
||||||
commit=6aae7a1f63bc1dee49080738bbbd3cbec75216aa
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=pushd .. && \
|
|
||||||
export NDK_PROJECT_PATH=`pwd` && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:2.0.0-RC,15205
|
|
||||||
disable=doesn't build locally; r10e bug?
|
|
||||||
commit=v2.0.0-RC
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=pushd .. && \
|
|
||||||
export NDK_PROJECT_PATH=`pwd` && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:2.0.0,15208
|
|
||||||
disable=material-dialogs gone from maven repo
|
|
||||||
commit=v2.0.0
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=pushd .. && \
|
|
||||||
export NDK_PROJECT_PATH=`pwd` && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:2.1.1,15215
|
|
||||||
commit=v2.1.1
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=pushd .. && \
|
|
||||||
export NDK_PROJECT_PATH=`pwd` && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:2.1.3,15217
|
|
||||||
commit=v2.1.3
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=pushd .. && \
|
|
||||||
export NDK_PROJECT_PATH=`pwd` && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:2.2.1,15221
|
|
||||||
commit=v2.2.1
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=pushd .. && \
|
|
||||||
export NDK_PROJECT_PATH=`pwd` && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:2.2.2,15222
|
|
||||||
commit=v2.2.2
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=pushd .. && \
|
|
||||||
export NDK_PROJECT_PATH=`pwd` && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:2.2.3,15223
|
|
||||||
commit=v2.2.3
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=pushd .. && \
|
|
||||||
export NDK_PROJECT_PATH=`pwd` && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
|
|
||||||
Build:2.5.1,15501
|
|
||||||
commit=v2.5.1
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=pushd .. && \
|
|
||||||
export NDK_PROJECT_PATH=`pwd` && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
ndk=r10e
|
|
||||||
|
|
||||||
Build:2.5.2,15502
|
|
||||||
commit=v2.5.2
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=pushd .. && \
|
|
||||||
export NDK_PROJECT_PATH=`pwd` && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
ndk=r10e
|
|
||||||
|
|
||||||
Build:2.6.0,15600
|
|
||||||
commit=v2.6.0
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=pushd .. && \
|
|
||||||
export NDK_PROJECT_PATH=`pwd` && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
ndk=r10e
|
|
||||||
|
|
||||||
Build:2.7.0,15700
|
|
||||||
commit=v2.7.0
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=pushd .. && \
|
|
||||||
export NDK_PROJECT_PATH=`pwd` && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
ndk=r10e
|
|
||||||
|
|
||||||
Build:2.8.0,15800
|
|
||||||
commit=v2.8.0
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=pushd .. && \
|
|
||||||
export NDK_PROJECT_PATH=`pwd` && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
ndk=r10e
|
|
||||||
|
|
||||||
Build:2.9.0,15900
|
|
||||||
commit=v2.9.0
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=pushd .. && \
|
|
||||||
export NDK_PROJECT_PATH=`pwd` && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
ndk=r10e
|
|
||||||
|
|
||||||
Build:2.9.1,15902
|
|
||||||
commit=v2.9.1
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=pushd .. && \
|
|
||||||
export NDK_PROJECT_PATH=`pwd` && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
ndk=r10e
|
|
||||||
|
|
||||||
Build:2.9.3,15930
|
|
||||||
disable=r10..r11 fail at pie/nopie binaries not found, r12 breaks
|
|
||||||
commit=v2.9.3
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=pushd .. && \
|
|
||||||
export NDK_PROJECT_PATH=`pwd` && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
ndk=r12b
|
|
||||||
|
|
||||||
Build:2.9.4,15940
|
|
||||||
commit=v2.9.4
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=pushd .. && \
|
|
||||||
export NDK_PROJECT_PATH=`pwd` && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
ndk=r10e
|
|
||||||
|
|
||||||
Build:2.9.5-BETA,15950
|
|
||||||
commit=v2.9.5
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=pushd .. && \
|
|
||||||
export NDK_PROJECT_PATH=`pwd` && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
ndk=r10e
|
|
||||||
|
|
||||||
Build:2.9.6-BETA,15960
|
|
||||||
commit=v2.9.6
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=pushd .. && \
|
|
||||||
export NDK_PROJECT_PATH=`pwd` && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
ndk=r10e
|
|
||||||
|
|
||||||
Build:2.9.6.1,15972
|
|
||||||
commit=v2.9.6.1
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=pushd .. && \
|
|
||||||
export NDK_PROJECT_PATH=`pwd` && \
|
|
||||||
make -C external NDK=$$NDK$$
|
|
||||||
ndk=r10e
|
|
||||||
|
|
||||||
Build:2.9.7,15979
|
|
||||||
commit=v2.9.7
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=make -C ../external -j`nproc` NDK="$$NDK$$" NDK_PROJECT_PATH="$PWD/.."
|
|
||||||
ndk=r10e
|
|
||||||
|
|
||||||
Build:2.9.8,15980
|
|
||||||
commit=v2.9.8
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=make -C ../external -j`nproc` NDK="$$NDK$$" NDK_PROJECT_PATH="$PWD/.."
|
|
||||||
ndk=r10e
|
|
||||||
|
|
||||||
Build:2.9.9,15992
|
|
||||||
commit=v2.9.9
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=make -C ../external -j`nproc` NDK="$$NDK$$" NDK_PROJECT_PATH="$PWD/.."
|
|
||||||
ndk=r10e
|
|
||||||
|
|
||||||
Build:3.0.0,16400
|
|
||||||
commit=v3.0.0
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=make -C ../external -j`nproc` NDK="$$NDK$$" NDK_PROJECT_PATH="$PWD/.."
|
|
||||||
ndk=r10e
|
|
||||||
|
|
||||||
Build:3.0.1,16600
|
|
||||||
commit=v3.0.1
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=make -C ../external -j`nproc` NDK="$$NDK$$" NDK_PROJECT_PATH="$PWD/.."
|
|
||||||
ndk=r10e
|
|
||||||
|
|
||||||
Build:3.0.3,16800
|
|
||||||
commit=v3.0.3
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=make -C ../external -j`nproc` NDK="$$NDK$$" NDK_PROJECT_PATH="$PWD/.."
|
|
||||||
ndk=r10e
|
|
||||||
|
|
||||||
Build:3.0.4,17000
|
|
||||||
commit=v3.0.4
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=make -C ../external -j`nproc` NDK="$$NDK$$" NDK_PROJECT_PATH="$PWD/.."
|
|
||||||
ndk=r10e
|
|
||||||
|
|
||||||
Build:3.1.0,17111
|
|
||||||
commit=v3.1.0
|
|
||||||
subdir=aFWall
|
|
||||||
gradle=yes
|
|
||||||
prebuild=sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
|
||||||
scandelete=aFWall/src/main/res/raw/
|
|
||||||
build=make -C ../external -j`nproc` NDK="$$NDK$$" NDK_PROJECT_PATH="$PWD/.."
|
|
||||||
ndk=r10e
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags ^v[0-9.]+$
|
|
||||||
Current Version:3.1.0
|
|
||||||
Current Version Code:17111
|
|
754
metadata/dev.ukanth.ufirewall.yml
Normal file
754
metadata/dev.ukanth.ufirewall.yml
Normal file
|
@ -0,0 +1,754 @@
|
||||||
|
AntiFeatures:
|
||||||
|
- NonFreeAdd
|
||||||
|
Categories:
|
||||||
|
- Security
|
||||||
|
- Internet
|
||||||
|
License: GPL-3.0-only
|
||||||
|
AuthorName: ukpriya
|
||||||
|
AuthorEmail: uzoftinc+afwall@gmail.com
|
||||||
|
WebSite: https://github.com/ukanth/afwall/wiki
|
||||||
|
SourceCode: https://github.com/ukanth/afwall
|
||||||
|
IssueTracker: https://github.com/ukanth/afwall/issues
|
||||||
|
Translation: http://crowdin.net/project/afwall
|
||||||
|
Changelog: https://github.com/ukanth/afwall/blob/HEAD/Changelog.md
|
||||||
|
Donate: https://github.com/ukanth/afwall/wiki#making-donations
|
||||||
|
Bitcoin: 1LBUdALwYXDv38wvnUSGvsFjituaWAHvFo
|
||||||
|
|
||||||
|
AutoName: AFWall+
|
||||||
|
Summary: Control network traffic
|
||||||
|
Description: |-
|
||||||
|
Firewall (iptables frontend), based on DroidWall which is no longer being
|
||||||
|
developed. A paid "donate"-version with more features it advertised within the
|
||||||
|
app.
|
||||||
|
|
||||||
|
* Import/Export Rules to external storage
|
||||||
|
* Search Applications
|
||||||
|
* Multiple profiles with custom names
|
||||||
|
* Highlights system applications with custom color
|
||||||
|
* Notify on new installations
|
||||||
|
* VPN Support
|
||||||
|
* Device Admin support to protect against being uninstalled
|
||||||
|
|
||||||
|
Requires root: Yes. iptables must run as root.
|
||||||
|
|
||||||
|
RequiresRoot: 'yes'
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/ukanth/afwall.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.2.0
|
||||||
|
versionCode: 120
|
||||||
|
commit: 1.2.0
|
||||||
|
srclibs:
|
||||||
|
- ActionBarSherlock@4.2.0
|
||||||
|
- LockPattern@1c1307
|
||||||
|
- Busybox@83785f0
|
||||||
|
- iptables@android-4.2.2_r1
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
prebuild:
|
||||||
|
- rm -rf res/raw/busybox_g1 res/raw/iptables_armv5 external/
|
||||||
|
- mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||||
|
- sed -i 's@\(android.library.reference.2=\).*@\1$$LockPattern$$@' project.properties
|
||||||
|
- export PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin:$PATH
|
||||||
|
- mkdir -p bb/
|
||||||
|
- cp -r $$Busybox$$/* bb/
|
||||||
|
- cd bb/
|
||||||
|
- wget https://raw.github.com/tias/android-busybox-ndk/bd2bf4f384350a2bb2f81444012a882ddd48662a/android_ndk_defconfigPlus
|
||||||
|
- mv android_ndk_defconfigPlus .config
|
||||||
|
- make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm"
|
||||||
|
- mv busybox ../res/raw/busybox_g1
|
||||||
|
- cd ../
|
||||||
|
- git clone https://android.googlesource.com/platform/external/iptables
|
||||||
|
- cd iptables
|
||||||
|
- wget https://hg.adblockplus.org/adblockplusandroid/raw-file/c3c62b79e758/iptables.patch
|
||||||
|
-P ../
|
||||||
|
- git apply ../iptables.patch
|
||||||
|
- sed -i 's@ndk-build@$$NDK$$/ndk-build@g' Makefile
|
||||||
|
- make fixextensions build
|
||||||
|
- mv libs/armeabi/iptables ../res/raw/iptables_armv5
|
||||||
|
|
||||||
|
- versionName: 1.2.4
|
||||||
|
versionCode: 124
|
||||||
|
commit: v1.2.4
|
||||||
|
srclibs:
|
||||||
|
- ActionBarSherlock@4.2.0
|
||||||
|
- LockPattern@1c1307
|
||||||
|
- Busybox@1_21_0
|
||||||
|
- BusyboxConfigs@e71bc43bd0
|
||||||
|
- iptables@android-4.2.2_r1
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
- afwall.patch
|
||||||
|
prebuild:
|
||||||
|
- rm -rf res/raw/busybox_g1 res/raw/iptables_armv5 external/busybox/* external/iptables/*
|
||||||
|
- mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||||
|
- sed -i 's@\(android.library.reference.2=\).*@\1$$LockPattern$$@' project.properties
|
||||||
|
- cp -r $$iptables$$/* external/iptables/
|
||||||
|
- mv libs/afwall.patch .
|
||||||
|
- touch external/iptables/extensions/fixinit.py
|
||||||
|
- git apply afwall.patch
|
||||||
|
- cp -r $$Busybox$$/* external/busybox/
|
||||||
|
- cp -r $$BusyboxConfigs$$/* external/busybox/configs/
|
||||||
|
- cd external/busybox
|
||||||
|
- for i in configs/patches/*.patch; do patch -p1 < $i; done
|
||||||
|
- mv configs/android_ndk_stericson-like .config
|
||||||
|
build:
|
||||||
|
- export PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin:$PATH
|
||||||
|
- cd external/busybox/
|
||||||
|
- make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" ARCH=arm ANDROID_NDK=$$NDK$$
|
||||||
|
- mv busybox ../../res/raw/busybox_g1
|
||||||
|
- cd ../iptables
|
||||||
|
- python extensions/fixinit.py
|
||||||
|
- $$NDK$$/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk
|
||||||
|
- mv libs/armeabi/iptables ../../res/raw/iptables_armv5
|
||||||
|
|
||||||
|
- versionName: 1.2.4.1
|
||||||
|
versionCode: 125
|
||||||
|
commit: v1.2.4.1
|
||||||
|
srclibs:
|
||||||
|
- ActionBarSherlock@4.2.0
|
||||||
|
- LockPattern@1c1307
|
||||||
|
- Busybox@1_21_0
|
||||||
|
- BusyboxConfigs@e71bc43bd0
|
||||||
|
- iptables@android-4.2.2_r1
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
- afwall.patch
|
||||||
|
prebuild:
|
||||||
|
- rm -rf res/raw/busybox_g1 res/raw/iptables_armv5 external/busybox/* external/iptables/*
|
||||||
|
- mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||||
|
- sed -i 's@\(android.library.reference.2=\).*@\1$$LockPattern$$@' project.properties
|
||||||
|
- cp -r $$iptables$$/* external/iptables/
|
||||||
|
- mv libs/afwall.patch .
|
||||||
|
- touch external/iptables/extensions/fixinit.py
|
||||||
|
- git apply afwall.patch
|
||||||
|
- cp -r $$Busybox$$/* external/busybox/
|
||||||
|
- cp -r $$BusyboxConfigs$$/* external/busybox/configs/
|
||||||
|
- cd external/busybox
|
||||||
|
- for i in configs/patches/*.patch; do patch -p1 < $i; done
|
||||||
|
- mv configs/android_ndk_stericson-like .config
|
||||||
|
build:
|
||||||
|
- export PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin:$PATH
|
||||||
|
- cd external/busybox/
|
||||||
|
- make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" ARCH=arm ANDROID_NDK=$$NDK$$
|
||||||
|
- mv busybox ../../res/raw/busybox_g1
|
||||||
|
- cd ../iptables
|
||||||
|
- python extensions/fixinit.py
|
||||||
|
- $$NDK$$/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk
|
||||||
|
- mv libs/armeabi/iptables ../../res/raw/iptables_armv5
|
||||||
|
|
||||||
|
- versionName: 1.2.5.2
|
||||||
|
versionCode: 129
|
||||||
|
commit: v1.2.5.2
|
||||||
|
srclibs:
|
||||||
|
- ActionBarSherlock@4.2.0
|
||||||
|
- LockPattern@1c1307
|
||||||
|
- Busybox@1_21_0
|
||||||
|
- BusyboxConfigs@e71bc43bd0
|
||||||
|
- iptables@android-4.2.2_r1
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
- afwall.patch
|
||||||
|
prebuild:
|
||||||
|
- rm -rf res/raw/busybox_g1 res/raw/iptables_armv5 external/busybox/* external/iptables/*
|
||||||
|
- mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
||||||
|
- sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||||
|
- sed -i 's@\(android.library.reference.2=\).*@\1$$LockPattern$$@' project.properties
|
||||||
|
- cp -r $$iptables$$/* external/iptables/
|
||||||
|
- mv libs/afwall.patch .
|
||||||
|
- touch external/iptables/extensions/fixinit.py
|
||||||
|
- git apply afwall.patch
|
||||||
|
- cp -r $$Busybox$$/* external/busybox/
|
||||||
|
- cp -r $$BusyboxConfigs$$/* external/busybox/configs/
|
||||||
|
- cd external/busybox
|
||||||
|
- for i in configs/patches/*.patch; do patch -p1 < $i; done
|
||||||
|
- mv configs/android_ndk_stericson-like .config
|
||||||
|
build:
|
||||||
|
- export PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin:$PATH
|
||||||
|
- cd external/busybox/
|
||||||
|
- make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" ARCH=arm ANDROID_NDK=$$NDK$$
|
||||||
|
- mv busybox ../../res/raw/busybox_g1
|
||||||
|
- cd ../iptables
|
||||||
|
- python extensions/fixinit.py
|
||||||
|
- $$NDK$$/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk
|
||||||
|
- mv libs/armeabi/iptables ../../res/raw/iptables_armv5
|
||||||
|
|
||||||
|
- versionName: 1.2.6
|
||||||
|
versionCode: 132
|
||||||
|
commit: v1.2.6
|
||||||
|
srclibs:
|
||||||
|
- ActionBarSherlock@4.2.0
|
||||||
|
- LockPattern@1c1307
|
||||||
|
- iptables@android-4.2.2_r1
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
- afwall.patch
|
||||||
|
prebuild:
|
||||||
|
- rm -rf external/iptables/*
|
||||||
|
- cp -r $$iptables$$/* external/iptables/
|
||||||
|
- mv libs/afwall.patch .
|
||||||
|
- tr -d '\r' < AndroidManifest.xml > output.file
|
||||||
|
- mv output.file AndroidManifest.xml
|
||||||
|
- touch external/iptables/extensions/fixinit.py
|
||||||
|
- git apply afwall.patch
|
||||||
|
- cd external/busybox/
|
||||||
|
- tar -jxf busybox-1.21.1.tar.bz2
|
||||||
|
- cd busybox-1.21.1/
|
||||||
|
- patch -p1 < ../022-ipv6.patch
|
||||||
|
- cp ../defconfig .config
|
||||||
|
- cd ../../../
|
||||||
|
- rm res/raw/busybox_g2 res/raw/iptables_armv5 res/raw/nflog external/busybox/busybox-1.21.1.tar.bz2
|
||||||
|
- mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
||||||
|
- sed -i 's@\(.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||||
|
- sed -i 's@\(.2=\).*@\1$$LockPattern$$@' project.properties
|
||||||
|
build:
|
||||||
|
- export PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin:$PATH
|
||||||
|
- cd external/busybox/busybox-1.21.1/
|
||||||
|
- make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" ARCH=arm ANDROID_NDK=$$NDK$$
|
||||||
|
- mv busybox ../../../res/raw/busybox_g2
|
||||||
|
- cd ../../iptables
|
||||||
|
- python extensions/fixinit.py
|
||||||
|
- cd ../../
|
||||||
|
- $$NDK$$/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=external/iptables/Android.mk
|
||||||
|
- mv libs/armeabi/iptables res/raw/iptables_armv5
|
||||||
|
- $$NDK$$/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=external/nflog/Android.mk
|
||||||
|
- mv libs/armeabi/nflog res/raw/
|
||||||
|
|
||||||
|
- versionName: 1.2.6.1
|
||||||
|
versionCode: 136
|
||||||
|
commit: v1.2.6.1
|
||||||
|
srclibs:
|
||||||
|
- ActionBarSherlock@4.2.0
|
||||||
|
- LockPattern@1c1307
|
||||||
|
- iptables@android-4.2.2_r1
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
- afwall.patch
|
||||||
|
prebuild:
|
||||||
|
- rm -rf external/iptables/*
|
||||||
|
- cp -r $$iptables$$/* external/iptables/
|
||||||
|
- mv libs/afwall.patch .
|
||||||
|
- tr -d '\r' < AndroidManifest.xml > output.file
|
||||||
|
- mv output.file AndroidManifest.xml
|
||||||
|
- touch external/iptables/extensions/fixinit.py
|
||||||
|
- git apply afwall.patch
|
||||||
|
- cd external/busybox/
|
||||||
|
- tar -jxf busybox-1.21.1.tar.bz2
|
||||||
|
- cd busybox-1.21.1/
|
||||||
|
- patch -p1 < ../022-ipv6.patch
|
||||||
|
- cp ../defconfig .config
|
||||||
|
- cd ../../../
|
||||||
|
- rm res/raw/busybox_g2 res/raw/iptables_armv5 res/raw/nflog external/busybox/busybox-1.21.1.tar.bz2
|
||||||
|
- mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
||||||
|
- sed -i 's@\(.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||||
|
- sed -i 's@\(.2=\).*@\1$$LockPattern$$@' project.properties
|
||||||
|
build:
|
||||||
|
- export PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin:$PATH
|
||||||
|
- cd external/busybox/busybox-1.21.1/
|
||||||
|
- make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" ARCH=arm ANDROID_NDK=$$NDK$$
|
||||||
|
- mv busybox ../../../res/raw/busybox_g2
|
||||||
|
- cd ../../iptables
|
||||||
|
- python extensions/fixinit.py
|
||||||
|
- cd ../../
|
||||||
|
- $$NDK$$/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=external/iptables/Android.mk
|
||||||
|
- mv libs/armeabi/iptables res/raw/iptables_armv5
|
||||||
|
- $$NDK$$/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=external/nflog/Android.mk
|
||||||
|
- mv libs/armeabi/nflog res/raw/
|
||||||
|
|
||||||
|
- versionName: 1.2.7
|
||||||
|
versionCode: 141
|
||||||
|
commit: v1.2.7
|
||||||
|
submodules: true
|
||||||
|
prebuild: rm -f res/raw/{iptables,ip6tables,busybox,nflog}*
|
||||||
|
build: make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: 1.2.8
|
||||||
|
versionCode: 146
|
||||||
|
commit: v1.2.8
|
||||||
|
submodules: true
|
||||||
|
prebuild: rm -f res/raw/{iptables,ip6tables,busybox,nflog}*
|
||||||
|
build: make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: 1.2.9
|
||||||
|
versionCode: 152
|
||||||
|
commit: v1.2.9
|
||||||
|
submodules: true
|
||||||
|
prebuild: rm -f res/raw/{iptables,ip6tables,busybox,nflog}*
|
||||||
|
build: make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: 1.3.1.1
|
||||||
|
versionCode: 164
|
||||||
|
commit: v1.3.1.1
|
||||||
|
submodules: true
|
||||||
|
prebuild: mv jni jni_
|
||||||
|
scandelete:
|
||||||
|
- res/raw
|
||||||
|
build:
|
||||||
|
- mv jni_ jni
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: 1.3.2
|
||||||
|
versionCode: 166
|
||||||
|
commit: v1.3.2
|
||||||
|
submodules: true
|
||||||
|
prebuild: mv jni jni_
|
||||||
|
scandelete:
|
||||||
|
- res/raw
|
||||||
|
build:
|
||||||
|
- mv jni_ jni
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: 1.3.3
|
||||||
|
versionCode: 168
|
||||||
|
commit: v1.3.3
|
||||||
|
submodules: true
|
||||||
|
prebuild: mv jni jni_
|
||||||
|
scandelete:
|
||||||
|
- res/raw
|
||||||
|
build:
|
||||||
|
- mv jni_ jni
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: 1.3.4
|
||||||
|
versionCode: 170
|
||||||
|
commit: v1.3.4
|
||||||
|
submodules: true
|
||||||
|
prebuild: mv jni jni_
|
||||||
|
scandelete:
|
||||||
|
- res/raw
|
||||||
|
build:
|
||||||
|
- mv jni_ jni
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: 1.3.4.1
|
||||||
|
versionCode: 171
|
||||||
|
commit: v1.3.4.1
|
||||||
|
submodules: true
|
||||||
|
prebuild: mv jni jni_
|
||||||
|
scandelete:
|
||||||
|
- res/raw
|
||||||
|
build:
|
||||||
|
- mv jni_ jni
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: 2.0.0-ALPHA-1
|
||||||
|
versionCode: 15200
|
||||||
|
disable: don't publish alphas
|
||||||
|
commit: 8a6bf73491f46bed34246f90c3243c41d9bbb055
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build:
|
||||||
|
- pushd ..
|
||||||
|
- export NDK_PROJECT_PATH=`pwd`
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: 2.0.0-ALPHA-2
|
||||||
|
versionCode: 15201
|
||||||
|
disable: don't publish alphas
|
||||||
|
commit: 7f2ec4043412838d8f42d43839c060dd724a352a
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build:
|
||||||
|
- pushd ..
|
||||||
|
- export NDK_PROJECT_PATH=`pwd`
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: 2.0.0-BETA-1
|
||||||
|
versionCode: 15203
|
||||||
|
disable: Bug in NDK r10e
|
||||||
|
commit: 6aae7a1f63bc1dee49080738bbbd3cbec75216aa
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build:
|
||||||
|
- pushd ..
|
||||||
|
- export NDK_PROJECT_PATH=`pwd`
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: 2.0.0-RC
|
||||||
|
versionCode: 15205
|
||||||
|
disable: doesn't build locally; r10e bug?
|
||||||
|
commit: v2.0.0-RC
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build:
|
||||||
|
- pushd ..
|
||||||
|
- export NDK_PROJECT_PATH=`pwd`
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: 2.0.0
|
||||||
|
versionCode: 15208
|
||||||
|
disable: material-dialogs gone from maven repo
|
||||||
|
commit: v2.0.0
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build:
|
||||||
|
- pushd ..
|
||||||
|
- export NDK_PROJECT_PATH=`pwd`
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: 2.1.1
|
||||||
|
versionCode: 15215
|
||||||
|
commit: v2.1.1
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build:
|
||||||
|
- pushd ..
|
||||||
|
- export NDK_PROJECT_PATH=`pwd`
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: 2.1.3
|
||||||
|
versionCode: 15217
|
||||||
|
commit: v2.1.3
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build:
|
||||||
|
- pushd ..
|
||||||
|
- export NDK_PROJECT_PATH=`pwd`
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: 2.2.1
|
||||||
|
versionCode: 15221
|
||||||
|
commit: v2.2.1
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build:
|
||||||
|
- pushd ..
|
||||||
|
- export NDK_PROJECT_PATH=`pwd`
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: 2.2.2
|
||||||
|
versionCode: 15222
|
||||||
|
commit: v2.2.2
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build:
|
||||||
|
- pushd ..
|
||||||
|
- export NDK_PROJECT_PATH=`pwd`
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: 2.2.3
|
||||||
|
versionCode: 15223
|
||||||
|
commit: v2.2.3
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build:
|
||||||
|
- pushd ..
|
||||||
|
- export NDK_PROJECT_PATH=`pwd`
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
|
||||||
|
- versionName: 2.5.1
|
||||||
|
versionCode: 15501
|
||||||
|
commit: v2.5.1
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build:
|
||||||
|
- pushd ..
|
||||||
|
- export NDK_PROJECT_PATH=`pwd`
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
ndk: r10e
|
||||||
|
|
||||||
|
- versionName: 2.5.2
|
||||||
|
versionCode: 15502
|
||||||
|
commit: v2.5.2
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build:
|
||||||
|
- pushd ..
|
||||||
|
- export NDK_PROJECT_PATH=`pwd`
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
ndk: r10e
|
||||||
|
|
||||||
|
- versionName: 2.6.0
|
||||||
|
versionCode: 15600
|
||||||
|
commit: v2.6.0
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build:
|
||||||
|
- pushd ..
|
||||||
|
- export NDK_PROJECT_PATH=`pwd`
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
ndk: r10e
|
||||||
|
|
||||||
|
- versionName: 2.7.0
|
||||||
|
versionCode: 15700
|
||||||
|
commit: v2.7.0
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build:
|
||||||
|
- pushd ..
|
||||||
|
- export NDK_PROJECT_PATH=`pwd`
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
ndk: r10e
|
||||||
|
|
||||||
|
- versionName: 2.8.0
|
||||||
|
versionCode: 15800
|
||||||
|
commit: v2.8.0
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build:
|
||||||
|
- pushd ..
|
||||||
|
- export NDK_PROJECT_PATH=`pwd`
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
ndk: r10e
|
||||||
|
|
||||||
|
- versionName: 2.9.0
|
||||||
|
versionCode: 15900
|
||||||
|
commit: v2.9.0
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build:
|
||||||
|
- pushd ..
|
||||||
|
- export NDK_PROJECT_PATH=`pwd`
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
ndk: r10e
|
||||||
|
|
||||||
|
- versionName: 2.9.1
|
||||||
|
versionCode: 15902
|
||||||
|
commit: v2.9.1
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build:
|
||||||
|
- pushd ..
|
||||||
|
- export NDK_PROJECT_PATH=`pwd`
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
ndk: r10e
|
||||||
|
|
||||||
|
- versionName: 2.9.3
|
||||||
|
versionCode: 15930
|
||||||
|
disable: r10..r11 fail at pie/nopie binaries not found, r12 breaks
|
||||||
|
commit: v2.9.3
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build:
|
||||||
|
- pushd ..
|
||||||
|
- export NDK_PROJECT_PATH=`pwd`
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
ndk: r12b
|
||||||
|
|
||||||
|
- versionName: 2.9.4
|
||||||
|
versionCode: 15940
|
||||||
|
commit: v2.9.4
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build:
|
||||||
|
- pushd ..
|
||||||
|
- export NDK_PROJECT_PATH=`pwd`
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
ndk: r10e
|
||||||
|
|
||||||
|
- versionName: 2.9.5-BETA
|
||||||
|
versionCode: 15950
|
||||||
|
commit: v2.9.5
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build:
|
||||||
|
- pushd ..
|
||||||
|
- export NDK_PROJECT_PATH=`pwd`
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
ndk: r10e
|
||||||
|
|
||||||
|
- versionName: 2.9.6-BETA
|
||||||
|
versionCode: 15960
|
||||||
|
commit: v2.9.6
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build:
|
||||||
|
- pushd ..
|
||||||
|
- export NDK_PROJECT_PATH=`pwd`
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
ndk: r10e
|
||||||
|
|
||||||
|
- versionName: 2.9.6.1
|
||||||
|
versionCode: 15972
|
||||||
|
commit: v2.9.6.1
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build:
|
||||||
|
- pushd ..
|
||||||
|
- export NDK_PROJECT_PATH=`pwd`
|
||||||
|
- make -C external NDK=$$NDK$$
|
||||||
|
ndk: r10e
|
||||||
|
|
||||||
|
- versionName: 2.9.7
|
||||||
|
versionCode: 15979
|
||||||
|
commit: v2.9.7
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build: make -C ../external -j`nproc` NDK="$$NDK$$" NDK_PROJECT_PATH="$PWD/.."
|
||||||
|
ndk: r10e
|
||||||
|
|
||||||
|
- versionName: 2.9.8
|
||||||
|
versionCode: 15980
|
||||||
|
commit: v2.9.8
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build: make -C ../external -j`nproc` NDK="$$NDK$$" NDK_PROJECT_PATH="$PWD/.."
|
||||||
|
ndk: r10e
|
||||||
|
|
||||||
|
- versionName: 2.9.9
|
||||||
|
versionCode: 15992
|
||||||
|
commit: v2.9.9
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build: make -C ../external -j`nproc` NDK="$$NDK$$" NDK_PROJECT_PATH="$PWD/.."
|
||||||
|
ndk: r10e
|
||||||
|
|
||||||
|
- versionName: 3.0.0
|
||||||
|
versionCode: 16400
|
||||||
|
commit: v3.0.0
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build: make -C ../external -j`nproc` NDK="$$NDK$$" NDK_PROJECT_PATH="$PWD/.."
|
||||||
|
ndk: r10e
|
||||||
|
|
||||||
|
- versionName: 3.0.1
|
||||||
|
versionCode: 16600
|
||||||
|
commit: v3.0.1
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build: make -C ../external -j`nproc` NDK="$$NDK$$" NDK_PROJECT_PATH="$PWD/.."
|
||||||
|
ndk: r10e
|
||||||
|
|
||||||
|
- versionName: 3.0.3
|
||||||
|
versionCode: 16800
|
||||||
|
commit: v3.0.3
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build: make -C ../external -j`nproc` NDK="$$NDK$$" NDK_PROJECT_PATH="$PWD/.."
|
||||||
|
ndk: r10e
|
||||||
|
|
||||||
|
- versionName: 3.0.4
|
||||||
|
versionCode: 17000
|
||||||
|
commit: v3.0.4
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build: make -C ../external -j`nproc` NDK="$$NDK$$" NDK_PROJECT_PATH="$PWD/.."
|
||||||
|
ndk: r10e
|
||||||
|
|
||||||
|
- versionName: 3.1.0
|
||||||
|
versionCode: 17111
|
||||||
|
commit: v3.1.0
|
||||||
|
subdir: aFWall
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
|
||||||
|
scandelete:
|
||||||
|
- aFWall/src/main/res/raw/
|
||||||
|
build: make -C ../external -j`nproc` NDK="$$NDK$$" NDK_PROJECT_PATH="$PWD/.."
|
||||||
|
ndk: r10e
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags ^v[0-9.]+$
|
||||||
|
CurrentVersion: 3.1.0
|
||||||
|
CurrentVersionCode: 17111
|
|
@ -1,29 +0,0 @@
|
||||||
Categories:Security
|
|
||||||
License:MIT
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/JanmanX/EncryptTextApp
|
|
||||||
Issue Tracker:https://github.com/JanmanX/EncryptTextApp/issues
|
|
||||||
|
|
||||||
Auto Name:Encrypt Text
|
|
||||||
Summary:Minimalistic application to encrypt plain text using AES 256
|
|
||||||
Description:
|
|
||||||
A simple application to encrypt text. Can be used in combination with many other
|
|
||||||
applications, to increase security and privacy.
|
|
||||||
|
|
||||||
The application can be opened just as any other application. However, to avoid
|
|
||||||
the tedious application switching, the encryption can happen in-place, in any
|
|
||||||
application.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/JanmanX/EncryptTextApp.git
|
|
||||||
|
|
||||||
Build:1.0,1
|
|
||||||
commit=1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version %c
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.0
|
|
||||||
Current Version Code:1
|
|
31
metadata/dk.meznik.jan.encrypttext.yml
Normal file
31
metadata/dk.meznik.jan.encrypttext.yml
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
Categories:
|
||||||
|
- Security
|
||||||
|
License: MIT
|
||||||
|
SourceCode: https://github.com/JanmanX/EncryptTextApp
|
||||||
|
IssueTracker: https://github.com/JanmanX/EncryptTextApp/issues
|
||||||
|
|
||||||
|
AutoName: Encrypt Text
|
||||||
|
Summary: Minimalistic application to encrypt plain text using AES 256
|
||||||
|
Description: |-
|
||||||
|
A simple application to encrypt text. Can be used in combination with many other
|
||||||
|
applications, to increase security and privacy.
|
||||||
|
|
||||||
|
The application can be opened just as any other application. However, to avoid
|
||||||
|
the tedious application switching, the encryption can happen in-place, in any
|
||||||
|
application.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/JanmanX/EncryptTextApp.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.0'
|
||||||
|
versionCode: 1
|
||||||
|
commit: '1'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '1.0'
|
||||||
|
CurrentVersionCode: 1
|
|
@ -1,52 +0,0 @@
|
||||||
Categories:System,Security,Connectivity
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/MrFlyingToasterman/Pijaret
|
|
||||||
Issue Tracker:https://github.com/MrFlyingToasterman/Pijaret/issues
|
|
||||||
|
|
||||||
Auto Name:Pijaret
|
|
||||||
Summary:Encrypt text by rotation
|
|
||||||
Description:
|
|
||||||
Pijaret is just another rotation encryption tool.
|
|
||||||
|
|
||||||
WARNING: THIS IS A TOYCRYPTER! DO NOT USE FOR SERIOUS PURPOSE!
|
|
||||||
|
|
||||||
The main purpose is to create a small encryption tool to make services like
|
|
||||||
Whatsapp or Telegram a >bit< more secure. The system is easy to understand. You
|
|
||||||
share a numeric key with your partner in real life and en/de-crypt some
|
|
||||||
important messages with it. (In case you don’t go outside you can just tormail
|
|
||||||
your chat partner or stuff).
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/MrFlyingToasterman/Pijaret
|
|
||||||
|
|
||||||
Build:1.4,1
|
|
||||||
commit=1.4
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.4,4
|
|
||||||
commit=89863e1499aca3a1fc440af21868682a7fafe9b7
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.5.2,7
|
|
||||||
commit=1.5.2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.6,8
|
|
||||||
commit=1.6
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:1.7,9
|
|
||||||
commit=1.7
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.7
|
|
||||||
Current Version Code:9
|
|
65
metadata/dmusiolik.pijaret.yml
Normal file
65
metadata/dmusiolik.pijaret.yml
Normal file
|
@ -0,0 +1,65 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
- Security
|
||||||
|
- Connectivity
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/MrFlyingToasterman/Pijaret
|
||||||
|
IssueTracker: https://github.com/MrFlyingToasterman/Pijaret/issues
|
||||||
|
Changelog: https://github.com/MrFlyingToasterman/Pijaret/releases
|
||||||
|
|
||||||
|
AutoName: Pijaret
|
||||||
|
Summary: Encrypt text by rotation
|
||||||
|
Description: |-
|
||||||
|
Pijaret is just another rotation encryption tool.
|
||||||
|
|
||||||
|
WARNING: THIS IS A TOYCRYPTER! DO NOT USE FOR SERIOUS PURPOSE!
|
||||||
|
|
||||||
|
The main purpose is to create a small encryption tool to make services like
|
||||||
|
Whatsapp or Telegram a >bit< more secure. The system is easy to understand. You
|
||||||
|
share a numeric key with your partner in real life and en/de-crypt some
|
||||||
|
important messages with it. (In case you don’t go outside you can just tormail
|
||||||
|
your chat partner or stuff).
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/MrFlyingToasterman/Pijaret
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.4'
|
||||||
|
versionCode: 1
|
||||||
|
commit: '1.4'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.4'
|
||||||
|
versionCode: 4
|
||||||
|
commit: 89863e1499aca3a1fc440af21868682a7fafe9b7
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 1.5.2
|
||||||
|
versionCode: 7
|
||||||
|
commit: 1.5.2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.6'
|
||||||
|
versionCode: 8
|
||||||
|
commit: '1.6'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '1.7'
|
||||||
|
versionCode: 9
|
||||||
|
commit: '1.7'
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '1.7'
|
||||||
|
CurrentVersionCode: 9
|
|
@ -1,32 +0,0 @@
|
||||||
AntiFeatures:Tracking
|
|
||||||
Categories:Multimedia
|
|
||||||
License:GPL-3.0-or-later
|
|
||||||
Web Site:https://dulleh.github.io/akhyou/
|
|
||||||
Source Code:https://archive.softwareheritage.org/browse/origin/https://github.com/dulleh/akhyou/directory/
|
|
||||||
Issue Tracker:
|
|
||||||
|
|
||||||
Auto Name:Akhyou!
|
|
||||||
Summary:Stream and download anime
|
|
||||||
Description:
|
|
||||||
Akhyou! lets you stream or download anime from a variety of streaming sites
|
|
||||||
using your media player of choice.
|
|
||||||
|
|
||||||
This app doesn't work anymore.
|
|
||||||
.
|
|
||||||
|
|
||||||
Build:2.0.6,3
|
|
||||||
commit=v2.0.6
|
|
||||||
subdir=akhyou2
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Build:2.0.8,5
|
|
||||||
commit=v2.0.8
|
|
||||||
subdir=akhyou2
|
|
||||||
init=sed -i -e '/gradle/s/2.13/2.14.1/g' ../gradle/wrapper/gradle-wrapper.properties
|
|
||||||
gradle=fdroid
|
|
||||||
|
|
||||||
Archive Policy:0 versions
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:None
|
|
||||||
Current Version:2.0.8
|
|
||||||
Current Version Code:5
|
|
37
metadata/dulleh.akhyou.fdroid.yml
Normal file
37
metadata/dulleh.akhyou.fdroid.yml
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
AntiFeatures:
|
||||||
|
- Tracking
|
||||||
|
Categories:
|
||||||
|
- Multimedia
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
WebSite: https://dulleh.github.io/akhyou/
|
||||||
|
SourceCode: https://archive.softwareheritage.org/browse/origin/https://github.com/dulleh/akhyou/directory/
|
||||||
|
|
||||||
|
AutoName: Akhyou!
|
||||||
|
Summary: Stream and download anime
|
||||||
|
Description: |-
|
||||||
|
Akhyou! lets you stream or download anime from a variety of streaming sites
|
||||||
|
using your media player of choice.
|
||||||
|
|
||||||
|
This app doesn't work anymore.
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 2.0.6
|
||||||
|
versionCode: 3
|
||||||
|
commit: v2.0.6
|
||||||
|
subdir: akhyou2
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
- versionName: 2.0.8
|
||||||
|
versionCode: 5
|
||||||
|
commit: v2.0.8
|
||||||
|
subdir: akhyou2
|
||||||
|
init: sed -i -e '/gradle/s/2.13/2.14.1/g' ../gradle/wrapper/gradle-wrapper.properties
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
|
||||||
|
ArchivePolicy: 0 versions
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: None
|
||||||
|
CurrentVersion: 2.0.8
|
||||||
|
CurrentVersionCode: 5
|
|
@ -1,85 +0,0 @@
|
||||||
Categories:Multimedia
|
|
||||||
License:Apache-2.0
|
|
||||||
Web Site:https://kaljurand.github.io/K6nele/
|
|
||||||
Source Code:https://github.com/Kaljurand/K6nele
|
|
||||||
Issue Tracker:https://github.com/Kaljurand/K6nele/issues
|
|
||||||
Changelog:https://github.com/Kaljurand/K6nele/releases
|
|
||||||
|
|
||||||
Auto Name:Kõnele
|
|
||||||
Summary:Speech-to-text provider
|
|
||||||
Description:
|
|
||||||
Offers speech-to-text service to other apps. Apps which allow user input via
|
|
||||||
voice usually have a little microphone button as part of their user interface.
|
|
||||||
It is a free replacement for the proprietary Google voice search, based on the
|
|
||||||
[http://bark.phon.ioc.ee/speech-api/v1/ Net Speech API] to communicate with a
|
|
||||||
speech recognition server. Currently only estonian is supported by the
|
|
||||||
pre-confgured server.
|
|
||||||
|
|
||||||
'''This is an UNTESTED build.'''
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/Kaljurand/K6nele
|
|
||||||
|
|
||||||
Build:1.2.00,1200
|
|
||||||
disable=needs graphviz, needs testing
|
|
||||||
commit=v1.2.00
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
srclibs=NetSpeechApi@f4290467ac222a8a3c4235c1bbae3d95c0fdc8c2
|
|
||||||
rm=app/libs/*.jar
|
|
||||||
prebuild=pushd $$NetSpeechApi$$ && \
|
|
||||||
$$MVN3$$ install -DskipTests && \
|
|
||||||
popd && \
|
|
||||||
sed -i -e '/mavenCentral/amavenLocal()' ../build.gradle && \
|
|
||||||
sed -i -e '/fileTree/acompile "ee.ioc.phon.netspeechapi:net-speech-api:0.1.8"\n' build.gradle && \
|
|
||||||
echo '-keep class org.apache.http.** {*; }' >> proguard.cfg && \
|
|
||||||
echo '-dontwarn org.apache.http.**' >> proguard.cfg && \
|
|
||||||
sed -i -e '/sourceSets/ipackagingOptions {\nexclude "META-INF/LICENSE.txt"\nexclude "META-INF/LICENSE"\nexclude "META-INF/NOTICE.txt"\nexclude "META-INF/NOTICE"\n}' build.gradle && \
|
|
||||||
pushd .. && \
|
|
||||||
gradle makeIcons && \
|
|
||||||
gradle makeDiagrams && \
|
|
||||||
popd
|
|
||||||
|
|
||||||
Build:1.2.04,1204
|
|
||||||
commit=v1.2.04
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
srclibs=NetSpeechApi@f4290467ac222a8a3c4235c1bbae3d95c0fdc8c2
|
|
||||||
rm=app/libs/*.jar
|
|
||||||
prebuild=pushd $$NetSpeechApi$$ && \
|
|
||||||
$$MVN3$$ install -DskipTests && \
|
|
||||||
popd && \
|
|
||||||
sed -i -e '/mavenCentral/amavenLocal()' ../build.gradle && \
|
|
||||||
sed -i -e '/fileTree/acompile "ee.ioc.phon.netspeechapi:net-speech-api:0.1.8"\n' build.gradle && \
|
|
||||||
echo '-keep class org.apache.http.** {*; }' >> proguard.cfg && \
|
|
||||||
echo '-dontwarn org.apache.http.**' >> proguard.cfg && \
|
|
||||||
sed -i -e '/sourceSets/ipackagingOptions {\nexclude "META-INF/LICENSE.txt"\nexclude "META-INF/LICENSE"\nexclude "META-INF/NOTICE.txt"\nexclude "META-INF/NOTICE"\n}' build.gradle && \
|
|
||||||
pushd .. && \
|
|
||||||
gradle makeIcons && \
|
|
||||||
gradle makeDiagrams && \
|
|
||||||
popd
|
|
||||||
|
|
||||||
Build:1.2.06,1206
|
|
||||||
commit=v1.2.06
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
rm=app/libs/*.jar
|
|
||||||
prebuild=sed -i -e '/commandLine/s|mvn|$$MVN3$$|g' ../other.gradle && \
|
|
||||||
pushd ../ && \
|
|
||||||
gradle -b other.gradle clean && \
|
|
||||||
gradle -b other.gradle makeNetSpeechApi && \
|
|
||||||
popd
|
|
||||||
scandelete=net-speech-api/target/
|
|
||||||
|
|
||||||
Build:1.6.98,1698
|
|
||||||
commit=v1.6.98
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.6.98
|
|
||||||
Current Version Code:1698
|
|
112
metadata/ee.ioc.phon.android.speak.yml
Normal file
112
metadata/ee.ioc.phon.android.speak.yml
Normal file
|
@ -0,0 +1,112 @@
|
||||||
|
Categories:
|
||||||
|
- Multimedia
|
||||||
|
License: Apache-2.0
|
||||||
|
AuthorName: Kaarel Kaljurand
|
||||||
|
AuthorEmail: kaljurand+k6nele@gmail.com
|
||||||
|
WebSite: https://kaljurand.github.io/K6nele/
|
||||||
|
SourceCode: https://github.com/Kaljurand/K6nele
|
||||||
|
IssueTracker: https://github.com/Kaljurand/K6nele/issues
|
||||||
|
Translation: https://github.com/Kaljurand/K6nele/issues/38#issuecomment-118494238
|
||||||
|
Changelog: https://github.com/Kaljurand/K6nele/releases
|
||||||
|
|
||||||
|
AutoName: Kõnele
|
||||||
|
Summary: Speech-to-text provider
|
||||||
|
Description: |-
|
||||||
|
Offers speech-to-text service to other apps. Apps which allow user input via
|
||||||
|
voice usually have a little microphone button as part of their user interface.
|
||||||
|
It is a free replacement for the proprietary Google voice search, based on the
|
||||||
|
[http://bark.phon.ioc.ee/speech-api/v1/ Net Speech API] to communicate with a
|
||||||
|
speech recognition server. Currently only estonian is supported by the
|
||||||
|
pre-confgured server.
|
||||||
|
|
||||||
|
'''This is an UNTESTED build.'''
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/Kaljurand/K6nele
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.2.00
|
||||||
|
versionCode: 1200
|
||||||
|
disable: needs graphviz, needs testing
|
||||||
|
commit: v1.2.00
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- NetSpeechApi@f4290467ac222a8a3c4235c1bbae3d95c0fdc8c2
|
||||||
|
rm:
|
||||||
|
- app/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- pushd $$NetSpeechApi$$
|
||||||
|
- $$MVN3$$ install -DskipTests
|
||||||
|
- popd
|
||||||
|
- sed -i -e '/mavenCentral/amavenLocal()' ../build.gradle
|
||||||
|
- sed -i -e '/fileTree/acompile "ee.ioc.phon.netspeechapi:net-speech-api:0.1.8"\n'
|
||||||
|
build.gradle
|
||||||
|
- echo '-keep class org.apache.http.** {*; }' >> proguard.cfg
|
||||||
|
- echo '-dontwarn org.apache.http.**' >> proguard.cfg
|
||||||
|
- sed -i -e '/sourceSets/ipackagingOptions {\nexclude "META-INF/LICENSE.txt"\nexclude
|
||||||
|
"META-INF/LICENSE"\nexclude "META-INF/NOTICE.txt"\nexclude "META-INF/NOTICE"\n}'
|
||||||
|
build.gradle
|
||||||
|
- pushd ..
|
||||||
|
- gradle makeIcons
|
||||||
|
- gradle makeDiagrams
|
||||||
|
- popd
|
||||||
|
|
||||||
|
- versionName: 1.2.04
|
||||||
|
versionCode: 1204
|
||||||
|
commit: v1.2.04
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- NetSpeechApi@f4290467ac222a8a3c4235c1bbae3d95c0fdc8c2
|
||||||
|
rm:
|
||||||
|
- app/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- pushd $$NetSpeechApi$$
|
||||||
|
- $$MVN3$$ install -DskipTests
|
||||||
|
- popd
|
||||||
|
- sed -i -e '/mavenCentral/amavenLocal()' ../build.gradle
|
||||||
|
- sed -i -e '/fileTree/acompile "ee.ioc.phon.netspeechapi:net-speech-api:0.1.8"\n'
|
||||||
|
build.gradle
|
||||||
|
- echo '-keep class org.apache.http.** {*; }' >> proguard.cfg
|
||||||
|
- echo '-dontwarn org.apache.http.**' >> proguard.cfg
|
||||||
|
- sed -i -e '/sourceSets/ipackagingOptions {\nexclude "META-INF/LICENSE.txt"\nexclude
|
||||||
|
"META-INF/LICENSE"\nexclude "META-INF/NOTICE.txt"\nexclude "META-INF/NOTICE"\n}'
|
||||||
|
build.gradle
|
||||||
|
- pushd ..
|
||||||
|
- gradle makeIcons
|
||||||
|
- gradle makeDiagrams
|
||||||
|
- popd
|
||||||
|
|
||||||
|
- versionName: 1.2.06
|
||||||
|
versionCode: 1206
|
||||||
|
commit: v1.2.06
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- app/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/commandLine/s|mvn|$$MVN3$$|g' ../other.gradle
|
||||||
|
- pushd ../
|
||||||
|
- gradle -b other.gradle clean
|
||||||
|
- gradle -b other.gradle makeNetSpeechApi
|
||||||
|
- popd
|
||||||
|
scandelete:
|
||||||
|
- net-speech-api/target/
|
||||||
|
|
||||||
|
- versionName: 1.6.98
|
||||||
|
versionCode: 1698
|
||||||
|
commit: v1.6.98
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.6.98
|
||||||
|
CurrentVersionCode: 1698
|
|
@ -1,252 +0,0 @@
|
||||||
Categories:Reading,Internet
|
|
||||||
License:GPL-3.0-or-later
|
|
||||||
Author Name:Daniel Schaal
|
|
||||||
Author Email:daniel@schaal.email
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/schaal/ocreader
|
|
||||||
Issue Tracker:https://github.com/schaal/ocreader/issues
|
|
||||||
Changelog:https://github.com/schaal/ocreader/blob/HEAD/CHANGELOG.md
|
|
||||||
|
|
||||||
Auto Name:OCReader
|
|
||||||
Summary:Reader for Nextcloud news
|
|
||||||
Description:
|
|
||||||
OCReader is a feed reader for [https://github.com/nextcloud/news Nextcloud
|
|
||||||
News], just login with your ownCloud/Nextcloud credentials and you can start
|
|
||||||
reading your feeds.
|
|
||||||
|
|
||||||
It features a simple but colorful interface.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/schaal/ocreader
|
|
||||||
|
|
||||||
Build:0.1a,1
|
|
||||||
commit=0.1a
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.1b,2
|
|
||||||
commit=v0.1b
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.1b2,3
|
|
||||||
commit=v0.1b2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.1,4
|
|
||||||
commit=v0.1
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.2,5
|
|
||||||
commit=v0.2
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.3,6
|
|
||||||
commit=v0.3
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.4,7
|
|
||||||
commit=v0.4
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.5,8
|
|
||||||
commit=v0.5
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.6,9
|
|
||||||
commit=v0.6
|
|
||||||
subdir=app
|
|
||||||
submodules=yes
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.7,10
|
|
||||||
commit=v0.7
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.8,11
|
|
||||||
commit=v0.8
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.9,12
|
|
||||||
commit=v0.9
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.10,13
|
|
||||||
commit=v0.10
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.11,14
|
|
||||||
commit=v0.11
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.12,15
|
|
||||||
commit=v0.12
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.13,16
|
|
||||||
commit=v0.13
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.14,17
|
|
||||||
commit=v0.14
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.15,18
|
|
||||||
commit=v0.15
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.16,19
|
|
||||||
commit=v0.16
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.17,20
|
|
||||||
commit=v0.17
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.18,21
|
|
||||||
commit=v0.18
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.19,22
|
|
||||||
commit=v0.19
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.21,24
|
|
||||||
commit=v0.21
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.22,25
|
|
||||||
commit=v0.22
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.23,26
|
|
||||||
commit=v0.23
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.24,27
|
|
||||||
commit=v0.24
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.25,28
|
|
||||||
commit=v0.25
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.26,29
|
|
||||||
commit=v0.26
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.27,30
|
|
||||||
commit=v0.27
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.28,31
|
|
||||||
commit=v0.28
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.29,32
|
|
||||||
commit=v0.29
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.30,33
|
|
||||||
commit=v0.30
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.31,34
|
|
||||||
commit=v0.31
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.33,36
|
|
||||||
commit=v0.33
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.34,37
|
|
||||||
commit=v0.34
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.35,38
|
|
||||||
commit=v0.35
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.36,39
|
|
||||||
commit=v0.36
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.37,40
|
|
||||||
commit=v0.37
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.38,41
|
|
||||||
commit=v0.38
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.39,42
|
|
||||||
commit=v0.39
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.40,43
|
|
||||||
commit=v0.40
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.41,44
|
|
||||||
commit=v0.41
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.42,45
|
|
||||||
commit=v0.42
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.43,46
|
|
||||||
commit=v0.43
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Build:0.44,47
|
|
||||||
commit=v0.44
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:0.44
|
|
||||||
Current Version Code:47
|
|
344
metadata/email.schaal.ocreader.yml
Normal file
344
metadata/email.schaal.ocreader.yml
Normal file
|
@ -0,0 +1,344 @@
|
||||||
|
Categories:
|
||||||
|
- Reading
|
||||||
|
- Internet
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
AuthorName: Daniel Schaal
|
||||||
|
AuthorEmail: daniel@schaal.email
|
||||||
|
WebSite: https://github.com/schaal/ocreader/wiki
|
||||||
|
SourceCode: https://github.com/schaal/ocreader
|
||||||
|
IssueTracker: https://github.com/schaal/ocreader/issues
|
||||||
|
Changelog: https://github.com/schaal/ocreader/blob/HEAD/CHANGELOG.md
|
||||||
|
|
||||||
|
AutoName: OCReader
|
||||||
|
Summary: Reader for Nextcloud news
|
||||||
|
Description: |-
|
||||||
|
OCReader is a feed reader for [https://github.com/nextcloud/news Nextcloud
|
||||||
|
News], just login with your ownCloud/Nextcloud credentials and you can start
|
||||||
|
reading your feeds.
|
||||||
|
|
||||||
|
It features a simple but colorful interface.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/schaal/ocreader
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 0.1a
|
||||||
|
versionCode: 1
|
||||||
|
commit: 0.1a
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.1b
|
||||||
|
versionCode: 2
|
||||||
|
commit: v0.1b
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.1b2
|
||||||
|
versionCode: 3
|
||||||
|
commit: v0.1b2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.1'
|
||||||
|
versionCode: 4
|
||||||
|
commit: v0.1
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.2'
|
||||||
|
versionCode: 5
|
||||||
|
commit: v0.2
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.3'
|
||||||
|
versionCode: 6
|
||||||
|
commit: v0.3
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.4'
|
||||||
|
versionCode: 7
|
||||||
|
commit: v0.4
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.5'
|
||||||
|
versionCode: 8
|
||||||
|
commit: v0.5
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.6'
|
||||||
|
versionCode: 9
|
||||||
|
commit: v0.6
|
||||||
|
subdir: app
|
||||||
|
submodules: true
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.7'
|
||||||
|
versionCode: 10
|
||||||
|
commit: v0.7
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.8'
|
||||||
|
versionCode: 11
|
||||||
|
commit: v0.8
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.9'
|
||||||
|
versionCode: 12
|
||||||
|
commit: v0.9
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.10'
|
||||||
|
versionCode: 13
|
||||||
|
commit: v0.10
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.11'
|
||||||
|
versionCode: 14
|
||||||
|
commit: v0.11
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.12'
|
||||||
|
versionCode: 15
|
||||||
|
commit: v0.12
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.13'
|
||||||
|
versionCode: 16
|
||||||
|
commit: v0.13
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.14'
|
||||||
|
versionCode: 17
|
||||||
|
commit: v0.14
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.15'
|
||||||
|
versionCode: 18
|
||||||
|
commit: v0.15
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.16'
|
||||||
|
versionCode: 19
|
||||||
|
commit: v0.16
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.17'
|
||||||
|
versionCode: 20
|
||||||
|
commit: v0.17
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.18'
|
||||||
|
versionCode: 21
|
||||||
|
commit: v0.18
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.19'
|
||||||
|
versionCode: 22
|
||||||
|
commit: v0.19
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.21'
|
||||||
|
versionCode: 24
|
||||||
|
commit: v0.21
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.22'
|
||||||
|
versionCode: 25
|
||||||
|
commit: v0.22
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.23'
|
||||||
|
versionCode: 26
|
||||||
|
commit: v0.23
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.24'
|
||||||
|
versionCode: 27
|
||||||
|
commit: v0.24
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.25'
|
||||||
|
versionCode: 28
|
||||||
|
commit: v0.25
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.26'
|
||||||
|
versionCode: 29
|
||||||
|
commit: v0.26
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.27'
|
||||||
|
versionCode: 30
|
||||||
|
commit: v0.27
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.28'
|
||||||
|
versionCode: 31
|
||||||
|
commit: v0.28
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.29'
|
||||||
|
versionCode: 32
|
||||||
|
commit: v0.29
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.30'
|
||||||
|
versionCode: 33
|
||||||
|
commit: v0.30
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.31'
|
||||||
|
versionCode: 34
|
||||||
|
commit: v0.31
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.33'
|
||||||
|
versionCode: 36
|
||||||
|
commit: v0.33
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.34'
|
||||||
|
versionCode: 37
|
||||||
|
commit: v0.34
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.35'
|
||||||
|
versionCode: 38
|
||||||
|
commit: v0.35
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.36'
|
||||||
|
versionCode: 39
|
||||||
|
commit: v0.36
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.37'
|
||||||
|
versionCode: 40
|
||||||
|
commit: v0.37
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.38'
|
||||||
|
versionCode: 41
|
||||||
|
commit: v0.38
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.39'
|
||||||
|
versionCode: 42
|
||||||
|
commit: v0.39
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.40'
|
||||||
|
versionCode: 43
|
||||||
|
commit: v0.40
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.41'
|
||||||
|
versionCode: 44
|
||||||
|
commit: v0.41
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.42'
|
||||||
|
versionCode: 45
|
||||||
|
commit: v0.42
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.43'
|
||||||
|
versionCode: 46
|
||||||
|
commit: v0.43
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
- versionName: '0.44'
|
||||||
|
versionCode: 47
|
||||||
|
commit: v0.44
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '0.44'
|
||||||
|
CurrentVersionCode: 47
|
|
@ -1,101 +0,0 @@
|
||||||
Categories:Multimedia
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:http://cosydvr.esy.es
|
|
||||||
Source Code:https://github.com/sergstetsuk/CosyDVR
|
|
||||||
Issue Tracker:https://github.com/sergstetsuk/CosyDVR/issues
|
|
||||||
Changelog:https://github.com/sergstetsuk/CosyDVR/blob/HEAD/CHANGELOG.md
|
|
||||||
|
|
||||||
Auto Name:CosyDVR
|
|
||||||
Summary:Video recording (DVR) software for in-car use
|
|
||||||
Description:
|
|
||||||
DVR software kit designed for in-car use:
|
|
||||||
|
|
||||||
* Works in background as a service
|
|
||||||
* Works even when the keyboard is locked
|
|
||||||
* Autostart recording after program launch
|
|
||||||
* Autoremove old files
|
|
||||||
* FLASH button for night recordings (if device supports)
|
|
||||||
* GPS data is recorded into subtitle files *.srt
|
|
||||||
* Separate *.gpx file for upload to the OpenStreetMap.org
|
|
||||||
* GPS data is shown on the screen
|
|
||||||
* Night mode for better video under low light condition
|
|
||||||
* Different focus modes (infinity, auto, continuous video, macro)
|
|
||||||
* Zoooming in/out with gestures
|
|
||||||
* Refocus on screen tap
|
|
||||||
* Exit function is protected with long click to avoid accedental click
|
|
||||||
* Configurable options (video size, bitrate, maxtemp and minfree space, fragment time etc.)
|
|
||||||
* Notification area clickable icon for bringing app to front
|
|
||||||
|
|
||||||
This software might not work with all devices. Old versions are available at
|
|
||||||
[[com.example.CosyDVR]].
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/sergstetsuk/CosyDVR.git
|
|
||||||
|
|
||||||
Build:1.3.7,14
|
|
||||||
commit=v1.3.7
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
|
|
||||||
Build:1.3.8,15
|
|
||||||
commit=v1.3.8
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
|
|
||||||
Build:1.3.9,16
|
|
||||||
commit=v1.3.9
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
|
|
||||||
Build:1.3.10,17
|
|
||||||
commit=v1.3.10
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
|
|
||||||
Build:1.3.11,18
|
|
||||||
commit=v1.3.11
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
|
|
||||||
Build:1.3.13,21
|
|
||||||
commit=v1.3.13
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
|
|
||||||
Build:1.3.14,22
|
|
||||||
commit=v1.3.14
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
|
|
||||||
Build:1.3.15,23
|
|
||||||
commit=v1.3.15
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
|
|
||||||
Build:1.3.16,24
|
|
||||||
commit=v1.3.16
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
|
|
||||||
Build:1.3.17,25
|
|
||||||
commit=v1.3.17
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
|
|
||||||
Build:1.3.18,26
|
|
||||||
commit=v1.3.18
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
|
|
||||||
Build:1.3.19,27
|
|
||||||
commit=v1.3.19
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
|
|
||||||
Build:1.3.20,28
|
|
||||||
commit=v1.3.20
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
|
|
||||||
Build:1.3.21,29
|
|
||||||
commit=v1.3.21
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
target=android-21
|
|
||||||
|
|
||||||
Build:1.3.22,30
|
|
||||||
commit=v1.3.22
|
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
target=android-21
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:1.3.22
|
|
||||||
Current Version Code:30
|
|
134
metadata/es.esy.CosyDVR.yml
Normal file
134
metadata/es.esy.CosyDVR.yml
Normal file
|
@ -0,0 +1,134 @@
|
||||||
|
Categories:
|
||||||
|
- Multimedia
|
||||||
|
License: GPL-3.0-only
|
||||||
|
AuthorName: Dzmitry Lahoda
|
||||||
|
AuthorEmail: stetsuk@gmail.com
|
||||||
|
WebSite: http://cosydvr.esy.es
|
||||||
|
SourceCode: https://github.com/sergstetsuk/CosyDVR
|
||||||
|
IssueTracker: https://github.com/sergstetsuk/CosyDVR/issues
|
||||||
|
Changelog: https://github.com/sergstetsuk/CosyDVR/blob/HEAD/CHANGELOG.md
|
||||||
|
|
||||||
|
AutoName: CosyDVR
|
||||||
|
Summary: Video recording (DVR) software for in-car use
|
||||||
|
Description: |-
|
||||||
|
DVR software kit designed for in-car use:
|
||||||
|
|
||||||
|
* Works in background as a service
|
||||||
|
* Works even when the keyboard is locked
|
||||||
|
* Autostart recording after program launch
|
||||||
|
* Autoremove old files
|
||||||
|
* FLASH button for night recordings (if device supports)
|
||||||
|
* GPS data is recorded into subtitle files *.srt
|
||||||
|
* Separate *.gpx file for upload to the OpenStreetMap.org
|
||||||
|
* GPS data is shown on the screen
|
||||||
|
* Night mode for better video under low light condition
|
||||||
|
* Different focus modes (infinity, auto, continuous video, macro)
|
||||||
|
* Zoooming in/out with gestures
|
||||||
|
* Refocus on screen tap
|
||||||
|
* Exit function is protected with long click to avoid accedental click
|
||||||
|
* Configurable options (video size, bitrate, maxtemp and minfree space, fragment time etc.)
|
||||||
|
* Notification area clickable icon for bringing app to front
|
||||||
|
|
||||||
|
This software might not work with all devices. Old versions are available at
|
||||||
|
[[com.example.CosyDVR]].
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/sergstetsuk/CosyDVR.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.3.7
|
||||||
|
versionCode: 14
|
||||||
|
commit: v1.3.7
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
|
||||||
|
- versionName: 1.3.8
|
||||||
|
versionCode: 15
|
||||||
|
commit: v1.3.8
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
|
||||||
|
- versionName: 1.3.9
|
||||||
|
versionCode: 16
|
||||||
|
commit: v1.3.9
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
|
||||||
|
- versionName: 1.3.10
|
||||||
|
versionCode: 17
|
||||||
|
commit: v1.3.10
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
|
||||||
|
- versionName: 1.3.11
|
||||||
|
versionCode: 18
|
||||||
|
commit: v1.3.11
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
|
||||||
|
- versionName: 1.3.13
|
||||||
|
versionCode: 21
|
||||||
|
commit: v1.3.13
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
|
||||||
|
- versionName: 1.3.14
|
||||||
|
versionCode: 22
|
||||||
|
commit: v1.3.14
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
|
||||||
|
- versionName: 1.3.15
|
||||||
|
versionCode: 23
|
||||||
|
commit: v1.3.15
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
|
||||||
|
- versionName: 1.3.16
|
||||||
|
versionCode: 24
|
||||||
|
commit: v1.3.16
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
|
||||||
|
- versionName: 1.3.17
|
||||||
|
versionCode: 25
|
||||||
|
commit: v1.3.17
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
|
||||||
|
- versionName: 1.3.18
|
||||||
|
versionCode: 26
|
||||||
|
commit: v1.3.18
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
|
||||||
|
- versionName: 1.3.19
|
||||||
|
versionCode: 27
|
||||||
|
commit: v1.3.19
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
|
||||||
|
- versionName: 1.3.20
|
||||||
|
versionCode: 28
|
||||||
|
commit: v1.3.20
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
|
||||||
|
- versionName: 1.3.21
|
||||||
|
versionCode: 29
|
||||||
|
commit: v1.3.21
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
target: android-21
|
||||||
|
|
||||||
|
- versionName: 1.3.22
|
||||||
|
versionCode: 30
|
||||||
|
commit: v1.3.22
|
||||||
|
extlibs:
|
||||||
|
- android/android-support-v4.jar
|
||||||
|
target: android-21
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.3.22
|
||||||
|
CurrentVersionCode: 30
|
|
@ -1,262 +0,0 @@
|
||||||
Categories:Time
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:https://tec.citius.usc.es/calendula/
|
|
||||||
Source Code:https://github.com/citiususc/calendula
|
|
||||||
Issue Tracker:https://github.com/citiususc/calendula/issues
|
|
||||||
|
|
||||||
Auto Name:Calendula
|
|
||||||
Summary:Manage medical prescription
|
|
||||||
Description:
|
|
||||||
Manage your medical prescriptions through a simple and intuitive interface.
|
|
||||||
Users can easily define their own daily routines (wake up, lunch, dinner, ...)
|
|
||||||
and then link medication intakes to them.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/citiususc/calendula
|
|
||||||
|
|
||||||
Build:1.0.3,4
|
|
||||||
commit=332e05546ba909799042b3e6bd15e138a8f0b130
|
|
||||||
subdir=Calendula
|
|
||||||
gradle=yes
|
|
||||||
srclibs=ActiveAndroid@08c6335cd7324c6e72da536b0c6fffa5a798f6a2
|
|
||||||
prebuild=sed -i -e '/sonatype/d' -e '/michaelpardo/d' build.gradle && \
|
|
||||||
cp -fR $$ActiveAndroid$$/src/com src/main/java
|
|
||||||
|
|
||||||
Build:1.0.5,6
|
|
||||||
commit=664903986e5e8b8c9cc1db31b84e71a6d639690a
|
|
||||||
subdir=Calendula
|
|
||||||
gradle=yes
|
|
||||||
srclibs=ActiveAndroid@08c6335cd7324c6e72da536b0c6fffa5a798f6a2
|
|
||||||
prebuild=sed -i -e '/sonatype/d' -e '/michaelpardo/d' build.gradle && \
|
|
||||||
cp -fR $$ActiveAndroid$$/src/com src/main/java
|
|
||||||
|
|
||||||
Build:1.1,7
|
|
||||||
commit=8e8dac7b147759c39f6444606aaecf8973d8df42
|
|
||||||
subdir=Calendula
|
|
||||||
gradle=yes
|
|
||||||
srclibs=ActiveAndroid@08c6335cd7324c6e72da536b0c6fffa5a798f6a2
|
|
||||||
prebuild=sed -i -e '/sonatype/d' -e '/michaelpardo/d' build.gradle && \
|
|
||||||
cp -fR $$ActiveAndroid$$/src/com src/main/java
|
|
||||||
|
|
||||||
Build:1.1.1,8
|
|
||||||
commit=v1.1.1
|
|
||||||
subdir=Calendula
|
|
||||||
gradle=yes
|
|
||||||
srclibs=ActiveAndroid@08c6335cd7324c6e72da536b0c6fffa5a798f6a2
|
|
||||||
prebuild=sed -i -e '/sonatype/d' -e '/michaelpardo/d' build.gradle && \
|
|
||||||
cp -fR $$ActiveAndroid$$/src/com src/main/java
|
|
||||||
|
|
||||||
Build:1.2,12
|
|
||||||
commit=c5a9f25302b30ef18cca7d6916a865e5212e24cf
|
|
||||||
subdir=Calendula
|
|
||||||
gradle=yes
|
|
||||||
srclibs=ActiveAndroid@08c6335cd7324c6e72da536b0c6fffa5a798f6a2
|
|
||||||
prebuild=sed -i -e '/sonatype/d' -e '/michaelpardo/d' -e '/applicationVariants/,+6d' build.gradle && \
|
|
||||||
cp -fR $$ActiveAndroid$$/src/com src/main/java
|
|
||||||
|
|
||||||
Build:1.2.1,13
|
|
||||||
commit=5780169ccd4a64a75214b83ad4ef1b89580ee4d0
|
|
||||||
subdir=Calendula
|
|
||||||
gradle=yes
|
|
||||||
srclibs=ActiveAndroid@08c6335cd7324c6e72da536b0c6fffa5a798f6a2
|
|
||||||
prebuild=sed -i -e '/sonatype/d' -e '/michaelpardo/d' -e '/applicationVariants/,+6d' build.gradle && \
|
|
||||||
cp -fR $$ActiveAndroid$$/src/com src/main/java
|
|
||||||
|
|
||||||
Build:1.3-beta-1,15
|
|
||||||
commit=fb561b86e11fb560299ee344b32a7d11b8ccbae4
|
|
||||||
subdir=Calendula
|
|
||||||
gradle=yes
|
|
||||||
srclibs=ActiveAndroid@08c6335cd7324c6e72da536b0c6fffa5a798f6a2
|
|
||||||
prebuild=sed -i -e '/sonatype/d' -e '/michaelpardo/d' -e '/applicationVariants/,+6d' build.gradle && \
|
|
||||||
cp -fR $$ActiveAndroid$$/src/com src/main/java
|
|
||||||
|
|
||||||
Build:2.3.1,17
|
|
||||||
commit=3d23e920b0047d190e32bc6add1aa840e3c0e126
|
|
||||||
subdir=Calendula
|
|
||||||
gradle=yes
|
|
||||||
srclibs=ActiveAndroid@08c6335cd7324c6e72da536b0c6fffa5a798f6a2,google-rfc-2445@36
|
|
||||||
rm=Calendula/libs/*.jar
|
|
||||||
prebuild=sed -i -e '/sonatype/d' -e '/michaelpardo/d' -e '/applicationVariants/,+4d' build.gradle && \
|
|
||||||
cp -fR $$ActiveAndroid$$/src/com src/main/java && \
|
|
||||||
pushd $$google-rfc-2445$$ && \
|
|
||||||
ant && \
|
|
||||||
popd && \
|
|
||||||
cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
|
||||||
|
|
||||||
Build:2.3.2-SNAPSHOT,18
|
|
||||||
commit=620057cfa00163d819e14609f143736eca2d0b17
|
|
||||||
subdir=Calendula
|
|
||||||
gradle=yes
|
|
||||||
srclibs=ActiveAndroid@08c6335cd7324c6e72da536b0c6fffa5a798f6a2,google-rfc-2445@36
|
|
||||||
rm=Calendula/libs/*.jar
|
|
||||||
prebuild=sed -i -e '/sonatype/d' -e '/michaelpardo/d' -e '/applicationVariants/,+4d' build.gradle && \
|
|
||||||
cp -fR $$ActiveAndroid$$/src/com src/main/java && \
|
|
||||||
pushd $$google-rfc-2445$$ && \
|
|
||||||
ant && \
|
|
||||||
popd && \
|
|
||||||
cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
|
||||||
|
|
||||||
Build:2.3.3,19
|
|
||||||
commit=5ac9a6b7da18568690d319a81558a18fa9bd15b8
|
|
||||||
subdir=Calendula
|
|
||||||
gradle=yes
|
|
||||||
srclibs=ActiveAndroid@08c6335cd7324c6e72da536b0c6fffa5a798f6a2,google-rfc-2445@36
|
|
||||||
rm=Calendula/libs/*.jar
|
|
||||||
prebuild=sed -i -e '/sonatype/d' -e '/michaelpardo/d' -e '/applicationVariants/,+4d' build.gradle && \
|
|
||||||
cp -fR $$ActiveAndroid$$/src/com src/main/java && \
|
|
||||||
pushd $$google-rfc-2445$$ && \
|
|
||||||
ant && \
|
|
||||||
popd && \
|
|
||||||
cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
|
||||||
|
|
||||||
Build:2.3.5,21
|
|
||||||
disable=third party maven repo
|
|
||||||
commit=9e42bd8dfa91a91cf6b6bd3b04053c171a02d05a
|
|
||||||
subdir=Calendula
|
|
||||||
gradle=yes
|
|
||||||
srclibs=ActiveAndroid@08c6335cd7324c6e72da536b0c6fffa5a798f6a2,google-rfc-2445@36
|
|
||||||
rm=Calendula/libs/*.jar
|
|
||||||
prebuild=sed -i -e '/sonatype/d' -e '/michaelpardo/d' -e '/applicationVariants/,+4d' build.gradle && \
|
|
||||||
cp -fR $$ActiveAndroid$$/src/com src/main/java && \
|
|
||||||
pushd $$google-rfc-2445$$ && \
|
|
||||||
ant && \
|
|
||||||
popd && \
|
|
||||||
cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
|
||||||
|
|
||||||
Build:2.4.1,30
|
|
||||||
commit=1cf175cf96eb43d95c1d7112c2f944007f0561c5
|
|
||||||
subdir=Calendula
|
|
||||||
gradle=yes
|
|
||||||
srclibs=google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
|
|
||||||
rm=Calendula/libs/*.jar
|
|
||||||
prebuild=pushd $$google-rfc-2445$$ && \
|
|
||||||
ant && \
|
|
||||||
popd && \
|
|
||||||
cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
|
||||||
|
|
||||||
Build:2.5.1,32
|
|
||||||
commit=20f515b09c437838f506193f3554495aa108dfe1
|
|
||||||
subdir=Calendula
|
|
||||||
gradle=product
|
|
||||||
srclibs=google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
|
|
||||||
rm=Calendula/libs/*.jar
|
|
||||||
prebuild=pushd $$google-rfc-2445$$ && \
|
|
||||||
ant && \
|
|
||||||
popd && \
|
|
||||||
cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
|
||||||
|
|
||||||
Build:2.5.2,33
|
|
||||||
commit=v2.5.2
|
|
||||||
subdir=Calendula
|
|
||||||
gradle=product
|
|
||||||
srclibs=google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
|
|
||||||
rm=Calendula/libs/*.jar
|
|
||||||
prebuild=pushd $$google-rfc-2445$$ && \
|
|
||||||
ant && \
|
|
||||||
popd && \
|
|
||||||
cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
|
||||||
|
|
||||||
Build:2.5.3,34
|
|
||||||
commit=v2.5.3
|
|
||||||
subdir=Calendula
|
|
||||||
gradle=product
|
|
||||||
srclibs=google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
|
|
||||||
rm=Calendula/libs/*.jar
|
|
||||||
prebuild=pushd $$google-rfc-2445$$ && \
|
|
||||||
ant && \
|
|
||||||
popd && \
|
|
||||||
cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
|
||||||
|
|
||||||
Build:2.5.4,35
|
|
||||||
commit=v2.5.4
|
|
||||||
subdir=Calendula
|
|
||||||
gradle=product
|
|
||||||
srclibs=google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
|
|
||||||
rm=Calendula/libs/*.jar
|
|
||||||
prebuild=pushd $$google-rfc-2445$$ && \
|
|
||||||
ant && \
|
|
||||||
popd && \
|
|
||||||
cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
|
||||||
|
|
||||||
Build:2.5.5,36
|
|
||||||
commit=v2.5.5
|
|
||||||
subdir=Calendula
|
|
||||||
gradle=product
|
|
||||||
srclibs=google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
|
|
||||||
rm=Calendula/libs/*.jar
|
|
||||||
prebuild=pushd $$google-rfc-2445$$ && \
|
|
||||||
ant && \
|
|
||||||
popd && \
|
|
||||||
cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
|
||||||
|
|
||||||
Build:2.5.6,37
|
|
||||||
commit=v2.5.6
|
|
||||||
subdir=Calendula
|
|
||||||
gradle=product
|
|
||||||
srclibs=google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
|
|
||||||
rm=Calendula/libs/*.jar
|
|
||||||
prebuild=pushd $$google-rfc-2445$$ && \
|
|
||||||
ant && \
|
|
||||||
popd && \
|
|
||||||
cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
|
||||||
|
|
||||||
Build:2.5.7,38
|
|
||||||
commit=v2.5.7
|
|
||||||
subdir=Calendula
|
|
||||||
gradle=product
|
|
||||||
srclibs=google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
|
|
||||||
rm=Calendula/libs/*.jar
|
|
||||||
prebuild=pushd $$google-rfc-2445$$ && \
|
|
||||||
ant && \
|
|
||||||
popd && \
|
|
||||||
cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
|
||||||
|
|
||||||
Build:2.5.8,39
|
|
||||||
commit=v2.5.8
|
|
||||||
subdir=Calendula
|
|
||||||
gradle=product
|
|
||||||
srclibs=google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
|
|
||||||
rm=Calendula/libs/*.jar
|
|
||||||
prebuild=pushd $$google-rfc-2445$$ && \
|
|
||||||
ant && \
|
|
||||||
popd && \
|
|
||||||
cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
|
||||||
|
|
||||||
Build:2.5.9,40
|
|
||||||
commit=v2.5.9
|
|
||||||
subdir=Calendula
|
|
||||||
gradle=product
|
|
||||||
srclibs=google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
|
|
||||||
rm=Calendula/libs/*.jar
|
|
||||||
prebuild=pushd $$google-rfc-2445$$ && \
|
|
||||||
ant && \
|
|
||||||
popd && \
|
|
||||||
cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
|
||||||
|
|
||||||
Build:2.5.10,41
|
|
||||||
commit=v2.5.10
|
|
||||||
subdir=Calendula
|
|
||||||
gradle=product
|
|
||||||
srclibs=google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
|
|
||||||
rm=Calendula/libs/*.jar
|
|
||||||
prebuild=pushd $$google-rfc-2445$$ && \
|
|
||||||
ant && \
|
|
||||||
popd && \
|
|
||||||
cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
|
||||||
|
|
||||||
Build:2.5.11,42
|
|
||||||
commit=v2.5.11
|
|
||||||
subdir=Calendula
|
|
||||||
gradle=product
|
|
||||||
srclibs=google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
|
|
||||||
rm=Calendula/libs/*.jar
|
|
||||||
prebuild=pushd $$google-rfc-2445$$ && \
|
|
||||||
ant && \
|
|
||||||
popd && \
|
|
||||||
cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
|
||||||
Update Check Mode:Tags
|
|
||||||
Current Version:2.5.11
|
|
||||||
Current Version Code:42
|
|
388
metadata/es.usc.citius.servando.calendula.yml
Normal file
388
metadata/es.usc.citius.servando.calendula.yml
Normal file
|
@ -0,0 +1,388 @@
|
||||||
|
Categories:
|
||||||
|
- Time
|
||||||
|
License: GPL-3.0-only
|
||||||
|
AuthorName: CITIUS
|
||||||
|
AuthorEmail: citius.calendula@usc.es
|
||||||
|
WebSite: https://tec.citius.usc.es/calendula/
|
||||||
|
SourceCode: https://github.com/citiususc/calendula
|
||||||
|
IssueTracker: https://github.com/citiususc/calendula/issues
|
||||||
|
Translation: https://github.com/citiususc/calendula/blob/master/CONTRIBUTING.md#help-with-app-translations
|
||||||
|
Changelog: https://github.com/citiususc/calendula/releases
|
||||||
|
|
||||||
|
AutoName: Calendula
|
||||||
|
Summary: Manage medical prescription
|
||||||
|
Description: |-
|
||||||
|
'''NOTE:''' This app is no longer maintained.
|
||||||
|
|
||||||
|
Manage your medical prescriptions through a simple and intuitive interface.
|
||||||
|
Users can easily define their own daily routines (wake up, lunch, dinner, ...)
|
||||||
|
and then link medication intakes to them.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/citiususc/calendula
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.0.3
|
||||||
|
versionCode: 4
|
||||||
|
commit: 332e05546ba909799042b3e6bd15e138a8f0b130
|
||||||
|
subdir: Calendula
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- ActiveAndroid@08c6335cd7324c6e72da536b0c6fffa5a798f6a2
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/sonatype/d' -e '/michaelpardo/d' build.gradle
|
||||||
|
- cp -fR $$ActiveAndroid$$/src/com src/main/java
|
||||||
|
|
||||||
|
- versionName: 1.0.5
|
||||||
|
versionCode: 6
|
||||||
|
commit: 664903986e5e8b8c9cc1db31b84e71a6d639690a
|
||||||
|
subdir: Calendula
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- ActiveAndroid@08c6335cd7324c6e72da536b0c6fffa5a798f6a2
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/sonatype/d' -e '/michaelpardo/d' build.gradle
|
||||||
|
- cp -fR $$ActiveAndroid$$/src/com src/main/java
|
||||||
|
|
||||||
|
- versionName: '1.1'
|
||||||
|
versionCode: 7
|
||||||
|
commit: 8e8dac7b147759c39f6444606aaecf8973d8df42
|
||||||
|
subdir: Calendula
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- ActiveAndroid@08c6335cd7324c6e72da536b0c6fffa5a798f6a2
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/sonatype/d' -e '/michaelpardo/d' build.gradle
|
||||||
|
- cp -fR $$ActiveAndroid$$/src/com src/main/java
|
||||||
|
|
||||||
|
- versionName: 1.1.1
|
||||||
|
versionCode: 8
|
||||||
|
commit: v1.1.1
|
||||||
|
subdir: Calendula
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- ActiveAndroid@08c6335cd7324c6e72da536b0c6fffa5a798f6a2
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/sonatype/d' -e '/michaelpardo/d' build.gradle
|
||||||
|
- cp -fR $$ActiveAndroid$$/src/com src/main/java
|
||||||
|
|
||||||
|
- versionName: '1.2'
|
||||||
|
versionCode: 12
|
||||||
|
commit: c5a9f25302b30ef18cca7d6916a865e5212e24cf
|
||||||
|
subdir: Calendula
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- ActiveAndroid@08c6335cd7324c6e72da536b0c6fffa5a798f6a2
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/sonatype/d' -e '/michaelpardo/d' -e '/applicationVariants/,+6d'
|
||||||
|
build.gradle
|
||||||
|
- cp -fR $$ActiveAndroid$$/src/com src/main/java
|
||||||
|
|
||||||
|
- versionName: 1.2.1
|
||||||
|
versionCode: 13
|
||||||
|
commit: 5780169ccd4a64a75214b83ad4ef1b89580ee4d0
|
||||||
|
subdir: Calendula
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- ActiveAndroid@08c6335cd7324c6e72da536b0c6fffa5a798f6a2
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/sonatype/d' -e '/michaelpardo/d' -e '/applicationVariants/,+6d'
|
||||||
|
build.gradle
|
||||||
|
- cp -fR $$ActiveAndroid$$/src/com src/main/java
|
||||||
|
|
||||||
|
- versionName: 1.3-beta-1
|
||||||
|
versionCode: 15
|
||||||
|
commit: fb561b86e11fb560299ee344b32a7d11b8ccbae4
|
||||||
|
subdir: Calendula
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- ActiveAndroid@08c6335cd7324c6e72da536b0c6fffa5a798f6a2
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/sonatype/d' -e '/michaelpardo/d' -e '/applicationVariants/,+6d'
|
||||||
|
build.gradle
|
||||||
|
- cp -fR $$ActiveAndroid$$/src/com src/main/java
|
||||||
|
|
||||||
|
- versionName: 2.3.1
|
||||||
|
versionCode: 17
|
||||||
|
commit: 3d23e920b0047d190e32bc6add1aa840e3c0e126
|
||||||
|
subdir: Calendula
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- ActiveAndroid@08c6335cd7324c6e72da536b0c6fffa5a798f6a2
|
||||||
|
- google-rfc-2445@36
|
||||||
|
rm:
|
||||||
|
- Calendula/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/sonatype/d' -e '/michaelpardo/d' -e '/applicationVariants/,+4d'
|
||||||
|
build.gradle
|
||||||
|
- cp -fR $$ActiveAndroid$$/src/com src/main/java
|
||||||
|
- pushd $$google-rfc-2445$$
|
||||||
|
- ant
|
||||||
|
- popd
|
||||||
|
- cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
||||||
|
|
||||||
|
- versionName: 2.3.2-SNAPSHOT
|
||||||
|
versionCode: 18
|
||||||
|
commit: 620057cfa00163d819e14609f143736eca2d0b17
|
||||||
|
subdir: Calendula
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- ActiveAndroid@08c6335cd7324c6e72da536b0c6fffa5a798f6a2
|
||||||
|
- google-rfc-2445@36
|
||||||
|
rm:
|
||||||
|
- Calendula/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/sonatype/d' -e '/michaelpardo/d' -e '/applicationVariants/,+4d'
|
||||||
|
build.gradle
|
||||||
|
- cp -fR $$ActiveAndroid$$/src/com src/main/java
|
||||||
|
- pushd $$google-rfc-2445$$
|
||||||
|
- ant
|
||||||
|
- popd
|
||||||
|
- cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
||||||
|
|
||||||
|
- versionName: 2.3.3
|
||||||
|
versionCode: 19
|
||||||
|
commit: 5ac9a6b7da18568690d319a81558a18fa9bd15b8
|
||||||
|
subdir: Calendula
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- ActiveAndroid@08c6335cd7324c6e72da536b0c6fffa5a798f6a2
|
||||||
|
- google-rfc-2445@36
|
||||||
|
rm:
|
||||||
|
- Calendula/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/sonatype/d' -e '/michaelpardo/d' -e '/applicationVariants/,+4d'
|
||||||
|
build.gradle
|
||||||
|
- cp -fR $$ActiveAndroid$$/src/com src/main/java
|
||||||
|
- pushd $$google-rfc-2445$$
|
||||||
|
- ant
|
||||||
|
- popd
|
||||||
|
- cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
||||||
|
|
||||||
|
- versionName: 2.3.5
|
||||||
|
versionCode: 21
|
||||||
|
disable: third party maven repo
|
||||||
|
commit: 9e42bd8dfa91a91cf6b6bd3b04053c171a02d05a
|
||||||
|
subdir: Calendula
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- ActiveAndroid@08c6335cd7324c6e72da536b0c6fffa5a798f6a2
|
||||||
|
- google-rfc-2445@36
|
||||||
|
rm:
|
||||||
|
- Calendula/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/sonatype/d' -e '/michaelpardo/d' -e '/applicationVariants/,+4d'
|
||||||
|
build.gradle
|
||||||
|
- cp -fR $$ActiveAndroid$$/src/com src/main/java
|
||||||
|
- pushd $$google-rfc-2445$$
|
||||||
|
- ant
|
||||||
|
- popd
|
||||||
|
- cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
||||||
|
|
||||||
|
- versionName: 2.4.1
|
||||||
|
versionCode: 30
|
||||||
|
commit: 1cf175cf96eb43d95c1d7112c2f944007f0561c5
|
||||||
|
subdir: Calendula
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
|
||||||
|
rm:
|
||||||
|
- Calendula/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- pushd $$google-rfc-2445$$
|
||||||
|
- ant
|
||||||
|
- popd
|
||||||
|
- cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
||||||
|
|
||||||
|
- versionName: 2.5.1
|
||||||
|
versionCode: 32
|
||||||
|
commit: 20f515b09c437838f506193f3554495aa108dfe1
|
||||||
|
subdir: Calendula
|
||||||
|
gradle:
|
||||||
|
- product
|
||||||
|
srclibs:
|
||||||
|
- google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
|
||||||
|
rm:
|
||||||
|
- Calendula/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- pushd $$google-rfc-2445$$
|
||||||
|
- ant
|
||||||
|
- popd
|
||||||
|
- cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
||||||
|
|
||||||
|
- versionName: 2.5.2
|
||||||
|
versionCode: 33
|
||||||
|
commit: v2.5.2
|
||||||
|
subdir: Calendula
|
||||||
|
gradle:
|
||||||
|
- product
|
||||||
|
srclibs:
|
||||||
|
- google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
|
||||||
|
rm:
|
||||||
|
- Calendula/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- pushd $$google-rfc-2445$$
|
||||||
|
- ant
|
||||||
|
- popd
|
||||||
|
- cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
||||||
|
|
||||||
|
- versionName: 2.5.3
|
||||||
|
versionCode: 34
|
||||||
|
commit: v2.5.3
|
||||||
|
subdir: Calendula
|
||||||
|
gradle:
|
||||||
|
- product
|
||||||
|
srclibs:
|
||||||
|
- google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
|
||||||
|
rm:
|
||||||
|
- Calendula/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- pushd $$google-rfc-2445$$
|
||||||
|
- ant
|
||||||
|
- popd
|
||||||
|
- cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
||||||
|
|
||||||
|
- versionName: 2.5.4
|
||||||
|
versionCode: 35
|
||||||
|
commit: v2.5.4
|
||||||
|
subdir: Calendula
|
||||||
|
gradle:
|
||||||
|
- product
|
||||||
|
srclibs:
|
||||||
|
- google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
|
||||||
|
rm:
|
||||||
|
- Calendula/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- pushd $$google-rfc-2445$$
|
||||||
|
- ant
|
||||||
|
- popd
|
||||||
|
- cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
||||||
|
|
||||||
|
- versionName: 2.5.5
|
||||||
|
versionCode: 36
|
||||||
|
commit: v2.5.5
|
||||||
|
subdir: Calendula
|
||||||
|
gradle:
|
||||||
|
- product
|
||||||
|
srclibs:
|
||||||
|
- google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
|
||||||
|
rm:
|
||||||
|
- Calendula/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- pushd $$google-rfc-2445$$
|
||||||
|
- ant
|
||||||
|
- popd
|
||||||
|
- cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
||||||
|
|
||||||
|
- versionName: 2.5.6
|
||||||
|
versionCode: 37
|
||||||
|
commit: v2.5.6
|
||||||
|
subdir: Calendula
|
||||||
|
gradle:
|
||||||
|
- product
|
||||||
|
srclibs:
|
||||||
|
- google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
|
||||||
|
rm:
|
||||||
|
- Calendula/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- pushd $$google-rfc-2445$$
|
||||||
|
- ant
|
||||||
|
- popd
|
||||||
|
- cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
||||||
|
|
||||||
|
- versionName: 2.5.7
|
||||||
|
versionCode: 38
|
||||||
|
commit: v2.5.7
|
||||||
|
subdir: Calendula
|
||||||
|
gradle:
|
||||||
|
- product
|
||||||
|
srclibs:
|
||||||
|
- google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
|
||||||
|
rm:
|
||||||
|
- Calendula/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- pushd $$google-rfc-2445$$
|
||||||
|
- ant
|
||||||
|
- popd
|
||||||
|
- cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
||||||
|
|
||||||
|
- versionName: 2.5.8
|
||||||
|
versionCode: 39
|
||||||
|
commit: v2.5.8
|
||||||
|
subdir: Calendula
|
||||||
|
gradle:
|
||||||
|
- product
|
||||||
|
srclibs:
|
||||||
|
- google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
|
||||||
|
rm:
|
||||||
|
- Calendula/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- pushd $$google-rfc-2445$$
|
||||||
|
- ant
|
||||||
|
- popd
|
||||||
|
- cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
||||||
|
|
||||||
|
- versionName: 2.5.9
|
||||||
|
versionCode: 40
|
||||||
|
commit: v2.5.9
|
||||||
|
subdir: Calendula
|
||||||
|
gradle:
|
||||||
|
- product
|
||||||
|
srclibs:
|
||||||
|
- google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
|
||||||
|
rm:
|
||||||
|
- Calendula/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- pushd $$google-rfc-2445$$
|
||||||
|
- ant
|
||||||
|
- popd
|
||||||
|
- cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
||||||
|
|
||||||
|
- versionName: 2.5.10
|
||||||
|
versionCode: 41
|
||||||
|
commit: v2.5.10
|
||||||
|
subdir: Calendula
|
||||||
|
gradle:
|
||||||
|
- product
|
||||||
|
srclibs:
|
||||||
|
- google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
|
||||||
|
rm:
|
||||||
|
- Calendula/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- pushd $$google-rfc-2445$$
|
||||||
|
- ant
|
||||||
|
- popd
|
||||||
|
- cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
||||||
|
|
||||||
|
- versionName: 2.5.11
|
||||||
|
versionCode: 42
|
||||||
|
commit: v2.5.11
|
||||||
|
subdir: Calendula
|
||||||
|
gradle:
|
||||||
|
- product
|
||||||
|
srclibs:
|
||||||
|
- google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
|
||||||
|
rm:
|
||||||
|
- Calendula/libs/*.jar
|
||||||
|
prebuild:
|
||||||
|
- pushd $$google-rfc-2445$$
|
||||||
|
- ant
|
||||||
|
- popd
|
||||||
|
- cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 2.5.11
|
||||||
|
CurrentVersionCode: 42
|
|
@ -1,68 +0,0 @@
|
||||||
Categories:Money
|
|
||||||
License:GPL-3.0-or-later
|
|
||||||
Web Site:http://www.hashengineeringsolutions.com/dash-android-wallet/
|
|
||||||
Source Code:https://github.com/HashEngineering/dash-wallet
|
|
||||||
Issue Tracker:https://github.com/HashEngineering/dash-wallet/issues
|
|
||||||
Changelog:https://raw.github.com/HashEngineering/dash-wallet/dash-12.1/wallet/CHANGES
|
|
||||||
|
|
||||||
Auto Name:Dash Wallet
|
|
||||||
Summary:Keep Dash in your pocket, on your own phone
|
|
||||||
Description:
|
|
||||||
Have your Dash always with you, in your pocket! You pay by quickly scanning a QR
|
|
||||||
code. As a merchant, you receive payments reliably and instantly. Dash Wallet is
|
|
||||||
the first mobile Dash app, and arguably also the most secure!
|
|
||||||
|
|
||||||
FEATURES
|
|
||||||
|
|
||||||
* No registration, web service or cloud needed! This wallet is de-centralized and peer to peer.
|
|
||||||
* Display of Dash amount in DASH, mDASH and µDASH.
|
|
||||||
* Conversion to and from national currencies.
|
|
||||||
* Sending and receiving of Dash via NFC, QR codes or Dash URLs.
|
|
||||||
* Address book for regularly used Dash addresses.
|
|
||||||
* When you're offline, you can still pay via Bluetooth.
|
|
||||||
* System notification for received coins.
|
|
||||||
* Sweeping of paper wallets (e.g. those used for cold storage).
|
|
||||||
* App widget for Dash balance.
|
|
||||||
|
|
||||||
CONTRIBUTE
|
|
||||||
|
|
||||||
All translations are managed via Transifex:
|
|
||||||
[https://www.transifex.com/dash/dash-wallet/]
|
|
||||||
|
|
||||||
You can find more about Dash at [https://www.dash.org/].
|
|
||||||
|
|
||||||
TESTIMONIALS
|
|
||||||
|
|
||||||
* A recommended mobile wallet by [https://www.dash.org]
|
|
||||||
|
|
||||||
Use at your own risk!
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/HashEngineering/dash-wallet
|
|
||||||
Binaries:https://github.com/HashEngineering/dash-wallet/releases/download/v%v/dash-wallet-%v.apk
|
|
||||||
|
|
||||||
Build:4.65.12.1S,40056
|
|
||||||
disable=Produces an invalid apk file
|
|
||||||
commit=00c3b6283211a053a75a8bcae57ba9169eb7aa22
|
|
||||||
subdir=wallet
|
|
||||||
gradle=prod
|
|
||||||
srclibs=DashJWallet@v0.14.3-12.1
|
|
||||||
prebuild=sed -i -e '/<module>examples/d' -e '/<module>tools/d' -e '/<module>wallettemplate/d' $$DashJWallet$$/pom.xml
|
|
||||||
scandelete=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet,wallet/src/main/jniLibs
|
|
||||||
build=$$MVN3$$ clean install -DskipTests -f $$DashJWallet$$/pom.xml -X
|
|
||||||
|
|
||||||
Build:4.65.12.1U,40058
|
|
||||||
disable=wait-for-review
|
|
||||||
commit=v4.65.12.1U
|
|
||||||
subdir=wallet
|
|
||||||
gradle=prod
|
|
||||||
srclibs=DashJWallet@v0.14.3-12.1
|
|
||||||
prebuild=sed -i -e '/<module>examples/d' -e '/<module>tools/d' -e '/<module>wallettemplate/d' $$DashJWallet$$/pom.xml
|
|
||||||
scandelete=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet,wallet/src/main/jniLibs
|
|
||||||
build=$$MVN3$$ clean install -DskipTests -f $$DashJWallet$$/pom.xml -X
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:RepoManifest/dash-12.1
|
|
||||||
Current Version:4.65.12.1V
|
|
||||||
Current Version Code:40059
|
|
83
metadata/hashengineering.darkcoin.wallet.yml
Normal file
83
metadata/hashengineering.darkcoin.wallet.yml
Normal file
|
@ -0,0 +1,83 @@
|
||||||
|
Categories:
|
||||||
|
- Money
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
AuthorName: Hash Engineering Solutions
|
||||||
|
AuthorEmail: support@dash.org
|
||||||
|
WebSite: http://www.hashengineeringsolutions.com/dash-android-wallet/
|
||||||
|
SourceCode: https://github.com/HashEngineering/dash-wallet
|
||||||
|
IssueTracker: https://github.com/HashEngineering/dash-wallet/issues
|
||||||
|
Changelog: https://raw.github.com/HashEngineering/dash-wallet/dash-12.1/wallet/CHANGES
|
||||||
|
|
||||||
|
AutoName: Dash Wallet
|
||||||
|
Summary: Keep Dash in your pocket, on your own phone
|
||||||
|
Description: |-
|
||||||
|
Have your Dash always with you, in your pocket! You pay by quickly scanning a QR
|
||||||
|
code. As a merchant, you receive payments reliably and instantly. Dash Wallet is
|
||||||
|
the first mobile Dash app, and arguably also the most secure!
|
||||||
|
|
||||||
|
FEATURES
|
||||||
|
|
||||||
|
* No registration, web service or cloud needed! This wallet is de-centralized and peer to peer.
|
||||||
|
* Display of Dash amount in DASH, mDASH and µDASH.
|
||||||
|
* Conversion to and from national currencies.
|
||||||
|
* Sending and receiving of Dash via NFC, QR codes or Dash URLs.
|
||||||
|
* Address book for regularly used Dash addresses.
|
||||||
|
* When you’re offline, you can still pay via Bluetooth.
|
||||||
|
* System notification for received coins.
|
||||||
|
* Sweeping of paper wallets (e.g. those used for cold storage).
|
||||||
|
* App widget for Dash balance.
|
||||||
|
|
||||||
|
CONTRIBUTE
|
||||||
|
|
||||||
|
All translations are managed via Transifex:
|
||||||
|
[https://www.transifex.com/dash/dash-wallet/]
|
||||||
|
|
||||||
|
You can find more about Dash at [https://www.dash.org/].
|
||||||
|
|
||||||
|
TESTIMONIALS
|
||||||
|
|
||||||
|
* A recommended mobile wallet by [https://www.dash.org]
|
||||||
|
|
||||||
|
Use at your own risk!
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/HashEngineering/dash-wallet
|
||||||
|
Binaries: https://github.com/HashEngineering/dash-wallet/releases/download/v%v/dash-wallet-%v.apk
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 4.65.12.1S
|
||||||
|
versionCode: 40056
|
||||||
|
disable: Produces an invalid apk file
|
||||||
|
commit: 00c3b6283211a053a75a8bcae57ba9169eb7aa22
|
||||||
|
subdir: wallet
|
||||||
|
gradle:
|
||||||
|
- prod
|
||||||
|
srclibs:
|
||||||
|
- DashJWallet@v0.14.3-12.1
|
||||||
|
prebuild: sed -i -e '/<module>examples/d' -e '/<module>tools/d' -e '/<module>wallettemplate/d'
|
||||||
|
$$DashJWallet$$/pom.xml
|
||||||
|
scandelete:
|
||||||
|
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
|
||||||
|
- wallet/src/main/jniLibs
|
||||||
|
build: $$MVN3$$ clean install -DskipTests -f $$DashJWallet$$/pom.xml -X
|
||||||
|
|
||||||
|
- versionName: 4.65.12.1U
|
||||||
|
versionCode: 40058
|
||||||
|
disable: wait-for-review
|
||||||
|
commit: v4.65.12.1U
|
||||||
|
subdir: wallet
|
||||||
|
gradle:
|
||||||
|
- prod
|
||||||
|
srclibs:
|
||||||
|
- DashJWallet@v0.14.3-12.1
|
||||||
|
prebuild: sed -i -e '/<module>examples/d' -e '/<module>tools/d' -e '/<module>wallettemplate/d'
|
||||||
|
$$DashJWallet$$/pom.xml
|
||||||
|
scandelete:
|
||||||
|
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
|
||||||
|
- wallet/src/main/jniLibs
|
||||||
|
build: $$MVN3$$ clean install -DskipTests -f $$DashJWallet$$/pom.xml -X
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest/dash-12.1
|
||||||
|
CurrentVersion: 4.65.12.1V
|
||||||
|
CurrentVersionCode: 40059
|
|
@ -1,84 +0,0 @@
|
||||||
Categories:Internet
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:http://tox.chat
|
|
||||||
Source Code:https://github.com/subliun/Antox
|
|
||||||
Issue Tracker:https://github.com/subliun/Antox/issues
|
|
||||||
|
|
||||||
Auto Name:Antox
|
|
||||||
Summary:Secure and easy to use messenging
|
|
||||||
Description:
|
|
||||||
Tox aims to be an easy to use, all-in-one communication platform that ensures
|
|
||||||
their users full privacy and secure message delivery.
|
|
||||||
|
|
||||||
Every peer is represented as a byte string (the public key - Tox ID - of the
|
|
||||||
peer). By using torrent-style DHT, peers can find the IP of other peers by using
|
|
||||||
their Tox ID. Once the IP is obtained, peers can initiate a secure (leveraging
|
|
||||||
the NaCl library) connection with each other. Once the connection is made, peers
|
|
||||||
can exchange messages, send files, start video chats, etc. using encrypted
|
|
||||||
communications.
|
|
||||||
|
|
||||||
INFORMATION: Use at your own risk. This is a pre-release build not intended for
|
|
||||||
general use. It might brake or not get updated.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/subliun/Antox.git
|
|
||||||
|
|
||||||
Build:0.12.0,28
|
|
||||||
disable=builds but needs testing and cleaning
|
|
||||||
commit=9e33d57974ae564e263703dd0b4a84e0d3b6b9d5
|
|
||||||
subdir=app
|
|
||||||
gradle=yes
|
|
||||||
srclibs=dnsjava@1692,zxing@zxing-3.1.0,JSoup@jsoup-1.7.3,libsodium@0.6.1,toxcore@9a74e5d0581e2ce954e365aec470551785dbb844,jToxcore@e95246c0d06ea4fe472ec88c22c014b844d9f05c
|
|
||||||
rm=app/libs/jsoup-1.7.3.jar,app/libs/core.jar,app/libs/dnsjava-2.1.6.jar,app/libs/wearable-preview-support.jar
|
|
||||||
prebuild=pushd $$JSoup$$ && \
|
|
||||||
$$MVN3$$ package && \
|
|
||||||
popd && \
|
|
||||||
cp $$JSoup$$/target/jsoup-1.7.3.jar libs/ && \
|
|
||||||
pushd $$dnsjava$$ && \
|
|
||||||
ant jar && \
|
|
||||||
popd && \
|
|
||||||
pushd $$zxing$$/core && \
|
|
||||||
$$MVN3$$ package -Dmaven.test.skip=true && \
|
|
||||||
popd && \
|
|
||||||
pushd .. && \
|
|
||||||
SYSROOT=`pwd`/sysroot && \
|
|
||||||
PATH=`pwd`/android-toolchain/bin:$PATH && \
|
|
||||||
$$NDK$$/build/tools/make-standalone-toolchain.sh --arch=arm --ndk-dir=$$NDK$$ --toolchain=arm-linux-androideabi-4.6 --install-dir=android-toolchain --platform=android-9 --system=linux-x86_64 && \
|
|
||||||
mkdir -p build-sodium && \
|
|
||||||
cd build-sodium && \
|
|
||||||
$$libsodium$$/configure --host="arm-linux-androideabi" --prefix=$SYSROOT/usr --with-sysroot=$SYSROOT --disable-soname-versions && \
|
|
||||||
make -j4 && \
|
|
||||||
make install && \
|
|
||||||
popd && \
|
|
||||||
pushd .. && \
|
|
||||||
mkdir -p build-toxcore && \
|
|
||||||
cd build-toxcore && \
|
|
||||||
$$toxcore$$/configure --host="arm-linux-androideabi" --prefix=$SYSROOT/usr --with-sysroot=$SYSROOT --with-libsodium-headers=$SYSROOT/usr/include --with-libsodium-libs=$SYSROOT/usr/lib --disable-soname-versions --disable-av --disable-rt --disable-ntox --disable-daemon --disable-phone && \
|
|
||||||
make -j4 && \
|
|
||||||
make install && \
|
|
||||||
popd && \
|
|
||||||
pushd $$jToxcore$$ && \
|
|
||||||
echo -e "SET(CMAKE_SYSTEM_NAME Linux)\n SET(CMAKE_C_COMPILER arm-linux-androideabi-gcc)\n SET(CMAKE_CXX_COMPILER arm-linux-androideabi-g++)\n SET(CMAKE_FIND_ROOT_PATH $SYSROOT)\n SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)\n SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)\n SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)\n add_definitions(-DANDROID)\n" > toolchain.cmake && \
|
|
||||||
cmake . -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake -DJNI_H=$SYSROOT/usr/include -DNEED_JNI_MD=n && \
|
|
||||||
make -j4 && \
|
|
||||||
popd && \
|
|
||||||
cp $$zxing$$/android/libs/core-3.1.0.jar libs/core.jar && \
|
|
||||||
cp $$dnsjava$$/dnsjava-2.1.6.jar libs/ && \
|
|
||||||
cp $$JSoup$$/target/jsoup-1.7.3.jar libs/ && \
|
|
||||||
cp $$jToxcore$$/src/jToxcore.jar libs/ && \
|
|
||||||
mkdir -p src/main/jniLibs/armeabi-v7a && \
|
|
||||||
cp $SYSROOT/usr/lib/*.so src/main/jniLibs/armeabi-v7a/ && \
|
|
||||||
cp $$jToxcore$$/jni/libjtoxcore.so src/main/jniLibs/armeabi-v7a/
|
|
||||||
scanignore=app/src/main/jniLibs/*/*.so,android-toolchain/*,sysroot/*,build-toxcore/*,build-sodium/*
|
|
||||||
|
|
||||||
Maintainer Notes:
|
|
||||||
* Removed wearable-preview-support.jar since it seems to be usused, and I cant
|
|
||||||
find source.
|
|
||||||
* TODO: build for other architectures than armv7a
|
|
||||||
.
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Static
|
|
||||||
Current Version:0.12.0
|
|
||||||
Current Version Code:28
|
|
113
metadata/im.tox.antox.yml
Normal file
113
metadata/im.tox.antox.yml
Normal file
|
@ -0,0 +1,113 @@
|
||||||
|
Categories:
|
||||||
|
- Internet
|
||||||
|
License: GPL-3.0-only
|
||||||
|
WebSite: http://tox.chat
|
||||||
|
SourceCode: https://github.com/subliun/Antox
|
||||||
|
IssueTracker: https://github.com/subliun/Antox/issues
|
||||||
|
|
||||||
|
AutoName: Antox
|
||||||
|
Summary: Secure and easy to use messenging
|
||||||
|
Description: |-
|
||||||
|
Tox aims to be an easy to use, all-in-one communication platform that ensures
|
||||||
|
their users full privacy and secure message delivery.
|
||||||
|
|
||||||
|
Every peer is represented as a byte string (the public key - Tox ID - of the
|
||||||
|
peer). By using torrent-style DHT, peers can find the IP of other peers by using
|
||||||
|
their Tox ID. Once the IP is obtained, peers can initiate a secure (leveraging
|
||||||
|
the NaCl library) connection with each other. Once the connection is made, peers
|
||||||
|
can exchange messages, send files, start video chats, etc. using encrypted
|
||||||
|
communications.
|
||||||
|
|
||||||
|
INFORMATION: Use at your own risk. This is a pre-release build not intended for
|
||||||
|
general use. It might brake or not get updated.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/subliun/Antox.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 0.12.0
|
||||||
|
versionCode: 28
|
||||||
|
disable: builds but needs testing and cleaning
|
||||||
|
commit: 9e33d57974ae564e263703dd0b4a84e0d3b6b9d5
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- dnsjava@1692
|
||||||
|
- zxing@zxing-3.1.0
|
||||||
|
- JSoup@jsoup-1.7.3
|
||||||
|
- libsodium@0.6.1
|
||||||
|
- toxcore@9a74e5d0581e2ce954e365aec470551785dbb844
|
||||||
|
- jToxcore@e95246c0d06ea4fe472ec88c22c014b844d9f05c
|
||||||
|
rm:
|
||||||
|
- app/libs/jsoup-1.7.3.jar
|
||||||
|
- app/libs/core.jar
|
||||||
|
- app/libs/dnsjava-2.1.6.jar
|
||||||
|
- app/libs/wearable-preview-support.jar
|
||||||
|
prebuild:
|
||||||
|
- pushd $$JSoup$$
|
||||||
|
- $$MVN3$$ package
|
||||||
|
- popd
|
||||||
|
- cp $$JSoup$$/target/jsoup-1.7.3.jar libs/
|
||||||
|
- pushd $$dnsjava$$
|
||||||
|
- ant jar
|
||||||
|
- popd
|
||||||
|
- pushd $$zxing$$/core
|
||||||
|
- $$MVN3$$ package -Dmaven.test.skip=true
|
||||||
|
- popd
|
||||||
|
- pushd ..
|
||||||
|
- SYSROOT=`pwd`/sysroot
|
||||||
|
- PATH=`pwd`/android-toolchain/bin:$PATH
|
||||||
|
- $$NDK$$/build/tools/make-standalone-toolchain.sh --arch=arm --ndk-dir=$$NDK$$
|
||||||
|
--toolchain=arm-linux-androideabi-4.6 --install-dir=android-toolchain --platform=android-9
|
||||||
|
--system=linux-x86_64
|
||||||
|
- mkdir -p build-sodium
|
||||||
|
- cd build-sodium
|
||||||
|
- $$libsodium$$/configure --host="arm-linux-androideabi" --prefix=$SYSROOT/usr
|
||||||
|
--with-sysroot=$SYSROOT --disable-soname-versions
|
||||||
|
- make -j4
|
||||||
|
- make install
|
||||||
|
- popd
|
||||||
|
- pushd ..
|
||||||
|
- mkdir -p build-toxcore
|
||||||
|
- cd build-toxcore
|
||||||
|
- $$toxcore$$/configure --host="arm-linux-androideabi" --prefix=$SYSROOT/usr
|
||||||
|
--with-sysroot=$SYSROOT --with-libsodium-headers=$SYSROOT/usr/include --with-libsodium-libs=$SYSROOT/usr/lib
|
||||||
|
--disable-soname-versions --disable-av --disable-rt --disable-ntox --disable-daemon
|
||||||
|
--disable-phone
|
||||||
|
- make -j4
|
||||||
|
- make install
|
||||||
|
- popd
|
||||||
|
- pushd $$jToxcore$$
|
||||||
|
- echo -e "SET(CMAKE_SYSTEM_NAME Linux)\n SET(CMAKE_C_COMPILER arm-linux-androideabi-gcc)\n
|
||||||
|
SET(CMAKE_CXX_COMPILER arm-linux-androideabi-g++)\n SET(CMAKE_FIND_ROOT_PATH
|
||||||
|
$SYSROOT)\n SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)\n SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY
|
||||||
|
ONLY)\n SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)\n add_definitions(-DANDROID)\n"
|
||||||
|
> toolchain.cmake
|
||||||
|
- cmake . -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake -DJNI_H=$SYSROOT/usr/include
|
||||||
|
-DNEED_JNI_MD=n
|
||||||
|
- make -j4
|
||||||
|
- popd
|
||||||
|
- cp $$zxing$$/android/libs/core-3.1.0.jar libs/core.jar
|
||||||
|
- cp $$dnsjava$$/dnsjava-2.1.6.jar libs/
|
||||||
|
- cp $$JSoup$$/target/jsoup-1.7.3.jar libs/
|
||||||
|
- cp $$jToxcore$$/src/jToxcore.jar libs/
|
||||||
|
- mkdir -p src/main/jniLibs/armeabi-v7a
|
||||||
|
- cp $SYSROOT/usr/lib/*.so src/main/jniLibs/armeabi-v7a/
|
||||||
|
- cp $$jToxcore$$/jni/libjtoxcore.so src/main/jniLibs/armeabi-v7a/
|
||||||
|
scanignore:
|
||||||
|
- app/src/main/jniLibs/*/*.so
|
||||||
|
- android-toolchain/*
|
||||||
|
- sysroot/*
|
||||||
|
- build-toxcore/*
|
||||||
|
- build-sodium/*
|
||||||
|
|
||||||
|
MaintainerNotes: |-
|
||||||
|
* Removed wearable-preview-support.jar since it seems to be usused, and I cant
|
||||||
|
find source.
|
||||||
|
* TODO: build for other architectures than armv7a
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Static
|
||||||
|
CurrentVersion: 0.12.0
|
||||||
|
CurrentVersionCode: 28
|
Loading…
Reference in a new issue