Merge with upstream repository

This commit is contained in:
Nikolay Kartyshov 2018-03-05 13:49:00 +03:00
commit 464917a05c
321 changed files with 2742 additions and 706 deletions

View file

@ -2,7 +2,9 @@ image: registry.gitlab.com/fdroid/ci-images-server:latest
before_script: before_script:
- rm -rf fdroidserver - 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" - export PATH="$PWD/fdroidserver:$PATH"
- touch config.py - touch config.py
@ -12,9 +14,9 @@ lint:
- if [ "$CI_PROJECT_NAMESPACE" != "fdroid" ]; then - if [ "$CI_PROJECT_NAMESPACE" != "fdroid" ]; then
git fetch https://gitlab.com/fdroid/fdroiddata; git fetch https://gitlab.com/fdroid/fdroiddata;
test -d build || mkdir build; test -d build || mkdir build;
for f in `git diff --name-only FETCH_HEAD`; do for f in `git diff --name-only FETCH_HEAD...HEAD`; do
appid=`echo $f | sed -n -e 's,^metadata/\(.*\)\.txt,\1,p' appid=`echo $f | sed -n -e 's,^metadata/\([^/][^/]*\)\.txt,\1,p'
-e 's,^metadata/\(.*\)\.yml,\1,p'`; -e 's,^metadata/\([^/][^/]*\)\.yml,\1,p'`;
export CHANGED="$CHANGED $appid"; export CHANGED="$CHANGED $appid";
grep -q "^Repo *Type\W *git" $f && git -C build clone `sed -n "s,^Repo *:,,p" $f` $appid; grep -q "^Repo *Type\W *git" $f && git -C build clone `sed -n "s,^Repo *:,,p" $f` $appid;
done; done;

Binary file not shown.

Binary file not shown.

View file

@ -28,6 +28,6 @@ Build:1.3.1-beta,31
buildjni=yes buildjni=yes
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.3.1-beta Current Version:1.3.1-beta
Current Version Code:31 Current Version Code:31

View file

@ -79,12 +79,21 @@ Build:1.3.2,12
gradle=yes gradle=yes
Build:1.3.3,13 Build:1.3.3,13
disable=Try to force the build
commit=v1.3.3 commit=v1.3.3
subdir=app subdir=app
gradle=yes 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 Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.3.3 Current Version:1.4.1
Current Version Code:13 Current Version Code:15

View file

@ -140,6 +140,6 @@ Use Color-Picker-2 next time
. .
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:3.29.2 Current Version:3.29.2
Current Version Code:67 Current Version Code:67

View file

@ -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 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 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: Maintainer Notes:
RapidDecoder 0.3.0 is required, but this version is not tagged. RapidDecoder 0.3.0 is required, but this version is not tagged.
. .
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.78 Current Version:1.81
Current Version Code:78 Current Version Code:81

View file

@ -19,6 +19,6 @@ Build:1.27,27
target=android-8 target=android-8
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.27 Current Version:1.27
Current Version Code:27 Current Version Code:27

View file

@ -93,6 +93,7 @@ Build:v2.9.31-fdroid,31
forceversion=yes forceversion=yes
Build:v2.9.32-fdroid,32 Build:v2.9.32-fdroid,32
disable=Could not find com.android.tools.build:gradle:3.0.0
commit=v2.9.32 commit=v2.9.32
submodules=yes submodules=yes
gradle=yes gradle=yes

View file

@ -18,6 +18,6 @@ Build:1.06,12
target=android-15 target=android-15
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.06 Current Version:1.06
Current Version Code:12 Current Version Code:12

View file

@ -20,6 +20,6 @@ Build:1.4 Grymalkyn,5
commit=9fa239eba7a6 commit=9fa239eba7a6
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.4 Grymalkyn Current Version:1.4 Grymalkyn
Current Version Code:5 Current Version Code:5

View file

@ -33,7 +33,17 @@ Build:1.0.1,7
subdir=mobile subdir=mobile
gradle=yes 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 Auto Update Mode:Version %v
Update Check Mode:Tags ^[0-9.]+$ Update Check Mode:Tags ^[0-9.]+$
Current Version:1.0.1 Current Version:1.1.1
Current Version Code:7 Current Version Code:9

View file

