Merge with upstream repository
This commit is contained in:
commit
464917a05c
|
@ -2,7 +2,9 @@ image: registry.gitlab.com/fdroid/ci-images-server:latest
|
|||
|
||||
before_script:
|
||||
- rm -rf fdroidserver
|
||||
- git clone --depth=1 https://gitlab.com/fdroid/fdroidserver.git
|
||||
- mkdir fdroidserver
|
||||
- curl --silent https://gitlab.com/fdroid/fdroidserver/repository/master/archive.tar.gz
|
||||
| tar -xz --directory=fdroidserver --strip-components=1
|
||||
- export PATH="$PWD/fdroidserver:$PATH"
|
||||
- touch config.py
|
||||
|
||||
|
@ -12,9 +14,9 @@ lint:
|
|||
- if [ "$CI_PROJECT_NAMESPACE" != "fdroid" ]; then
|
||||
git fetch https://gitlab.com/fdroid/fdroiddata;
|
||||
test -d build || mkdir build;
|
||||
for f in `git diff --name-only FETCH_HEAD`; do
|
||||
appid=`echo $f | sed -n -e 's,^metadata/\(.*\)\.txt,\1,p'
|
||||
-e 's,^metadata/\(.*\)\.yml,\1,p'`;
|
||||
for f in `git diff --name-only FETCH_HEAD...HEAD`; do
|
||||
appid=`echo $f | sed -n -e 's,^metadata/\([^/][^/]*\)\.txt,\1,p'
|
||||
-e 's,^metadata/\([^/][^/]*\)\.yml,\1,p'`;
|
||||
export CHANGED="$CHANGED $appid";
|
||||
grep -q "^Repo *Type\W *git" $f && git -C build clone `sed -n "s,^Repo *:,,p" $f` $appid;
|
||||
done;
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -28,6 +28,6 @@ Build:1.3.1-beta,31
|
|||
buildjni=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.3.1-beta
|
||||
Current Version Code:31
|
||||
|
|
|
@ -79,12 +79,21 @@ Build:1.3.2,12
|
|||
gradle=yes
|
||||
|
||||
Build:1.3.3,13
|
||||
disable=Try to force the build
|
||||
commit=v1.3.3
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.4.0,14
|
||||
commit=v1.4.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.4.1,15
|
||||
commit=v1.4.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.3.3
|
||||
Current Version Code:13
|
||||
Current Version:1.4.1
|
||||
Current Version Code:15
|
||||
|
|
|
@ -140,6 +140,6 @@ Use Color-Picker-2 next time
|
|||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:3.29.2
|
||||
Current Version Code:67
|
||||
|
|
|
@ -571,11 +571,31 @@ Build:1.78,78
|
|||
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
|
||||
scanignore=app/src/main/res/raw/tumangaonline
|
||||
|
||||
Build:1.80,80
|
||||
commit=1.80
|
||||
subdir=app
|
||||
gradle=yes
|
||||
srclibs=RapidDecoder@7cdfca4
|
||||
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
|
||||
sed -i -e '/rapid.decoder/d' build.gradle && \
|
||||
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
|
||||
scanignore=app/src/main/res/raw/tumangaonline
|
||||
|
||||
Build:1.81,81
|
||||
commit=1.81
|
||||
subdir=app
|
||||
gradle=yes
|
||||
srclibs=RapidDecoder@7cdfca4
|
||||
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
|
||||
sed -i -e '/rapid.decoder/d' build.gradle && \
|
||||
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
|
||||
scanignore=app/src/main/res/raw/tumangaonline
|
||||
|
||||
Maintainer Notes:
|
||||
RapidDecoder 0.3.0 is required, but this version is not tagged.
|
||||
.
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.78
|
||||
Current Version Code:78
|
||||
Current Version:1.81
|
||||
Current Version Code:81
|
||||
|
|
|
@ -19,6 +19,6 @@ Build:1.27,27
|
|||
target=android-8
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.27
|
||||
Current Version Code:27
|
||||
|
|
|
@ -93,6 +93,7 @@ Build:v2.9.31-fdroid,31
|
|||
forceversion=yes
|
||||
|
||||
Build:v2.9.32-fdroid,32
|
||||
disable=Could not find com.android.tools.build:gradle:3.0.0
|
||||
commit=v2.9.32
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
|
|
|
@ -18,6 +18,6 @@ Build:1.06,12
|
|||
target=android-15
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.06
|
||||
Current Version Code:12
|
||||
|
|
|
@ -20,6 +20,6 @@ Build:1.4 Grymalkyn,5
|
|||
commit=9fa239eba7a6
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.4 Grymalkyn
|
||||
Current Version Code:5
|
||||
|
|
|
@ -33,7 +33,17 @@ Build:1.0.1,7
|
|||
subdir=mobile
|
||||
gradle=yes
|
||||
|
||||
Build:1.1.0,8
|
||||
commit=1.1.0
|
||||
subdir=mobile
|
||||
gradle=yes
|
||||
|
||||
Build:1.1.1,9
|
||||
commit=1.1.1
|
||||
subdir=mobile
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags ^[0-9.]+$
|
||||
Current Version:1.0.1
|
||||
Current Version Code:7
|
||||
Current Version:1.1.1
|
||||
Current Version Code:9
|
||||
|
|
|
@ -143,6 +143,12 @@ Build:2.17.1,21701
|
|||
gradle=fdroid_free
|
||||
prebuild=sed -i -e '/dl.bintray.com/d' -e '/shrinkResources/d' -e '/minifyEnabled/d' -e '/proguardFiles/d' build.gradle
|
||||
|
||||
Build:2.18,21800
|
||||
commit=v2.18
|
||||
subdir=app
|
||||
gradle=fdroid_free
|
||||
prebuild=sed -i -e '/dl.bintray.com/d' -e '/shrinkResources/d' -e '/minifyEnabled/d' -e '/proguardFiles/d' build.gradle
|
||||
|
||||
Maintainer Notes:
|
||||
Remove shrink/minify stuff since the proguard config is missing.
|
||||
.
|
||||
|
@ -150,5 +156,5 @@ Remove shrink/minify stuff since the proguard config is missing.
|
|||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Update Check Name:be.ppareit.swiftp
|
||||
Current Version:2.17.1
|
||||
Current Version Code:21701
|
||||
Current Version:2.18
|
||||
Current Version Code:21800
|
||||
|
|
|
@ -34,5 +34,5 @@ Build:1.2,12
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.1.0
|
||||
Current Version Code:18
|
||||
Current Version:2.1.1
|
||||
Current Version Code:19
|
||||
|
|
|
@ -125,7 +125,12 @@ Build:1.6.3,10603
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.6.4,10604
|
||||
commit=scrumchatter-1.6.4
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version scrumchatter-%v
|
||||
Update Check Mode:Tags ^scrumchatter.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*
|
||||
Current Version:1.6.3
|
||||
Current Version Code:10603
|
||||
Current Version:1.6.4
|
||||
Current Version Code:10604
|
||||
|
|
|
@ -24,6 +24,6 @@ Build:1.3,4
|
|||
svn co -r4000 https://openintents.googlecode.com/svn/trunk/shoppinglist/ShoppingList/src/org/openintents/intents
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.3
|
||||
Current Version Code:4
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
AntiFeatures:UpstreamNonFree
|
||||
Categories:Theming
|
||||
License:Apache-2.0
|
||||
License:GPL-3.0
|
||||
Web Site:https://lawnchair.info/
|
||||
Source Code:https://github.com/LawnchairLauncher/Lawnchair
|
||||
Issue Tracker:https://github.com/LawnchairLauncher/Lawnchair/issues
|
||||
|
@ -29,6 +29,7 @@ Build:1.1.0.1742,1742
|
|||
rm=app/src/main/java/ch/deletescape/lawnchair/weather/AwarenessWeatherAPI.kt
|
||||
prebuild=sed -i -e '/play-services-awareness/d' build.gradle && \
|
||||
sed -i -e '/AwarenessWeatherAPI/d' src/main/java/ch/deletescape/lawnchair/weather/WeatherAPI.kt && \
|
||||
sed -i -e 's/PREF_WEATHER_PROVIDER_AWARENESS = "1"/PREF_WEATHER_PROVIDER_AWARENESS = "0"/' src/main/java/ch/deletescape/lawnchair/preferences/PreferenceFlags.kt && \
|
||||
sed -i -e 's/android:defaultValue="1"/android:defaultValue="0"/' src/main/res/xml/launcher_theme_preferences.xml
|
||||
build=export TRAVIS=true && \
|
||||
export MAJOR_MINOR=1.1.0 && \
|
||||
|
|
|
@ -65,6 +65,7 @@ Build:2.0.8,28
|
|||
gradle=yes
|
||||
|
||||
Build:2.0.9,29
|
||||
disable=Could not find com.android.tools.build:gradle:3.0.1
|
||||
commit=v2.0.9
|
||||
subdir=ShareViaHttp/app
|
||||
gradle=yes
|
||||
|
|
|
@ -51,6 +51,7 @@ Build:4.1,578
|
|||
gradle=yes
|
||||
|
||||
Build:5.0,642
|
||||
disable=ProGuard fails: there were 14 unresolved references to classes or interfaces
|
||||
commit=5.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
|
|
@ -216,23 +216,11 @@ Build:2.0.1,49
|
|||
gradle=free
|
||||
prebuild=sed -i -e '/com.aaronjwood.portauthority.free/d' build.gradle
|
||||
|
||||
Build:2.2.0,50
|
||||
commit=v2.2.0
|
||||
subdir=app
|
||||
gradle=free
|
||||
prebuild=sed -i -e '/com.aaronjwood.portauthority.free/d' build.gradle
|
||||
|
||||
Build:2.2.4,53
|
||||
commit=v2.2.4
|
||||
subdir=app
|
||||
gradle=free
|
||||
prebuild=sed -i -e '/com.aaronjwood.portauthority.free/d' build.gradle
|
||||
|
||||
Build:2.2.6,54
|
||||
commit=v2.2.6
|
||||
subdir=app
|
||||
gradle=free
|
||||
prebuild=sed -i -e '/com.aaronjwood.portauthority.free/d' build.gradle
|
||||
prebuild=sed -i -e '/applicationIdSuffix/d; /versionNameSuffix/d' build.gradle
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
|
|
|
@ -34,6 +34,6 @@ Build:1.98,44
|
|||
buildjni=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.98
|
||||
Current Version Code:44
|
||||
|
|
|
@ -26,6 +26,6 @@ Build:1.3,103
|
|||
subdir=asqare
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.3
|
||||
Current Version Code:103
|
||||
|
|
|
@ -21,6 +21,6 @@ Build:1.4.4,14
|
|||
commit=15
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.4.4
|
||||
Current Version Code:14
|
||||
|
|
|
@ -28,5 +28,5 @@ Build:2.0,100
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest/Brazilian
|
||||
Current Version:2.0.2
|
||||
Current Version Code:102
|
||||
Current Version:2.0.3
|
||||
Current Version Code:103
|
||||
|
|
|
@ -33,6 +33,6 @@ Build:20110220,3
|
|||
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:20110220
|
||||
Current Version Code:3
|
||||
|
|
|
@ -32,6 +32,6 @@ Build:20100613,2
|
|||
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:20100613
|
||||
Current Version Code:2
|
||||
|
|
|
@ -34,6 +34,6 @@ Build:20111029,1
|
|||
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:20111029
|
||||
Current Version Code:1
|
||||
|
|
|
@ -21,8 +21,8 @@ Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
|
|||
layout from AnySoftKeyboard's Settings->Keyboards menu.
|
||||
.
|
||||
|
||||
Repo Type:srclib
|
||||
Repo:AnySoftKeyboardPacks
|
||||
Repo Type:git
|
||||
Repo:https://github.com/AnySoftKeyboard/LanguagePack
|
||||
|
||||
Build:20121101,10
|
||||
commit=421e0212c
|
||||
|
|
|
@ -25,6 +25,6 @@ Build:1.0.1-201200304,2
|
|||
sed -i '/key/d' project.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.0.1-201200304
|
||||
Current Version Code:2
|
||||
|
|
|
@ -31,6 +31,6 @@ Build:1.1,3
|
|||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$MobAdMob$$@' project.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.1
|
||||
Current Version Code:3
|
||||
|
|
|
@ -51,6 +51,6 @@ Build:1.3.6,26
|
|||
target=Google Inc.:Google APIs:17
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Update Check Mode:Static
|
||||
Current Version:1.3.7
|
||||
Current Version Code:27
|
||||
|
|
|
@ -1,49 +0,0 @@
|
|||
Categories:Reading
|
||||
License:AGPL-3.0+
|
||||
Web Site:http://mupdf.com
|
||||
Source Code:http://git.ghostscript.com/?p=mupdf.git;a=summary
|
||||
Issue Tracker:http://bugs.ghostscript.com
|
||||
Changelog:http://git.ghostscript.com/?p=mupdf.git;a=blob_plain;f=CHANGES;hb=HEAD
|
||||
|
||||
Name:MuPDF (experimental)
|
||||
Auto Name:MuPDF
|
||||
Summary:Lightweight document viewer
|
||||
Description:
|
||||
MuPDF supports PDF 1.7 with transparency, encryption, hyperlinks, annotations,
|
||||
searching, form editing and more. It also reads OpenXPS and CBZ (comic book)
|
||||
documents.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:http://git.ghostscript.com/mupdf-android-viewer-nui.git
|
||||
|
||||
Build:1.11-nui,111
|
||||
disable=wait for release
|
||||
commit=61f069e53bc9a3f598f6ea9ed766ad5fdd149186
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
forceversion=yes
|
||||
forcevercode=yes
|
||||
prebuild=pushd ../libmupdf && \
|
||||
make generate && \
|
||||
popd
|
||||
ndk=r11c
|
||||
|
||||
Maintainer Notes:
|
||||
The basename "bears no resemblance to the app version", however 1.4
|
||||
used 40 and 1.5 used 50. This would make 1.6 start with 60 -- or
|
||||
even a 16xx scheme.
|
||||
|
||||
Documents:
|
||||
http://www.mupdf.com/docs/how-to-build-mupdf-for-android
|
||||
http://mupdf.com/downloads/
|
||||
http://twiki.ghostscript.com/do/view/MuPDF/AndroidReleases
|
||||
http://git.ghostscript.com/?p=mupdf.git;a=blob;f=platform/android/jni/Application.mk;h=60909b6e9989b79231a6f3a7a04f371039185dbf;hb=HEAD
|
||||
.
|
||||
|
||||
Archive Policy:0 versions
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:1.11
|
||||
Current Version Code:111
|
|
@ -1,3 +1,4 @@
|
|||
AntiFeatures:KnownVuln
|
||||
Categories:Reading
|
||||
License:AGPL-3.0+
|
||||
Web Site:https://mupdf.com
|
||||
|
@ -8,6 +9,15 @@ Changelog:https://git.ghostscript.com/?p=mupdf.git;a=blob_plain;f=CHANGES;hb=HEA
|
|||
Auto Name:MuPDF mini
|
||||
Summary:Extra simple document viewer
|
||||
Description:
|
||||
Deprecated in favor of [[com.artifex.mupdf.viewer.app]].
|
||||
|
||||
1.11 has multiple vulnerabilities:
|
||||
|
||||
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15587
|
||||
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14687
|
||||
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14686
|
||||
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14685
|
||||
|
||||
The mini version of [[com.artifex.mupdfdemo]] is designed to be an extra simple
|
||||
document viewer with no frills.
|
||||
|
||||
|
@ -39,6 +49,8 @@ Build:1.11,112
|
|||
ndk=r14b
|
||||
|
||||
Maintainer Notes:
|
||||
There's 1.12.0 tag in Git, but that's a different app with a different app ID.
|
||||
|
||||
The version code "bears no resemblance to the version name", however it
|
||||
follows this pattern:
|
||||
* MINOR + "1" for armeabi-v7a
|
||||
|
@ -51,6 +63,7 @@ Documents:
|
|||
* https://twiki.ghostscript.com/do/view/MuPDF/AndroidReleases
|
||||
.
|
||||
|
||||
Archive Policy:0 versions
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:1.11
|
||||
|
|
46
metadata/com.artifex.mupdf.viewer.app.txt
Normal file
46
metadata/com.artifex.mupdf.viewer.app.txt
Normal file
|
@ -0,0 +1,46 @@
|
|||
Categories:Reading
|
||||
License:AGPL-3.0+
|
||||
Web Site:https://mupdf.com
|
||||
Source Code:https://git.ghostscript.com/?p=mupdf-android-viewer.git;a=summary
|
||||
Issue Tracker:https://bugs.ghostscript.com
|
||||
Changelog:https://git.ghostscript.com/?p=mupdf.git;a=blob_plain;f=CHANGES;hb=HEAD
|
||||
|
||||
Auto Name:MuPDF viewer
|
||||
Summary:Lightweight document viewer
|
||||
Description:
|
||||
MuPDF supports PDF 1.7 with transparency, encryption, hyperlinks, annotations,
|
||||
searching, form editing and more. It also reads OpenXPS and CBZ (comic book)
|
||||
documents.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:git://git.ghostscript.com/mupdf-android-viewer.git
|
||||
|
||||
Build:1.12.0,20
|
||||
commit=1.12.0
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/maven.ghostscript.com/d' ../build.gradle && \
|
||||
sed -i -e 's/enable true/enable false/' build.gradle && \
|
||||
sed -i -e "s/'-j4'/'-j`nproc`'/" ../jni/build.gradle && \
|
||||
sed -i -e "/Uncomment/a\ ndk.abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86'" ../jni/build.gradle && \
|
||||
make -C ../jni/libmupdf generate
|
||||
scandelete=jni/libmupdf/thirdparty,jni/libmupdf/build/release/scripts
|
||||
ndk=r16b
|
||||
|
||||
Maintainer Notes:
|
||||
Upstream builds separate APKs for all target architectures supported by NDK
|
||||
(7 as of r16). We build universal APK with armeabi-v7a, arm64-v8a and x86
|
||||
support only.
|
||||
|
||||
Documents:
|
||||
* https://www.mupdf.com/docs/how-to-build-mupdf-for-android
|
||||
* https://mupdf.com/downloads/
|
||||
* https://twiki.ghostscript.com/do/view/MuPDF/AndroidReleases
|
||||
.
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.12
|
||||
Current Version Code:20
|
|
@ -1,3 +1,4 @@
|
|||
AntiFeatures:KnownVuln
|
||||
Categories:Reading
|
||||
License:AGPL-3.0+
|
||||
Web Site:https://mupdf.com
|
||||
|
@ -8,6 +9,15 @@ Changelog:https://git.ghostscript.com/?p=mupdf.git;a=blob_plain;f=CHANGES;hb=HEA
|
|||
Auto Name:MuPDF
|
||||
Summary:Lightweight document viewer
|
||||
Description:
|
||||
Deprecated in favor of [[com.artifex.mupdf.viewer.app]].
|
||||
|
||||
The last version has multiple vulnerabilities:
|
||||
|
||||
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15587
|
||||
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14687
|
||||
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14686
|
||||
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14685
|
||||
|
||||
MuPDF supports PDF 1.7 with transparency, encryption, hyperlinks, annotations,
|
||||
searching, form editing and more. It also reads OpenXPS and CBZ (comic book)
|
||||
documents.
|
||||
|
@ -362,6 +372,7 @@ Split Android and iOS viewers into separate projects:
|
|||
* mupdf-viewer-android-mini.git has a new minimalist Android viewer.
|
||||
.
|
||||
|
||||
Archive Policy:0 versions
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:1.11
|
||||
|
|
|
@ -263,7 +263,25 @@ Build:0.13.0,511
|
|||
gradle nativeLibsToJar
|
||||
ndk=r15c
|
||||
|
||||
Build:0.14.0,512
|
||||
commit=v0.14.0
|
||||
subdir=MessengerProj
|
||||
submodules=yes
|
||||
gradle=fat
|
||||
build=$$NDK$$/ndk-build -j `nproc` && \
|
||||
gradle nativeLibsToJar
|
||||
ndk=r14b
|
||||
|
||||
Build:0.15.0,513
|
||||
commit=v0.15.0
|
||||
subdir=MessengerProj
|
||||
submodules=yes
|
||||
gradle=fat
|
||||
build=$$NDK$$/ndk-build -j `nproc` && \
|
||||
gradle nativeLibsToJar
|
||||
ndk=r14b
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.13.0
|
||||
Current Version Code:511
|
||||
Current Version:0.15.0
|
||||
Current Version Code:513
|
||||
|
|
|
@ -3,6 +3,7 @@ License:GPL-3.0
|
|||
Web Site:
|
||||
Source Code:https://github.com/BijoySingh/Material-Notes-Android-App
|
||||
Issue Tracker:https://github.com/BijoySingh/Material-Notes-Android-App/issues
|
||||
Changelog:https://github.com/BijoySingh/Material-Notes-Android-App/releases
|
||||
|
||||
Auto Name:Material Notes
|
||||
Summary:Quick and beautiful note-taking
|
||||
|
@ -60,7 +61,17 @@ Build:4.3.1,48
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:4.4.1,57
|
||||
commit=v4.4.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:4.5.4,62
|
||||
commit=v4.5.4
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:4.3.1
|
||||
Current Version Code:48
|
||||
Current Version:4.5.4
|
||||
Current Version Code:62
|
||||
|
|
|
@ -41,6 +41,7 @@ Build:1.1.2,12
|
|||
gradle=yes
|
||||
|
||||
Build:1.2,20
|
||||
disable=Could not find com.android.tools.build:gradle:3.0.0
|
||||
commit=ltc-1.2
|
||||
subdir=litecoin
|
||||
gradle=yes
|
||||
|
|
|
@ -23,6 +23,6 @@ Build:0.3.3,17
|
|||
commit=24
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:0.3.3
|
||||
Current Version Code:17
|
||||
|
|
|
@ -25,6 +25,6 @@ Build:Copter-GCS,9
|
|||
subdir=copter-gcs
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:Copter-GCS
|
||||
Current Version Code:9
|
||||
|
|
|
@ -158,6 +158,7 @@ Build:5.3.1,531
|
|||
gradle=yes
|
||||
|
||||
Build:5.4.0,540
|
||||
disable=Could not find com.android.tools.build:gradle:3.0.1
|
||||
commit=v5.4.0
|
||||
subdir=PersianCalendar
|
||||
gradle=yes
|
||||
|
|
|
@ -54,7 +54,12 @@ Build:3.18,40
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:3.19,41
|
||||
commit=v3.19
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.18
|
||||
Current Version Code:40
|
||||
Current Version:3.19
|
||||
Current Version Code:41
|
||||
|
|
|
@ -32,6 +32,6 @@ GPLv3 as seen on the GoggleCode project page.
|
|||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:2.0.3
|
||||
Current Version Code:24
|
||||
|
|
|
@ -35,7 +35,10 @@ Build:5.0,28
|
|||
Build:5.1,31
|
||||
commit=26774a278f36ffc3c8860372ebb9a8ed327ed688
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Build:5.5,54
|
||||
commit=v5.5
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:5.5
|
||||
Current Version Code:54
|
||||
|
|
|
@ -22,8 +22,8 @@ Description:
|
|||
This build doesn't include SILK (Skype) support.
|
||||
.
|
||||
|
||||
Repo Type:srclib
|
||||
Repo:CSipSimple
|
||||
Repo Type:git-svn
|
||||
Repo:https://csipsimple.googlecode.com/svn/trunk
|
||||
|
||||
Build:1.02.01-2417,2417
|
||||
commit=2418
|
||||
|
@ -77,6 +77,6 @@ question yet.
|
|||
|
||||
Archive Policy:0 versions
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.02.03
|
||||
Current Version Code:2459
|
||||
|
|
|
@ -21,7 +21,12 @@ Build:0.7,1
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.7.1,2
|
||||
commit=v0.7.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.7
|
||||
Current Version Code:1
|
||||
Current Version:0.7.1
|
||||
Current Version Code:2
|
||||
|
|
|
@ -17,6 +17,6 @@ Build:1.4.3,8
|
|||
commit=11
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.4.3
|
||||
Current Version Code:8
|
||||
|
|
|
@ -180,11 +180,17 @@ Build:4.1.1,40101
|
|||
output=app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk
|
||||
ndk=r15c
|
||||
|
||||
Build:4.3.0,40300
|
||||
commit=4.3.0
|
||||
gradle=yes
|
||||
output=app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk
|
||||
ndk=r16b
|
||||
|
||||
Maintainer Notes:
|
||||
Cannot use AUM/UCM because version code and version name are dynamic.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:4.1.1
|
||||
Current Version Code:40101
|
||||
Current Version:4.3.0
|
||||
Current Version Code:40300
|
||||
|
|
|
@ -21,6 +21,6 @@ Build:2.5,11
|
|||
commit=44
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:2.5
|
||||
Current Version Code:11
|
||||
|
|
|
@ -23,6 +23,6 @@ Build:4.1,41001
|
|||
commit=1416
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:4.1
|
||||
Current Version Code:41001
|
||||
|
|
|
@ -24,6 +24,6 @@ Build:1.0.16,16
|
|||
sed -i '/2/d' project.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Update Check Mode:Static
|
||||
Current Version:1.0.16
|
||||
Current Version Code:16
|
||||
|
|
|
@ -313,5 +313,5 @@ See here: https://github.com/farmerbb/Taskbar/issues/4
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:3.8.1
|
||||
Current Version Code:177
|
||||
Current Version:3.8.2
|
||||
Current Version Code:181
|
||||
|
|
|
@ -111,11 +111,21 @@ Build:4.6.1,461
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:4.6.2,462
|
||||
commit=4.6.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:4.6.3,463
|
||||
commit=4.6.3
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Maintainer Notes:
|
||||
Bump for bugfix build.
|
||||
.
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:4.6.1
|
||||
Current Version Code:461
|
||||
Current Version:4.6.3
|
||||
Current Version Code:463
|
||||
|
|
|
@ -94,7 +94,17 @@ Build:0.6.2,18
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.7.0,19
|
||||
commit=v0.7.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.7.1,20
|
||||
commit=v0.7.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.6.2
|
||||
Current Version Code:18
|
||||
Current Version:0.7.1
|
||||
Current Version Code:20
|
||||
|
|
|
@ -588,11 +588,31 @@ Build:V1.5.5,10505
|
|||
cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/ && \
|
||||
cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/
|
||||
|
||||
Build:V2.0.0,20000
|
||||
commit=V2.0.0
|
||||
srclibs=AChartEngineFr3ts0n@e2594a4a257cfeacba3595f1b16218a5541810c3,UsbSerial4Android@a213f06ad0b19fd6f1a6b4f8b2f74f986a00ea68
|
||||
rm=libs/*.jar,src/com/fr3ts0n/pvs/gui/,src/com/fr3ts0n/ecu/gui/application/,src/com/fr3ts0n/prot/gui/
|
||||
build=pushd $$AChartEngineFr3ts0n$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/ && \
|
||||
cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/
|
||||
|
||||
Build:V2.0.1,20001
|
||||
commit=V2.0.1
|
||||
srclibs=AChartEngineFr3ts0n@e2594a4a257cfeacba3595f1b16218a5541810c3,UsbSerial4Android@a213f06ad0b19fd6f1a6b4f8b2f74f986a00ea68
|
||||
rm=libs/*.jar,src/com/fr3ts0n/pvs/gui/,src/com/fr3ts0n/ecu/gui/application/,src/com/fr3ts0n/prot/gui/
|
||||
build=pushd $$AChartEngineFr3ts0n$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/ && \
|
||||
cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/
|
||||
|
||||
Maintainer Notes:
|
||||
Very unstable and complex build, do not enable auto updates.
|
||||
.
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:V1.5.5
|
||||
Current Version Code:10505
|
||||
Current Version:V2.0.1
|
||||
Current Version Code:20001
|
||||
|
|
|
@ -22,6 +22,6 @@ Beware the stupid sed in prebuild when updating.
|
|||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Update Check Mode:Static
|
||||
Current Version:1.5
|
||||
Current Version Code:10
|
||||
|
|
|
@ -19,6 +19,6 @@ Build:6.0,60
|
|||
target=android-14
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Update Check Mode:Static
|
||||
Current Version:6.0
|
||||
Current Version Code:60
|
||||
|
|
|
@ -101,7 +101,17 @@ Build:1.2.5.6,61
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.5.7,62
|
||||
commit=1.2.5.7
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.5.8,63
|
||||
commit=1.2.5.8
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags ^[0-9\.]*$
|
||||
Current Version:1.2.5.6
|
||||
Current Version Code:61
|
||||
Current Version:1.2.5.8
|
||||
Current Version Code:63
|
||||
|
|
|
@ -92,5 +92,5 @@ be used.
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.14.5b4
|
||||
Current Version Code:32
|
||||
Current Version:1.14.5
|
||||
Current Version Code:34
|
||||
|
|
|
@ -307,5 +307,5 @@ The scanignore is for the dex class loading which is used for loading plugins.
|
|||
Archive Policy:4 versions
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.55.2b3
|
||||
Current Version Code:344
|
||||
Current Version:1.56b1
|
||||
Current Version Code:346
|
||||
|
|
|
@ -282,7 +282,25 @@ Build:3.1.17,248
|
|||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.1.18,249
|
||||
commit=audiorecorder-3.1.18
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.1.19,250
|
||||
commit=audiorecorder-3.1.19
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.1.20,251
|
||||
commit=audiorecorder-3.1.20
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Auto Update Mode:Version audiorecorder-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.1.17
|
||||
Current Version Code:248
|
||||
Current Version:3.1.20
|
||||
Current Version Code:251
|
||||
|
|
|
@ -65,7 +65,43 @@ Build:1.1.13,141
|
|||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:1.1.16,144
|
||||
commit=bookreader-1.1.16
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:1.1.24,152
|
||||
commit=bookreader-1.1.24
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:1.1.27,155
|
||||
commit=bookreader-1.1.27
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:1.1.37,165
|
||||
commit=bookreader-1.1.37
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:1.1.38,166
|
||||
commit=bookreader-1.1.38
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:1.1.39,167
|
||||
commit=bookreader-1.1.39
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Auto Update Mode:Version bookreader-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.1.13
|
||||
Current Version Code:141
|
||||
Current Version:1.1.39
|
||||
Current Version Code:167
|
||||
|
|
|
@ -244,7 +244,19 @@ Build:1.5.29,150
|
|||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:1.5.32,153
|
||||
commit=callrecorder-1.5.32
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:1.5.33,154
|
||||
commit=callrecorder-1.5.33
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Auto Update Mode:Version callrecorder-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.5.29
|
||||
Current Version Code:150
|
||||
Current Version:1.5.33
|
||||
Current Version Code:154
|
||||
|
|
|
@ -15,15 +15,38 @@ Repo:https://gitlab.com/axet/omim.git
|
|||
|
||||
Build:8.0.2-1-Google,1027
|
||||
commit=omim-8.0.2-1
|
||||
timeout=10800
|
||||
subdir=android
|
||||
submodules=yes
|
||||
gradle=google
|
||||
rm=3party/Alohalytics/examples,iphone,tools/shaders_compiler
|
||||
scanignore=data/*.bin
|
||||
scandelete=3party
|
||||
ndk=r16
|
||||
ndk=r16b
|
||||
|
||||
Build:8.1.0-2-Google,1030
|
||||
commit=omim-8.1.0-2
|
||||
timeout=10800
|
||||
subdir=android
|
||||
submodules=yes
|
||||
gradle=google
|
||||
rm=3party/Alohalytics/examples,iphone,tools/shaders_compiler
|
||||
scanignore=data/*.bin
|
||||
scandelete=3party
|
||||
ndk=r16b
|
||||
|
||||
Build:8.1.0-4-Google,1032
|
||||
commit=omim-8.1.0-4
|
||||
timeout=10800
|
||||
subdir=android
|
||||
submodules=yes
|
||||
gradle=google
|
||||
rm=3party/Alohalytics/examples,iphone,tools/shaders_compiler
|
||||
scanignore=data/*.bin
|
||||
scandelete=3party
|
||||
ndk=r16b
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:8.0.2-1-Google
|
||||
Current Version Code:1027
|
||||
Current Version:8.1.0-4-Google
|
||||
Current Version Code:1032
|
||||
|
|
|
@ -40,7 +40,12 @@ Build:1.0.15,17
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.0.17,18
|
||||
commit=tonegenerator-1.0.17
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version tonegenerator-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0.15
|
||||
Current Version Code:17
|
||||
Current Version:1.0.17
|
||||
Current Version Code:18
|
||||
|
|
|
@ -331,7 +331,37 @@ Build:3.4.106,594
|
|||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.4.107,595
|
||||
commit=torrentclient-3.4.107
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.4.108,596
|
||||
commit=torrentclient-3.4.108
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.4.111,599
|
||||
commit=torrentclient-3.4.111
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.4.116,604
|
||||
commit=torrentclient-3.4.116
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Build:3.4.117,605
|
||||
commit=torrentclient-3.4.117
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
|
||||
|
||||
Auto Update Mode:Version torrentclient-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.4.106
|
||||
Current Version Code:594
|
||||
Current Version:3.4.117
|
||||
Current Version Code:605
|
||||
|
|
|
@ -90,7 +90,12 @@ Build:2.4,15
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:2.5,16
|
||||
commit=v2.5
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.4
|
||||
Current Version Code:15
|
||||
Current Version:2.5
|
||||
Current Version Code:16
|
||||
|
|
|
@ -1,20 +1,26 @@
|
|||
Categories:System
|
||||
License:GPL-3.0
|
||||
Web Site:https://github.com/mueller-ma/View-android-version/blob/HEAD/README.md
|
||||
Source Code:https://github.com/mueller-ma/View-android-version
|
||||
Issue Tracker:https://github.com/mueller-ma/View-android-version/issues
|
||||
Web Site:https://gitlab.com/mueller-ma/View-android-version/blob/HEAD/README.md
|
||||
Source Code:https://gitlab.com/mueller-ma/View-android-version
|
||||
Issue Tracker:https://gitlab.com/mueller-ma/View-android-version/issues
|
||||
Changelog:https://gitlab.com/mueller-ma/View-android-version/commits/HEAD
|
||||
|
||||
Auto Name:Android version
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/mueller-ma/View-android-version.git
|
||||
Repo:https://gitlab.com/mueller-ma/View-android-version.git
|
||||
|
||||
Build:1.2,2
|
||||
commit=v1.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.3,3
|
||||
commit=v1.3
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.2
|
||||
Current Version Code:2
|
||||
Current Version:1.3
|
||||
Current Version Code:3
|
||||
|
|
43
metadata/com.github.onetimepass.txt
Normal file
43
metadata/com.github.onetimepass.txt
Normal file
|
@ -0,0 +1,43 @@
|
|||
Categories:Security
|
||||
License:LGPL-2.1
|
||||
Web Site:https://github.com/OneTimePass/OneTimePass
|
||||
Source Code:https://github.com/OneTimePass/OneTimePass
|
||||
Issue Tracker:https://github.com/OneTimePass/OneTimePass/issues
|
||||
|
||||
Auto Name:OneTimePass
|
||||
Summary:Two-factor (TOTP) authentication
|
||||
Description:
|
||||
OneTimePass is a clean and robust two-factor TOTP application and supports the
|
||||
following features:
|
||||
|
||||
* Supports opening otpauth:// URLs
|
||||
* Scan QR codes to create new accounts easily
|
||||
* View QR codes to export existing accounts
|
||||
* Searchable, sortable listing of accounts
|
||||
* Manual entry account creation
|
||||
* Import/Export for backup and restore purposes
|
||||
* Relies upon AES-256 for on-device encryption
|
||||
* Supports Android 5.0 (and up)
|
||||
|
||||
OneTimePass is the reincarnation of the now-retired OneTimePad app. If you used
|
||||
OneTimePad, you should really migrate to this [or any other TOTP based]
|
||||
application.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/OneTimePass/OneTimePass
|
||||
|
||||
Build:1.2.2,1002002
|
||||
commit=v1.2.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Maintainer Notes:
|
||||
This repo is tag-based for it's releases on the "production" branch.
|
||||
Everything else should be pretty straight forward and simple.
|
||||
.
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.2.2
|
||||
Current Version Code:1002002
|
|
@ -208,8 +208,16 @@ Build:2.3.29,229
|
|||
sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/play-services/d' -e '/google-services/d' build.gradle && \
|
||||
sed -i -e '/dl.bintray.com\/lukaville/d' -e 's/com.nbsp:library:1.6/com.github.nbsp-team:MaterialFilePicker:5e0a4834/g' build.gradle
|
||||
|
||||
Build:2.4.02,232
|
||||
commit=232
|
||||
subdir=app
|
||||
gradle=purefloss
|
||||
prebuild=touch translate.properties && \
|
||||
sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/play-services/d' -e '/google-services/d' build.gradle && \
|
||||
sed -i -e '/dl.bintray.com\/lukaville/d' -e 's/com.nbsp:library:1.6/com.github.nbsp-team:MaterialFilePicker:5e0a4834/g' build.gradle
|
||||
|
||||
Auto Update Mode:Version %c
|
||||
Update Check Mode:HTTP
|
||||
Update Check Data:https://raw.githubusercontent.com/premnirmal/StockTicker/master/app/version.properties|versionCode=(.*)|.|versionName=(.*)
|
||||
Current Version:2.3.29
|
||||
Current Version Code:229
|
||||
Current Version:2.4.02
|
||||
Current Version Code:232
|
||||
|
|
|
@ -113,7 +113,14 @@ Build:1.4.8,1004008
|
|||
rm=desktop
|
||||
scanignore=android/libs/*
|
||||
|
||||
Build:1.4.9,1004009
|
||||
commit=v1.4.9
|
||||
subdir=android
|
||||
gradle=yes
|
||||
rm=desktop
|
||||
scanignore=android/libs/*
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.4.8
|
||||
Current Version Code:1004008
|
||||
Current Version:1.4.9
|
||||
Current Version Code:1004009
|
||||
|
|
|
@ -19,6 +19,6 @@ Build:1.2.8,19
|
|||
target=Google Inc.:Google APIs:16
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.2.8
|
||||
Current Version Code:19
|
||||
|
|
|
@ -23,6 +23,6 @@ Build:1.4.8,36
|
|||
prebuild=mkdir -p typeandspeak-libs/src
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.4.8
|
||||
Current Version Code:36
|
||||
|
|
|
@ -33,6 +33,6 @@ Build:1.5.19,167
|
|||
target=android-10
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.5.19
|
||||
Current Version Code:167
|
||||
|
|
|
@ -28,6 +28,6 @@ Build:1.4.15,206
|
|||
sed -i 's/<uses-library android:name="com.google.android.maps" \/>/<uses-library android:name="com.google.android.maps" android:required="false" \/>/g' AndroidManifest.xml
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.4.15
|
||||
Current Version Code:206
|
||||
|
|
|
@ -34,7 +34,7 @@ Build:3.0.4,33
|
|||
target=android-15
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:3.0.4
|
||||
Current Version Code:33
|
||||
|
||||
|
|
|
@ -1,34 +0,0 @@
|
|||
Disabled:now known as org.openbmap
|
||||
Categories:Internet
|
||||
License:AGPL-3.0
|
||||
Web Site:http://openbmap.org
|
||||
Source Code:https://sourceforge.net/p/myposition/androidclient
|
||||
Issue Tracker:https://sourceforge.net/projects/myposition/support
|
||||
|
||||
Auto Name:openBmap
|
||||
Summary:Contribute to coverage maps
|
||||
Description:
|
||||
Provides the ability to record cellular and WiFi locations and upload them to
|
||||
the OpenBMap database. See [http://openbmap.org openbmap.org].
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:git://myposition.git.sourceforge.net/gitroot/myposition/AndroidClient
|
||||
|
||||
Build:0.4.96,9
|
||||
disable=bc15ce80024
|
||||
commit=unknown - see disabled
|
||||
prebuild=mv lib libs
|
||||
target=android-10
|
||||
|
||||
Build:0.4.999,14
|
||||
disable=3ed4e59f
|
||||
commit=unknown - see disabled
|
||||
extlibs=openBmap-1.1.tar.gz
|
||||
prebuild=tar xvf libs/openBmap-1.1.tar.gz -C src com && \
|
||||
mv lib/* libs/ && \
|
||||
rm libs/Measure* libs/openBmap*
|
||||
target=android-10
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Static
|
|
@ -28,6 +28,6 @@ Build:2.0.5,25
|
|||
prebuild=echo "source.dir=src;../core/src" >> project.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:2.0.5
|
||||
Current Version Code:25
|
||||
|
|
|
@ -42,6 +42,6 @@ Build:1.5.7,157
|
|||
mv libs/armeabi/iptables ../../res/raw/iptables_armv5
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Update Check Mode:Static
|
||||
Current Version:1.5.7
|
||||
Current Version Code:157
|
||||
|
|
|
@ -35,6 +35,6 @@ binary files in libs/ are deleted before build and then rebuild
|
|||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.46.02_r7
|
||||
Current Version Code:7
|
||||
|
|
|
@ -18,6 +18,6 @@ Build:1.0,113
|
|||
target=android-4
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.0
|
||||
Current Version Code:113
|
||||
|
|
|
@ -20,6 +20,6 @@ Build:1.0.2r9,3
|
|||
target=android-19
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.0.3
|
||||
Current Version Code:3
|
||||
|
|
|
@ -200,7 +200,7 @@ Build:2.02_testnet,202
|
|||
build=JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::") sh ./prepare_fdroid.sh
|
||||
ndk=r14b
|
||||
|
||||
Build:2.03,203
|
||||
Build:2.03_testnet,203
|
||||
commit=r2.03
|
||||
subdir=app
|
||||
gradle=btctestnet
|
||||
|
@ -214,5 +214,5 @@ Build:2.03,203
|
|||
|
||||
Auto Update Mode:Version r%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.03
|
||||
Current Version:2.03_testnet
|
||||
Current Version Code:203
|
||||
|
|
|
@ -18,6 +18,6 @@ Build:1.2,3
|
|||
prebuild=sed -i '/AndroidBinding/d' project.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.2
|
||||
Current Version Code:3
|
||||
|
|
|
@ -74,7 +74,12 @@ Build:1.7,23
|
|||
subdir=android_app/app
|
||||
gradle=yes
|
||||
|
||||
Build:1.7.1,24
|
||||
commit=v1.7.1
|
||||
subdir=android_app/app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags ^v[0-9.]*$
|
||||
Current Version:1.7
|
||||
Current Version Code:23
|
||||
Current Version:1.7.1
|
||||
Current Version Code:24
|
||||
|
|
|
@ -19,6 +19,6 @@ Build:1.0,1
|
|||
commit=78
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
|
|
|
@ -23,6 +23,6 @@ Build:1.1,2
|
|||
commit=13
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.1
|
||||
Current Version Code:2
|
||||
|
|
|
@ -60,5 +60,5 @@ Contains crashlytics since at least 1.6.2.
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.0.3
|
||||
Current Version Code:30
|
||||
Current Version:2.0.6
|
||||
Current Version Code:34
|
||||
|
|
|
@ -29,12 +29,7 @@ Build:3,4
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:4-alpha-1,5
|
||||
commit=v4-alpha-1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:4-alpha-1
|
||||
Current Version Code:5
|
||||
Update Check Mode:Tags ^v[0-9.]+$
|
||||
Current Version:3
|
||||
Current Version Code:4
|
||||
|
|
|
@ -28,7 +28,12 @@ Build:1.0,1
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.0.2,3
|
||||
commit=v1.0.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
Current Version:1.0.2
|
||||
Current Version Code:3
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
Categories:System
|
||||
License:GPL-3.0
|
||||
Author Email:juam+scrambled@posteo.net
|
||||
Web Site:https://gitlab.com/juanitobananas/scrambled-exif
|
||||
Source Code:https://gitlab.com/juanitobananas/scrambled-exif/tree/HEAD
|
||||
Issue Tracker:https://gitlab.com/juanitobananas/scrambled-exif/issues
|
||||
|
@ -9,19 +10,17 @@ Bitcoin:16DXeCxxKGvepYLehyHSr3M1nv1s1eUotZ
|
|||
Auto Name:Scrambled Exif
|
||||
Summary:Remove metadata from your pics before sharing them
|
||||
Description:
|
||||
Some people like Facebook and co. to know were their picture was taken so that
|
||||
it can be easily geotagged. Or for whatever reason. That's okay.
|
||||
'''Scrambled Exif''' (pronounced ''egg''sif) helps you remove the metadata in
|
||||
your pictures before you share them.
|
||||
|
||||
Some people ''don't'' like that. That's is also okay.
|
||||
If you don't want the big Internet companies (or whomever) to know were your
|
||||
pictures were taken don't forget to remove the metadata from them before you
|
||||
share them.
|
||||
|
||||
'''Scrambled Exif''' (pronounced ''egg''sif) is definitely for the latter.
|
||||
|
||||
So you don't want to share all the metadata your phone stores for every picture?
|
||||
|
||||
This app will remove all this data before sharing. Just share a picture like
|
||||
you'd normally do and choose ''Scrambled Exif''. A moment later, the share
|
||||
'dialog' will reappear. Just share with the app you intended to share with in
|
||||
the first place. Et voilà!
|
||||
To remove the metadata from a picture, simply share it like you'd normally do
|
||||
and choose ''Scrambled Exif''. A moment later, the share 'dialog' will reappear.
|
||||
Now just share with the app you intended to share with in the first place. Et
|
||||
voilà!
|
||||
|
||||
'''Required Android Permissions:'''
|
||||
|
||||
|
@ -56,7 +55,22 @@ Build:1.0.4,7
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.1,8
|
||||
commit=v1.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.1.1,9
|
||||
commit=v1.1.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.1.2,10
|
||||
commit=v1.1.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0.4
|
||||
Current Version Code:7
|
||||
Current Version:1.1.2
|
||||
Current Version Code:10
|
||||
|
|
|
@ -213,7 +213,17 @@ Build:1.5-4,37
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.5-5,38
|
||||
commit=v1.5-5
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.5-5a,39
|
||||
commit=v1.5-5a
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.5-4
|
||||
Current Version Code:37
|
||||
Current Version:1.5-5a
|
||||
Current Version Code:39
|
||||
|
|
|
@ -23,6 +23,6 @@ Build:1.91,21
|
|||
buildjni=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.91
|
||||
Current Version Code:21
|
||||
|
|
|
@ -36,6 +36,6 @@ Build:1.5.1,41
|
|||
target=android-10
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.5.1
|
||||
Current Version Code:41
|
||||
|
|
|
@ -29,6 +29,6 @@ Build:1.3,5
|
|||
srclibs=1:GreenDroid@greendroid-0.2,2:SuperDryColorPicker@5c488
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.3
|
||||
Current Version Code:5
|
||||
|
|
|
@ -5,9 +5,18 @@ Source Code:https://github.com/junjunguo/PocketMaps
|
|||
Issue Tracker:https://github.com/junjunguo/PocketMaps/issues
|
||||
|
||||
Auto Name:PocketMaps
|
||||
Summary:View maps and use offline routing
|
||||
Summary:View maps and use offline routing and navigation system
|
||||
Description:
|
||||
Material themed navigation and map viewer with offline routing capabilities.
|
||||
PocketMaps is a map viewer with navigation system.
|
||||
|
||||
Maps can be easily downloaded with this app. Thus, a complete offline navigation
|
||||
is possible. Through the so-called geocoding places can be searched.
|
||||
|
||||
* The search requires an internet connection.
|
||||
* A very limited offline search is also available.
|
||||
|
||||
With the sport tracking feature, routes can be recorded to graph data such as
|
||||
speeds.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -18,7 +27,12 @@ Build:1.7,8
|
|||
subdir=PocketMaps/app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.7
|
||||
Current Version Code:8
|
||||
Build:1.9,9
|
||||
commit=1.9
|
||||
subdir=PocketMaps/app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.9
|
||||
Current Version Code:9
|
||||
|
|
|
@ -24,6 +24,6 @@ Build:1.04,4
|
|||
target=android-10
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.04
|
||||
Current Version Code:4
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
Categories:Internet
|
||||
License:GPL-3.0
|
||||
Web Site:https://tusky.keylesspalace.com
|
||||
Source Code:https://github.com/Vavassor/Tusky
|
||||
Issue Tracker:https://github.com/Vavassor/Tusky/issues
|
||||
Web Site:https://tuskyapp.github.io/
|
||||
Source Code:https://github.com/tuskyapp/Tusky
|
||||
Issue Tracker:https://github.com/tuskyapp/Tusky/issues
|
||||
LiberapayID:23062
|
||||
|
||||
Auto Name:Tusky
|
||||
Summary:Material Design Mastodon Client
|
||||
Description:
|
||||
Tusky is a client for [https://mastodon.social/ Mastodon], a free and
|
||||
Tusky is a client for [https://joinmastodon.org/ Mastodon], a free and
|
||||
open-source social network server. Share words, photos, and videos with folks!
|
||||
|
||||
Mastodon is decentralized, meaning anyone can run Mastodon and participate in
|
||||
|
@ -16,7 +16,7 @@ the social network seamlessly.
|
|||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/Vavassor/Tusky
|
||||
Repo:https://github.com/tuskyapp/Tusky
|
||||
|
||||
Build:1.0.0-alpha.5,5
|
||||
commit=v1.0.0-alpha.5
|
||||
|
@ -72,8 +72,18 @@ Build:1.5.0,32
|
|||
subdir=app
|
||||
gradle=fdroid
|
||||
|
||||
Build:1.5.1,33
|
||||
commit=v1.5.1
|
||||
subdir=app
|
||||
gradle=fdroid
|
||||
|
||||
Build:1.5.2,34
|
||||
commit=v1.5.2
|
||||
subdir=app
|
||||
gradle=fdroid
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags ^v[0-9\\.]+$
|
||||
Update Check Ignore:beta
|
||||
Current Version:1.5.0
|
||||
Current Version Code:32
|
||||
Current Version:1.5.2
|
||||
Current Version Code:34
|
||||
|
|
|
@ -21,6 +21,6 @@ Build:1.12.2,450
|
|||
target=android-8
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.12.2
|
||||
Current Version Code:450
|
||||
|
|
|
@ -21,6 +21,6 @@ Build:1.4.1,13
|
|||
commit=16
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Update Check Mode:Static
|
||||
Current Version:1.4.1
|
||||
Current Version Code:13
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue