This commit is contained in:
J-Jamet 2018-03-11 17:40:06 +01:00
commit 69481a987b
421 changed files with 4895 additions and 901 deletions

View file

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

View file

@ -25,6 +25,7 @@ Repo:https://github.com/gryphius/androdns.git
Binaries:https://github.com/gryphius/androdns/releases/download/v%v/androdns.apk
Build:1.4,6
disable=verification fails
commit=v1.4
subdir=app
gradle=yes

View file

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

View file

@ -83,7 +83,17 @@ Build:1.3.3,13
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

View file

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

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

View file

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

View file

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

View file

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

View file

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

View file

@ -50,7 +50,7 @@ Build:1.1.1,10101
ant release && \
mv bin ant-build
Auto Update Mode:Version %c
Update Check Mode:RepoManifest
Auto Update Mode:None
Update Check Mode:None
Current Version:1.1.1
Current Version Code:10101

View file

@ -33,7 +33,22 @@ 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
Build:1.1.2,10
commit=1.1.2
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.2
Current Version Code:10

View file

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

View file

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

View file

@ -353,7 +353,12 @@ Build:1.26.1,112601
subdir=app
gradle=yes
Build:1.26.3,112603
commit=release-1.26.3
subdir=app
gradle=yes
Auto Update Mode:Version release-%v
Update Check Mode:Tags ^release-
Current Version:1.26.1
Current Version Code:112601
Current Version:1.26.3
Current Version Code:112603

View file

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

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
Auto Update Mode:None
Update Check Mode:RepoManifest
Update Check Mode:Static
Current Version:1.3
Current Version Code:4

View file

@ -38,11 +38,24 @@ Build:0.0.4.3,17
scandelete=asset/
Build:0.0.4.4,18
disable=Could not find com.android.tools.build:gradle:3.0.1
commit=0.0.4.4
subdir=app
gradle=yes
scandelete=asset/
Build:0.0.4.5,19
commit=0.0.4.5
subdir=app
gradle=yes
scandelete=asset/
Build:0.0.4.6,20
commit=0.0.4.6
subdir=app
gradle=yes
scandelete=asset/
Maintainer Notes:
The repository hosts asset files for the html landing page which are not
part of the android build (asset/, landing/), so we scandelete them.
@ -50,5 +63,5 @@ part of the android build (asset/, landing/), so we scandelete them.
Auto Update Mode:Version %v
Update Check Mode:Tags .*[0-9]$
Current Version:0.0.4.4
Current Version Code:18
Current Version:0.0.4.6
Current Version Code:20

View file

@ -176,7 +176,10 @@ Build:1.0.57,10571
Build:1.0.58,10580
commit=1.0.58
Build:1.0.59,10591
commit=1.0.59
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:1.0.58
Current Version Code:10580
Current Version:1.0.59
Current Version Code:10591

View file

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

View file

@ -37,7 +37,12 @@ Build:1.3,5
subdir=app
gradle=yes
Build:1.3.1,6
commit=1.3.1
subdir=app
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:1.3
Current Version Code:5
Current Version:1.3.1
Current Version Code:6

View file

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

View file

@ -51,11 +51,17 @@ 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
Build:5.3.2,656
commit=5.3.2
subdir=app
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:5.0
Current Version Code:642
Current Version:5.3.2
Current Version Code:656

View file

@ -216,19 +216,13 @@ 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
Build:2.2.6,54
commit=v2.2.6
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
prebuild=sed -i -e '/applicationIdSuffix/d; /versionNameSuffix/d' build.gradle
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:2.2.4
Current Version Code:53
Current Version:2.2.6
Current Version Code:54

View file

@ -70,7 +70,12 @@ Build:1.5.5,46
subdir=app
gradle=yes
Build:1.5.7,48
commit=v1.5.7
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.5.5
Current Version Code:46
Current Version:1.5.7
Current Version Code:48

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

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

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

View file