@ -143,6 +143,12 @@ Build:2.17.1,21701
gradle=fdroid_free gradle=fdroid_free
prebuild=sed -i -e '/dl.bintray.com/d' -e '/shrinkResources/d' -e '/minifyEnabled/d' -e '/proguardFiles/d' build.gradle 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: Maintainer Notes:
Remove shrink/minify stuff since the proguard config is missing. 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 Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Update Check Name:be.ppareit.swiftp Update Check Name:be.ppareit.swiftp
Current Version:2.17.1 Current Version:2.18
Current Version Code:21701 Current Version Code:21800

View file

@ -34,5 +34,5 @@ Build:1.2,12
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:2.1.0 Current Version:2.1.1
Current Version Code:18 Current Version Code:19

View file

@ -125,7 +125,12 @@ Build:1.6.3,10603
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.6.4,10604
commit=scrumchatter-1.6.4
subdir=app
gradle=yes
Auto Update Mode:Version scrumchatter-%v Auto Update Mode:Version scrumchatter-%v
Update Check Mode:Tags ^scrumchatter.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]* Update Check Mode:Tags ^scrumchatter.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*
Current Version:1.6.3 Current Version:1.6.4
Current Version Code:10603 Current Version Code:10604

View file

@ -24,6 +24,6 @@ Build:1.3,4
svn co -r4000 https://openintents.googlecode.com/svn/trunk/shoppinglist/ShoppingList/src/org/openintents/intents svn co -r4000 https://openintents.googlecode.com/svn/trunk/shoppinglist/ShoppingList/src/org/openintents/intents
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.3 Current Version:1.3
Current Version Code:4 Current Version Code:4

View file

@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree AntiFeatures:UpstreamNonFree
Categories:Theming Categories:Theming
License:Apache-2.0 License:GPL-3.0
Web Site:https://lawnchair.info/ Web Site:https://lawnchair.info/
Source Code:https://github.com/LawnchairLauncher/Lawnchair Source Code:https://github.com/LawnchairLauncher/Lawnchair
Issue Tracker:https://github.com/LawnchairLauncher/Lawnchair/issues 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 rm=app/src/main/java/ch/deletescape/lawnchair/weather/AwarenessWeatherAPI.kt
prebuild=sed -i -e '/play-services-awareness/d' build.gradle && \ 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 '/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 sed -i -e 's/android:defaultValue="1"/android:defaultValue="0"/' src/main/res/xml/launcher_theme_preferences.xml
build=export TRAVIS=true && \ build=export TRAVIS=true && \
export MAJOR_MINOR=1.1.0 && \ export MAJOR_MINOR=1.1.0 && \

View file

@ -65,6 +65,7 @@ Build:2.0.8,28
gradle=yes gradle=yes
Build:2.0.9,29 Build:2.0.9,29
disable=Could not find com.android.tools.build:gradle:3.0.1
commit=v2.0.9 commit=v2.0.9
subdir=ShareViaHttp/app subdir=ShareViaHttp/app
gradle=yes gradle=yes

View file

@ -51,6 +51,7 @@ Build:4.1,578
gradle=yes gradle=yes
Build:5.0,642 Build:5.0,642
disable=ProGuard fails: there were 14 unresolved references to classes or interfaces
commit=5.0 commit=5.0
subdir=app subdir=app
gradle=yes gradle=yes

View file

@ -216,23 +216,11 @@ Build:2.0.1,49
gradle=free gradle=free
prebuild=sed -i -e '/com.aaronjwood.portauthority.free/d' build.gradle 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 Build:2.2.6,54
commit=v2.2.6 commit=v2.2.6
subdir=app subdir=app
gradle=free 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 Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags

View file

@ -34,6 +34,6 @@ Build:1.98,44
buildjni=yes buildjni=yes
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.98 Current Version:1.98
Current Version Code:44 Current Version Code:44

View file

@ -26,6 +26,6 @@ Build:1.3,103
subdir=asqare subdir=asqare
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.3 Current Version:1.3
Current Version Code:103 Current Version Code:103

View file

@ -21,6 +21,6 @@ Build:1.4.4,14
commit=15 commit=15
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.4.4 Current Version:1.4.4
Current Version Code:14 Current Version Code:14

