This commit is contained in:
J-Jamet 2018-03-26 17:07:07 +02:00
commit 891cefe350
175 changed files with 1938 additions and 450 deletions

View file

@ -14,7 +14,7 @@ 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...HEAD`; do for f in `git diff --name-only --diff-filter=d 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";
@ -31,4 +31,10 @@ lint:
fdroid rewritemeta $CHANGED; fdroid rewritemeta $CHANGED;
git --no-pager diff --color=always; git --no-pager diff --color=always;
} }
- apt-get -qy update
- apt-get -qy install --no-install-recommends exiftool
- exiftool -all= `find metadata/ -name '*.jp*g' -o -name '*.png'`
- echo "these images have EXIF that must be stripped:"
- git --no-pager diff --stat
- git --no-pager diff --name-only --exit-code || export EXITVALUE=1
- exit $EXITVALUE - exit $EXITVALUE

View file

@ -579,7 +579,6 @@ Build:1.80,80
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \ prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
sed -i -e '/rapid.decoder/d' build.gradle && \ 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 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 Build:1.81,81
commit=1.81 commit=1.81
@ -589,7 +588,15 @@ Build:1.81,81
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \ prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
sed -i -e '/rapid.decoder/d' build.gradle && \ 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 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.82,82
commit=1.82
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
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.
@ -597,5 +604,5 @@ 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.81 Current Version:1.82
Current Version Code:81 Current Version Code:82

View file

@ -69,7 +69,12 @@ Build:1.4.4,700144
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.4.5,1500150
commit=v1.4.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:1.4.4 Current Version:1.4.5
Current Version Code:700144 Current Version Code:1500150

View file

@ -48,7 +48,17 @@ Build:1.1.2,10
subdir=mobile subdir=mobile
gradle=yes gradle=yes
Build:1.1.3,11
commit=1.1.3
subdir=mobile
gradle=yes
Build:1.1.4,12
commit=1.1.4
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.1.2 Current Version:1.1.4
Current Version Code:10 Current Version Code:12

View file

@ -99,11 +99,18 @@ Build:1.4.9,21
prebuild=sed -i -e '79,81d' pom.xml && \ prebuild=sed -i -e '79,81d' pom.xml && \
sed -i -e '44,70d' pom.xml sed -i -e '44,70d' pom.xml
Build:1.4.10,22
commit=3e48eea41be4c2ba4487d8adf504f2fcc1bd0159
subdir=brouter-routing-app
maven=yes@..
prebuild=sed -i -e '79,81d' pom.xml && \
sed -i -e '44,70d' pom.xml
Maintainer Notes: Maintainer Notes:
The sed's remove signing stuff. The sed's remove signing stuff.
. .
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:1.4.9 Current Version:1.4.10
Current Version Code:21 Current Version Code:22

View file

@ -93,7 +93,12 @@ Build:v1.11-beta,21
subdir=app subdir=app
gradle=yes gradle=yes
Build:v1.12-beta,22
commit=v1.12-beta
subdir=app
gradle=yes
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:v1.11-beta Current Version:v1.12-beta
Current Version Code:21 Current Version Code:22

View file

@ -179,7 +179,12 @@ Build:1.0.58,10580
Build:1.0.59,10591 Build:1.0.59,10591
commit=1.0.59 commit=1.0.59
Build:1.0.60,10600
commit=1.0.60
subdir=app
gradle=yes
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.0.59 Current Version:1.0.60
Current Version Code:10591 Current Version Code:10600

View file