@ -19,7 +19,7 @@ data are not related to Delta Chat, you won't even add new dependencies here.
Some features at a glance:
* Secure with automatic end-to-end-encryption, supporting the new [https://autocrypt.readthedocs.io/en/latest/ Autocrypt] standard
* Secure with automatic end-to-end-encryption, supporting the new [https://autocrypt.org Autocrypt] standard
* Fast by the use of Push-IMAP
* Largest userbase -- receivers not using Delta Chat can be reached as well
* Compatible -- not only to itself
@ -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

View file

@ -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
@ -55,7 +56,22 @@ Build:4.1.4,43
subdir=app
gradle=yes
Build:4.3.1,48
commit=v4.3.1
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.1.4
Current Version Code:43
Current Version:4.5.4
Current Version Code:62

View file

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

View file

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

View file

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

View file

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

View file

@ -49,7 +49,17 @@ Build:3.17,39
subdir=app
gradle=yes
Build:3.18,40
commit=v3.18
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.17
Current Version Code:39
Current Version:3.19
Current Version Code:41

View file

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

View file

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

View file

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

View file

@ -0,0 +1,23 @@
Categories:
- System
License: GPL-3.0+
SourceCode: https://github.com/linux-colonel/AdminControl
IssueTracker: https://github.com/linux-colonel/AdminControl/issues
Summary: Additional security settings
Description: Allows you to disable the fingerprint reader on the Lock Screen without
deleting all of your fingerprints.
RepoType: git
Repo: https://github.com/linux-colonel/AdminControl
Builds:
- versionName: 1.0.2
versionCode: 3
commit: v1.0.2
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags

View file

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

View file

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

View file

@ -132,5 +132,5 @@ Build:2.9.2,60
Auto Update Mode:None
Update Check Mode:Tags
Current Version:2.9.2
Current Version Code:60
Current Version:3.0.6
Current Version Code:67

View file

@ -4,18 +4,39 @@ Web Site:https://duckduckgo.com
Source Code:https://github.com/duckduckgo/Android
Issue Tracker:https://github.com/duckduckgo/Android/issues
Name:DuckDuckGo Privacy Browser
Auto Name:DuckDuckGo
Summary:Search the web
Summary:Privacy, simplified
Description:
Search the web via duckduckgo.com, a search engine that's focussed on privacy.
At DuckDuckGo, we believe the Internet shouldn't feel so creepy, and getting the
privacy you deserve online should be as simple as closing the blinds.
The app also works like a news reader, showing popular stories from a
customizable list of websites, until you enter a query.
Our app provides the privacy essentials you need to seamlessly take control of
your personal information as you search and browse the web, no matter where the
Internet takes you:
Works with [[org.torproject.android]] (though not on Android 4.4).
* Escape Advertising Tracker Networks — Our Privacy Protection will block all the hidden trackers we can find, exposing the major advertising networks tracking you over time, so that you can track who's trying to track you.
* Increase Encryption Protection — We force sites to use an encrypted connection where available, protecting your data from prying eyes, like ISPs.
* Search Privately — You share your most personal information with your search engine, like your financial, medical, and political questions. What you search for is your own business, which is why DuckDuckGo search doesn't track you. Ever.
* Decode Privacy Policies — Weve partnered with Terms of Service Didn't Read to include their scores and labels of website terms of service and privacy policies, where available.
Please note that using this app as a browser will expose your visited sites to
DuckDuckGo.
As you search and browse, the DuckDuckGo Privacy Browser shows you a Privacy
Grade rating when you visit a website (A-F). This rating lets you see how
protected you are at a glance, dig into the details to see who we caught trying
to track you, and learn how we enhanced the underlying site's privacy measures.
The Privacy Grade is scored automatically based on the prevalence of hidden
tracker networks, encryption availability, and website privacy practices.
Our app provides standard browsing functionality including tabs, bookmarks, and
autocomplete. In addition to strong Privacy Protection as described above, we
also packed in some extra privacy features into the browser itself:
* Fire Button — Clear all your tabs and data with one tap.
* Application Lock — Secure the app with Touch ID or Face ID.
Too many people believe you simply cant expect privacy on the Internet. We're
fighting to change that, and have made it our mission to set a new standard of
trust online. Install DuckDuckGo and take back your privacy!
.
Repo Type:git
@ -159,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

View file

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

View file

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

View file

@ -152,6 +152,12 @@ Build:0.20.1,26
submodules=yes
gradle=yes
Build:0.20.2,27
commit=v0.20.2
subdir=app
submodules=yes
gradle=yes
Maintainer Notes:
Summary and Description are maintained by upstream using fastlane in
the source repo:
@ -160,5 +166,5 @@ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.20.1
Current Version Code:26
Current Version:0.20.2
Current Version Code:27

View file

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

View file

@ -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
Current Version Code:174
Current Version:3.8.2
Current Version Code:181

View file

@ -111,7 +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

View file

@ -89,7 +89,22 @@ Build:0.6.1,17
subdir=app
gradle=yes
Build:0.6.2,18
commit=v0.6.2
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.1
Current Version Code:17
Current Version:0.7.1
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 $$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

View file

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

View file

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

View file

@ -86,7 +86,32 @@ Build:1.2.5.3,58
subdir=app
gradle=yes
Build:1.2.5.4,59
commit=1.2.5.4
subdir=app
gradle=yes
Build:1.2.5.5,60
commit=1.2.5.5
subdir=app
gradle=yes
Build:1.2.5.6,61
commit=1.2.5.6
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.3
Current Version Code:58
Current Version:1.2.5.8
Current Version Code:63

View file

@ -90,7 +90,13 @@ Build:4.2.1,55
gradle=foss
prebuild=sed -i -e '/fabric/d' -e '/playstoreCompile(.*) {/,/}/d' -e s/ClientId/\'\"f0f32f2ee4a709ba3640\"\'/ -e s/ClientSecret/\'\"f94cffda88486696c2762ad986bc0b8b830c9cff\"\'/ build.gradle
Build:4.3.1,58
commit=v4.3.1
subdir=app
gradle=foss
prebuild=sed -i -e '/fabric/d' -e '/playstoreImplementation(.*) {/,/}/d' -e s/ClientId/\'\"f0f32f2ee4a709ba3640\"\'/ -e s/ClientSecret/\'\"f94cffda88486696c2762ad986bc0b8b830c9cff\"\'/ build.gradle
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:4.2.1
Current Version Code:55
Current Version:4.3.1
Current Version Code:58

View file

@ -92,5 +92,5 @@ be used.
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.14.5b3
Current Version Code:31
Current Version:1.14.5
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
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.55b7
Current Version Code:339
Current Version:1.56b1
Current Version Code:346

View file

@ -264,7 +264,49 @@ Build:3.1.8,239
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:3.1.12,243
commit=audiorecorder-3.1.12
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:3.1.16,247
commit=audiorecorder-3.1.16
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:3.1.17,248
commit=audiorecorder-3.1.17
subdir=app
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
Build:3.1.22,253
commit=audiorecorder-3.1.22
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.8
Current Version Code:239
Current Version:3.1.22
Current Version Code:253

View file

@ -41,7 +41,67 @@ Build:1.0.8,105
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:1.0.14,111
commit=bookreader-1.0.14
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:1.0.16,113
commit=bookreader-1.0.16
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:1.0.27,126
commit=bookreader-1.0.27
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:1.1.13,141
commit=bookreader-1.1.13
subdir=app
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.0.8
Current Version Code:105
Current Version:1.1.39
Current Version Code:167

View file

@ -226,7 +226,37 @@ Build:1.5.22,143
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:1.5.24,145
commit=callrecorder-1.5.24
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:1.5.25,146
commit=callrecorder-1.5.25
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:1.5.29,150
commit=callrecorder-1.5.29
subdir=app
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.22
Current Version Code:143
Current Version:1.5.33
Current Version Code:154

View file

@ -236,7 +236,12 @@ Build:3.1.21,342
subdir=app
gradle=yes
Build:3.1.22,343
commit=hourlyreminder-3.1.22
subdir=app
gradle=yes
Auto Update Mode:Version hourlyreminder-%v
Update Check Mode:Tags
Current Version:3.1.21
Current Version Code:342
Current Version:3.1.22
Current Version Code:343

View file

@ -0,0 +1,52 @@
Categories:Navigation
License:Apache-2.0
Web Site:
Source Code:https://gitlab.com/axet/omim/tree/HEAD
Issue Tracker:https://gitlab.com/axet/omim/issues
Summary:Offline OpenStreetMap maps
Description:
OpenStreetMap offline maps with track recording and custom bookmarks .kml path.
Based on MAPS.ME project.
.
Repo Type:git
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=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.1.0-4-Google
Current Version Code:1032

View file

@ -157,7 +157,17 @@ Build:1.2.98,112
subdir=app
gradle=yes
Build:1.2.99,113
commit=mover-1.2.99
subdir=app
gradle=yes
Build:1.2.100,114
commit=mover-1.2.100
subdir=app
gradle=yes
Auto Update Mode:Version mover-%v
Update Check Mode:Tags
Current Version:1.2.98
Current Version Code:112
Current Version:1.2.100
Current Version Code:114

View file

@ -35,7 +35,17 @@ Build:1.0.13,15
subdir=app
gradle=yes
Build:1.0.15,17
commit=tonegenerator-1.0.15
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.13
Current Version Code:15
Current Version:1.0.17
Current Version Code:18

View file

@ -319,7 +319,55 @@ Build:3.4.98,586
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:3.4.105,593
commit=torrentclient-3.4.105
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:3.4.106,594
commit=torrentclient-3.4.106
subdir=app
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
Build:3.4.120,608
commit=torrentclient-3.4.120
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.98
Current Version Code:586
Current Version:3.4.120
Current Version Code:608

View file

@ -85,7 +85,17 @@ Build:2.3,14
subdir=app
gradle=yes
Build:2.4,15
commit=v2.4
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.3
Current Version Code:14
Current Version:2.5
Current Version Code:16

View file

@ -133,11 +133,21 @@ Build:1.0.8,28
subdir=app
gradle=FlavorDefault
Build:1.1.0,29
commit=v1.1.0
subdir=app
gradle=FlavorDefault
Build:1.1.1,30
commit=v1.1.1
subdir=app
gradle=FlavorDefault
Maintainer Notes:
Description and summary in app git repository
.
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.0.8
Current Version Code:28
Current Version:1.1.1
Current Version Code:30

View file

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

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,24 @@ 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
Build:2.4.04,234
commit=234
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.04
Current Version Code:234

View file

@ -106,7 +106,21 @@ Build:1.4.7,1004007
rm=desktop
scanignore=android/libs/*
Build:1.4.8,1004008
commit=v1.4.8
subdir=android
gradle=yes
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.7
Current Version Code:1004007
Current Version:1.4.9
Current Version Code:1004009

View file

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

View file

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

View file

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

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

View file

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

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
Auto Update Mode:None
Update Check Mode:RepoManifest
Update Check Mode:Static
Current Version:2.0.5
Current Version Code:25

View file

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

View file

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

View file

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

View file

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

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

View file

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

View file

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

View file

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

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