View file

@ -28,5 +28,5 @@ Build:2.0,100
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest/Brazilian Update Check Mode:RepoManifest/Brazilian
Current Version:2.0.2 Current Version:2.0.3
Current Version Code:102 Current Version Code:103

View file

@ -33,6 +33,6 @@ Build:20110220,3
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:20110220 Current Version:20110220
Current Version Code:3 Current Version Code:3

View file

@ -32,6 +32,6 @@ Build:20100613,2
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:20100613 Current Version:20100613
Current Version Code:2 Current Version Code:2

View file

@ -34,6 +34,6 @@ Build:20111029,1
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:20111029 Current Version:20111029
Current Version Code:1 Current Version Code:1

View file

@ -21,8 +21,8 @@ Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
layout from AnySoftKeyboard's Settings->Keyboards menu. layout from AnySoftKeyboard's Settings->Keyboards menu.
. .
Repo Type:srclib Repo Type:git
Repo:AnySoftKeyboardPacks Repo:https://github.com/AnySoftKeyboard/LanguagePack
Build:20121101,10 Build:20121101,10
commit=421e0212c commit=421e0212c

View file

@ -25,6 +25,6 @@ Build:1.0.1-201200304,2
sed -i '/key/d' project.properties sed -i '/key/d' project.properties
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.0.1-201200304 Current Version:1.0.1-201200304
Current Version Code:2 Current Version Code:2

View file

@ -31,6 +31,6 @@ Build:1.1,3
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$MobAdMob$$@' project.properties prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$MobAdMob$$@' project.properties
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.1 Current Version:1.1
Current Version Code:3 Current Version Code:3

View file

@ -51,6 +51,6 @@ Build:1.3.6,26
target=Google Inc.:Google APIs:17 target=Google Inc.:Google APIs:17
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Static
Current Version:1.3.7 Current Version:1.3.7
Current Version Code:27 Current Version Code:27

View file

@ -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

View file

@ -1,3 +1,4 @@
AntiFeatures:KnownVuln
Categories:Reading Categories:Reading
License:AGPL-3.0+ License:AGPL-3.0+
Web Site:https://mupdf.com 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 Auto Name:MuPDF mini
Summary:Extra simple document viewer Summary:Extra simple document viewer
Description: 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 The mini version of [[com.artifex.mupdfdemo]] is designed to be an extra simple
document viewer with no frills. document viewer with no frills.
@ -39,6 +49,8 @@ Build:1.11,112
ndk=r14b ndk=r14b
Maintainer Notes: 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 The version code "bears no resemblance to the version name", however it
follows this pattern: follows this pattern:
* MINOR + "1" for armeabi-v7a * MINOR + "1" for armeabi-v7a
@ -51,6 +63,7 @@ Documents:
* https://twiki.ghostscript.com/do/view/MuPDF/AndroidReleases * https://twiki.ghostscript.com/do/view/MuPDF/AndroidReleases
. .
Archive Policy:0 versions
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:None Update Check Mode:None
Current Version:1.11 Current Version:1.11

View 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

View file

@ -1,3 +1,4 @@
AntiFeatures:KnownVuln
Categories:Reading Categories:Reading
License:AGPL-3.0+ License:AGPL-3.0+
Web Site:https://mupdf.com 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 Auto Name:MuPDF
Summary:Lightweight document viewer Summary:Lightweight document viewer
Description: 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, MuPDF supports PDF 1.7 with transparency, encryption, hyperlinks, annotations,
searching, form editing and more. It also reads OpenXPS and CBZ (comic book) searching, form editing and more. It also reads OpenXPS and CBZ (comic book)
documents. documents.
@ -362,6 +372,7 @@ Split Android and iOS viewers into separate projects:
* mupdf-viewer-android-mini.git has a new minimalist Android viewer. * mupdf-viewer-android-mini.git has a new minimalist Android viewer.
. .
Archive Policy:0 versions
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:None Update Check Mode:None
Current Version:1.11 Current Version:1.11

View file

@ -263,7 +263,25 @@ Build:0.13.0,511
gradle nativeLibsToJar gradle nativeLibsToJar
ndk=r15c 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 Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:0.13.0 Current Version:0.15.0
Current Version Code:511 Current Version Code:513