@ -0,0 +1,33 @@
AntiFeatures:NonFreeNet
Categories:Internet,System
License:MIT
Web Site:https://github.com/veniosg/JustSearch
Source Code:https://github.com/veniosg/JustSearch
Issue Tracker:https://github.com/veniosg/JustSearch/issues
Auto Name:Just Search
Summary:Simple Assist app with multiple search provides
Description:
Just Search is an Assist replacement (the app that launches after long pressing
home). It provides a simple way to search from everywhere without needing to
launch the heavy (in terms of data and resources' needs) Google search app. Just
Search uses DuckDuckGo by default, but allows opting for Google, Bing, Yandex or
Yahoo instead.
.
Repo Type:git
Repo:https://github.com/veniosg/JustSearch
Build:1.0.0,1
commit=1.0.0
subdir=app
gradle=yes
Maintainer Notes:
Cannot use AUM/UCM because version code and version name are dynamic.
.
Auto Update Mode:None
Update Check Mode:None
Current Version:1.0.0
Current Version Code:1

View file

@ -43,7 +43,12 @@ Build:4.2.1,421
subdir=app subdir=app
gradle=yes gradle=yes
Build:4.2.2,422
commit=4.2.2
subdir=app
gradle=yes
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:4.2.1 Current Version:4.2.2
Current Version Code:421 Current Version Code:422

View file

@ -191,7 +191,18 @@ Build:1.09.44,54
sed -i -e 's/${AMPACHE_USERNAME}/null/g' build.gradle && \ sed -i -e 's/${AMPACHE_USERNAME}/null/g' build.gradle && \
sed -i -e 's/${AMPACHE_PASSWORD}/null/g' build.gradle sed -i -e 's/${AMPACHE_PASSWORD}/null/g' build.gradle
Build:1.09.45,55
commit=v1.09.45
subdir=app
submodules=yes
gradle=yes
prebuild=sed -i -e 's/${LASTFM_API_KEY}/null/g' build.gradle && \
sed -i -e 's/${AMPACHE_URL}/null/g' build.gradle && \
sed -i -e 's/${AMPACHE_URL_LOCAL}/null/g' build.gradle && \
sed -i -e 's/${AMPACHE_USERNAME}/null/g' build.gradle && \
sed -i -e 's/${AMPACHE_PASSWORD}/null/g' build.gradle
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.09.44 Current Version:1.09.45
Current Version Code:54 Current Version Code:55

View file

@ -0,0 +1,35 @@
Provides:com.anysoftkeyboard.languagepack.french_xlarge
Categories:Writing
License:Apache-2.0
Web Site:http://anysoftkeyboard.github.io/
Source Code:https://github.com/AnySoftKeyboard/LanguagePack/tree/French
Issue Tracker:https://github.com/anysoftkeyboard/LanguagePack/issues
Changelog:https://github.com/AnySoftKeyboard/LanguagePack/blob/French/src/main/play/en-US/whatsnew
Donate:http://anysoftkeyboard.github.io/
Auto Name:AnySoftKeyboard - French Language Pack
Summary:AnySoftKeyboard French Language pack
Description:
French dictionary based on Dicollecte "classique" dictionary (v6.1, 10/07/2017)
- https://www.dicollecte.org/home.php?prj=fr More than 250,000 inflected words
(corresponding to more than 75.000 distinct lemas).
Include three keyboard layouts, AZERTY, QWERTY and BÉPO, with many symbols and
rapid acces to apostrophe and hyphen.
This is an expansion language pack for AnySoftKeyboard. Install
[[com.menny.android.anysoftkeyboard]] first, and then select the French keyboard
from AnySoftKeyboard's Settings -> Languages -> Keyboards menu.
.
Repo Type:git
Repo:https://github.com/AnySoftKeyboard/LanguagePack/
Build:1.0.67,67
commit=adc03a2d1870d804212314f6c730f39604b39409
gradle=yes
Auto Update Mode:None
Update Check Mode:Static
Current Version:1.0.67
Current Version Code:67

View file

@ -281,7 +281,16 @@ Build:0.15.0,513
gradle nativeLibsToJar gradle nativeLibsToJar
ndk=r14b ndk=r14b
Build:0.16.0,514
commit=v0.16.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.15.0 Current Version:0.16.0
Current Version Code:513 Current Version Code:514

View file

@ -110,7 +110,16 @@ Build:0.5.8(alpha),30
subdir=app subdir=app
gradle=FlavorDefault gradle=FlavorDefault
Build:0.5.10,33
commit=v0.5.10
subdir=app
gradle=FlavorDefault
Maintainer Notes:
checkupdates currently broken
.
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:0.5.8(alpha) Current Version:0.5.10
Current Version Code:30 Current Version Code:33

View file

@ -38,7 +38,10 @@ Build:5.1,31
Build:5.5,54 Build:5.5,54
commit=v5.5 commit=v5.5
Build:6.0,60
commit=v6.0
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:5.5 Current Version:6.0
Current Version Code:54 Current Version Code:60

View file

@ -4,6 +4,7 @@ License: GPL-3.0+
SourceCode: https://github.com/linux-colonel/AdminControl SourceCode: https://github.com/linux-colonel/AdminControl
IssueTracker: https://github.com/linux-colonel/AdminControl/issues IssueTracker: https://github.com/linux-colonel/AdminControl/issues
AutoName: AdminControl
Summary: Additional security settings Summary: Additional security settings
Description: Allows you to disable the fingerprint reader on the Lock Screen without Description: Allows you to disable the fingerprint reader on the Lock Screen without
deleting all of your fingerprints. deleting all of your fingerprints.
@ -21,3 +22,5 @@ Builds:
AutoUpdateMode: Version v%v AutoUpdateMode: Version v%v
UpdateCheckMode: Tags UpdateCheckMode: Tags
CurrentVersion: 1.0.2
CurrentVersionCode: 3

View file

@ -23,5 +23,5 @@ Build:1.3,13
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:1.3 Current Version:1.4
Current Version Code:13 Current Version Code:14

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.2 Current Version:3.9
Current Version Code:181 Current Version Code:182

View file

@ -121,11 +121,16 @@ Build:4.6.3,463
subdir=app subdir=app
gradle=yes gradle=yes
Build:4.6.4,464
commit=4.6.4
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.3 Current Version:4.6.4
Current Version Code:463 Current Version Code:464

View file

@ -104,7 +104,17 @@ Build:0.7.1,20
subdir=app subdir=app
gradle=yes gradle=yes
Build:0.7.2,21
commit=v0.7.2
subdir=app
gradle=yes
Build:0.7.3,22
commit=v0.7.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:0.7.1 Current Version:0.7.3
Current Version Code:20 Current Version Code:22

View file

@ -0,0 +1,22 @@
Categories:Connectivity
License:GPL-3.0+
Web Site:https://github.com/fr3ts0n/AndrOBD-Plugin/wiki
Source Code:https://github.com/fr3ts0n/AndrOBD-Plugin
Issue Tracker:https://github.com/fr3ts0n/AndrOBD-Plugin/issues
Changelog:https://github.com/fr3ts0n/AndrOBD-Plugin/releases
Bitcoin:19UApzsc5eDJ5VNDNYCA1bpszPnkcpWeFP
Auto Name:MqttPublisher Plugin
Repo Type:git
Repo:https://github.com/fr3ts0n/AndrOBD-Plugin
Build:V1.0.0,10000
commit=V1.0.0
subdir=MqttPublisher
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:V1.0.0
Current Version Code:10000

View file

@ -4,7 +4,7 @@ Web Site:https://github.com/fr3ts0n/AndrOBD/wiki
Source Code:https://github.com/fr3ts0n/AndrOBD Source Code:https://github.com/fr3ts0n/AndrOBD
Issue Tracker:https://github.com/fr3ts0n/AndrOBD/issues Issue Tracker:https://github.com/fr3ts0n/AndrOBD/issues
Changelog:https://github.com/fr3ts0n/AndrOBD/releases Changelog:https://github.com/fr3ts0n/AndrOBD/releases
Bitcoin:12xyTZnMMDaKMcHaeseXPd8e4NNbMFF8rt Bitcoin:19UApzsc5eDJ5VNDNYCA1bpszPnkcpWeFP
Auto Name:AndrOBD Auto Name:AndrOBD
Summary:Connect to your car's OBD system Summary:Connect to your car's OBD system
@ -588,31 +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 Build:V2.0.1,20001
commit=V2.0.1 commit=V2.0.1
subdir=androbd
gradle=yes
srclibs=AChartEngineFr3ts0n@e2594a4a257cfeacba3595f1b16218a5541810c3,UsbSerial4Android@a213f06ad0b19fd6f1a6b4f8b2f74f986a00ea68 srclibs=AChartEngineFr3ts0n@e2594a4a257cfeacba3595f1b16218a5541810c3,UsbSerial4Android@a213f06ad0b19fd6f1a6b4f8b2f74f986a00ea68
rm=libs/*.jar,src/com/fr3ts0n/pvs/gui/,src/com/fr3ts0n/ecu/gui/application/,src/com/fr3ts0n/prot/gui/ rm=androbd/libs/*.jar
build=pushd $$AChartEngineFr3ts0n$$ && \ build=pushd $$AChartEngineFr3ts0n$$ && \
$$MVN3$$ package && \ $$MVN3$$ package && \
popd && \ popd && \
cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/ && \ cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/main/java/ && \
cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/ cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/
Maintainer Notes: Build:V2.0.2,20002
Very unstable and complex build, do not enable auto updates. commit=V2.0.2
. subdir=androbd
gradle=yes
srclibs=AChartEngineFr3ts0n@e2594a4a257cfeacba3595f1b16218a5541810c3,UsbSerial4Android@a213f06ad0b19fd6f1a6b4f8b2f74f986a00ea68
rm=androbd/libs/*.jar
build=pushd $$AChartEngineFr3ts0n$$ && \
$$MVN3$$ package && \
popd && \
cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/main/java/ && \
cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:V2.0.1 Current Version:V2.0.2
Current Version Code:20001 Current Version Code:20002

View file

@ -5,19 +5,16 @@ Web Site:https://k9mail.github.io/
Source Code:https://github.com/k9mail/k-9 Source Code:https://github.com/k9mail/k-9
Issue Tracker:https://github.com/k9mail/k-9/issues Issue Tracker:https://github.com/k9mail/k-9/issues
Changelog:https://github.com/k9mail/k-9/wiki/ReleaseNotes Changelog:https://github.com/k9mail/k-9/wiki/ReleaseNotes
LiberapayID:34990
Auto Name:K-9 Mail Auto Name:K-9 Mail
Summary:Full-featured email client Summary:Full-featured email client
Description: Description:
E-mail client supporting multiple accounts, POP3, IMAP and Push IMAP. Can do E-mail client supporting multiple accounts, POP3, IMAP and Push IMAP. Can do
encryption if [[org.thialfihar.android.apg]] and/or OpenPGP encryption if [[org.sufficientlysecure.keychain]] is installed. Settings
[[org.sufficientlysecure.keychain]] is installed -- depending on the version. and account configurations can be exported so that they can be imported easily
Settings and account configurations can be exported so that they can be imported if you are switching packages/signatures: a file manager will need to be already
easily if you are switching packages/signatures: a file manager will need to be installed to achieve this.
already installed to achieve this.
If you would like to contribute financially to k9mail, consider donating to the
local SPCA (Societies for the prevention of cruelty to animals).
. .
Repo Type:git Repo Type:git

View file

@ -36,7 +36,19 @@ Build:2.0.0,200000000
submodules=yes submodules=yes
gradle=yes gradle=yes
Build:2.1.2,200102000
commit=ReLaunchX_2.1.2
subdir=app
submodules=yes
gradle=yes
Build:2.1.3,200103000
commit=ReLaunchX_2.1.3
subdir=app
submodules=yes
gradle=yes
Auto Update Mode:Version ReLaunchX_%v Auto Update Mode:Version ReLaunchX_%v
Update Check Mode:Tags ^ReLaunchX_ Update Check Mode:Tags ^ReLaunchX_
Current Version:2.0.0 Current Version:2.1.3
Current Version Code:200000000 Current Version Code:200103000

View file

@ -111,7 +111,17 @@ Build:1.2.5.8,63
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.2.5.9,64
commit=1.2.5.9
subdir=app
gradle=yes
Build:1.2.5.10,65
commit=1.2.5.10
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.8 Current Version:1.2.5.10
Current Version Code:63 Current Version Code:65

View file

@ -110,5 +110,5 @@ Build:1.32,62
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:1.32.1b3 Current Version:1.33b2
Current Version Code:65 Current Version Code:72

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.56b1 Current Version:1.56b3
Current Version Code:346 Current Version Code:348

View file

@ -306,7 +306,25 @@ Build:3.1.22,253
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.25,256
commit=audiorecorder-3.1.25
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:3.2.0,257
commit=audiorecorder-3.2.0
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:3.2.1,258
commit=audiorecorder-3.2.1
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.22 Current Version:3.2.1
Current Version Code:253 Current Version Code:258

View file

@ -101,7 +101,19 @@ Build:1.1.39,167
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.46,174
commit=bookreader-1.1.46
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:1.1.47,175
commit=bookreader-1.1.47
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.39 Current Version:1.1.47
Current Version Code:167 Current Version Code:175

View file

@ -256,7 +256,25 @@ Build:1.5.33,154
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.6.1,156
commit=callrecorder-1.6.1
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:1.6.2,157
commit=callrecorder-1.6.2
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:1.6.3,158
commit=callrecorder-1.6.3
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.33 Current Version:1.6.3
Current Version Code:154 Current Version Code:158

View file

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

View file

@ -367,7 +367,31 @@ Build:3.4.120,608
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.122,610
commit=torrentclient-3.4.122
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:3.4.123,611
commit=torrentclient-3.4.123
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:3.4.124,612
commit=torrentclient-3.4.124
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:3.4.126,614
commit=torrentclient-3.4.126
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.120 Current Version:3.4.126
Current Version Code:608 Current Version Code:614

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.6 Current Version:2.0.7
Current Version Code:34 Current Version Code:35

View file

@ -33,7 +33,13 @@ Build:1.0.2,3
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.0.3,4
commit=v1.0.3
subdir=app
submodules=yes
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.2 Current Version:1.0.3
Current Version Code:3 Current Version Code:4

View file

@ -70,7 +70,13 @@ Build:1.1.2,10
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.1.3,11
commit=v1.1.3
subdir=app
submodules=yes
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.1.2 Current Version:1.1.3
Current Version Code:10 Current Version Code:11

View file

@ -223,7 +223,18 @@ Build:1.5-5a,39
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.6.0,40
commit=v1.6.0
subdir=app
gradle=yes
Build:1.6.1,41
commit=v1.6.1
subdir=app
submodules=yes
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-5a Current Version:1.6.1
Current Version Code:39 Current Version Code:41

View file

@ -30,7 +30,13 @@ Build:1.5.3,204
commit=v1.5.3 commit=v1.5.3
gradle=yes gradle=yes
Auto Update Mode:Version v%v Maintainer Notes:
Recent versions include Google Play Services.
.
Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.5.3 Current Version:1.5.4.2
Current Version Code:204 Current Version Code:207
No Source Since:1.5.4

View file

@ -86,7 +86,11 @@ Build:4.4,37
commit=v4.4 commit=v4.4
gradle=yes gradle=yes
Build:4.5,38
commit=v4.5
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.4 Current Version:4.5
Current Version Code:37 Current Version Code:38

View file

@ -86,7 +86,12 @@ Build:2.17.0,308
subdir=app subdir=app
gradle=yes gradle=yes
Build:2.17.1,309
commit=v2.17.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:2.17.0 Current Version:2.17.1
Current Version Code:308 Current Version Code:309

View file

@ -1095,11 +1095,46 @@ Build:20180309,20180309
rm=user_manual rm=user_manual
scandelete=src/androidTest scandelete=src/androidTest
Build:20180314,20180314
commit=dev-20180314
submodules=yes
gradle=versionDev
rm=user_manual
scandelete=src/androidTest
Build:20180316,20180316
commit=dev-20180316
submodules=yes
gradle=versionDev
rm=user_manual
scandelete=src/androidTest
Build:20180320,20180320
commit=dev-20180320
submodules=yes
gradle=versionDev
rm=user_manual
scandelete=src/androidTest
Build:20180322,20180322
commit=dev-20180322
submodules=yes
gradle=versionDev
rm=user_manual
scandelete=src/androidTest
Build:20180324,20180324
commit=dev-20180324
submodules=yes
gradle=versionDev
rm=user_manual
scandelete=src/androidTest
Maintainer Notes: Maintainer Notes:
Tags get removed. See https://github.com/nextcloud/android/issues/969. Tags get removed. See https://github.com/nextcloud/android/issues/969.
. .
Auto Update Mode:Version dev-%c Auto Update Mode:Version dev-%c
Update Check Mode:Tags ^dev Update Check Mode:Tags ^dev
Current Version:20180309 Current Version:20180324
Current Version Code:20180309 Current Version Code:20180324

View file

@ -223,6 +223,13 @@ Build:3.0.3,30000399
rm=user_manual rm=user_manual
scandelete=src/androidTest scandelete=src/androidTest
Build:3.1.0 RC1,30010050
commit=rc-3.1.0-01
submodules=yes
gradle=generic
rm=user_manual
scandelete=src/androidTest
Auto Update Mode:Version stable-%v Auto Update Mode:Version stable-%v
Update Check Mode:Tags ^stable Update Check Mode:Tags ^stable
Current Version:3.0.3 Current Version:3.0.3

View file

@ -0,0 +1,27 @@
Categories:Internet,Connectivity
License:GPL-3.0
Web Site:https://nextcloud.com/talk/
Source Code:https://github.com/nextcloud/talk-android
Issue Tracker:https://github.com/nextcloud/talk-android/issues
Changelog:https://github.com/nextcloud/talk-android/releases
Donate:https://www.bountysource.com/teams/nextcloud
Auto Name:Nextcloud Talk
Repo Type:git
Repo:https://github.com/nextcloud/talk-android.git
Build:1.1.0,30
commit=v1.1.0
subdir=app
gradle=generic
Build:1.1.1,31
commit=v1.1.1
subdir=app
gradle=generic
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9]+\.[0-9]+\.[0-9]+$
Current Version:1.1.1
Current Version Code:31

View file

@ -608,16 +608,29 @@ Build:0.10.2,4135
Build:0.10.4,4137 Build:0.10.4,4137
commit=0.10.4 commit=0.10.4
submodules=yes submodules=yes
sudo=apt-get install -y golang-go/testing golang-1.9-go/testing golang-src/testing golang-1.9-src/testing sudo=apt-get install -y golang-1.9-go/testing && \
ln -s /usr/lib/go-1.9/bin/go /usr/bin/go
gradle=yes gradle=yes
output=app/build/outputs/apk/release/app-release-unsigned.apk output=app/build/outputs/apk/release/app-release-unsigned.apk
ndk=r15c ndk=r15c
preassemble=buildNative preassemble=buildNative
Build:0.10.5,4138 Build:0.10.5,4138
disable=Contains breaking bug: https://github.com/syncthing/syncthing-android/issues/1032
commit=0.10.5 commit=0.10.5
submodules=yes submodules=yes
sudo=apt-get install -y golang-go/testing golang-1.9-go/testing golang-src/testing golang-1.9-src/testing sudo=apt-get install -y golang-1.9-go/testing && \
ln -s /usr/lib/go-1.9/bin/go /usr/bin/go
gradle=yes
output=app/build/outputs/apk/release/app-release-unsigned.apk
ndk=r15c
preassemble=buildNative
Build:0.10.7,4140
commit=0.10.7
submodules=yes
sudo=apt-get install -y golang-1.9-go/testing && \
ln -s /usr/lib/go-1.9/bin/go /usr/bin/go
gradle=yes gradle=yes
output=app/build/outputs/apk/release/app-release-unsigned.apk output=app/build/outputs/apk/release/app-release-unsigned.apk
ndk=r15c ndk=r15c
@ -625,5 +638,5 @@ Build:0.10.5,4138
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags ^[0-9.]*$ Update Check Mode:Tags ^[0-9.]*$
Current Version:0.10.5 Current Version:0.10.7
Current Version Code:4138 Current Version Code:4140

View file

@ -1,52 +0,0 @@
Categories:Internet
License:GPL-2.0
Web Site:https://owncloud.org
Source Code:https://github.com/owncloud/android/
Issue Tracker:https://github.com/owncloud/android/issues
Changelog:https://github.com/owncloud/android/blob/beta/CHANGELOG.md
Donate:https://www.bountysource.com/teams/owncloud
Auto Name:ownCloud beta
Summary:Synchronization client
Description:
ownCloud beta is a beta version of the official ownCloud app and includes
brand-new, untested features which might lead to instabilities and data loss.
The app is designed for users willing to test the new features and to report
bugs if they occur. Do not use it for your productive work!
The beta can be installed alongside the official ownCloud app which is available
at F-Droid, too.
.
Repo Type:git
Repo:https://github.com/owncloud/android.git
Build:2.5.0-beta.1,20400000
commit=oc-android-2.5.0-beta.1
submodules=yes
output=build/outputs/apk/*.apk
srclibs=TouchImageView@v1.2.0
rm=libs/disklrucache*,owncloud-android-library/libs,user_manual
prebuild=sed -i '/initWith debug/d' build.gradle
build=gradle assembleBeta
Build:2.5.0-beta.2,20400001
commit=oc-android-2.5.0-beta.2
submodules=yes
output=build/outputs/apk/*.apk
srclibs=TouchImageView@v1.2.0
rm=libs/disklrucache*,owncloud-android-library/libs,user_manual
build=gradle assembleBeta
Build:2.5.1-beta.1,20500001
commit=oc-android-2.5.1-beta.1
submodules=yes
output=build/outputs/apk/*.apk
srclibs=TouchImageView@v1.2.0
rm=libs/disklrucache*,owncloud-android-library/libs,user_manual,owncloud-android-library/test_client/libs/android-support-v4.jar
build=gradle assembleBeta
Auto Update Mode:None
Update Check Mode:Tags
Current Version:2.5.1-beta.1
Current Version Code:20500001

View file

@ -283,12 +283,19 @@ Build:2.6.0,20600000
srclibs=TouchImageView@v1.2.0 srclibs=TouchImageView@v1.2.0
rm=libs/disklrucache*,owncloud-android-library/libs,user_manual rm=libs/disklrucache*,owncloud-android-library/libs,user_manual
Build:2.7.0-beta.1,20600100
commit=oc-android-2.7.0-beta.1
submodules=yes
gradle=yes
srclibs=TouchImageView@v1.2.0
rm=libs/disklrucache*,owncloud-android-library/libs,user_manual
Maintainer Notes: Maintainer Notes:
Last jar in use is touch-image-view, since apparently it's not in any maven Last jar in use is touch-image-view, since apparently it's not in any maven
repo. Verified against upstream at https://github.com/MikeOrtiz/TouchImageView. repo. Verified against upstream at https://github.com/MikeOrtiz/TouchImageView.
. .
Auto Update Mode:Version oc-android-%v Auto Update Mode:Version oc-android-%v
Update Check Mode:Tags ^oc-android-[0-9.]* Update Check Mode:Tags ^oc-android-[0-9.]*$
Current Version:2.6.0 Current Version:2.6.0
Current Version Code:20600000 Current Version Code:20600000

View file

@ -40,7 +40,12 @@ Build:4.1.2,7
subdir=app subdir=app
gradle=yes gradle=yes
Build:4.1.3,8
commit=v4.1.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:4.1.2 Current Version:4.1.3
Current Version Code:7 Current Version Code:8

View file

@ -0,0 +1,25 @@
Categories:Writing
License:GPL-3.0
Web Site:
Source Code:https://github.com/ibinshoid/LASKmobile
Issue Tracker:https://github.com/ibinshoid/LASKmobile/issues
Auto Name:LASKmobile
Summary:Mobile part of the field catalog LASK
Description:
LASKmobile allows you to enter your data at work and sync it with LASK
(www.launchpad.net/lask).
.
Repo Type:git
Repo:https://github.com/ibinshoid/LASKmobile
Build:0.5.1,500
commit=v0.5.1
subdir=app
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:0.5.1
Current Version Code:500

View file

@ -5,6 +5,7 @@ Web Site:
Source Code:https://bitbucket.org/SamWhited/opensharelocationplugin Source Code:https://bitbucket.org/SamWhited/opensharelocationplugin
Issue Tracker:https://bitbucket.org/SamWhited/opensharelocationplugin/issues Issue Tracker:https://bitbucket.org/SamWhited/opensharelocationplugin/issues
Donate:https://www.buymeacoffee.com/samwhited Donate:https://www.buymeacoffee.com/samwhited
LiberapayID:34270
Auto Name:Open Share Location Plugin Auto Name:Open Share Location Plugin
Summary:Share your location in Conversations Summary:Share your location in Conversations
@ -63,6 +64,13 @@ Build:2.3.0,12
sed -i -e "/CYCLEMAP/d" src/main/res/values/arrays.xml && \ sed -i -e "/CYCLEMAP/d" src/main/res/values/arrays.xml && \
sed -i -e "/Cycle Map/d" src/main/res/values/strings.xml sed -i -e "/Cycle Map/d" src/main/res/values/strings.xml
Build:2.3.1,13
commit=v2.3.1
gradle=yes
prebuild=sed -i -e "s/thunderforestAPIKey/\'\"abc\"\'/" build.gradle && \
sed -i -e "/CYCLEMAP/d" src/main/res/values/arrays.xml && \
sed -i -e "/Cycle Map/d" src/main/res/values/strings.xml
Maintainer Notes: Maintainer Notes:
Copying the license file into the APK is done because upstream Copying the license file into the APK is done because upstream
doesn't think having it in the source and in the index is enough doesn't think having it in the source and in the index is enough
@ -80,5 +88,5 @@ for an example.
Archive Policy:0 versions Archive Policy:0 versions
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Tags
Current Version:2.3.0 Current Version:2.3.1
Current Version Code:12 Current Version Code:13

View file

@ -437,7 +437,18 @@ Build:2.2.1,76
sed -i -e 's/compile fileTree.*/compile "com.googlecode.android-vcard:android-vcard:1.4"/' build.gradle sed -i -e 's/compile fileTree.*/compile "com.googlecode.android-vcard:android-vcard:1.4"/' build.gradle
build=$$MVN3$$ install -f $$android-vcard$$/pom.xml -Dmaven.test.skip=true build=$$MVN3$$ install -f $$android-vcard$$/pom.xml -Dmaven.test.skip=true
Build:2.2.2,77
commit=2.2.2
subdir=app
gradle=yes
srclibs=android-vcard@android-vcard-1.4
rm=app/libs
prebuild=find $$android-vcard$$ -name '*.jar' -delete && \
sed -i -e '/repositories/a\ mavenLocal()' ../build.gradle && \
sed -i -e 's/compile fileTree.*/compile "com.googlecode.android-vcard:android-vcard:1.4"/' build.gradle
build=$$MVN3$$ install -f $$android-vcard$$/pom.xml -Dmaven.test.skip=true
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:2.2.1 Current Version:2.2.2
Current Version Code:76 Current Version Code:77

View file

@ -287,7 +287,14 @@ Build:0.6.3a,242
scandelete=SPD-classes/src/main/jniLibs/ scandelete=SPD-classes/src/main/jniLibs/
preassemble=:SPD-classes:ndkBuild preassemble=:SPD-classes:ndkBuild
Build:0.6.3b,245
commit=v0.6.3b
subdir=core
gradle=yes
scandelete=SPD-classes/src/main/jniLibs/
preassemble=:SPD-classes:ndkBuild
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:0.6.3a Current Version:0.6.3b
Current Version Code:242 Current Version Code:245

View file

@ -0,0 +1,31 @@
Categories:System
License:Apache-2.0
Author Name:Tibor Kaputa
Author Email:hello@simplemobiletools.com
Web Site:https://simplemobiletools.github.io
Source Code:https://github.com/SimpleMobileTools/Simple-CLock
Issue Tracker:https://github.com/SimpleMobileTools/Simple-Clock/issues
Changelog:https://github.com/SimpleMobileTools/Simple-Clock/blob/HEAD/CHANGELOG.md
Donate:https://simplemobiletools.github.io/donate
Bitcoin:19Hc8A7sWGud8sP19VXDC5a5j28UyJfpyJ
Litecoin:LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP
Auto Name:Clock
Repo Type:git
Repo:https://github.com/SimpleMobileTools/Simple-Clock
Build:3.1.0,2
commit=3.1.0
subdir=app
gradle=yes
Build:3.1.1,3
commit=3.1.1
subdir=app
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:3.1.1
Current Version Code:3

View file

@ -70,7 +70,12 @@ Build:3.3.2,13
subdir=app subdir=app
gradle=yes gradle=yes
Build:3.4.0,15
commit=3.4.0
subdir=app
gradle=yes
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:3.3.2 Current Version:3.4.0
Current Version Code:13 Current Version Code:15

View file

@ -126,7 +126,12 @@ Build:3.1.4,31
subdir=app subdir=app
gradle=yes gradle=yes
Build:3.1.5,32
commit=3.1.5
subdir=app
gradle=yes
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:3.1.4 Current Version:3.1.5
Current Version Code:31 Current Version Code:32

View file

@ -576,7 +576,17 @@ Build:3.5.3,165
subdir=app subdir=app
gradle=yes gradle=yes
Build:3.6.0,166
commit=3.6.0
subdir=app
gradle=yes
Build:3.6.2,168
commit=3.6.2
subdir=app
gradle=yes
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:3.5.3 Current Version:3.6.2
Current Version Code:165 Current Version Code:168

View file

@ -170,7 +170,12 @@ Build:3.2.2,39
subdir=app subdir=app
gradle=yes gradle=yes
Build:3.2.3,40
commit=3.2.3
subdir=app
gradle=yes
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:3.2.2 Current Version:3.2.3
Current Version Code:39 Current Version Code:40

View file

@ -59,7 +59,12 @@ Build:1.8,9
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.9,10
commit=v1.9
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.8 Current Version:1.9
Current Version Code:9 Current Version Code:10

View file

@ -115,6 +115,11 @@ Build:1.9.0,21
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.10.0,22
commit=v1.10.0
subdir=app
gradle=yes
Maintainer Notes: Maintainer Notes:
Summary and Description are maintained by upstream using fastlane in Summary and Description are maintained by upstream using fastlane in
the source repo: the source repo:
@ -123,5 +128,5 @@ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.9.0 Current Version:1.10.0
Current Version Code:21 Current Version Code:22

View file

@ -6,7 +6,7 @@ Issue Tracker:https://github.com/ubergeek42/weechat-android/issues
Changelog:https://github.com/ubergeek42/weechat-android/raw/HEAD/Readme.md Changelog:https://github.com/ubergeek42/weechat-android/raw/HEAD/Readme.md
Name:WeeChat Android Name:WeeChat Android
Auto Name:weechat Auto Name:Weechat-Android
Summary:Connect to remote WeeChat IRC sessions Summary:Connect to remote WeeChat IRC sessions
Description: Description:
Relay client for the Weechat IRC client. It allows you to connect to your phone Relay client for the Weechat IRC client. It allows you to connect to your phone
@ -69,15 +69,12 @@ Build:0.12-git,436
prebuild=sed -i '/gradleVersion/d' ../build.gradle && \ prebuild=sed -i '/gradleVersion/d' ../build.gradle && \
sed -i -e '/Goddchen/d' build.gradle ../build.gradle sed -i -e '/Goddchen/d' build.gradle ../build.gradle
Maintainer Notes: Build:0.13,437
Upstream uses "versionCode gitVersionCode()", this isnt handled by our commit=v0.13
update-scraper. If this gets fixed in upstream, reset to UCM:Tags. subdir=app
gradle=yes
VC for 0.12 is 15.. so 0.11 might be wrong. We need to sort that out Auto Update Mode:Version v%v
with upstream. Update Check Mode:Tags
. Current Version:0.13
Current Version Code:437
Auto Update Mode:None
Update Check Mode:None
Current Version:0.11
Current Version Code:435

View file

@ -52,7 +52,17 @@ Build:0.0.18,112
subdir=app subdir=app
gradle=yes gradle=yes
Build:0.0.19,113
commit=0.0.19
subdir=app
gradle=yes
Build:0.0.20,114
commit=0.0.20
subdir=app
gradle=yes
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:0.0.18 Current Version:0.0.20
Current Version Code:112 Current Version Code:114

View file

@ -94,7 +94,22 @@ Build:2.4.2,242
commit=2.4.2 commit=2.4.2
gradle=yes gradle=yes
Build:2.4.4,244
disable=Task 'clean' not found in root project
commit=2.4.4
gradle=yes
Build:2.4.5,245
commit=2.4.5
subdir=tourcount
gradle=yes
Build:2.4.6,246
commit=2.4.6
subdir=tourcount
gradle=yes
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:2.4.2 Current Version:2.4.6
Current Version Code:242 Current Version Code:246

View file

@ -102,7 +102,22 @@ Build:2.1.2,212
mkdir -p gradle/wrapper && \ mkdir -p gradle/wrapper && \
echo -e 'distributionUrl=https://services.gradle.org/distributions/gradle-3.3-bin.zip' > gradle/wrapper/gradle-wrapper.properties echo -e 'distributionUrl=https://services.gradle.org/distributions/gradle-3.3-bin.zip' > gradle/wrapper/gradle-wrapper.properties
Build:2.1.4,214
commit=2.1.4
subdir=transektcount
gradle=yes
Build:2.1.5,215
commit=2.1.5
subdir=transektcount
gradle=yes
Build:2.1.6,216
commit=2.1.6
subdir=transektcount
gradle=yes
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:2.1.2 Current Version:2.1.6
Current Version Code:212 Current Version Code:216

View file

@ -22,7 +22,12 @@ Build:0.8.0,8
subdir=app subdir=app
gradle=yes gradle=yes
Build:0.9.0,9
commit=v0.9.0
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.8.0 Current Version:0.9.0
Current Version Code:8 Current Version Code:9

View file

@ -495,5 +495,5 @@ github respository (may not be in master branch).
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Tags
Current Version:2.1(404) Current Version:2.2.1(468)
Current Version Code:404 Current Version Code:468

View file

@ -221,6 +221,11 @@ Build:1.5.11-beta7,1560
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.5.11-beta13,1566
commit=66f4d77cb20e8533d4090c1312ce0a18b2f35724
subdir=app
gradle=yes
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags ^[0-9.]*$ Update Check Mode:Tags ^[0-9.]*$
Current Version:1.5.10 Current Version:1.5.10

View file

@ -1,17 +1,12 @@
Categories:Internet Categories:Internet
License:GPL-2.0 License:GPL-2.0
Web Site: Web Site:https://github.com/zoff99/ToxAndroidRefImpl
Source Code:https://github.com/zoff99/ToxAndroidRefImpl Source Code:https://github.com/zoff99/ToxAndroidRefImpl
Issue Tracker:https://github.com/zoff99/ToxAndroidRefImpl/issues Issue Tracker:https://github.com/zoff99/ToxAndroidRefImpl/issues
Changelog:https://github.com/zoff99/ToxAndroidRefImpl/blob/zoff99/dev003/CHANGELOG.md Changelog:https://github.com/zoff99/ToxAndroidRefImpl/blob/zoff99/dev003/CHANGELOG.md
Bitcoin:1TRifA7eNLHZEcCTj43eYVWHBbLqTuXkS Bitcoin:1TRifA7eNLHZEcCTj43eYVWHBbLqTuXkS
Auto Name:TRIfA Auto Name:TRIfA
Summary:TRIfA Tox Client
Description:
TRIfA is a Tox Client for Android. it's still currently in heavy development. To
get more information about Tox please visit [https://tox.zoff.cc]
.
Repo Type:git Repo Type:git
Repo:https://github.com/zoff99/ToxAndroidRefImpl Repo:https://github.com/zoff99/ToxAndroidRefImpl
@ -98,7 +93,18 @@ Build:1.0.14,10014
prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.6.4111459' prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.6.4111459'
ndk=r13b ndk=r13b
Build:1.0.15,10015
commit=1.0.15
subdir=android-refimpl-app/app
gradle=yes
prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.6.4111459'
ndk=r13b
Maintainer Notes:
Description and summary in app git repository
.
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.14 Current Version:1.0.15
Current Version Code:10014 Current Version Code:10015

View file

@ -556,5 +556,5 @@ v103 introduces push notifications using gplay. Later versions will make this op
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest/production Update Check Mode:RepoManifest/production
Current Version:20180223 Current Version:20180309
Current Version Code:107 Current Version Code:108

View file

@ -102,7 +102,12 @@ Build:0.35,35
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.04,48
commit=1.04
subdir=app
gradle=yes
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:0.35 Current Version:1.04
Current Version Code:35 Current Version Code:48

View file

@ -58,5 +58,5 @@ Build:0.10.0,7
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Tags
Current Version:0.12.0 Current Version:0.13.0
Current Version Code:1200 Current Version Code:1300

View file

@ -52,5 +52,5 @@ Maintainer Notes:
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags ^VIDELIBRI Update Check Mode:Tags ^VIDELIBRI
Current Version:1.967 Current Version:1.970
Current Version Code:1967 Current Version Code:1970

View file

@ -283,11 +283,17 @@ Build:10.0.5-fdroid,307
prebuild=sed -i -e 's/Vespucci/Vespucci (F-Droid)/g' -e 's/10.0.5/10.0.5-fdroid/g' src/main/res/values/appname.xml && \ prebuild=sed -i -e 's/Vespucci/Vespucci (F-Droid)/g' -e 's/10.0.5/10.0.5-fdroid/g' src/main/res/values/appname.xml && \
sed -i -e '/bintray/d' -e '/markdown/d' -e '/preset-utils/d' build.gradle sed -i -e '/bintray/d' -e '/markdown/d' -e '/preset-utils/d' build.gradle
Build:10.1.2-fdroid,403
commit=10.1.2
gradle=yes
prebuild=sed -i -e 's/Vespucci/Vespucci (F-Droid)/g' -e 's/10.1.2/10.1.2-fdroid/g' src/main/res/values/appname.xml && \
sed -i -e '/bintray/d' -e '/markdown/d' -e '/preset-utils/d' build.gradle
Maintainer Notes: Maintainer Notes:
* Upstream requires -fdroid specific appname * Upstream requires -fdroid specific appname
. .
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Tags
Current Version:10.1.0 Current Version:10.2.0.3
Current Version Code:402 Current Version Code:500

View file

@ -127,7 +127,12 @@ Build:1.9.1,24
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.10.0,25
commit=v1.10.0
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.9.1 Current Version:1.10.0
Current Version Code:24 Current Version Code:25

View file

@ -93,7 +93,17 @@ Build:2.03,203
subdir=app subdir=app
gradle=yes gradle=yes
Build:2.12,212
commit=v2.12
subdir=app
gradle=yes
Build:2.13,213
commit=v2.13
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.03 Current Version:2.13
Current Version Code:203 Current Version Code:213

View file

@ -34,7 +34,12 @@ Build:1.5,15
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.6,16
commit=v1.6
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 Current Version:1.6
Current Version Code:15 Current Version Code:16

View file

@ -102,7 +102,11 @@ Build:1.0.30,31
commit=1.0.30 commit=1.0.30
gradle=yes gradle=yes
Build:1.0.33,34
commit=1.0.33
gradle=yes
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.0.30 Current Version:1.0.33
Current Version Code:31 Current Version Code:34

View file

@ -24,7 +24,7 @@ will grow with time. You can contribute too, also with translations if you like!
. .
Repo Type:git Repo Type:git
Repo:https://gitlab.com/GabbO2/ForroLyrics.git Repo:https://gitlab.com/Gabor-B/ForroLyrics.git
Build:0.8,1 Build:0.8,1
commit=0.8 commit=0.8
@ -96,7 +96,12 @@ Build:1.2.3,14
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.2.4,15
commit=1.2.4
subdir=app
gradle=yes
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.2.3 Current Version:1.2.4
Current Version Code:14 Current Version Code:15

View file

@ -214,7 +214,13 @@ Build:1.7.7,1770
prebuild=touch key.properties && \ prebuild=touch key.properties && \
sed -i -e '/playCompile/d' build.gradle sed -i -e '/playCompile/d' build.gradle
Build:1.7.8,1780
commit=1.7.8
gradle=fdroid
prebuild=touch key.properties && \
sed -i -e '/playCompile/d' build.gradle
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.7.7 Current Version:1.7.8
Current Version Code:1770 Current Version Code:1780

View file

@ -173,14 +173,22 @@ Build:0.6.3.180211,35
subdir=app subdir=app
gradle=yes gradle=yes
Build:0.6.4.180314,36
disable=App may crash with Exception in the Settingsdialog. Will be fixed in ,37
commit=v0.6.4.180314
subdir=app
gradle=yes
Build:0.6.4.180321,37
commit=v0.6.4.180321
subdir=app
gradle=yes
Maintainer Notes: Maintainer Notes:
Please use git-branch "FDroid" for FDroid-builds. Please use git-branch "FDroid" for FDroid-builds.
Ready for fastlane localisation, once fastlane linebreak problem
https://gitlab.com/fdroid/fdroidserver/merge_requests/375
and related is solved.
. .
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:0.6.3.180211 Current Version:0.6.4.180321
Current Version Code:35 Current Version Code:37

View file

@ -74,7 +74,12 @@ Build:1.41,19
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.42,20
commit=v1.42
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.41 Current Version:1.42
Current Version Code:19 Current Version Code:20

View file

@ -920,5 +920,5 @@ Build:6.03,343
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest/prod Update Check Mode:RepoManifest/prod
Current Version:6.03 Current Version:6.04
Current Version Code:343 Current Version Code:344

View file

@ -914,5 +914,5 @@ Build:6.03,343
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Tags
Current Version:6.03 Current Version:6.04
Current Version Code:343 Current Version Code:344

View file

@ -218,7 +218,17 @@ Build:3.10.2,64
subdir=app subdir=app
gradle=yes gradle=yes
Build:3.11,65
commit=v3.11
subdir=app
gradle=yes
Build:3.11.1,66
commit=v3.11.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:3.10.2 Current Version:3.11.1
Current Version Code:64 Current Version Code:66

View file

@ -181,8 +181,13 @@ Build:4.0,402
subdir=app subdir=app
gradle=yes gradle=yes
Build:4.1,403
commit=v4.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
Update Check Ignore:(alpha|beta|rc|RC) Update Check Ignore:(alpha|beta|rc|RC)
Current Version:4.0 Current Version:4.1
Current Version Code:402 Current Version Code:403

View file

@ -94,7 +94,12 @@ Build:0.2.12.1,19
gradle=yes gradle=yes
rm=libs/*.jar rm=libs/*.jar
Build:0.2.13,20
commit=0.2.13
gradle=yes
rm=libs/*.jar
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:0.2.12.1 Current Version:0.2.13
Current Version Code:19 Current Version Code:20

View file

@ -169,7 +169,13 @@ Build:0.6.8,31
gradle=fdroid gradle=fdroid
prebuild=sed -i -e '/play-services/d' build.gradle prebuild=sed -i -e '/play-services/d' build.gradle
Build:0.7.0,33
commit=v0.7.0
subdir=app
gradle=fdroid
prebuild=sed -i -e '/play-services/d' build.gradle
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:0.6.8 Current Version:0.7.0
Current Version Code:31 Current Version Code:33

View file

@ -44,7 +44,12 @@ Build:1.4.1,7
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.4.2,8
commit=1.4.2
subdir=app
gradle=yes
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.4.1 Current Version:1.4.2
Current Version Code:7 Current Version Code:8

View file

@ -4,6 +4,7 @@ License: GPL-3.0
SourceCode: https://github.com/pretix/pretixdroid SourceCode: https://github.com/pretix/pretixdroid
IssueTracker: https://github.com/pretix/pretixdroid/issues IssueTracker: https://github.com/pretix/pretixdroid/issues
AutoName: pretixdroid
Summary: Validates tickets generated by pretix Summary: Validates tickets generated by pretix
Description: |- Description: |-
pretix is an Open Source online ticket shop available at [https://pretix.eu/about/en/] pretix is an Open Source online ticket shop available at [https://pretix.eu/about/en/]
@ -32,3 +33,5 @@ Builds:
AutoUpdateMode: Version v%v AutoUpdateMode: Version v%v
UpdateCheckMode: Tags UpdateCheckMode: Tags
CurrentVersion: '1.10'
CurrentVersionCode: 12

View file

@ -6,17 +6,26 @@ Source Code:https://github.com/siacs/Conversations
Issue Tracker:https://github.com/siacs/Conversations/issues Issue Tracker:https://github.com/siacs/Conversations/issues
Changelog:https://github.com/siacs/Conversations/blob/HEAD/CHANGELOG.md Changelog:https://github.com/siacs/Conversations/blob/HEAD/CHANGELOG.md
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CW3SYT3KG5PDL Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CW3SYT3KG5PDL
LiberapayID:34225
Bitcoin:1AeqNAcg85APAZj9BZfAjdFCC5zesqXp2B Bitcoin:1AeqNAcg85APAZj9BZfAjdFCC5zesqXp2B
Auto Name:Conversations Auto Name:Conversations
Summary:Chat using the XMPP network Summary:Chat using the XMPP network
Description: Description:
XMPP client designed with ease of use and security in mind. WARNING: Version 2.0.0 removed OTR support, it is recommeded to switch to OMEMO
Design principles
* Be as beautiful and easy to use as possible without sacrificing security or privacy
* Rely on existing, well established protocols (XMPP)
* Do not require a Google Account or specifically Google Cloud Messaging (GCM)
* Require as few permissions as possible
Features: Features:
* End-to-end encryption with either OTR, OpenPGP and [http://conversations.im/omemo/ OMEMO] * End-to-end encryption with [http://conversations.im/omemo/ OMEMO] or [http://openpgp.org/about/ OpenPGP]
* Sending and receiving images * Send and receive images as well as other kind of files
* Share your location via an external plug-in (available in F-Droid Archive)
* Indication when your contact has read your message * Indication when your contact has read your message
* Intuitive UI that follows Android Design guidelines * Intuitive UI that follows Android Design guidelines
* Pictures / Avatars for your Contacts * Pictures / Avatars for your Contacts
@ -36,6 +45,7 @@ Noteable XEPs:
* XEP-0280: Message Carbons * XEP-0280: Message Carbons
* XEP-0313: Message Archive Management * XEP-0313: Message Archive Management
* XEP-0352: Client State Indication * XEP-0352: Client State Indication
* XEP-0363: HTTP File Upload
. .
Repo Type:git Repo Type:git
@ -941,12 +951,12 @@ Build:1.23.8,255
gradle=free gradle=free
prebuild=sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle prebuild=sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle
Build:2.0.0-beta,256 Build:2.0.0,261
commit=216cf1805f5ebf7413f7239a34c1ecc914291a0d commit=2.0.0
gradle=free gradle=free
prebuild=sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle prebuild=sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle
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.23.8 Current Version:2.0.0
Current Version Code:255 Current Version Code:261

View file

@ -96,7 +96,17 @@ Build:1.4.10,29
subdir=Altcoin Prices subdir=Altcoin Prices
gradle=yes gradle=yes
Build:1.4.11c,32
commit=1.4.11c
subdir=Altcoin Prices
gradle=yes
Build:1.4.13a,35
commit=1.4.13a
subdir=Altcoin Prices
gradle=yes
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.4.10 Current Version:1.4.13a
Current Version Code:29 Current Version Code:35

View file

@ -265,7 +265,14 @@ Build:1.8.3,115
prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \
sed -i -e '/playstoreImplementation/d' build.gradle sed -i -e '/playstoreImplementation/d' build.gradle
Build:1.8.4,116
commit=1.8.4
subdir=app
gradle=fdroid
prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \
sed -i -e '/playstoreImplementation/d' build.gradle
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.8.3 Current Version:1.8.4
Current Version Code:115 Current Version Code:116

View file

@ -8,15 +8,17 @@ Changelog:https://github.com/Neamar/KISS/releases
Auto Name:KISS launcher Auto Name:KISS launcher
Summary:Custom launcher Summary:Custom launcher
Description: Description:
KISS is a fast launcher following the KISS principle. KISS is a fast launcher for your Android.
Search through you app, contacts and settings lightning fast. No more time spent Search through your apps, contacts and settings lightning fast. No more time
trying to find the app you need to launch: enter a few characters from the name spent trying to find the app you want to launch: enter a few characters of the
and press enter. Need to phone someone? Don't meddle with the call log, just name and hit enter. Need to call someone? Don't meddle with the call log, just
give three letters of their name and push the "phone" button. give three letters of their name and push the "phone" button.
KISS becomes smarter and smarter as you use it, pushing forward results you're KISS becomes smarter and smarter as you use it, pushing forward results you're
more likely to select. more likely to select.
Get ready to be amazed.
. .
Repo Type:git Repo Type:git
@ -268,7 +270,19 @@ Build:3.0.3,115
gradle=yes gradle=yes
prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle
Build:3.0.5,117
commit=v3.0.5
subdir=app
gradle=yes
prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle
Build:3.0.6,118
commit=v3.0.6
subdir=app
gradle=yes
prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle
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:3.0.3 Current Version:3.0.6
Current Version Code:115 Current Version Code:118

View file

@ -261,6 +261,12 @@ Build:2.0.3,67
rm=gradle rm=gradle
prebuild=sed -i -e '/jcenter()/a\ google()' build.gradle prebuild=sed -i -e '/jcenter()/a\ google()' build.gradle
Build:2.0.4,68
commit=2.0.4
gradle=yes
rm=gradle
prebuild=sed -i -e '/jcenter()/a\ google()' build.gradle
Maintainer Notes: Maintainer Notes:
distributionUrl specifies Gradle 3.3, while Android Gradle plugin 3.0.0 distributionUrl specifies Gradle 3.3, while Android Gradle plugin 3.0.0
requires Gradle 4.1 or later. requires Gradle 4.1 or later.
@ -268,5 +274,5 @@ requires Gradle 4.1 or later.
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:2.0.3 Current Version:2.0.4
Current Version Code:67 Current Version Code:68

View file

@ -107,11 +107,18 @@ Build:2.81,12
gradle=oss gradle=oss
rm=app/libs/*.jar rm=app/libs/*.jar
Build:2.82,13
commit=v2.82
subdir=app
submodules=yes
gradle=oss
rm=app/libs/*.jar
Maintainer Notes: Maintainer Notes:
* Current versions include app/libs/*.jar. Remove them. * Current versions include app/libs/*.jar. Remove them.
. .
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:2.81 Current Version:2.82
Current Version Code:12 Current Version Code:13

View file

@ -5,6 +5,7 @@ Web Site:https://riot.im
Source Code:https://github.com/vector-im/riot-android Source Code:https://github.com/vector-im/riot-android
Issue Tracker:https://github.com/vector-im/riot-android/issues Issue Tracker:https://github.com/vector-im/riot-android/issues
Changelog:https://github.com/vector-im/riot-android/blob/HEAD/CHANGES.rst Changelog:https://github.com/vector-im/riot-android/blob/HEAD/CHANGES.rst
LiberapayID:10794
Bitcoin:1LxowEgsquZ3UPZ68wHf8v2MDZw82dVmAE Bitcoin:1LxowEgsquZ3UPZ68wHf8v2MDZw82dVmAE
Auto Name:Riot.im Auto Name:Riot.im
@ -352,6 +353,51 @@ Build:0.8.1,80001
popd && \ popd && \
cp $$matrixsdk$$/matrix-sdk/build/outputs/aar/matrix-sdk-release-*.aar libs/matrix-sdk.aar cp $$matrixsdk$$/matrix-sdk/build/outputs/aar/matrix-sdk-release-*.aar libs/matrix-sdk.aar
Build:0.8.3,80300
commit=v0.8.3
subdir=vector
sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.9.4/node-v8.9.4-linux-x64.tar.xz && \
echo "68b94aac38cd5d87ab79c5b38306e34a20575f31a3ea788d117c20fffcca3370 node.tar.xz" | sha256sum -c - && \
tar xJf node.tar.xz && \
cp -a node-v8.9.4-linux-x64/. /usr/local/ && \
npm install -g react-native-cli
gradle=appfdroid
srclibs=matrixsdk@v0.9.1,olmsdk@18b067a46f575299a80349d2a5dce74b7dad88de,jitsi-meet@c109199e060faa05440c6971f0683e8eb4d81167
prebuild=sed -i -e '/com.google.firebase/d' build.gradle && \
sed -i -e '/com.google.gms.google-services/d' build.gradle && \
find . -name *.aar -exec truncate -s 0 {} \;
build=pushd $$olmsdk$$/android && \
echo ndk.dir=$$NDK$$ > local.properties && \
rm gradle.properties && \
gradle assembleRelease && \
popd && \
cp $$olmsdk$$/android/olm-sdk/build/outputs/aar/olm-sdk-release-2.2.2.aar libs/olm-sdk.aar && \
cp $$olmsdk$$/android/olm-sdk/build/outputs/aar/olm-sdk-release-2.2.2.aar $$matrixsdk$$/matrix-sdk/libs/olm-sdk.aar && \
pushd $$jitsi-meet$$ && \
npm install && \
make && \
pushd android && \
gradle assembleRelease && \
popd && \
react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output index.android.bundle --assets-dest android/app/src/main/res/ && \
popd && \
cp $$jitsi-meet$$/android/sdk/build/outputs/aar/sdk-release.aar libs/jitsi-sdk.aar && \
cp $$jitsi-meet$$/node_modules/react-native-background-timer/android/build/outputs/aar/react-native-background-timer-release.aar libs/react-native-background-timer.aar && \
cp $$jitsi-meet$$/node_modules/react-native-fetch-blob/android/build/outputs/aar/react-native-fetch-blob-release.aar libs/react-native-fetch-blob.aar && \
cp $$jitsi-meet$$/node_modules/react-native-immersive/android/build/outputs/aar/react-native-immersive-release.aar libs/react-native-immersive.aar && \
cp $$jitsi-meet$$/node_modules/react-native-keep-awake/android/build/outputs/aar/react-native-keep-awake-release.aar libs/react-native-keep-awake.aar && \
cp $$jitsi-meet$$/node_modules/react-native-vector-icons/android/build/outputs/aar/react-native-vector-icons-release.aar libs/react-native-vector-icons.aar && \
cp $$jitsi-meet$$/node_modules/react-native-webrtc/android/build/outputs/aar/react-native-webrtc-release.aar libs/react-native-webrtc.aar && \
cp $$jitsi-meet$$/node_modules/react-native-webrtc/android/build/outputs/aar/react-native-webrtc-release.aar $$matrixsdk$$/matrix-sdk/libs/react-native-webrtc.aar && \
cp $$jitsi-meet$$/node_modules/react-native-locale-detector/android/build/outputs/aar/react-native-locale-detector-release.aar libs/react-native-locale-detector.aar && \
cp $$jitsi-meet$$/node_modules/react-native/android/com/facebook/react/react-native/0.50.4/react-native-0.50.4.aar libs/react-native.aar && \
cp $$jitsi-meet$$/node_modules/react-native-vector-icons/Fonts/*.ttf src/main/assets/fonts/ && \
cp $$jitsi-meet$$/index.android.bundle src/main/assets/ && \
pushd $$matrixsdk$$ && \
gradle clean assembleRelease && \
popd && \
cp $$matrixsdk$$/matrix-sdk/build/outputs/aar/matrix-sdk-release-*.aar libs/matrix-sdk.aar
Maintainer Notes: Maintainer Notes:
Upstream puts their library aars inside the repo, we need build them our self. We truncate instead of deleting them such that the initial gradle clean is successful. Upstream puts their library aars inside the repo, we need build them our self. We truncate instead of deleting them such that the initial gradle clean is successful.
jitsi-meet needs react-native which we get via npm. This pulls in a few prebuilt binaries for now :-/. jitsi-meet needs react-native which we get via npm. This pulls in a few prebuilt binaries for now :-/.
@ -361,5 +407,5 @@ Then we walk through olmsdk, jitsi-meet, matrixsdk (which needs those other two,
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Tags
Current Version:0.8.1 Current Version:0.8.3
Current Version Code:80001 Current Version Code:80300

View file

@ -229,5 +229,5 @@ Build:15.2.0-RC-3,1510019
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Tags
Current Version:15.4.0-RC-8 Current Version:15.5.0-beta-1
Current Version Code:1540028 Current Version Code:1550011

View file

@ -67,5 +67,5 @@ Build:2.1.5,215
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:HTTP Update Check Mode:HTTP
Update Check Data:https://raw.githubusercontent.com/dkrivoruchko/ScreenStream/master/build.gradle|version_code = ([0-9]*)|.|version_name = \'([0-9.]*)\' Update Check Data:https://raw.githubusercontent.com/dkrivoruchko/ScreenStream/master/build.gradle|version_code = ([0-9]*)|.|version_name = \'([0-9.]*)\'
Current Version:2.1.6 Current Version:2.1.8
Current Version Code:216 Current Version Code:218

View file

@ -60,7 +60,29 @@ Build:1.1.0,3
cd ../turo && \ cd ../turo && \
../godot/bin/godot_server.server.tools.* -export Android ../turo.apk ../godot/bin/godot_server.server.tools.* -export Android ../turo.apk
Build:1.3.0,7
commit=0553bafd2e64de41930492df2e2a02d86d4ae40e
sudo=apt-get install -y g++
output=turo.apk
srclibs=Godot@b61462268e9a8a2c86c1abd5bc65cd96659fa979
prebuild=mkdir turo && \
bash -O extglob -c "mv !(turo) turo" && \
cp -R $$Godot$$ godot
target=android-19
build=cd godot && \
scons -j `nproc` p=server unix_global_settings_path=".." && \
export ANDROID_NDK_ROOT=$$NDK$$ && \
scons -j `nproc` p=android target=release && \
pushd platform/android/java/ && \
gradle assembleRelease && \
popd && \
export HOME=$PWD && \
mkdir -p ../templates/ && \
cp bin/android_release.apk ../templates && \
cd ../turo && \
../godot/bin/godot_server.server.tools.* -export Android ../turo.apk
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:None Update Check Mode:None
Current Version:1.1.0 Current Version:1.3.0
Current Version Code:3 Current Version Code:7

View file

@ -70,6 +70,14 @@ Build:5.4.3,238
sed -i -e '/googleAnalyticsRelease/,+2d' build.gradle && \ sed -i -e '/googleAnalyticsRelease/,+2d' build.gradle && \
sed -i -e '/playCompile/d' -e '/outputFileName/d' build.gradle sed -i -e '/playCompile/d' -e '/outputFileName/d' build.gradle
Build:5.4.4,239
commit=5.4.4
subdir=omniNotes
gradle=foss
prebuild=sed -i -e '/dl.bintray.com/d' -e '/apply plugin: "sonar-runner"/,+999d' ../build.gradle && \
sed -i -e '/googleAnalyticsRelease/,+2d' build.gradle && \
sed -i -e '/playCompile/d' -e '/outputFileName/d' build.gradle
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:HTTP Update Check Mode:HTTP
Update Check Data:https://raw.githubusercontent.com/federicoiosue/Omni-Notes/master/gradle.properties|VERSION_CODE=(.*)|.|VERSION_NAME=(.*) Update Check Data:https://raw.githubusercontent.com/federicoiosue/Omni-Notes/master/gradle.properties|VERSION_CODE=(.*)|.|VERSION_NAME=(.*)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 75 KiB

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