From 20589866206753835ba03ae7afc74e336eb93c4d Mon Sep 17 00:00:00 2001 From: Paul Klinkenberg Date: Fri, 13 Jul 2018 23:24:03 +0200 Subject: [PATCH 01/43] Updated pk.contender.earmouse metadata - project moved to gitlab --- metadata/pk.contender.earmouse.txt | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/metadata/pk.contender.earmouse.txt b/metadata/pk.contender.earmouse.txt index 0a040e1193..0bda98d050 100644 --- a/metadata/pk.contender.earmouse.txt +++ b/metadata/pk.contender.earmouse.txt @@ -1,8 +1,11 @@ Categories:Multimedia License:Apache-2.0 +Author Name:Paul Klinkenberg +Author Email:pklinken.development@gmail.com Web Site: -Source Code: -Issue Tracker: +Source Code:https://gitlab.com/pklinken/earmouse +Issue Tracker:https://gitlab.com/pklinken/earmouse/issues +Bitcoin:1FdwmPaKhE6pmPRxNHcWh3yFDo3mdtMPy Auto Name:Earmouse Summary:Improve your musical ear @@ -13,6 +16,9 @@ started. 13 additional modules with various exercises of increasing difficulty are freely available through the in-app module manager. . +Repo Type:git +Repo:https://gitlab.com/pklinken/earmouse.git + Build:1.0,14 commit=a366c83f2340f4d50cc3cbb7505630473d32c6b1 subdir=Earmouse @@ -48,9 +54,12 @@ Build:1.2.3,27 subdir=Earmouse gradle=yes +Build:1.2.4,28 + commit=f1569aa5a13312c55050b311c02a45803dc3fcf2 + subdir=Earmouse + gradle=yes + Auto Update Mode:None Update Check Mode:RepoManifest Current Version:1.2.4 Current Version Code:28 - -No Source Since:1.2.4 From db401df8ff61c68863a4e29eb07258002ddce4b0 Mon Sep 17 00:00:00 2001 From: Paul Klinkenberg Date: Sat, 14 Jul 2018 20:54:38 +0200 Subject: [PATCH 02/43] Update metadata - pk.contender.earmouse --- metadata/pk.contender.earmouse.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/metadata/pk.contender.earmouse.txt b/metadata/pk.contender.earmouse.txt index 0bda98d050..8282933561 100644 --- a/metadata/pk.contender.earmouse.txt +++ b/metadata/pk.contender.earmouse.txt @@ -59,7 +59,12 @@ Build:1.2.4,28 subdir=Earmouse gradle=yes -Auto Update Mode:None +Build:1.2.6,30 + commit=f83a31ca30d869160401001c9c662047676d9d97 + subdir=Earmouse + gradle=yes + +Auto Update Mode:Version %c Update Check Mode:RepoManifest -Current Version:1.2.4 -Current Version Code:28 +Current Version:1.2.6 +Current Version Code:30 From 81aa92d166d74b42553d5446c8f641e90e9a2a8f Mon Sep 17 00:00:00 2001 From: Paul Klinkenberg Date: Sat, 21 Jul 2018 15:42:36 +0200 Subject: [PATCH 03/43] Update pk.contender.earmouse - change Update Check Mode to Tags --- metadata/pk.contender.earmouse.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/pk.contender.earmouse.txt b/metadata/pk.contender.earmouse.txt index 8282933561..6704ba076b 100644 --- a/metadata/pk.contender.earmouse.txt +++ b/metadata/pk.contender.earmouse.txt @@ -65,6 +65,6 @@ Build:1.2.6,30 gradle=yes Auto Update Mode:Version %c -Update Check Mode:RepoManifest +Update Check Mode:Tags Current Version:1.2.6 Current Version Code:30 From 7245499864863d066ba7f6ea3fb6f4ffdb36fd7f Mon Sep 17 00:00:00 2001 From: relan Date: Wed, 25 Jul 2018 22:10:04 +0300 Subject: [PATCH 04/43] Update VLC to 3.0.13 --- metadata/org.videolan.vlc.txt | 61 +++++++++++++++++++++++++++++++++-- 1 file changed, 59 insertions(+), 2 deletions(-) diff --git a/metadata/org.videolan.vlc.txt b/metadata/org.videolan.vlc.txt index a909984e0e..8ee2223a7e 100644 --- a/metadata/org.videolan.vlc.txt +++ b/metadata/org.videolan.vlc.txt @@ -1662,6 +1662,63 @@ Build:3.0.12,13001207 ./compile.sh -a arm64 release ndk=r14b +Build:3.0.13,13001304 + commit=3.0.13 + timeout=10800 + subdir=vlc-android + sudo=apt update && \ + apt install -y g++ ragel libltdl-dev + gradle=VanillaARMv7 + srclibs=VLC-3.0@7f2e931,VLCmedialibrary@baf5d61 + rm=java-libs/appcompat/libs,java-libs/cardview/libs + prebuild=ln -s vlc-android/$$VLC-3.0$$ ../vlc && \ + ln -s $$VLCmedialibrary$$ ../medialibrary/medialibrary && \ + sed -i -e '/signingConfig/d' build.gradle + build=cd .. && \ + mkdir -p gradle/wrapper && \ + echo 'gradle "$@"' > gradlew && \ + chmod a+x gradlew && \ + ./compile.sh -a arm release + ndk=r14b + +Build:3.0.13,13001305 + commit=3.0.13 + timeout=10800 + subdir=vlc-android + sudo=apt update && \ + apt install -y g++ ragel libltdl-dev + gradle=VanillaX86 + srclibs=VLC-3.0@7f2e931,VLCmedialibrary@baf5d61 + rm=java-libs/appcompat/libs,java-libs/cardview/libs + prebuild=ln -s vlc-android/$$VLC-3.0$$ ../vlc && \ + ln -s $$VLCmedialibrary$$ ../medialibrary/medialibrary && \ + sed -i -e '/signingConfig/d' build.gradle + build=cd .. && \ + mkdir -p gradle/wrapper && \ + echo 'gradle "$@"' > gradlew && \ + chmod a+x gradlew && \ + ./compile.sh -a x86 release + ndk=r14b + +Build:3.0.13,13001307 + commit=3.0.13 + timeout=10800 + subdir=vlc-android + sudo=apt update && \ + apt install -y g++ ragel libltdl-dev + gradle=VanillaARMv8 + srclibs=VLC-3.0@7f2e931,VLCmedialibrary@baf5d61 + rm=java-libs/appcompat/libs,java-libs/cardview/libs + prebuild=ln -s vlc-android/$$VLC-3.0$$ ../vlc && \ + ln -s $$VLCmedialibrary$$ ../medialibrary/medialibrary && \ + sed -i -e '/signingConfig/d' build.gradle + build=cd .. && \ + mkdir -p gradle/wrapper && \ + echo 'gradle "$@"' > gradlew && \ + chmod a+x gradlew && \ + ./compile.sh -a arm64 release + ndk=r14b + Maintainer Notes: Instructions and dependencies: https://wiki.videolan.org/AndroidCompile @@ -1700,5 +1757,5 @@ resign official apks: Archive Policy:0 versions Auto Update Mode:None Update Check Mode:Static -Current Version:3.0.12 -Current Version Code:13001207 +Current Version:3.0.13 +Current Version Code:13001307 From e06e8ffce34e8673903a060a5c2ac7b2cb512416 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Wed, 25 Jul 2018 15:36:56 +0100 Subject: [PATCH 05/43] Update CV of androidVNC to 0.6.0 (13) --- metadata/android.androidVNC.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/android.androidVNC.txt b/metadata/android.androidVNC.txt index d09463b8c8..96287e8ab1 100644 --- a/metadata/android.androidVNC.txt +++ b/metadata/android.androidVNC.txt @@ -24,4 +24,4 @@ Build:0.5.0,13 Auto Update Mode:None Update Check Mode:RepoManifest/antlersoft Current Version:0.6.0 -Current Version Code:14 +Current Version Code:13 From 6c13373b0bc3a630010266aaf44147d549e050e2 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Wed, 25 Jul 2018 16:43:57 +0100 Subject: [PATCH 06/43] Update TrebleShot to 1.2.6.4 (76) --- metadata/com.genonbeta.TrebleShot.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/metadata/com.genonbeta.TrebleShot.txt b/metadata/com.genonbeta.TrebleShot.txt index 0583541538..a56c3f4c81 100644 --- a/metadata/com.genonbeta.TrebleShot.txt +++ b/metadata/com.genonbeta.TrebleShot.txt @@ -146,7 +146,12 @@ Build:1.2.6.3,73 subdir=app gradle=yes +Build:1.2.6.4,76 + commit=1.2.6.4 + subdir=app + gradle=yes + Auto Update Mode:Version %v Update Check Mode:Tags ^[0-9\.]*$ -Current Version:1.2.6.3 -Current Version Code:73 +Current Version:1.2.6.4 +Current Version Code:76 From f87bfccc8f0265a7cb92dc31ccac4ba91be7743d Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Wed, 25 Jul 2018 16:49:52 +0100 Subject: [PATCH 07/43] Update dandelion* to 1.2.0 (33) --- metadata/com.github.dfa.diaspora_android.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/metadata/com.github.dfa.diaspora_android.txt b/metadata/com.github.dfa.diaspora_android.txt index 70e6e16036..db21672647 100644 --- a/metadata/com.github.dfa.diaspora_android.txt +++ b/metadata/com.github.dfa.diaspora_android.txt @@ -10,7 +10,7 @@ Bitcoin:1B9ZyYdQoY9BxMe9dRUEKaZbJWsbQqfXU5 Litecoin:LSC2NUiXmnsJiaRczq9AKceX6CEHQHP39w Name:dandelion* -Auto Name:${appName} +Auto Name:dandelion* Repo Type:git Repo:https://github.com/gsantner/dandelion @@ -154,11 +154,16 @@ Build:1.1.3,32 subdir=app gradle=FlavorDefault +Build:1.2.0,33 + commit=v1.2.0 + 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.1.3 -Current Version Code:32 +Current Version:1.2.0 +Current Version Code:33 From 2963c02acdd7bcd65b9faa6014574b30fdfee690 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Wed, 25 Jul 2018 17:26:25 +0100 Subject: [PATCH 08/43] Update QKSMS to 3.4.1 (180) --- metadata/com.moez.QKSMS.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/metadata/com.moez.QKSMS.txt b/metadata/com.moez.QKSMS.txt index 9db4fdea4b..5cc1f72da7 100644 --- a/metadata/com.moez.QKSMS.txt +++ b/metadata/com.moez.QKSMS.txt @@ -322,7 +322,15 @@ Build:3.4.0,179 sed -i -e '/glide-snapshot/d' ../build.gradle ndk=r16b +Build:3.4.1,180 + commit=v3.4.1 + subdir=presentation + gradle=noAnalytics + prebuild=sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d' build.gradle && \ + sed -i -e '/glide-snapshot/d' ../build.gradle + ndk=r16b + Auto Update Mode:Version v%v Update Check Mode:Tags ^v[0-9.]+$ -Current Version:3.4.0 -Current Version Code:179 +Current Version:3.4.1 +Current Version Code:180 From 44ad99fc166c77b1ff9dbec01b0c697ff762c114 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Wed, 25 Jul 2018 17:37:06 +0100 Subject: [PATCH 09/43] Update Syncthing to 0.10.12 (4145) --- metadata/com.nutomic.syncthingandroid.txt | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/metadata/com.nutomic.syncthingandroid.txt b/metadata/com.nutomic.syncthingandroid.txt index 031a11c30e..e0a7880322 100644 --- a/metadata/com.nutomic.syncthingandroid.txt +++ b/metadata/com.nutomic.syncthingandroid.txt @@ -671,7 +671,19 @@ Build:0.10.11,4144 ndk=r15c preassemble=buildNative +Build:0.10.12,4145 + commit=0.10.12 + 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 + output=app/build/outputs/apk/release/app-release-unsigned.apk + rm=syncthing/src/github.com/syncthing/syncthing/lib/model/testdata + prebuild=sed -i -e '/signingConfig/d' app/build.gradle + ndk=r15c + preassemble=buildNative + Auto Update Mode:Version %v Update Check Mode:Tags ^[0-9.]*$ -Current Version:0.10.11 -Current Version Code:4144 +Current Version:0.10.12 +Current Version Code:4145 From 7efebd360eddb518f54089400f09785984480f7c Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Wed, 25 Jul 2018 18:20:38 +0100 Subject: [PATCH 10/43] Update WireGuard to 0.0.20180724 (436) --- metadata/com.wireguard.android.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/metadata/com.wireguard.android.txt b/metadata/com.wireguard.android.txt index bf50f3ff56..e957c93596 100644 --- a/metadata/com.wireguard.android.txt +++ b/metadata/com.wireguard.android.txt @@ -142,7 +142,14 @@ Build:0.0.20180720,435 gradle=yes ndk=r16b +Build:0.0.20180724,436 + commit=0.0.20180724 + subdir=app + submodules=yes + gradle=yes + ndk=r16b + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:0.0.20180720 -Current Version Code:435 +Current Version:0.0.20180724 +Current Version Code:436 From f2a7fff53256c56debd0dcae13120c2d2d49733d Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Wed, 25 Jul 2018 18:55:26 +0100 Subject: [PATCH 11/43] Update CV of Pix-Art Messenger to 2.1.0 (beta 2018-07-15) (237) --- metadata/de.pixart.messenger.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/de.pixart.messenger.yml b/metadata/de.pixart.messenger.yml index ac1ee47594..9d6954f505 100644 --- a/metadata/de.pixart.messenger.yml +++ b/metadata/de.pixart.messenger.yml @@ -53,5 +53,5 @@ Builds: AutoUpdateMode: Version %v UpdateCheckMode: Tags ^[0-9.]+$ -CurrentVersion: 2.0.2 -CurrentVersionCode: 233 +CurrentVersion: 2.1.0 (beta 2018-07-15) +CurrentVersionCode: 237 From a8d2a096328a20d3b4680cf89a7ee31966c42495 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Wed, 25 Jul 2018 20:44:44 +0100 Subject: [PATCH 12/43] Update Symphony to 1.1.9 (17) --- metadata/org.fitchfamily.android.symphony.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/metadata/org.fitchfamily.android.symphony.txt b/metadata/org.fitchfamily.android.symphony.txt index 1896145063..14b035813c 100644 --- a/metadata/org.fitchfamily.android.symphony.txt +++ b/metadata/org.fitchfamily.android.symphony.txt @@ -106,7 +106,13 @@ Build:1.1.8,16 gradle=yes prebuild=sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/' build.gradle +Build:1.1.9,17 + commit=v1.1.9 + subdir=app + gradle=yes + prebuild=sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/' build.gradle + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.1.8 -Current Version Code:16 +Current Version:1.1.9 +Current Version Code:17 From bff628c6242b993ce5b3538def1f464611e23dcc Mon Sep 17 00:00:00 2001 From: relan Date: Thu, 26 Jul 2018 21:04:16 +0300 Subject: [PATCH 13/43] dandelion*: remove Name as it duplicates Auto Name --- metadata/com.github.dfa.diaspora_android.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/metadata/com.github.dfa.diaspora_android.txt b/metadata/com.github.dfa.diaspora_android.txt index db21672647..05d9971762 100644 --- a/metadata/com.github.dfa.diaspora_android.txt +++ b/metadata/com.github.dfa.diaspora_android.txt @@ -9,7 +9,6 @@ LiberapayID:13079 Bitcoin:1B9ZyYdQoY9BxMe9dRUEKaZbJWsbQqfXU5 Litecoin:LSC2NUiXmnsJiaRczq9AKceX6CEHQHP39w -Name:dandelion* Auto Name:dandelion* Repo Type:git From 47870cb713dabcca772eea3466849ad6430acdc7 Mon Sep 17 00:00:00 2001 From: relan Date: Thu, 26 Jul 2018 21:07:29 +0300 Subject: [PATCH 14/43] Update Ring to 20180712 (127) --- metadata/cx.ring.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/metadata/cx.ring.txt b/metadata/cx.ring.txt index 5fbaf98d4e..ec95a0e944 100644 --- a/metadata/cx.ring.txt +++ b/metadata/cx.ring.txt @@ -594,6 +594,20 @@ Build:20180501,117 ./compile.sh --release --no-gradle ndk=r16b +Build:20180712,127 + commit=af8399f830b9fd10689d2d11a4e76ddf576d2f40 + subdir=client-android/ring-android/app + submodules=yes + sudo=apt-get update && \ + apt-get install --yes -t jessie-backports swig + gradle=noPush + rm=client-electron,client-gnome,client-ios,client-macosx,client-uwp,client-windows + build=cd ../.. && \ + export ANDROID_NDK_ROOT="$ANDROID_NDK" && \ + export ANDROID_ABI="armeabi-v7a arm64-v8a x86" && \ + ./compile.sh --release --no-gradle + ndk=r16b + Maintainer Notes: Ring has a lot of native dependencies, the source tarballs of these are all downloaded and build for all enabled architectures. Build failed with swig 2.0.12 from jessie but works with 3.0.10 from jessie-backports. From 6bd969c65c0a1bfb60421edaba33661dad6d2137 Mon Sep 17 00:00:00 2001 From: oleg Date: Sat, 23 Jun 2018 16:11:38 +0300 Subject: [PATCH 15/43] New app: EDS Lite --- metadata/com.sovworks.edslite.yml | 35 +++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 metadata/com.sovworks.edslite.yml diff --git a/metadata/com.sovworks.edslite.yml b/metadata/com.sovworks.edslite.yml new file mode 100644 index 0000000000..82b76c49f0 --- /dev/null +++ b/metadata/com.sovworks.edslite.yml @@ -0,0 +1,35 @@ +Categories: + - Security +License: GPL-2.0-or-later +AuthorName: sovworks +AuthorEmail: eds@sovworks.com +WebSite: https://sovworks.com/eds/ +SourceCode: https://github.com/sovworks/edslite +IssueTracker: https://github.com/sovworks/edslite/issues +Donate: https://sovworks.com/eds/donations.php + +Summary: Virtual disk encryption +Description: | + EDS allows you to store your files in an encrypted container. + + * Supports VeraCrypt(R), TrueCrypt(R), LUKS, EncFs container formats. + * Choose among different secure ciphers. + * Encrypt/decrypt any kind of file. + * All the standard file operations supported. + * You can quickly open a folder (or file) inside a container from the Home screen using the shortcut widget. + +RepoType: git +Repo: https://github.com/sovworks/edslite + +Builds: + - versionName: 2.0.0.224 + versionCode: 224 + commit: release-lite-224 + subdir: app + gradle: + - liteLicCheckNoneNoinetNofsml + +AutoUpdateMode: Version release-lite-%c +UpdateCheckMode: Tags +CurrentVersion: 2.0.0.224 +CurrentVersionCode: 224 From 686ed62e5526f568a146ac019c4de95d03d91b0e Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Fri, 27 Jul 2018 09:12:29 +0000 Subject: [PATCH 16/43] Firefox Klar - update to v6.0 --- metadata/org.mozilla.klar.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/metadata/org.mozilla.klar.txt b/metadata/org.mozilla.klar.txt index 5e13c93aaa..b4574e739e 100644 --- a/metadata/org.mozilla.klar.txt +++ b/metadata/org.mozilla.klar.txt @@ -111,6 +111,14 @@ Build:4.2,19 sed -i -E -e '/(focus|arm|x86|aarch64)Implementation/d' build.gradle && \ sed -i -e '/maven {/,/}$/d' build.gradle +Build:6.0,21 + commit=V6.0-RC5 + subdir=app + gradle=klar,webview,universal + prebuild=echo 'ext { generatedVersionCode = $$VERCODE$$ }' > ../tools/gradle/versionCode.gradle && \ + sed -i -E -e '/(focus|arm|x86|aarch64)Implementation/d' build.gradle && \ + sed -i -e '/maven {/,/}$/d' build.gradle + Maintainer Notes: Cannot use AUM/UCM because version code is not updated, see https://github.com/mozilla-mobile/focus-android/issues/1528. @@ -120,5 +128,5 @@ Increment version code by 1 on each release. Auto Update Mode:None Update Check Mode:None -Current Version:5.0 -Current Version Code:20 +Current Version:6.0 +Current Version Code:21 From a2cc135bb1e506e1d406e2dd958aed8ff88b828a Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Fri, 27 Jul 2018 14:36:15 +0100 Subject: [PATCH 17/43] Update known apks --- stats/known_apks.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/stats/known_apks.txt b/stats/known_apks.txt index e61eff62fe..3193c5d75e 100644 --- a/stats/known_apks.txt +++ b/stats/known_apks.txt @@ -1165,6 +1165,7 @@ chromiumupdater.bamless.com.chromiumsweupdater_5.apk chromiumupdater.bamless.com chromiumupdater.bamless.com.chromiumsweupdater_6.apk chromiumupdater.bamless.com.chromiumsweupdater 2017-05-29 cityfreqs.com.pilfershushjammer_3.apk cityfreqs.com.pilfershushjammer 2018-07-19 cityfreqs.com.pilfershushjammer_5.apk cityfreqs.com.pilfershushjammer 2018-07-19 +cl.coders.faketraveler_3.apk cl.coders.faketraveler 2018-07-26 click.dummer.UartSmartwatch_6.apk click.dummer.UartSmartwatch 2016-10-25 click.dummer.UartSmartwatch_7.apk click.dummer.UartSmartwatch 2016-12-19 click.dummer.UartSmartwatch_8.apk click.dummer.UartSmartwatch 2016-12-21 @@ -2399,6 +2400,7 @@ com.duckduckgo.mobile.android_50601.apk com.duckduckgo.mobile.android 2018-06-21 com.duckduckgo.mobile.android_50700.apk com.duckduckgo.mobile.android 2018-06-24 com.duckduckgo.mobile.android_50701.apk com.duckduckgo.mobile.android 2018-07-06 com.duckduckgo.mobile.android_50702.apk com.duckduckgo.mobile.android 2018-07-08 +com.duckduckgo.mobile.android_50703.apk com.duckduckgo.mobile.android 2018-07-26 com.dwak.lastcall_8.apk com.dwak.lastcall 2014-01-07 com.dwak.lastcall_9.apk com.dwak.lastcall 2014-06-02 com.dwalkes.android.toggleheadset2_11.apk com.dwalkes.android.toggleheadset2 2012-09-09 @@ -3439,6 +3441,7 @@ com.github.dfa.diaspora_android_29.apk com.github.dfa.diaspora_android 2018-02-1 com.github.dfa.diaspora_android_30.apk com.github.dfa.diaspora_android 2018-03-10 com.github.dfa.diaspora_android_31.apk com.github.dfa.diaspora_android 2018-03-31 com.github.dfa.diaspora_android_32.apk com.github.dfa.diaspora_android 2018-04-10 +com.github.dfa.diaspora_android_33.apk com.github.dfa.diaspora_android 2018-07-26 com.github.egonw.isotopes_2.apk com.github.egonw.isotopes 2013-10-24 com.github.funkyg.funkytunes_1.apk com.github.funkyg.funkytunes 2017-04-30 com.github.funkyg.funkytunes_2.apk com.github.funkyg.funkytunes 2017-05-31 @@ -4977,6 +4980,7 @@ com.moez.QKSMS_173.apk com.moez.QKSMS 2018-06-12 com.moez.QKSMS_174.apk com.moez.QKSMS 2018-06-21 com.moez.QKSMS_178.apk com.moez.QKSMS 2018-07-23 com.moez.QKSMS_179.apk com.moez.QKSMS 2018-07-25 +com.moez.QKSMS_180.apk com.moez.QKSMS 2018-07-26 com.mohammadag.beamfile_1.apk com.mohammadag.beamfile 2013-04-10 com.mohammadag.beamfile_2.apk com.mohammadag.beamfile 2013-04-25 com.mohammadag.beamfile_3.apk com.mohammadag.beamfile 2013-09-12 @@ -5682,6 +5686,7 @@ com.nutomic.syncthingandroid_4140.apk com.nutomic.syncthingandroid 2018-03-19 com.nutomic.syncthingandroid_4141.apk com.nutomic.syncthingandroid 2018-04-17 com.nutomic.syncthingandroid_4143.apk com.nutomic.syncthingandroid 2018-05-18 com.nutomic.syncthingandroid_4144.apk com.nutomic.syncthingandroid 2018-06-12 +com.nutomic.syncthingandroid_4145.apk com.nutomic.syncthingandroid 2018-07-26 com.nutomic.zertman_2.apk com.nutomic.zertman 2014-08-09 com.nutomic.zertman_3.apk com.nutomic.zertman 2014-10-23 com.oakley.fon_148.apk com.oakley.fon 2014-10-04 @@ -7610,6 +7615,7 @@ com.wireguard.android_432.apk com.wireguard.android 2018-07-19 com.wireguard.android_433.apk com.wireguard.android 2018-07-19 com.wireguard.android_434.apk com.wireguard.android 2018-07-19 com.wireguard.android_435.apk com.wireguard.android 2018-07-23 +com.wireguard.android_436.apk com.wireguard.android 2018-07-26 com.wmstein.tourcount_207.apk com.wmstein.tourcount 2016-08-06 com.wmstein.tourcount_211.apk com.wmstein.tourcount 2016-10-04 com.wmstein.tourcount_213.apk com.wmstein.tourcount 2016-11-11 @@ -12554,6 +12560,7 @@ net.gorry.android.input.nicownng_201304231.apk net.gorry.android.input.nicownng net.gorry.android.input.nicownng_201304251.apk net.gorry.android.input.nicownng 2013-05-25 net.gorry.android.input.nicownng_201312311.apk net.gorry.android.input.nicownng 2014-01-24 net.gorry.android.input.nicownng_201412041.apk net.gorry.android.input.nicownng 2015-12-07 +net.gsantner.dandelior_33.apk net.gsantner.dandelior 2018-07-26 net.gsantner.markor_1.apk net.gsantner.markor 2017-09-11 net.gsantner.markor_2.apk net.gsantner.markor 2017-09-13 net.gsantner.markor_3.apk net.gsantner.markor 2017-09-16 @@ -14755,6 +14762,7 @@ org.fitchfamily.android.symphony_13.apk org.fitchfamily.android.symphony 2018-06 org.fitchfamily.android.symphony_14.apk org.fitchfamily.android.symphony 2018-06-12 org.fitchfamily.android.symphony_15.apk org.fitchfamily.android.symphony 2018-06-13 org.fitchfamily.android.symphony_16.apk org.fitchfamily.android.symphony 2018-07-23 +org.fitchfamily.android.symphony_17.apk org.fitchfamily.android.symphony 2018-07-26 org.fitchfamily.android.wifi_backend_3.apk org.fitchfamily.android.wifi_backend 2014-12-17 org.fitchfamily.android.wifi_backend_4.apk org.fitchfamily.android.wifi_backend 2014-12-20 org.fitchfamily.android.wifi_backend_5.apk org.fitchfamily.android.wifi_backend 2014-12-23 @@ -18306,6 +18314,9 @@ org.videolan.vlc_13001107.apk org.videolan.vlc 2018-07-23 org.videolan.vlc_13001204.apk org.videolan.vlc 2018-07-25 org.videolan.vlc_13001205.apk org.videolan.vlc 2018-07-25 org.videolan.vlc_13001207.apk org.videolan.vlc 2018-07-25 +org.videolan.vlc_13001304.apk org.videolan.vlc 2018-07-26 +org.videolan.vlc_13001305.apk org.videolan.vlc 2018-07-26 +org.videolan.vlc_13001307.apk org.videolan.vlc 2018-07-26 org.voidptr.swpieview_1.apk org.voidptr.swpieview 2017-10-24 org.voidptr.swpieview_15.apk org.voidptr.swpieview 2017-12-15 org.voidsink.anewjkuapp_140038.apk org.voidsink.anewjkuapp 2015-04-07 From 910cb0a14a9898c93ddc58d370c6d24c5cfa8338 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Fri, 27 Jul 2018 14:38:54 +0000 Subject: [PATCH 18/43] Padland - update changelog Fix https://gitlab.com/fdroid/fdroiddata/issues/1285 --- metadata/com.mikifus.padland.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/com.mikifus.padland.txt b/metadata/com.mikifus.padland.txt index bbe47ababd..611abff67f 100644 --- a/metadata/com.mikifus.padland.txt +++ b/metadata/com.mikifus.padland.txt @@ -3,7 +3,7 @@ License:Apache-2.0 Web Site:https://github.com/mikifus/padland/blob/HEAD/README.md Source Code:https://github.com/mikifus/padland Issue Tracker:https://github.com/mikifus/padland/issues -Changelog:https://github.com/mikifus/padland/blob/HEAD/CHANGELOG.md +Changelog:https://github.com/mikifus/padland/releases Auto Name:Padland Summary:Etherpad manager From 62970272b23cd54f1480d3a68f8111ec4614f12d Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Fri, 27 Jul 2018 14:42:26 +0000 Subject: [PATCH 19/43] Xearth - remove old version Fix https://gitlab.com/fdroid/fdroiddata/issues/1284 --- metadata/de.drhoffmannsoftware.xearth.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/metadata/de.drhoffmannsoftware.xearth.txt b/metadata/de.drhoffmannsoftware.xearth.txt index f313a041fb..41ffe99508 100644 --- a/metadata/de.drhoffmannsoftware.xearth.txt +++ b/metadata/de.drhoffmannsoftware.xearth.txt @@ -18,10 +18,7 @@ Repo Type:git Repo:https://gitlab.com/kollo/xearth.git Build:1.2-22,22 - disable=newer version but lower vercode - -Build:2015.10.09.01,2015100901 - commit=c54ed008 + commit=1.2-22 gradle=yes Auto Update Mode:None From d3a68c26e6c5e32462eaf392a6fba431a4304d30 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Fri, 27 Jul 2018 14:52:27 +0000 Subject: [PATCH 20/43] Xearth - fix lint --- metadata/de.drhoffmannsoftware.xearth.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/de.drhoffmannsoftware.xearth.txt b/metadata/de.drhoffmannsoftware.xearth.txt index 41ffe99508..70cfd0c212 100644 --- a/metadata/de.drhoffmannsoftware.xearth.txt +++ b/metadata/de.drhoffmannsoftware.xearth.txt @@ -22,6 +22,6 @@ Build:1.2-22,22 gradle=yes Auto Update Mode:None -Update Check Mode:RepoManifest +Update Check Mode:None Current Version:1.2-22 Current Version Code:22 From e323ccc420f4cc45769565726119c5264b47f19f Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Fri, 27 Jul 2018 17:21:01 +0100 Subject: [PATCH 21/43] Stats, etc --- stats/categories.txt | 6 +++--- stats/latestapps.txt | 4 ++-- stats/licenses.txt | 4 ++-- stats/repotypes.txt | 4 ++-- stats/update_check_modes.txt | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/stats/categories.txt b/stats/categories.txt index 0f7350433b..6b10efee1e 100644 --- a/stats/categories.txt +++ b/stats/categories.txt @@ -2,15 +2,15 @@ Internet 401 System 395 Multimedia 355 Games 302 -Navigation 185 +Navigation 186 Science & Education 169 Writing 153 Reading 147 Theming 139 Time 138 -Development 132 +Development 133 Connectivity 125 -Security 122 +Security 123 Money 66 Phone & SMS 65 Sports & Health 63 diff --git a/stats/latestapps.txt b/stats/latestapps.txt index 3090f4eb38..8678e312c9 100644 --- a/stats/latestapps.txt +++ b/stats/latestapps.txt @@ -1,3 +1,5 @@ +net.gsantner.dandelior +cl.coders.faketraveler org.deluge.trireme de.pixart.messenger com.zoffcc.fahrplan.toxcon @@ -6,5 +8,3 @@ space.neothefox.laytray net.reichholf.dreamdroid idv.markkuo.ambitsync com.github.aba2l.taswast -com.danhasting.radar -cityfreqs.com.pilfershushjammer diff --git a/stats/licenses.txt b/stats/licenses.txt index b78f7fac1e..b7799bb9b6 100644 --- a/stats/licenses.txt +++ b/stats/licenses.txt @@ -1,9 +1,9 @@ GPL-3.0-only 1000 Apache-2.0 596 -GPL-3.0-or-later 331 +GPL-3.0-or-later 332 MIT 296 GPL-2.0-only 141 -GPL-2.0-or-later 96 +GPL-2.0-or-later 97 BSD-3-Clause 42 AGPL-3.0-only 29 MPL-2.0 23 diff --git a/stats/repotypes.txt b/stats/repotypes.txt index ef19fb244d..1795cc93a4 100644 --- a/stats/repotypes.txt +++ b/stats/repotypes.txt @@ -1,5 +1,5 @@ -git 2460 +git 2463 git-svn 104 -none 63 +none 62 hg 46 bzr 17 diff --git a/stats/update_check_modes.txt b/stats/update_check_modes.txt index 82052cf78a..d75a6e775d 100644 --- a/stats/update_check_modes.txt +++ b/stats/update_check_modes.txt @@ -1,5 +1,5 @@ -Tags 1437 -RepoManifest 790 +Tags 1440 +RepoManifest 788 Static 236 -None 213 +None 214 HTTP 14 From 8a9f5876903f5caa398c7b9a176c5de3cd36af49 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Fri, 27 Jul 2018 18:03:14 +0100 Subject: [PATCH 22/43] Update BiglyBT, Torrent Downloader to 1.1.8 (29) --- metadata/com.biglybt.android.client.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/metadata/com.biglybt.android.client.txt b/metadata/com.biglybt.android.client.txt index 0c7d5d0f37..bfc174eb6c 100644 --- a/metadata/com.biglybt.android.client.txt +++ b/metadata/com.biglybt.android.client.txt @@ -53,11 +53,20 @@ Build:1.1.7,28 prebuild=sed -i -e '/googleFlavorImplementation/d; /dexcount/d' build.gradle && \ sed -i -e '/google-services/d' ../build.gradle +Build:1.1.8,29 + commit=v1.1.8 + subdir=BiglyBT + submodules=yes + patch=noDexClassLoader.patch + gradle=CoreFlavorFossFlavor + prebuild=sed -i -e '/googleFlavorImplementation/d; /dexcount/d' build.gradle && \ + sed -i -e '/google-services/d' ../build.gradle + Maintainer Notes: Repo has metadata structure for description, title, images, etc . Auto Update Mode:Version v%v Update Check Mode:Tags ^v[0-9.]*$ -Current Version:1.1.7 -Current Version Code:28 +Current Version:1.1.8 +Current Version Code:29 From d3b0801bc2af207408b82f0e5a8a72bee212339d Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Fri, 27 Jul 2018 18:39:30 +0100 Subject: [PATCH 23/43] Update Book Reader to 1.9.8 (291) --- metadata/com.github.axet.bookreader.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/metadata/com.github.axet.bookreader.txt b/metadata/com.github.axet.bookreader.txt index dc221f9680..b67814b2a3 100644 --- a/metadata/com.github.axet.bookreader.txt +++ b/metadata/com.github.axet.bookreader.txt @@ -287,7 +287,13 @@ Build:1.9.6,289 gradle=yes prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle +Build:1.9.8,291 + commit=bookreader-1.9.8 + 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.9.6 -Current Version Code:289 +Current Version:1.9.8 +Current Version Code:291 From a61f602373f5bf32d6d691644ba68b944b28968d Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Fri, 27 Jul 2018 18:40:15 +0100 Subject: [PATCH 24/43] Update Hourly Reminder to 3.2.13 (361) --- metadata/com.github.axet.hourlyreminder.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/metadata/com.github.axet.hourlyreminder.txt b/metadata/com.github.axet.hourlyreminder.txt index 6c447cf06b..f1dc2cc13b 100644 --- a/metadata/com.github.axet.hourlyreminder.txt +++ b/metadata/com.github.axet.hourlyreminder.txt @@ -295,7 +295,13 @@ Build:3.2.9,357 gradle=yes prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle +Build:3.2.13,361 + commit=hourlyreminder-3.2.13 + subdir=app + gradle=yes + prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle + Auto Update Mode:Version hourlyreminder-%v Update Check Mode:Tags -Current Version:3.2.9 -Current Version Code:357 +Current Version:3.2.13 +Current Version Code:361 From b22c345421d671dfaa3727e76ce7cece4c6267e3 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Fri, 27 Jul 2018 19:19:49 +0100 Subject: [PATCH 25/43] Update Padland to 1.4.1 (18) --- metadata/com.mikifus.padland.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/metadata/com.mikifus.padland.txt b/metadata/com.mikifus.padland.txt index 611abff67f..3a22206e38 100644 --- a/metadata/com.mikifus.padland.txt +++ b/metadata/com.mikifus.padland.txt @@ -105,7 +105,13 @@ Build:1.4,17 gradle=yes prebuild=sed -i -e 's/1.4-beta/1.4/' build.gradle +Build:1.4.1,18 + commit=v1.4.1 + subdir=app + gradle=yes + prebuild=sed -i -e 's/1.4-beta/1.4/' build.gradle + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.4 -Current Version Code:17 +Current Version:1.4.1 +Current Version Code:18 From 9905b96a18aba48fa7a5820188b8c271f18360fd Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Fri, 27 Jul 2018 19:20:57 +0100 Subject: [PATCH 26/43] Update microMathematics Plus to 2.17.2 (310) --- metadata/com.mkulesh.micromath.plus.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/metadata/com.mkulesh.micromath.plus.txt b/metadata/com.mkulesh.micromath.plus.txt index 7adcce440d..66c9408d27 100644 --- a/metadata/com.mkulesh.micromath.plus.txt +++ b/metadata/com.mkulesh.micromath.plus.txt @@ -91,7 +91,12 @@ Build:2.17.1,309 subdir=app gradle=yes +Build:2.17.2,310 + commit=v2.17.2 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:2.17.1 -Current Version Code:309 +Current Version:2.17.2 +Current Version Code:310 From bf1a23f0cf389fad30da0acb09df5d81bbf7df8c Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Fri, 27 Jul 2018 19:27:15 +0100 Subject: [PATCH 27/43] Update Nextcloud to 20180726 (20180726) --- metadata/com.nextcloud.android.beta.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/metadata/com.nextcloud.android.beta.txt b/metadata/com.nextcloud.android.beta.txt index 014a8380e7..0a5b14cc88 100644 --- a/metadata/com.nextcloud.android.beta.txt +++ b/metadata/com.nextcloud.android.beta.txt @@ -1369,11 +1369,18 @@ Build:20180721,20180721 rm=user_manual scandelete=src/androidTest +Build:20180726,20180726 + commit=dev-20180726 + submodules=yes + gradle=versionDev + rm=user_manual + scandelete=src/androidTest + Maintainer Notes: Tags get removed. See https://github.com/nextcloud/android/issues/969. . Auto Update Mode:Version dev-%c Update Check Mode:Tags ^dev -Current Version:20180721 -Current Version Code:20180721 +Current Version:20180726 +Current Version Code:20180726 From 260068c866ba533e11e9ad04036a280a542fe52e Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Fri, 27 Jul 2018 19:56:49 +0100 Subject: [PATCH 28/43] Update Gallery to 4.4.0 (188) --- metadata/com.simplemobiletools.gallery.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/metadata/com.simplemobiletools.gallery.txt b/metadata/com.simplemobiletools.gallery.txt index 5d75d414b9..1937aee6aa 100644 --- a/metadata/com.simplemobiletools.gallery.txt +++ b/metadata/com.simplemobiletools.gallery.txt @@ -671,7 +671,12 @@ Build:4.3.5,187 subdir=app gradle=yes +Build:4.4.0,188 + commit=4.4.0 + subdir=app + gradle=yes + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:4.3.5 -Current Version Code:187 +Current Version:4.4.0 +Current Version Code:188 From f4e0d299d5467d070a58c71db2f5bedbb9b92069 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Fri, 27 Jul 2018 20:02:17 +0100 Subject: [PATCH 29/43] Update Termux:API to 0.26 (26) --- metadata/com.termux.api.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/metadata/com.termux.api.txt b/metadata/com.termux.api.txt index ecc3f1159d..f3b2aaf3a5 100644 --- a/metadata/com.termux.api.txt +++ b/metadata/com.termux.api.txt @@ -145,7 +145,13 @@ Build:0.25,25 gradle=yes prebuild=sed -i -e '/signingConfig/d' build.gradle +Build:0.26,26 + commit=v0.26 + subdir=app + gradle=yes + prebuild=sed -i -e '/signingConfig/d' build.gradle + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:0.25 -Current Version Code:25 +Current Version:0.26 +Current Version Code:26 From 0ca3a543cb5e2201ffbdcf2d42e885dce1336a2d Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Fri, 27 Jul 2018 20:19:38 +0100 Subject: [PATCH 30/43] Update WireGuard to 0.0.20180725 (437) --- metadata/com.wireguard.android.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/metadata/com.wireguard.android.txt b/metadata/com.wireguard.android.txt index e957c93596..0a1453b82e 100644 --- a/metadata/com.wireguard.android.txt +++ b/metadata/com.wireguard.android.txt @@ -149,7 +149,14 @@ Build:0.0.20180724,436 gradle=yes ndk=r16b +Build:0.0.20180725,437 + commit=0.0.20180725 + subdir=app + submodules=yes + gradle=yes + ndk=r16b + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:0.0.20180724 -Current Version Code:436 +Current Version:0.0.20180725 +Current Version Code:437 From 7d37c39b2b5af02bfb0b20b7f5dcff62857e03f3 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Fri, 27 Jul 2018 20:21:59 +0100 Subject: [PATCH 31/43] Update CV of Xabber to 2.4(500) (500) --- metadata/com.xabber.androiddev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/com.xabber.androiddev.txt b/metadata/com.xabber.androiddev.txt index 3f39f9f467..6cda176260 100644 --- a/metadata/com.xabber.androiddev.txt +++ b/metadata/com.xabber.androiddev.txt @@ -495,5 +495,5 @@ github respository (may not be in master branch). Auto Update Mode:None Update Check Mode:Tags -Current Version:2.3.1(480) -Current Version Code:480 +Current Version:2.4(500) +Current Version Code:500 From d9ae7a735c32449d52188433c1bc220c5d406e32 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Fri, 27 Jul 2018 20:36:23 +0100 Subject: [PATCH 32/43] Update CV of VideLibri to 1.985 (1985) --- metadata/de.benibela.videlibri.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/de.benibela.videlibri.txt b/metadata/de.benibela.videlibri.txt index 137b5589d2..2dbb70ea08 100644 --- a/metadata/de.benibela.videlibri.txt +++ b/metadata/de.benibela.videlibri.txt @@ -52,5 +52,5 @@ Maintainer Notes: Auto Update Mode:None Update Check Mode:Tags ^VIDELIBRI -Current Version:1.980 -Current Version Code:1980 +Current Version:1.985 +Current Version Code:1985 From 16544ae792bd43c617ae344e3100ecea6bae510b Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Fri, 27 Jul 2018 20:42:15 +0100 Subject: [PATCH 33/43] Update CV of TSCH_BYL to 1.16-8-sf (8) --- metadata/de.drhoffmannsoftware.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/de.drhoffmannsoftware.txt b/metadata/de.drhoffmannsoftware.txt index d57ec0bad9..3338adf03f 100644 --- a/metadata/de.drhoffmannsoftware.txt +++ b/metadata/de.drhoffmannsoftware.txt @@ -24,5 +24,5 @@ Build:1.16-7,7 Auto Update Mode:None Update Check Mode:RepoManifest -Current Version:1.16-7 -Current Version Code:7 +Current Version:1.16-8-sf +Current Version Code:8 From 0be4aa85c124a68a42dcfb4dc28db22a3f1938af Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Fri, 27 Jul 2018 20:45:30 +0100 Subject: [PATCH 34/43] Update CV of Meeting-Cost-Clock to 1.08-11 (11) --- metadata/de.hoffmannsgimmicks.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/de.hoffmannsgimmicks.txt b/metadata/de.hoffmannsgimmicks.txt index 246a8056fb..5d87ad7c24 100644 --- a/metadata/de.hoffmannsgimmicks.txt +++ b/metadata/de.hoffmannsgimmicks.txt @@ -26,5 +26,5 @@ Build:2015.10.09.01,2015100901 Auto Update Mode:None Update Check Mode:RepoManifest -Current Version:1.08-10 -Current Version Code:10 +Current Version:1.08-11 +Current Version Code:11 From 3bf4fd12f29ffcfbd77d83a0918959711d2c87d4 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Fri, 27 Jul 2018 20:45:37 +0100 Subject: [PATCH 35/43] Update CV of Dew Point to 1.06-19 (19) --- metadata/de.hoffmannsgimmickstaupunkt.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/de.hoffmannsgimmickstaupunkt.txt b/metadata/de.hoffmannsgimmickstaupunkt.txt index 03fd117f3f..a937353884 100644 --- a/metadata/de.hoffmannsgimmickstaupunkt.txt +++ b/metadata/de.hoffmannsgimmickstaupunkt.txt @@ -33,5 +33,5 @@ Build:2015.10.09.01,2015100901 Auto Update Mode:None Update Check Mode:RepoManifest -Current Version:1.06-16 -Current Version Code:16 +Current Version:1.06-19 +Current Version Code:19 From 3be319e3d36526b15b9beae678ec90b768e8f5d1 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Fri, 27 Jul 2018 21:25:12 +0100 Subject: [PATCH 36/43] Update CV of PariDroid to 2.11.0.1.5 (15) --- metadata/fr.ubordeaux.math.paridroid.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/fr.ubordeaux.math.paridroid.txt b/metadata/fr.ubordeaux.math.paridroid.txt index 77aa581737..a8ef650bc1 100644 --- a/metadata/fr.ubordeaux.math.paridroid.txt +++ b/metadata/fr.ubordeaux.math.paridroid.txt @@ -91,5 +91,5 @@ Build:2.9.3.1.4,14 Auto Update Mode:None Update Check Mode:Tags -Current Version:2.9.3.1.4 -Current Version Code:14 +Current Version:2.11.0.1.5 +Current Version Code:15 From 02d73aa564ae44615d3d1eeb3d96f546e5a8b659 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Fri, 27 Jul 2018 21:28:25 +0100 Subject: [PATCH 37/43] Update CV of DSub to 5.4 (197) --- metadata/github.daneren2005.dsub.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/github.daneren2005.dsub.txt b/metadata/github.daneren2005.dsub.txt index ee3fc4fb32..5a91c44034 100644 --- a/metadata/github.daneren2005.dsub.txt +++ b/metadata/github.daneren2005.dsub.txt @@ -154,5 +154,5 @@ Build:5.1.1,166 Auto Update Mode:None Update Check Mode:Tags -Current Version:5.3.5 -Current Version Code:195 +Current Version:5.4 +Current Version Code:197 From cb2ce6b4a7482463b45f7b3593a2ce2874c24c08 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Fri, 27 Jul 2018 21:40:30 +0100 Subject: [PATCH 38/43] Update PinPoi to 1.5.2 (63) --- metadata/io.github.fvasco.pinpoi.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/metadata/io.github.fvasco.pinpoi.txt b/metadata/io.github.fvasco.pinpoi.txt index 0fff633cfa..98616e134a 100644 --- a/metadata/io.github.fvasco.pinpoi.txt +++ b/metadata/io.github.fvasco.pinpoi.txt @@ -327,7 +327,13 @@ Build:1.5.1,62 gradle=yes prebuild=sed -i -e "s/gradleVersion = '2.14.1'/gradleVersion = '3.5'/" ../build.gradle +Build:1.5.2,63 + commit=1.5.2 + subdir=app + gradle=yes + prebuild=sed -i -e "s/gradleVersion = '2.14.1'/gradleVersion = '3.5'/" ../build.gradle + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:1.5.1 -Current Version Code:62 +Current Version:1.5.2 +Current Version Code:63 From 65bafca08dee38d0b3668f830eee1cc0b03eda66 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Fri, 27 Jul 2018 21:59:36 +0100 Subject: [PATCH 39/43] Update LISTEN.moe to 3.0.5 (60) --- metadata/me.echeung.moemoekyun.fdroid.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/metadata/me.echeung.moemoekyun.fdroid.txt b/metadata/me.echeung.moemoekyun.fdroid.txt index e6beae5947..e161ca2529 100644 --- a/metadata/me.echeung.moemoekyun.fdroid.txt +++ b/metadata/me.echeung.moemoekyun.fdroid.txt @@ -74,8 +74,13 @@ Build:3.0.4,59 subdir=app gradle=fdroid +Build:3.0.5,60 + commit=v3.0.5 + subdir=app + gradle=fdroid + Auto Update Mode:Version v%v Update Check Mode:Tags Update Check Name:me.echeung.moemoekyun -Current Version:3.0.4 -Current Version Code:59 +Current Version:3.0.5 +Current Version Code:60 From 1051d71afde81a1a501c424e49cb14d5d53d151e Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Fri, 27 Jul 2018 22:54:38 +0100 Subject: [PATCH 40/43] Update PSLab to 1.1.15 (17) --- metadata/org.fossasia.pslab.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/metadata/org.fossasia.pslab.txt b/metadata/org.fossasia.pslab.txt index a4ae760a18..a3711036ff 100644 --- a/metadata/org.fossasia.pslab.txt +++ b/metadata/org.fossasia.pslab.txt @@ -54,7 +54,12 @@ Build:1.1.14,16 subdir=app gradle=yes +Build:1.1.15,17 + commit=v1.1.15 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.1.14 -Current Version Code:16 +Current Version:1.1.15 +Current Version Code:17 From 8ae8cd1b8d97a9a68c495310dde93faa5b41451a Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Fri, 27 Jul 2018 23:21:29 +0100 Subject: [PATCH 41/43] Update org.openhab.habdroid.beta to 2.2.18-beta (76) --- metadata/org.openhab.habdroid.beta.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/metadata/org.openhab.habdroid.beta.txt b/metadata/org.openhab.habdroid.beta.txt index 0e60d9d136..2a3e1508b2 100644 --- a/metadata/org.openhab.habdroid.beta.txt +++ b/metadata/org.openhab.habdroid.beta.txt @@ -102,11 +102,17 @@ Build:2.2.17-beta,75 gradle=foss,beta prebuild=sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d -e '/google-services/d' build.gradle +Build:2.2.18-beta,76 + commit=2.2.18-beta-fdroid + subdir=mobile + gradle=foss,beta + prebuild=sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d -e '/google-services/d' build.gradle + Maintainer Notes: Replace the fabric.io maven with mavencentral instead of deleting it to not trigger fdroid/fdroidserver#463. . Auto Update Mode:Version %v-fdroid Update Check Mode:Tags ^[0-9.]+-beta-fdroid$ -Current Version:2.2.17-beta -Current Version Code:75 +Current Version:2.2.18-beta +Current Version Code:76 From b3d210a810c48b61b5351c53d92c57ae9497837a Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Fri, 27 Jul 2018 23:46:09 +0100 Subject: [PATCH 42/43] Update OpenKeychain to 5.2 (52009) --- metadata/org.sufficientlysecure.keychain.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/metadata/org.sufficientlysecure.keychain.txt b/metadata/org.sufficientlysecure.keychain.txt index 0ed90dc31f..c91471a132 100644 --- a/metadata/org.sufficientlysecure.keychain.txt +++ b/metadata/org.sufficientlysecure.keychain.txt @@ -446,6 +446,13 @@ Build:5.1.4,51400 gradle=fdroid scanignore=extern/bouncycastle/core/src/test,OpenKeychain/src/test/resources/OpenPGP-Haskell/tests +Build:5.2,52009 + commit=v5.2 + subdir=OpenKeychain + submodules=yes + gradle=fdroid + scanignore=extern/bouncycastle/core/src/test,OpenKeychain/src/test/resources/OpenPGP-Haskell/tests + Maintainer Notes: Summary and Description are maintained by upstream using fastlane in the source repo: @@ -454,5 +461,5 @@ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots Auto Update Mode:Version v%v Update Check Mode:Tags ^v[0-9.]+$ -Current Version:5.1.4 -Current Version Code:51400 +Current Version:5.2 +Current Version Code:52009 From 55f1fe2097f9a1ce11031d7a3016083295b30416 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Sat, 28 Jul 2018 00:26:43 +0100 Subject: [PATCH 43/43] Update LayTray to 1.7 (8) --- metadata/space.neothefox.laytray.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/metadata/space.neothefox.laytray.txt b/metadata/space.neothefox.laytray.txt index b406ba82b1..f855908e1e 100644 --- a/metadata/space.neothefox.laytray.txt +++ b/metadata/space.neothefox.laytray.txt @@ -27,7 +27,12 @@ Build:1.6,7 subdir=app gradle=yes +Build:1.7,8 + commit=1.7 + subdir=app + gradle=yes + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:1.6 -Current Version Code:7 +Current Version:1.7 +Current Version Code:8