View file

@ -3,6 +3,7 @@ License:GPL-3.0
Web Site: Web Site:
Source Code:https://github.com/BijoySingh/Material-Notes-Android-App Source Code:https://github.com/BijoySingh/Material-Notes-Android-App
Issue Tracker:https://github.com/BijoySingh/Material-Notes-Android-App/issues 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 Auto Name:Material Notes
Summary:Quick and beautiful note-taking Summary:Quick and beautiful note-taking
@ -60,7 +61,17 @@ Build:4.3.1,48
subdir=app subdir=app
gradle=yes 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 Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:4.3.1 Current Version:4.5.4
Current Version Code:48 Current Version Code:62

View file

@ -41,6 +41,7 @@ Build:1.1.2,12
gradle=yes gradle=yes
Build:1.2,20 Build:1.2,20
disable=Could not find com.android.tools.build:gradle:3.0.0
commit=ltc-1.2 commit=ltc-1.2
subdir=litecoin subdir=litecoin
gradle=yes gradle=yes

View file

@ -23,6 +23,6 @@ Build:0.3.3,17
commit=24 commit=24
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:0.3.3 Current Version:0.3.3
Current Version Code:17 Current Version Code:17

View file

@ -25,6 +25,6 @@ Build:Copter-GCS,9
subdir=copter-gcs subdir=copter-gcs
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:Copter-GCS Current Version:Copter-GCS
Current Version Code:9 Current Version Code:9

View file

@ -158,6 +158,7 @@ Build:5.3.1,531
gradle=yes gradle=yes
Build:5.4.0,540 Build:5.4.0,540
disable=Could not find com.android.tools.build:gradle:3.0.1
commit=v5.4.0 commit=v5.4.0
subdir=PersianCalendar subdir=PersianCalendar
gradle=yes gradle=yes

View file

@ -54,7 +54,12 @@ Build:3.18,40
subdir=app subdir=app
gradle=yes gradle=yes
Build:3.19,41
commit=v3.19
subdir=app
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:3.18 Current Version:3.19
Current Version Code:40 Current Version Code:41

View file

@ -32,6 +32,6 @@ GPLv3 as seen on the GoggleCode project page.
. .
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:2.0.3 Current Version:2.0.3
Current Version Code:24 Current Version Code:24

View file

@ -35,7 +35,10 @@ Build:5.0,28
Build:5.1,31 Build:5.1,31
commit=26774a278f36ffc3c8860372ebb9a8ed327ed688 commit=26774a278f36ffc3c8860372ebb9a8ed327ed688
Auto Update Mode:None Build:5.5,54
Update Check Mode:RepoManifest commit=v5.5
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:5.5 Current Version:5.5
Current Version Code:54 Current Version Code:54

View file

@ -22,8 +22,8 @@ Description:
This build doesn't include SILK (Skype) support. This build doesn't include SILK (Skype) support.
. .
Repo Type:srclib Repo Type:git-svn
Repo:CSipSimple Repo:https://csipsimple.googlecode.com/svn/trunk
Build:1.02.01-2417,2417 Build:1.02.01-2417,2417
commit=2418 commit=2418
@ -77,6 +77,6 @@ question yet.
Archive Policy:0 versions Archive Policy:0 versions
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.02.03 Current Version:1.02.03
Current Version Code:2459 Current Version Code:2459

View file

@ -21,7 +21,12 @@ Build:0.7,1
subdir=app subdir=app
gradle=yes gradle=yes
Build:0.7.1,2
commit=v0.7.1
subdir=app
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:0.7 Current Version:0.7.1
Current Version Code:1 Current Version Code:2

View file

@ -17,6 +17,6 @@ Build:1.4.3,8
commit=11 commit=11
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.4.3 Current Version:1.4.3
Current Version Code:8 Current Version Code:8

View file

@ -180,11 +180,17 @@ Build:4.1.1,40101
output=app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk output=app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk
ndk=r15c 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: Maintainer Notes:
Cannot use AUM/UCM because version code and version name are dynamic. Cannot use AUM/UCM because version code and version name are dynamic.
. .
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:None Update Check Mode:None
Current Version:4.1.1 Current Version:4.3.0
Current Version Code:40101 Current Version Code:40300

View file

@ -21,6 +21,6 @@ Build:2.5,11
commit=44 commit=44
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:2.5 Current Version:2.5
Current Version Code:11 Current Version Code:11

View file

@ -23,6 +23,6 @@ Build:4.1,41001
commit=1416 commit=1416
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:4.1 Current Version:4.1
Current Version Code:41001 Current Version Code:41001

View file

@ -24,6 +24,6 @@ Build:1.0.16,16
sed -i '/2/d' project.properties sed -i '/2/d' project.properties
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Static
Current Version:1.0.16 Current Version:1.0.16
Current Version Code:16 Current Version Code:16

View file

@ -313,5 +313,5 @@ See here: https://github.com/farmerbb/Taskbar/issues/4
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:3.8.1 Current Version:3.8.2
Current Version Code:177 Current Version Code:181

View file

@ -111,11 +111,21 @@ Build:4.6.1,461
subdir=app subdir=app
gradle=yes 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: Maintainer Notes:
Bump for bugfix build. Bump for bugfix build.
. .
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:4.6.1 Current Version:4.6.3
Current Version Code:461 Current Version Code:463

View file

@ -94,7 +94,17 @@ Build:0.6.2,18
subdir=app subdir=app
gradle=yes 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 Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:0.6.2 Current Version:0.7.1
Current Version Code:18 Current Version Code:20

View file

@ -588,11 +588,31 @@ Build:V1.5.5,10505
cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/ && \ cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/ && \
cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/ 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: Maintainer Notes:
Very unstable and complex build, do not enable auto updates. Very unstable and complex build, do not enable auto updates.
. .
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:V1.5.5 Current Version:V2.0.1
Current Version Code:10505 Current Version Code:20001

View file

@ -22,6 +22,6 @@ Beware the stupid sed in prebuild when updating.
. .
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Static
Current Version:1.5 Current Version:1.5
Current Version Code:10 Current Version Code:10

View file

@ -19,6 +19,6 @@ Build:6.0,60
target=android-14 target=android-14
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Static
Current Version:6.0 Current Version:6.0
Current Version Code:60 Current Version Code:60

View file

@ -101,7 +101,17 @@ Build:1.2.5.6,61
subdir=app subdir=app
gradle=yes 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 Auto Update Mode:Version %v
Update Check Mode:Tags ^[0-9\.]*$ Update Check Mode:Tags ^[0-9\.]*$
Current Version:1.2.5.6 Current Version:1.2.5.8
Current Version Code:61 Current Version Code:63

View file

@ -92,5 +92,5 @@ be used.
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:1.14.5b4 Current Version:1.14.5
Current Version Code:32 Current Version Code:34

View file

@ -307,5 +307,5 @@ The scanignore is for the dex class loading which is used for loading plugins.
Archive Policy:4 versions Archive Policy:4 versions
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:1.55.2b3 Current Version:1.56b1
Current Version Code:344 Current Version Code:346

View file

@ -282,7 +282,25 @@ Build:3.1.17,248
gradle=yes gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle 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 Auto Update Mode:Version audiorecorder-%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:3.1.17 Current Version:3.1.20
Current Version Code:248 Current Version Code:251

View file

@ -65,7 +65,43 @@ Build:1.1.13,141
gradle=yes gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle 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 Auto Update Mode:Version bookreader-%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.1.13 Current Version:1.1.39
Current Version Code:141 Current Version Code:167

View file

@ -244,7 +244,19 @@ Build:1.5.29,150
gradle=yes gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle 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 Auto Update Mode:Version callrecorder-%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.5.29 Current Version:1.5.33
Current Version Code:150 Current Version Code:154

View file

@ -15,15 +15,38 @@ Repo:https://gitlab.com/axet/omim.git
Build:8.0.2-1-Google,1027 Build:8.0.2-1-Google,1027
commit=omim-8.0.2-1 commit=omim-8.0.2-1
timeout=10800
subdir=android subdir=android
submodules=yes submodules=yes
gradle=google gradle=google
rm=3party/Alohalytics/examples,iphone,tools/shaders_compiler rm=3party/Alohalytics/examples,iphone,tools/shaders_compiler
scanignore=data/*.bin scanignore=data/*.bin
scandelete=3party 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 Auto Update Mode:None
Update Check Mode:None Update Check Mode:None
Current Version:8.0.2-1-Google Current Version:8.1.0-4-Google
Current Version Code:1027 Current Version Code:1032

View file

@ -40,7 +40,12 @@ Build:1.0.15,17
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.0.17,18
commit=tonegenerator-1.0.17
subdir=app
gradle=yes
Auto Update Mode:Version tonegenerator-%v Auto Update Mode:Version tonegenerator-%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.0.15 Current Version:1.0.17
Current Version Code:17 Current Version Code:18

View file

@ -331,7 +331,37 @@ Build:3.4.106,594
gradle=yes gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle 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 Auto Update Mode:Version torrentclient-%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:3.4.106 Current Version:3.4.117
Current Version Code:594 Current Version Code:605

View file

@ -90,7 +90,12 @@ Build:2.4,15
subdir=app subdir=app
gradle=yes gradle=yes
Build:2.5,16
commit=v2.5
subdir=app
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:2.4 Current Version:2.5
Current Version Code:15 Current Version Code:16

View file

@ -1,20 +1,26 @@
Categories:System Categories:System
License:GPL-3.0 License:GPL-3.0
Web Site:https://github.com/mueller-ma/View-android-version/blob/HEAD/README.md Web Site:https://gitlab.com/mueller-ma/View-android-version/blob/HEAD/README.md
Source Code:https://github.com/mueller-ma/View-android-version Source Code:https://gitlab.com/mueller-ma/View-android-version
Issue Tracker:https://github.com/mueller-ma/View-android-version/issues 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 Auto Name:Android version
Repo Type:git 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 Build:1.2,2
commit=v1.2 commit=v1.2
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.3,3
commit=v1.3
subdir=app
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.2 Current Version:1.3
Current Version Code:2 Current Version Code:3

View 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

View file

@ -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 '/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 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 Auto Update Mode:Version %c
Update Check Mode:HTTP Update Check Mode:HTTP
Update Check Data:https://raw.githubusercontent.com/premnirmal/StockTicker/master/app/version.properties|versionCode=(.*)|.|versionName=(.*) Update Check Data:https://raw.githubusercontent.com/premnirmal/StockTicker/master/app/version.properties|versionCode=(.*)|.|versionName=(.*)
Current Version:2.3.29 Current Version:2.4.02
Current Version Code:229 Current Version Code:232

View file

@ -113,7 +113,14 @@ Build:1.4.8,1004008
rm=desktop rm=desktop
scanignore=android/libs/* 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 Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.4.8 Current Version:1.4.9
Current Version Code:1004008 Current Version Code:1004009

View file

@ -19,6 +19,6 @@ Build:1.2.8,19
target=Google Inc.:Google APIs:16 target=Google Inc.:Google APIs:16
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.2.8 Current Version:1.2.8
Current Version Code:19 Current Version Code:19

View file

@ -23,6 +23,6 @@ Build:1.4.8,36
prebuild=mkdir -p typeandspeak-libs/src prebuild=mkdir -p typeandspeak-libs/src
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.4.8 Current Version:1.4.8
Current Version Code:36 Current Version Code:36

View file

@ -33,6 +33,6 @@ Build:1.5.19,167
target=android-10 target=android-10
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.5.19 Current Version:1.5.19
Current Version Code:167 Current Version Code:167

View file

@ -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 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 Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.4.15 Current Version:1.4.15
Current Version Code:206 Current Version Code:206

View file

@ -34,7 +34,7 @@ Build:3.0.4,33
target=android-15 target=android-15
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:3.0.4 Current Version:3.0.4
Current Version Code:33 Current Version Code:33

View file

@ -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

View file

@ -28,6 +28,6 @@ Build:2.0.5,25
prebuild=echo "source.dir=src;../core/src" >> project.properties prebuild=echo "source.dir=src;../core/src" >> project.properties
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:2.0.5 Current Version:2.0.5
Current Version Code:25 Current Version Code:25

View file

@ -42,6 +42,6 @@ Build:1.5.7,157
mv libs/armeabi/iptables ../../res/raw/iptables_armv5 mv libs/armeabi/iptables ../../res/raw/iptables_armv5
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Static
Current Version:1.5.7 Current Version:1.5.7
Current Version Code:157 Current Version Code:157

View file

@ -35,6 +35,6 @@ binary files in libs/ are deleted before build and then rebuild
. .
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.46.02_r7 Current Version:1.46.02_r7
Current Version Code:7 Current Version Code:7

View file

@ -18,6 +18,6 @@ Build:1.0,113
target=android-4 target=android-4
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.0 Current Version:1.0
Current Version Code:113 Current Version Code:113

View file

@ -20,6 +20,6 @@ Build:1.0.2r9,3
target=android-19 target=android-19
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.0.3 Current Version:1.0.3
Current Version Code:3 Current Version Code:3

View file

@ -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 build=JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::") sh ./prepare_fdroid.sh
ndk=r14b ndk=r14b
Build:2.03,203 Build:2.03_testnet,203
commit=r2.03 commit=r2.03
subdir=app subdir=app
gradle=btctestnet gradle=btctestnet
@ -214,5 +214,5 @@ Build:2.03,203
Auto Update Mode:Version r%v Auto Update Mode:Version r%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:2.03 Current Version:2.03_testnet
Current Version Code:203 Current Version Code:203

View file

@ -18,6 +18,6 @@ Build:1.2,3
prebuild=sed -i '/AndroidBinding/d' project.properties prebuild=sed -i '/AndroidBinding/d' project.properties
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.2 Current Version:1.2
Current Version Code:3 Current Version Code:3

View file

@ -74,7 +74,12 @@ Build:1.7,23
subdir=android_app/app subdir=android_app/app
gradle=yes gradle=yes
Build:1.7.1,24
commit=v1.7.1
subdir=android_app/app
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9.]*$ Update Check Mode:Tags ^v[0-9.]*$
Current Version:1.7 Current Version:1.7.1
Current Version Code:23 Current Version Code:24

View file

@ -19,6 +19,6 @@ Build:1.0,1
commit=78 commit=78
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.0 Current Version:1.0
Current Version Code:1 Current Version Code:1

View file

@ -23,6 +23,6 @@ Build:1.1,2
commit=13 commit=13
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.1 Current Version:1.1
Current Version Code:2 Current Version Code:2

View file

@ -60,5 +60,5 @@ Contains crashlytics since at least 1.6.2.
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:2.0.3 Current Version:2.0.6
Current Version Code:30 Current Version Code:34

View file

@ -29,12 +29,7 @@ Build:3,4
subdir=app subdir=app
gradle=yes gradle=yes
Build:4-alpha-1,5
commit=v4-alpha-1
subdir=app
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags ^v[0-9.]+$
Current Version:4-alpha-1 Current Version:3
Current Version Code:5 Current Version Code:4

View file

@ -28,7 +28,12 @@ Build:1.0,1
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.0.2,3
commit=v1.0.2
subdir=app
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.0 Current Version:1.0.2
Current Version Code:1 Current Version Code:3

View file

@ -1,5 +1,6 @@
Categories:System Categories:System
License:GPL-3.0 License:GPL-3.0
Author Email:juam+scrambled@posteo.net
Web Site:https://gitlab.com/juanitobananas/scrambled-exif Web Site:https://gitlab.com/juanitobananas/scrambled-exif
Source Code:https://gitlab.com/juanitobananas/scrambled-exif/tree/HEAD Source Code:https://gitlab.com/juanitobananas/scrambled-exif/tree/HEAD
Issue Tracker:https://gitlab.com/juanitobananas/scrambled-exif/issues Issue Tracker:https://gitlab.com/juanitobananas/scrambled-exif/issues
@ -9,19 +10,17 @@ Bitcoin:16DXeCxxKGvepYLehyHSr3M1nv1s1eUotZ
Auto Name:Scrambled Exif Auto Name:Scrambled Exif
Summary:Remove metadata from your pics before sharing them Summary:Remove metadata from your pics before sharing them
Description: Description:
Some people like Facebook and co. to know were their picture was taken so that '''Scrambled Exif''' (pronounced ''egg''sif) helps you remove the metadata in
it can be easily geotagged. Or for whatever reason. That's okay. 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. 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.
So you don't want to share all the metadata your phone stores for every picture? Now just share with the app you intended to share with in the first place. Et
voilà!
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à!
'''Required Android Permissions:''' '''Required Android Permissions:'''
@ -56,7 +55,22 @@ Build:1.0.4,7
subdir=app subdir=app
gradle=yes 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 Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.0.4 Current Version:1.1.2
Current Version Code:7 Current Version Code:10

View file

@ -213,7 +213,17 @@ Build:1.5-4,37
subdir=app subdir=app
gradle=yes 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 Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.5-4 Current Version:1.5-5a
Current Version Code:37 Current Version Code:39

View file

@ -23,6 +23,6 @@ Build:1.91,21
buildjni=yes buildjni=yes
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.91 Current Version:1.91
Current Version Code:21 Current Version Code:21

View file

@ -36,6 +36,6 @@ Build:1.5.1,41
target=android-10 target=android-10
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.5.1 Current Version:1.5.1
Current Version Code:41 Current Version Code:41

View file

@ -29,6 +29,6 @@ Build:1.3,5
srclibs=1:GreenDroid@greendroid-0.2,2:SuperDryColorPicker@5c488 srclibs=1:GreenDroid@greendroid-0.2,2:SuperDryColorPicker@5c488
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.3 Current Version:1.3
Current Version Code:5 Current Version Code:5

View file

@ -5,9 +5,18 @@ Source Code:https://github.com/junjunguo/PocketMaps
Issue Tracker:https://github.com/junjunguo/PocketMaps/issues Issue Tracker:https://github.com/junjunguo/PocketMaps/issues
Auto Name:PocketMaps Auto Name:PocketMaps
Summary:View maps and use offline routing Summary:View maps and use offline routing and navigation system
Description: 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 Repo Type:git
@ -18,7 +27,12 @@ Build:1.7,8
subdir=PocketMaps/app subdir=PocketMaps/app
gradle=yes gradle=yes
Auto Update Mode:None Build:1.9,9
Update Check Mode:RepoManifest commit=1.9
Current Version:1.7 subdir=PocketMaps/app
Current Version Code:8 gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:1.9
Current Version Code:9

View file

@ -24,6 +24,6 @@ Build:1.04,4
target=android-10 target=android-10
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.04 Current Version:1.04
Current Version Code:4 Current Version Code:4

View file

@ -1,14 +1,14 @@
Categories:Internet Categories:Internet
License:GPL-3.0 License:GPL-3.0
Web Site:https://tusky.keylesspalace.com Web Site:https://tuskyapp.github.io/
Source Code:https://github.com/Vavassor/Tusky Source Code:https://github.com/tuskyapp/Tusky
Issue Tracker:https://github.com/Vavassor/Tusky/issues Issue Tracker:https://github.com/tuskyapp/Tusky/issues
LiberapayID:23062 LiberapayID:23062
Auto Name:Tusky Auto Name:Tusky
Summary:Material Design Mastodon Client Summary:Material Design Mastodon Client
Description: 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! open-source social network server. Share words, photos, and videos with folks!
Mastodon is decentralized, meaning anyone can run Mastodon and participate in Mastodon is decentralized, meaning anyone can run Mastodon and participate in
@ -16,7 +16,7 @@ the social network seamlessly.
. .
Repo Type:git Repo Type:git
Repo:https://github.com/Vavassor/Tusky Repo:https://github.com/tuskyapp/Tusky
Build:1.0.0-alpha.5,5 Build:1.0.0-alpha.5,5
commit=v1.0.0-alpha.5 commit=v1.0.0-alpha.5
@ -72,8 +72,18 @@ Build:1.5.0,32
subdir=app subdir=app
gradle=fdroid 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 Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9\\.]+$ Update Check Mode:Tags ^v[0-9\\.]+$
Update Check Ignore:beta Update Check Ignore:beta
Current Version:1.5.0 Current Version:1.5.2
Current Version Code:32 Current Version Code:34

View file

@ -21,6 +21,6 @@ Build:1.12.2,450
target=android-8 target=android-8
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.12.2 Current Version:1.12.2
Current Version Code:450 Current Version Code:450

View file

@ -21,6 +21,6 @@ Build:1.4.1,13
commit=16 commit=16
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:Static
Current Version:1.4.1 Current Version:1.4.1
Current Version Code:13 Current Version Code:13

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