diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e87a5b35cf..a40816045f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,9 @@ image: registry.gitlab.com/fdroid/ci-images-server:latest
before_script:
- rm -rf fdroidserver
- - git clone --depth=1 https://gitlab.com/fdroid/fdroidserver.git
+ - mkdir fdroidserver
+ - curl --silent https://gitlab.com/fdroid/fdroidserver/repository/master/archive.tar.gz
+ | tar -xz --directory=fdroidserver --strip-components=1
- export PATH="$PWD/fdroidserver:$PATH"
- touch config.py
@@ -12,9 +14,9 @@ lint:
- if [ "$CI_PROJECT_NAMESPACE" != "fdroid" ]; then
git fetch https://gitlab.com/fdroid/fdroiddata;
test -d build || mkdir build;
- for f in `git diff --name-only FETCH_HEAD`; do
- appid=`echo $f | sed -n -e 's,^metadata/\(.*\)\.txt,\1,p'
- -e 's,^metadata/\(.*\)\.yml,\1,p'`;
+ for f in `git diff --name-only FETCH_HEAD...HEAD`; do
+ appid=`echo $f | sed -n -e 's,^metadata/\([^/][^/]*\)\.txt,\1,p'
+ -e 's,^metadata/\([^/][^/]*\)\.yml,\1,p'`;
export CHANGED="$CHANGED $appid";
grep -q "^Repo *Type\W *git" $f && git -C build clone `sed -n "s,^Repo *:,,p" $f` $appid;
done;
diff --git a/build/extlib/openBmap-1.1.tar.gz b/build/extlib/openBmap-1.1.tar.gz
deleted file mode 100644
index 9bc9f1488d..0000000000
Binary files a/build/extlib/openBmap-1.1.tar.gz and /dev/null differ
diff --git a/build/extlib/toolbox b/build/extlib/toolbox
deleted file mode 100644
index a5fc88d81a..0000000000
Binary files a/build/extlib/toolbox and /dev/null differ
diff --git a/metadata/androdns.android.leetdreams.ch.androdns.txt b/metadata/androdns.android.leetdreams.ch.androdns.txt
index e1260ae2cb..4c27f4a0c4 100644
--- a/metadata/androdns.android.leetdreams.ch.androdns.txt
+++ b/metadata/androdns.android.leetdreams.ch.androdns.txt
@@ -25,6 +25,7 @@ Repo:https://github.com/gryphius/androdns.git
Binaries:https://github.com/gryphius/androdns/releases/download/v%v/androdns.apk
Build:1.4,6
+ disable=verification fails
commit=v1.4
subdir=app
gradle=yes
diff --git a/metadata/android.game.prboom.txt b/metadata/android.game.prboom.txt
index d49590ce5c..2adfc9f8c6 100644
--- a/metadata/android.game.prboom.txt
+++ b/metadata/android.game.prboom.txt
@@ -28,6 +28,6 @@ Build:1.3.1-beta,31
buildjni=yes
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.3.1-beta
Current Version Code:31
diff --git a/metadata/app.varlorg.unote.txt b/metadata/app.varlorg.unote.txt
index 242a654e01..e6ebf5350f 100644
--- a/metadata/app.varlorg.unote.txt
+++ b/metadata/app.varlorg.unote.txt
@@ -83,7 +83,17 @@ Build:1.3.3,13
subdir=app
gradle=yes
+Build:1.4.0,14
+ commit=v1.4.0
+ subdir=app
+ gradle=yes
+
+Build:1.4.1,15
+ commit=v1.4.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.3.3
-Current Version Code:13
+Current Version:1.4.1
+Current Version Code:15
diff --git a/metadata/apps.droidnotify.txt b/metadata/apps.droidnotify.txt
index 81c7d0180b..210ba2e921 100644
--- a/metadata/apps.droidnotify.txt
+++ b/metadata/apps.droidnotify.txt
@@ -140,6 +140,6 @@ Use Color-Picker-2 next time
.
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:3.29.2
Current Version Code:67
diff --git a/metadata/ar.rulosoft.mimanganu.txt b/metadata/ar.rulosoft.mimanganu.txt
index 8158667a0b..a05b997f0c 100644
--- a/metadata/ar.rulosoft.mimanganu.txt
+++ b/metadata/ar.rulosoft.mimanganu.txt
@@ -571,11 +571,31 @@ Build:1.78,78
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
scanignore=app/src/main/res/raw/tumangaonline
+Build:1.80,80
+ commit=1.80
+ subdir=app
+ gradle=yes
+ srclibs=RapidDecoder@7cdfca4
+ prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
+ sed -i -e '/rapid.decoder/d' build.gradle && \
+ sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
+ scanignore=app/src/main/res/raw/tumangaonline
+
+Build:1.81,81
+ commit=1.81
+ subdir=app
+ gradle=yes
+ srclibs=RapidDecoder@7cdfca4
+ prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
+ sed -i -e '/rapid.decoder/d' build.gradle && \
+ sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
+ scanignore=app/src/main/res/raw/tumangaonline
+
Maintainer Notes:
RapidDecoder 0.3.0 is required, but this version is not tagged.
.
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.78
-Current Version Code:78
+Current Version:1.81
+Current Version Code:81
diff --git a/metadata/arity.calculator.txt b/metadata/arity.calculator.txt
index 0e10780bff..ad48e7d184 100644
--- a/metadata/arity.calculator.txt
+++ b/metadata/arity.calculator.txt
@@ -19,6 +19,6 @@ Build:1.27,27
target=android-8
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.27
Current Version Code:27
diff --git a/metadata/au.id.micolous.farebot.txt b/metadata/au.id.micolous.farebot.txt
index 1b84871489..bb71fcabd2 100644
--- a/metadata/au.id.micolous.farebot.txt
+++ b/metadata/au.id.micolous.farebot.txt
@@ -93,6 +93,7 @@ Build:v2.9.31-fdroid,31
forceversion=yes
Build:v2.9.32-fdroid,32
+ disable=Could not find com.android.tools.build:gradle:3.0.0
commit=v2.9.32
submodules=yes
gradle=yes
diff --git a/metadata/bander.notepad.txt b/metadata/bander.notepad.txt
index 29e6693937..1c8dc9a755 100644
--- a/metadata/bander.notepad.txt
+++ b/metadata/bander.notepad.txt
@@ -18,6 +18,6 @@ Build:1.06,12
target=android-15
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.06
Current Version Code:12
diff --git a/metadata/be.ac.ulb.lisa.idot.android.dicomviewer.txt b/metadata/be.ac.ulb.lisa.idot.android.dicomviewer.txt
index 846f36b281..eda726adcc 100644
--- a/metadata/be.ac.ulb.lisa.idot.android.dicomviewer.txt
+++ b/metadata/be.ac.ulb.lisa.idot.android.dicomviewer.txt
@@ -20,6 +20,6 @@ Build:1.4 Grymalkyn,5
commit=9fa239eba7a6
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.4 Grymalkyn
Current Version Code:5
diff --git a/metadata/be.lionslink.ucllstudent.txt b/metadata/be.lionslink.ucllstudent.txt
index ed47a176ef..ff3df3fac8 100644
--- a/metadata/be.lionslink.ucllstudent.txt
+++ b/metadata/be.lionslink.ucllstudent.txt
@@ -50,7 +50,7 @@ Build:1.1.1,10101
ant release && \
mv bin ant-build
-Auto Update Mode:Version %c
-Update Check Mode:RepoManifest
+Auto Update Mode:None
+Update Check Mode:None
Current Version:1.1.1
Current Version Code:10101
diff --git a/metadata/be.mygod.vpnhotspot.txt b/metadata/be.mygod.vpnhotspot.txt
index ffa4beb0ef..aec325ffcf 100644
--- a/metadata/be.mygod.vpnhotspot.txt
+++ b/metadata/be.mygod.vpnhotspot.txt
@@ -33,7 +33,22 @@ Build:1.0.1,7
subdir=mobile
gradle=yes
+Build:1.1.0,8
+ commit=1.1.0
+ subdir=mobile
+ gradle=yes
+
+Build:1.1.1,9
+ commit=1.1.1
+ subdir=mobile
+ gradle=yes
+
+Build:1.1.2,10
+ commit=1.1.2
+ subdir=mobile
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags ^[0-9.]+$
-Current Version:1.0.1
-Current Version Code:7
+Current Version:1.1.2
+Current Version Code:10
diff --git a/metadata/be.ppareit.swiftp_free.txt b/metadata/be.ppareit.swiftp_free.txt
index 886d3e7f22..92940ad08e 100644
--- a/metadata/be.ppareit.swiftp_free.txt
+++ b/metadata/be.ppareit.swiftp_free.txt
@@ -143,6 +143,12 @@ Build:2.17.1,21701
gradle=fdroid_free
prebuild=sed -i -e '/dl.bintray.com/d' -e '/shrinkResources/d' -e '/minifyEnabled/d' -e '/proguardFiles/d' build.gradle
+Build:2.18,21800
+ commit=v2.18
+ subdir=app
+ gradle=fdroid_free
+ prebuild=sed -i -e '/dl.bintray.com/d' -e '/shrinkResources/d' -e '/minifyEnabled/d' -e '/proguardFiles/d' build.gradle
+
Maintainer Notes:
Remove shrink/minify stuff since the proguard config is missing.
.
@@ -150,5 +156,5 @@ Remove shrink/minify stuff since the proguard config is missing.
Auto Update Mode:Version v%v
Update Check Mode:Tags
Update Check Name:be.ppareit.swiftp
-Current Version:2.17.1
-Current Version Code:21701
+Current Version:2.18
+Current Version Code:21800
diff --git a/metadata/ca.mudar.fairphone.peaceofmind.txt b/metadata/ca.mudar.fairphone.peaceofmind.txt
index 3de4ead3a5..04d9b6e408 100644
--- a/metadata/ca.mudar.fairphone.peaceofmind.txt
+++ b/metadata/ca.mudar.fairphone.peaceofmind.txt
@@ -34,5 +34,5 @@ Build:1.2,12
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:1.2
-Current Version Code:12
+Current Version:2.1.1
+Current Version Code:19
diff --git a/metadata/ca.rmen.android.poetassistant.txt b/metadata/ca.rmen.android.poetassistant.txt
index ae853db899..4276545032 100644
--- a/metadata/ca.rmen.android.poetassistant.txt
+++ b/metadata/ca.rmen.android.poetassistant.txt
@@ -353,7 +353,12 @@ Build:1.26.1,112601
subdir=app
gradle=yes
+Build:1.26.3,112603
+ commit=release-1.26.3
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version release-%v
Update Check Mode:Tags ^release-
-Current Version:1.26.1
-Current Version Code:112601
+Current Version:1.26.3
+Current Version Code:112603
diff --git a/metadata/ca.rmen.android.scrumchatter.txt b/metadata/ca.rmen.android.scrumchatter.txt
index 699243d88b..a8e54db566 100644
--- a/metadata/ca.rmen.android.scrumchatter.txt
+++ b/metadata/ca.rmen.android.scrumchatter.txt
@@ -125,7 +125,12 @@ Build:1.6.3,10603
subdir=app
gradle=yes
+Build:1.6.4,10604
+ commit=scrumchatter-1.6.4
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version scrumchatter-%v
Update Check Mode:Tags ^scrumchatter.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*
-Current Version:1.6.3
-Current Version Code:10603
+Current Version:1.6.4
+Current Version Code:10604
diff --git a/metadata/caldwell.ben.bites.txt b/metadata/caldwell.ben.bites.txt
index d211fd6a48..afed464880 100644
--- a/metadata/caldwell.ben.bites.txt
+++ b/metadata/caldwell.ben.bites.txt
@@ -24,6 +24,6 @@ Build:1.3,4
svn co -r4000 https://openintents.googlecode.com/svn/trunk/shoppinglist/ShoppingList/src/org/openintents/intents
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.3
Current Version Code:4
diff --git a/metadata/ch.abertschi.adfree.txt b/metadata/ch.abertschi.adfree.txt
index 7fa4981137..8832bd99c7 100644
--- a/metadata/ch.abertschi.adfree.txt
+++ b/metadata/ch.abertschi.adfree.txt
@@ -38,11 +38,24 @@ Build:0.0.4.3,17
scandelete=asset/
Build:0.0.4.4,18
+ disable=Could not find com.android.tools.build:gradle:3.0.1
commit=0.0.4.4
subdir=app
gradle=yes
scandelete=asset/
+Build:0.0.4.5,19
+ commit=0.0.4.5
+ subdir=app
+ gradle=yes
+ scandelete=asset/
+
+Build:0.0.4.6,20
+ commit=0.0.4.6
+ subdir=app
+ gradle=yes
+ scandelete=asset/
+
Maintainer Notes:
The repository hosts asset files for the html landing page which are not
part of the android build (asset/, landing/), so we scandelete them.
@@ -50,5 +63,5 @@ part of the android build (asset/, landing/), so we scandelete them.
Auto Update Mode:Version %v
Update Check Mode:Tags .*[0-9]$
-Current Version:0.0.4.4
-Current Version Code:18
+Current Version:0.0.4.6
+Current Version Code:20
diff --git a/metadata/ch.blinkenlights.android.vanilla.txt b/metadata/ch.blinkenlights.android.vanilla.txt
index 897cb0edec..301b81c870 100644
--- a/metadata/ch.blinkenlights.android.vanilla.txt
+++ b/metadata/ch.blinkenlights.android.vanilla.txt
@@ -176,7 +176,10 @@ Build:1.0.57,10571
Build:1.0.58,10580
commit=1.0.58
+Build:1.0.59,10591
+ commit=1.0.59
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.0.58
-Current Version Code:10580
+Current Version:1.0.59
+Current Version Code:10591
diff --git a/metadata/ch.deletescape.lawnchair.plah.txt b/metadata/ch.deletescape.lawnchair.plah.txt
index 6af2185d88..0feda86665 100644
--- a/metadata/ch.deletescape.lawnchair.plah.txt
+++ b/metadata/ch.deletescape.lawnchair.plah.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Theming
-License:Apache-2.0
+License:GPL-3.0
Web Site:https://lawnchair.info/
Source Code:https://github.com/LawnchairLauncher/Lawnchair
Issue Tracker:https://github.com/LawnchairLauncher/Lawnchair/issues
@@ -29,6 +29,7 @@ Build:1.1.0.1742,1742
rm=app/src/main/java/ch/deletescape/lawnchair/weather/AwarenessWeatherAPI.kt
prebuild=sed -i -e '/play-services-awareness/d' build.gradle && \
sed -i -e '/AwarenessWeatherAPI/d' src/main/java/ch/deletescape/lawnchair/weather/WeatherAPI.kt && \
+ sed -i -e 's/PREF_WEATHER_PROVIDER_AWARENESS = "1"/PREF_WEATHER_PROVIDER_AWARENESS = "0"/' src/main/java/ch/deletescape/lawnchair/preferences/PreferenceFlags.kt && \
sed -i -e 's/android:defaultValue="1"/android:defaultValue="0"/' src/main/res/xml/launcher_theme_preferences.xml
build=export TRAVIS=true && \
export MAJOR_MINOR=1.1.0 && \
diff --git a/metadata/ch.jiikuy.velocitycalculator.txt b/metadata/ch.jiikuy.velocitycalculator.txt
index 65f38649f8..1e9c44caea 100644
--- a/metadata/ch.jiikuy.velocitycalculator.txt
+++ b/metadata/ch.jiikuy.velocitycalculator.txt
@@ -37,7 +37,12 @@ Build:1.3,5
subdir=app
gradle=yes
+Build:1.3.1,6
+ commit=1.3.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.3
-Current Version Code:5
+Current Version:1.3.1
+Current Version Code:6
diff --git a/metadata/com.MarcosDiez.shareviahttp.txt b/metadata/com.MarcosDiez.shareviahttp.txt
index 042621249a..6ef63cb8de 100644
--- a/metadata/com.MarcosDiez.shareviahttp.txt
+++ b/metadata/com.MarcosDiez.shareviahttp.txt
@@ -65,6 +65,7 @@ Build:2.0.8,28
gradle=yes
Build:2.0.9,29
+ disable=Could not find com.android.tools.build:gradle:3.0.1
commit=v2.0.9
subdir=ShareViaHttp/app
gradle=yes
diff --git a/metadata/com.a5corp.weather.txt b/metadata/com.a5corp.weather.txt
index ac7337d15a..7384693bad 100644
--- a/metadata/com.a5corp.weather.txt
+++ b/metadata/com.a5corp.weather.txt
@@ -51,11 +51,17 @@ Build:4.1,578
gradle=yes
Build:5.0,642
+ disable=ProGuard fails: there were 14 unresolved references to classes or interfaces
commit=5.0
subdir=app
gradle=yes
+Build:5.3.2,656
+ commit=5.3.2
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:5.0
-Current Version Code:642
+Current Version:5.3.2
+Current Version Code:656
diff --git a/metadata/com.aaronjwood.portauthority.txt b/metadata/com.aaronjwood.portauthority.txt
index 7a6c85b702..fcfd2e30f2 100644
--- a/metadata/com.aaronjwood.portauthority.txt
+++ b/metadata/com.aaronjwood.portauthority.txt
@@ -216,19 +216,13 @@ Build:2.0.1,49
gradle=free
prebuild=sed -i -e '/com.aaronjwood.portauthority.free/d' build.gradle
-Build:2.2.0,50
- commit=v2.2.0
+Build:2.2.6,54
+ commit=v2.2.6
subdir=app
gradle=free
- prebuild=sed -i -e '/com.aaronjwood.portauthority.free/d' build.gradle
-
-Build:2.2.4,53
- commit=v2.2.4
- subdir=app
- gradle=free
- prebuild=sed -i -e '/com.aaronjwood.portauthority.free/d' build.gradle
+ prebuild=sed -i -e '/applicationIdSuffix/d; /versionNameSuffix/d' build.gradle
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.2.4
-Current Version Code:53
+Current Version:2.2.6
+Current Version Code:54
diff --git a/metadata/com.adam.aslfms.txt b/metadata/com.adam.aslfms.txt
index 5268a5d02d..3d8d7319a8 100644
--- a/metadata/com.adam.aslfms.txt
+++ b/metadata/com.adam.aslfms.txt
@@ -70,7 +70,12 @@ Build:1.5.5,46
subdir=app
gradle=yes
+Build:1.5.7,48
+ commit=v1.5.7
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.5.5
-Current Version Code:46
+Current Version:1.5.7
+Current Version Code:48
diff --git a/metadata/com.addi.txt b/metadata/com.addi.txt
index c3b13e3620..4ae1fce507 100644
--- a/metadata/com.addi.txt
+++ b/metadata/com.addi.txt
@@ -34,6 +34,6 @@ Build:1.98,44
buildjni=yes
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.98
Current Version Code:44
diff --git a/metadata/com.alfray.asqare.txt b/metadata/com.alfray.asqare.txt
index 86ae97ed11..55a1790642 100644
--- a/metadata/com.alfray.asqare.txt
+++ b/metadata/com.alfray.asqare.txt
@@ -26,6 +26,6 @@ Build:1.3,103
subdir=asqare
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.3
Current Version Code:103
diff --git a/metadata/com.anoshenko.android.mahjongg.txt b/metadata/com.anoshenko.android.mahjongg.txt
index 28bc8269a5..e6d882c4b7 100644
--- a/metadata/com.anoshenko.android.mahjongg.txt
+++ b/metadata/com.anoshenko.android.mahjongg.txt
@@ -21,6 +21,6 @@ Build:1.4.4,14
commit=15
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.4.4
Current Version Code:14
diff --git a/metadata/com.anysoftkeyboard.languagepack.brazilian.txt b/metadata/com.anysoftkeyboard.languagepack.brazilian.txt
index 502ee98bc1..e4b41f04ca 100644
--- a/metadata/com.anysoftkeyboard.languagepack.brazilian.txt
+++ b/metadata/com.anysoftkeyboard.languagepack.brazilian.txt
@@ -28,5 +28,5 @@ Build:2.0,100
Auto Update Mode:None
Update Check Mode:RepoManifest/Brazilian
-Current Version:2.0.2
-Current Version Code:102
+Current Version:2.0.3
+Current Version Code:103
diff --git a/metadata/com.anysoftkeyboard.languagepack.catalan.txt b/metadata/com.anysoftkeyboard.languagepack.catalan.txt
index 67f0afd4c3..13e2f3d147 100644
--- a/metadata/com.anysoftkeyboard.languagepack.catalan.txt
+++ b/metadata/com.anysoftkeyboard.languagepack.catalan.txt
@@ -33,6 +33,6 @@ Build:20110220,3
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:20110220
Current Version Code:3
diff --git a/metadata/com.anysoftkeyboard.languagepack.esperanto.txt b/metadata/com.anysoftkeyboard.languagepack.esperanto.txt
index ede423ff08..c5145c099f 100644
--- a/metadata/com.anysoftkeyboard.languagepack.esperanto.txt
+++ b/metadata/com.anysoftkeyboard.languagepack.esperanto.txt
@@ -32,6 +32,6 @@ Build:20100613,2
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:20100613
Current Version Code:2
diff --git a/metadata/com.anysoftkeyboard.languagepack.french_xlarge.txt b/metadata/com.anysoftkeyboard.languagepack.french_xlarge.txt
index df18007d4c..29630f94f8 100644
--- a/metadata/com.anysoftkeyboard.languagepack.french_xlarge.txt
+++ b/metadata/com.anysoftkeyboard.languagepack.french_xlarge.txt
@@ -34,6 +34,6 @@ Build:20111029,1
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:20111029
Current Version Code:1
diff --git a/metadata/com.anysoftkeyboard.languagepack.hebrew_large.txt b/metadata/com.anysoftkeyboard.languagepack.hebrew_large.txt
index 114b4b4eb4..c7494ab47c 100644
--- a/metadata/com.anysoftkeyboard.languagepack.hebrew_large.txt
+++ b/metadata/com.anysoftkeyboard.languagepack.hebrew_large.txt
@@ -21,8 +21,8 @@ Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
layout from AnySoftKeyboard's Settings->Keyboards menu.
.
-Repo Type:srclib
-Repo:AnySoftKeyboardPacks
+Repo Type:git
+Repo:https://github.com/AnySoftKeyboard/LanguagePack
Build:20121101,10
commit=421e0212c
diff --git a/metadata/com.anysoftkeyboard.theme.classic_pc.txt b/metadata/com.anysoftkeyboard.theme.classic_pc.txt
index 4ba6db7d9f..5e0d9c530f 100644
--- a/metadata/com.anysoftkeyboard.theme.classic_pc.txt
+++ b/metadata/com.anysoftkeyboard.theme.classic_pc.txt
@@ -25,6 +25,6 @@ Build:1.0.1-201200304,2
sed -i '/key/d' project.properties
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.0.1-201200304
Current Version Code:2
diff --git a/metadata/com.app2go.sudokufree.txt b/metadata/com.app2go.sudokufree.txt
index 09cbee5005..8d20ee5f4e 100644
--- a/metadata/com.app2go.sudokufree.txt
+++ b/metadata/com.app2go.sudokufree.txt
@@ -31,6 +31,6 @@ Build:1.1,3
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$MobAdMob$$@' project.properties
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.1
Current Version Code:3
diff --git a/metadata/com.aripuca.tracker.txt b/metadata/com.aripuca.tracker.txt
index 8f44ac3221..ce131d47a3 100644
--- a/metadata/com.aripuca.tracker.txt
+++ b/metadata/com.aripuca.tracker.txt
@@ -51,6 +51,6 @@ Build:1.3.6,26
target=Google Inc.:Google APIs:17
Auto Update Mode:None
-Update Check Mode:Tags
+Update Check Mode:Static
Current Version:1.3.7
Current Version Code:27
diff --git a/metadata/com.artifex.mupdf.example.txt b/metadata/com.artifex.mupdf.example.txt
deleted file mode 100644
index 9f3f8e806a..0000000000
--- a/metadata/com.artifex.mupdf.example.txt
+++ /dev/null
@@ -1,49 +0,0 @@
-Categories:Reading
-License:AGPL-3.0+
-Web Site:http://mupdf.com
-Source Code:http://git.ghostscript.com/?p=mupdf.git;a=summary
-Issue Tracker:http://bugs.ghostscript.com
-Changelog:http://git.ghostscript.com/?p=mupdf.git;a=blob_plain;f=CHANGES;hb=HEAD
-
-Name:MuPDF (experimental)
-Auto Name:MuPDF
-Summary:Lightweight document viewer
-Description:
-MuPDF supports PDF 1.7 with transparency, encryption, hyperlinks, annotations,
-searching, form editing and more. It also reads OpenXPS and CBZ (comic book)
-documents.
-.
-
-Repo Type:git
-Repo:http://git.ghostscript.com/mupdf-android-viewer-nui.git
-
-Build:1.11-nui,111
- disable=wait for release
- commit=61f069e53bc9a3f598f6ea9ed766ad5fdd149186
- subdir=app
- submodules=yes
- gradle=yes
- forceversion=yes
- forcevercode=yes
- prebuild=pushd ../libmupdf && \
- make generate && \
- popd
- ndk=r11c
-
-Maintainer Notes:
-The basename "bears no resemblance to the app version", however 1.4
-used 40 and 1.5 used 50. This would make 1.6 start with 60 -- or
-even a 16xx scheme.
-
-Documents:
-http://www.mupdf.com/docs/how-to-build-mupdf-for-android
-http://mupdf.com/downloads/
-http://twiki.ghostscript.com/do/view/MuPDF/AndroidReleases
-http://git.ghostscript.com/?p=mupdf.git;a=blob;f=platform/android/jni/Application.mk;h=60909b6e9989b79231a6f3a7a04f371039185dbf;hb=HEAD
-.
-
-Archive Policy:0 versions
-Auto Update Mode:None
-Update Check Mode:None
-Current Version:1.11
-Current Version Code:111
diff --git a/metadata/com.artifex.mupdf.mini.txt b/metadata/com.artifex.mupdf.mini.txt
index 658b756401..2313d34bd9 100644
--- a/metadata/com.artifex.mupdf.mini.txt
+++ b/metadata/com.artifex.mupdf.mini.txt
@@ -1,3 +1,4 @@
+AntiFeatures:KnownVuln
Categories:Reading
License:AGPL-3.0+
Web Site:https://mupdf.com
@@ -8,6 +9,15 @@ Changelog:https://git.ghostscript.com/?p=mupdf.git;a=blob_plain;f=CHANGES;hb=HEA
Auto Name:MuPDF mini
Summary:Extra simple document viewer
Description:
+Deprecated in favor of [[com.artifex.mupdf.viewer.app]].
+
+1.11 has multiple vulnerabilities:
+
+* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15587
+* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14687
+* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14686
+* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14685
+
The mini version of [[com.artifex.mupdfdemo]] is designed to be an extra simple
document viewer with no frills.
@@ -39,6 +49,8 @@ Build:1.11,112
ndk=r14b
Maintainer Notes:
+There's 1.12.0 tag in Git, but that's a different app with a different app ID.
+
The version code "bears no resemblance to the version name", however it
follows this pattern:
* MINOR + "1" for armeabi-v7a
@@ -51,6 +63,7 @@ Documents:
* https://twiki.ghostscript.com/do/view/MuPDF/AndroidReleases
.
+Archive Policy:0 versions
Auto Update Mode:None
Update Check Mode:None
Current Version:1.11
diff --git a/metadata/com.artifex.mupdf.viewer.app.txt b/metadata/com.artifex.mupdf.viewer.app.txt
new file mode 100644
index 0000000000..e5407330a0
--- /dev/null
+++ b/metadata/com.artifex.mupdf.viewer.app.txt
@@ -0,0 +1,46 @@
+Categories:Reading
+License:AGPL-3.0+
+Web Site:https://mupdf.com
+Source Code:https://git.ghostscript.com/?p=mupdf-android-viewer.git;a=summary
+Issue Tracker:https://bugs.ghostscript.com
+Changelog:https://git.ghostscript.com/?p=mupdf.git;a=blob_plain;f=CHANGES;hb=HEAD
+
+Auto Name:MuPDF viewer
+Summary:Lightweight document viewer
+Description:
+MuPDF supports PDF 1.7 with transparency, encryption, hyperlinks, annotations,
+searching, form editing and more. It also reads OpenXPS and CBZ (comic book)
+documents.
+.
+
+Repo Type:git
+Repo:git://git.ghostscript.com/mupdf-android-viewer.git
+
+Build:1.12.0,20
+ commit=1.12.0
+ subdir=app
+ submodules=yes
+ gradle=yes
+ prebuild=sed -i -e '/maven.ghostscript.com/d' ../build.gradle && \
+ sed -i -e 's/enable true/enable false/' build.gradle && \
+ sed -i -e "s/'-j4'/'-j`nproc`'/" ../jni/build.gradle && \
+ sed -i -e "/Uncomment/a\ ndk.abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86'" ../jni/build.gradle && \
+ make -C ../jni/libmupdf generate
+ scandelete=jni/libmupdf/thirdparty,jni/libmupdf/build/release/scripts
+ ndk=r16b
+
+Maintainer Notes:
+Upstream builds separate APKs for all target architectures supported by NDK
+(7 as of r16). We build universal APK with armeabi-v7a, arm64-v8a and x86
+support only.
+
+Documents:
+* https://www.mupdf.com/docs/how-to-build-mupdf-for-android
+* https://mupdf.com/downloads/
+* https://twiki.ghostscript.com/do/view/MuPDF/AndroidReleases
+.
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:1.12
+Current Version Code:20
diff --git a/metadata/com.artifex.mupdfdemo.txt b/metadata/com.artifex.mupdfdemo.txt
index af9fe12c86..197fc1b6c9 100644
--- a/metadata/com.artifex.mupdfdemo.txt
+++ b/metadata/com.artifex.mupdfdemo.txt
@@ -1,3 +1,4 @@
+AntiFeatures:KnownVuln
Categories:Reading
License:AGPL-3.0+
Web Site:https://mupdf.com
@@ -8,6 +9,15 @@ Changelog:https://git.ghostscript.com/?p=mupdf.git;a=blob_plain;f=CHANGES;hb=HEA
Auto Name:MuPDF
Summary:Lightweight document viewer
Description:
+Deprecated in favor of [[com.artifex.mupdf.viewer.app]].
+
+The last version has multiple vulnerabilities:
+
+* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15587
+* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14687
+* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14686
+* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14685
+
MuPDF supports PDF 1.7 with transparency, encryption, hyperlinks, annotations,
searching, form editing and more. It also reads OpenXPS and CBZ (comic book)
documents.
@@ -362,6 +372,7 @@ Split Android and iOS viewers into separate projects:
* mupdf-viewer-android-mini.git has a new minimalist Android viewer.
.
+Archive Policy:0 versions
Auto Update Mode:None
Update Check Mode:None
Current Version:1.11
diff --git a/metadata/com.b44t.messenger.txt b/metadata/com.b44t.messenger.txt
index a6f7892723..cde16b4abb 100644
--- a/metadata/com.b44t.messenger.txt
+++ b/metadata/com.b44t.messenger.txt
@@ -19,7 +19,7 @@ data are not related to Delta Chat, you won't even add new dependencies here.
Some features at a glance:
-* Secure with automatic end-to-end-encryption, supporting the new [https://autocrypt.readthedocs.io/en/latest/ Autocrypt] standard
+* Secure with automatic end-to-end-encryption, supporting the new [https://autocrypt.org Autocrypt] standard
* Fast by the use of Push-IMAP
* Largest userbase -- receivers not using Delta Chat can be reached as well
* Compatible -- not only to itself
@@ -263,7 +263,25 @@ Build:0.13.0,511
gradle nativeLibsToJar
ndk=r15c
+Build:0.14.0,512
+ commit=v0.14.0
+ subdir=MessengerProj
+ submodules=yes
+ gradle=fat
+ build=$$NDK$$/ndk-build -j `nproc` && \
+ gradle nativeLibsToJar
+ ndk=r14b
+
+Build:0.15.0,513
+ commit=v0.15.0
+ subdir=MessengerProj
+ submodules=yes
+ gradle=fat
+ build=$$NDK$$/ndk-build -j `nproc` && \
+ gradle nativeLibsToJar
+ ndk=r14b
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.13.0
-Current Version Code:511
+Current Version:0.15.0
+Current Version Code:513
diff --git a/metadata/com.bijoysingh.quicknote.txt b/metadata/com.bijoysingh.quicknote.txt
index f25e0adaa4..c7f6f34f2d 100644
--- a/metadata/com.bijoysingh.quicknote.txt
+++ b/metadata/com.bijoysingh.quicknote.txt
@@ -3,6 +3,7 @@ License:GPL-3.0
Web Site:
Source Code:https://github.com/BijoySingh/Material-Notes-Android-App
Issue Tracker:https://github.com/BijoySingh/Material-Notes-Android-App/issues
+Changelog:https://github.com/BijoySingh/Material-Notes-Android-App/releases
Auto Name:Material Notes
Summary:Quick and beautiful note-taking
@@ -55,7 +56,22 @@ Build:4.1.4,43
subdir=app
gradle=yes
+Build:4.3.1,48
+ commit=v4.3.1
+ subdir=app
+ gradle=yes
+
+Build:4.4.1,57
+ commit=v4.4.1
+ subdir=app
+ gradle=yes
+
+Build:4.5.4,62
+ commit=v4.5.4
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:4.1.4
-Current Version Code:43
+Current Version:4.5.4
+Current Version Code:62
diff --git a/metadata/com.brentpanther.litecoinwidget.txt b/metadata/com.brentpanther.litecoinwidget.txt
index 7f8767adb2..f0c271ac65 100644
--- a/metadata/com.brentpanther.litecoinwidget.txt
+++ b/metadata/com.brentpanther.litecoinwidget.txt
@@ -41,6 +41,7 @@ Build:1.1.2,12
gradle=yes
Build:1.2,20
+ disable=Could not find com.android.tools.build:gradle:3.0.0
commit=ltc-1.2
subdir=litecoin
gradle=yes
diff --git a/metadata/com.brocktice.JustSit.txt b/metadata/com.brocktice.JustSit.txt
index cc4a5beeba..d8231013e5 100644
--- a/metadata/com.brocktice.JustSit.txt
+++ b/metadata/com.brocktice.JustSit.txt
@@ -23,6 +23,6 @@ Build:0.3.3,17
commit=24
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:0.3.3
Current Version Code:17
diff --git a/metadata/com.bvcode.ncopter.txt b/metadata/com.bvcode.ncopter.txt
index b8e6904878..d861625991 100644
--- a/metadata/com.bvcode.ncopter.txt
+++ b/metadata/com.bvcode.ncopter.txt
@@ -25,6 +25,6 @@ Build:Copter-GCS,9
subdir=copter-gcs
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:Copter-GCS
Current Version Code:9
diff --git a/metadata/com.byagowi.persiancalendar.txt b/metadata/com.byagowi.persiancalendar.txt
index 6eb1f60542..bd6c65d365 100644
--- a/metadata/com.byagowi.persiancalendar.txt
+++ b/metadata/com.byagowi.persiancalendar.txt
@@ -158,6 +158,7 @@ Build:5.3.1,531
gradle=yes
Build:5.4.0,540
+ disable=Could not find com.android.tools.build:gradle:3.0.1
commit=v5.4.0
subdir=PersianCalendar
gradle=yes
diff --git a/metadata/com.bytehamster.changelog.txt b/metadata/com.bytehamster.changelog.txt
index 355f26abae..fa16bd9ab0 100644
--- a/metadata/com.bytehamster.changelog.txt
+++ b/metadata/com.bytehamster.changelog.txt
@@ -49,7 +49,17 @@ Build:3.17,39
subdir=app
gradle=yes
+Build:3.18,40
+ commit=v3.18
+ subdir=app
+ gradle=yes
+
+Build:3.19,41
+ commit=v3.19
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:3.17
-Current Version Code:39
+Current Version:3.19
+Current Version Code:41
diff --git a/metadata/com.call.recorder.txt b/metadata/com.call.recorder.txt
index 40535d8583..f6dce2675d 100644
--- a/metadata/com.call.recorder.txt
+++ b/metadata/com.call.recorder.txt
@@ -32,6 +32,6 @@ GPLv3 as seen on the GoggleCode project page.
.
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:2.0.3
Current Version Code:24
diff --git a/metadata/com.cgogolin.library.txt b/metadata/com.cgogolin.library.txt
index 6964bdb0e6..be2b0ae88a 100644
--- a/metadata/com.cgogolin.library.txt
+++ b/metadata/com.cgogolin.library.txt
@@ -35,7 +35,10 @@ Build:5.0,28
Build:5.1,31
commit=26774a278f36ffc3c8860372ebb9a8ed327ed688
-Auto Update Mode:None
-Update Check Mode:RepoManifest
+Build:5.5,54
+ commit=v5.5
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
Current Version:5.5
Current Version Code:54
diff --git a/metadata/com.csipsimple.txt b/metadata/com.csipsimple.txt
index 420d77acaa..fa3a55fc13 100644
--- a/metadata/com.csipsimple.txt
+++ b/metadata/com.csipsimple.txt
@@ -22,8 +22,8 @@ Description:
This build doesn't include SILK (Skype) support.
.
-Repo Type:srclib
-Repo:CSipSimple
+Repo Type:git-svn
+Repo:https://csipsimple.googlecode.com/svn/trunk
Build:1.02.01-2417,2417
commit=2418
@@ -77,6 +77,6 @@ question yet.
Archive Policy:0 versions
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.02.03
Current Version Code:2459
diff --git a/metadata/com.davidshewitt.admincontrol.yml b/metadata/com.davidshewitt.admincontrol.yml
new file mode 100644
index 0000000000..c92b991657
--- /dev/null
+++ b/metadata/com.davidshewitt.admincontrol.yml
@@ -0,0 +1,23 @@
+Categories:
+ - System
+License: GPL-3.0+
+SourceCode: https://github.com/linux-colonel/AdminControl
+IssueTracker: https://github.com/linux-colonel/AdminControl/issues
+
+Summary: Additional security settings
+Description: Allows you to disable the fingerprint reader on the Lock Screen without
+ deleting all of your fingerprints.
+
+RepoType: git
+Repo: https://github.com/linux-colonel/AdminControl
+
+Builds:
+ - versionName: 1.0.2
+ versionCode: 3
+ commit: v1.0.2
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version v%v
+UpdateCheckMode: Tags
diff --git a/metadata/com.dkanada.chip.txt b/metadata/com.dkanada.chip.txt
index eb5270bc48..4701849236 100644
--- a/metadata/com.dkanada.chip.txt
+++ b/metadata/com.dkanada.chip.txt
@@ -21,7 +21,12 @@ Build:0.7,1
subdir=app
gradle=yes
+Build:0.7.1,2
+ commit=v0.7.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.7
-Current Version Code:1
+Current Version:0.7.1
+Current Version Code:2
diff --git a/metadata/com.dozingcatsoftware.dodge.txt b/metadata/com.dozingcatsoftware.dodge.txt
index 544b0cdb25..924ba9fc43 100644
--- a/metadata/com.dozingcatsoftware.dodge.txt
+++ b/metadata/com.dozingcatsoftware.dodge.txt
@@ -17,6 +17,6 @@ Build:1.4.3,8
commit=11
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.4.3
Current Version Code:8
diff --git a/metadata/com.dozuki.ifixit.txt b/metadata/com.dozuki.ifixit.txt
index 520b683073..3de8fff6e4 100644
--- a/metadata/com.dozuki.ifixit.txt
+++ b/metadata/com.dozuki.ifixit.txt
@@ -132,5 +132,5 @@ Build:2.9.2,60
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:2.9.2
-Current Version Code:60
+Current Version:3.0.6
+Current Version Code:67
diff --git a/metadata/com.duckduckgo.mobile.android.txt b/metadata/com.duckduckgo.mobile.android.txt
index 6e6ad07f5d..5cf68989fd 100644
--- a/metadata/com.duckduckgo.mobile.android.txt
+++ b/metadata/com.duckduckgo.mobile.android.txt
@@ -4,18 +4,39 @@ Web Site:https://duckduckgo.com
Source Code:https://github.com/duckduckgo/Android
Issue Tracker:https://github.com/duckduckgo/Android/issues
+Name:DuckDuckGo Privacy Browser
Auto Name:DuckDuckGo
-Summary:Search the web
+Summary:Privacy, simplified
Description:
-Search the web via duckduckgo.com, a search engine that's focussed on privacy.
+At DuckDuckGo, we believe the Internet shouldn't feel so creepy, and getting the
+privacy you deserve online should be as simple as closing the blinds.
-The app also works like a news reader, showing popular stories from a
-customizable list of websites, until you enter a query.
+Our app provides the privacy essentials you need to seamlessly take control of
+your personal information as you search and browse the web, no matter where the
+Internet takes you:
-Works with [[org.torproject.android]] (though not on Android 4.4).
+* Escape Advertising Tracker Networks — Our Privacy Protection will block all the hidden trackers we can find, exposing the major advertising networks tracking you over time, so that you can track who's trying to track you.
+* Increase Encryption Protection — We force sites to use an encrypted connection where available, protecting your data from prying eyes, like ISPs.
+* Search Privately — You share your most personal information with your search engine, like your financial, medical, and political questions. What you search for is your own business, which is why DuckDuckGo search doesn't track you. Ever.
+* Decode Privacy Policies — We’ve partnered with Terms of Service Didn't Read to include their scores and labels of website terms of service and privacy policies, where available.
-Please note that using this app as a browser will expose your visited sites to
-DuckDuckGo.
+As you search and browse, the DuckDuckGo Privacy Browser shows you a Privacy
+Grade rating when you visit a website (A-F). This rating lets you see how
+protected you are at a glance, dig into the details to see who we caught trying
+to track you, and learn how we enhanced the underlying site's privacy measures.
+The Privacy Grade is scored automatically based on the prevalence of hidden
+tracker networks, encryption availability, and website privacy practices.
+
+Our app provides standard browsing functionality including tabs, bookmarks, and
+autocomplete. In addition to strong Privacy Protection as described above, we
+also packed in some extra privacy features into the browser itself:
+
+* Fire Button — Clear all your tabs and data with one tap.
+* Application Lock — Secure the app with Touch ID or Face ID.
+
+Too many people believe you simply can’t expect privacy on the Internet. We're
+fighting to change that, and have made it our mission to set a new standard of
+trust online. Install DuckDuckGo and take back your privacy!
.
Repo Type:git
@@ -159,11 +180,17 @@ Build:4.1.1,40101
output=app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk
ndk=r15c
+Build:4.3.0,40300
+ commit=4.3.0
+ gradle=yes
+ output=app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk
+ ndk=r16b
+
Maintainer Notes:
Cannot use AUM/UCM because version code and version name are dynamic.
.
Auto Update Mode:None
Update Check Mode:None
-Current Version:4.1.1
-Current Version Code:40101
+Current Version:4.3.0
+Current Version Code:40300
diff --git a/metadata/com.dwalkes.android.toggleheadset2.txt b/metadata/com.dwalkes.android.toggleheadset2.txt
index 59e665588e..f7b73309bc 100644
--- a/metadata/com.dwalkes.android.toggleheadset2.txt
+++ b/metadata/com.dwalkes.android.toggleheadset2.txt
@@ -21,6 +21,6 @@ Build:2.5,11
commit=44
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:2.5
Current Version Code:11
diff --git a/metadata/com.dynamicg.homebuttonlauncher.txt b/metadata/com.dynamicg.homebuttonlauncher.txt
index 598fcc7035..1c5632d3ef 100644
--- a/metadata/com.dynamicg.homebuttonlauncher.txt
+++ b/metadata/com.dynamicg.homebuttonlauncher.txt
@@ -23,6 +23,6 @@ Build:4.1,41001
commit=1416
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:4.1
Current Version Code:41001
diff --git a/metadata/com.etesync.syncadapter.txt b/metadata/com.etesync.syncadapter.txt
index a7bc788be2..8329dcfdcd 100644
--- a/metadata/com.etesync.syncadapter.txt
+++ b/metadata/com.etesync.syncadapter.txt
@@ -152,6 +152,12 @@ Build:0.20.1,26
submodules=yes
gradle=yes
+Build:0.20.2,27
+ commit=v0.20.2
+ subdir=app
+ submodules=yes
+ gradle=yes
+
Maintainer Notes:
Summary and Description are maintained by upstream using fastlane in
the source repo:
@@ -160,5 +166,5 @@ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.20.1
-Current Version Code:26
+Current Version:0.20.2
+Current Version Code:27
diff --git a/metadata/com.euedge.openaviationmap.android.txt b/metadata/com.euedge.openaviationmap.android.txt
index a304bfa6c7..cc3fbbbc2a 100644
--- a/metadata/com.euedge.openaviationmap.android.txt
+++ b/metadata/com.euedge.openaviationmap.android.txt
@@ -24,6 +24,6 @@ Build:1.0.16,16
sed -i '/2/d' project.properties
Auto Update Mode:None
-Update Check Mode:Tags
+Update Check Mode:Static
Current Version:1.0.16
Current Version Code:16
diff --git a/metadata/com.farmerbb.taskbar.txt b/metadata/com.farmerbb.taskbar.txt
index 765c0c9d30..e9325ee0bd 100644
--- a/metadata/com.farmerbb.taskbar.txt
+++ b/metadata/com.farmerbb.taskbar.txt
@@ -313,5 +313,5 @@ See here: https://github.com/farmerbb/Taskbar/issues/4
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:3.8
-Current Version Code:174
+Current Version:3.8.2
+Current Version Code:181
diff --git a/metadata/com.fastaccess.github.libre.txt b/metadata/com.fastaccess.github.libre.txt
index 88b6c358df..d2777aabfc 100644
--- a/metadata/com.fastaccess.github.libre.txt
+++ b/metadata/com.fastaccess.github.libre.txt
@@ -111,7 +111,21 @@ Build:4.6.1,461
subdir=app
gradle=yes
+Build:4.6.2,462
+ commit=4.6.2
+ subdir=app
+ gradle=yes
+
+Build:4.6.3,463
+ commit=4.6.3
+ subdir=app
+ gradle=yes
+
+Maintainer Notes:
+Bump for bugfix build.
+.
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:4.6.1
-Current Version Code:461
+Current Version:4.6.3
+Current Version Code:463
diff --git a/metadata/com.forrestguice.suntimeswidget.txt b/metadata/com.forrestguice.suntimeswidget.txt
index 45b31824b0..fd63b18bd1 100644
--- a/metadata/com.forrestguice.suntimeswidget.txt
+++ b/metadata/com.forrestguice.suntimeswidget.txt
@@ -89,7 +89,22 @@ Build:0.6.1,17
subdir=app
gradle=yes
+Build:0.6.2,18
+ commit=v0.6.2
+ subdir=app
+ gradle=yes
+
+Build:0.7.0,19
+ commit=v0.7.0
+ subdir=app
+ gradle=yes
+
+Build:0.7.1,20
+ commit=v0.7.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.6.1
-Current Version Code:17
+Current Version:0.7.1
+Current Version Code:20
diff --git a/metadata/com.fr3ts0n.ecu.gui.androbd.txt b/metadata/com.fr3ts0n.ecu.gui.androbd.txt
index ccf29b1ee2..9579d074a3 100644
--- a/metadata/com.fr3ts0n.ecu.gui.androbd.txt
+++ b/metadata/com.fr3ts0n.ecu.gui.androbd.txt
@@ -588,11 +588,31 @@ Build:V1.5.5,10505
cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/ && \
cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/
+Build:V2.0.0,20000
+ commit=V2.0.0
+ srclibs=AChartEngineFr3ts0n@e2594a4a257cfeacba3595f1b16218a5541810c3,UsbSerial4Android@a213f06ad0b19fd6f1a6b4f8b2f74f986a00ea68
+ rm=libs/*.jar,src/com/fr3ts0n/pvs/gui/,src/com/fr3ts0n/ecu/gui/application/,src/com/fr3ts0n/prot/gui/
+ build=pushd $$AChartEngineFr3ts0n$$ && \
+ $$MVN3$$ package && \
+ popd && \
+ cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/ && \
+ cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/
+
+Build:V2.0.1,20001
+ commit=V2.0.1
+ srclibs=AChartEngineFr3ts0n@e2594a4a257cfeacba3595f1b16218a5541810c3,UsbSerial4Android@a213f06ad0b19fd6f1a6b4f8b2f74f986a00ea68
+ rm=libs/*.jar,src/com/fr3ts0n/pvs/gui/,src/com/fr3ts0n/ecu/gui/application/,src/com/fr3ts0n/prot/gui/
+ build=pushd $$AChartEngineFr3ts0n$$ && \
+ $$MVN3$$ package && \
+ popd && \
+ cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/ && \
+ cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/
+
Maintainer Notes:
Very unstable and complex build, do not enable auto updates.
.
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:V1.5.5
-Current Version Code:10505
+Current Version:V2.0.1
+Current Version Code:20001
diff --git a/metadata/com.frankcalise.h2droid.txt b/metadata/com.frankcalise.h2droid.txt
index 21d4727efe..eab9a9ce00 100644
--- a/metadata/com.frankcalise.h2droid.txt
+++ b/metadata/com.frankcalise.h2droid.txt
@@ -22,6 +22,6 @@ Beware the stupid sed in prebuild when updating.
.
Auto Update Mode:None
-Update Check Mode:Tags
+Update Check Mode:Static
Current Version:1.5
Current Version Code:10
diff --git a/metadata/com.futonredemption.mylocation.txt b/metadata/com.futonredemption.mylocation.txt
index 82de2454e7..05c7ac08b8 100644
--- a/metadata/com.futonredemption.mylocation.txt
+++ b/metadata/com.futonredemption.mylocation.txt
@@ -19,6 +19,6 @@ Build:6.0,60
target=android-14
Auto Update Mode:None
-Update Check Mode:Tags
+Update Check Mode:Static
Current Version:6.0
Current Version Code:60
diff --git a/metadata/com.genonbeta.TrebleShot.txt b/metadata/com.genonbeta.TrebleShot.txt
index 9149e345fa..5f8edfe1ac 100644
--- a/metadata/com.genonbeta.TrebleShot.txt
+++ b/metadata/com.genonbeta.TrebleShot.txt
@@ -86,7 +86,32 @@ Build:1.2.5.3,58
subdir=app
gradle=yes
+Build:1.2.5.4,59
+ commit=1.2.5.4
+ subdir=app
+ gradle=yes
+
+Build:1.2.5.5,60
+ commit=1.2.5.5
+ subdir=app
+ gradle=yes
+
+Build:1.2.5.6,61
+ commit=1.2.5.6
+ subdir=app
+ gradle=yes
+
+Build:1.2.5.7,62
+ commit=1.2.5.7
+ subdir=app
+ gradle=yes
+
+Build:1.2.5.8,63
+ commit=1.2.5.8
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags ^[0-9\.]*$
-Current Version:1.2.5.3
-Current Version Code:58
+Current Version:1.2.5.8
+Current Version Code:63
diff --git a/metadata/com.gh4a.txt b/metadata/com.gh4a.txt
index 8009aa8edc..5ab0b22f44 100644
--- a/metadata/com.gh4a.txt
+++ b/metadata/com.gh4a.txt
@@ -90,7 +90,13 @@ Build:4.2.1,55
gradle=foss
prebuild=sed -i -e '/fabric/d' -e '/playstoreCompile(.*) {/,/}/d' -e s/ClientId/\'\"f0f32f2ee4a709ba3640\"\'/ -e s/ClientSecret/\'\"f94cffda88486696c2762ad986bc0b8b830c9cff\"\'/ build.gradle
+Build:4.3.1,58
+ commit=v4.3.1
+ subdir=app
+ gradle=foss
+ prebuild=sed -i -e '/fabric/d' -e '/playstoreImplementation(.*) {/,/}/d' -e s/ClientId/\'\"f0f32f2ee4a709ba3640\"\'/ -e s/ClientSecret/\'\"f94cffda88486696c2762ad986bc0b8b830c9cff\"\'/ build.gradle
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:4.2.1
-Current Version Code:55
+Current Version:4.3.1
+Current Version Code:58
diff --git a/metadata/com.ghostsq.commander.sftp.txt b/metadata/com.ghostsq.commander.sftp.txt
index 6cc8263f4f..05321ad6f5 100644
--- a/metadata/com.ghostsq.commander.sftp.txt
+++ b/metadata/com.ghostsq.commander.sftp.txt
@@ -92,5 +92,5 @@ be used.
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:1.14.5b3
-Current Version Code:31
+Current Version:1.14.5
+Current Version Code:34
diff --git a/metadata/com.ghostsq.commander.txt b/metadata/com.ghostsq.commander.txt
index 3a6d2e4736..61e0535825 100644
--- a/metadata/com.ghostsq.commander.txt
+++ b/metadata/com.ghostsq.commander.txt
@@ -307,5 +307,5 @@ The scanignore is for the dex class loading which is used for loading plugins.
Archive Policy:4 versions
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:1.55b7
-Current Version Code:339
+Current Version:1.56b1
+Current Version Code:346
diff --git a/metadata/com.github.axet.audiorecorder.txt b/metadata/com.github.axet.audiorecorder.txt
index 9c22a22193..bedaf4fe0d 100644
--- a/metadata/com.github.axet.audiorecorder.txt
+++ b/metadata/com.github.axet.audiorecorder.txt
@@ -264,7 +264,49 @@ Build:3.1.8,239
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+Build:3.1.12,243
+ commit=audiorecorder-3.1.12
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:3.1.16,247
+ commit=audiorecorder-3.1.16
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:3.1.17,248
+ commit=audiorecorder-3.1.17
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:3.1.18,249
+ commit=audiorecorder-3.1.18
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:3.1.19,250
+ commit=audiorecorder-3.1.19
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:3.1.20,251
+ commit=audiorecorder-3.1.20
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:3.1.22,253
+ commit=audiorecorder-3.1.22
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
Auto Update Mode:Version audiorecorder-%v
Update Check Mode:Tags
-Current Version:3.1.8
-Current Version Code:239
+Current Version:3.1.22
+Current Version Code:253
diff --git a/metadata/com.github.axet.bookreader.txt b/metadata/com.github.axet.bookreader.txt
index dcf224446c..ee3e36a7c8 100644
--- a/metadata/com.github.axet.bookreader.txt
+++ b/metadata/com.github.axet.bookreader.txt
@@ -41,7 +41,67 @@ Build:1.0.8,105
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+Build:1.0.14,111
+ commit=bookreader-1.0.14
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.0.16,113
+ commit=bookreader-1.0.16
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.0.27,126
+ commit=bookreader-1.0.27
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.1.13,141
+ commit=bookreader-1.1.13
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.1.16,144
+ commit=bookreader-1.1.16
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.1.24,152
+ commit=bookreader-1.1.24
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.1.27,155
+ commit=bookreader-1.1.27
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.1.37,165
+ commit=bookreader-1.1.37
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.1.38,166
+ commit=bookreader-1.1.38
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.1.39,167
+ commit=bookreader-1.1.39
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
Auto Update Mode:Version bookreader-%v
Update Check Mode:Tags
-Current Version:1.0.8
-Current Version Code:105
+Current Version:1.1.39
+Current Version Code:167
diff --git a/metadata/com.github.axet.callrecorder.txt b/metadata/com.github.axet.callrecorder.txt
index 66505d87fb..ba7b5fee72 100644
--- a/metadata/com.github.axet.callrecorder.txt
+++ b/metadata/com.github.axet.callrecorder.txt
@@ -226,7 +226,37 @@ Build:1.5.22,143
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+Build:1.5.24,145
+ commit=callrecorder-1.5.24
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.5.25,146
+ commit=callrecorder-1.5.25
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.5.29,150
+ commit=callrecorder-1.5.29
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.5.32,153
+ commit=callrecorder-1.5.32
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.5.33,154
+ commit=callrecorder-1.5.33
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
Auto Update Mode:Version callrecorder-%v
Update Check Mode:Tags
-Current Version:1.5.22
-Current Version Code:143
+Current Version:1.5.33
+Current Version Code:154
diff --git a/metadata/com.github.axet.hourlyreminder.txt b/metadata/com.github.axet.hourlyreminder.txt
index 009c07a1d4..f5707b2c39 100644
--- a/metadata/com.github.axet.hourlyreminder.txt
+++ b/metadata/com.github.axet.hourlyreminder.txt
@@ -236,7 +236,12 @@ Build:3.1.21,342
subdir=app
gradle=yes
+Build:3.1.22,343
+ commit=hourlyreminder-3.1.22
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version hourlyreminder-%v
Update Check Mode:Tags
-Current Version:3.1.21
-Current Version Code:342
+Current Version:3.1.22
+Current Version Code:343
diff --git a/metadata/com.github.axet.maps.txt b/metadata/com.github.axet.maps.txt
new file mode 100644
index 0000000000..17ee9795b5
--- /dev/null
+++ b/metadata/com.github.axet.maps.txt
@@ -0,0 +1,52 @@
+Categories:Navigation
+License:Apache-2.0
+Web Site:
+Source Code:https://gitlab.com/axet/omim/tree/HEAD
+Issue Tracker:https://gitlab.com/axet/omim/issues
+
+Summary:Offline OpenStreetMap maps
+Description:
+OpenStreetMap offline maps with track recording and custom bookmarks .kml path.
+Based on MAPS.ME project.
+.
+
+Repo Type:git
+Repo:https://gitlab.com/axet/omim.git
+
+Build:8.0.2-1-Google,1027
+ commit=omim-8.0.2-1
+ timeout=10800
+ subdir=android
+ submodules=yes
+ gradle=google
+ rm=3party/Alohalytics/examples,iphone,tools/shaders_compiler
+ scanignore=data/*.bin
+ scandelete=3party
+ ndk=r16b
+
+Build:8.1.0-2-Google,1030
+ commit=omim-8.1.0-2
+ timeout=10800
+ subdir=android
+ submodules=yes
+ gradle=google
+ rm=3party/Alohalytics/examples,iphone,tools/shaders_compiler
+ scanignore=data/*.bin
+ scandelete=3party
+ ndk=r16b
+
+Build:8.1.0-4-Google,1032
+ commit=omim-8.1.0-4
+ timeout=10800
+ subdir=android
+ submodules=yes
+ gradle=google
+ rm=3party/Alohalytics/examples,iphone,tools/shaders_compiler
+ scanignore=data/*.bin
+ scandelete=3party
+ ndk=r16b
+
+Auto Update Mode:None
+Update Check Mode:None
+Current Version:8.1.0-4-Google
+Current Version Code:1032
diff --git a/metadata/com.github.axet.mover.txt b/metadata/com.github.axet.mover.txt
index 5c89e30d8c..c750998434 100644
--- a/metadata/com.github.axet.mover.txt
+++ b/metadata/com.github.axet.mover.txt
@@ -157,7 +157,17 @@ Build:1.2.98,112
subdir=app
gradle=yes
+Build:1.2.99,113
+ commit=mover-1.2.99
+ subdir=app
+ gradle=yes
+
+Build:1.2.100,114
+ commit=mover-1.2.100
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version mover-%v
Update Check Mode:Tags
-Current Version:1.2.98
-Current Version Code:112
+Current Version:1.2.100
+Current Version Code:114
diff --git a/metadata/com.github.axet.tonegenerator.txt b/metadata/com.github.axet.tonegenerator.txt
index 340b34f835..2b040b38cb 100644
--- a/metadata/com.github.axet.tonegenerator.txt
+++ b/metadata/com.github.axet.tonegenerator.txt
@@ -35,7 +35,17 @@ Build:1.0.13,15
subdir=app
gradle=yes
+Build:1.0.15,17
+ commit=tonegenerator-1.0.15
+ subdir=app
+ gradle=yes
+
+Build:1.0.17,18
+ commit=tonegenerator-1.0.17
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version tonegenerator-%v
Update Check Mode:Tags
-Current Version:1.0.13
-Current Version Code:15
+Current Version:1.0.17
+Current Version Code:18
diff --git a/metadata/com.github.axet.torrentclient.txt b/metadata/com.github.axet.torrentclient.txt
index 400eb55116..6a3770cc15 100644
--- a/metadata/com.github.axet.torrentclient.txt
+++ b/metadata/com.github.axet.torrentclient.txt
@@ -319,7 +319,55 @@ Build:3.4.98,586
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+Build:3.4.105,593
+ commit=torrentclient-3.4.105
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:3.4.106,594
+ commit=torrentclient-3.4.106
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:3.4.107,595
+ commit=torrentclient-3.4.107
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:3.4.108,596
+ commit=torrentclient-3.4.108
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:3.4.111,599
+ commit=torrentclient-3.4.111
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:3.4.116,604
+ commit=torrentclient-3.4.116
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:3.4.117,605
+ commit=torrentclient-3.4.117
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:3.4.120,608
+ commit=torrentclient-3.4.120
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
Auto Update Mode:Version torrentclient-%v
Update Check Mode:Tags
-Current Version:3.4.98
-Current Version Code:586
+Current Version:3.4.120
+Current Version Code:608
diff --git a/metadata/com.github.cythara.txt b/metadata/com.github.cythara.txt
index d4ae10a3e8..7eed9dbe13 100644
--- a/metadata/com.github.cythara.txt
+++ b/metadata/com.github.cythara.txt
@@ -85,7 +85,17 @@ Build:2.3,14
subdir=app
gradle=yes
+Build:2.4,15
+ commit=v2.4
+ subdir=app
+ gradle=yes
+
+Build:2.5,16
+ commit=v2.5
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.3
-Current Version Code:14
+Current Version:2.5
+Current Version Code:16
diff --git a/metadata/com.github.dfa.diaspora_android.txt b/metadata/com.github.dfa.diaspora_android.txt
index 41abe142a8..66b29b7e7d 100644
--- a/metadata/com.github.dfa.diaspora_android.txt
+++ b/metadata/com.github.dfa.diaspora_android.txt
@@ -133,11 +133,21 @@ Build:1.0.8,28
subdir=app
gradle=FlavorDefault
+Build:1.1.0,29
+ commit=v1.1.0
+ subdir=app
+ gradle=FlavorDefault
+
+Build:1.1.1,30
+ commit=v1.1.1
+ subdir=app
+ gradle=FlavorDefault
+
Maintainer Notes:
Description and summary in app git repository
.
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.0.8
-Current Version Code:28
+Current Version:1.1.1
+Current Version Code:30
diff --git a/metadata/com.github.mueller_ma.viewandroidversion.txt b/metadata/com.github.mueller_ma.viewandroidversion.txt
index 782076e44e..7e96fa632a 100644
--- a/metadata/com.github.mueller_ma.viewandroidversion.txt
+++ b/metadata/com.github.mueller_ma.viewandroidversion.txt
@@ -1,20 +1,26 @@
Categories:System
License:GPL-3.0
-Web Site:https://github.com/mueller-ma/View-android-version/blob/HEAD/README.md
-Source Code:https://github.com/mueller-ma/View-android-version
-Issue Tracker:https://github.com/mueller-ma/View-android-version/issues
+Web Site:https://gitlab.com/mueller-ma/View-android-version/blob/HEAD/README.md
+Source Code:https://gitlab.com/mueller-ma/View-android-version
+Issue Tracker:https://gitlab.com/mueller-ma/View-android-version/issues
+Changelog:https://gitlab.com/mueller-ma/View-android-version/commits/HEAD
Auto Name:Android version
Repo Type:git
-Repo:https://github.com/mueller-ma/View-android-version.git
+Repo:https://gitlab.com/mueller-ma/View-android-version.git
Build:1.2,2
commit=v1.2
subdir=app
gradle=yes
+Build:1.3,3
+ commit=v1.3
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.2
-Current Version Code:2
+Current Version:1.3
+Current Version Code:3
diff --git a/metadata/com.github.onetimepass.txt b/metadata/com.github.onetimepass.txt
new file mode 100644
index 0000000000..c379a7c1e8
--- /dev/null
+++ b/metadata/com.github.onetimepass.txt
@@ -0,0 +1,43 @@
+Categories:Security
+License:LGPL-2.1
+Web Site:https://github.com/OneTimePass/OneTimePass
+Source Code:https://github.com/OneTimePass/OneTimePass
+Issue Tracker:https://github.com/OneTimePass/OneTimePass/issues
+
+Auto Name:OneTimePass
+Summary:Two-factor (TOTP) authentication
+Description:
+OneTimePass is a clean and robust two-factor TOTP application and supports the
+following features:
+
+* Supports opening otpauth:// URLs
+* Scan QR codes to create new accounts easily
+* View QR codes to export existing accounts
+* Searchable, sortable listing of accounts
+* Manual entry account creation
+* Import/Export for backup and restore purposes
+* Relies upon AES-256 for on-device encryption
+* Supports Android 5.0 (and up)
+
+OneTimePass is the reincarnation of the now-retired OneTimePad app. If you used
+OneTimePad, you should really migrate to this [or any other TOTP based]
+application.
+.
+
+Repo Type:git
+Repo:https://github.com/OneTimePass/OneTimePass
+
+Build:1.2.2,1002002
+ commit=v1.2.2
+ subdir=app
+ gradle=yes
+
+Maintainer Notes:
+This repo is tag-based for it's releases on the "production" branch.
+Everything else should be pretty straight forward and simple.
+.
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.2.2
+Current Version Code:1002002
diff --git a/metadata/com.github.premnirmal.tickerwidget.txt b/metadata/com.github.premnirmal.tickerwidget.txt
index 920f8e9d66..33dee90aca 100644
--- a/metadata/com.github.premnirmal.tickerwidget.txt
+++ b/metadata/com.github.premnirmal.tickerwidget.txt
@@ -208,8 +208,24 @@ Build:2.3.29,229
sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/play-services/d' -e '/google-services/d' build.gradle && \
sed -i -e '/dl.bintray.com\/lukaville/d' -e 's/com.nbsp:library:1.6/com.github.nbsp-team:MaterialFilePicker:5e0a4834/g' build.gradle
+Build:2.4.02,232
+ commit=232
+ subdir=app
+ gradle=purefloss
+ prebuild=touch translate.properties && \
+ sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/play-services/d' -e '/google-services/d' build.gradle && \
+ sed -i -e '/dl.bintray.com\/lukaville/d' -e 's/com.nbsp:library:1.6/com.github.nbsp-team:MaterialFilePicker:5e0a4834/g' build.gradle
+
+Build:2.4.04,234
+ commit=234
+ subdir=app
+ gradle=purefloss
+ prebuild=touch translate.properties && \
+ sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/play-services/d' -e '/google-services/d' build.gradle && \
+ sed -i -e '/dl.bintray.com\/lukaville/d' -e 's/com.nbsp:library:1.6/com.github.nbsp-team:MaterialFilePicker:5e0a4834/g' build.gradle
+
Auto Update Mode:Version %c
Update Check Mode:HTTP
Update Check Data:https://raw.githubusercontent.com/premnirmal/StockTicker/master/app/version.properties|versionCode=(.*)|.|versionName=(.*)
-Current Version:2.3.29
-Current Version Code:229
+Current Version:2.4.04
+Current Version Code:234
diff --git a/metadata/com.gitlab.ardash.appleflinger.android.txt b/metadata/com.gitlab.ardash.appleflinger.android.txt
index 8cda692e09..d8810b2e63 100644
--- a/metadata/com.gitlab.ardash.appleflinger.android.txt
+++ b/metadata/com.gitlab.ardash.appleflinger.android.txt
@@ -106,7 +106,21 @@ Build:1.4.7,1004007
rm=desktop
scanignore=android/libs/*
+Build:1.4.8,1004008
+ commit=v1.4.8
+ subdir=android
+ gradle=yes
+ rm=desktop
+ scanignore=android/libs/*
+
+Build:1.4.9,1004009
+ commit=v1.4.9
+ subdir=android
+ gradle=yes
+ rm=desktop
+ scanignore=android/libs/*
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.4.7
-Current Version Code:1004007
+Current Version:1.4.9
+Current Version Code:1004009
diff --git a/metadata/com.gmail.charleszq.txt b/metadata/com.gmail.charleszq.txt
index 98ea46b39a..1e448bbb6a 100644
--- a/metadata/com.gmail.charleszq.txt
+++ b/metadata/com.gmail.charleszq.txt
@@ -19,6 +19,6 @@ Build:1.2.8,19
target=Google Inc.:Google APIs:16
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.2.8
Current Version Code:19
diff --git a/metadata/com.googamaphone.typeandspeak.txt b/metadata/com.googamaphone.typeandspeak.txt
index a0fb1faa01..c9ac496b89 100644
--- a/metadata/com.googamaphone.typeandspeak.txt
+++ b/metadata/com.googamaphone.typeandspeak.txt
@@ -23,6 +23,6 @@ Build:1.4.8,36
prebuild=mkdir -p typeandspeak-libs/src
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.4.8
Current Version Code:36
diff --git a/metadata/com.google.code.appsorganizer.txt b/metadata/com.google.code.appsorganizer.txt
index 09da90a1be..895d737e8d 100644
--- a/metadata/com.google.code.appsorganizer.txt
+++ b/metadata/com.google.code.appsorganizer.txt
@@ -33,6 +33,6 @@ Build:1.5.19,167
target=android-10
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.5.19
Current Version Code:167
diff --git a/metadata/com.google.code.geobeagle.txt b/metadata/com.google.code.geobeagle.txt
index 311a9b9f6d..1eeb9e1ab0 100644
--- a/metadata/com.google.code.geobeagle.txt
+++ b/metadata/com.google.code.geobeagle.txt
@@ -28,6 +28,6 @@ Build:1.4.15,206
sed -i 's///g' AndroidManifest.xml
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.4.15
Current Version Code:206
diff --git a/metadata/com.google.marvin.shell.txt b/metadata/com.google.marvin.shell.txt
index 4bcd9b127a..794b829e0e 100644
--- a/metadata/com.google.marvin.shell.txt
+++ b/metadata/com.google.marvin.shell.txt
@@ -34,7 +34,7 @@ Build:3.0.4,33
target=android-15
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:3.0.4
Current Version Code:33
diff --git a/metadata/com.googlecode.androidcells.txt b/metadata/com.googlecode.androidcells.txt
deleted file mode 100644
index 1139f5b011..0000000000
--- a/metadata/com.googlecode.androidcells.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-Disabled:now known as org.openbmap
-Categories:Internet
-License:AGPL-3.0
-Web Site:http://openbmap.org
-Source Code:https://sourceforge.net/p/myposition/androidclient
-Issue Tracker:https://sourceforge.net/projects/myposition/support
-
-Auto Name:openBmap
-Summary:Contribute to coverage maps
-Description:
-Provides the ability to record cellular and WiFi locations and upload them to
-the OpenBMap database. See [http://openbmap.org openbmap.org].
-.
-
-Repo Type:git
-Repo:git://myposition.git.sourceforge.net/gitroot/myposition/AndroidClient
-
-Build:0.4.96,9
- disable=bc15ce80024
- commit=unknown - see disabled
- prebuild=mv lib libs
- target=android-10
-
-Build:0.4.999,14
- disable=3ed4e59f
- commit=unknown - see disabled
- extlibs=openBmap-1.1.tar.gz
- prebuild=tar xvf libs/openBmap-1.1.tar.gz -C src com && \
- mv lib/* libs/ && \
- rm libs/Measure* libs/openBmap*
- target=android-10
-
-Auto Update Mode:None
-Update Check Mode:Static
diff --git a/metadata/com.googlecode.awsms.txt b/metadata/com.googlecode.awsms.txt
index dbc2d38573..23aea97065 100644
--- a/metadata/com.googlecode.awsms.txt
+++ b/metadata/com.googlecode.awsms.txt
@@ -28,6 +28,6 @@ Build:2.0.5,25
prebuild=echo "source.dir=src;../core/src" >> project.properties
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:2.0.5
Current Version Code:25
diff --git a/metadata/com.googlecode.droidwall.txt b/metadata/com.googlecode.droidwall.txt
index 27a65f72b8..06f3c8b5c7 100644
--- a/metadata/com.googlecode.droidwall.txt
+++ b/metadata/com.googlecode.droidwall.txt
@@ -42,6 +42,6 @@ Build:1.5.7,157
mv libs/armeabi/iptables ../../res/raw/iptables_armv5
Auto Update Mode:None
-Update Check Mode:Tags
+Update Check Mode:Static
Current Version:1.5.7
Current Version Code:157
diff --git a/metadata/com.googlecode.eyesfree.espeak.txt b/metadata/com.googlecode.eyesfree.espeak.txt
index 133fba289b..302afc9bd4 100644
--- a/metadata/com.googlecode.eyesfree.espeak.txt
+++ b/metadata/com.googlecode.eyesfree.espeak.txt
@@ -35,6 +35,6 @@ binary files in libs/ are deleted before build and then rebuild
.
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.46.02_r7
Current Version Code:7
diff --git a/metadata/com.googlecode.tcime.txt b/metadata/com.googlecode.tcime.txt
index 06626554a7..c02a6865c7 100644
--- a/metadata/com.googlecode.tcime.txt
+++ b/metadata/com.googlecode.tcime.txt
@@ -18,6 +18,6 @@ Build:1.0,113
target=android-4
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.0
Current Version Code:113
diff --git a/metadata/com.gpstether.txt b/metadata/com.gpstether.txt
index 239520e1bd..29a0de961e 100644
--- a/metadata/com.gpstether.txt
+++ b/metadata/com.gpstether.txt
@@ -20,6 +20,6 @@ Build:1.0.2r9,3
target=android-19
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.0.3
Current Version Code:3
diff --git a/metadata/com.greenaddress.greenbits_android_wallet.testnet.txt b/metadata/com.greenaddress.greenbits_android_wallet.testnet.txt
index 48137bd241..2e1d709640 100644
--- a/metadata/com.greenaddress.greenbits_android_wallet.testnet.txt
+++ b/metadata/com.greenaddress.greenbits_android_wallet.testnet.txt
@@ -200,7 +200,7 @@ Build:2.02_testnet,202
build=JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::") sh ./prepare_fdroid.sh
ndk=r14b
-Build:2.03,203
+Build:2.03_testnet,203
commit=r2.03
subdir=app
gradle=btctestnet
@@ -214,5 +214,5 @@ Build:2.03,203
Auto Update Mode:Version r%v
Update Check Mode:Tags
-Current Version:2.03
+Current Version:2.03_testnet
Current Version Code:203
diff --git a/metadata/com.gueei.applocker.txt b/metadata/com.gueei.applocker.txt
index c0592d9630..a87a0097c5 100644
--- a/metadata/com.gueei.applocker.txt
+++ b/metadata/com.gueei.applocker.txt
@@ -18,6 +18,6 @@ Build:1.2,3
prebuild=sed -i '/AndroidBinding/d' project.properties
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.2
Current Version Code:3
diff --git a/metadata/com.health.openscale.txt b/metadata/com.health.openscale.txt
index 54346cc5a4..b4da43a917 100644
--- a/metadata/com.health.openscale.txt
+++ b/metadata/com.health.openscale.txt
@@ -74,7 +74,12 @@ Build:1.7,23
subdir=android_app/app
gradle=yes
+Build:1.7.1,24
+ commit=v1.7.1
+ subdir=android_app/app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9.]*$
-Current Version:1.7
-Current Version Code:23
+Current Version:1.7.1
+Current Version Code:24
diff --git a/metadata/com.hexad.bluezime.hidenabler.txt b/metadata/com.hexad.bluezime.hidenabler.txt
index e11490ade2..2750185c83 100644
--- a/metadata/com.hexad.bluezime.hidenabler.txt
+++ b/metadata/com.hexad.bluezime.hidenabler.txt
@@ -19,6 +19,6 @@ Build:1.0,1
commit=78
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.0
Current Version Code:1
diff --git a/metadata/com.hykwok.CurrencyConverter.txt b/metadata/com.hykwok.CurrencyConverter.txt
index 06c23fbd8f..1fc0de0e21 100644
--- a/metadata/com.hykwok.CurrencyConverter.txt
+++ b/metadata/com.hykwok.CurrencyConverter.txt
@@ -23,6 +23,6 @@ Build:1.1,2
commit=13
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.1
Current Version Code:2
diff --git a/metadata/com.infonuascape.osrshelper.txt b/metadata/com.infonuascape.osrshelper.txt
index 4f5fa2f6e0..947ca40f01 100644
--- a/metadata/com.infonuascape.osrshelper.txt
+++ b/metadata/com.infonuascape.osrshelper.txt
@@ -60,5 +60,5 @@ Contains crashlytics since at least 1.6.2.
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:1.6.5
-Current Version Code:26
+Current Version:2.0.6
+Current Version Code:34
diff --git a/metadata/com.itds.sms.ping.txt b/metadata/com.itds.sms.ping.txt
index fd3009666e..d63ea6a3c0 100644
--- a/metadata/com.itds.sms.ping.txt
+++ b/metadata/com.itds.sms.ping.txt
@@ -29,12 +29,7 @@ Build:3,4
subdir=app
gradle=yes
-Build:4-alpha-1,5
- commit=v4-alpha-1
- subdir=app
- gradle=yes
-
Auto Update Mode:Version v%v
-Update Check Mode:Tags
-Current Version:4-alpha-1
-Current Version Code:5
+Update Check Mode:Tags ^v[0-9.]+$
+Current Version:3
+Current Version Code:4
diff --git a/metadata/com.jarsilio.android.pocketup.txt b/metadata/com.jarsilio.android.pocketup.txt
index 64154ae9f9..d32d3c80c8 100644
--- a/metadata/com.jarsilio.android.pocketup.txt
+++ b/metadata/com.jarsilio.android.pocketup.txt
@@ -28,7 +28,12 @@ Build:1.0,1
subdir=app
gradle=yes
+Build:1.0.2,3
+ commit=v1.0.2
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.0
-Current Version Code:1
+Current Version:1.0.2
+Current Version Code:3
diff --git a/metadata/com.jarsilio.android.scrambledeggsif.txt b/metadata/com.jarsilio.android.scrambledeggsif.txt
index 96c7c31b71..a6b6231c0f 100644
--- a/metadata/com.jarsilio.android.scrambledeggsif.txt
+++ b/metadata/com.jarsilio.android.scrambledeggsif.txt
@@ -1,5 +1,6 @@
Categories:System
License:GPL-3.0
+Author Email:juam+scrambled@posteo.net
Web Site:https://gitlab.com/juanitobananas/scrambled-exif
Source Code:https://gitlab.com/juanitobananas/scrambled-exif/tree/HEAD
Issue Tracker:https://gitlab.com/juanitobananas/scrambled-exif/issues
@@ -9,19 +10,17 @@ Bitcoin:16DXeCxxKGvepYLehyHSr3M1nv1s1eUotZ
Auto Name:Scrambled Exif
Summary:Remove metadata from your pics before sharing them
Description:
-Some people like Facebook and co. to know were their picture was taken so that
-it can be easily geotagged. Or for whatever reason. That's okay.
+'''Scrambled Exif''' (pronounced ''egg''sif) helps you remove the metadata in
+your pictures before you share them.
-Some people ''don't'' like that. That's is also okay.
+If you don't want the big Internet companies (or whomever) to know were your
+pictures were taken don't forget to remove the metadata from them before you
+share them.
-'''Scrambled Exif''' (pronounced ''egg''sif) is definitely for the latter.
-
-So you don't want to share all the metadata your phone stores for every picture?
-
-This app will remove all this data before sharing. Just share a picture like
-you'd normally do and choose ''Scrambled Exif''. A moment later, the share
-'dialog' will reappear. Just share with the app you intended to share with in
-the first place. Et voilà!
+To remove the metadata from a picture, simply share it like you'd normally do
+and choose ''Scrambled Exif''. A moment later, the share 'dialog' will reappear.
+Now just share with the app you intended to share with in the first place. Et
+voilà!
'''Required Android Permissions:'''
@@ -41,7 +40,37 @@ Build:1.0.1b,4
subdir=app
gradle=yes
+Build:1.0.2,5
+ commit=v1.0.2
+ subdir=app
+ gradle=yes
+
+Build:1.0.3,6
+ commit=v1.0.3
+ subdir=app
+ gradle=yes
+
+Build:1.0.4,7
+ commit=v1.0.4
+ subdir=app
+ gradle=yes
+
+Build:1.1,8
+ commit=v1.1
+ subdir=app
+ gradle=yes
+
+Build:1.1.1,9
+ commit=v1.1.1
+ subdir=app
+ gradle=yes
+
+Build:1.1.2,10
+ commit=v1.1.2
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.0.1b
-Current Version Code:4
+Current Version:1.1.2
+Current Version Code:10
diff --git a/metadata/com.jarsilio.android.waveup.txt b/metadata/com.jarsilio.android.waveup.txt
index 513807c8ad..a4392773fb 100644
--- a/metadata/com.jarsilio.android.waveup.txt
+++ b/metadata/com.jarsilio.android.waveup.txt
@@ -213,7 +213,17 @@ Build:1.5-4,37
subdir=app
gradle=yes
+Build:1.5-5,38
+ commit=v1.5-5
+ subdir=app
+ gradle=yes
+
+Build:1.5-5a,39
+ commit=v1.5-5a
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.5-4
-Current Version Code:37
+Current Version:1.5-5a
+Current Version Code:39
diff --git a/metadata/com.jeyries.quake2.txt b/metadata/com.jeyries.quake2.txt
index 062bd230f6..9341480009 100644
--- a/metadata/com.jeyries.quake2.txt
+++ b/metadata/com.jeyries.quake2.txt
@@ -23,6 +23,6 @@ Build:1.91,21
buildjni=yes
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.91
Current Version Code:21
diff --git a/metadata/com.jlyr.txt b/metadata/com.jlyr.txt
index 609b367569..64c2cf7f7a 100644
--- a/metadata/com.jlyr.txt
+++ b/metadata/com.jlyr.txt
@@ -36,6 +36,6 @@ Build:1.5.1,41
target=android-10
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.5.1
Current Version Code:41
diff --git a/metadata/com.jonglen7.jugglinglab.txt b/metadata/com.jonglen7.jugglinglab.txt
index 761377d4c4..6cfe266d3f 100644
--- a/metadata/com.jonglen7.jugglinglab.txt
+++ b/metadata/com.jonglen7.jugglinglab.txt
@@ -29,6 +29,6 @@ Build:1.3,5
srclibs=1:GreenDroid@greendroid-0.2,2:SuperDryColorPicker@5c488
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.3
Current Version Code:5
diff --git a/metadata/com.junjunguo.pocketmaps.txt b/metadata/com.junjunguo.pocketmaps.txt
index bdbf120569..399a1cd18e 100644
--- a/metadata/com.junjunguo.pocketmaps.txt
+++ b/metadata/com.junjunguo.pocketmaps.txt
@@ -5,9 +5,18 @@ Source Code:https://github.com/junjunguo/PocketMaps
Issue Tracker:https://github.com/junjunguo/PocketMaps/issues
Auto Name:PocketMaps
-Summary:View maps and use offline routing
+Summary:View maps and use offline routing and navigation system
Description:
-Material themed navigation and map viewer with offline routing capabilities.
+PocketMaps is a map viewer with navigation system.
+
+Maps can be easily downloaded with this app. Thus, a complete offline navigation
+is possible. Through the so-called geocoding places can be searched.
+
+* The search requires an internet connection.
+* A very limited offline search is also available.
+
+With the sport tracking feature, routes can be recorded to graph data such as
+speeds.
.
Repo Type:git
@@ -18,7 +27,12 @@ Build:1.7,8
subdir=PocketMaps/app
gradle=yes
-Auto Update Mode:None
-Update Check Mode:RepoManifest
-Current Version:1.7
-Current Version Code:8
+Build:1.9,9
+ commit=1.9
+ subdir=PocketMaps/app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:1.9
+Current Version Code:9
diff --git a/metadata/com.kai1973i.txt b/metadata/com.kai1973i.txt
index a048a9cafa..052f01caf5 100644
--- a/metadata/com.kai1973i.txt
+++ b/metadata/com.kai1973i.txt
@@ -24,6 +24,6 @@ Build:1.04,4
target=android-10
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.04
Current Version Code:4
diff --git a/metadata/com.keylesspalace.tusky.txt b/metadata/com.keylesspalace.tusky.txt
index e9dd0769e0..29d901ce9f 100644
--- a/metadata/com.keylesspalace.tusky.txt
+++ b/metadata/com.keylesspalace.tusky.txt
@@ -1,13 +1,14 @@
Categories:Internet
License:GPL-3.0
-Web Site:https://tusky.keylesspalace.com
-Source Code:https://github.com/Vavassor/Tusky
-Issue Tracker:https://github.com/Vavassor/Tusky/issues
+Web Site:https://tuskyapp.github.io/
+Source Code:https://github.com/tuskyapp/Tusky
+Issue Tracker:https://github.com/tuskyapp/Tusky/issues
+LiberapayID:23062
Auto Name:Tusky
-Summary:Share words, photos, and videos with others
+Summary:Material Design Mastodon Client
Description:
-Tusky is a client for [https://mastodon.social/ Mastodon], a free and
+Tusky is a client for [https://joinmastodon.org/ Mastodon], a free and
open-source social network server. Share words, photos, and videos with folks!
Mastodon is decentralized, meaning anyone can run Mastodon and participate in
@@ -15,7 +16,7 @@ the social network seamlessly.
.
Repo Type:git
-Repo:https://github.com/Vavassor/Tusky
+Repo:https://github.com/tuskyapp/Tusky
Build:1.0.0-alpha.5,5
commit=v1.0.0-alpha.5
@@ -66,8 +67,23 @@ Build:1.4.1,31
subdir=app
gradle=fdroid
+Build:1.5.0,32
+ commit=v1.5.0
+ subdir=app
+ gradle=fdroid
+
+Build:1.5.1,33
+ commit=v1.5.1
+ subdir=app
+ gradle=fdroid
+
+Build:1.5.2,34
+ commit=v1.5.2
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9\\.]+$
Update Check Ignore:beta
-Current Version:1.4.1
-Current Version Code:31
+Current Version:1.5.2
+Current Version Code:34
diff --git a/metadata/com.kmagic.solitaire.txt b/metadata/com.kmagic.solitaire.txt
index bab2ca0288..4954b9ae0e 100644
--- a/metadata/com.kmagic.solitaire.txt
+++ b/metadata/com.kmagic.solitaire.txt
@@ -21,6 +21,6 @@ Build:1.12.2,450
target=android-8
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.12.2
Current Version Code:450
diff --git a/metadata/com.kostmo.wallpaper.spiral.txt b/metadata/com.kostmo.wallpaper.spiral.txt
index b95e8384b8..210fe16158 100644
--- a/metadata/com.kostmo.wallpaper.spiral.txt
+++ b/metadata/com.kostmo.wallpaper.spiral.txt
@@ -21,6 +21,6 @@ Build:1.4.1,13
commit=16
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.4.1
Current Version Code:13
diff --git a/metadata/com.kpz.pomodorotasks.activity.txt b/metadata/com.kpz.pomodorotasks.activity.txt
index 8f7797f1c3..e1a908ed53 100644
--- a/metadata/com.kpz.pomodorotasks.activity.txt
+++ b/metadata/com.kpz.pomodorotasks.activity.txt
@@ -22,6 +22,6 @@ Build:1.5,8
subdir=PomodoroTasks
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.5
Current Version Code:8
diff --git a/metadata/com.lecz.android.tiltmazes.txt b/metadata/com.lecz.android.tiltmazes.txt
index afdb272f68..8487ec2c9c 100644
--- a/metadata/com.lecz.android.tiltmazes.txt
+++ b/metadata/com.lecz.android.tiltmazes.txt
@@ -21,6 +21,6 @@ Build:1.2,3
target=android-4
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.2
Current Version Code:3
diff --git a/metadata/com.menny.android.anysoftkeyboard.txt b/metadata/com.menny.android.anysoftkeyboard.txt
index c4d0a52976..580b5fabff 100644
--- a/metadata/com.menny.android.anysoftkeyboard.txt
+++ b/metadata/com.menny.android.anysoftkeyboard.txt
@@ -232,6 +232,19 @@ Build:1.8.1333,2658
ndk=r11c
preassemble=:makeEnglishDictionary
+Build:1.9.1117,3692
+ commit=1.9-r1
+ subdir=app
+ init=sed -i -e '/fabric/d' -e '/canaryImplementation/,+2d' ../build.gradle build.gradle
+ gradle=yes
+ forceversion=yes
+ rm=app/src/main/res/raw/words_*.dict
+ prebuild=sed -i -e '/versionCode/d' -e '/versionName/aversionCode $$VERCODE$$' -e '/crashlytics/,$d' build.gradle && \
+ sed -i -e 's/gradle:3.1.0-alpha06/gradle:3.0.1/' ../build.gradle
+ scandelete=buildSrc,app/src/debug
+ ndk=r14b
+ preassemble=:makeEnglishDictionary
+
Maintainer Notes:
* Generates english dictionary binary (src/main/res/raw/words_*.dict) from source files (under `english_dictionary` folder. Mostly AOSP word-list)
@@ -241,5 +254,5 @@ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
Auto Update Mode:None
Update Check Mode:None
-Current Version:1.8.1333
-Current Version Code:2658
+Current Version:1.9.1117
+Current Version Code:3692
diff --git a/metadata/com.mkulesh.micromath.plus.txt b/metadata/com.mkulesh.micromath.plus.txt
index 349ab38500..e860a47343 100644
--- a/metadata/com.mkulesh.micromath.plus.txt
+++ b/metadata/com.mkulesh.micromath.plus.txt
@@ -3,6 +3,7 @@ License:GPL-3.0
Web Site:
Source Code:https://github.com/mkulesh/microMathematics
Issue Tracker:https://github.com/mkulesh/microMathematics/issues
+Changelog:https://github.com/mkulesh/microMathematics/releases
Auto Name:microMathematics Plus
Summary:Computer algebra system
@@ -75,7 +76,17 @@ Build:2.16.1,306
subdir=app
gradle=yes
+Build:2.16.2,307
+ commit=v2.16.2
+ subdir=app
+ gradle=yes
+
+Build:2.17.0,308
+ commit=v2.17.0
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.16.1
-Current Version Code:306
+Current Version:2.17.0
+Current Version Code:308
diff --git a/metadata/com.mp3tunes.android.player.txt b/metadata/com.mp3tunes.android.player.txt
index 7d44e68a35..4f397f300d 100644
--- a/metadata/com.mp3tunes.android.player.txt
+++ b/metadata/com.mp3tunes.android.player.txt
@@ -26,6 +26,6 @@ Build:3.7,89
target=android-4
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:3.7
Current Version Code:89
diff --git a/metadata/com.mschlauch.comfortreader.txt b/metadata/com.mschlauch.comfortreader.txt
index 731e580674..7b037ae44b 100644
--- a/metadata/com.mschlauch.comfortreader.txt
+++ b/metadata/com.mschlauch.comfortreader.txt
@@ -28,7 +28,13 @@ Build:1.9alpha,6
subdir=app
gradle=yes
+Build:1.9beta,7
+ disable=Tag is missing
+ commit=v1.9beta
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.9alpha
-Current Version Code:6
+Current Version:1.9beta
+Current Version Code:7
diff --git a/metadata/com.nauj27.android.colorpicker.txt b/metadata/com.nauj27.android.colorpicker.txt
index 76b0b8f5b7..f9b994d2d4 100644
--- a/metadata/com.nauj27.android.colorpicker.txt
+++ b/metadata/com.nauj27.android.colorpicker.txt
@@ -29,6 +29,6 @@ Build:3.1,20130326
target=android-17
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:3.1
Current Version Code:20130326
diff --git a/metadata/com.newsblur.txt b/metadata/com.newsblur.txt
index 8c4592e3e3..03e0aa1364 100644
--- a/metadata/com.newsblur.txt
+++ b/metadata/com.newsblur.txt
@@ -834,5 +834,5 @@ Build:7.0.3,153
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:7.0.3
-Current Version Code:153
+Current Version:7.1.0
+Current Version Code:154
diff --git a/metadata/com.nextcloud.android.beta.txt b/metadata/com.nextcloud.android.beta.txt
index 37983f0990..434abbb25e 100644
--- a/metadata/com.nextcloud.android.beta.txt
+++ b/metadata/com.nextcloud.android.beta.txt
@@ -1018,11 +1018,88 @@ Build:20180131,20180131
rm=user_manual
scandelete=src/androidTest
+Build:20180201,20180201
+ commit=dev-20180201
+ submodules=yes
+ gradle=versionDev
+ rm=user_manual
+ scandelete=src/androidTest
+
+Build:20180204,20180204
+ commit=dev-20180204
+ submodules=yes
+ gradle=versionDev
+ rm=user_manual
+ scandelete=src/androidTest
+
+Build:20180210,20180210
+ commit=dev-20180210
+ submodules=yes
+ gradle=versionDev
+ rm=user_manual
+ scandelete=src/androidTest
+
+Build:20180214,20180214
+ commit=dev-20180214
+ submodules=yes
+ gradle=versionDev
+ rm=user_manual
+ scandelete=src/androidTest
+
+Build:20180217,20180217
+ commit=dev-20180217
+ submodules=yes
+ gradle=versionDev
+ rm=user_manual
+ scandelete=src/androidTest
+
+Build:20180221,20180221
+ commit=dev-20180221
+ submodules=yes
+ gradle=versionDev
+ rm=user_manual
+ scandelete=src/androidTest
+
+Build:20180224,20180224
+ commit=dev-20180224
+ submodules=yes
+ gradle=versionDev
+ rm=user_manual
+ scandelete=src/androidTest
+
+Build:20180301,20180301
+ commit=dev-20180301
+ submodules=yes
+ gradle=versionDev
+ rm=user_manual
+ scandelete=src/androidTest
+
+Build:20180302,20180302
+ commit=dev-20180302
+ submodules=yes
+ gradle=versionDev
+ rm=user_manual
+ scandelete=src/androidTest
+
+Build:20180303,20180303
+ commit=dev-20180303
+ submodules=yes
+ gradle=versionDev
+ rm=user_manual
+ scandelete=src/androidTest
+
+Build:20180309,20180309
+ commit=dev-20180309
+ 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:20180131
-Current Version Code:20180131
+Current Version:20180309
+Current Version Code:20180309
diff --git a/metadata/com.nextcloud.client.txt b/metadata/com.nextcloud.client.txt
index 85b5889763..f4db1fb87a 100644
--- a/metadata/com.nextcloud.client.txt
+++ b/metadata/com.nextcloud.client.txt
@@ -188,14 +188,42 @@ Build:3.0.0 RC2,30000002
rm=user_manual
scandelete=src/androidTest
-Build:3.0.0 RC2,30000003
+Build:3.0.0 RC3,30000003
commit=rc-3.0.0-03
submodules=yes
gradle=generic
rm=user_manual
scandelete=src/androidTest
+Build:3.0.0,30000099
+ commit=stable-3.0.0
+ submodules=yes
+ gradle=generic
+ rm=user_manual
+ scandelete=src/androidTest
+
+Build:3.0.1,30000199
+ commit=stable-3.0.1
+ submodules=yes
+ gradle=generic
+ rm=user_manual
+ scandelete=src/androidTest
+
+Build:3.0.2,30000299
+ commit=stable-3.0.2
+ submodules=yes
+ gradle=generic
+ rm=user_manual
+ scandelete=src/androidTest
+
+Build:3.0.3,30000399
+ commit=stable-3.0.3
+ submodules=yes
+ gradle=generic
+ rm=user_manual
+ scandelete=src/androidTest
+
Auto Update Mode:Version stable-%v
Update Check Mode:Tags ^stable
-Current Version:2.0.1
-Current Version Code:20000199
+Current Version:3.0.3
+Current Version Code:30000399
diff --git a/metadata/com.nononsenseapps.feeder.txt b/metadata/com.nononsenseapps.feeder.txt
index f360ea3007..5fa2995d1d 100644
--- a/metadata/com.nononsenseapps.feeder.txt
+++ b/metadata/com.nononsenseapps.feeder.txt
@@ -154,7 +154,19 @@ Build:1.4.2,25
submodules=yes
gradle=yes
+Build:1.4.3,26
+ commit=1.4.3
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:1.5.0,27
+ commit=1.5.0
+ subdir=app
+ submodules=yes
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.4.2
-Current Version Code:25
+Current Version:1.5.0
+Current Version Code:27
diff --git a/metadata/com.nutomic.syncthingandroid.txt b/metadata/com.nutomic.syncthingandroid.txt
index e231197c11..9ef4a06582 100644
--- a/metadata/com.nutomic.syncthingandroid.txt
+++ b/metadata/com.nutomic.syncthingandroid.txt
@@ -614,7 +614,16 @@ Build:0.10.4,4137
ndk=r15c
preassemble=buildNative
+Build:0.10.5,4138
+ commit=0.10.5
+ submodules=yes
+ sudo=apt-get install -y golang-go/testing golang-1.9-go/testing golang-src/testing golang-1.9-src/testing
+ gradle=yes
+ output=app/build/outputs/apk/release/app-release-unsigned.apk
+ ndk=r15c
+ preassemble=buildNative
+
Auto Update Mode:Version %v
Update Check Mode:Tags ^[0-9.]*$
-Current Version:0.10.4
-Current Version Code:4137
+Current Version:0.10.5
+Current Version Code:4138
diff --git a/metadata/com.owncloud.android.txt b/metadata/com.owncloud.android.txt
index 32dabceed3..154c9dacc9 100644
--- a/metadata/com.owncloud.android.txt
+++ b/metadata/com.owncloud.android.txt
@@ -276,6 +276,13 @@ Build:2.5.0,20500000
srclibs=TouchImageView@v1.2.0
rm=libs/disklrucache*,owncloud-android-library/libs,user_manual
+Build:2.6.0,20600000
+ commit=oc-android-2.6.0
+ submodules=yes
+ gradle=yes
+ srclibs=TouchImageView@v1.2.0
+ rm=libs/disklrucache*,owncloud-android-library/libs,user_manual
+
Maintainer Notes:
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.
@@ -283,5 +290,5 @@ repo. Verified against upstream at https://github.com/MikeOrtiz/TouchImageView.
Auto Update Mode:Version oc-android-%v
Update Check Mode:Tags ^oc-android-[0-9.]*
-Current Version:2.5.0
-Current Version Code:20500000
+Current Version:2.6.0
+Current Version Code:20600000
diff --git a/metadata/com.panaceasupplies.android.games.toytrain.txt b/metadata/com.panaceasupplies.android.games.toytrain.txt
index e64d94cdb5..97dfee6aab 100644
--- a/metadata/com.panaceasupplies.android.games.toytrain.txt
+++ b/metadata/com.panaceasupplies.android.games.toytrain.txt
@@ -9,8 +9,8 @@ Description:
A train game.
.
-Repo Type:srclib
-Repo:CommanderGenius
+Repo Type:git
+Repo:https://github.com/dennis-sheil/commandergenius
Build:1.0,1
disable=Doesn't work with these binaries removed
diff --git a/metadata/com.pilot51.voicenotify.txt b/metadata/com.pilot51.voicenotify.txt
index 8a49f473ef..ba5f932c72 100644
--- a/metadata/com.pilot51.voicenotify.txt
+++ b/metadata/com.pilot51.voicenotify.txt
@@ -51,6 +51,8 @@ Build:1.0.12,19
Build:1.1.2,22
commit=v1.1.2
+ subdir=app
+ gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
diff --git a/metadata/com.piwi.stickeroid.txt b/metadata/com.piwi.stickeroid.txt
index 9ef12c850f..3ffc53acfa 100644
--- a/metadata/com.piwi.stickeroid.txt
+++ b/metadata/com.piwi.stickeroid.txt
@@ -22,6 +22,6 @@ Build:1.1.2,6
commit=20
Auto Update Mode:None
-Update Check Mode:Tags
+Update Check Mode:Static
Current Version:1.1.2
Current Version Code:6
diff --git a/metadata/com.pixiv.muzei.pixivsource.txt b/metadata/com.pixiv.muzei.pixivsource.txt
index 15a53abcc8..44a064708e 100644
--- a/metadata/com.pixiv.muzei.pixivsource.txt
+++ b/metadata/com.pixiv.muzei.pixivsource.txt
@@ -51,11 +51,16 @@ Build:2.1.0,20100
prebuild=sed -i -e '/mavenCentral/ajcenter()' build.gradle && \
echo 'task wrapper(type: Wrapper) { gradleVersion = "3.3" }' >> build.gradle
-Maintainer Notes:
-Upstream generates version information at build time.
-.
+Build:2.2.0,20200
+ disable=Could not find com.android.tools.build:gradle:3.0.1
+ commit=2.2.0
+ gradle=yes
+
+Build:2.2.1,20201
+ commit=2.2.1
+ gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:2.1.0
-Current Version Code:20100
+Current Version:2.2.1
+Current Version Code:20201
diff --git a/metadata/com.proch.practicehub.txt b/metadata/com.proch.practicehub.txt
index 01e6aa320f..31651a7af7 100644
--- a/metadata/com.proch.practicehub.txt
+++ b/metadata/com.proch.practicehub.txt
@@ -27,6 +27,6 @@ Build:2.0,2
buildjni=yes
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:2.0
Current Version Code:2
diff --git a/metadata/com.qsp.player.txt b/metadata/com.qsp.player.txt
index 52edab2c90..69648eef00 100644
--- a/metadata/com.qsp.player.txt
+++ b/metadata/com.qsp.player.txt
@@ -21,6 +21,6 @@ Build:1.0.201 alpha,201
buildjni=yes
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.0.201 alpha
Current Version Code:201
diff --git a/metadata/com.rareventure.gps2.txt b/metadata/com.rareventure.gps2.txt
index 8e98a95ebb..bac321b05f 100644
--- a/metadata/com.rareventure.gps2.txt
+++ b/metadata/com.rareventure.gps2.txt
@@ -391,18 +391,28 @@ Build:1.1.30,74
Build:1.1.34,77
commit=v1.1.34
subdir=app
- submodules=yes
gradle=yes
- prebuild=mkdir -p libs && \
- touch libs/tangram-full-release.aar #gradle clean will barf if this file doesn't exist
- scanignore=app/src/main/resources/org/joda/time/tz/data
- build=echo -e '#!/bin/sh\ngradle "$@"' > ../lib/tangram-es/platforms/android/gradlew && \
- chmod +x ../lib/tangram-es/platforms/android/gradlew && \
- ../lib/tangram-es/android_aar_build.sh && \
- cp ../lib/tangram-es/platforms/android/tangram/build/outputs/aar/tangram-full-release.aar libs/tangram-full-release.aar
- ndk=r13b
+ scanignore=app/src/main/resources/org/joda/time/tz/data,app/src/main/assets/fonts
+
+Build:1.1.35,78
+ commit=v1.1.35
+ subdir=app
+ gradle=yes
+ scanignore=app/src/main/resources/org/joda/time/tz/data,app/src/main/assets/fonts
+
+Build:1.1.36,79
+ commit=v1.1.36
+ subdir=app
+ gradle=yes
+ scanignore=app/src/main/resources/org/joda/time/tz/data,app/src/main/assets/fonts
+
+Build:1.1.37,80
+ commit=v1.1.37
+ subdir=app
+ gradle=yes
+ scanignore=app/src/main/resources/org/joda/time/tz/data,app/src/main/assets/fonts
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.1.34
-Current Version Code:77
+Current Version:1.1.37
+Current Version Code:80
diff --git a/metadata/com.replica.replicaisland.txt b/metadata/com.replica.replicaisland.txt
index 8d281e8e46..853af7c906 100644
--- a/metadata/com.replica.replicaisland.txt
+++ b/metadata/com.replica.replicaisland.txt
@@ -20,6 +20,6 @@ Build:1.4,14
commit=7
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.4
Current Version Code:14
diff --git a/metadata/com.roozen.SoundManagerv2.txt b/metadata/com.roozen.SoundManagerv2.txt
index 61538c36c1..25bf87b037 100644
--- a/metadata/com.roozen.SoundManagerv2.txt
+++ b/metadata/com.roozen.SoundManagerv2.txt
@@ -20,6 +20,6 @@ Build:2.1.0,19
target=android-8
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:2.1.0
Current Version Code:19
diff --git a/metadata/com.ruesga.android.wallpapers.photophase.txt b/metadata/com.ruesga.android.wallpapers.photophase.txt
index 2adad5ae12..f4c1dbb581 100644
--- a/metadata/com.ruesga.android.wallpapers.photophase.txt
+++ b/metadata/com.ruesga.android.wallpapers.photophase.txt
@@ -117,7 +117,7 @@ Build:2.7.0,1036
subdir=app
gradle=floss
rm=gms
- prebuild=sed -i -e '/gmsCompile/d' build.gradle
+ prebuild=sed -i -e "/project(':gms')/d" build.gradle
Auto Update Mode:Version v%v
Update Check Mode:Tags
diff --git a/metadata/com.samwhited.opensharelocationplugin.txt b/metadata/com.samwhited.opensharelocationplugin.txt
index f925cb9922..730183f2fd 100644
--- a/metadata/com.samwhited.opensharelocationplugin.txt
+++ b/metadata/com.samwhited.opensharelocationplugin.txt
@@ -4,13 +4,14 @@ Author Name:Sam Whited
Web Site:
Source Code:https://bitbucket.org/SamWhited/opensharelocationplugin
Issue Tracker:https://bitbucket.org/SamWhited/opensharelocationplugin/issues
-Bitcoin:1PYd7Koqd3ucSxKQRZQZRoB3qi7WaAFvL5
+Donate:https://www.buymeacoffee.com/samwhited
Auto Name:Open Share Location Plugin
Summary:Share your location in Conversations
Description:
-This plugin for [[eu.siacs.conversations]] allows you to easily share your
-location in a chat.
+This is a location sharing plugin for the XMPP client
+[[eu.siacs.conversations]]. It uses data from Open Street Maps and doesn't
+require the Google Play Services to be installed.
.
Repo Type:git
@@ -55,6 +56,13 @@ Build:2.2.0,11
cp ./LICENSE src/main/assets/ && \
sed -i -e '/applicationVariants/,+11d' build.gradle
+Build:2.3.0,12
+ commit=v2.3.0
+ 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:
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
@@ -72,5 +80,5 @@ for an example.
Archive Policy:0 versions
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:2.2.0
-Current Version Code:11
+Current Version:2.3.0
+Current Version Code:12
diff --git a/metadata/com.seavenois.tetris.txt b/metadata/com.seavenois.tetris.txt
index 8ca9cccc47..c3ed431496 100644
--- a/metadata/com.seavenois.tetris.txt
+++ b/metadata/com.seavenois.tetris.txt
@@ -20,6 +20,6 @@ Build:0.9-beta,3
commit=44
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:0.9-beta
Current Version Code:3
diff --git a/metadata/com.seb.SLWP.txt b/metadata/com.seb.SLWP.txt
index bc1d407c65..369549a669 100644
--- a/metadata/com.seb.SLWP.txt
+++ b/metadata/com.seb.SLWP.txt
@@ -26,6 +26,6 @@ Build:1.5,61
target=android-10
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.5
Current Version Code:61
diff --git a/metadata/com.seb.SLWPmaps.txt b/metadata/com.seb.SLWPmaps.txt
index 814d7470f3..ce9b8b5031 100644
--- a/metadata/com.seb.SLWPmaps.txt
+++ b/metadata/com.seb.SLWPmaps.txt
@@ -20,6 +20,6 @@ Build:1.0,2
target=android-10
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.0
Current Version Code:2
diff --git a/metadata/com.serone.desktoplabel.txt b/metadata/com.serone.desktoplabel.txt
index 03161e9c6b..17dc1410d8 100644
--- a/metadata/com.serone.desktoplabel.txt
+++ b/metadata/com.serone.desktoplabel.txt
@@ -17,6 +17,6 @@ Build:1.4.0,7
commit=16
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.4.0
Current Version Code:7
diff --git a/metadata/com.shatteredpixel.shatteredpixeldungeon.txt b/metadata/com.shatteredpixel.shatteredpixeldungeon.txt
index e0a7b1904d..2f2ebf40c3 100644
--- a/metadata/com.shatteredpixel.shatteredpixeldungeon.txt
+++ b/metadata/com.shatteredpixel.shatteredpixeldungeon.txt
@@ -280,7 +280,14 @@ Build:0.6.2e,229
scandelete=SPD-classes/src/main/jniLibs/
preassemble=:SPD-classes:ndkBuild
+Build:0.6.3a,242
+ commit=v0.6.3a
+ subdir=core
+ gradle=yes
+ scandelete=SPD-classes/src/main/jniLibs/
+ preassemble=:SPD-classes:ndkBuild
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.6.2e
-Current Version Code:229
+Current Version:0.6.3a
+Current Version Code:242
diff --git a/metadata/com.silentlexx.instead.txt b/metadata/com.silentlexx.instead.txt
index 64b95d0863..5343d89a18 100644
--- a/metadata/com.silentlexx.instead.txt
+++ b/metadata/com.silentlexx.instead.txt
@@ -33,6 +33,6 @@ Build:1.6.1.9,16109
buildjni=yes
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.6.1.9
Current Version Code:16109
diff --git a/metadata/com.simplemobiletools.calculator.txt b/metadata/com.simplemobiletools.calculator.txt
index 7ebff3e2ae..d6a9b2cf62 100644
--- a/metadata/com.simplemobiletools.calculator.txt
+++ b/metadata/com.simplemobiletools.calculator.txt
@@ -65,7 +65,12 @@ Build:3.1.1,17
subdir=app
gradle=yes
+Build:3.1.2,18
+ commit=3.1.2
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.1.1
-Current Version Code:17
+Current Version:3.1.2
+Current Version Code:18
diff --git a/metadata/com.simplemobiletools.calendar.txt b/metadata/com.simplemobiletools.calendar.txt
index 6b7d200036..280f953df2 100644
--- a/metadata/com.simplemobiletools.calendar.txt
+++ b/metadata/com.simplemobiletools.calendar.txt
@@ -415,7 +415,27 @@ Build:3.2.2,110
subdir=app
gradle=yes
+Build:3.2.3,111
+ commit=3.2.3
+ subdir=app
+ gradle=yes
+
+Build:3.2.4,112
+ commit=3.2.4
+ subdir=app
+ gradle=yes
+
+Build:3.3.0,113
+ commit=3.3.0
+ subdir=app
+ gradle=yes
+
+Build:3.3.2,115
+ commit=3.3.2
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.2.2
-Current Version Code:110
+Current Version:3.3.2
+Current Version Code:115
diff --git a/metadata/com.simplemobiletools.camera.txt b/metadata/com.simplemobiletools.camera.txt
index bb14cf2948..8032942685 100644
--- a/metadata/com.simplemobiletools.camera.txt
+++ b/metadata/com.simplemobiletools.camera.txt
@@ -180,7 +180,12 @@ Build:3.1.2,54
subdir=app
gradle=yes
+Build:3.1.4,55
+ commit=3.1.4
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.1.2
-Current Version Code:54
+Current Version:3.1.4
+Current Version Code:55
diff --git a/metadata/com.simplemobiletools.contacts.txt b/metadata/com.simplemobiletools.contacts.txt
index f749a00361..0d5356ea95 100644
--- a/metadata/com.simplemobiletools.contacts.txt
+++ b/metadata/com.simplemobiletools.contacts.txt
@@ -45,7 +45,32 @@ Build:3.1.3,8
subdir=app
gradle=yes
+Build:3.1.4,9
+ commit=3.1.4
+ subdir=app
+ gradle=yes
+
+Build:3.2.0,10
+ commit=3.2.0
+ subdir=app
+ gradle=yes
+
+Build:3.3.0,11
+ commit=3.3.0
+ subdir=app
+ gradle=yes
+
+Build:3.3.1,12
+ commit=3.3.1
+ subdir=app
+ gradle=yes
+
+Build:3.3.2,13
+ commit=3.3.2
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.1.3
-Current Version Code:8
+Current Version:3.3.2
+Current Version Code:13
diff --git a/metadata/com.simplemobiletools.draw.txt b/metadata/com.simplemobiletools.draw.txt
index 927f8d5ede..825bef9319 100644
--- a/metadata/com.simplemobiletools.draw.txt
+++ b/metadata/com.simplemobiletools.draw.txt
@@ -116,7 +116,17 @@ Build:3.1.1,28
subdir=app
gradle=yes
+Build:3.1.2,29
+ commit=3.1.2
+ subdir=app
+ gradle=yes
+
+Build:3.1.4,31
+ commit=3.1.4
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.1.1
-Current Version Code:28
+Current Version:3.1.4
+Current Version Code:31
diff --git a/metadata/com.simplemobiletools.filemanager.txt b/metadata/com.simplemobiletools.filemanager.txt
index 2727ba73c8..474372c859 100644
--- a/metadata/com.simplemobiletools.filemanager.txt
+++ b/metadata/com.simplemobiletools.filemanager.txt
@@ -276,7 +276,40 @@ Build:3.2.1,45
cp -a $$RootTools$$/src/com src/main/java/ && \
cp -a $$RootShell$$/src/com src/main/java/
+Build:3.3.0,46
+ commit=3.3.0
+ subdir=app
+ gradle=yes
+ srclibs=RootTools@4.2,RootShell@1.3
+ rm=libs
+ prebuild=sed -i -e '/RootTools.jar/d' build.gradle && \
+ mkdir -p src/main/java && \
+ cp -a $$RootTools$$/src/com src/main/java/ && \
+ cp -a $$RootShell$$/src/com src/main/java/
+
+Build:3.3.1,47
+ commit=3.3.1
+ subdir=app
+ gradle=yes
+ srclibs=RootTools@4.2,RootShell@1.3
+ rm=libs
+ prebuild=sed -i -e '/RootTools.jar/d' build.gradle && \
+ mkdir -p src/main/java && \
+ cp -a $$RootTools$$/src/com src/main/java/ && \
+ cp -a $$RootShell$$/src/com src/main/java/
+
+Build:3.3.2,48
+ commit=3.3.2
+ subdir=app
+ gradle=yes
+ srclibs=RootTools@4.2,RootShell@1.3
+ rm=libs
+ prebuild=sed -i -e '/RootTools.jar/d' build.gradle && \
+ mkdir -p src/main/java && \
+ cp -a $$RootTools$$/src/com src/main/java/ && \
+ cp -a $$RootShell$$/src/com src/main/java/
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.2.1
-Current Version Code:45
+Current Version:3.3.2
+Current Version Code:48
diff --git a/metadata/com.simplemobiletools.gallery.txt b/metadata/com.simplemobiletools.gallery.txt
index 5d91f61725..674f89fd54 100644
--- a/metadata/com.simplemobiletools.gallery.txt
+++ b/metadata/com.simplemobiletools.gallery.txt
@@ -551,7 +551,32 @@ Build:3.3.1,159
subdir=app
gradle=yes
+Build:3.4.0,160
+ commit=3.4.0
+ subdir=app
+ gradle=yes
+
+Build:3.4.1,161
+ commit=3.4.1
+ subdir=app
+ gradle=yes
+
+Build:3.5.0,162
+ commit=3.5.0
+ subdir=app
+ gradle=yes
+
+Build:3.5.2,164
+ commit=3.5.2
+ subdir=app
+ gradle=yes
+
+Build:3.5.3,165
+ commit=3.5.3
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.3.1
-Current Version Code:159
+Current Version:3.5.3
+Current Version Code:165
diff --git a/metadata/com.simplemobiletools.musicplayer.txt b/metadata/com.simplemobiletools.musicplayer.txt
index 353bb50ff8..e8776ac2ec 100644
--- a/metadata/com.simplemobiletools.musicplayer.txt
+++ b/metadata/com.simplemobiletools.musicplayer.txt
@@ -155,7 +155,22 @@ Build:3.1.1,36
subdir=app
gradle=yes
+Build:3.2.0,37
+ commit=3.2.0
+ subdir=app
+ gradle=yes
+
+Build:3.2.1,38
+ commit=3.2.1
+ subdir=app
+ gradle=yes
+
+Build:3.2.2,39
+ commit=3.2.2
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.1.1
-Current Version Code:36
+Current Version:3.2.2
+Current Version Code:39
diff --git a/metadata/com.simplemobiletools.notes.txt b/metadata/com.simplemobiletools.notes.txt
index aa9b8461d9..e25d9ba2d2 100644
--- a/metadata/com.simplemobiletools.notes.txt
+++ b/metadata/com.simplemobiletools.notes.txt
@@ -176,7 +176,12 @@ Build:3.1.1,45
subdir=app
gradle=yes
+Build:3.1.2,46
+ commit=3.1.2
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.1.1
-Current Version Code:45
+Current Version:3.1.2
+Current Version Code:46
diff --git a/metadata/com.stoutner.privacybrowser.standard.txt b/metadata/com.stoutner.privacybrowser.standard.txt
index ea64101b38..e33518f1d1 100644
--- a/metadata/com.stoutner.privacybrowser.standard.txt
+++ b/metadata/com.stoutner.privacybrowser.standard.txt
@@ -166,6 +166,18 @@ Build:2.7.2,29
gradle=standard
prebuild=sed -i -e '/firebase/d' build.gradle
+Build:2.8,30
+ commit=v2.8
+ subdir=app
+ gradle=standard
+ prebuild=sed -i -e '/firebase/d' build.gradle
+
+Build:2.8.1,31
+ commit=v2.8.1
+ subdir=app
+ gradle=standard
+ prebuild=sed -i -e '/firebase/d' build.gradle
+
Maintainer Notes:
Summary and Description are maintained by upstream using fastlane in
the source repo:
@@ -174,5 +186,5 @@ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.7.2
-Current Version Code:29
+Current Version:2.8.1
+Current Version Code:31
diff --git a/metadata/com.tasomaniac.openwith.floss.txt b/metadata/com.tasomaniac.openwith.floss.txt
index 060af983c5..49b2ffc5b4 100644
--- a/metadata/com.tasomaniac.openwith.floss.txt
+++ b/metadata/com.tasomaniac.openwith.floss.txt
@@ -33,6 +33,12 @@ Build:1.4-floss,14003
gradle=floss
prebuild=sed -i -e '/playCompile/d' -e '/fabric/d' build.gradle ../build.gradle
+Build:1.8-floss,18003
+ commit=1.8.3
+ subdir=app
+ gradle=floss
+ prebuild=sed -i -e '/playImplementation/,+2d' -e '/fabric/d' -e '/SimpleDateFormatConstant/d' build.gradle ../build.gradle
+
Maintainer Notes:
Summary and Description have been removed since upstream provides
much better ones via Triple-T Gradle Play Publisher:
@@ -41,5 +47,5 @@ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
Auto Update Mode:None
Update Check Mode:None
-Current Version:1.4-floss
-Current Version Code:14002
+Current Version:1.8-floss
+Current Version Code:18003
diff --git a/metadata/com.termux.api.txt b/metadata/com.termux.api.txt
index 59a4253e92..8a5644a734 100644
--- a/metadata/com.termux.api.txt
+++ b/metadata/com.termux.api.txt
@@ -84,7 +84,13 @@ Build:0.15,15
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
+Build:0.16,16
+ commit=v0.16
+ 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.15
-Current Version Code:15
+Current Version:0.16
+Current Version Code:16
diff --git a/metadata/com.thibaudperso.sonycamera.txt b/metadata/com.thibaudperso.sonycamera.txt
index fa0f0b8d3b..f225ae1c72 100644
--- a/metadata/com.thibaudperso.sonycamera.txt
+++ b/metadata/com.thibaudperso.sonycamera.txt
@@ -45,5 +45,5 @@ Build:3.0.1,18
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:3.0.4
-Current Version Code:21
+Current Version:3.0.5
+Current Version Code:22
diff --git a/metadata/com.tobykurien.webapps.txt b/metadata/com.tobykurien.webapps.txt
index 46276353f6..5753556168 100644
--- a/metadata/com.tobykurien.webapps.txt
+++ b/metadata/com.tobykurien.webapps.txt
@@ -126,7 +126,19 @@ Build:v2.12.1,19
build=gradle prepareReleaseDependencies && \
gradle assembleRelease
+Build:v2.13,20
+ commit=v2.13
+ gradle=yes
+ prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle
+ build=gradle prepareReleaseDependencies && \
+ gradle assembleRelease
+
+Build:v2.15,22
+ commit=v2.15
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:v2.12.1
-Current Version Code:19
+Current Version:v2.15
+Current Version Code:22
diff --git a/metadata/com.tomatodev.timerdroid.txt b/metadata/com.tomatodev.timerdroid.txt
index fa2cb94824..57dcd0c03e 100644
--- a/metadata/com.tomatodev.timerdroid.txt
+++ b/metadata/com.tomatodev.timerdroid.txt
@@ -28,5 +28,5 @@ Build:2.1.3,1412213
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:2.1.3
-Current Version Code:1412213
+Current Version:3.1.0
+Current Version Code:1412310
diff --git a/metadata/com.toxtox.philosopherstonewidget.txt b/metadata/com.toxtox.philosopherstonewidget.txt
new file mode 100644
index 0000000000..4aacbff578
--- /dev/null
+++ b/metadata/com.toxtox.philosopherstonewidget.txt
@@ -0,0 +1,21 @@
+Categories:Money
+License:MIT
+Web Site:http://philosopherstones.org
+Source Code:https://github.com/toxtox/SimplePhilosopherstoneWidget
+Issue Tracker:https://github.com/toxtox/SimplePhilosopherstoneWidget/issues
+Bitcoin:1KvYjRx1VozqUpiYSCMrEL6mo9LvmpCcNN
+
+Auto Name:Simple Philosopherstone Widget
+
+Repo Type:git
+Repo:https://github.com/toxtox/SimplePhilosopherstoneWidget
+
+Build:1.0,1
+ commit=tagfor1p0
+ subdir=philosopherstone
+ gradle=yes
+
+Auto Update Mode:Version phs-%v
+Update Check Mode:Tags
+Current Version:1.0
+Current Version Code:1
diff --git a/metadata/com.tritop.androsense2.txt b/metadata/com.tritop.androsense2.txt
index 6d65b5af69..ce7129484c 100644
--- a/metadata/com.tritop.androsense2.txt
+++ b/metadata/com.tritop.androsense2.txt
@@ -28,6 +28,6 @@ Build:1.93,13
prebuild=echo 'source.dir=src;$$AChartEngine$$/src' >> project.properties
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.95
Current Version Code:15
diff --git a/metadata/com.vadimfrolov.duorem.txt b/metadata/com.vadimfrolov.duorem.txt
index e60ec23219..c1206388ff 100644
--- a/metadata/com.vadimfrolov.duorem.txt
+++ b/metadata/com.vadimfrolov.duorem.txt
@@ -48,7 +48,13 @@ Build:1.1.0,2
gradle=yes
prebuild=echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
+Build:1.1.1,3
+ commit=v1.1.1
+ subdir=app
+ gradle=yes
+ prebuild=echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
+
Auto Update Mode:Version v%v
Update Check Mode:Tags v.*\d$
-Current Version:1.1.0
-Current Version Code:2
+Current Version:1.1.1
+Current Version Code:3
diff --git a/metadata/com.veniosg.dir.txt b/metadata/com.veniosg.dir.txt
index 3d73a6deb7..67a1fbad00 100644
--- a/metadata/com.veniosg.dir.txt
+++ b/metadata/com.veniosg.dir.txt
@@ -40,5 +40,5 @@ Build:1.5.2.3,1523
Auto Update Mode:None
Update Check Mode:HTTP
Update Check Data:https://raw.githubusercontent.com/veniosg/Dir/master/app/version.properties|code = ([0-9]*)|.|name = ([0-9.]*)
-Current Version:1.5.2.3
-Current Version Code:1523
+Current Version:1.5.3
+Current Version Code:1530
diff --git a/metadata/com.vgorcum.minedmonero.txt b/metadata/com.vgorcum.minedmonero.txt
new file mode 100644
index 0000000000..5d22c8c86c
--- /dev/null
+++ b/metadata/com.vgorcum.minedmonero.txt
@@ -0,0 +1,26 @@
+Categories:Money
+License:GPL-3.0
+Web Site:https://gitlab.com/mvgorcum/minedmonero
+Source Code:https://gitlab.com/mvgorcum/minedmonero/tree/HEAD
+Issue Tracker:https://gitlab.com/mvgorcum/minedmonero/issues
+
+Auto Name:minedmonero
+Summary:Copanion app for monero miners on supported pools
+Description:
+This app is written for monero miners participating in a supported pool. You can
+use it to track how much you've mined, how much has been paid out and how much
+is still due, both in XMR and a fiat currency of choice.
+.
+
+Repo Type:git
+Repo:https://gitlab.com/mvgorcum/minedmonero.git
+
+Build:1.1,2
+ commit=v1.1
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.1
+Current Version Code:2
diff --git a/metadata/com.vonglasow.michael.qz.txt b/metadata/com.vonglasow.michael.qz.txt
new file mode 100644
index 0000000000..04ce19909f
--- /dev/null
+++ b/metadata/com.vonglasow.michael.qz.txt
@@ -0,0 +1,22 @@
+Categories:Navigation
+License:GPL-3.0+
+Web Site:https://gitlab.com/mvglasow/qz/wikis/home
+Source Code:https://gitlab.com/mvglasow/qz
+Issue Tracker:https://gitlab.com/mvglasow/qz/issues
+Changelog:https://gitlab.com/mvglasow/qz/tags
+
+Auto Name:Qz
+
+Repo Type:git
+Repo:https://gitlab.com/mvglasow/qz.git
+
+Build:1.1,10100
+ commit=qz-1.1
+ submodules=yes
+ gradle=yes
+ rm=contrib/rdssurveyor/RDSSurveyor/lib/*jar,contrib/rdssurveyor/JNIBackends/V4LBackend/libv4ltuner.so
+
+Auto Update Mode:Version qz-%v
+Update Check Mode:Tags
+Current Version:1.1
+Current Version Code:10100
diff --git a/metadata/com.vrem.wifianalyzer.txt b/metadata/com.vrem.wifianalyzer.txt
index 4790d87425..c72cc8ce9c 100644
--- a/metadata/com.vrem.wifianalyzer.txt
+++ b/metadata/com.vrem.wifianalyzer.txt
@@ -136,11 +136,16 @@ Build:1.8.9,35
subdir=app
gradle=yes
+Build:1.8.10,36
+ commit=V1.8.10-F-DROID
+ subdir=app
+ gradle=yes
+
Maintainer Notes:
Upstream generates the version information at compile time.
.
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:1.8.9
-Current Version Code:35
+Current Version:1.8.10
+Current Version Code:36
diff --git a/metadata/com.vrem.wifianalyzer/en-US/images/featureGraphic.png b/metadata/com.vrem.wifianalyzer/en-US/images/featureGraphic.png
deleted file mode 100755
index 341d4b3db3..0000000000
Binary files a/metadata/com.vrem.wifianalyzer/en-US/images/featureGraphic.png and /dev/null differ
diff --git a/metadata/com.vrem.wifianalyzer/en-US/images/icon.png b/metadata/com.vrem.wifianalyzer/en-US/images/icon.png
deleted file mode 100755
index afaa6ad67a..0000000000
Binary files a/metadata/com.vrem.wifianalyzer/en-US/images/icon.png and /dev/null differ
diff --git a/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/01.png b/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/01.png
deleted file mode 100755
index cd9f59cc2b..0000000000
Binary files a/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/01.png and /dev/null differ
diff --git a/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/02.png b/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/02.png
deleted file mode 100755
index cef342ffa4..0000000000
Binary files a/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/02.png and /dev/null differ
diff --git a/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/03.png b/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/03.png
deleted file mode 100755
index 5a91516cc5..0000000000
Binary files a/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/03.png and /dev/null differ
diff --git a/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/04.png b/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/04.png
deleted file mode 100755
index 70b3c358b9..0000000000
Binary files a/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/04.png and /dev/null differ
diff --git a/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/05.png b/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/05.png
deleted file mode 100755
index 38481a933b..0000000000
Binary files a/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/05.png and /dev/null differ
diff --git a/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/06.png b/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/06.png
deleted file mode 100755
index 9c50cd4d49..0000000000
Binary files a/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/06.png and /dev/null differ
diff --git a/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/07.png b/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/07.png
deleted file mode 100755
index c337f78714..0000000000
Binary files a/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/07.png and /dev/null differ
diff --git a/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/08.png b/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/08.png
deleted file mode 100755
index 19c84847d3..0000000000
Binary files a/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/08.png and /dev/null differ
diff --git a/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/09.png b/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/09.png
deleted file mode 100755
index f5842d98e6..0000000000
Binary files a/metadata/com.vrem.wifianalyzer/en-US/phoneScreenshots/09.png and /dev/null differ
diff --git a/metadata/com.wabadaba.dziennik.txt b/metadata/com.wabadaba.dziennik.txt
index d0125db5bf..60963ece84 100644
--- a/metadata/com.wabadaba.dziennik.txt
+++ b/metadata/com.wabadaba.dziennik.txt
@@ -46,6 +46,13 @@ Build:0.4.1-fdroid,6
output=build/outputs/apk/full/release/app-full-release-unsigned.apk
prebuild=sed -i -e '/dl.bintray.com/d' -e '/kluent/d' -e '/Android Test/,+3d' ../build.gradle build.gradle
+Build:0.5.0-fdroid,9
+ commit=0.5.0
+ subdir=app
+ patch=0005-Remove-GCM.patch
+ gradle=full
+ prebuild=sed -i -e '/dl.bintray.com/d' -e '/kluent/d' -e '/Android Test/,+3d' ../build.gradle build.gradle
+
Auto Update Mode:None
Update Check Mode:Tags
Current Version:0.5.0
diff --git a/metadata/com.wabadaba.dziennik/0005-Remove-GCM.patch b/metadata/com.wabadaba.dziennik/0005-Remove-GCM.patch
new file mode 100644
index 0000000000..bf4485a5d9
--- /dev/null
+++ b/metadata/com.wabadaba.dziennik/0005-Remove-GCM.patch
@@ -0,0 +1,289 @@
+From f3115b0a6c167bfcc818a43dc067ffb2c297c442 Mon Sep 17 00:00:00 2001
+From: mimi89999
+Date: Fri, 2 Feb 2018 22:06:03 +0100
+Subject: [PATCH] Remove GCM
+
+---
+ app/build.gradle | 6 +--
+ .../com/wabadaba/dziennik/MainApplication.kt | 6 +--
+ .../notification/LibrusGCMRegistrationManager.kt | 57 ----------------------
+ .../api/notification/LibrusGcmListenerService.kt | 57 ----------------------
+ .../com/wabadaba/dziennik/di/ApplicationModule.kt | 6 ---
+ .../com/wabadaba/dziennik/di/MainComponent.kt | 2 -
+ .../com/wabadaba/dziennik/ui/GPServicesChecker.kt | 11 -----
+ build.gradle | 3 +-
+ 8 files changed, 3 insertions(+), 145 deletions(-)
+ delete mode 100644 app/src/main/kotlin/com/wabadaba/dziennik/api/notification/LibrusGCMRegistrationManager.kt
+ delete mode 100644 app/src/main/kotlin/com/wabadaba/dziennik/api/notification/LibrusGcmListenerService.kt
+
+diff --git a/app/build.gradle b/app/build.gradle
+index 08cc241..e980301 100644
+--- a/app/build.gradle
++++ b/app/build.gradle
+@@ -1,4 +1,3 @@
+-apply plugin: 'com.google.gms.google-services'
+ apply plugin: 'com.android.application'
+ apply plugin: 'kotlin-android'
+ apply plugin: 'kotlin-android-extensions'
+@@ -13,7 +12,7 @@ android {
+ minSdkVersion 21
+ targetSdkVersion 26
+ versionCode 9
+- versionName "0.5.0"
++ versionName "0.5.0-fdroid"
+ flavorDimensions "versionCode"
+ testInstrumentationRunner 'com.github.tmurakami.dexopener.DexOpenerAndroidJUnitRunner'
+ multiDexEnabled true
+@@ -75,9 +74,6 @@ dependencies {
+ implementation "com.android.support:design:$versions.supportLibrary"
+ implementation "com.android.support.constraint:constraint-layout:$versions.constraintLayout"
+
+- // Play services
+- implementation "com.google.android.gms:play-services-gcm:$versions.play_services"
+-
+ // Crash reporting
+ implementation "com.bugsnag:bugsnag-android:$versions.bugsnag"
+
+diff --git a/app/src/main/kotlin/com/wabadaba/dziennik/MainApplication.kt b/app/src/main/kotlin/com/wabadaba/dziennik/MainApplication.kt
+index 9b85cc9..7f51e4e 100644
+--- a/app/src/main/kotlin/com/wabadaba/dziennik/MainApplication.kt
++++ b/app/src/main/kotlin/com/wabadaba/dziennik/MainApplication.kt
+@@ -3,7 +3,6 @@ package com.wabadaba.dziennik
+ import android.support.multidex.MultiDexApplication
+ import com.bugsnag.android.Bugsnag
+ import com.wabadaba.dziennik.api.UserRepository
+-import com.wabadaba.dziennik.api.notification.LibrusGCMRegistrationManager
+ import com.wabadaba.dziennik.di.ApplicationModule
+ import com.wabadaba.dziennik.di.DaggerMainComponent
+ import com.wabadaba.dziennik.di.MainComponent
+@@ -14,9 +13,6 @@ open class MainApplication : MultiDexApplication() {
+ lateinit var mainComponent: MainComponent
+ }
+
+- @Inject
+- lateinit var gcmRegistrationManager: LibrusGCMRegistrationManager
+-
+ @Inject
+ lateinit var userRepository: UserRepository
+
+@@ -26,7 +22,7 @@ open class MainApplication : MultiDexApplication() {
+ mainComponent = createMainComponent()
+ mainComponent.inject(this)
+ userRepository.currentUser
+- .subscribe(gcmRegistrationManager::register)
++ //.subscribe(gcmRegistrationManager::register)
+ }
+
+ private fun createMainComponent() = DaggerMainComponent.builder()
+diff --git a/app/src/main/kotlin/com/wabadaba/dziennik/api/notification/LibrusGCMRegistrationManager.kt b/app/src/main/kotlin/com/wabadaba/dziennik/api/notification/LibrusGCMRegistrationManager.kt
+deleted file mode 100644
+index a911c8f..0000000
+--- a/app/src/main/kotlin/com/wabadaba/dziennik/api/notification/LibrusGCMRegistrationManager.kt
++++ /dev/null
+@@ -1,57 +0,0 @@
+-package com.wabadaba.dziennik.api.notification
+-
+-import android.content.Context
+-import android.preference.PreferenceManager
+-import com.bugsnag.android.Bugsnag
+-import com.google.android.gms.gcm.GoogleCloudMessaging
+-import com.google.android.gms.iid.InstanceID
+-import com.wabadaba.dziennik.BuildConfig
+-import com.wabadaba.dziennik.api.FullUser
+-import com.wabadaba.dziennik.api.RefreshableAPIClient
+-import io.reactivex.Single
+-import io.reactivex.schedulers.Schedulers
+-
+-class LibrusGCMRegistrationManager(val context: Context, private val apiClient: RefreshableAPIClient) {
+-
+- private val senderId = BuildConfig.SENDER_ID
+-
+- private val pref_key = "gcm_registered_users"
+-
+- fun register(currentUser: FullUser) {
+- if (!isRegistered(currentUser)) {
+- getRegistrationToken()
+- .flatMap { regToken -> apiClient.pushDevices(regToken) }
+- .doOnSuccess { this.setRegistered(currentUser) }
+- .subscribeOn(Schedulers.io())
+- .subscribe(
+- {
+- println("GCM registration successful")
+- },
+- { e ->
+- println("GCM registration failed")
+- Bugsnag.notify(e)
+- })
+- }
+- }
+-
+-
+- private fun isRegistered(currentUser: FullUser): Boolean {
+- val prefs = PreferenceManager.getDefaultSharedPreferences(context)
+- return prefs.getStringSet(pref_key, emptySet())
+- .contains(currentUser.login)
+- }
+-
+- private fun setRegistered(currentUser: FullUser) {
+- val prefs = PreferenceManager.getDefaultSharedPreferences(context)
+- val registered = prefs.getStringSet(pref_key, emptySet())
+- prefs.edit().putStringSet(pref_key, registered.plus(currentUser.login))
+- .apply()
+- }
+-
+- private fun getRegistrationToken() = Single.fromCallable {
+- val instanceID = InstanceID.getInstance(context)
+- instanceID.getToken(senderId,
+- GoogleCloudMessaging.INSTANCE_ID_SCOPE, null)
+- }
+-}
+-
+diff --git a/app/src/main/kotlin/com/wabadaba/dziennik/api/notification/LibrusGcmListenerService.kt b/app/src/main/kotlin/com/wabadaba/dziennik/api/notification/LibrusGcmListenerService.kt
+deleted file mode 100644
+index 66a51a8..0000000
+--- a/app/src/main/kotlin/com/wabadaba/dziennik/api/notification/LibrusGcmListenerService.kt
++++ /dev/null
+@@ -1,57 +0,0 @@
+-package com.wabadaba.dziennik.api.notification
+-
+-import android.app.PendingIntent
+-import android.content.Intent
+-import android.os.Bundle
+-import android.preference.PreferenceManager
+-import android.support.v4.app.NotificationCompat
+-import com.google.android.gms.gcm.GcmListenerService
+-import com.wabadaba.dziennik.MainApplication
+-import com.wabadaba.dziennik.R
+-import com.wabadaba.dziennik.ui.MainActivity
+-import javax.inject.Inject
+-
+-
+-@Suppress("DEPRECATION")
+-class LibrusGcmListenerService : GcmListenerService() {
+- @Inject lateinit var notificationHelper : NotificationSender
+-
+- override fun onMessageReceived(p0: String, data: Bundle) {
+- MainApplication.mainComponent.inject(this)
+-
+- if (checkNotificationsEnabled()) {
+- val message = data.getString("message")
+- val user = data.getString("userId")
+-
+- val intent = Intent(this, MainActivity::class.java)
+- val pendingIntent = PendingIntent.getActivity(
+- this,
+- 0,
+- intent,
+- PendingIntent.FLAG_UPDATE_CURRENT
+- )
+-
+- val notification = NotificationCompat.Builder(this, NotificationSender.NOTIFICATION_CHANNEL_ID)
+- .setSmallIcon(R.drawable.ic_school_black_24dp)
+- .setContentTitle(message)
+- .setContentText(user)
+- .setContentIntent(pendingIntent)
+- .setAutoCancel(true)
+- .setPriority(NotificationCompat.PRIORITY_HIGH)
+- .build()
+-
+- notificationHelper.updateNotification(System.currentTimeMillis().toInt(), notification)
+- }
+- }
+-
+- private fun checkNotificationsEnabled() : Boolean {
+- val prefs = PreferenceManager.getDefaultSharedPreferences(this)
+- if (!prefs.getBoolean("enable_notifications", true)) {
+- println("received message but notifications are disabled")
+- return true
+- }
+-
+- println("received message, sending notification...")
+- return false
+- }
+-}
+\ No newline at end of file
+diff --git a/app/src/main/kotlin/com/wabadaba/dziennik/di/ApplicationModule.kt b/app/src/main/kotlin/com/wabadaba/dziennik/di/ApplicationModule.kt
+index e1296f3..d4dc28e 100644
+--- a/app/src/main/kotlin/com/wabadaba/dziennik/di/ApplicationModule.kt
++++ b/app/src/main/kotlin/com/wabadaba/dziennik/di/ApplicationModule.kt
+@@ -6,7 +6,6 @@ import android.content.Context
+ import android.content.SharedPreferences
+ import android.preference.PreferenceManager
+ import com.wabadaba.dziennik.api.*
+-import com.wabadaba.dziennik.api.notification.LibrusGCMRegistrationManager
+ import com.wabadaba.dziennik.api.notification.NotificationSender
+ import com.wabadaba.dziennik.db.DatabaseManager
+ import com.wabadaba.dziennik.ui.FragmentRepository
+@@ -61,11 +60,6 @@ class ApplicationModule(private val mainApplication: Application) {
+ @Singleton
+ fun provideAPIClientFactory(): APIClientFactory = APIClientFactory()
+
+- @Provides
+- @Singleton
+- fun provideGCMRegistrationManager(apiClient: RefreshableAPIClient, context: Context): LibrusGCMRegistrationManager
+- = LibrusGCMRegistrationManager(context, apiClient)
+-
+ @Provides
+ @Singleton
+ fun provideGPServicesChecker(): GPServicesChecker = GPServicesChecker()
+diff --git a/app/src/main/kotlin/com/wabadaba/dziennik/di/MainComponent.kt b/app/src/main/kotlin/com/wabadaba/dziennik/di/MainComponent.kt
+index 1fc5d01..801454e 100644
+--- a/app/src/main/kotlin/com/wabadaba/dziennik/di/MainComponent.kt
++++ b/app/src/main/kotlin/com/wabadaba/dziennik/di/MainComponent.kt
+@@ -1,7 +1,6 @@
+ package com.wabadaba.dziennik.di
+
+ import com.wabadaba.dziennik.MainApplication
+-import com.wabadaba.dziennik.api.notification.LibrusGcmListenerService
+ import com.wabadaba.dziennik.ui.MainActivity
+ import com.wabadaba.dziennik.ui.SettingsFragment
+ import com.wabadaba.dziennik.ui.announcements.AnnouncementsFragment
+@@ -25,5 +24,4 @@ interface MainComponent {
+ fun inject(settingsFragment: SettingsFragment)
+ fun inject(eventsFragment: EventsFragment)
+ fun inject(announcementsFragment: AnnouncementsFragment)
+- fun inject(librusGcmListenerService: LibrusGcmListenerService)
+ }
+\ No newline at end of file
+diff --git a/app/src/main/kotlin/com/wabadaba/dziennik/ui/GPServicesChecker.kt b/app/src/main/kotlin/com/wabadaba/dziennik/ui/GPServicesChecker.kt
+index e0f8205..5ec1581 100644
+--- a/app/src/main/kotlin/com/wabadaba/dziennik/ui/GPServicesChecker.kt
++++ b/app/src/main/kotlin/com/wabadaba/dziennik/ui/GPServicesChecker.kt
+@@ -1,18 +1,7 @@
+ package com.wabadaba.dziennik.ui
+
+-import com.google.android.gms.common.ConnectionResult
+-import com.google.android.gms.common.GoogleApiAvailability
+-
+ class GPServicesChecker {
+ fun check(activity: MainActivity): Boolean {
+- val googleApiAvailability = GoogleApiAvailability.getInstance()
+- val status = googleApiAvailability.isGooglePlayServicesAvailable(activity)
+- if (status != ConnectionResult.SUCCESS) {
+- if (googleApiAvailability.isUserResolvableError(status)) {
+- googleApiAvailability.getErrorDialog(activity, status, 2404).show()
+- }
+- return false
+- }
+ return true
+ }
+ }
+\ No newline at end of file
+diff --git a/build.gradle b/build.gradle
+index 2df80d7..401d4c7 100644
+--- a/build.gradle
++++ b/build.gradle
+@@ -8,9 +8,8 @@ buildscript {
+ jcenter()
+ }
+ dependencies {
+- classpath "com.android.tools.build:gradle:$versions.androidPlugin"
++ classpath 'com.android.tools.build:gradle:3.0.1'
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$versions.kotlin"
+- classpath "com.google.gms:google-services:$versions.google_services"
+
+ // NOTE: Do not place your application dependencies here; they belong
+ // in the individual module build.gradle files
+--
+2.15.1
+
diff --git a/metadata/com.wangdaye.mysplash.txt b/metadata/com.wangdaye.mysplash.txt
index 05382e72a3..2b6e29e894 100644
--- a/metadata/com.wangdaye.mysplash.txt
+++ b/metadata/com.wangdaye.mysplash.txt
@@ -173,7 +173,13 @@ Build:3.2.7,327
gradle=yes
prebuild=sed -i -Ee '/systemProp.https?.proxy/d' ../gradle.properties
+Build:3.2.8,328
+ commit=3.2.8
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -Ee '/systemProp.https?.proxy/d' ../gradle.properties
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.2.7
-Current Version Code:327
+Current Version:3.2.8
+Current Version Code:328
diff --git a/metadata/com.wmstein.tourcount.txt b/metadata/com.wmstein.tourcount.txt
index cc1875e121..6da485ca86 100644
--- a/metadata/com.wmstein.tourcount.txt
+++ b/metadata/com.wmstein.tourcount.txt
@@ -85,12 +85,16 @@ Build:2.3.0,230
echo -e 'distributionUrl=https://services.gradle.org/distributions/gradle-3.3-bin.zip' > gradle/wrapper/gradle-wrapper.properties
Build:2.3.2,232
+ disable=Could not find com.android.tools.build:gradle:3.0.1
commit=2.3.2
gradle=yes
- prebuild=mkdir -p gradle/wrapper && \
- echo -e 'distributionUrl=https://services.gradle.org/distributions/gradle-3.3-bin.zip' > gradle/wrapper/gradle-wrapper.properties
+
+Build:2.4.2,242
+ disable=Could not find com.android.tools.build:gradle:3.0.1
+ commit=2.4.2
+ gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:2.3.2
-Current Version Code:232
+Current Version:2.4.2
+Current Version Code:242
diff --git a/metadata/com.wmstein.transektcount.txt b/metadata/com.wmstein.transektcount.txt
index 74f6405e77..ca080e49ac 100644
--- a/metadata/com.wmstein.transektcount.txt
+++ b/metadata/com.wmstein.transektcount.txt
@@ -93,7 +93,16 @@ Build:2.1.0,210
mkdir -p gradle/wrapper && \
echo -e 'distributionUrl=https://services.gradle.org/distributions/gradle-3.3-bin.zip' > gradle/wrapper/gradle-wrapper.properties
+Build:2.1.2,212
+ disable=Could not find com.android.tools.build:gradle:3.0.1
+ commit=2.1.2
+ subdir=transektcount
+ gradle=yes
+ prebuild=cd .. && \
+ mkdir -p gradle/wrapper && \
+ echo -e 'distributionUrl=https://services.gradle.org/distributions/gradle-3.3-bin.zip' > gradle/wrapper/gradle-wrapper.properties
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:2.1.0
-Current Version Code:210
+Current Version:2.1.2
+Current Version Code:212
diff --git a/metadata/com.write.Quill.txt b/metadata/com.write.Quill.txt
index 618d2c4117..687b03e627 100644
--- a/metadata/com.write.Quill.txt
+++ b/metadata/com.write.Quill.txt
@@ -61,6 +61,6 @@ Build:10.7,41
buildjni=yes
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:10.7
Current Version Code:41
diff --git a/metadata/com.zapta.apps.maniana.txt b/metadata/com.zapta.apps.maniana.txt
index 4bcd934119..dd69b1c1b2 100644
--- a/metadata/com.zapta.apps.maniana.txt
+++ b/metadata/com.zapta.apps.maniana.txt
@@ -42,6 +42,6 @@ Build:1.26,26015
subdir=Maniana
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.26
Current Version Code:26015
diff --git a/metadata/com.zoffcc.applications.aagtl.txt b/metadata/com.zoffcc.applications.aagtl.txt
index 1f9d052920..ae8a692411 100644
--- a/metadata/com.zoffcc.applications.aagtl.txt
+++ b/metadata/com.zoffcc.applications.aagtl.txt
@@ -1,7 +1,7 @@
Categories:Navigation
License:GPL-2.0
Web Site:http://aagtl.work.zoff.cc
-Source Code:http://aagtl.zoffcc.com/aagtl_public1
+Source Code:https://aagtl.zoffcc.com/aagtl_public1
Issue Tracker:
Auto Name:aagtl
@@ -13,7 +13,7 @@ you download the cache details beforehand) and uses OpenStreetMap maps.
.
Repo Type:git-svn
-Repo:http://aagtl.zoffcc.com/aagtl_public1
+Repo:https://aagtl.zoffcc.com/aagtl_public1
Build:1.0.30,30
disable=Location of corresponding source not obvious
diff --git a/metadata/com.zoffcc.applications.trifa.txt b/metadata/com.zoffcc.applications.trifa.txt
index 19a479c03b..7b5029f49d 100644
--- a/metadata/com.zoffcc.applications.trifa.txt
+++ b/metadata/com.zoffcc.applications.trifa.txt
@@ -88,9 +88,17 @@ Build:1.0.13,10013
commit=1.0.13
subdir=android-refimpl-app/app
gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.6.4111459'
+ ndk=r13b
+
+Build:1.0.14,10014
+ commit=1.0.14
+ subdir=android-refimpl-app/app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.6.4111459'
ndk=r13b
Auto Update Mode:Version %v
Update Check Mode:Tags ^[0-9].*
-Current Version:1.0.13
-Current Version Code:10013
+Current Version:1.0.14
+Current Version Code:10014
diff --git a/metadata/cx.ring.txt b/metadata/cx.ring.txt
index a91cc55a96..4035bd9f47 100644
--- a/metadata/cx.ring.txt
+++ b/metadata/cx.ring.txt
@@ -528,15 +528,33 @@ Build:20180115,101
./compile.sh release
ndk=r15c
+Build:20180201,102
+ commit=b855d3232daef0cc7572c712239aa218ae5b8c89
+ subdir=client-android/ring-android/app
+ submodules=yes
+ sudo=apt-get update && \
+ apt-get install --yes -t jessie-backports swig
+ output=build/outputs/apk/release/app-release-unsigned.apk
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+ scandelete=client-windows,client-uwp
+ build=echo -e '#!/bin/sh\ngradle "$@"' > ../gradlew && \
+ chmod +x ../gradlew && \
+ export ANDROID_NDK_ROOT=$ANDROID_NDK && \
+ export ANDROID_ABI="armeabi-v7a arm64-v8a x86" && \
+ cd ../../ && \
+ ./compile.sh release
+ ndk=r15c
+
Maintainer Notes:
Ring has a lot of native dependencies, the source tarballs of these are all downloaded and build for all enabled architectures.
We provide a fake gradlew because compile.sh calls this in the end.
Build failed with swig 2.0.12 from jessie but works with 3.0.10 from jessie-backports.
We don't build for x86_64 to reduce apk size a bit, x86 should work as well for those devices(?).
We DO build separately for arm64 because this is a fairly common architecture and improves performance over using the armv7 binaries.
+v103 introduces push notifications using gplay. Later versions will make this optional.
.
Auto Update Mode:None
Update Check Mode:RepoManifest/production
-Current Version:20180115
-Current Version Code:101
+Current Version:20180223
+Current Version Code:107
diff --git a/metadata/cz.antecky.netswitch.txt b/metadata/cz.antecky.netswitch.txt
new file mode 100755
index 0000000000..607da8cf3b
--- /dev/null
+++ b/metadata/cz.antecky.netswitch.txt
@@ -0,0 +1,37 @@
+Categories:Connectivity
+License:Apache-2.0
+Web Site:https://github.com/tantecky/android/tree/HEAD/NetSwitch
+Source Code:https://github.com/tantecky/android/tree/HEAD/NetSwitch
+Issue Tracker:https://github.com/tantecky/android/issues
+
+Auto Name:NetSwitch
+Summary:Connectivity widget
+Description:
+A simple widget for WiFi/mobile data toggling. Requires root access in order to
+toggle mobile data.
+.
+
+Requires Root:yes
+
+Repo Type:git
+Repo:https://github.com/tantecky/android
+
+Build:1.0,1
+ commit=937220fba259a09cb5676d46cba86bbdb63159e6
+ subdir=NetSwitch/app
+ gradle=yes
+
+Build:1.1,2
+ commit=NetSwitch-1.1
+ subdir=NetSwitch/app
+ gradle=yes
+
+Build:1.2,3
+ commit=NetSwitch-1.2
+ subdir=NetSwitch/app
+ gradle=yes
+
+Auto Update Mode:Version NetSwitch-%v
+Update Check Mode:Tags
+Current Version:1.2
+Current Version Code:3
diff --git a/metadata/de.arnowelzel.android.periodical.txt b/metadata/de.arnowelzel.android.periodical.txt
index bde95e45d4..17c7c02733 100644
--- a/metadata/de.arnowelzel.android.periodical.txt
+++ b/metadata/de.arnowelzel.android.periodical.txt
@@ -97,7 +97,12 @@ Build:0.33,33
subdir=app
gradle=yes
+Build:0.35,35
+ commit=0.35
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:0.33
-Current Version Code:33
+Current Version:0.35
+Current Version Code:35
diff --git a/metadata/de.audioattack.openlink.txt b/metadata/de.audioattack.openlink.txt
index c4b387ba2c..e5f6a308ab 100644
--- a/metadata/de.audioattack.openlink.txt
+++ b/metadata/de.audioattack.openlink.txt
@@ -85,7 +85,18 @@ Build:1.4.6,16
subdir=app
gradle=yes
+Build:1.5.1,18
+ disable=Could not find com.android.tools.build:gradle:3.0.1
+ commit=r1.5.1
+ subdir=app
+ gradle=yes
+
+Build:1.5.2,19
+ commit=r1.5.2
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version r%v
Update Check Mode:Tags
-Current Version:1.4.6
-Current Version Code:16
+Current Version:1.5.2
+Current Version Code:19
diff --git a/metadata/de.baumann.browser.txt b/metadata/de.baumann.browser.txt
index 0faa3eeb76..e26c754717 100644
--- a/metadata/de.baumann.browser.txt
+++ b/metadata/de.baumann.browser.txt
@@ -5,7 +5,7 @@ Source Code:https://github.com/scoute-dich/browser
Issue Tracker:https://github.com/scoute-dich/browser/issues
Changelog:https://github.com/scoute-dich/browser/blob/HEAD/CHANGELOG.md
-Auto Name:Browser
+Auto Name:F|L|OSS Browser
Summary:Browse the web
Description:
Simple browser based on Android's WebView.
@@ -193,7 +193,35 @@ Build:5.1.1,69
prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle && \
sed -i -e '/jitpack.de/d' ../build.gradle
+Build:5.2,70
+ commit=v5.2
+ subdir=app
+ gradle=yes
+ prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle && \
+ sed -i -e '/jitpack.de/d' ../build.gradle
+
+Build:5.3.1,72
+ commit=v5.3.1
+ subdir=app
+ gradle=yes
+ prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle && \
+ sed -i -e '/jitpack.de/d' ../build.gradle
+
+Build:5.4,73
+ commit=v5.4
+ subdir=app
+ gradle=yes
+ prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle && \
+ sed -i -e '/jitpack.de/d' ../build.gradle
+
+Build:5.5.1,75
+ commit=v5.5.1
+ subdir=app
+ gradle=yes
+ prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle && \
+ sed -i -e '/jitpack.de/d' ../build.gradle
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:5.1.1
-Current Version Code:69
+Current Version:5.5.1
+Current Version Code:75
diff --git a/metadata/de.benibela.videlibri.txt b/metadata/de.benibela.videlibri.txt
index 433432a79b..77e1f5c465 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.960
-Current Version Code:1960
+Current Version:1.967
+Current Version Code:1967
diff --git a/metadata/de.blau.android.txt b/metadata/de.blau.android.txt
index ebe2669b8c..73c68eaf7c 100644
--- a/metadata/de.blau.android.txt
+++ b/metadata/de.blau.android.txt
@@ -289,5 +289,5 @@ Maintainer Notes:
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:10.0.5
-Current Version Code:307
+Current Version:10.1.0
+Current Version Code:402
diff --git a/metadata/de.chaosdorf.meteroid.txt b/metadata/de.chaosdorf.meteroid.txt
index 9265680e85..5d7d09b0b0 100644
--- a/metadata/de.chaosdorf.meteroid.txt
+++ b/metadata/de.chaosdorf.meteroid.txt
@@ -50,7 +50,12 @@ Build:2.3.3,27
subdir=meteroid
gradle=yes
+Build:2.4.0,28
+ commit=v2.4.0
+ subdir=meteroid
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.3.3
-Current Version Code:27
+Current Version:2.4.0
+Current Version Code:28
diff --git a/metadata/de.danoeh.antennapod.txt b/metadata/de.danoeh.antennapod.txt
index 174bf95d29..53287463be 100644
--- a/metadata/de.danoeh.antennapod.txt
+++ b/metadata/de.danoeh.antennapod.txt
@@ -382,6 +382,13 @@ Build:1.6.4.2,1060402
gradle=free
gradleprops=freeBuild
+Build:1.6.4.5,1060405
+ commit=1.6.4.5
+ subdir=app
+ init=sed -i '/playCompile/d' ../core/build.gradle
+ gradle=free
+ gradleprops=freeBuild
+
Maintainer Notes:
Summary and Description have been moved to the new localizable text files:
https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
@@ -389,5 +396,5 @@ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.6.4.2
-Current Version Code:1060402
+Current Version:1.6.4.5
+Current Version Code:1060405
diff --git a/metadata/de.devmil.muzei.bingimageofthedayartsource.txt b/metadata/de.devmil.muzei.bingimageofthedayartsource.txt
index 0977f413d2..0db0805562 100644
--- a/metadata/de.devmil.muzei.bingimageofthedayartsource.txt
+++ b/metadata/de.devmil.muzei.bingimageofthedayartsource.txt
@@ -25,7 +25,12 @@ Build:1.2,3
subdir=app
gradle=yes
+Build:1.4,5
+ commit=release_1.4
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version release_%v
Update Check Mode:Tags
-Current Version:1.2
-Current Version Code:3
+Current Version:1.4
+Current Version Code:5
diff --git a/metadata/de.devmil.paperlaunch.txt b/metadata/de.devmil.paperlaunch.txt
index 707929cef0..6658b8c1d6 100644
--- a/metadata/de.devmil.paperlaunch.txt
+++ b/metadata/de.devmil.paperlaunch.txt
@@ -38,7 +38,12 @@ Build:1.0.9,11
subdir=app
gradle=yes
+Build:1.0.10,12
+ commit=release_1.0.10
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version release_%v
Update Check Mode:Tags
-Current Version:1.0.9
-Current Version Code:11
+Current Version:1.0.10
+Current Version Code:12
diff --git a/metadata/de.digisocken.anotherrss.txt b/metadata/de.digisocken.anotherrss.txt
index 133f296b79..af3b37ab53 100644
--- a/metadata/de.digisocken.anotherrss.txt
+++ b/metadata/de.digisocken.anotherrss.txt
@@ -82,7 +82,18 @@ Build:2.01,201
subdir=app
gradle=yes
+Build:2.02,202
+ disable=Could not find com.android.tools.build:gradle:3.0.1
+ commit=v2.02
+ subdir=app
+ gradle=yes
+
+Build:2.03,203
+ commit=v2.03
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.01
-Current Version Code:201
+Current Version:2.03
+Current Version Code:203
diff --git a/metadata/de.digisocken.openwort.txt b/metadata/de.digisocken.openwort.txt
new file mode 100644
index 0000000000..897d9beecb
--- /dev/null
+++ b/metadata/de.digisocken.openwort.txt
@@ -0,0 +1,40 @@
+Categories:Reading
+License:Unlicense
+Author Name:deadlockz
+Web Site:https://github.com/no-go/Wortschatz/blob/HEAD/README.md
+Source Code:https://github.com/no-go/Wortschatz
+Issue Tracker:
+
+Auto Name:OpenWort
+Summary:Einfacher offline Thesaurus (Nachschlagewerk) der deutschen Sprache
+Description:
+OpenWort ist ein kleiner, einfach bedienbarer Thesaurus der deutschen Sprache
+mit vielen Redewendungen und Synonymen. Als Datenquelle dient eine Text-Datei
+von [http://www.openthesaurus.de/ OpenThesaurus] (LGPL Lizenz), die in die App
+fest eingebaut ist. Eine Internetverbindung ist daher zur Benutzung nicht
+notwendig.
+
+'''Funktionen'''
+
+* arbeitet offline (maximaler Datenschutz)
+* kein Dateizugriff (maximaler Datenschutz)
+* der Quellcode der App ist auch für Anfänger verständlich
+* In Suchergebnissen werden Funde hervorgehoben
+* ein Tippen auf einen Eintrag kopiert ihn komplett in die Zwischenablage
+
+Du kannst mit OpenWort die deutsche Sprache lernen oder knifflige Worte
+nachschlagen, die du sonst immer falsch geschrieben hast.
+.
+
+Repo Type:git
+Repo:https://github.com/no-go/Wortschatz
+
+Build:1.5,15
+ commit=ebb88a1
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.5
+Current Version Code:15
diff --git a/metadata/de.eidottermihi.raspicheck.txt b/metadata/de.eidottermihi.raspicheck.txt
index 579d6591df..75711b895a 100644
--- a/metadata/de.eidottermihi.raspicheck.txt
+++ b/metadata/de.eidottermihi.raspicheck.txt
@@ -22,5 +22,5 @@ Build:1.8.0,39
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:v1.8.8
-Current Version Code:49
+Current Version:v1.8.9
+Current Version Code:50
diff --git a/metadata/de.fmaul.android.cmis.txt b/metadata/de.fmaul.android.cmis.txt
index c5a39aba70..8c47b188c8 100644
--- a/metadata/de.fmaul.android.cmis.txt
+++ b/metadata/de.fmaul.android.cmis.txt
@@ -24,6 +24,6 @@ Build:0.9.6,8
commit=release 0.9.6
Auto Update Mode:None
-Update Check Mode:Tags
+Update Check Mode:Static
Current Version:0.9.6
Current Version Code:8
diff --git a/metadata/de.geeksfactory.opacclient.txt b/metadata/de.geeksfactory.opacclient.txt
index 954cb83fcd..8cac75ab4c 100644
--- a/metadata/de.geeksfactory.opacclient.txt
+++ b/metadata/de.geeksfactory.opacclient.txt
@@ -1205,6 +1205,20 @@ Build:5.2.6,184
sed -i -e '/adapter/d' -e '/wakeful/d' -e '/endless/d' build.gradle
preassemble=downloadJson
+Build:5.3.0,185
+ disable=okhttp added as jar, wait for next release
+ commit=5.3.0
+ subdir=opacclient/opacapp
+ submodules=yes
+ gradle=yes
+ srclibs=CWACAdapter@v1.0.1,Endless@v1.2.3
+ rm=opacclient/opacapp/libs/*.jar
+ prebuild=cp -fR $$CWACAdapter$$/src/com src/main/java/ && \
+ cp -fR $$Endless$$/src/com src/main/java/ && \
+ sed -i -e '/adapter/d' -e '/endless/d' build.gradle
+ scandelete=opacclient/buildSrc
+ preassemble=downloadJson
+
Maintainer Notes:
Using commonsware maven dependencies adds READ_PHONE_STATE permission; building
the source directly fixes this but might break more easily. Wait for next release
@@ -1213,5 +1227,5 @@ to deploy.
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:5.2.6
-Current Version Code:184
+Current Version:5.3.0
+Current Version Code:185
diff --git a/metadata/de.grobox.liberario.txt b/metadata/de.grobox.liberario.txt
index d8f872c9e5..db5c1d527e 100644
--- a/metadata/de.grobox.liberario.txt
+++ b/metadata/de.grobox.liberario.txt
@@ -212,7 +212,14 @@ Build:1.1.8,48
prebuild=./pre-build.sh
gradleprops=buildServer
+Build:1.1.9,49
+ commit=1.1.9
+ submodules=yes
+ gradle=yes
+ prebuild=./pre-build.sh
+ gradleprops=buildServer
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.1.8
-Current Version Code:48
+Current Version:1.1.9
+Current Version Code:49
diff --git a/metadata/de.j4velin.wifiAutoOff.txt b/metadata/de.j4velin.wifiAutoOff.txt
index 47a31aa3e2..62f3392507 100644
--- a/metadata/de.j4velin.wifiAutoOff.txt
+++ b/metadata/de.j4velin.wifiAutoOff.txt
@@ -208,7 +208,13 @@ Build:1.7.5,175
prebuild=touch key.properties && \
sed -i -e '/playCompile/d' build.gradle
+Build:1.7.7,1770
+ commit=1.7.7
+ gradle=fdroid
+ prebuild=touch key.properties && \
+ sed -i -e '/playCompile/d' build.gradle
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.7.5
-Current Version Code:175
+Current Version:1.7.7
+Current Version Code:1770
diff --git a/metadata/de.jkliemann.parkendd.txt b/metadata/de.jkliemann.parkendd.txt
index f17b5e3c80..6596c17521 100644
--- a/metadata/de.jkliemann.parkendd.txt
+++ b/metadata/de.jkliemann.parkendd.txt
@@ -3,15 +3,21 @@ License:GPL-3.0
Web Site:http://jkliemann.de/parkendd
Source Code:https://github.com/jklmnn/ParkenDD
Issue Tracker:https://github.com/jklmnn/ParkenDD/issues
+Changelog:https://github.com/jklmnn/ParkenDD/releases
FlattrID:752f3c69bfdeca06686f730348e93fdd
Bitcoin:1HBFDdz7dJeBE2c3zQmWnzeWCbHoZQ64dd
Auto Name:ParkenDD
-Summary:Show available parking slots in Dresden
+Summary:Show available parking slots in major cities
Description:
-Shows available parking lots in Dresden, Germany. Note that the homepage is only
-available in German at the moment. The app is translated into English and a few
-other languages. Further languages will come.
+Shows available parking slots in some European cities, currently including
+Aalborg, Aarhus, Dresden, Frankfurt a.M., Freiburg i.B., Hamburg, Ingolstadt and
+Zurich.
+
+Other cities will be added over time.
+
+Note that the homepage is only available in German at the moment. The app is
+translated into English and a few other languages. Further languages will come.
.
Repo Type:git
diff --git a/metadata/de.k3b.android.androFotoFinder.txt b/metadata/de.k3b.android.androFotoFinder.txt
index 3bcc099f2d..8106d0ba7c 100644
--- a/metadata/de.k3b.android.androFotoFinder.txt
+++ b/metadata/de.k3b.android.androFotoFinder.txt
@@ -6,7 +6,7 @@ Issue Tracker:https://github.com/k3b/androFotoFinder/issues
Changelog:https://github.com/k3b/androFotoFinder/wiki/History
Donate:http://donate.openstreetmap.org/
-Auto Name:A Photo Manager (dev)
+Auto Name:A Photo Manager
Repo Type:git
Repo:https://github.com/k3b/androFotoFinder
@@ -168,6 +168,11 @@ Build:0.6.2.171126,34
subdir=app
gradle=yes
+Build:0.6.3.180211,35
+ commit=v0.6.3.180211
+ subdir=app
+ gradle=yes
+
Maintainer Notes:
Please use git-branch "FDroid" for FDroid-builds.
Ready for fastlane localisation, once fastlane linebreak problem
@@ -177,5 +182,5 @@ Ready for fastlane localisation, once fastlane linebreak problem
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.6.2.171126
-Current Version Code:34
+Current Version:0.6.3.180211
+Current Version Code:35
diff --git a/metadata/de.luhmer.owncloudnewsreader.txt b/metadata/de.luhmer.owncloudnewsreader.txt
index e03a80e776..2e41461614 100644
--- a/metadata/de.luhmer.owncloudnewsreader.txt
+++ b/metadata/de.luhmer.owncloudnewsreader.txt
@@ -708,6 +708,29 @@ Build:0.9.9.13,126
mkdir libs && \
mv $$JavaOptionClass$$/target/option-1.3-SNAPSHOT.jar libs/option-1.3.jar
+Build:0.9.9.15,129
+ disable=error: YoutubePlaybackService is not abstract and does not override abstract method playbackSpeedChanged(float) in PlaybackService
+ commit=v.0.9.9.15
+ subdir=News-Android-App
+ submodules=yes
+ init=sed -i -e '/com.nbsp:library/d' build.gradle && \
+ sed -i -e '/com.gu:option/d' build.gradle && \
+ sed -i -e '/maven { url/d' build.gradle && \
+ sed -i -e '/signingConfigs {/,+3d' build.gradle && \
+ sed -i "/repositories {/a flatDir { dirs 'libs' }" build.gradle && \
+ sed -i "/dependencies {/a compile project(':MaterialFilePicker:library')" build.gradle && \
+ sed -i "$ ainclude ':MaterialFilePicker:library'" ../settings.gradle
+ gradle=oss
+ srclibs=MaterialFilePicker@13920fc,JavaOptionClass@e933c3a
+ prebuild=rm -rf $$MaterialFilePicker$$/app && \
+ cp -r $$MaterialFilePicker$$ ../ && \
+ sed -i -e '/apply from/d' ../MaterialFilePicker/library/build.gradle && \
+ pushd $$JavaOptionClass$$ && \
+ $$MVN3$$ package -Dmaven.compiler.source=1.6 -Dmaven.compiler.target=1.6 && \
+ popd && \
+ mkdir libs && \
+ mv $$JavaOptionClass$$/target/option-1.3-SNAPSHOT.jar libs/option-1.3.jar
+
Maintainer Notes:
MaterialShowcaseView/build.gradle misses the google() repo but it's specified at top level.
So deleting this file prevents it from overriding the top level one.
@@ -715,5 +738,5 @@ So deleting this file prevents it from overriding the top level one.
Auto Update Mode:Version v.%v
Update Check Mode:Tags
-Current Version:0.9.9.13
-Current Version Code:126
+Current Version:0.9.9.15
+Current Version Code:129
diff --git a/metadata/de.markusfisch.android.shadereditor.txt b/metadata/de.markusfisch.android.shadereditor.txt
index b422d44c6f..fd6a06f030 100644
--- a/metadata/de.markusfisch.android.shadereditor.txt
+++ b/metadata/de.markusfisch.android.shadereditor.txt
@@ -138,6 +138,21 @@ Build:2.10.1,40
subdir=app
gradle=yes
+Build:2.10.3,42
+ commit=2.10.3
+ subdir=app
+ gradle=yes
+
+Build:2.10.5,44
+ commit=2.10.5
+ subdir=app
+ gradle=yes
+
+Build:2.10.6,45
+ commit=2.10.6
+ subdir=app
+ gradle=yes
+
Maintainer Notes:
TouchThruDrawerlayout.java can be removed since its identical to the correctly
named TouchThruDrawerLayout.java.
@@ -145,5 +160,5 @@ named TouchThruDrawerLayout.java.
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:2.10.1
-Current Version Code:40
+Current Version:2.10.6
+Current Version Code:45
diff --git a/metadata/de.marmaro.krt.ffupdater.txt b/metadata/de.marmaro.krt.ffupdater.txt
index 4b896614c2..7a387ab01e 100644
--- a/metadata/de.marmaro.krt.ffupdater.txt
+++ b/metadata/de.marmaro.krt.ffupdater.txt
@@ -9,7 +9,7 @@ Auto Name:FFUpdater
Summary:Download Firefox
Description:
Simple downloader for [[org.mozilla.firefox]]. It generates the download link
-matching your device and sends and intent to download it.
+matching your device and sends an intent to download it.
This app is alpha quality.
.
diff --git a/metadata/de.rampro.activitydiary.txt b/metadata/de.rampro.activitydiary.txt
index 0b1d87c76b..4411a06737 100644
--- a/metadata/de.rampro.activitydiary.txt
+++ b/metadata/de.rampro.activitydiary.txt
@@ -3,6 +3,7 @@ License:GPL-3.0+
Web Site:https://github.com/ramack/ActivityDiary
Source Code:https://github.com/ramack/ActivityDiary
Issue Tracker:https://github.com/ramack/ActivityDiary/issues
+LiberapayID:32386
Auto Name:Activity Diary
Summary:Log and plan your recurring activities
@@ -28,7 +29,28 @@ Build:1.0.5,105
subdir=app
gradle=yes
+Build:1.1.1,111
+ commit=v1.1.1
+ subdir=app
+ gradle=yes
+
+Build:1.1.5,115
+ commit=v1.1.5
+ subdir=app
+ gradle=yes
+
+Build:1.1.7-beta,117
+ commit=v1.1.7-beta
+ subdir=app
+ gradle=yes
+
+Build:1.1.8,118
+ commit=v1.1.8
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.0.5
-Current Version Code:105
+Update Check Ignore:(alpha|beta|rc|RC|dev)
+Current Version:1.1.8
+Current Version Code:118
diff --git a/metadata/de.schaeuffelhut.android.openvpn.txt b/metadata/de.schaeuffelhut.android.openvpn.txt
index d05a6d3806..54b7dc60d4 100644
--- a/metadata/de.schaeuffelhut.android.openvpn.txt
+++ b/metadata/de.schaeuffelhut.android.openvpn.txt
@@ -42,6 +42,6 @@ Uses embedded copy of openssl source based on 0.9.8h. Not vulnerable to CVE-2014
.
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:0.4.15test1
Current Version Code:40
diff --git a/metadata/de.schildbach.wallet.txt b/metadata/de.schildbach.wallet.txt
index 3ad4eee884..85e3996cb8 100644
--- a/metadata/de.schildbach.wallet.txt
+++ b/metadata/de.schildbach.wallet.txt
@@ -904,7 +904,21 @@ Build:5.44,324
prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.10" }' >> ../build.gradle
scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
+Build:5.45,325
+ commit=v5.45-prod
+ subdir=wallet
+ gradle=yes
+ prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.10" }' >> ../build.gradle
+ scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
+
+Build:6.03,343
+ commit=v6.03-prod
+ subdir=wallet
+ gradle=yes
+ prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.10" }' >> ../build.gradle
+ scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
+
Auto Update Mode:None
Update Check Mode:RepoManifest/prod
-Current Version:5.44
-Current Version Code:324
+Current Version:6.03
+Current Version Code:343
diff --git a/metadata/de.schildbach.wallet_test.txt b/metadata/de.schildbach.wallet_test.txt
index de13fa2614..350f5ec466 100644
--- a/metadata/de.schildbach.wallet_test.txt
+++ b/metadata/de.schildbach.wallet_test.txt
@@ -898,7 +898,21 @@ Build:5.44,324
prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.10" }' >> ../build.gradle
scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
+Build:5.45,325
+ commit=v5.45
+ subdir=wallet
+ gradle=yes
+ prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.10" }' >> ../build.gradle
+ scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
+
+Build:6.03,343
+ commit=v6.03
+ subdir=wallet
+ gradle=yes
+ prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.10" }' >> ../build.gradle
+ scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
+
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:5.44
-Current Version Code:324
+Current Version:6.03
+Current Version Code:343
diff --git a/metadata/de.t_dankworth.secscanqr.txt b/metadata/de.t_dankworth.secscanqr.txt
index 4874ef122e..690ce99c5a 100644
--- a/metadata/de.t_dankworth.secscanqr.txt
+++ b/metadata/de.t_dankworth.secscanqr.txt
@@ -36,12 +36,17 @@ Build:1.1.2,5
prebuild=echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
Build:1.1.3,6
+ disable=https://github.com/Fr4gorSoftware/SecScanQR/issues/13
commit=1.1.3
subdir=app
gradle=yes
- prebuild=echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
+
+Build:1.1.4,7
+ commit=1.1.4
+ subdir=app
+ gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.1.3
-Current Version Code:6
+Current Version:1.1.4
+Current Version Code:7
diff --git a/metadata/de.tu_chemnitz.wlan.txt b/metadata/de.tu_chemnitz.wlan.txt
index 660ec92cbe..efd54c2164 100644
--- a/metadata/de.tu_chemnitz.wlan.txt
+++ b/metadata/de.tu_chemnitz.wlan.txt
@@ -24,7 +24,12 @@ Build:1.1.0,6
subdir=app
gradle=yes
+Build:1.2.0,7
+ commit=v1.2.0
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.1.0
-Current Version Code:6
+Current Version:1.2.0
+Current Version Code:7
diff --git a/metadata/de.tum.in.tumcampus.txt b/metadata/de.tum.in.tumcampus.txt
index ad3b48a158..0a1a19c0fc 100644
--- a/metadata/de.tum.in.tumcampus.txt
+++ b/metadata/de.tum.in.tumcampus.txt
@@ -60,5 +60,5 @@ See https://github.com/TCA-Team/TumCampusApp/issues/226
Archive Policy:0 versions
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:1.4.10-dev
-Current Version Code:99999
+Current Version:1.5.2-dev
+Current Version Code:999999
diff --git a/metadata/de.westnordost.streetcomplete.txt b/metadata/de.westnordost.streetcomplete.txt
index 32d6a2f3a4..8e6982bc3c 100644
--- a/metadata/de.westnordost.streetcomplete.txt
+++ b/metadata/de.westnordost.streetcomplete.txt
@@ -166,7 +166,23 @@ Build:3.5,305
subdir=app
gradle=yes
+Build:3.6,306
+ commit=v3.6
+ subdir=app
+ gradle=yes
+
+Build:3.7,307
+ commit=v3.7
+ subdir=app
+ gradle=yes
+
+Build:4.0,402
+ commit=v4.0
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:3.5
-Current Version Code:305
+Update Check Ignore:(alpha|beta|rc|RC)
+Current Version:4.0
+Current Version Code:402
diff --git a/metadata/dev.drsoran.moloko.txt b/metadata/dev.drsoran.moloko.txt
index 2d0758a14d..ef92758d43 100644
--- a/metadata/dev.drsoran.moloko.txt
+++ b/metadata/dev.drsoran.moloko.txt
@@ -59,6 +59,6 @@ Build:0.17.4b,94212
update=.,lib/ActionBarSherlock
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:0.17.4b
Current Version Code:94212
diff --git a/metadata/dk.nindroid.rss.txt b/metadata/dk.nindroid.rss.txt
index 75a2a9e574..ac558336c5 100644
--- a/metadata/dk.nindroid.rss.txt
+++ b/metadata/dk.nindroid.rss.txt
@@ -26,6 +26,6 @@ Build:3.4.25,121
subdir=floatingimage
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:3.4.25
Current Version Code:121
diff --git a/metadata/edu.nyu.cs.omnidroid.app.txt b/metadata/edu.nyu.cs.omnidroid.app.txt
index cf26b89b3f..34d0ff6951 100644
--- a/metadata/edu.nyu.cs.omnidroid.app.txt
+++ b/metadata/edu.nyu.cs.omnidroid.app.txt
@@ -22,6 +22,6 @@ Build:0.2.1,6
subdir=omnidroid
Auto Update Mode:None
-Update Check Mode:Tags
+Update Check Mode:Static
Current Version:0.2.1
Current Version Code:6
diff --git a/metadata/edu.rit.poe.atomix.txt b/metadata/edu.rit.poe.atomix.txt
index 49dfdeb431..3315bf9124 100644
--- a/metadata/edu.rit.poe.atomix.txt
+++ b/metadata/edu.rit.poe.atomix.txt
@@ -20,6 +20,6 @@ Build:1.0.1,2
target=android-4
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.0.1
Current Version Code:2
diff --git a/metadata/es.esy.CosyDVR.txt b/metadata/es.esy.CosyDVR.txt
index bf0dd623bb..aeb38bbd9b 100644
--- a/metadata/es.esy.CosyDVR.txt
+++ b/metadata/es.esy.CosyDVR.txt
@@ -85,7 +85,12 @@ Build:1.3.20,28
commit=v1.3.20
extlibs=android/android-support-v4.jar
+Build:1.3.21,29
+ commit=v1.3.21
+ extlibs=android/android-support-v4.jar
+ target=android-21
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.3.20
-Current Version Code:28
+Current Version:1.3.21
+Current Version Code:29
diff --git a/metadata/es.usc.citius.servando.calendula.txt b/metadata/es.usc.citius.servando.calendula.txt
index 12f7e8e5d7..6cea85e0fa 100644
--- a/metadata/es.usc.citius.servando.calendula.txt
+++ b/metadata/es.usc.citius.servando.calendula.txt
@@ -135,11 +135,40 @@ Build:2.4.1,30
popd && \
cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
-Maintainer Notes:
-* Tags are unreliable
-.
+Build:2.5.1,32
+ commit=20f515b09c437838f506193f3554495aa108dfe1
+ subdir=Calendula
+ gradle=product
+ srclibs=google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
+ rm=Calendula/libs/*.jar
+ prebuild=pushd $$google-rfc-2445$$ && \
+ ant && \
+ popd && \
+ cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
-Auto Update Mode:None
-Update Check Mode:RepoManifest
-Current Version:2.4.1
-Current Version Code:30
+Build:2.5.2,33
+ commit=v2.5.2
+ subdir=Calendula
+ gradle=product
+ srclibs=google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
+ rm=Calendula/libs/*.jar
+ prebuild=pushd $$google-rfc-2445$$ && \
+ ant && \
+ popd && \
+ cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
+
+Build:2.5.3,34
+ commit=v2.5.3
+ subdir=Calendula
+ gradle=product
+ srclibs=google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
+ rm=Calendula/libs/*.jar
+ prebuild=pushd $$google-rfc-2445$$ && \
+ ant && \
+ popd && \
+ cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:2.5.3
+Current Version Code:34
diff --git a/metadata/eu.polarclock.txt b/metadata/eu.polarclock.txt
index ddf233f847..772f3c63d8 100644
--- a/metadata/eu.polarclock.txt
+++ b/metadata/eu.polarclock.txt
@@ -34,7 +34,17 @@ Build:1.3,5
subdir=app
gradle=yes
+Build:1.4,6
+ commit=1.4
+ subdir=app
+ gradle=yes
+
+Build:1.4.1,7
+ commit=1.4.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.3
-Current Version Code:5
+Current Version:1.4.1
+Current Version Code:7
diff --git a/metadata/eu.pretix.pretixdroid.yml b/metadata/eu.pretix.pretixdroid.yml
new file mode 100644
index 0000000000..4a9ff040eb
--- /dev/null
+++ b/metadata/eu.pretix.pretixdroid.yml
@@ -0,0 +1,34 @@
+Categories:
+ - Multimedia
+License: GPL-3.0
+SourceCode: https://github.com/pretix/pretixdroid
+IssueTracker: https://github.com/pretix/pretixdroid/issues
+
+Summary: Validates tickets generated by pretix
+Description: |-
+ pretix is an Open Source online ticket shop available at [https://pretix.eu/about/en/]
+ If you organize your conference with pretix, you can use this application to scan the tickets at the entrance.
+ This project is stable and tested in production.
+
+ Features:
+
+ * Connecting the app to a pretix installation for a specific event
+ * Scanning and validating tickets simultaneously on multiple devices
+ * Toggling autofocus and flashlight
+ * Manually search for a ticket code or an attendee name
+ * Support for usage without an internet connection
+
+RepoType: git
+Repo: https://github.com/pretix/pretixdroid
+
+Builds:
+ - versionName: '1.10'
+ versionCode: 12
+ commit: v1.10
+ subdir: pretixdroid/app
+ submodules: true
+ gradle:
+ - yes
+
+AutoUpdateMode: Version v%v
+UpdateCheckMode: Tags
diff --git a/metadata/eu.siacs.conversations.txt b/metadata/eu.siacs.conversations.txt
index cdc321bf87..d23fb2d292 100644
--- a/metadata/eu.siacs.conversations.txt
+++ b/metadata/eu.siacs.conversations.txt
@@ -921,7 +921,32 @@ Build:1.23.4,251
gradle=free
prebuild=sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle
+Build:1.23.5,252
+ commit=1.23.5
+ gradle=free
+ prebuild=sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle
+
+Build:1.23.6,253
+ commit=1.23.6
+ gradle=free
+ prebuild=sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle
+
+Build:1.23.7,254
+ commit=1.23.7
+ gradle=free
+ prebuild=sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle
+
+Build:1.23.8,255
+ commit=1.23.8
+ gradle=free
+ prebuild=sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle
+
+Build:2.0.0-beta,256
+ commit=216cf1805f5ebf7413f7239a34c1ecc914291a0d
+ gradle=free
+ prebuild=sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle
+
Auto Update Mode:Version %v
Update Check Mode:Tags ^[0-9.]+$
-Current Version:1.23.4
-Current Version Code:251
+Current Version:1.23.8
+Current Version Code:255
diff --git a/metadata/eu.uwot.fabio.altcoinprices.txt b/metadata/eu.uwot.fabio.altcoinprices.txt
index 5fc0abdb94..aeb4af14cd 100644
--- a/metadata/eu.uwot.fabio.altcoinprices.txt
+++ b/metadata/eu.uwot.fabio.altcoinprices.txt
@@ -4,6 +4,7 @@ Web Site:https://uwot.eu/blog/altcoin-prices
Source Code:https://gitlab.com/cfabio/AltcoinPrices/tree/HEAD
Issue Tracker:https://gitlab.com/cfabio/AltcoinPrices/issues
Changelog:https://gitlab.com/cfabio/AltcoinPrices/tags
+Bitcoin:353x3kNMUaAt3i79kQTf3KCJWRAVXSRGpW
Auto Name:Altcoin Prices
Summary:Monitor altcoin prices in real time
@@ -60,7 +61,42 @@ Build:1.3.3,15
subdir=Altcoin Prices
gradle=yes
+Build:1.3.5,17
+ commit=1.3.5
+ subdir=Altcoin Prices
+ gradle=yes
+
+Build:1.4.3,20
+ commit=1.4.3
+ subdir=Altcoin Prices
+ gradle=yes
+
+Build:1.4.5a,23
+ commit=1.4.5a
+ subdir=Altcoin Prices
+ gradle=yes
+
+Build:1.4.6,24
+ commit=1.4.6
+ subdir=Altcoin Prices
+ gradle=yes
+
+Build:1.4.8a,26
+ commit=1.4.8a
+ subdir=Altcoin Prices
+ gradle=yes
+
+Build:1.4.9,28
+ commit=1.4.9
+ subdir=Altcoin Prices
+ gradle=yes
+
+Build:1.4.10,29
+ commit=1.4.10
+ subdir=Altcoin Prices
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.3.3
-Current Version Code:15
+Current Version:1.4.10
+Current Version Code:29
diff --git a/metadata/eu.uwot.fabio.altcoinprices/en-US/phoneScreenshots/0.png b/metadata/eu.uwot.fabio.altcoinprices/en-US/phoneScreenshots/0.png
new file mode 100644
index 0000000000..54a95eeba4
Binary files /dev/null and b/metadata/eu.uwot.fabio.altcoinprices/en-US/phoneScreenshots/0.png differ
diff --git a/metadata/eu.uwot.fabio.altcoinprices/en-US/phoneScreenshots/1.png b/metadata/eu.uwot.fabio.altcoinprices/en-US/phoneScreenshots/1.png
new file mode 100644
index 0000000000..af8f2a0baa
Binary files /dev/null and b/metadata/eu.uwot.fabio.altcoinprices/en-US/phoneScreenshots/1.png differ
diff --git a/metadata/eu.uwot.fabio.altcoinprices/en-US/phoneScreenshots/2.png b/metadata/eu.uwot.fabio.altcoinprices/en-US/phoneScreenshots/2.png
new file mode 100644
index 0000000000..37ecc83781
Binary files /dev/null and b/metadata/eu.uwot.fabio.altcoinprices/en-US/phoneScreenshots/2.png differ
diff --git a/metadata/eu.uwot.fabio.altcoinprices/en-US/phoneScreenshots/3.png b/metadata/eu.uwot.fabio.altcoinprices/en-US/phoneScreenshots/3.png
new file mode 100644
index 0000000000..92950c1bf2
Binary files /dev/null and b/metadata/eu.uwot.fabio.altcoinprices/en-US/phoneScreenshots/3.png differ
diff --git a/metadata/fr.free.nrw.commons.txt b/metadata/fr.free.nrw.commons.txt
index c28fee3987..d8b8e271e7 100644
--- a/metadata/fr.free.nrw.commons.txt
+++ b/metadata/fr.free.nrw.commons.txt
@@ -118,7 +118,12 @@ Build:2.6.6,81
subdir=app
gradle=prod
+Build:2.6.7,82
+ commit=v2.6.7
+ subdir=app
+ gradle=prod
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.6.6
-Current Version Code:81
+Current Version:2.6.7
+Current Version Code:82
diff --git a/metadata/fr.gouv.etalab.mastodon.txt b/metadata/fr.gouv.etalab.mastodon.txt
index f2de9cee89..215ebcf428 100644
--- a/metadata/fr.gouv.etalab.mastodon.txt
+++ b/metadata/fr.gouv.etalab.mastodon.txt
@@ -237,7 +237,35 @@ Build:1.7.8,108
prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \
sed -i -e '/playstoreImplementation/d' build.gradle
+Build:1.7.9,110
+ commit=1.7.9
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \
+ sed -i -e '/playstoreImplementation/d' build.gradle
+
+Build:1.7.9.1,111
+ commit=1.7.9.1
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \
+ sed -i -e '/playstoreImplementation/d' build.gradle
+
+Build:1.8.2,114
+ commit=1.8.2
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \
+ sed -i -e '/playstoreImplementation/d' build.gradle
+
+Build:1.8.3,115
+ commit=1.8.3
+ 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
Update Check Mode:Tags ^[0-9.]+$
-Current Version:1.7.8
-Current Version Code:108
+Current Version:1.8.3
+Current Version Code:115
diff --git a/metadata/fr.herverenault.selfhostedgpstracker.txt b/metadata/fr.herverenault.selfhostedgpstracker.txt
index 31886ed020..9e78e946ec 100644
--- a/metadata/fr.herverenault.selfhostedgpstracker.txt
+++ b/metadata/fr.herverenault.selfhostedgpstracker.txt
@@ -54,7 +54,13 @@ Build:1.8,13
prebuild=mv java src
target=android-17
+Maintainer Notes:
+The app needs server part, but author deleted both app and server source code
+repositories.
+.
+
+Archive Policy:0 versions
Auto Update Mode:None
-Update Check Mode:Tags
+Update Check Mode:Static
Current Version:1.8
Current Version Code:13
diff --git a/metadata/fr.neamar.kiss.txt b/metadata/fr.neamar.kiss.txt
index 91ee4298b1..f06ea1b099 100644
--- a/metadata/fr.neamar.kiss.txt
+++ b/metadata/fr.neamar.kiss.txt
@@ -250,7 +250,25 @@ Build:2.32.4,106
gradle=yes
prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle
+Build:2.32.5,107
+ commit=v2.32.5
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle
+
+Build:2.33.1,110
+ commit=v2.33.1
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle
+
+Build:3.0.3,115
+ commit=v3.0.3
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle
+
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9\.]+$
-Current Version:2.32.4
-Current Version Code:106
+Current Version:3.0.3
+Current Version Code:115
diff --git a/metadata/fr.nocle.passegares.txt b/metadata/fr.nocle.passegares.txt
index 6fb754f1ca..3f69822b94 100644
--- a/metadata/fr.nocle.passegares.txt
+++ b/metadata/fr.nocle.passegares.txt
@@ -113,7 +113,12 @@ Build:1.3.4,154
subdir=app
gradle=yes
+Build:1.3.5,155
+ commit=v1.3.5
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.3.4
-Current Version Code:154
+Current Version:1.3.5
+Current Version Code:155
diff --git a/metadata/fr.unix_experience.owncloud_sms.txt b/metadata/fr.unix_experience.owncloud_sms.txt
index c37f58a31c..7079fb29ca 100644
--- a/metadata/fr.unix_experience.owncloud_sms.txt
+++ b/metadata/fr.unix_experience.owncloud_sms.txt
@@ -243,6 +243,24 @@ Build:1.3.4,64
rm=gradle
prebuild=sed -i -e '/jcenter()/a\ google()' build.gradle
+Build:2.0.1,65
+ commit=2.0.1
+ gradle=yes
+ rm=gradle
+ prebuild=sed -i -e '/jcenter()/a\ google()' build.gradle
+
+Build:2.0.2,66
+ commit=2.0.2
+ gradle=yes
+ rm=gradle
+ prebuild=sed -i -e '/jcenter()/a\ google()' build.gradle
+
+Build:2.0.3,67
+ commit=2.0.3
+ gradle=yes
+ rm=gradle
+ prebuild=sed -i -e '/jcenter()/a\ google()' build.gradle
+
Maintainer Notes:
distributionUrl specifies Gradle 3.3, while Android Gradle plugin 3.0.0
requires Gradle 4.1 or later.
@@ -250,5 +268,5 @@ requires Gradle 4.1 or later.
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.3.4
-Current Version Code:64
+Current Version:2.0.3
+Current Version Code:67
diff --git a/metadata/fr.xgouchet.packageexplorer.txt b/metadata/fr.xgouchet.packageexplorer.txt
index 676a39ba29..28d23c6a43 100644
--- a/metadata/fr.xgouchet.packageexplorer.txt
+++ b/metadata/fr.xgouchet.packageexplorer.txt
@@ -22,17 +22,17 @@ from a file browser.
Repo Type:git
Repo:https://github.com/xgouchet/Stanley
-Build:2.0,11
- commit=v2.0
- subdir=app
- gradle=yes
-
Build:2.0.1,12
commit=v2.0.1
subdir=app
gradle=yes
+Build:2.1,13
+ commit=v2.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.0.1
-Current Version Code:12
+Current Version:2.1
+Current Version Code:13
diff --git a/metadata/i4nc4mp.myLock.txt b/metadata/i4nc4mp.myLock.txt
index 460176696e..2b45092e27 100644
--- a/metadata/i4nc4mp.myLock.txt
+++ b/metadata/i4nc4mp.myLock.txt
@@ -26,6 +26,6 @@ Build:42,28
target=android-8
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:42
Current Version Code:28
diff --git a/metadata/im.vector.alpha.txt b/metadata/im.vector.alpha.txt
index efbddf7759..a371f6e9e7 100644
--- a/metadata/im.vector.alpha.txt
+++ b/metadata/im.vector.alpha.txt
@@ -307,6 +307,51 @@ Build:0.7.09,70900
popd && \
cp $$matrixsdk$$/matrix-sdk/build/outputs/aar/matrix-sdk-release-*.aar libs/matrix-sdk.aar
+Build:0.8.1,80001
+ commit=v0.8.1
+ 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.0,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:
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 :-/.
@@ -316,5 +361,5 @@ Then we walk through olmsdk, jitsi-meet, matrixsdk (which needs those other two,
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:0.7.09
-Current Version Code:70900
+Current Version:0.8.1
+Current Version Code:80001
diff --git a/metadata/im.zom.messenger.txt b/metadata/im.zom.messenger.txt
index 8cc20b276a..f8f0ff1495 100644
--- a/metadata/im.zom.messenger.txt
+++ b/metadata/im.zom.messenger.txt
@@ -229,5 +229,5 @@ Build:15.2.0-RC-3,1510019
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:15.3.2-beta-2
-Current Version Code:1532002
+Current Version:15.4.0-RC-8
+Current Version Code:1540028
diff --git a/metadata/info.dvkr.screenstream.txt b/metadata/info.dvkr.screenstream.txt
index 5a3f8326ab..4baa6985d4 100644
--- a/metadata/info.dvkr.screenstream.txt
+++ b/metadata/info.dvkr.screenstream.txt
@@ -67,5 +67,5 @@ Build:2.1.5,215
Auto Update Mode:None
Update Check Mode:HTTP
Update Check Data:https://raw.githubusercontent.com/dkrivoruchko/ScreenStream/master/build.gradle|version_code = ([0-9]*)|.|version_name = \'([0-9.]*)\'
-Current Version:2.1.5
-Current Version Code:215
+Current Version:2.1.6
+Current Version Code:216
diff --git a/metadata/io.github.gsantner.memetastic.txt b/metadata/io.github.gsantner.memetastic.txt
index 523eb7be6c..4a010ae2f0 100644
--- a/metadata/io.github.gsantner.memetastic.txt
+++ b/metadata/io.github.gsantner.memetastic.txt
@@ -126,11 +126,21 @@ Build:1.3.1,40
subdir=app
gradle=FlavorDefault
+Build:1.3.2,41
+ commit=v1.3.2
+ subdir=app
+ gradle=FlavorDefault
+
+Build:1.4.1,43
+ commit=v1.4.1
+ subdir=app
+ gradle=FlavorDefault
+
Maintainer Notes:
Description and summary in app git repository
.
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.3.1
-Current Version Code:40
+Current Version:1.4.1
+Current Version Code:43
diff --git a/metadata/io.github.hidroh.materialistic.txt b/metadata/io.github.hidroh.materialistic.txt
index 7a30a305a5..1e77a75297 100644
--- a/metadata/io.github.hidroh.materialistic.txt
+++ b/metadata/io.github.hidroh.materialistic.txt
@@ -74,7 +74,19 @@ Build:3.1,74
gradle=yes
prebuild=sed -i -e 's/gradle:3.0.0-alpha1/gradle:3.0.0-alpha4/' ../build.gradle
+Build:3.2,75
+ commit=75
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's/gradle:3.0.0-alpha1/gradle:3.0.0-alpha4/' ../build.gradle
+
+Build:3.2,76
+ commit=76
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's/gradle:3.0.0-alpha1/gradle:3.0.0-alpha4/' ../build.gradle
+
Auto Update Mode:Version %c
Update Check Mode:Tags
-Current Version:3.1
-Current Version Code:74
+Current Version:3.2
+Current Version Code:76
diff --git a/metadata/io.github.lonamiwebs.klooni.txt b/metadata/io.github.lonamiwebs.klooni.txt
index ed5bc4dc9f..c362ff2d39 100644
--- a/metadata/io.github.lonamiwebs.klooni.txt
+++ b/metadata/io.github.lonamiwebs.klooni.txt
@@ -74,7 +74,13 @@ Build:0.8,800
gradle=yes
scanignore=android/libs/*
+Build:0.8.1,810
+ commit=v0.8.1
+ subdir=android
+ gradle=yes
+ scanignore=android/libs/*
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.8
-Current Version Code:800
+Current Version:0.8.1
+Current Version Code:810
diff --git a/metadata/io.github.lonamiwebs.stringlate.txt b/metadata/io.github.lonamiwebs.stringlate.txt
index c8ad550184..33f943604f 100644
--- a/metadata/io.github.lonamiwebs.stringlate.txt
+++ b/metadata/io.github.lonamiwebs.stringlate.txt
@@ -120,7 +120,12 @@ Build:0.12,1002
subdir=src/app
gradle=yes
+Build:0.13,1003
+ commit=v0.13
+ subdir=src/app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.12
-Current Version Code:1002
+Current Version:0.13
+Current Version Code:1003
diff --git a/metadata/io.github.trytonvanmeer.libretrivia.txt b/metadata/io.github.trytonvanmeer.libretrivia.txt
new file mode 100644
index 0000000000..91b900b789
--- /dev/null
+++ b/metadata/io.github.trytonvanmeer.libretrivia.txt
@@ -0,0 +1,26 @@
+Categories:Games
+License:GPL-3.0+
+Web Site:https://tryton-vanmeer.github.io/projects/LibreTrivia
+Source Code:https://github.com/tryton-vanmeer/LibreTrivia
+Issue Tracker:https://github.com/tryton-vanmeer/LibreTrivia/issues
+Changelog:https://github.com/tryton-vanmeer/LibreTrivia/releases
+
+Auto Name:LibreTrivia
+
+Repo Type:git
+Repo:https://github.com/tryton-vanmeer/LibreTrivia
+
+Build:0.1.0,1
+ commit=v0.1.0
+ subdir=app
+ gradle=yes
+
+Build:0.2.3,2
+ commit=v0.2.3
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:0.2.3
+Current Version Code:2
diff --git a/metadata/ir.hsn6.turo.txt b/metadata/ir.hsn6.turo.txt
index b0f9bc38f6..4e5a1fc726 100644
--- a/metadata/ir.hsn6.turo.txt
+++ b/metadata/ir.hsn6.turo.txt
@@ -38,7 +38,29 @@ Build:1.0.0-beta.1,2
cd ../turo && \
../godot/bin/godot_server.server.tools.* -export Android ../turo.apk
+Build:1.1.0,3
+ commit=0d2cceb790af73ec7fb1aae311b61818db9ebfc2
+ 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
Update Check Mode:None
-Current Version:1.0.0-beta.1
-Current Version Code:2
+Current Version:1.1.0
+Current Version Code:3
diff --git a/metadata/is.xyz.mpv.txt b/metadata/is.xyz.mpv.txt
index d48501e6a4..14dc5d237c 100644
--- a/metadata/is.xyz.mpv.txt
+++ b/metadata/is.xyz.mpv.txt
@@ -28,5 +28,5 @@ Lower CVC by 1 to mark current build as pre-release
Auto Update Mode:None
Update Check Mode:Tags
Vercode Operation:%c - 1
-Current Version:2017-09-20-alpha
-Current Version Code:8
+Current Version:2018-02-22-alpha
+Current Version Code:9
diff --git a/metadata/it.fabmazz.triestebus.txt b/metadata/it.fabmazz.triestebus.txt
new file mode 100644
index 0000000000..242cda4554
--- /dev/null
+++ b/metadata/it.fabmazz.triestebus.txt
@@ -0,0 +1,32 @@
+Categories:Navigation
+License:GPL-3.0+
+Author Name:Fabio Mazza
+Author Email:fab4mazz@gmail.com
+Web Site:https://github.com/fabmazz/triesteinbus
+Source Code:https://github.com/fabmazz/triesteinbus
+Issue Tracker:https://github.com/fabmazz/triesteinbus/issues
+
+Auto Name:TriesteinBus
+Summary:Arrival times for Trieste public transport
+Description:
+This app is useful for finding waiting times for the bus stops in Trieste
+(Italy). It is in heavy development, and this first build is an alpha release.
+
+At the moment the only thing it can do is finding the arrival times by the bus
+stop id. Unfortunately, this is quite unconfortable because these are usually
+codes found by the bus stop (e.g. FER-D5020), but then the arrival times are
+displayed nicely.
+.
+
+Repo Type:git
+Repo:https://github.com/fabmazz/triesteinbus
+
+Build:0.1-alpha,1
+ commit=1308344
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:0.1-alpha
+Current Version Code:1
diff --git a/metadata/it.feio.android.omninotes.foss.txt b/metadata/it.feio.android.omninotes.foss.txt
index ce3b762374..0ef9ced51a 100644
--- a/metadata/it.feio.android.omninotes.foss.txt
+++ b/metadata/it.feio.android.omninotes.foss.txt
@@ -73,5 +73,5 @@ Build:5.4.3,238
Auto Update Mode:None
Update Check Mode:HTTP
Update Check Data:https://raw.githubusercontent.com/federicoiosue/Omni-Notes/master/gradle.properties|VERSION_CODE=(.*)|.|VERSION_NAME=(.*)
-Current Version:5.4.3
-Current Version Code:238
+Current Version:5.4.4
+Current Version Code:239
diff --git a/metadata/it.niedermann.owncloud.notes.txt b/metadata/it.niedermann.owncloud.notes.txt
index e21482ca55..24054ab63f 100644
--- a/metadata/it.niedermann.owncloud.notes.txt
+++ b/metadata/it.niedermann.owncloud.notes.txt
@@ -107,7 +107,13 @@ Build:0.12.1,18
submodules=yes
gradle=yes
+Build:0.13.1,20
+ commit=v0.13.1
+ subdir=app
+ submodules=yes
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.12.1
-Current Version Code:18
+Current Version:0.13.1
+Current Version Code:20
diff --git a/metadata/it.rignanese.leo.slimfacebook.txt b/metadata/it.rignanese.leo.slimfacebook.txt
index 182d7d33e1..e6b1c42593 100644
--- a/metadata/it.rignanese.leo.slimfacebook.txt
+++ b/metadata/it.rignanese.leo.slimfacebook.txt
@@ -45,7 +45,12 @@ Build:3.6.8,47
subdir=SlimFacebook/app
gradle=yes
+Build:3.7.1,49
+ commit=v3.7.1
+ subdir=SlimFacebook/app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:3.6.8
-Current Version Code:47
+Current Version:3.7.1
+Current Version Code:49
diff --git a/metadata/kellinwood.zipsigner2.txt b/metadata/kellinwood.zipsigner2.txt
index ccde7efa9c..5fd24eab79 100644
--- a/metadata/kellinwood.zipsigner2.txt
+++ b/metadata/kellinwood.zipsigner2.txt
@@ -26,6 +26,6 @@ Build:3.4,31
commit=453
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:3.4
Current Version Code:31
diff --git a/metadata/link.standen.michael.slideshow.txt b/metadata/link.standen.michael.slideshow.txt
index 2ee89f3937..96ee631cf7 100644
--- a/metadata/link.standen.michael.slideshow.txt
+++ b/metadata/link.standen.michael.slideshow.txt
@@ -91,7 +91,13 @@ Build:2.3.0,40
subdir=app
gradle=yes
+Build:2.4.0,41
+ disable=Could not find com.android.tools.build:gradle:3.0.1
+ commit=v2.4.0
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.3.0
-Current Version Code:40
+Current Version:2.4.0
+Current Version Code:41
diff --git a/metadata/me.ccrama.redditslide.txt b/metadata/me.ccrama.redditslide.txt
index 0e4e5026c9..4b6b93d912 100644
--- a/metadata/me.ccrama.redditslide.txt
+++ b/metadata/me.ccrama.redditslide.txt
@@ -296,7 +296,35 @@ Build:5.8-alpha1.5,293
forceversion=yes
prebuild=sed -i -e '/withGPlayCompile/d' -e 's/8g/2g/' build.gradle
+Build:5.8-alpha2,294
+ commit=5.8-alpha2
+ subdir=app
+ gradle=noGPlay
+ forceversion=yes
+ prebuild=sed -i -e '/withGPlayCompile/d' -e 's/8g/2g/' build.gradle
+
+Build:5.8-alpha2.1,295
+ commit=5.8-alpha2.1
+ subdir=app
+ gradle=noGPlay
+ forceversion=yes
+ prebuild=sed -i -e '/withGPlayCompile/d' -e 's/8g/2g/' build.gradle
+
+Build:5.8-alpha3,297
+ commit=5.8-alpha3
+ subdir=app
+ gradle=noGPlay
+ forceversion=yes
+ prebuild=sed -i -e '/withGPlayCompile/d' -e 's/8g/2g/' build.gradle
+
+Build:5.8.2,301
+ commit=5.8.2
+ subdir=app
+ gradle=noGPlay
+ forceversion=yes
+ prebuild=sed -i -e '/withGPlayCompile/d' -e 's/8g/2g/' build.gradle
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:5.8-alpha1.5
-Current Version Code:293
+Current Version:5.8.2
+Current Version Code:301
diff --git a/metadata/me.murks.filmchecker.txt b/metadata/me.murks.filmchecker.txt
index 9dfa5fc748..d1c9b2db94 100644
--- a/metadata/me.murks.filmchecker.txt
+++ b/metadata/me.murks.filmchecker.txt
@@ -30,7 +30,18 @@ Build:1.2,3
subdir=app
gradle=yes
+Build:1.2.1,4
+ disable=Could not find com.android.tools.build:gradle:3.0.1
+ commit=1.2.1.0
+ subdir=app
+ gradle=yes
+
+Build:1.2.2,5
+ commit=1.2.2.0
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v.0
Update Check Mode:Tags
-Current Version:1.2
-Current Version Code:3
+Current Version:1.2.2
+Current Version Code:5
diff --git a/metadata/moe.minori.pgpclipper.txt b/metadata/moe.minori.pgpclipper.txt
index ee12e9aa27..ed47df50e4 100644
--- a/metadata/moe.minori.pgpclipper.txt
+++ b/metadata/moe.minori.pgpclipper.txt
@@ -37,7 +37,12 @@ Build:0.2,4
subdir=app
gradle=yes
-Auto Update Mode:None
-Update Check Mode:Tags
-Current Version:0.2
-Current Version Code:4
+Build:0.21,5
+ commit=0.21
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags ^[0-9.]+$
+Current Version:0.21
+Current Version Code:5
diff --git a/metadata/net.avs234.txt b/metadata/net.avs234.txt
index 6c4d443c83..22080b5f7f 100644
--- a/metadata/net.avs234.txt
+++ b/metadata/net.avs234.txt
@@ -22,6 +22,6 @@ Build:1.3.5,16
buildjni=yes
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.3.5
Current Version Code:16
diff --git a/metadata/net.bluetoothviewer.txt b/metadata/net.bluetoothviewer.txt
index da559cf2a9..a49aa454f3 100644
--- a/metadata/net.bluetoothviewer.txt
+++ b/metadata/net.bluetoothviewer.txt
@@ -54,5 +54,5 @@ Build:1.1.2,8
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:1.1.2
-Current Version Code:8
+Current Version:1.1.5
+Current Version Code:11
diff --git a/metadata/net.cactii.mathdoku.txt b/metadata/net.cactii.mathdoku.txt
index 11c2bb906b..a433e9f14d 100644
--- a/metadata/net.cactii.mathdoku.txt
+++ b/metadata/net.cactii.mathdoku.txt
@@ -29,6 +29,6 @@ Build:1.96.2,281
prebuild=sed -i 's/minSdkVersion=\"3\"/minSdkVersion=\"4\"/' AndroidManifest.xml
Auto Update Mode:None
-Update Check Mode:Tags
+Update Check Mode:Static
Current Version:1.96.2
Current Version Code:281
diff --git a/metadata/net.fabiszewski.ulogger.txt b/metadata/net.fabiszewski.ulogger.txt
index e2d1f2c847..07a0a3e378 100644
--- a/metadata/net.fabiszewski.ulogger.txt
+++ b/metadata/net.fabiszewski.ulogger.txt
@@ -68,7 +68,12 @@ Build:1.7,107
subdir=app
gradle=yes
+Build:1.8,108
+ commit=1.8
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.7
-Current Version Code:107
+Current Version:1.8
+Current Version Code:108
diff --git a/metadata/net.gaast.giggity.txt b/metadata/net.gaast.giggity.txt
index 690ee2564a..3f567fa0b6 100644
--- a/metadata/net.gaast.giggity.txt
+++ b/metadata/net.gaast.giggity.txt
@@ -86,7 +86,12 @@ Build:1.3.1,69
subdir=app
gradle=yes
+Build:1.3.2,70
+ commit=1.3.2
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.3.1
-Current Version Code:69
+Current Version:1.3.2
+Current Version Code:70
diff --git a/metadata/net.i2p.android.router.txt b/metadata/net.i2p.android.router.txt
index 1d6cdbd3d2..a86b48c9f2 100644
--- a/metadata/net.i2p.android.router.txt
+++ b/metadata/net.i2p.android.router.txt
@@ -284,6 +284,17 @@ Build:0.9.32,4745239
curl https://gmplib.org/download/gmp/gmp-6.0.0.tar.xz | tar xJv -C $$I2P$$/core/c/jbigi/
scandelete=lib/client/src/main/jniLibs
+Build:0.9.33,4745240
+ commit=1db9128afc313364ed905cee80c148568d4063db
+ subdir=app
+ gradle=legacy
+ srclibs=I2P@23aaefa98613ad81f6628c039a02c99f8464b586
+ prebuild=echo -e "i2psrc=../$$I2P$$" >> ../lib/client/local.properties && \
+ echo -e "sdk.dir=$$SDK$$\nndk.dir=$$NDK$$\ni2psrc=$$I2P$$" >> ../routerjars/local.properties && \
+ sed -i '30i checkReleaseBuilds false\n' build.gradle && \
+ curl https://gmplib.org/download/gmp/gmp-6.0.0.tar.xz | tar xJv -C $$I2P$$/core/c/jbigi/
+ scandelete=lib/client/src/main/jniLibs
+
Maintainer Notes:
--Always update net.i2p.android aswell!--
Don't do so until reproducible.
@@ -293,5 +304,5 @@ The version code and name is in app/build.gradle
Auto Update Mode:None
Update Check Mode:None
-Current Version:0.9.32
-Current Version Code:4745239
+Current Version:0.9.33
+Current Version Code:4745240
diff --git a/metadata/net.nitroshare.android.txt b/metadata/net.nitroshare.android.txt
new file mode 100644
index 0000000000..4d98a9362f
--- /dev/null
+++ b/metadata/net.nitroshare.android.txt
@@ -0,0 +1,37 @@
+Categories:Connectivity
+License:MIT
+Web Site:https://nitroshare.net
+Source Code:https://github.com/nitroshare/nitroshare-android
+Issue Tracker:https://github.com/nitroshare/nitroshare-android/issues
+
+Auto Name:NitroShare
+Summary:Cross-platform network file transfer
+Description:
+NitroShare simplifies the task of sending files from one device to another on a
+local network.
+
+* Automatic peer discovery
+* Support for transferring multiple files and folders
+* Transfers optimized for maximum bandwidth utilization
+* Compatible with the NitroShare desktop application
+* Light and dark theme
+* Fully open source and completely free of ads and trackers
+
+Files can be sent directly from the app itself or using the share menu from
+within other applications.
+
+The desktop application is available [https://nitroshare.net/ at the homepage].
+.
+
+Repo Type:git
+Repo:https://github.com/nitroshare/nitroshare-android
+
+Build:0.4.0.38,39
+ commit=0.4.0.38
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:0.4.0.38
+Current Version Code:39
diff --git a/metadata/net.nullsum.audinaut.txt b/metadata/net.nullsum.audinaut.txt
index a14a4f41d1..a0773dae60 100644
--- a/metadata/net.nullsum.audinaut.txt
+++ b/metadata/net.nullsum.audinaut.txt
@@ -41,7 +41,12 @@ Build:0.2.2,191
subdir=app
gradle=yes
+Build:0.2.3,192
+ commit=0.2.3
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:0.2.2
-Current Version Code:191
+Current Version:0.2.3
+Current Version Code:192
diff --git a/metadata/net.osmand.plus.txt b/metadata/net.osmand.plus.txt
index 64e51c284a..660031e3bc 100644
--- a/metadata/net.osmand.plus.txt
+++ b/metadata/net.osmand.plus.txt
@@ -339,13 +339,48 @@ Build:2.8.2,282
scanignore=help/website/help/map-legend_nautical.png,help/website/help/map-legend_default.png,android/OsmAnd/libs/classes.jar
ndk=r11c
+Build:2.9.3,293
+ commit=26d8bada10dff9a3ae76233f78f6c6f4434eba85
+ subdir=android/OsmAnd
+ submodules=yes
+ sudo=apt-get update && \
+ apt-get install --yes -t jessie-backports swig
+ gradle=full,legacy,fat
+ rm=android/eclipse-compile,android/OsmAnd-java/libs/*.jar,android/OsmAnd-java/test/libs/*.jar,android/OsmAnd/ant-lib/*.jar,android/OsmAnd/libs/*.jar,android/OsmAndCore-sample
+ prebuild=sed -i -e "/net.osmand:OsmAndCore_android:.*SNAPSHOT@jar/d" ../OsmAnd/build.gradle && \
+ sed -i -e '/qt.*Compile/d' -e '/com.google.firebase/d' build.gradle ../plugins/Osmand-ParkingPlugin/build.gradle ../plugins/Osmand-SRTMPlugin/build.gradle ../plugins/Osmand-Skimaps/build.gradle ../plugins/Osmand-Nautical/build.gradle && \
+ sed -i -e "s/System.getenv(\"APK_VERSION\")/\"$$VERSION$$\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APK_NUMBER_VERSION\")/\"$$VERCODE$$\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APP_FEATURES\")/\"+play_market +gps_status -parking_plugin -blackberry -amazon -route_nav\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APP_NAME\")/\"OsmAnd~\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"TARGET_APP_NAME\")/\"OsmAnd~\"/g" build.gradle && \
+ sed -i -e '/com.android.vending.BILLING/d' AndroidManifest.xml && \
+ sed -i -e '/javaMaxHeapSize/s/4g/1536m/g' build.gradle && \
+ sed -i -e "s/compile fileTree.*/ compile 'commons-logging:commons-logging:1.1.1'\n compile group: 'net.sf.trove4j', name: 'trove4j', version: '3.0.3'\n compile 'org.json:json:20090211'\n compile 'it.unibo.alice.tuprolog:tuprolog:3.2.1'\n compile 'net.sf.kxml:kxml2:2.3.0'\n compile 'org.beanshell:bsh-core:2.0b4'\n compile 'com.ibm.icu:icu4j:50.1'\n compile 'fr.univ-valenciennes:bzip2:1.0'\n compile 'com.moparisthebest:junidecode:0.1.1'\n compile 'com.vividsolutions:jts-core:1.14.0'/" ../OsmAnd-java/build.gradle && \
+ sed -i -e "s/compile fileTree.*/ compile fileTree(include: ['classes.jar'], dir: 'libs')\n compile 'commons-logging:commons-logging-api:1.1'\n compile 'it.unibo.alice.tuprolog:tuprolog:3.2.1'\n compile 'org.beanshell:bsh-core:2.0b4'\n compile 'com.ibm.icu:icu4j:50.1'\n compile 'fr.univ-valenciennes:bzip2:1.0'\n compile 'com.moparisthebest:junidecode:0.1.1'\n compile group: 'net.sf.trove4j', name: 'trove4j', version: '3.0.3'\n compile 'org.immutables:gson:2.5.0'\n compile 'com.vividsolutions:jts-core:1.14.0'/" build.gradle && \
+ sed -i -e "s/public void debug(Object message) {/ public void trace(Object message) { }\n public void trace(Object message, Throwable t) { }\n public boolean isTraceEnabled() { return false; }\n public void debug(Object message) {/" src/net/osmand/PlatformUtil.java && \
+ sed -i -e "s/, ':OsmAndCore-sample'//" ../settings.gradle
+ scanignore=help/website/help/map-legend_nautical.png,help/website/help/map-legend_default.png,help/website/images/dvr/4p-en.png,help/website/images/blog/ios-2-0/con-scrn-1.png,help/website/images/blog/ios-2-0/con-scrn-2.png,help/website/images/blog/ios-2-0/interf-2.png,help/website/images/blog/ios-2-0/navigat-6.png
+ build=pushd ../../OsmAnd-core/wrappers/android/ && \
+ sed -i -e "/Native/d" settings.gradle && \
+ sed -i -e "/Native/d" build.gradle && \
+ sed -i -e "/compileTask.*copyNdkSharedLibs/d" build.gradle && \
+ sed -i -e "/compileTask.*copyQtSharedLibs/d" build.gradle && \
+ sed -i -e "/compileTask.*copyQtJarLibs/d" build.gradle && \
+ gradle assembleRelease && \
+ cd build/outputs/aar && \
+ unzip OsmAndCore_android-release.aar && \
+ cp classes.jar ../../../../../../android/OsmAnd/libs/ && \
+ popd
+ ndk=r11c
+
Maintainer Notes:
Update CV only after sucessfully built and tested.
Summary and Description have been moved to the new localizable text files:
https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
-scanignore: Initial section of prebuild commands builds the OsmAnd core java
+Initial section of build commands builds the OsmAnd core java
interface. The standard build downloads a prebuilt jar file from the OsmAnd
build server. To avoid this, the required jar file is built in
OsmAnd-core/wrappers/android, with some sed commands to prevent building of the
@@ -354,10 +389,11 @@ core is used, built in the core-legacy module. OsmAnd-core in full has not yet
been released). This includes preventing the various Qt files being built,
also with sed commands. Once this is built, the jar file is extracted from
build/outputs/aar/OsmAndCore_android-release.aar and it is copied to the
-android/OsmAnd submodule as libs/classes.jar. Hence, scanignore must not
-complain about this file. A couple of rogue pngs are also ignored.
+android/OsmAnd submodule as libs/classes.jar.
-The very first sed command prevents gradle downloading
+A couple of rogue pngs are scan-ignored.
+
+In the prebuild, the very first sed command prevents gradle downloading
OsmAndCore_android.*SNAPSHOT.jar, which contains the files built above.
Many other jar files are distributed, prebuilt, with the OsmAnd submodules.
@@ -387,5 +423,5 @@ code that is not needed.
Auto Update Mode:None
Update Check Mode:None
-Current Version:2.8.2
-Current Version Code:282
+Current Version:2.9.3
+Current Version Code:293
diff --git a/metadata/net.pmarks.chromadoze.txt b/metadata/net.pmarks.chromadoze.txt
index 8ace79001e..83d58c787e 100644
--- a/metadata/net.pmarks.chromadoze.txt
+++ b/metadata/net.pmarks.chromadoze.txt
@@ -92,7 +92,12 @@ Build:3.5.5,22
subdir=app
gradle=yes
+Build:3.6,23
+ commit=v3.6
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:3.5.5
-Current Version Code:22
+Current Version:3.6
+Current Version Code:23
diff --git a/metadata/net.programmierecke.radiodroid2.txt b/metadata/net.programmierecke.radiodroid2.txt
index 1b6bbaf244..d72748c08b 100644
--- a/metadata/net.programmierecke.radiodroid2.txt
+++ b/metadata/net.programmierecke.radiodroid2.txt
@@ -218,7 +218,13 @@ Build:0.51,61
gradle=free
prebuild=sed -i -e '/playCompile/d' build.gradle
+Build:0.53,63
+ commit=0.53
+ subdir=app
+ gradle=free
+ prebuild=sed -i -e '/playCompile/d' build.gradle
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:0.51
-Current Version Code:61
+Current Version:0.53
+Current Version Code:63
diff --git a/metadata/net.syncthing.lite.txt b/metadata/net.syncthing.lite.txt
index c13f42f7df..cc68cb8498 100644
--- a/metadata/net.syncthing.lite.txt
+++ b/metadata/net.syncthing.lite.txt
@@ -28,7 +28,12 @@ Build:0.1.5,7
subdir=app
gradle=yes
+Build:0.2.1,9
+ commit=0.2.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags ^[0-9.]*$
-Current Version:0.1.5
-Current Version Code:7
+Current Version:0.2.1
+Current Version Code:9
diff --git a/metadata/net.vivekiyer.GAL.txt b/metadata/net.vivekiyer.GAL.txt
index 1bdfbfb992..cbf85fac49 100644
--- a/metadata/net.vivekiyer.GAL.txt
+++ b/metadata/net.vivekiyer.GAL.txt
@@ -34,6 +34,6 @@ Build:2.0.7,24
update=.,third_party/devoquickaction
Auto Update Mode:None
-Update Check Mode:Tags
+Update Check Mode:Static
Current Version:2.0.7
Current Version Code:24
diff --git a/metadata/net.wireloss.android.fahrplan.pw16.txt b/metadata/net.wireloss.android.fahrplan.pw16.txt
index e991854441..bbb0b2d618 100644
--- a/metadata/net.wireloss.android.fahrplan.pw16.txt
+++ b/metadata/net.wireloss.android.fahrplan.pw16.txt
@@ -20,6 +20,7 @@ Build:0.6,5
init=cp gradle.properties.example gradle.properties
gradle=c3wpw16
+Archive Policy:0 versions
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:0.6
diff --git a/metadata/nl.mpcjanssen.simpletask.txt b/metadata/nl.mpcjanssen.simpletask.txt
index d95d76e0f2..8975134e27 100644
--- a/metadata/nl.mpcjanssen.simpletask.txt
+++ b/metadata/nl.mpcjanssen.simpletask.txt
@@ -653,7 +653,22 @@ Build:10.0.7,3075
subdir=app
gradle=cloudless
+Build:10.1.0,3076
+ commit=10.1.0
+ subdir=app
+ gradle=cloudless
+
+Build:10.1.3,3079
+ commit=10.1.3
+ subdir=app
+ gradle=cloudless
+
+Build:10.1.13,3089
+ commit=10.1.13
+ subdir=app
+ gradle=cloudless
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:10.0.7
-Current Version Code:3075
+Current Version:10.1.13
+Current Version Code:3089
diff --git a/metadata/nodomain.freeyourgadget.gadgetbridge.txt b/metadata/nodomain.freeyourgadget.gadgetbridge.txt
index a1a4923e3e..a2da411071 100644
--- a/metadata/nodomain.freeyourgadget.gadgetbridge.txt
+++ b/metadata/nodomain.freeyourgadget.gadgetbridge.txt
@@ -593,7 +593,27 @@ Build:0.24.2,119
subdir=app
gradle=yes
+Build:0.24.3,120
+ commit=0.24.3
+ subdir=app
+ gradle=yes
+
+Build:0.24.4,121
+ commit=0.24.4
+ subdir=app
+ gradle=yes
+
+Build:0.24.5,122
+ commit=0.24.5
+ subdir=app
+ gradle=yes
+
+Build:0.24.6,123
+ commit=0.24.6
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:0.24.2
-Current Version Code:119
+Current Version:0.24.6
+Current Version Code:123
diff --git a/metadata/openfoodfacts.github.scrachx.openbeauty.txt b/metadata/openfoodfacts.github.scrachx.openbeauty.txt
index 6f92ba0be5..e05bf31da8 100644
--- a/metadata/openfoodfacts.github.scrachx.openbeauty.txt
+++ b/metadata/openfoodfacts.github.scrachx.openbeauty.txt
@@ -45,7 +45,13 @@ Build:0.7.4,37
init=sed -i '/javaMaxHeapSize/d' build.gradle
gradle=obf
+Build:0.8.2,40
+ commit=0.8.2
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=obf
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:0.7.3
-Current Version Code:36
+Current Version:0.8.2
+Current Version Code:40
diff --git a/metadata/openfoodfacts.github.scrachx.openfood.txt b/metadata/openfoodfacts.github.scrachx.openfood.txt
index e87a704008..14194c117e 100644
--- a/metadata/openfoodfacts.github.scrachx.openfood.txt
+++ b/metadata/openfoodfacts.github.scrachx.openfood.txt
@@ -153,7 +153,13 @@ Build:0.7.4,37
init=sed -i '/javaMaxHeapSize/d' build.gradle
gradle=off
+Build:0.8.2,40
+ commit=0.8.2
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=off
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:0.7.3
-Current Version Code:36
+Current Version:0.8.2
+Current Version Code:40
diff --git a/metadata/org.amoradi.syncopoli.txt b/metadata/org.amoradi.syncopoli.txt
index 4f18c5f643..8fb555e7c7 100644
--- a/metadata/org.amoradi.syncopoli.txt
+++ b/metadata/org.amoradi.syncopoli.txt
@@ -106,7 +106,16 @@ Build:v0.4.5,13
buildjni=no
ndk=r15c
+Build:v0.4.5.2,15
+ disable=Could not find com.android.tools.build:gradle:3.0.1
+ commit=v0.4.5.2
+ subdir=app
+ submodules=yes
+ gradle=yes
+ buildjni=no
+ ndk=r15c
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:v0.4.5
-Current Version Code:13
+Current Version:v0.4.5.2
+Current Version Code:15
diff --git a/metadata/org.andstatus.app.txt b/metadata/org.andstatus.app.txt
index 068be4dcbd..8a8e73bda9 100644
--- a/metadata/org.andstatus.app.txt
+++ b/metadata/org.andstatus.app.txt
@@ -484,11 +484,16 @@ Build:36.06,240
subdir=app
gradle=yes
+Build:36.09,243
+ commit=36.09-release
+ subdir=app
+ gradle=yes
+
Maintainer Notes:
Remove the jars at https://github.com/andstatus/andstatus/tree/master/app/libs
.
Auto Update Mode:Version %v-release
Update Check Mode:Tags ^[0-9.]+-release$
-Current Version:36.06
-Current Version Code:240
+Current Version:36.09
+Current Version Code:243
diff --git a/metadata/org.billthefarmer.crossword.txt b/metadata/org.billthefarmer.crossword.txt
index cc11ef7fa4..8509720b03 100755
--- a/metadata/org.billthefarmer.crossword.txt
+++ b/metadata/org.billthefarmer.crossword.txt
@@ -44,7 +44,11 @@ Build:1.05,105
commit=v1.05
gradle=yes
+Build:1.06,106
+ commit=v1.06
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.05
-Current Version Code:105
+Current Version:1.06
+Current Version Code:106
diff --git a/metadata/org.billthefarmer.currency.txt b/metadata/org.billthefarmer.currency.txt
index 5a59d4f08a..991c2e41e0 100644
--- a/metadata/org.billthefarmer.currency.txt
+++ b/metadata/org.billthefarmer.currency.txt
@@ -88,7 +88,11 @@ Build:1.14,114
commit=v1.14
gradle=yes
+Build:1.15,115
+ commit=v1.15
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.14
-Current Version Code:114
+Current Version:1.15
+Current Version Code:115
diff --git a/metadata/org.billthefarmer.diary.txt b/metadata/org.billthefarmer.diary.txt
index 206abac56a..46764a0bad 100644
--- a/metadata/org.billthefarmer.diary.txt
+++ b/metadata/org.billthefarmer.diary.txt
@@ -120,7 +120,11 @@ Build:1.24,124
commit=v1.24
gradle=yes
+Build:1.25,125
+ commit=v1.25
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.24
-Current Version Code:124
+Current Version:1.25
+Current Version Code:125
diff --git a/metadata/org.billthefarmer.editor.txt b/metadata/org.billthefarmer.editor.txt
index dcf86aade0..d4c48e2a96 100644
--- a/metadata/org.billthefarmer.editor.txt
+++ b/metadata/org.billthefarmer.editor.txt
@@ -90,7 +90,19 @@ Build:1.17,117
commit=v1.17
gradle=yes
+Build:1.18,118
+ commit=v1.18
+ gradle=yes
+
+Build:1.19,119
+ commit=v1.19
+ gradle=yes
+
+Build:1.20,120
+ commit=v1.20
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.17
-Current Version Code:117
+Current Version:1.20
+Current Version Code:120
diff --git a/metadata/org.billthefarmer.scope.txt b/metadata/org.billthefarmer.scope.txt
index 2958e93f69..3ead7473aa 100644
--- a/metadata/org.billthefarmer.scope.txt
+++ b/metadata/org.billthefarmer.scope.txt
@@ -76,7 +76,11 @@ Build:1.15,115
commit=v1.15
gradle=yes
+Build:1.16,116
+ commit=v1.16
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.15
-Current Version Code:115
+Current Version:1.16
+Current Version Code:116
diff --git a/metadata/org.billthefarmer.siggen.txt b/metadata/org.billthefarmer.siggen.txt
index 3b5cfe8995..f327422a04 100644
--- a/metadata/org.billthefarmer.siggen.txt
+++ b/metadata/org.billthefarmer.siggen.txt
@@ -73,7 +73,15 @@ Build:1.14,114
commit=v1.14
gradle=yes
+Build:1.15,115
+ commit=v1.15
+ gradle=yes
+
+Build:1.16,116
+ commit=v1.16
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.14
-Current Version Code:114
+Current Version:1.16
+Current Version Code:116
diff --git a/metadata/org.billthefarmer.tuner.txt b/metadata/org.billthefarmer.tuner.txt
index d4c41d0973..c8bf8f0a05 100644
--- a/metadata/org.billthefarmer.tuner.txt
+++ b/metadata/org.billthefarmer.tuner.txt
@@ -76,7 +76,19 @@ Build:1.18,118
commit=v1.18
gradle=yes
+Build:1.19,119
+ commit=v1.19
+ gradle=yes
+
+Build:1.20,120
+ commit=v1.20
+ gradle=yes
+
+Build:1.21,121
+ commit=v1.21
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.18
-Current Version Code:118
+Current Version:1.21
+Current Version Code:121
diff --git a/metadata/org.blokada.alarm.txt b/metadata/org.blokada.alarm.txt
index 701eabe1e3..cb6b472f3a 100644
--- a/metadata/org.blokada.alarm.txt
+++ b/metadata/org.blokada.alarm.txt
@@ -1,8 +1,8 @@
Categories:Internet
License:GPL-3.0
-Author Name:Karsen and the Blokada community
+Author Name:The Blokada Community
Author Email:hello@blokada.org
-Web Site:http://blokada.org
+Web Site:https://blokada.org
Source Code:https://github.com/blokadaorg/blokada
Issue Tracker:https://github.com/blokadaorg/blokada/issues
Bitcoin:16rJ49uNKCohVhHvWNganP6Y48Ba9BTyKd
@@ -66,7 +66,18 @@ Build:2.2.3,29
prebuild=echo -e "ext {\n extVersionName = \"$$VERSION$$\"\n extVersionCode = $$VERCODE$$ \n }" >> ../version.gradle && \
sed -i -e '/firebaseCompile/d' build.gradle
+Build:3.0.0,32
+ commit=3.0.0
+ subdir=app
+ gradle=Prod
+ srclibs=gscore@1.2
+ prebuild=echo -e "ext {\n extVersionName = \"3.0.0\"\n extVersionCode = 32 \n }" >> ../version.gradle && \
+ echo "project(':gscore').projectDir = new File('$PWD/../../srclib/gscore')" >> ../paths.gradle && \
+ echo -e "ext {\n extVersionName = \"1.2\"\n extVersionCode = 12 \n }" >> ../../srclib/gscore/version.gradle && \
+ sed -i -e "/firebaseImplementation/d" build.gradle && \
+ sed -i -e "/apply plugin: 'com.google.gms.google-services/d" build.gradle
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.2.3
-Current Version Code:29
+Current Version:3.0.0
+Current Version Code:32
diff --git a/metadata/org.bottiger.podcast.txt b/metadata/org.bottiger.podcast.txt
index 4bb9c08a86..17bd0c9686 100644
--- a/metadata/org.bottiger.podcast.txt
+++ b/metadata/org.bottiger.podcast.txt
@@ -721,7 +721,36 @@ Build:0.158.10,390
sed -i -e 's/javaMaxHeapSize "4g"/javaMaxHeapSize "2g"/g' build.gradle && \
sed -i -e '/google-services/d' build.gradle
+Build:0.158.13,409
+ disable=tag is gone
+ commit=409
+ subdir=app
+ gradle=free
+ rm=app/src/amazon/libs/*.jar
+ prebuild=sed -i -e '/amazonCompile/d' -e '/googleCompile/d' build.gradle && \
+ sed -i -e 's/javaMaxHeapSize "4g"/javaMaxHeapSize "2g"/g' build.gradle && \
+ sed -i -e '/google-services/d' build.gradle
+
+Build:0.160.2,422
+ disable=error: VendorMediaRouteCast is not abstract and does not override abstract method removeListener(EventListener)
+ commit=422
+ subdir=app
+ gradle=free
+ rm=app/src/amazon/libs/*.jar
+ prebuild=sed -i -e '/amazonCompile/d' -e '/googleCompile/d' build.gradle && \
+ sed -i -e 's/javaMaxHeapSize "4g"/javaMaxHeapSize "2g"/g' build.gradle && \
+ sed -i -e '/google-services/d' build.gradle
+
+Build:0.160.2,424
+ commit=424
+ subdir=app
+ gradle=free
+ rm=app/src/amazon/libs/*.jar
+ prebuild=sed -i -e '/amazonCompile/d' -e '/googleCompile/d' build.gradle && \
+ sed -i -e 's/javaMaxHeapSize "4g"/javaMaxHeapSize "2g"/g' build.gradle && \
+ sed -i -e '/google-services/d' build.gradle
+
Auto Update Mode:Version %c
Update Check Mode:Tags
-Current Version:0.158.10
-Current Version Code:390
+Current Version:0.160.2
+Current Version Code:424
diff --git a/metadata/org.briarproject.briar.beta.txt b/metadata/org.briarproject.briar.beta.txt
index bb6e9db364..59a92a7791 100644
--- a/metadata/org.briarproject.briar.beta.txt
+++ b/metadata/org.briarproject.briar.beta.txt
@@ -34,8 +34,20 @@ Build:0.16.16,1616
gradle=yes
rm=bramble-j2se
+Build:0.16.18,1618
+ commit=beta-0.16.18
+ subdir=briar-android
+ gradle=yes
+ rm=bramble-j2se
+
+Build:0.16.19,1619
+ commit=beta-0.16.19
+ subdir=briar-android
+ gradle=yes
+ rm=bramble-j2se
+
Archive Policy:0 versions
Auto Update Mode:Version beta-%v
Update Check Mode:Tags
-Current Version:0.16.16
-Current Version Code:1616
+Current Version:0.16.19
+Current Version Code:1619
diff --git a/metadata/org.coolfrood.mytronome.txt b/metadata/org.coolfrood.mytronome.txt
index c717ae04e7..aaa7dd48ce 100644
--- a/metadata/org.coolfrood.mytronome.txt
+++ b/metadata/org.coolfrood.mytronome.txt
@@ -19,6 +19,6 @@ Build:1.0.1,1
target=android-17
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.0.1
Current Version Code:1
diff --git a/metadata/org.damazio.notifier.txt b/metadata/org.damazio.notifier.txt
index 1195bd04cd..8134992dad 100644
--- a/metadata/org.damazio.notifier.txt
+++ b/metadata/org.damazio.notifier.txt
@@ -31,6 +31,6 @@ publish this version anyway.
.
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:0.3
Current Version Code:12
diff --git a/metadata/org.dmfs.tasks.txt b/metadata/org.dmfs.tasks.txt
index 6ccc5d7858..9bb4cd62bb 100644
--- a/metadata/org.dmfs.tasks.txt
+++ b/metadata/org.dmfs.tasks.txt
@@ -1,6 +1,6 @@
Categories:Writing
License:Apache-2.0
-Web Site:https://github.com/dmfs/opentasks/blob/HEAD/README.md
+Web Site:https://github.com/dmfs/opentasks
Source Code:https://github.com/dmfs/opentasks
Issue Tracker:https://github.com/dmfs/opentasks/issues
Changelog:https://github.com/dmfs/opentasks/releases
diff --git a/metadata/org.documentfoundation.libreoffice.txt b/metadata/org.documentfoundation.libreoffice.txt
index a729bc5d09..70cb03875b 100644
--- a/metadata/org.documentfoundation.libreoffice.txt
+++ b/metadata/org.documentfoundation.libreoffice.txt
@@ -129,6 +129,7 @@ Build:5.2.3.1/01ec8f3,10
Build:5.2.3.1/01ec8f3,11
commit=01ec8f357e651ca9656837b783cf7e6a32ee4d92
+ timeout=14400
subdir=android/source
gradle=StrippedUI
srclibs=LOTarballs@7af09343d73215d3556898d70a35af94efd02cec
diff --git a/metadata/org.dolphinemu.dolphinemu.txt b/metadata/org.dolphinemu.dolphinemu.txt
index 0444a1af2e..aaed249775 100644
--- a/metadata/org.dolphinemu.dolphinemu.txt
+++ b/metadata/org.dolphinemu.dolphinemu.txt
@@ -45,7 +45,15 @@ Build:0.13,13
echo 'makeArgs=-j4' >> ../build.properties
scandelete=Installer,Externals,Source/DSPTool,Data/Sys,docs
+Build:5.0-6374,14523
+ commit=e7ed4857b1ec3ac382e307806d22ba0c03dae37c
+ subdir=Source/Android/app
+ gradle=yes
+ rm=Source/Android/code-style-java.jar
+ scandelete=Installer,Externals,Data/Sys,docs
+ ndk=r16b
+
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:0.13
-Current Version Code:13
+Current Version:5.0-6374
+Current Version Code:14523
diff --git a/metadata/org.dyndns.ipignoli.petronius.txt b/metadata/org.dyndns.ipignoli.petronius.txt
index 65253cc289..d4b432574e 100644
--- a/metadata/org.dyndns.ipignoli.petronius.txt
+++ b/metadata/org.dyndns.ipignoli.petronius.txt
@@ -19,6 +19,6 @@ Build:1.3,4
commit=57
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.3
Current Version Code:4
diff --git a/metadata/org.emunix.unipatcher.txt b/metadata/org.emunix.unipatcher.txt
index ada195a0aa..41f0e827de 100644
--- a/metadata/org.emunix.unipatcher.txt
+++ b/metadata/org.emunix.unipatcher.txt
@@ -63,7 +63,7 @@ Build:0.15,150000
submodules=yes
gradle=free
scanignore=app/src/test,app/src/main/cpp/xdelta3/xdelta3/examples
- ndk=r16
+ ndk=r16b
Auto Update Mode:Version v%v
Update Check Mode:Tags
diff --git a/metadata/org.epstudios.epmobile.txt b/metadata/org.epstudios.epmobile.txt
index 21f0a7286b..9b9c6c77b0 100644
--- a/metadata/org.epstudios.epmobile.txt
+++ b/metadata/org.epstudios.epmobile.txt
@@ -103,7 +103,19 @@ Build:2.16,50
subdir=app
gradle=yes
-Auto Update Mode:Version v%v
+Build:2.17,51
+ disable=Could not find com.android.tools.build:gradle:3.0.1
+ commit=2.17
+ subdir=app
+ gradle=yes
+
+Build:2.17.1,52
+ disable=Could not find com.android.tools.build:gradle:3.0.1
+ commit=2.17.1
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:2.16
-Current Version Code:50
+Current Version:2.17.1
+Current Version Code:52
diff --git a/metadata/org.fdroid.fdroid.ota.yml b/metadata/org.fdroid.fdroid.ota.yml
new file mode 100644
index 0000000000..abf7dbfb49
--- /dev/null
+++ b/metadata/org.fdroid.fdroid.ota.yml
@@ -0,0 +1,35 @@
+Categories:
+ - System
+License: GPL-3.0+
+WebSite: https://f-droid.org
+SourceCode: https://gitlab.com/fdroid/fdroidclient
+IssueTracker: https://gitlab.com/fdroid/fdroidclient/issues
+Translation: https://hosted.weblate.org/projects/f-droid/f-droid
+Changelog: https://gitlab.com/fdroid/fdroidclient/raw/HEAD/CHANGELOG.md
+Donate: https://f-droid.org/about
+FlattrID: '343053'
+LiberapayID: '27859'
+Bitcoin: 15u8aAPK4jJ5N8wpWJ5gutAyyeHtKX5i18
+
+AutoName: F-Droid OTA
+
+RepoType: git
+Repo: https://gitlab.com/fdroid/fdroidclient
+
+Builds:
+ - versionName: 1.0.3
+ versionCode: 1000013
+ commit: 4b80c9648c72e47a0e8de553321b4637eb4683a6
+ output: app/build/distributions/F-DroidFromBinaries-$$VERCODE$$.zip
+ prebuild: echo $$VERCODE$$ > VERCODE
+ scanignore:
+ - app/src/*est/*/*.jar
+ - libs/gradle-witness.jar
+ build: ./create_ota.sh binary `cat VERCODE`
+
+MaintainerNotes: AutoUpdateMode only works for APKs right now.
+
+AutoUpdateMode: Version %v
+UpdateCheckMode: Static
+CurrentVersion: 1.0.3
+CurrentVersionCode: 1000013
diff --git a/metadata/org.fdroid.fdroid.ota/en-US/description.txt b/metadata/org.fdroid.fdroid.ota/en-US/description.txt
new file mode 100644
index 0000000000..e8c55d2c86
--- /dev/null
+++ b/metadata/org.fdroid.fdroid.ota/en-US/description.txt
@@ -0,0 +1,25 @@
+F-Droid is an installable catalogue of FOSS (Free and Open Source
+Software) applications for the Android platform. The client makes it
+easy to browse, install, and keep track of updates on your device.
+
+It connects to any F-Droid compatible repositories. The default repo
+is hosted at f-droid.org, which contains only bona fide Free and Open
+Source Software.
+
+Android itself is open in the sense that you are free to install apks
+from anywhere you wish, but there are many good reasons for using
+F-Droid as your free software app manager:
+
+* Be notified when updates are available
+* optionally download and install updates automatically
+* Keep track of older and beta versions
+* Filter apps that aren't compatible with the device
+* Find apps via categories and searchable descriptions
+* Access associated urls for donations, source code etc.
+* Stay safe by checking repo index signatures and apk hashes
+
+This is packaged as an OTA (Over-The-Air) update ZIP file. It must be
+installed using TWRP or other Android recovery that can flash updates
+to the system from the /data/data/org.fdroid.fdroid folder on the
+/data partition. Once this OTA package is installed, updates will come
+from the normal [[org.fdroid.fdroid]] builds.
diff --git a/metadata/org.fdroid.fdroid.ota/en-US/summary.txt b/metadata/org.fdroid.fdroid.ota/en-US/summary.txt
new file mode 100644
index 0000000000..9bcf8793bc
--- /dev/null
+++ b/metadata/org.fdroid.fdroid.ota/en-US/summary.txt
@@ -0,0 +1 @@
+F-Droid installer for devices with Privileged Extension built-in
diff --git a/metadata/org.fdroid.fdroid.privileged.ota.txt b/metadata/org.fdroid.fdroid.privileged.ota.txt
index 70b7a59a2b..4af4d2dce7 100644
--- a/metadata/org.fdroid.fdroid.privileged.ota.txt
+++ b/metadata/org.fdroid.fdroid.privileged.ota.txt
@@ -3,8 +3,10 @@ License:Apache-2.0
Web Site:https://f-droid.org
Source Code:https://gitlab.com/fdroid/privileged-extension
Issue Tracker:https://gitlab.com/fdroid/privileged-extension/issues
+Translation:https://hosted.weblate.org/projects/f-droid/privileged-extension/
Donate:https://f-droid.org/about
FlattrID:343053
+LiberapayID:27859
Bitcoin:15u8aAPK4jJ5N8wpWJ5gutAyyeHtKX5i18
Auto Name:F-Droid Privileged Extension OTA
@@ -21,11 +23,13 @@ Build:0.2.1,2000
build=gradle assembleUpdateZipFromBinariesDebug
Build:0.2.2,2020
+ disable=build fails and its old, so no need to fix it
commit=0.2.2-ota
output=app/build/distributions/FDroidPrivilegedExtensionFromBinaries-0.2.2-ota.zip
build=gradle assembleUpdateZipFromBinariesDebug
Build:0.2.3,2030
+ disable=build fails and its old, so no need to fix it
commit=0.2.3-ota
output=app/build/distributions/FDroidPrivilegedExtensionFromBinaries-$$VERSION$$-ota.zip
build=gradle assembleUpdateZipFromBinariesDebug
diff --git a/metadata/org.fdroid.fdroid.privileged.txt b/metadata/org.fdroid.fdroid.privileged.txt
index 544db31d9a..fa2c65436d 100644
--- a/metadata/org.fdroid.fdroid.privileged.txt
+++ b/metadata/org.fdroid.fdroid.privileged.txt
@@ -3,8 +3,10 @@ License:Apache-2.0
Web Site:https://f-droid.org
Source Code:https://gitlab.com/fdroid/privileged-extension
Issue Tracker:https://gitlab.com/fdroid/privileged-extension/issues
+Translation:https://hosted.weblate.org/projects/f-droid/privileged-extension/
Donate:https://f-droid.org/about
FlattrID:343053
+LiberapayID:27859
Bitcoin:15u8aAPK4jJ5N8wpWJ5gutAyyeHtKX5i18
Auto Name:F-Droid Privileged Extension
diff --git a/metadata/org.fdroid.fdroid.txt b/metadata/org.fdroid.fdroid.txt
index 220455ff06..d9deb37a94 100644
--- a/metadata/org.fdroid.fdroid.txt
+++ b/metadata/org.fdroid.fdroid.txt
@@ -3,9 +3,11 @@ License:GPL-3.0+
Web Site:https://f-droid.org
Source Code:https://gitlab.com/fdroid/fdroidclient
Issue Tracker:https://gitlab.com/fdroid/fdroidclient/issues
+Translation:https://hosted.weblate.org/projects/f-droid/f-droid
Changelog:https://gitlab.com/fdroid/fdroidclient/raw/HEAD/CHANGELOG.md
Donate:https://f-droid.org/about
FlattrID:343053
+LiberapayID:27859
Bitcoin:15u8aAPK4jJ5N8wpWJ5gutAyyeHtKX5i18
Auto Name:F-Droid
@@ -771,6 +773,11 @@ Build:1.0.2,1000012
subdir=app
gradle=yes
+Build:1.0.3,1000013
+ commit=1.0.3
+ subdir=app
+ gradle=yes
+
Build:1.1-alpha0,1001000
commit=1.1-alpha0
subdir=app
@@ -781,8 +788,24 @@ Build:1.1-alpha1,1001001
subdir=app
gradle=yes
+Build:1.1-alpha2,1001002
+ disable=constantly does index updates
+ commit=1.1-alpha2
+ subdir=app
+ gradle=yes
+
+Build:1.1-alpha3,1001003
+ commit=1.1-alpha3
+ subdir=app
+ gradle=yes
+
+Build:1.1-alpha4,1001004
+ commit=1.1-alpha4
+ subdir=app
+ gradle=yes
+
Archive Policy:20 versions
Auto Update Mode:None
Update Check Mode:Static
-Current Version:1.0.2
-Current Version Code:1000012
+Current Version:1.0.3
+Current Version Code:1000013
diff --git a/metadata/org.fitchfamily.android.dejavu.txt b/metadata/org.fitchfamily.android.dejavu.txt
index eee765df02..2a3b1f53a9 100644
--- a/metadata/org.fitchfamily.android.dejavu.txt
+++ b/metadata/org.fitchfamily.android.dejavu.txt
@@ -66,7 +66,17 @@ Build:1.1.1,10
subdir=app
gradle=yes
+Build:1.1.2,11
+ commit=v1.1.2
+ subdir=app
+ gradle=yes
+
+Build:1.1.3,12
+ commit=v1.1.3
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.1.1
-Current Version Code:10
+Current Version:1.1.3
+Current Version Code:12
diff --git a/metadata/org.fitchfamily.android.symphony.txt b/metadata/org.fitchfamily.android.symphony.txt
index 6e3bf1c39f..64948ac8fa 100644
--- a/metadata/org.fitchfamily.android.symphony.txt
+++ b/metadata/org.fitchfamily.android.symphony.txt
@@ -64,7 +64,13 @@ Build:1.1.1,9
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
+Build:1.1.2,10
+ commit=v1.1.2
+ 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.1
-Current Version Code:9
+Current Version:1.1.2
+Current Version Code:10
diff --git a/metadata/org.fox.tttrss.txt b/metadata/org.fox.tttrss.txt
new file mode 100644
index 0000000000..db331addc7
--- /dev/null
+++ b/metadata/org.fox.tttrss.txt
@@ -0,0 +1,29 @@
+Categories:Internet
+License:GPL-3.0+
+Web Site:https://github.com/theScrabi/tttrsss/blob/HEAD/README.md
+Source Code:https://github.com/theScrabi/tttrsss/
+Issue Tracker:https://github.com/theScrabi/tttrsss/issues
+
+Auto Name:Tiny Tiny RSS
+Summary:Client to connect to TinyTinyRSS
+Description:
+This is a fork of the original Tiny Tiny RSS app for android. Due to
+incompatibility with fdroid this fork was produced. However only a few changes
+where made to allow this app to be distributed on fdroid.
+
+Since this version does not need to be bough I highly recommend to donate to the
+original developer.
+.
+
+Repo Type:git
+Repo:https://github.com/theScrabi/tttrsss.git
+
+Build:1.231,465
+ commit=v1.231
+ subdir=org.fox.ttrss
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.231
+Current Version Code:465
diff --git a/metadata/org.gateshipone.malp.txt b/metadata/org.gateshipone.malp.txt
index ae6685e232..b78ceb6bde 100644
--- a/metadata/org.gateshipone.malp.txt
+++ b/metadata/org.gateshipone.malp.txt
@@ -75,7 +75,17 @@ Build:1.1.12,21
subdir=app
gradle=yes
+Build:1.1.13,22
+ commit=release-22
+ subdir=app
+ gradle=yes
+
+Build:1.1.14,23
+ commit=release-23
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version release-%c
Update Check Mode:Tags
-Current Version:1.1.12
-Current Version Code:21
+Current Version:1.1.14
+Current Version Code:23
diff --git a/metadata/org.gateshipone.odyssey.txt b/metadata/org.gateshipone.odyssey.txt
index 15f02a5a36..a19d258175 100644
--- a/metadata/org.gateshipone.odyssey.txt
+++ b/metadata/org.gateshipone.odyssey.txt
@@ -117,7 +117,17 @@ Build:1.1.11,23
subdir=app
gradle=yes
+Build:1.1.12,24
+ commit=release-24
+ subdir=app
+ gradle=yes
+
+Build:1.1.13,25
+ commit=release-25
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version release-%c
Update Check Mode:Tags
-Current Version:1.1.11
-Current Version Code:23
+Current Version:1.1.13
+Current Version Code:25
diff --git a/metadata/org.gc.networktester.txt b/metadata/org.gc.networktester.txt
index b69b07caf2..bb5e963ff4 100644
--- a/metadata/org.gc.networktester.txt
+++ b/metadata/org.gc.networktester.txt
@@ -33,6 +33,6 @@ Build:1.4,5
target=android-15
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.4
Current Version Code:5
diff --git a/metadata/org.gnu.icecat.txt b/metadata/org.gnu.icecat.txt
index f44d7c1794..f9cb0375b4 100644
--- a/metadata/org.gnu.icecat.txt
+++ b/metadata/org.gnu.icecat.txt
@@ -323,6 +323,50 @@ Build:52.4.1,520411
mv obj-android/dist/icecat*-unsigned-unaligned.apk fdroid/icecat-unsigned.apk
ndk=r12b
+Build:52.6.0,520600
+ commit=FIREFOX_52_6_0esr_RELEASE
+ timeout=21600
+ sudo=apt-get install -y g++
+ output=fdroid/icecat-unsigned.apk
+ srclibs=MozLocales@7707113b,IceCat@a5245aa2
+ prebuild=bash $$IceCat$$/makeicecat -- --no-tarball --skip-l10n --no-debian --with-sourcedir=$PWD && \
+ bash $$MozLocales$$/prebuild-icecat.sh && \
+ fxarch=`echo $$VERCODE$$ | cut -c 5 | sed -e 's/0/arm-linux-androideabi/g' -e 's/1/i386-linux-androideabi/g'` && \
+ echo "ac_add_options --with-android-ndk=$$NDK$$" >> .mozconfig && \
+ echo "ac_add_options --with-android-sdk=$$SDK$$" >> .mozconfig && \
+ echo "ac_add_options --target=${fxarch}" >> .mozconfig && \
+ echo "mk_add_options 'export MOZ_APP_ANDROID_VERSION_CODE=$$VERCODE$$'" >> .mozconfig
+ scanignore=mobile/android/base/java/org/mozilla/gecko/javaaddons
+ build=./mach build && \
+ pushd obj-android/mobile/android/locales && \
+ for loc in $(cat ../../../../used-locales); do LOCALE_MERGEDIR=$PWD/merge-$loc make merge-$loc || exit 1; LOCALE_MERGEDIR=$PWD/merge-$loc make chrome-$loc || exit 1; done && \
+ popd && \
+ ./mach package && \
+ mv obj-android/dist/icecat*-unsigned-unaligned.apk fdroid/icecat-unsigned.apk
+ ndk=r12b
+
+Build:52.6.0,520610
+ commit=FIREFOX_52_6_0esr_RELEASE
+ timeout=21600
+ sudo=apt-get install -y g++
+ output=fdroid/icecat-unsigned.apk
+ srclibs=MozLocales@7707113b,IceCat@a5245aa2
+ prebuild=bash $$IceCat$$/makeicecat -- --no-tarball --skip-l10n --no-debian --with-sourcedir=$PWD && \
+ bash $$MozLocales$$/prebuild-icecat.sh && \
+ fxarch=`echo $$VERCODE$$ | cut -c 5 | sed -e 's/0/arm-linux-androideabi/g' -e 's/1/i386-linux-androideabi/g'` && \
+ echo "ac_add_options --with-android-ndk=$$NDK$$" >> .mozconfig && \
+ echo "ac_add_options --with-android-sdk=$$SDK$$" >> .mozconfig && \
+ echo "ac_add_options --target=${fxarch}" >> .mozconfig && \
+ echo "mk_add_options 'export MOZ_APP_ANDROID_VERSION_CODE=$$VERCODE$$'" >> .mozconfig
+ scanignore=mobile/android/base/java/org/mozilla/gecko/javaaddons
+ build=./mach build && \
+ pushd obj-android/mobile/android/locales && \
+ for loc in $(cat ../../../../used-locales); do LOCALE_MERGEDIR=$PWD/merge-$loc make merge-$loc || exit 1; LOCALE_MERGEDIR=$PWD/merge-$loc make chrome-$loc || exit 1; done && \
+ popd && \
+ ./mach package && \
+ mv obj-android/dist/icecat*-unsigned-unaligned.apk fdroid/icecat-unsigned.apk
+ ndk=r12b
+
Maintainer Notes:
Needs Mercurial (a.k.a. hg) >= 3.5 to clone from Mozilla server.
Needs host g++ since at least version 52.3
@@ -331,5 +375,5 @@ Needs host g++ since at least version 52.3
Archive Policy:4 versions
Auto Update Mode:None
Update Check Mode:None
-Current Version:52.4.1
-Current Version Code:520411
+Current Version:52.6.0
+Current Version Code:520610
diff --git a/metadata/org.herrlado.ask.languagepack.lithuanian.txt b/metadata/org.herrlado.ask.languagepack.lithuanian.txt
index 369413cb47..f32cfedeb5 100644
--- a/metadata/org.herrlado.ask.languagepack.lithuanian.txt
+++ b/metadata/org.herrlado.ask.languagepack.lithuanian.txt
@@ -46,6 +46,6 @@ Build:20111024,9
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:20111024
Current Version Code:9
diff --git a/metadata/org.hlwd.bible.txt b/metadata/org.hlwd.bible.txt
index e2c16c5e42..fc2c371fe5 100644
--- a/metadata/org.hlwd.bible.txt
+++ b/metadata/org.hlwd.bible.txt
@@ -1,5 +1,6 @@
Categories:Reading
License:GPL-3.0
+Author Name:hotlittlewhitedog
Web Site:https://gitlab.com/hotlittlewhitedog/BibleMultiTheLight/blob/HEAD/README.md
Source Code:https://gitlab.com/hotlittlewhitedog/BibleMultiTheLight/tree/HEAD
Issue Tracker:https://gitlab.com/hotlittlewhitedog/BibleMultiTheLight/issues
@@ -37,7 +38,17 @@ Build:2.11,20180114
subdir=app
gradle=yes
-Auto Update Mode:None
-Update Check Mode:None
-Current Version:2.11
-Current Version Code:20180114
+Build:2.12,20180203
+ commit=0535f0df117bf338484d5925e13f5dd672eb26f5
+ subdir=app
+ gradle=yes
+
+Build:2.13,20180304
+ commit=v2.13
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:2.13
+Current Version Code:20180304
diff --git a/metadata/org.hwyl.sexytopo.txt b/metadata/org.hwyl.sexytopo.txt
index 28b507d513..db5293d5ac 100644
--- a/metadata/org.hwyl.sexytopo.txt
+++ b/metadata/org.hwyl.sexytopo.txt
@@ -55,5 +55,5 @@ Build:1.0.15,15
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:1.0.19
-Current Version Code:19
+Current Version:1.0.21
+Current Version Code:21
diff --git a/metadata/org.hystudio.android.dosbox.txt b/metadata/org.hystudio.android.dosbox.txt
index 4564d23e14..3c8cb664ba 100644
--- a/metadata/org.hystudio.android.dosbox.txt
+++ b/metadata/org.hystudio.android.dosbox.txt
@@ -22,6 +22,6 @@ Build:0.2.5,20500
buildjni=yes
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:0.2.5
Current Version Code:20500
diff --git a/metadata/org.jessies.dalvikexplorer.txt b/metadata/org.jessies.dalvikexplorer.txt
index c141efd969..4b73c4bb78 100644
--- a/metadata/org.jessies.dalvikexplorer.txt
+++ b/metadata/org.jessies.dalvikexplorer.txt
@@ -45,6 +45,6 @@ Build:3.9,39
target=android-19
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:3.9
Current Version Code:39
diff --git a/metadata/org.jessies.mathdroid.txt b/metadata/org.jessies.mathdroid.txt
index ea1d5e0b28..b854bf2a6e 100644
--- a/metadata/org.jessies.mathdroid.txt
+++ b/metadata/org.jessies.mathdroid.txt
@@ -30,6 +30,6 @@ Build:2.9.3,293
target=android-17
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:2.9.3
Current Version Code:293
diff --git a/metadata/org.jmoyer.NotificationPlus.txt b/metadata/org.jmoyer.NotificationPlus.txt
index 250bb4f9a6..ff43a83225 100644
--- a/metadata/org.jmoyer.NotificationPlus.txt
+++ b/metadata/org.jmoyer.NotificationPlus.txt
@@ -19,6 +19,6 @@ Build:1.1,2
commit=v1.1
Auto Update Mode:None
-Update Check Mode:Tags
+Update Check Mode:Static
Current Version:1.1
Current Version Code:2
diff --git a/metadata/org.jtb.alogcat.txt b/metadata/org.jtb.alogcat.txt
index 49e60af37d..3799ba0ba1 100644
--- a/metadata/org.jtb.alogcat.txt
+++ b/metadata/org.jtb.alogcat.txt
@@ -45,6 +45,6 @@ Build:2.6.1,43
sed -i "s/org.jtb.alogcat.donate/org.jtb.alogcat/" AndroidManifest.xml
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:2.6.1
Current Version Code:43
diff --git a/metadata/org.jtb.droidlife.txt b/metadata/org.jtb.droidlife.txt
index 6dac03e9db..3787df8f15 100644
--- a/metadata/org.jtb.droidlife.txt
+++ b/metadata/org.jtb.droidlife.txt
@@ -22,6 +22,6 @@ Build:2.5,22
init=rm -rf release/
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:2.5
Current Version Code:22
diff --git a/metadata/org.jtb.httpmon.txt b/metadata/org.jtb.httpmon.txt
index f17952049d..b660b6f014 100644
--- a/metadata/org.jtb.httpmon.txt
+++ b/metadata/org.jtb.httpmon.txt
@@ -22,6 +22,6 @@ Build:0.4.10,27
commit=54
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:0.4.10
Current Version Code:27
diff --git a/metadata/org.kaqui.txt b/metadata/org.kaqui.txt
index a050aedda5..e4899b8588 100644
--- a/metadata/org.kaqui.txt
+++ b/metadata/org.kaqui.txt
@@ -5,6 +5,7 @@ Source Code:https://github.com/blastrock/kaqui
Issue Tracker:https://github.com/blastrock/kaqui/issues
Auto Name:KaQui
+Summary:Learn hiraganas, katakanas, and kanji in form of a quiz
Description:
KaQui helps learning Japanese. It takes the form of a quiz to memorize
hiraganas, katakanas, and kanji readings and meanings and adapts to the user
diff --git a/metadata/org.kde.kdeconnect_tp.txt b/metadata/org.kde.kdeconnect_tp.txt
index e3050b2f62..5d46e359cc 100644
--- a/metadata/org.kde.kdeconnect_tp.txt
+++ b/metadata/org.kde.kdeconnect_tp.txt
@@ -200,11 +200,17 @@ Build:1.6.6,1660
prebuild=sed -i -e '/javaMaxHeapSize/s/4g/2g/g' build.gradle
Build:1.7.1,1710
+ disable=Cannot resolve external dependency com.android.tools.build:gradle:3.0.1 because no repositories are defined
commit=v1.7.1
gradle=yes
prebuild=sed -i -e '/javaMaxHeapSize/s/4g/2g/g' build.gradle
+Build:1.7.2,1720
+ commit=v1.7.2
+ gradle=yes
+ prebuild=sed -i -e '/javaMaxHeapSize/s/4g/2g/g' build.gradle
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.7.1
-Current Version Code:1710
+Current Version:1.7.2
+Current Version Code:1720
diff --git a/metadata/org.kore.kolabnotes.android.txt b/metadata/org.kore.kolabnotes.android.txt
index 8838f7e4c9..ca4d5e3422 100644
--- a/metadata/org.kore.kolabnotes.android.txt
+++ b/metadata/org.kore.kolabnotes.android.txt
@@ -561,7 +561,13 @@ Build:3.0.0,93
subdir=app
gradle=yes
+Build:3.1.1,96
+ disable=Could not find com.android.tools.build:gradle:3.0.1
+ commit=3.1.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.0.0
-Current Version Code:93
+Current Version:3.1.1
+Current Version Code:96
diff --git a/metadata/org.kwaak3.txt b/metadata/org.kwaak3.txt
index 0e57c8314e..6eb683f11d 100644
--- a/metadata/org.kwaak3.txt
+++ b/metadata/org.kwaak3.txt
@@ -28,6 +28,6 @@ Build:1.0,1
buildjni=yes
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.0
Current Version Code:1
diff --git a/metadata/org.libreoffice.impressremote.txt b/metadata/org.libreoffice.impressremote.txt
index c04bdd2cb1..58a2aa8d8e 100644
--- a/metadata/org.libreoffice.impressremote.txt
+++ b/metadata/org.libreoffice.impressremote.txt
@@ -57,6 +57,7 @@ Build:2.2.3,17
rm=ios
Build:2.3.0,19
+ disable=never released by upstream, see https://gitlab.com/fdroid/fdroiddata/issues/1154
commit=sdremote-2.3.0
subdir=android/sdremote/mobile
init=sed -r -i '/full(Compile|Wear)/d' build.gradle && \
@@ -64,8 +65,7 @@ Build:2.3.0,19
gradle=minimal
rm=ios
-Auto Update Mode:None
-Update Check Mode:HTTP
-Update Check Data:https://gerrit.libreoffice.org/gitweb?p=impress_remote.git;a=blob_plain;f=android/sdremote/build.gradle;hb=HEAD|versionCode (.*)|.|versionName[\ ]*\'(.*)\'
-Current Version:2.2.3
-Current Version Code:17
+Auto Update Mode:Version sdremote-%v
+Update Check Mode:Tags
+Current Version:2.3.0
+Current Version Code:19
diff --git a/metadata/org.linphone.txt b/metadata/org.linphone.txt
index b4245d336c..d7adbd3b2f 100644
--- a/metadata/org.linphone.txt
+++ b/metadata/org.linphone.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-3.0
+License:GPL-2.0+
Web Site:http://www.linphone.org
Source Code:http://www.linphone.org/technical-corner/linphone/downloads
Issue Tracker:
@@ -300,6 +300,24 @@ Build:3.3.1,3311
make `pwd`/res/raw/rootca.pem
ndk=r15c
+Build:3.3.2,3320
+ commit=3.3.2
+ submodules=yes
+ sudo=apt-get install -y cmake/testing libjsoncpp1/testing libstdc++6/testing
+ patch=3.3.0-gradle.patch
+ gradle=yes
+ output=bin/outputs/apk/org.linphone-release-unsigned.apk
+ rm=libs,liblinphone_tester,submodules/externals/antlr3,src/android/org/linphone/gcm,src/android/org/linphone/firebase/Firebase*.java
+ prebuild=sed -i -e 's|"kill_service_with_task_manager">true<|"kill_service_with_task_manager">false<|' res/values/non_localizable_custom.xml
+ scandelete=submodules
+ build=echo 'gradle "$@"' > gradlew && \
+ chmod a+x gradlew && \
+ ./prepare.py && \
+ make -j`nproc` build && \
+ make copy-libs && \
+ make `pwd`/res/raw/rootca.pem
+ ndk=r15c
+
Auto Update Mode:None
Update Check Mode:Tags
Current Version:3.3.2
diff --git a/metadata/org.moire.ultrasonic.txt b/metadata/org.moire.ultrasonic.txt
index 245a977a5c..1665cd90f6 100644
--- a/metadata/org.moire.ultrasonic.txt
+++ b/metadata/org.moire.ultrasonic.txt
@@ -7,7 +7,7 @@ Issue Tracker:https://github.com/ultrasonic/ultrasonic/issues
Auto Name:UltraSonic
Summary:A music streaming client for Subsonic servers
Description:
-UltraSonic is a Subsonic client for Android. You can use UltraSonic to connect
+Ultrasonic is a Subsonic client for Android. You can use Ultrasonic to connect
to a Subsonic (or Subsonic-compatible) server and listen to music.
Main features:
@@ -19,7 +19,7 @@ Main features:
* Offline mode
* Bookmarks
* Playlists on server
-* Ramdom play
+* Random play
* Jukebox mode
* Server chat
* And much more!!!
@@ -43,6 +43,23 @@ Build:2.1.0,60
subdir=ultrasonic
gradle=yes
+Build:2.2.0,61
+ disable=Offline mode does not work
+ commit=2.2.0
+ subdir=ultrasonic
+ gradle=yes
+
+Build:2.2.1,62
+ disable=Offline mode does not work
+ commit=2.2.1
+ subdir=ultrasonic
+ gradle=yes
+
+Build:2.2.2,63
+ commit=2.2.2
+ subdir=ultrasonic
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:2.1.0
diff --git a/metadata/org.mozilla.fennec_fdroid.txt b/metadata/org.mozilla.fennec_fdroid.txt
index 2d85e4b0da..b8c1f58d21 100644
--- a/metadata/org.mozilla.fennec_fdroid.txt
+++ b/metadata/org.mozilla.fennec_fdroid.txt
@@ -4112,8 +4112,9 @@ Build:57.0.4,570410
./mach package
ndk=r12b
-Build:58.0.1,580100
- commit=FENNEC_58_0_1_RELEASE
+Build:58.0.2,580200
+ commit=FENNEC_58_0_2_RELEASE
+ timeout=21600
sudo=apt-get install -y g++ proguard-cli/testing libproguard-java/testing
output=obj-arm-linux-androideabi/dist/fennec-$$VERSION$$.en-US.android-arm-unsigned-unaligned.apk
srclibs=MozLocales@f39951ae735980571966856e13110c23377bee50
@@ -4146,8 +4147,9 @@ Build:58.0.1,580100
zip -d obj-arm-linux-androideabi/dist/fennec-$$VERSION$$.en-US.android-arm-unsigned-unaligned.apk 'META-INF/*.*'
ndk=r15c
-Build:58.0.1,580110
- commit=FENNEC_58_0_1_RELEASE
+Build:58.0.2,580210
+ commit=FENNEC_58_0_2_RELEASE
+ timeout=21600
sudo=apt-get install -y g++ proguard-cli/testing libproguard-java/testing
output=obj-i386-linux-androideabi/dist/fennec-$$VERSION$$.en-US.android-i386-unsigned-unaligned.apk
srclibs=MozLocales@f39951ae735980571966856e13110c23377bee50
@@ -4202,5 +4204,5 @@ Reroute Feedback:
Archive Policy:6 versions
Auto Update Mode:None
Update Check Mode:None
-Current Version:57.0.4
-Current Version Code:570410
+Current Version:58.0.2
+Current Version Code:580210
diff --git a/metadata/org.mythdroid.txt b/metadata/org.mythdroid.txt
index 3cc4cf72da..df447b3d38 100644
--- a/metadata/org.mythdroid.txt
+++ b/metadata/org.mythdroid.txt
@@ -55,6 +55,6 @@ Build:0.6.4,64
target=android-17
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:0.6.4
Current Version Code:64
diff --git a/metadata/org.nerdcircus.android.klaxon.txt b/metadata/org.nerdcircus.android.klaxon.txt
index 55e2e7253a..b39427ca12 100644
--- a/metadata/org.nerdcircus.android.klaxon.txt
+++ b/metadata/org.nerdcircus.android.klaxon.txt
@@ -21,6 +21,6 @@ Build:0.27,27
target=android-14
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:0.27
Current Version Code:27
diff --git a/metadata/org.ninthfloor.copperpdf.txt b/metadata/org.ninthfloor.copperpdf.txt
index 4ab8151e4a..c7d73c7d4d 100644
--- a/metadata/org.ninthfloor.copperpdf.txt
+++ b/metadata/org.ninthfloor.copperpdf.txt
@@ -39,6 +39,7 @@ Build:1.2.1,4
gradle=yes
Build:1.3.0,5
+ disable=Could not find com.android.tools.build:gradle:3.0.1
commit=v1.3.0
subdir=app
gradle=yes
diff --git a/metadata/org.notabug.lifeuser.moviedb.txt b/metadata/org.notabug.lifeuser.moviedb.txt
index 37ca0adfbb..1ad1c308d2 100644
--- a/metadata/org.notabug.lifeuser.moviedb.txt
+++ b/metadata/org.notabug.lifeuser.moviedb.txt
@@ -38,7 +38,12 @@ Build:1.2.0,120
subdir=app
gradle=yes
+Build:1.9.0,190
+ commit=v1.9.0
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.2.0
-Current Version Code:120
+Current Version:1.9.0
+Current Version Code:190
diff --git a/metadata/org.npr.android.news.txt b/metadata/org.npr.android.news.txt
index a122a6c499..cd837ef40b 100644
--- a/metadata/org.npr.android.news.txt
+++ b/metadata/org.npr.android.news.txt
@@ -45,7 +45,7 @@ Build:2.4,3
target=android-15
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:2.4
Current Version Code:3
diff --git a/metadata/org.ogre.browser.txt b/metadata/org.ogre.browser.txt
index 38b72c719f..d40a3d253c 100644
--- a/metadata/org.ogre.browser.txt
+++ b/metadata/org.ogre.browser.txt
@@ -5,6 +5,11 @@ Source Code:https://github.com/OGRECave/ogre
Issue Tracker:https://github.com/OGRECave/ogre/issues
Summary:Object-Oriented Graphics Rendering Engine - Samples
+Description:
+OGRE demo application, showcasing the rendering capabilities. Also useful for
+testing compatibility with different graphics drivers. Uses the GLES2 Rendering
+System and GLES3 features as available.
+.
Repo Type:git
Repo:https://github.com/OGRECave/ogre.git
@@ -78,6 +83,26 @@ Build:1.10.10,7
ant -f SampleBrowserNDK/build.xml release
ndk=r15c
+Build:1.10.11,8
+ commit=v1.10.11
+ output=SampleBrowserNDK/bin/NativeActivity-release-unsigned.apk
+ prebuild=sed -i 's/android:versionCode="1"/android:versionCode="$$VERCODE$$"/' CMake/Templates/AndroidManifest.xml.in
+ build=export ANDROID_SDK=$$SDK$$ && \
+ cmake -DCMAKE_BUILD_TYPE=Release -DOGRE_BUILD_COMPONENT_JAVA=OFF -DOGRE_USE_STD11=ON -DOGRE_NODE_STORAGE_LEGACY=OFF -DOGRE_RESOURCEMANAGER_STRICT=ON -DANDROID_NATIVE_API_LEVEL=16 -DANDROID_ABI="armeabi-v7a with NEON" -DCMAKE_TOOLCHAIN_FILE=CMake/toolchain/android.toolchain.cmake . && \
+ cmake --build . -- -j $(nproc) && \
+ ant -f SampleBrowserNDK/build.xml release
+ ndk=r15c
+
+Build:1.10.11,9
+ commit=v1.10.11
+ output=SampleBrowserNDK/bin/NativeActivity-release-unsigned.apk
+ prebuild=sed -i 's/android:versionCode="1"/android:versionCode="$$VERCODE$$"/' CMake/Templates/AndroidManifest.xml.in
+ build=export ANDROID_SDK=$$SDK$$ && \
+ cmake -DCMAKE_BUILD_TYPE=Release -DOGRE_BUILD_COMPONENT_JAVA=OFF -DOGRE_USE_STD11=ON -DOGRE_NODE_STORAGE_LEGACY=OFF -DOGRE_RESOURCEMANAGER_STRICT=ON -DANDROID_NATIVE_API_LEVEL=16 -DANDROID_ABI="x86" -DCMAKE_TOOLCHAIN_FILE=CMake/toolchain/android.toolchain.cmake . && \
+ cmake --build . -- -j $(nproc) && \
+ ant -f SampleBrowserNDK/build.xml release
+ ndk=r15c
+
Maintainer Notes:
For documentation of cmake options see:
http://www.ogre3d.org/2017/09/02/ogre-1-10-mid-term-report > Compile Time Options
@@ -85,5 +110,5 @@ http://www.ogre3d.org/2017/09/02/ogre-1-10-mid-term-report > Compile Time Option
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:1.10.9
-Current Version Code:5
+Current Version:1.10.11
+Current Version Code:9
diff --git a/metadata/org.opengpx.txt b/metadata/org.opengpx.txt
index a4c227e7a3..47c1b7f1e2 100644
--- a/metadata/org.opengpx.txt
+++ b/metadata/org.opengpx.txt
@@ -38,6 +38,6 @@ Build:1.2.0,250
commit=191
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.2.0
Current Version Code:250
diff --git a/metadata/org.openhab.habdroid.txt b/metadata/org.openhab.habdroid.txt
new file mode 100644
index 0000000000..584a68d7cb
--- /dev/null
+++ b/metadata/org.openhab.habdroid.txt
@@ -0,0 +1,28 @@
+AntiFeatures:NonFreeAssets
+Categories:Internet
+License:EPL-1.0
+Author Name:openHAB Foundation
+Author Email:apps@openhabfoundation.org
+Web Site:https://www.openhab.org/
+Source Code:https://github.com/openhab/openhab-android
+Issue Tracker:https://github.com/openhab/openhab-android/issues
+Donate:https://www.paypal.me/openHABFoundation
+
+
+Repo Type:git
+Repo:https://github.com/openhab/openhab-android.git
+
+Build:2.0.27,30
+ commit=2.0.27-release-fdroid
+ subdir=mobile
+ gradle=foss
+ 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-release-fdroid
+Update Check Mode:Tags
+Current Version:2.0.27
+Current Version Code:30
diff --git a/metadata/org.openobservatory.ooniprobe.txt b/metadata/org.openobservatory.ooniprobe.txt
index 16e6046581..c9757a3ea9 100644
--- a/metadata/org.openobservatory.ooniprobe.txt
+++ b/metadata/org.openobservatory.ooniprobe.txt
@@ -4,7 +4,7 @@ Web Site:https://ooni.torproject.org/
Source Code:https://github.com/TheTorProject/ooniprobe-android
Issue Tracker:https://github.com/TheTorProject/ooniprobe-android/issues
-Auto Name:ooniprobe
+Auto Name:OONI Probe
Summary:Open Observatory of Network Interference (OONI)
Description:
Welcome to the global OONI community! With this app you can collect evidence of
@@ -103,11 +103,16 @@ Build:1.2.3-fdroid.1,17
subdir=app
gradle=yes
+Build:1.3.1-fdroid.1,24
+ commit=v1.3.1-fdroid.1
+ subdir=app
+ gradle=yes
+
Maintainer Notes:
Binaries:https://github.com/TheTorProject/ooniprobe-android/releases/download/v%v/ooniprobe-android-%v.apk
.
Auto Update Mode:Version v%v
Update Check Mode:Tags .*-fdroid
-Current Version:1.2.3-fdroid.1
-Current Version Code:17
+Current Version:1.3.1-fdroid.1
+Current Version Code:24
diff --git a/metadata/org.openpetfoodfacts.scanner.txt b/metadata/org.openpetfoodfacts.scanner.txt
index b4333f712c..e91191c390 100644
--- a/metadata/org.openpetfoodfacts.scanner.txt
+++ b/metadata/org.openpetfoodfacts.scanner.txt
@@ -41,5 +41,5 @@ Build:0.7.4,37
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:0.7.4
-Current Version Code:37
+Current Version:0.8.2
+Current Version Code:40
diff --git a/metadata/org.pacien.tincapp.txt b/metadata/org.pacien.tincapp.txt
index 2d70b4a280..a8505cc4d6 100644
--- a/metadata/org.pacien.tincapp.txt
+++ b/metadata/org.pacien.tincapp.txt
@@ -65,7 +65,29 @@ Build:0.7,7
subdir=app
gradle=yes
+Build:0.8,8
+ commit=v0.8
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/repositories {/ a google()' ../build.gradle && \
+ sed -i -e '/lintOptions {/ a abortOnError false' build.gradle
+
+Build:0.9,9
+ commit=v0.9
+ subdir=app
+ gradle=yes
+
+Build:0.10,10
+ commit=v0.10
+ subdir=app
+ gradle=yes
+
+Build:0.11,11
+ commit=v0.11
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.7
-Current Version Code:7
+Current Version:0.11
+Current Version Code:11
diff --git a/metadata/org.peterbaldwin.client.android.tinyurl.txt b/metadata/org.peterbaldwin.client.android.tinyurl.txt
index f193638208..7bd5f26959 100644
--- a/metadata/org.peterbaldwin.client.android.tinyurl.txt
+++ b/metadata/org.peterbaldwin.client.android.tinyurl.txt
@@ -20,6 +20,6 @@ Build:1.0.9,10
target=android-7
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.0.9
Current Version Code:10
diff --git a/metadata/org.peterbaldwin.client.android.vlcremote.txt b/metadata/org.peterbaldwin.client.android.vlcremote.txt
index 226b63a1f6..65c3dfdb20 100644
--- a/metadata/org.peterbaldwin.client.android.vlcremote.txt
+++ b/metadata/org.peterbaldwin.client.android.vlcremote.txt
@@ -28,6 +28,6 @@ Build:0.5.8,58
commit=1e95d35ac1d2e1380d9
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:0.5.8
Current Version Code:58
diff --git a/metadata/org.petero.droidfish.txt b/metadata/org.petero.droidfish.txt
index 312d84b440..2ec03121f1 100644
--- a/metadata/org.petero.droidfish.txt
+++ b/metadata/org.petero.droidfish.txt
@@ -168,5 +168,5 @@ and need to package the resulting eco.dat as well. Build still crashes.
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:1.71
-Current Version Code:79
+Current Version:1.72
+Current Version Code:80
diff --git a/metadata/org.pipoypipagames.cows_revenge.id.txt b/metadata/org.pipoypipagames.cows_revenge.id.txt
new file mode 100644
index 0000000000..f61c9ff292
--- /dev/null
+++ b/metadata/org.pipoypipagames.cows_revenge.id.txt
@@ -0,0 +1,52 @@
+Categories:Games
+License:GPL-3.0
+Author Name:Daniel Darias,Yanara Aristiguieta
+Web Site:https://pipoypipagames.itch.io/cows-revenge
+Source Code:https://github.com/Dariasteam/Cows-Revenge
+Issue Tracker:https://github.com/Dariasteam/Cows-Revenge/issues
+Changelog:https://github.com/Dariasteam/Cows-Revenge/releases
+
+Name:Cow's Revenge
+Summary:Indie Platformer in Pixel Art Game
+Description:
+You are a cow abducted and genetically improved by aliens which now have the
+opportunity to rebel against livestock industry by freeing the encaged hens and
+killing butchers. You used to be a regular cow raised as a dairy cow, but you
+ain't that anymore. You have become better. You are... THE COWEST.
+
+The game supports both onscreen buttons / gamepad and also have versions for
+windows, linux and mac.
+
+All the sprites, sounds and music themes are licensed as Creative Commons
+Attribution-onCommercial-ShareAlike 4.0 International.
+
+Made with Godot Engine 2.1.5
+.
+
+Repo Type:git
+Repo:https://github.com/Dariasteam/Cows-Revenge.git
+
+Build:1.0.1,1
+ disable=doesn't produce output apk
+ commit=2fd1d0689525a90706ce8ef7286c8eef2d8e1044
+ sudo=apt-get install -y -t jessie-backports clang
+ output=cows_revenge.apk
+ srclibs=Godot@50eb6bca8c278590c61afaa75ad32ddc2c49c8e2
+ prebuild=mkdir cows_revenge && \
+ bash -O extglob -c "mv !(cows_revenge) cows_revenge" && \
+ cp -R $$Godot$$ godot
+ target=android-19
+ build=cd godot && \
+ scons platform=server -j `nproc` use_llvm=yes 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 ../cows_revenge && \
+ ../godot/bin/godot_server.server.tools.* -export Android ../cows_revenge.apk
+
+Auto Update Mode:None
+Update Check Mode:None
diff --git a/metadata/org.poopeeland.tinytinyfeed.txt b/metadata/org.poopeeland.tinytinyfeed.txt
index fc980dd130..65766fc1b1 100644
--- a/metadata/org.poopeeland.tinytinyfeed.txt
+++ b/metadata/org.poopeeland.tinytinyfeed.txt
@@ -27,7 +27,13 @@ Build:1.12,16
subdir=TinyTinyFeed
gradle=yes
+Build:1.12.1,23
+ disable=Could not find org.jetbrains.trove4j:trove4j:20160824
+ commit=V1.12.1
+ subdir=TinyTinyFeed
+ gradle=yes
+
Auto Update Mode:Version V%v
Update Check Mode:Tags
-Current Version:1.12
-Current Version Code:16
+Current Version:1.12.1
+Current Version Code:23
diff --git a/metadata/org.primftpd.txt b/metadata/org.primftpd.txt
index fa112ebf15..430c79545e 100644
--- a/metadata/org.primftpd.txt
+++ b/metadata/org.primftpd.txt
@@ -144,7 +144,12 @@ Build:5.5,31
subdir=primitiveFTPd
gradle=yes
+Build:5.6,32
+ commit=prim-ftpd-5.6
+ subdir=primitiveFTPd
+ gradle=yes
+
Auto Update Mode:Version prim-ftpd-%v
Update Check Mode:Tags ^prim-ftpd-
-Current Version:5.5
-Current Version Code:31
+Current Version:5.6
+Current Version Code:32
diff --git a/metadata/org.proninyaroslav.libretorrent.txt b/metadata/org.proninyaroslav.libretorrent.txt
index fb89f2fd82..26b171fc63 100644
--- a/metadata/org.proninyaroslav.libretorrent.txt
+++ b/metadata/org.proninyaroslav.libretorrent.txt
@@ -45,11 +45,16 @@ Build:1.5,6
subdir=app
gradle=yes
+Build:1.6,7
+ commit=1.6
+ subdir=app
+ gradle=yes
+
Maintainer Notes:
Push 1.0 to archive due to https://github.com/proninyaroslav/libretorrent/issues/4.
.
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.5
-Current Version Code:6
+Current Version:1.6
+Current Version Code:7
diff --git a/metadata/org.recentwidget.txt b/metadata/org.recentwidget.txt
index 28e653f839..fe7a73866b 100644
--- a/metadata/org.recentwidget.txt
+++ b/metadata/org.recentwidget.txt
@@ -21,6 +21,6 @@ Build:0.4.4,6
target=android-7
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:0.4.4 [direct call, bugfixes ...]
Current Version Code:6
diff --git a/metadata/org.schabi.newpipe.beta.txt b/metadata/org.schabi.newpipe.beta.txt
new file mode 100644
index 0000000000..f958307ac0
--- /dev/null
+++ b/metadata/org.schabi.newpipe.beta.txt
@@ -0,0 +1,47 @@
+AntiFeatures:NonFreeNet
+Categories:Multimedia,Internet
+License:GPL-3.0+
+Web Site:https://newpipe.schabi.org
+Source Code:https://github.com/TeamNewPipe/NewPipe
+Issue Tracker:https://github.com/TeamNewPipe/NewPipe/issues
+Changelog:https://github.com/TeamNewPipe/NewPipe/releases
+Bitcoin:16A9J59ahMRqkLSZjhYj33n9j3fMztFxnh
+
+Auto Name:NewPipe Beta
+Summary:Lightweight Mediaservices app
+Description:
+Lightweight frontend for several audio and video platforms such as YouTube,
+SoundCloud, etc. NewPipe comes without proprietary bindings like Google play
+services, and it sends as few data as possible. Also it has several other
+awesome features like Downloading and listening to videos.
+
+This a very early version of the app, so not all functionality is implemented,
+and there may still be a lot of bugs. But all in all it's doing what it is
+supposed to do.
+
+ATTENTION: This is the beta version of the app. It has embedded the newest
+features, and functions meant to be part of NewPipe. However this is a highly
+unstable app, and only thought for testing, so use at your own risk. If you want
+to have a more reliable version of this app please use our
+[https://f-droid.org/packages/org.schabi.newpipe/ release candidate].
+.
+
+Repo Type:git
+Repo:https://github.com/TeamNewPipe/NewPipe
+
+Build:0.11.6,47
+ commit=v0.11.6-beta
+ subdir=app
+ output=build/outputs/apk/beta/*.apk
+ build=gradle assembleBeta
+
+Build:0.12.0,48
+ commit=v0.12.0-beta
+ subdir=app
+ output=build/outputs/apk/beta/*.apk
+ build=gradle assembleBeta
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags .*-beta$
+Current Version:0.12.0
+Current Version Code:48
diff --git a/metadata/org.schabi.newpipe.txt b/metadata/org.schabi.newpipe.txt
index d88cfb99a3..c254fdbe2b 100644
--- a/metadata/org.schabi.newpipe.txt
+++ b/metadata/org.schabi.newpipe.txt
@@ -13,11 +13,6 @@ Description:
Lightweight YouTube frontend that's supposed to be used without the proprietary
YouTube-API or any of Google's (proprietary) play-services. NewPipe only parses
the YouTube website in order to gain the information it needs.
-
-This a very early version of the app, so not all functionality is implemented,
-and there may still be a lot of bugs. But all in all it's doing what it is
-supposed to do. It makes it possible to watch YouTube videos. So don't be cruel
-to this app. It will improve...
.
Repo Type:git
@@ -273,7 +268,13 @@ Build:0.11.5,46
submodules=yes
gradle=yes
+Build:0.11.6,47
+ commit=v0.11.6
+ subdir=app
+ submodules=yes
+ gradle=yes
+
Auto Update Mode:Version v%v
-Update Check Mode:Tags
-Current Version:0.11.5
-Current Version Code:46
+Update Check Mode:Tags .*[0-9]$
+Current Version:0.11.6
+Current Version Code:47
diff --git a/metadata/org.shadowice.flocke.andotp.txt b/metadata/org.shadowice.flocke.andotp.txt
index f84f56ad2f..0e51ceb8d1 100644
--- a/metadata/org.shadowice.flocke.andotp.txt
+++ b/metadata/org.shadowice.flocke.andotp.txt
@@ -83,7 +83,12 @@ Build:0.3.1,12
subdir=app
gradle=yes
+Build:0.4.0.1,14
+ commit=v0.4.0.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.3.1
-Current Version Code:12
+Current Version:0.4.0.1
+Current Version Code:14
diff --git a/metadata/org.shirakumo.ocelot.txt b/metadata/org.shirakumo.ocelot.txt
new file mode 100644
index 0000000000..203d5ee815
--- /dev/null
+++ b/metadata/org.shirakumo.ocelot.txt
@@ -0,0 +1,33 @@
+Categories:Internet
+License:Artistic-2.0
+Author Name:Shirakumo
+Author Email:shirakumo@tymoon.eu
+Web Site:https://github.com/Shirakumo/ocelot
+Source Code:https://github.com/Shirakumo/ocelot
+Issue Tracker:https://github.com/Shirakumo/ocelot/issues
+
+Auto Name:Ocelot
+Description:
+A chat client for the Lichat protocol.
+
+This supports the full Lichat 1.3 protocol, including the extensions for data,
+emotes, and backfill.
+.
+
+Repo Type:git
+Repo:https://github.com/Shirakumo/ocelot
+
+Build:0.1,1
+ commit=0.1
+ subdir=app
+ gradle=yes
+
+Build:0.2,2
+ commit=0.2
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:0.2
+Current Version Code:2
diff --git a/metadata/org.sipdroid.sipua.txt b/metadata/org.sipdroid.sipua.txt
index 7aba8fae87..cb3c6ea636 100644
--- a/metadata/org.sipdroid.sipua.txt
+++ b/metadata/org.sipdroid.sipua.txt
@@ -37,5 +37,5 @@ Build:3.9 beta,104
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:4.0 beta
-Current Version Code:105
+Current Version:4.1 beta
+Current Version Code:106
diff --git a/metadata/org.smssecure.smssecure.txt b/metadata/org.smssecure.smssecure.txt
index 924291c98a..ee6f6f7c7f 100644
--- a/metadata/org.smssecure.smssecure.txt
+++ b/metadata/org.smssecure.smssecure.txt
@@ -435,6 +435,15 @@ Build:0.15.11,140
./scripts/build-witness.sh && \
rm -rf libs/gradle-witness/build
+Build:0.15.12,141
+ commit=v0.15.12
+ submodules=yes
+ gradle=yes
+ rm=libs/*.jar,libs/org.greenrobot.eventbus/EventBusTest/libs/*.jar,libs/com.android.support.support-v4-preferencefragment/maven-repository/
+ prebuild=touch signing.properties && \
+ ./scripts/build-witness.sh && \
+ rm -rf libs/gradle-witness/build
+
Build:0.16.1-unstable,200
commit=v0.16.1-unstable
submodules=yes
@@ -498,6 +507,15 @@ Build:0.16.7-unstable,206
./scripts/build-witness.sh && \
rm -rf libs/gradle-witness/build
+Build:0.16.8-unstable,207
+ commit=v0.16.8-unstable
+ submodules=yes
+ gradle=yes
+ rm=libs/*.jar,libs/org.greenrobot.eventbus/EventBusTest/libs/*.jar,libs/com.android.support.support-v4-preferencefragment/maven-repository/
+ prebuild=touch signing.properties && \
+ ./scripts/build-witness.sh && \
+ rm -rf libs/gradle-witness/build
+
Maintainer Notes:
Auto Update does not really work because the latest unstable build is newer than CV.
So we need to always add new build manually.
@@ -509,5 +527,5 @@ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
Archive Policy:12 versions
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9\\.]+$
-Current Version:0.15.11
-Current Version Code:140
+Current Version:0.15.12
+Current Version Code:141
diff --git a/metadata/org.softeg.slartus.forpdaplus.txt b/metadata/org.softeg.slartus.forpdaplus.txt
index 3e90f7cf59..c23dfaaa79 100644
--- a/metadata/org.softeg.slartus.forpdaplus.txt
+++ b/metadata/org.softeg.slartus.forpdaplus.txt
@@ -170,5 +170,5 @@ Build:3.4.8.2,596
Auto Update Mode:None
Update Check Mode:HTTP
Update Check Data:https://raw.githubusercontent.com/slartus/4pdaClient-plus/master/app/build.gradle|def appVersionCode = (.*)|.|def appVersionName = (.*)
-Current Version:"3.4.9"
-Current Version Code:597
+Current Version:"3.5.2"
+Current Version Code:606
diff --git a/metadata/org.sufficientlysecure.keychain.txt b/metadata/org.sufficientlysecure.keychain.txt
index ce98f9d48c..6142dd94dd 100644
--- a/metadata/org.sufficientlysecure.keychain.txt
+++ b/metadata/org.sufficientlysecure.keychain.txt
@@ -369,6 +369,20 @@ Build:4.8.1,48002
gradle=fdroid
scanignore=extern/bouncycastle/core/src/test,OpenKeychain/src/test/resources/OpenPGP-Haskell/tests
+Build:4.9,49001
+ commit=v4.9
+ subdir=OpenKeychain
+ submodules=yes
+ gradle=fdroid
+ scanignore=extern/bouncycastle/core/src/test,OpenKeychain/src/test/resources/OpenPGP-Haskell/tests
+
+Build:4.9.1,49100
+ commit=v4.9.1
+ 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:
@@ -377,5 +391,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:4.8.1
-Current Version Code:48002
+Current Version:4.9.1
+Current Version Code:49100
diff --git a/metadata/org.sufficientlysecure.viewer.txt b/metadata/org.sufficientlysecure.viewer.txt
index 268c240b49..cf7bbdd0e8 100644
--- a/metadata/org.sufficientlysecure.viewer.txt
+++ b/metadata/org.sufficientlysecure.viewer.txt
@@ -22,7 +22,7 @@ This apk supports all ABIs: ARM, x86 and MIPS.
.
Repo Type:git
-Repo:https://github.com/SufficientlySecure/document-viewer
+Repo:https://github.com/SufficientlySecure/document-viewer.git
Build:2.1,2100
commit=v2.1
@@ -1161,7 +1161,7 @@ Maintainer Notes:
Archive Policy:15 versions
Auto Update Mode:None
-Update Check Mode:Tags
+Update Check Mode:None
Vercode Operation:%c + 7
Current Version:2.8.1
Current Version Code:2817
diff --git a/metadata/org.sw24softwares.starkeverben.txt b/metadata/org.sw24softwares.starkeverben.txt
index 34ac6bf5ab..59d4293c71 100644
--- a/metadata/org.sw24softwares.starkeverben.txt
+++ b/metadata/org.sw24softwares.starkeverben.txt
@@ -39,7 +39,12 @@ Build:3.0,8
subdir=app
gradle=yes
+Build:3.0.1,9
+ commit=v3.0.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:3.0
-Current Version Code:8
+Current Version:3.0.1
+Current Version Code:9
diff --git a/metadata/org.tasks.txt b/metadata/org.tasks.txt
index 9e35ecd80c..2b7d5ae4b6 100644
--- a/metadata/org.tasks.txt
+++ b/metadata/org.tasks.txt
@@ -492,11 +492,23 @@ Build:5.2.1,490
gradle=generic
prebuild=sed -i -e '/googleplayCompile/d' -e '/amazonCompile/d' build.gradle
+Build:5.3.0,500
+ commit=5.3.0
+ subdir=app
+ gradle=generic
+ prebuild=sed -i -e '/googleplayCompile/d' -e '/amazonCompile/d' build.gradle
+
+Build:5.3.1,501
+ commit=5.3.1
+ subdir=app
+ gradle=generic
+ prebuild=sed -i -e '/googleplayCompile/d' -e '/amazonCompile/d' build.gradle
+
Maintainer Notes:
Upstream releases multiple version with changed vercode. Looks like repushing tags..
.
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:5.2.1
-Current Version Code:490
+Current Version:5.3.1
+Current Version Code:501
diff --git a/metadata/org.telegram.messenger.txt b/metadata/org.telegram.messenger.txt
index b3c2c81209..8a054f2f22 100644
--- a/metadata/org.telegram.messenger.txt
+++ b/metadata/org.telegram.messenger.txt
@@ -340,6 +340,7 @@ Summary and Description have been moved to the new localizable text files:
https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
Update check mode not working because of version code calculations for different flavours.
+Bump again for faster build.
.
Auto Update Mode:None
diff --git a/metadata/org.thosp.yourlocalweather.txt b/metadata/org.thosp.yourlocalweather.txt
index 3820ec1e88..1e06ed4ce5 100644
--- a/metadata/org.thosp.yourlocalweather.txt
+++ b/metadata/org.thosp.yourlocalweather.txt
@@ -6,24 +6,6 @@ Issue Tracker:https://github.com/thuryn/your-local-weather/issues
Changelog:https://raw.githubusercontent.com/thuryn/your-local-weather/HEAD/CHANGELOG
Auto Name:Your local weather
-Summary:Display weather information
-Description:
-Show current weather information from [http://openweathermap.org/
-OpenWeatherMap].
-
-Features:
-
-* Different languages: Basque, Belarusian, Czech, English, French, German, Japanese, Spanish, Polish, Russian
-* Current weather
-* 7 day forecast
-* Many locations
-* Notifications
-* Support different measuring units
-* Ad-free
-* Accelerometer based updates
-* Mozilla location provider
-* Nominatim address resolver
-.
Repo Type:git
Repo:https://github.com/thuryn/your-local-weather
@@ -65,7 +47,32 @@ Build:2.2,16
subdir=app
gradle=yes
+Build:2.2.2,18
+ commit=v2.2.2
+ subdir=app
+ gradle=yes
+
+Build:2.3,19
+ commit=v2.3
+ subdir=app
+ gradle=yes
+
+Build:2.4,20
+ commit=v2.4
+ subdir=app
+ gradle=yes
+
+Build:2.5,23
+ commit=v2.5
+ subdir=app
+ gradle=yes
+
+Build:2.5.2,25
+ commit=v2.5.2
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.2
-Current Version Code:16
+Current Version:2.5.2
+Current Version Code:25
diff --git a/metadata/org.thoughtcrime.securesms.txt b/metadata/org.thoughtcrime.securesms.txt
index 235cdb96e7..2401ca0746 100644
--- a/metadata/org.thoughtcrime.securesms.txt
+++ b/metadata/org.thoughtcrime.securesms.txt
@@ -1,3 +1,4 @@
+Disabled:needs to build reproducibly
Categories:Security,Phone & SMS
License:GPL-3.0
Web Site:https://signal.org
diff --git a/metadata/org.tilelessmap.app.txt b/metadata/org.tilelessmap.app.txt
new file mode 100644
index 0000000000..63464170d0
--- /dev/null
+++ b/metadata/org.tilelessmap.app.txt
@@ -0,0 +1,32 @@
+Categories:Navigation
+License:GPL-3.0
+Author Name:Nicklas Avén
+Author Email:nicklas.aven@jordogskog.no
+Web Site:https://github.com/TilelessMap/TilelessMap
+Source Code:https://github.com/TilelessMap/TilelessMap
+Issue Tracker:https://github.com/TilelessMap/TilelessMap/issues
+
+Auto Name:TilelessMap
+
+Repo Type:git
+Repo:https://github.com/TilelessMap/TilelessMap
+
+Build:0.1.2,1
+ commit=v0.1.2
+ subdir=Android/app
+ gradle=yes
+
+Build:0.1.4,3
+ commit=v0.1.4
+ subdir=Android/app
+ gradle=yes
+
+Build:0.1.5,4
+ commit=v0.1.5
+ subdir=Android/app
+ gradle=complete
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:0.1.5
+Current Version Code:4
diff --git a/metadata/org.totschnig.myexpenses.txt b/metadata/org.totschnig.myexpenses.txt
index 85a2ae506c..1e50034cf9 100644
--- a/metadata/org.totschnig.myexpenses.txt
+++ b/metadata/org.totschnig.myexpenses.txt
@@ -640,7 +640,25 @@ Build:2.8.6,310
gradle=yes
rm=tests
+Build:2.8.7,312
+ commit=r312
+ subdir=myExpenses
+ gradle=yes
+ rm=tests
+
+Build:2.8.8,314
+ commit=r314
+ subdir=myExpenses
+ gradle=yes
+ rm=tests
+
+Build:2.8.8.1,315
+ commit=r315
+ subdir=myExpenses
+ gradle=yes
+ rm=tests
+
Auto Update Mode:Version r%c
Update Check Mode:Tags
-Current Version:2.8.6
-Current Version Code:310
+Current Version:2.8.8.1
+Current Version Code:315
diff --git a/metadata/org.transdroid.full.txt b/metadata/org.transdroid.full.txt
index 9bf11ceeef..e2a9ad87fa 100644
--- a/metadata/org.transdroid.full.txt
+++ b/metadata/org.transdroid.full.txt
@@ -107,7 +107,15 @@ Build:2.5.8,228
sed -i 's;true;false;' src/main/res/values/bools.xml && \
sed -i -e '/android {/alintOptions {\nabortOnError false\n}\n' build.gradle
-Auto Update Mode:None
+Build:2.5.10,230
+ commit=v2.5.10
+ subdir=app
+ gradle=full
+ prebuild=sed -i 's;true;false;' src/full/res/values/bools.xml && \
+ sed -i 's;true;false;' src/main/res/values/bools.xml && \
+ sed -i -e '/android {/alintOptions {\nabortOnError false\n}\n' build.gradle
+
+Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.5.9
-Current Version Code:229
+Current Version:2.5.10
+Current Version Code:230
diff --git a/metadata/org.transdroid.search.txt b/metadata/org.transdroid.search.txt
index f46aec08be..468fc9a819 100644
--- a/metadata/org.transdroid.search.txt
+++ b/metadata/org.transdroid.search.txt
@@ -76,7 +76,19 @@ Build:3.7,30
gradle=yes
prebuild=sed -i "s/\(buildscript {\)/\1\n System.properties['com.android.build.gradle.overrideVersionCheck'] = 'true'/" ../build.gradle
+Build:3.9,32
+ commit=v3.9
+ subdir=app
+ gradle=yes
+ prebuild=sed -i "s/\(buildscript {\)/\1\n System.properties['com.android.build.gradle.overrideVersionCheck'] = 'true'/" ../build.gradle
+
+Build:3.10,33
+ commit=v3.10
+ subdir=app
+ gradle=yes
+ prebuild=sed -i "s/\(buildscript {\)/\1\n System.properties['com.android.build.gradle.overrideVersionCheck'] = 'true'/" ../build.gradle
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:3.7
-Current Version Code:30
+Current Version:3.10
+Current Version Code:33
diff --git a/metadata/org.tunesremote.txt b/metadata/org.tunesremote.txt
index d12b2d6c17..2cd85b11f7 100644
--- a/metadata/org.tunesremote.txt
+++ b/metadata/org.tunesremote.txt
@@ -20,6 +20,6 @@ Build:2.5.3,253
commit=154
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:2.5.3
Current Version Code:253
diff --git a/metadata/org.tuxpaint.txt b/metadata/org.tuxpaint.txt
index 79c8df409d..e9d7520272 100644
--- a/metadata/org.tuxpaint.txt
+++ b/metadata/org.tuxpaint.txt
@@ -88,6 +88,7 @@ Build:0.9.23-beta_11,11
ndk=r14b
Build:0.9.23-beta_11b1,111
+ disable=Disabled due to crashes
commit=0.9.23-beta_11b1
subdir=app
gradle=yes
@@ -98,7 +99,18 @@ Build:0.9.23-beta_11b1,111
scandelete=app/src/main/jni/
ndk=r14b
+Build:0.9.23-beta_11b2,112
+ commit=0.9.23-beta_11b2
+ subdir=app
+ gradle=yes
+ extlibs=android/android-support-v4.jar
+ prebuild=echo NDK_TOOLCHAIN_VERSION := 4.9 >> src/main/jni/Application.mk && \
+ cd src/main/jni/tuxpaint/ && \
+ ./mkzip_assets.sh
+ scandelete=app/src/main/jni/
+ ndk=r14b
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:0.9.23-beta_11b1
-Current Version Code:111
+Current Version:0.9.23-beta_11b2
+Current Version Code:112
diff --git a/metadata/org.videolan.vlc.txt b/metadata/org.videolan.vlc.txt
index 38e117d16a..78b6c43cc3 100644
--- a/metadata/org.videolan.vlc.txt
+++ b/metadata/org.videolan.vlc.txt
@@ -1494,6 +1494,60 @@ Build:2.5.12,12051207
./compile.sh -a arm64 release
ndk=r14b
+Build:2.5.17,12051704
+ commit=2.5.17
+ timeout=10800
+ subdir=vlc-android
+ sudo=apt-get -y install g++ ragel libltdl-dev
+ gradle=VanillaARMv7
+ srclibs=VLC-3.0@ced0c03,VLCmedialibrary@ed75aef
+ 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:2.5.17,12051705
+ commit=2.5.17
+ timeout=10800
+ subdir=vlc-android
+ sudo=apt-get -y install g++ ragel libltdl-dev
+ gradle=VanillaX86
+ srclibs=VLC-3.0@ced0c03,VLCmedialibrary@ed75aef
+ 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:2.5.17,12051707
+ commit=2.5.17
+ timeout=10800
+ subdir=vlc-android
+ sudo=apt-get -y install g++ ragel libltdl-dev
+ gradle=VanillaARMv8
+ srclibs=VLC-3.0@ced0c03,VLCmedialibrary@ed75aef
+ 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 here: http://wiki.videolan.org/AndroidCompile
diff --git a/metadata/org.voidsink.anewjkuapp.txt b/metadata/org.voidsink.anewjkuapp.txt
index 341125093d..4c92d504b9 100644
--- a/metadata/org.voidsink.anewjkuapp.txt
+++ b/metadata/org.voidsink.anewjkuapp.txt
@@ -126,11 +126,18 @@ Build:0.50.0,140059
rm=tools
prebuild=sed -i -e '/applicationVariants/,+4d' -e 's|googleCompile|//googleCompile|g' build.gradle
+Build:0.50.2,140061
+ commit=v0.50.2
+ subdir=aNewJKUApp
+ gradle=fdroid
+ rm=tools
+ prebuild=sed -i -e '/applicationVariants/,+4d' -e 's|googleCompile|//googleCompile|g' build.gradle
+
Maintainer Notes:
Disable AUM when build/sed proves to be to fragile.
.
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.50.0
-Current Version Code:140059
+Current Version:0.50.2
+Current Version Code:140061
diff --git a/metadata/org.vudroid.txt b/metadata/org.vudroid.txt
index d913262d56..f2ab8e2cc2 100644
--- a/metadata/org.vudroid.txt
+++ b/metadata/org.vudroid.txt
@@ -29,6 +29,6 @@ Build:1.4,5
buildjni=yes
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.4
Current Version Code:5
diff --git a/metadata/org.walleth.txt b/metadata/org.walleth.txt
index 99a35d6e66..2303d22d43 100644
--- a/metadata/org.walleth.txt
+++ b/metadata/org.walleth.txt
@@ -88,7 +88,25 @@ Build:0.29,29
gradle=withGethNoFirebaseForFDroid
prebuild=sed -i -e '/google-services/d' -e '/withFirebaseCompile/d' build.gradle
+Build:0.31,31
+ commit=0.31
+ subdir=app
+ gradle=withGethNoFirebaseForFDroid
+ prebuild=sed -i -e '/google-services/d' -e '/withFirebaseCompile/d' build.gradle
+
+Build:0.32,32
+ commit=0.32
+ subdir=app
+ gradle=withGethNoFirebaseForFDroid
+ prebuild=sed -i -e '/google-services/d' -e '/withFirebaseCompile/d' build.gradle
+
+Build:0.33,33
+ commit=0.33
+ subdir=app
+ gradle=withGethNoFirebaseForFDroid
+ prebuild=sed -i -e '/google-services/d' -e '/withFirebaseCompile/d' build.gradle
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:0.29
-Current Version Code:29
+Current Version:0.33
+Current Version Code:33
diff --git a/metadata/org.wikipedia.txt b/metadata/org.wikipedia.txt
index e814d07a0b..b6bbd107ff 100644
--- a/metadata/org.wikipedia.txt
+++ b/metadata/org.wikipedia.txt
@@ -265,6 +265,13 @@ Build:r/2.7.222-r-2017-12-15,222
gradle=fdroid
forceversion=yes
+Build:r/2.7.225-r-2018-02-06,225
+ commit=r/2.7.225-r-2018-02-06
+ subdir=app
+ init=sed -i '/sonatype/d' ../build.gradle
+ gradle=fdroid
+ forceversion=yes
+
Maintainer Notes:
* versionname is timebased and generated on build; force it. Also remove the timestamp.
@@ -274,5 +281,5 @@ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
Auto Update Mode:Version %v
Update Check Mode:Tags ^r
-Current Version:r/2.7.222-r-2017-12-15
-Current Version Code:222
+Current Version:r/2.7.225-r-2018-02-06
+Current Version Code:225
diff --git a/metadata/org.witness.sscphase1.yml b/metadata/org.witness.sscphase1.yml
new file mode 100644
index 0000000000..624a937297
--- /dev/null
+++ b/metadata/org.witness.sscphase1.yml
@@ -0,0 +1,46 @@
+Categories:
+ - Multimedia
+License: GPL-3.0+
+WebSite: https://guardianproject.info/apps
+SourceCode: https://github.com/guardianproject/ObscuraCam
+IssueTracker: https://github.com/guardianproject/ObscuraCam/issues
+
+AutoName: ObscuraCam
+Description: |
+ In a world of viral videos and facial recognition, ObscuraCam helps you share photos and videos while protecting the privacy of you and those you care about. With ObscuraCam you can blur and disguise faces in your photos and videos. Information that could identify you as the cameraperson is removed from the files for added security.
+
+ * PRIVACY FOR YOUR PICTURES: ObscuraCam can be used as a camera to take photos, or to anonymize photos and videos you’ve already taken.
+ * DISGUISE YOURSELF: Cover faces with pixelate, redact (blackout) or funny nose and glasses
+ * AUTOMATIC FACE DETECTION: ObscuraCam automatically detects faces in both photos and videos, so you can quickly and easily anonymize a crowd or a long video.
+ * MULTIPLE PRIVACY MODES: Faces can be pixelated, removed completely, or disguised with funny nose and glasses. You can also blur everything except a small portion of an image.
+ * SHARE SECURELY: We remove all identifying data stored in photos including GPS location data and phone make & model so you can save the protected photo back to the Gallery, or share it directly Facebook, Twitter or any other "Share" enabled app.
+ * PROTECTS THE IDENTITY OF THE PHOTOGRAPHER: Smartphones attach information to every photo they take, including where it was taken and by what type of camera. ObscuraCam removes all of this information.
+ * AWARD-WINNING: ObscuraCam was a Winner of the 2013 Knight News Challenge
+
+ === Learn More ===
+
+ * PARTNERSHIP: ObscuraCam is a partnership between the security experts at the Guardian Project and WITNESS.org, a non-profit using the power of video and storytelling to open the eyes of the world to human rights abuses.
+ * ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow.
+ * OUR WEBSITE: GuardianProject.info.
+ * ABOUT WITNESS: A non-profit using the power of video and storytelling to open the eyes of the world to human rights abuses.
+ * WITNESS’ WEBSITE: http://witness.org
+ * ON TWITTER: https://twitter.com/guardianproject & https://twitter.com/witnessorg
+ * OPEN-SOURCE: ObscuraCam is free software. You can take a look at our source code, or join the community to help make Orweb even better: https://github.com/guardianproject/ObscuraCam
+ * MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info.
+
+RepoType: git
+Repo: https://github.com/guardianproject/ObscuraCam
+
+Builds:
+ - versionName: 4.0.0.2
+ versionCode: 4002
+ commit: v4.0.0.2
+ subdir: app
+ gradle:
+ - yes
+ scanignore:
+ - doc/assets/*/*.png
+ ndk: r16b
+
+AutoUpdateMode: Version v%v
+UpdateCheckMode: Tags
diff --git a/metadata/org.xcsoar.txt b/metadata/org.xcsoar.txt
index 55304a33cd..2e209440ed 100644
--- a/metadata/org.xcsoar.txt
+++ b/metadata/org.xcsoar.txt
@@ -1,9 +1,9 @@
Categories:Navigation
License:GPL-2.0
-Web Site:http://www.xcsoar.org
-Source Code:http://git.xcsoar.org/cgit/master/xcsoar.git
-Issue Tracker:http://bugs.xcsoar.org
-Changelog:http://git.xcsoar.org/cgit/master/xcsoar.git/tree/NEWS.txt
+Web Site:https://www.xcsoar.org
+Source Code:https://github.com/XCSoar/XCSoar
+Issue Tracker:https://bugs.xcsoar.org
+Changelog:https://github.com/XCSoar/XCSoar/blob/HEAD/NEWS.txt
Auto Name:XCSoar
Summary:Tactical glide computer and maps
@@ -14,7 +14,7 @@ calculation, collision avoidance and many many more features.
.
Repo Type:git
-Repo:git://git.xcsoar.org/xcsoar/master/xcsoar.git
+Repo:https://github.com/XCSoar/XCSoar
Build:6.7.3,92
commit=v6.7.3
@@ -172,12 +172,6 @@ Build:6.8.10,111
build=make TARGET=ANDROID7 DEBUG=n TESTING=n -j`nproc`
ndk=r15c
-Maintainer Notes:
-The makefile setup is not perfect, so we need to run it a few times to get it to succeed.
-
-Requires r10e (build breaks with 12b).
-.
-
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:6.8.10
diff --git a/metadata/org.xphnx.ameixa.txt b/metadata/org.xphnx.ameixa.txt
index 1cb0c0e899..3d736cd798 100644
--- a/metadata/org.xphnx.ameixa.txt
+++ b/metadata/org.xphnx.ameixa.txt
@@ -60,7 +60,12 @@ Build:3.1.2,52
subdir=app
gradle=yes
+Build:3.1.3,53
+ commit=v3.1.3
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:3.1.2
-Current Version Code:52
+Current Version:3.1.3
+Current Version Code:53
diff --git a/metadata/org.xphnx.ameixamonochrome.txt b/metadata/org.xphnx.ameixamonochrome.txt
index 9a13283673..baae56f3e6 100644
--- a/metadata/org.xphnx.ameixamonochrome.txt
+++ b/metadata/org.xphnx.ameixamonochrome.txt
@@ -24,7 +24,12 @@ Build:3.1.2,52
subdir=app
gradle=yes
+Build:3.1.3,53
+ commit=v3.1.3
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:3.1.2
-Current Version Code:52
+Current Version:3.1.3
+Current Version Code:53
diff --git a/metadata/org.y20k.trackbook.txt b/metadata/org.y20k.trackbook.txt
index 9fac0c748e..33f49d31fe 100644
--- a/metadata/org.y20k.trackbook.txt
+++ b/metadata/org.y20k.trackbook.txt
@@ -103,7 +103,12 @@ Build:1.1.3,19
subdir=app
gradle=yes
+Build:1.1.4,20
+ commit=v1.1.4
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.1.3
-Current Version Code:19
+Current Version:1.1.4
+Current Version Code:20
diff --git a/metadata/org.y20k.transistor.txt b/metadata/org.y20k.transistor.txt
index f80fbf22a8..e1f1abc333 100644
--- a/metadata/org.y20k.transistor.txt
+++ b/metadata/org.y20k.transistor.txt
@@ -205,7 +205,17 @@ Build:3.0.0,50
gradle=yes
rm=libraries/ExoPlayer-*/*/*/*/androidTest,libraries/ExoPlayer-*/extensions/ima
+Build:3.0.2,52
+ commit=v3.0.2
+ subdir=app
+ gradle=yes
+
+Build:3.0.3,53
+ commit=v3.0.3
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:3.0.0
-Current Version Code:50
+Current Version:3.0.3
+Current Version Code:53
diff --git a/metadata/org.zirco.txt b/metadata/org.zirco.txt
index 9852890c4e..e91b399c8d 100644
--- a/metadata/org.zirco.txt
+++ b/metadata/org.zirco.txt
@@ -53,6 +53,6 @@ Build:0.4.4,18
target=android-10
Auto Update Mode:None
-Update Check Mode:Tags
+Update Check Mode:Static
Current Version:0.4.4
Current Version Code:18
diff --git a/metadata/protect.babymonitor.txt b/metadata/protect.babymonitor.txt
index 03ae783e80..16907a1e06 100644
--- a/metadata/protect.babymonitor.txt
+++ b/metadata/protect.babymonitor.txt
@@ -25,6 +25,8 @@ Build:0.2,2
Build:0.3,3
commit=v0.3
+ subdir=app
+ gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
diff --git a/metadata/protect.babysleepsounds.txt b/metadata/protect.babysleepsounds.txt
index 1e2eebece5..b7992422f3 100644
--- a/metadata/protect.babysleepsounds.txt
+++ b/metadata/protect.babysleepsounds.txt
@@ -73,7 +73,12 @@ Build:0.9,13
subdir=app
gradle=yes
+Build:0.10,14
+ commit=v0.10
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.9
-Current Version Code:13
+Current Version:0.10
+Current Version Code:14
diff --git a/metadata/protect.budgetwatch.txt b/metadata/protect.budgetwatch.txt
index d0a736fbb1..3d69a725a4 100644
--- a/metadata/protect.budgetwatch.txt
+++ b/metadata/protect.budgetwatch.txt
@@ -115,7 +115,12 @@ Build:0.20,23
subdir=app
gradle=yes
+Build:0.21,24
+ commit=v0.21
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.20
-Current Version Code:23
+Current Version:0.21
+Current Version Code:24
diff --git a/metadata/protect.card_locker.txt b/metadata/protect.card_locker.txt
index 7f9b638662..50ec741c1d 100644
--- a/metadata/protect.card_locker.txt
+++ b/metadata/protect.card_locker.txt
@@ -115,7 +115,37 @@ Build:0.18.1,20
subdir=app
gradle=yes
+Build:0.19,21
+ commit=v0.19
+ subdir=app
+ gradle=yes
+
+Build:0.20,22
+ commit=v0.20
+ subdir=app
+ gradle=yes
+
+Build:0.21,23
+ commit=v0.21
+ subdir=app
+ gradle=yes
+
+Build:0.22,24
+ commit=v0.22
+ subdir=app
+ gradle=yes
+
+Build:0.23,25
+ commit=v0.23
+ subdir=app
+ gradle=yes
+
+Build:0.23.1,26
+ commit=v0.23.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.18.1
-Current Version Code:20
+Current Version:0.23.1
+Current Version Code:26
diff --git a/metadata/protect.videoeditor.txt b/metadata/protect.videoeditor.txt
new file mode 100644
index 0000000000..58f9f02448
--- /dev/null
+++ b/metadata/protect.videoeditor.txt
@@ -0,0 +1,40 @@
+Categories:Multimedia
+License:GPL-3.0
+Web Site:
+Source Code:https://github.com/brarcher/video-transcoder
+Issue Tracker:https://github.com/brarcher/video-transcoder/issues
+Changelog:https://github.com/brarcher/video-transcoder/releases
+
+Auto Name:Video Transcoder
+Summary:Video transcoding between common formats
+Description:
+Do you want to encode videos on your phone into different formats, trim videos,
+or extract audio? Are you looking for a free solution which will not take your
+information?
+
+Video Transcoder is an application which uses the open source program FFmpeg to
+transcode video files from one format to another. By selecting the video to
+process, details for the video are provided and the desired settings can be
+configured.
+
+The application requires very few permissions, and never attempts to access the
+Internet.
+.
+
+Repo Type:git
+Repo:https://github.com/brarcher/video-transcoder
+
+Build:0.3,3
+ commit=v0.3
+ subdir=app
+ gradle=yes
+
+Build:0.4,4
+ commit=v0.4
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:0.4
+Current Version Code:4
diff --git a/metadata/remuco.client.android.txt b/metadata/remuco.client.android.txt
index c628353d72..e953b5ab89 100644
--- a/metadata/remuco.client.android.txt
+++ b/metadata/remuco.client.android.txt
@@ -31,6 +31,6 @@ Build:0.9.6,1
target=android-10
Auto Update Mode:None
-Update Check Mode:Tags
+Update Check Mode:Static
Current Version:0.9.6
Current Version Code:1
diff --git a/metadata/ro.ciubex.dscautorename.txt b/metadata/ro.ciubex.dscautorename.txt
index 5e5d0a628b..b34268f2dd 100644
--- a/metadata/ro.ciubex.dscautorename.txt
+++ b/metadata/ro.ciubex.dscautorename.txt
@@ -20,5 +20,5 @@ Build:5.4.4,90
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:6.0.8
-Current Version Code:101
+Current Version:6.0.10
+Current Version Code:103
diff --git a/metadata/ro.ui.pttdroid.txt b/metadata/ro.ui.pttdroid.txt
index 8b0f71026e..e1e5e40c8b 100644
--- a/metadata/ro.ui.pttdroid.txt
+++ b/metadata/ro.ui.pttdroid.txt
@@ -47,6 +47,6 @@ Build:1.5.3,6
buildjni=yes
Auto Update Mode:None
-Update Check Mode:Tags
+Update Check Mode:Static
Current Version:1.5.3
Current Version Code:6
diff --git a/metadata/ru.henridellal.emerald.txt b/metadata/ru.henridellal.emerald.txt
index ab3097fa92..807c695194 100644
--- a/metadata/ru.henridellal.emerald.txt
+++ b/metadata/ru.henridellal.emerald.txt
@@ -54,7 +54,15 @@ Build:0.5.3.1,29
commit=v0.5.3.1
target=android-26
+Build:0.5.4,31
+ commit=v0.5.4
+ target=android-26
+
+Build:0.5.5,32
+ commit=v0.5.5
+ target=android-26
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.5.3.1
-Current Version Code:29
+Current Version:0.5.5
+Current Version Code:32
diff --git a/metadata/ru.qrck.quitetaskmanager.txt b/metadata/ru.qrck.quitetaskmanager.txt
index 75f856e938..2bcc2a82d9 100644
--- a/metadata/ru.qrck.quitetaskmanager.txt
+++ b/metadata/ru.qrck.quitetaskmanager.txt
@@ -18,6 +18,6 @@ Build:1.2,2
commit=14
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.2
Current Version Code:2
diff --git a/metadata/ryey.easer.txt b/metadata/ryey.easer.txt
index 6dc396d483..c81aad6347 100644
--- a/metadata/ryey.easer.txt
+++ b/metadata/ryey.easer.txt
@@ -5,6 +5,7 @@ Source Code:https://github.com/renyuneyun/Easer
Issue Tracker:https://github.com/renyuneyun/Easer/issues
Changelog:https://github.com/renyuneyun/Easer/blob/HEAD/CHANGELOG.md
Donate:https://renyuneyun.github.io/Easer/en/DONATE
+LiberapayID:27842
Auto Name:Easer
Summary:Event-driven Android automation
@@ -249,7 +250,25 @@ Build:0.5.4,55
gradle=yes
prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+Build:0.5.5,56
+ commit=v0.5.5
+ subdir=app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+
+Build:0.5.5.1,57
+ commit=v0.5.5.1
+ subdir=app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+
+Build:0.5.5.2,58
+ commit=v0.5.5.2
+ subdir=app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.5.4
-Current Version Code:55
+Current Version:0.5.5.2
+Current Version Code:58
diff --git a/metadata/saschpe.contactevents.txt b/metadata/saschpe.contactevents.txt
index ab6687d39f..5c160b4ded 100644
--- a/metadata/saschpe.contactevents.txt
+++ b/metadata/saschpe.contactevents.txt
@@ -74,7 +74,13 @@ Build:1.8.10,160176
gradle=yes
output=build/outputs/apk/release/*-release-unsigned.apk
+Build:1.7.7,160177
+ commit=release/1.7.7
+ subdir=mobile
+ gradle=yes
+ output=build/outputs/apk/release/*-release-unsigned.apk
+
Auto Update Mode:Version release/%v
Update Check Mode:Tags ^release
-Current Version:1.8.10
-Current Version Code:160176
+Current Version:1.7.7
+Current Version Code:160177
diff --git a/metadata/saschpe.poker.txt b/metadata/saschpe.poker.txt
index 5b0cc1930d..a3abd942a1 100644
--- a/metadata/saschpe.poker.txt
+++ b/metadata/saschpe.poker.txt
@@ -32,5 +32,5 @@ We can still leave UCM set but have to fix VC from mobile subdir every update.
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:1.2.9
-Current Version Code:241129
+Current Version:1.3.0
+Current Version Code:241130
diff --git a/metadata/se.erikofsweden.findmyphone.txt b/metadata/se.erikofsweden.findmyphone.txt
index f6ccafe0a8..bb3acda8ab 100644
--- a/metadata/se.erikofsweden.findmyphone.txt
+++ b/metadata/se.erikofsweden.findmyphone.txt
@@ -20,7 +20,7 @@ Status: Beta.
.
Repo Type:git-svn
-Repo:https://svn.code.sf.net/p/findmyphone/code/trunk
+Repo:https://svn.code.sf.net/p/findmyphone/code/trunk/
Build:1.21B,10
commit=33
@@ -30,9 +30,15 @@ Build:1.22B,11
commit=34
prebuild=mv lib libs
-Build:1.22B-fdroid,12
- disable=remove apk
- commit=foo
+Build:1.23B,13
+ commit=38
+ srclibs=javamail@JAVAMAIL-1_6_1
+ rm=lib
+ build=pushd $$javamail$$/mail && \
+ mvn package -DskipTests && \
+ popd && \
+ mkdir libs && \
+ cp $$javamail$$/mail/target/javax.mail.jar libs
Auto Update Mode:None
Update Check Mode:RepoManifest
diff --git a/metadata/se.leap.bitmaskclient.txt b/metadata/se.leap.bitmaskclient.txt
index 4eb49b288c..33d1e5cec6 100644
--- a/metadata/se.leap.bitmaskclient.txt
+++ b/metadata/se.leap.bitmaskclient.txt
@@ -1,8 +1,11 @@
Categories:Internet,Security,Security
License:GPL-3.0
-Web Site:https://leap.se
-Source Code:https://github.com/leapcode/bitmask_android
-Issue Tracker:https://leap.se/code/projects/android/issues
+Web Site:https://bitmask.net
+Source Code:https://0xacab.org/leap/bitmask_android
+Issue Tracker:https://0xacab.org/leap/bitmask_android/issues
+Changelog:https://0xacab.org/leap/bitmask_android/blob/master/CHANGELOG
+Donate:https://leap.se/en/about-us/donate
+Bitcoin:1Fze6GLjoxFnwAGNreYLK8ktFdGJdPRxeY
Auto Name:Bitmask
Summary:Easy and secure encrypted communication (VPN)
@@ -14,7 +17,7 @@ soon.
.
Repo Type:git
-Repo:https://github.com/leapcode/bitmask_android.git
+Repo:https://0xacab.org/leap/bitmask_android.git
Build:0.9.7,131
commit=0.9.7
@@ -24,7 +27,18 @@ Build:0.9.7,131
build=misc/build-native.sh
ndk=r15c
+Build:0.9.8,134
+ commit=0.9.8
+ subdir=app
+ submodules=yes
+ gradle=production
+ rm=ics-openvpn/main/src/main/cpp/mbedtls/tests
+ prebuild=sed -i -e 's|./gradlew|gradle|' ../build_deps.sh
+ build=cd .. && \
+ ./build_deps.sh
+ ndk=r16b
+
Auto Update Mode:Version %v
Update Check Mode:Tags ^[0-9.]+$
-Current Version:0.9.7
-Current Version Code:131
+Current Version:0.9.8
+Current Version Code:134
diff --git a/metadata/se.peterbjorkman.android.trafikinfo.txt b/metadata/se.peterbjorkman.android.trafikinfo.txt
index 2a451d6b7a..c8cde76961 100644
--- a/metadata/se.peterbjorkman.android.trafikinfo.txt
+++ b/metadata/se.peterbjorkman.android.trafikinfo.txt
@@ -29,6 +29,6 @@ Build:0.9.1,13
encoding=utf-8
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:0.9.1
Current Version Code:13
diff --git a/metadata/se.sandos.android.delayed.txt b/metadata/se.sandos.android.delayed.txt
index 7f6248a889..6d6851cfe8 100644
--- a/metadata/se.sandos.android.delayed.txt
+++ b/metadata/se.sandos.android.delayed.txt
@@ -20,6 +20,6 @@ Build:0.9-BETA5,18
target=android-15
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:0.9-BETA5
Current Version Code:18
diff --git a/metadata/se.tube42.kidsmem.android.txt b/metadata/se.tube42.kidsmem.android.txt
index 14759d90e4..79dbbb4aba 100644
--- a/metadata/se.tube42.kidsmem.android.txt
+++ b/metadata/se.tube42.kidsmem.android.txt
@@ -10,8 +10,6 @@ Description:
Candy Memory is a causal "match two" memory game for children and adults. It was
created during #CANDYJAM, because everybody love candy (well, maybe not some
lawyers).
-
-Note: This app uses prebuilt binaries for assets and GDX.
.
Repo Type:git
@@ -32,8 +30,15 @@ Build:1.4,14
Build:1.6.0,16
commit=v1.6.0
+ subdir=android
submodules=yes
- build=ant setup
+ gradle=yes
+ scandelete=android/libs
+
+Maintainer Notes:
+libgdx.so and libgdx-freetype.so binaries are extracted from
+com.badlogicgames.gdx:gdx-platform JARs that come from Maven Central.
+.
Auto Update Mode:Version v%v
Update Check Mode:Tags
diff --git a/metadata/stericson.busybox.txt b/metadata/stericson.busybox.txt
deleted file mode 100644
index 311071739d..0000000000
--- a/metadata/stericson.busybox.txt
+++ /dev/null
@@ -1,56 +0,0 @@
-Disabled:Unverified prebuilts of dubious origin - should not have been accepted
-Categories:System
-License:Apache-2.0
-Web Site:
-Source Code:https://github.com/Stericson/busybox-free
-Issue Tracker:https://github.com/Stericson/busybox-free/issues
-
-Name:Busybox Installer
-Auto Name:BusyBox Free
-Summary:System tools installer
-Description:
-Interface to install one version only of BusyBox (1.21.1) and its symlinks. For
-now, the binary is only for ARM architecture as the others couldn't be built.
-
-BusyBox combines tiny versions of many common UNIX utilities into a single small
-executable. It provides replacements for most of the utilities you usually find
-in GNU fileutils, shellutils, etc. Android comes with a very limited multi-tool
-called Toolbox and sometimes it is crippled even more, so a standard Busybox is
-often needed by root apps that need to do different jobs. If you run a custom
-ROM you probably have most of the applets that you would ever need, though this
-binary has a few more.
-
-The range of applets
-[https://raw2.github.com/linusyang/android-busybox-ndk/master/android_ndk_stericson-like
-available] isn't identical to the upstream version. Therefore, the applet
-manager doesn't have information about all the installed applets.
-.
-
-Requires Root:yes
-
-Repo Type:git
-Repo:https://github.com/Stericson/busybox-free
-
-Build:10.9,157
- disable=prebuilts
- commit=6c3dbbee
- init=sed -i 's@\(reference.1=\).*@\1view_pager_JW@' project.properties
- srclibs=RootToolsSvn@3.4,BusyboxConfigs-linusyang@63dc
- rm=assets/busybox1.21.1.png,assets/busybox1.22.1.png,assets/reboot.png,build,out,view_pager_JW/build,RootToolsSvn.jar
- extlibs=toolbox
- prebuild=cp -r $$RootToolsSvn$$/src/com/ src/ && \
- sed -i 's/"Busybox 1.22.1", //g' src/stericson/busybox/Constants.java && \
- mv libs/toolbox assets/toolbox.png && \
- cp -r $$BusyboxConfigs-linusyang$$ BB && \
- sed -i 's/darwin-x86_64/linux-x86/g;s/4.4.3/4.6/;/android_ndk_config-w-patches/d;s/#CONFIG_FILE/CONFIG_FILE/' BB/Makefile
- target=android-18
- scanignore=assets/toolbox.png
- build=cd BB && \
- export PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin:$PATH && \
- make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" ARCH=arm ANDROID_NDK=$$NDK$$ && \
- mv busybox-git.arm/busybox ../assets/busybox1.21.1.png
-
-Auto Update Mode:None
-Update Check Mode:RepoManifest
-Current Version:40
-Current Version Code:190
diff --git a/metadata/telegra.ph.txt b/metadata/telegra.ph.txt
index 8b60c48a88..c80d110e97 100644
--- a/metadata/telegra.ph.txt
+++ b/metadata/telegra.ph.txt
@@ -21,5 +21,5 @@ Build:1.1.1,7
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:1.3.1
-Current Version Code:10
+Current Version:1.5
+Current Version Code:13
diff --git a/metadata/tritop.android.SLWTrafficMeterWidget.txt b/metadata/tritop.android.SLWTrafficMeterWidget.txt
index 3e4ccd587f..52548f4219 100644
--- a/metadata/tritop.android.SLWTrafficMeterWidget.txt
+++ b/metadata/tritop.android.SLWTrafficMeterWidget.txt
@@ -18,6 +18,6 @@ Build:1.1,2
target=android-10
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.1
Current Version Code:2
diff --git a/metadata/tritop.android.androsens.txt b/metadata/tritop.android.androsens.txt
index 76356ab5be..5425092597 100644
--- a/metadata/tritop.android.androsens.txt
+++ b/metadata/tritop.android.androsens.txt
@@ -22,6 +22,6 @@ Build:1.2,2
commit=33
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.2
Current Version Code:2
diff --git a/metadata/tritop.androidSLWCpuWidget.txt b/metadata/tritop.androidSLWCpuWidget.txt
index b214266376..35be9f56ee 100644
--- a/metadata/tritop.androidSLWCpuWidget.txt
+++ b/metadata/tritop.androidSLWCpuWidget.txt
@@ -17,6 +17,6 @@ Build:1.5,6
commit=78
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.5
Current Version Code:6
diff --git a/metadata/tum.betriebsysteme.kostadinov.txt b/metadata/tum.betriebsysteme.kostadinov.txt
index 3a5ec1db39..6c2b8625b7 100644
--- a/metadata/tum.betriebsysteme.kostadinov.txt
+++ b/metadata/tum.betriebsysteme.kostadinov.txt
@@ -25,6 +25,6 @@ Missing bluetooth.h and bluetooth.c files. Also includes binaries.
.
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.0
Current Version Code:1
diff --git a/metadata/uk.co.busydoingnothing.prevo.txt b/metadata/uk.co.busydoingnothing.prevo.txt
index ca11812ed5..1c934f8e8b 100644
--- a/metadata/uk.co.busydoingnothing.prevo.txt
+++ b/metadata/uk.co.busydoingnothing.prevo.txt
@@ -48,7 +48,18 @@ Build:0.15,15
cd .. && \
PrevoDB/src/prevodb -i $$Revo$$ -o .
+Build:0.16,16
+ commit=0.16
+ srclibs=Revo@44b8c07590,PrevoDB@97835cbb50
+ target=android-16
+ build=cp -r $$PrevoDB$$ . && \
+ cd PrevoDB && \
+ ./autogen.sh && \
+ make -j`nproc` && \
+ cd .. && \
+ PrevoDB/src/prevodb -i $$Revo$$ -o .
+
Auto Update Mode:None
Update Check Mode:Static
-Current Version:0.15
-Current Version Code:15
+Current Version:0.16
+Current Version Code:16
diff --git a/metadata/uk.co.yahoo.p1rpp.calendartrigger.txt b/metadata/uk.co.yahoo.p1rpp.calendartrigger.txt
index 84301d365f..e9b90f044b 100644
--- a/metadata/uk.co.yahoo.p1rpp.calendartrigger.txt
+++ b/metadata/uk.co.yahoo.p1rpp.calendartrigger.txt
@@ -28,5 +28,5 @@ Build:1.2.0,4
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:1.2.0
-Current Version Code:4
+Current Version:1.3.2
+Current Version Code:5
diff --git a/metadata/uk.org.cardboardbox.wonderdroid.txt b/metadata/uk.org.cardboardbox.wonderdroid.txt
index 77f47e1cc9..b014ed8f3b 100644
--- a/metadata/uk.org.cardboardbox.wonderdroid.txt
+++ b/metadata/uk.org.cardboardbox.wonderdroid.txt
@@ -48,6 +48,6 @@ Build:1.9,39
buildjni=yes
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:Static
Current Version:1.9
Current Version Code:39
diff --git a/metadata/wsdfhjxc.taponium.txt b/metadata/wsdfhjxc.taponium.txt
new file mode 100644
index 0000000000..f2cc4f6163
--- /dev/null
+++ b/metadata/wsdfhjxc.taponium.txt
@@ -0,0 +1,34 @@
+Categories:Games
+License:GPL-3.0+
+Author Name:wsdfhjxc
+Author Email:wsdfhjxc@protonmail.com
+Web Site:
+Source Code:https://github.com/wsdfhjxc/taponium
+Issue Tracker:https://github.com/wsdfhjxc/taponium/issues
+
+Auto Name:Taponium
+Summary:Reflex-oriented arcade game
+Description:
+This is a simple reflex-oriented arcade game for Android. It was written with
+usage of Android SDK for Android 2.3.3 and newer. It uses Canvas to draw things
+on the display and it was designed to be resolution independent.
+
+The game mechanic is very simple. Player has to tap as many hamsters randomly
+appearing on a board as he can. For each tapped hamster he receives 10 points.
+For each missed hamster he loses 100 points. Additionally, tapping a bunny
+causes a loss of 1000 points. Difficulty gradually rises over time as everything
+gets surprisingly faster.
+.
+
+Repo Type:git
+Repo:https://github.com/wsdfhjxc/taponium
+
+Build:1.0.6,1
+ commit=acc0b86
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:1.0.6
+Current Version Code:1
diff --git a/metadata/x653.bullseye.txt b/metadata/x653.bullseye.txt
index 460e26ffb7..e5fb04fd17 100644
--- a/metadata/x653.bullseye.txt
+++ b/metadata/x653.bullseye.txt
@@ -30,7 +30,12 @@ Build:0.2,2
subdir=app
gradle=yes
+Build:0.3,3
+ commit=v0.3
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.2
-Current Version Code:2
+Current Version:0.3
+Current Version Code:3
diff --git a/srclibs/AnySoftKeyboardPacks.txt b/srclibs/AnySoftKeyboardPacks.txt
deleted file mode 100644
index 13a9c75f06..0000000000
--- a/srclibs/AnySoftKeyboardPacks.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Repo Type:git
-Repo:https://github.com/AnySoftKeyboard/LanguagePack
-
diff --git a/srclibs/CSipSimple.txt b/srclibs/CSipSimple.txt
deleted file mode 100644
index d8c580de45..0000000000
--- a/srclibs/CSipSimple.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-Repo Type:git-svn
-Repo:https://csipsimple.googlecode.com/svn/trunk
diff --git a/srclibs/CommanderGenius.txt b/srclibs/CommanderGenius.txt
deleted file mode 100644
index e4d07b3394..0000000000
--- a/srclibs/CommanderGenius.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Repo Type:git
-Repo:https://github.com/dennis-sheil/commandergenius/
-
diff --git a/srclibs/VLC-3.0.txt b/srclibs/VLC-3.0.txt
new file mode 100644
index 0000000000..6a1df31c84
--- /dev/null
+++ b/srclibs/VLC-3.0.txt
@@ -0,0 +1,3 @@
+Repo Type:git
+Repo:https://git.videolan.org/git/vlc/vlc-3.0.git
+
diff --git a/srclibs/gscore.txt b/srclibs/gscore.txt
new file mode 100644
index 0000000000..068a4c9bd5
--- /dev/null
+++ b/srclibs/gscore.txt
@@ -0,0 +1,2 @@
+Repo Type:git
+Repo:https://github.com/kar/gscore.git
diff --git a/srclibs/javamail.txt b/srclibs/javamail.txt
new file mode 100644
index 0000000000..b9fd502e3f
--- /dev/null
+++ b/srclibs/javamail.txt
@@ -0,0 +1,2 @@
+Repo:https://github.com/javaee/javamail
+Repo Type:git
diff --git a/stats/antifeatures.txt b/stats/antifeatures.txt
index 339d36a569..b14e572b03 100644
--- a/stats/antifeatures.txt
+++ b/stats/antifeatures.txt
@@ -1,7 +1,8 @@
UpstreamNonFree 100
-NonFreeNet 72
+NonFreeNet 73
Tracking 28
NonFreeDep 25
Ads 17
NonFreeAdd 17
NonFreeAssets 11
+KnownVuln 2
diff --git a/stats/categories.txt b/stats/categories.txt
index dd9fb43aa0..88de9ba7a5 100644
--- a/stats/categories.txt
+++ b/stats/categories.txt
@@ -1,17 +1,17 @@
-System 374
-Internet 371
-Multimedia 346
-Games 285
-Navigation 176
-Science & Education 160
+System 377
+Internet 375
+Multimedia 349
+Games 289
+Navigation 180
+Science & Education 161
Reading 139
-Writing 137
+Writing 138
Time 136
Theming 135
Development 132
-Connectivity 117
-Security 108
+Connectivity 120
+Security 109
+Money 65
Phone & SMS 65
-Money 63
Sports & Health 54
Graphics 33
diff --git a/stats/disabled_apps.txt b/stats/disabled_apps.txt
index ab3b15dc52..3a1f1cc64e 100644
--- a/stats/disabled_apps.txt
+++ b/stats/disabled_apps.txt
@@ -32,7 +32,6 @@ com.funambol.androidsync
com.google.android.apps.iosched
com.google.android.maps.mytracks
com.googlecode.android.wifi.tether
-com.googlecode.androidcells
com.grapefruitopia.dashclock.k9
com.hexairbot.hexmini
com.josegd.monthcalwidget
@@ -107,7 +106,6 @@ ru.qrck.quitetaskmanager
se.chalmers.doit
se.peterbjorkman.android.trafikinfo
se.sandos.android.delayed
-stericson.busybox
stericson.busybox.donate
tritop.android.androsens
uk.co.turtle-player
diff --git a/stats/known_apks.txt b/stats/known_apks.txt
index 3f67b169b2..ff4f6c04a2 100644
--- a/stats/known_apks.txt
+++ b/stats/known_apks.txt
@@ -243,6 +243,9 @@ app.varlorg.unote_8.apk app.varlorg.unote 2017-08-23
app.varlorg.unote_10.apk app.varlorg.unote 2017-11-24
app.varlorg.unote_11.apk app.varlorg.unote 2017-12-15
app.varlorg.unote_12.apk app.varlorg.unote 2017-12-24
+app.varlorg.unote_13.apk app.varlorg.unote 2018-02-20
+app.varlorg.unote_14.apk app.varlorg.unote 2018-02-20
+app.varlorg.unote_15.apk app.varlorg.unote 2018-02-28
apps.babycaretimer_5.apk apps.babycaretimer 2012-09-18
apps.babycaretimer_6.apk apps.babycaretimer 2012-08-23
apps.droidnotify_27.apk apps.droidnotify 2012-01-21
@@ -341,6 +344,10 @@ ar.rulosoft.mimanganu_71.apk ar.rulosoft.mimanganu 2017-10-18
ar.rulosoft.mimanganu_72.apk ar.rulosoft.mimanganu 2017-10-29
ar.rulosoft.mimanganu_73.apk ar.rulosoft.mimanganu 2017-11-03
ar.rulosoft.mimanganu_74.apk ar.rulosoft.mimanganu 2017-12-04
+ar.rulosoft.mimanganu_75.apk ar.rulosoft.mimanganu 2018-02-16
+ar.rulosoft.mimanganu_76.apk ar.rulosoft.mimanganu 2018-02-16
+ar.rulosoft.mimanganu_77.apk ar.rulosoft.mimanganu 2018-02-16
+ar.rulosoft.mimanganu_78.apk ar.rulosoft.mimanganu 2018-02-16
arity.calculator_27.apk arity.calculator 2012-02-11
at.bitfire.cadroid_1.apk at.bitfire.cadroid 2014-08-10
at.bitfire.cadroid_2.apk at.bitfire.cadroid 2014-10-29
@@ -477,6 +484,7 @@ at.bitfire.davdroid_195.apk at.bitfire.davdroid 2017-12-24
at.bitfire.davdroid_197.apk at.bitfire.davdroid 2018-01-21
at.bitfire.davdroid_199.apk at.bitfire.davdroid 2018-01-21
at.bitfire.davdroid_201.apk at.bitfire.davdroid 2018-01-21
+at.bitfire.davdroid_205.apk at.bitfire.davdroid 2018-02-13
at.bitfire.gfxtablet_2.apk at.bitfire.gfxtablet 2013-07-17
at.bitfire.gfxtablet_3.apk at.bitfire.gfxtablet 2013-10-13
at.bitfire.gfxtablet_4.apk at.bitfire.gfxtablet 2015-07-06
@@ -579,6 +587,7 @@ au.com.wallaceit.reddinator_59.apk au.com.wallaceit.reddinator 2016-11-30
au.com.wallaceit.reddinator_60.apk au.com.wallaceit.reddinator 2016-12-25
au.com.wallaceit.reddinator_61.apk au.com.wallaceit.reddinator 2017-01-06
au.com.wallaceit.reddinator_62.apk au.com.wallaceit.reddinator 2017-01-22
+au.com.wallaceit.reddinator_64.apk au.com.wallaceit.reddinator 2018-02-16
au.id.micolous.farebot_30.apk au.id.micolous.farebot 2017-01-11
au.id.micolous.farebot_31.apk au.id.micolous.farebot 2017-08-30
aws.apps.androidDrawables_7.apk aws.apps.androidDrawables 2012-09-18
@@ -636,6 +645,7 @@ be.digitalia.fosdem_700143.apk be.digitalia.fosdem 2017-01-24
be.digitalia.fosdem_700144.apk be.digitalia.fosdem 2017-02-02
be.digitalia.fosdem_700145.apk be.digitalia.fosdem 2017-04-19
be.digitalia.fosdem_700146.apk be.digitalia.fosdem 2017-05-10
+be.digitalia.fosdem_1500150.apk be.digitalia.fosdem 2018-02-01
be.geecko.QuickLyric_1.apk be.geecko.QuickLyric 2014-10-05
be.geecko.QuickLyric_2.apk be.geecko.QuickLyric 2014-10-08
be.geecko.QuickLyric_3.apk be.geecko.QuickLyric 2015-01-30
@@ -645,6 +655,10 @@ be.lionslink.ucllstudent_10000.apk be.lionslink.ucllstudent 2015-04-21
be.lionslink.ucllstudent_10001.apk be.lionslink.ucllstudent 2015-05-01
be.lionslink.ucllstudent_10100.apk be.lionslink.ucllstudent 2015-09-17
be.lionslink.ucllstudent_10101.apk be.lionslink.ucllstudent 2015-09-19
+be.mygod.vpnhotspot_7.apk be.mygod.vpnhotspot 2018-02-16
+be.mygod.vpnhotspot_8.apk be.mygod.vpnhotspot 2018-02-20
+be.mygod.vpnhotspot_9.apk be.mygod.vpnhotspot 2018-02-28
+be.mygod.vpnhotspot_10.apk be.mygod.vpnhotspot 2018-03-10
be.norio.randomapp_1.apk be.norio.randomapp 2014-01-07
be.ppareit.shutdown_10200.apk be.ppareit.shutdown 2014-05-30
be.ppareit.shutdown_10201.apk be.ppareit.shutdown 2014-07-09
@@ -666,6 +680,7 @@ be.ppareit.swiftp_free_21500.apk be.ppareit.swiftp_free 2017-05-14
be.ppareit.swiftp_free_21600.apk be.ppareit.swiftp_free 2017-07-14
be.ppareit.swiftp_free_21700.apk be.ppareit.swiftp_free 2017-09-02
be.ppareit.swiftp_free_21701.apk be.ppareit.swiftp_free 2017-09-16
+be.ppareit.swiftp_free_21800.apk be.ppareit.swiftp_free 2018-02-16
be.quentinloos.manille_1.apk be.quentinloos.manille 2013-08-27
be.quentinloos.manille_2.apk be.quentinloos.manille 2013-11-17
be.uhasselt.privacypolice_4.apk be.uhasselt.privacypolice 2015-02-17
@@ -725,6 +740,7 @@ bughunter2.smsfilter_3.apk bughunter2.smsfilter 2014-08-26
bughunter2.smsfilter_4.apk bughunter2.smsfilter 2014-08-27
bus.chio.wishmaster_1000.apk bus.chio.wishmaster 2017-04-08
bus.chio.wishmaster_1001.apk bus.chio.wishmaster 2017-04-23
+bus.chio.wishmaster_1002.apk bus.chio.wishmaster 2018-02-16
byrne.utilities.converter_1.apk byrne.utilities.converter 2014-07-21
byrne.utilities.hashpass_1.apk byrne.utilities.hashpass 2014-07-20
byrne.utilities.hashpass_2.apk byrne.utilities.hashpass 2014-07-26
@@ -884,6 +900,8 @@ ca.rmen.android.poetassistant_112202.apk ca.rmen.android.poetassistant 2017-12-0
ca.rmen.android.poetassistant_112203.apk ca.rmen.android.poetassistant 2017-12-04
ca.rmen.android.poetassistant_112500.apk ca.rmen.android.poetassistant 2017-12-04
ca.rmen.android.poetassistant_112501.apk ca.rmen.android.poetassistant 2017-12-04
+ca.rmen.android.poetassistant_112601.apk ca.rmen.android.poetassistant 2018-02-03
+ca.rmen.android.poetassistant_112603.apk ca.rmen.android.poetassistant 2018-02-16
ca.rmen.android.scrumchatter_10022.apk ca.rmen.android.scrumchatter 2014-11-18
ca.rmen.android.scrumchatter_10023.apk ca.rmen.android.scrumchatter 2015-02-23
ca.rmen.android.scrumchatter_10024.apk ca.rmen.android.scrumchatter 2015-08-10
@@ -945,6 +963,9 @@ cgeo.geocaching_20130532.apk cgeo.geocaching 2013-06-02
cgeo.geocaching_20130605.apk cgeo.geocaching 2013-06-06
cgeo.geocaching_20130725.apk cgeo.geocaching 2013-09-07
ch.abertschi.adfree_16.apk ch.abertschi.adfree 2017-09-13
+ch.abertschi.adfree_17.apk ch.abertschi.adfree 2018-02-01
+ch.abertschi.adfree_19.apk ch.abertschi.adfree 2018-02-06
+ch.abertschi.adfree_20.apk ch.abertschi.adfree 2018-02-16
ch.bailu.aat_5.apk ch.bailu.aat 2015-12-01
ch.bailu.aat_6.apk ch.bailu.aat 2016-01-12
ch.bailu.aat_7.apk ch.bailu.aat 2016-01-21
@@ -961,6 +982,7 @@ ch.bailu.aat_17.apk ch.bailu.aat 2017-03-08
ch.bailu.aat_18.apk ch.bailu.aat 2017-05-30
ch.bailu.aat_19.apk ch.bailu.aat 2017-08-22
ch.bailu.aat_20.apk ch.bailu.aat 2017-10-18
+ch.bailu.aat_21.apk ch.bailu.aat 2018-02-16
ch.blinkenlights.android.apnswitch_132351998.apk ch.blinkenlights.android.apnswitch 2012-10-03
ch.blinkenlights.android.vanilla_912.apk ch.blinkenlights.android.vanilla 2012-10-03
ch.blinkenlights.android.vanilla_913.apk ch.blinkenlights.android.vanilla 2012-10-08
@@ -1014,6 +1036,7 @@ ch.blinkenlights.android.vanilla_10549.apk ch.blinkenlights.android.vanilla 2017
ch.blinkenlights.android.vanilla_10560.apk ch.blinkenlights.android.vanilla 2017-10-03
ch.blinkenlights.android.vanilla_10571.apk ch.blinkenlights.android.vanilla 2017-11-05
ch.blinkenlights.android.vanilla_10580.apk ch.blinkenlights.android.vanilla 2017-12-15
+ch.blinkenlights.android.vanilla_10591.apk ch.blinkenlights.android.vanilla 2018-02-06
ch.blinkenlights.android.vanillaplug_110.apk ch.blinkenlights.android.vanillaplug 2015-06-10
ch.blinkenlights.android.vanillaplug_150.apk ch.blinkenlights.android.vanillaplug 2015-10-07
ch.blinkenlights.android.vanillaplug_160.apk ch.blinkenlights.android.vanillaplug 2016-05-25
@@ -1032,6 +1055,7 @@ ch.corten.aha.worldclock_44.apk ch.corten.aha.worldclock 2016-03-29
ch.corten.aha.worldclock_45.apk ch.corten.aha.worldclock 2016-09-27
ch.corten.aha.worldclock_46.apk ch.corten.aha.worldclock 2016-12-21
ch.corten.aha.worldclock_47.apk ch.corten.aha.worldclock 2017-08-07
+ch.deletescape.lawnchair.plah_1742.apk ch.deletescape.lawnchair.plah 2018-02-16
ch.dissem.android.drupal_17.apk ch.dissem.android.drupal 2014-03-05
ch.fixme.cowsay_4.apk ch.fixme.cowsay 2012-10-10
ch.fixme.cowsay_5.apk ch.fixme.cowsay 2014-03-15
@@ -1062,6 +1086,7 @@ ch.ihdg.calendarcolor_4.apk ch.ihdg.calendarcolor 2015-11-28
ch.jiikuy.velocitycalculator_3.apk ch.jiikuy.velocitycalculator 2017-05-31
ch.jiikuy.velocitycalculator_4.apk ch.jiikuy.velocitycalculator 2017-06-13
ch.jiikuy.velocitycalculator_5.apk ch.jiikuy.velocitycalculator 2017-07-18
+ch.jiikuy.velocitycalculator_6.apk ch.jiikuy.velocitycalculator 2018-02-11
ch.logixisland.anuto_5.apk ch.logixisland.anuto 2016-07-03
ch.logixisland.anuto_6.apk ch.logixisland.anuto 2016-07-06
ch.logixisland.anuto_7.apk ch.logixisland.anuto 2017-02-08
@@ -1145,6 +1170,7 @@ com.a5corp.weather_473.apk com.a5corp.weather 2017-04-17
com.a5corp.weather_481.apk com.a5corp.weather 2017-04-23
com.a5corp.weather_568.apk com.a5corp.weather 2017-06-13
com.a5corp.weather_578.apk com.a5corp.weather 2017-06-23
+com.a5corp.weather_656.apk com.a5corp.weather 2018-02-06
com.aaronjwood.portauthority_5.apk com.aaronjwood.portauthority 2015-01-12
com.aaronjwood.portauthority_8.apk com.aaronjwood.portauthority 2015-01-17
com.aaronjwood.portauthority_9.apk com.aaronjwood.portauthority 2015-02-27
@@ -1177,6 +1203,7 @@ com.aaronjwood.portauthority_46.apk com.aaronjwood.portauthority 2017-04-17
com.aaronjwood.portauthority_47.apk com.aaronjwood.portauthority 2017-04-17
com.aaronjwood.portauthority_48.apk com.aaronjwood.portauthority 2017-05-15
com.aaronjwood.portauthority_49.apk com.aaronjwood.portauthority 2017-05-20
+com.aaronjwood.portauthority_54.apk com.aaronjwood.portauthority 2018-02-20
com.abcdjdj.rootverifier_3.apk com.abcdjdj.rootverifier 2013-08-09
com.abcdjdj.rootverifier_4.apk com.abcdjdj.rootverifier 2013-11-10
com.abcdjdj.rootverifier_5.apk com.abcdjdj.rootverifier 2014-02-22
@@ -1225,6 +1252,7 @@ com.adam.aslfms_40.apk com.adam.aslfms 2016-08-26
com.adam.aslfms_42.apk com.adam.aslfms 2016-09-27
com.adam.aslfms_43.apk com.adam.aslfms 2016-11-18
com.adam.aslfms_44.apk com.adam.aslfms 2016-12-12
+com.adam.aslfms_48.apk com.adam.aslfms 2018-02-06
com.addi_37.apk com.addi 2012-02-25
com.addi_40.apk com.addi 2012-02-25
com.addi_44.apk com.addi 2012-05-12
@@ -1397,6 +1425,8 @@ com.android.keepass_138.apk com.android.keepass 2015-12-27
com.android.keepass_154.apk com.android.keepass 2016-11-07
com.android.keepass_162.apk com.android.keepass 2017-11-28
com.android.keepass_164.apk com.android.keepass 2017-11-28
+com.android.keepass_165.apk com.android.keepass 2018-02-20
+com.android.keepass_166.apk com.android.keepass 2018-02-16
com.android.launcher3_1.apk com.android.launcher3 2013-12-09
com.android.music_1.apk com.android.music 2013-06-24
com.android.music_2.apk com.android.music 2016-08-18
@@ -1420,6 +1450,8 @@ com.andybotting.tramhunter_1300.apk com.andybotting.tramhunter 2013-08-13
com.angryburg.uapp_416.apk com.angryburg.uapp 2017-12-07
com.angryburg.uapp_417.apk com.angryburg.uapp 2017-12-24
com.angryburg.uapp_419.apk com.angryburg.uapp 2017-12-24
+com.angryburg.uapp_420.apk com.angryburg.uapp 2018-02-01
+com.angryburg.uapp_421.apk com.angryburg.uapp 2018-02-01
com.angrydoughnuts.android.alarmclock_8.apk com.angrydoughnuts.android.alarmclock 2011-05-19
com.angrydoughnuts.android.alarmclock_10.apk com.angrydoughnuts.android.alarmclock 2013-12-13
com.angrydoughnuts.android.alarmclock_11.apk com.angrydoughnuts.android.alarmclock 2016-06-17
@@ -1442,6 +1474,7 @@ com.antoniotari.reactiveampacheapp_47.apk com.antoniotari.reactiveampacheapp 201
com.antoniotari.reactiveampacheapp_48.apk com.antoniotari.reactiveampacheapp 2017-07-18
com.antoniotari.reactiveampacheapp_49.apk com.antoniotari.reactiveampacheapp 2017-10-29
com.antoniotari.reactiveampacheapp_53.apk com.antoniotari.reactiveampacheapp 2017-12-04
+com.antoniotari.reactiveampacheapp_54.apk com.antoniotari.reactiveampacheapp 2018-02-16
com.anysoftkeyboard.languagepack.SSH_4.apk com.anysoftkeyboard.languagepack.SSH 2013-03-15
com.anysoftkeyboard.languagepack.basque_1.apk com.anysoftkeyboard.languagepack.basque 2017-02-09
com.anysoftkeyboard.languagepack.brazilian_100.apk com.anysoftkeyboard.languagepack.brazilian 2017-07-14
@@ -1518,6 +1551,7 @@ com.arnaud.metronome_3.apk com.arnaud.metronome 2017-05-23
com.arnaud.metronome_5.apk com.arnaud.metronome 2017-10-13
com.artifex.mupdf.mini_111.apk com.artifex.mupdf.mini 2017-07-18
com.artifex.mupdf.mini_112.apk com.artifex.mupdf.mini 2017-07-18
+com.artifex.mupdf.viewer.app_20.apk com.artifex.mupdf.viewer.app 2018-02-20
com.artifex.mupdfdemo_2.apk com.artifex.mupdfdemo 2013-04-08
com.artifex.mupdfdemo_50.apk com.artifex.mupdfdemo 2013-06-30
com.artifex.mupdfdemo_51.apk com.artifex.mupdfdemo 2013-06-30
@@ -1613,6 +1647,11 @@ com.b44t.messenger_443.apk com.b44t.messenger 2017-10-11
com.b44t.messenger_453.apk com.b44t.messenger 2017-10-20
com.b44t.messenger_473.apk com.b44t.messenger 2017-11-24
com.b44t.messenger_483.apk com.b44t.messenger 2017-11-24
+com.b44t.messenger_509.apk com.b44t.messenger 2018-02-16
+com.b44t.messenger_510.apk com.b44t.messenger 2018-02-16
+com.b44t.messenger_511.apk com.b44t.messenger 2018-02-16
+com.b44t.messenger_512.apk com.b44t.messenger 2018-02-22
+com.b44t.messenger_513.apk com.b44t.messenger 2018-03-05
com.banasiak.coinflip_25.apk com.banasiak.coinflip 2012-08-23
com.banasiak.coinflip_26.apk com.banasiak.coinflip 2012-09-26
com.banasiak.coinflip_27.apk com.banasiak.coinflip 2012-10-01
@@ -1668,6 +1707,13 @@ com.bijoysingh.quicknote_18.apk com.bijoysingh.quicknote 2017-12-07
com.bijoysingh.quicknote_22.apk com.bijoysingh.quicknote 2017-12-15
com.bijoysingh.quicknote_23.apk com.bijoysingh.quicknote 2017-12-24
com.bijoysingh.quicknote_27.apk com.bijoysingh.quicknote 2017-12-24
+com.bijoysingh.quicknote_30.apk com.bijoysingh.quicknote 2018-02-03
+com.bijoysingh.quicknote_32.apk com.bijoysingh.quicknote 2018-02-03
+com.bijoysingh.quicknote_39.apk com.bijoysingh.quicknote 2018-02-03
+com.bijoysingh.quicknote_43.apk com.bijoysingh.quicknote 2018-02-03
+com.bijoysingh.quicknote_48.apk com.bijoysingh.quicknote 2018-02-03
+com.bijoysingh.quicknote_57.apk com.bijoysingh.quicknote 2018-02-16
+com.bijoysingh.quicknote_62.apk com.bijoysingh.quicknote 2018-03-10
com.blanyal.remindly_2.apk com.blanyal.remindly 2015-09-29
com.bleyl.recurrence_10.apk com.bleyl.recurrence 2015-09-17
com.bleyl.recurrence_11.apk com.bleyl.recurrence 2015-10-05
@@ -1844,6 +1890,9 @@ com.bytehamster.changelog_31.apk com.bytehamster.changelog 2017-08-20
com.bytehamster.changelog_32.apk com.bytehamster.changelog 2017-09-14
com.bytehamster.changelog_36.apk com.bytehamster.changelog 2017-10-24
com.bytehamster.changelog_38.apk com.bytehamster.changelog 2018-01-15
+com.bytehamster.changelog_39.apk com.bytehamster.changelog 2018-02-06
+com.bytehamster.changelog_40.apk com.bytehamster.changelog 2018-02-06
+com.bytehamster.changelog_41.apk com.bytehamster.changelog 2018-02-28
com.bytestemplar.tonedef_11.apk com.bytestemplar.tonedef 2015-11-28
com.bytestemplar.tonedef_12.apk com.bytestemplar.tonedef 2015-11-28
com.bytestemplar.tonedef_13.apk com.bytestemplar.tonedef 2015-12-02
@@ -1870,6 +1919,7 @@ com.cepmuvakkit.times_200.apk com.cepmuvakkit.times 2013-03-04
com.cgogolin.library_24.apk com.cgogolin.library 2017-01-24
com.cgogolin.library_27.apk com.cgogolin.library 2017-04-13
com.cgogolin.library_31.apk com.cgogolin.library 2017-05-27
+com.cgogolin.library_54.apk com.cgogolin.library 2018-02-20
com.chanapps.four.activity_78.apk com.chanapps.four.activity 2014-10-22
com.chanapps.four.activity_80.apk com.chanapps.four.activity 2014-11-08
com.chanapps.four.activity_82.apk com.chanapps.four.activity 2014-12-13
@@ -1932,6 +1982,8 @@ com.commonsware.android.arXiv_108.apk com.commonsware.android.arXiv 2014-10-08
com.commonsware.android.arXiv_112.apk com.commonsware.android.arXiv 2017-10-13
com.concentricsky.android.khan_14.apk com.concentricsky.android.khan 2013-12-11
com.corner23.android.beautyclocklivewallpaper_12.apk com.corner23.android.beautyclocklivewallpaper 2013-12-09
+com.corphish.nightlight.generic_11.apk com.corphish.nightlight.generic 2018-02-16
+com.corphish.nightlight.generic_12.apk com.corphish.nightlight.generic 2018-02-16
com.coste.syncorg_6.apk com.coste.syncorg 2016-12-14
com.coste.syncorg_7.apk com.coste.syncorg 2016-12-25
com.coste.syncorg_8.apk com.coste.syncorg 2017-01-06
@@ -2059,6 +2111,8 @@ com.dje.openwifinetworkremover_16.apk com.dje.openwifinetworkremover 2013-12-30
com.dje.openwifinetworkremover_22.apk com.dje.openwifinetworkremover 2014-02-19
com.dje.openwifinetworkremover_26.apk com.dje.openwifinetworkremover 2014-05-15
com.dje.openwifinetworkremover_27.apk com.dje.openwifinetworkremover 2014-10-27
+com.dkanada.chip_1.apk com.dkanada.chip 2018-02-16
+com.dkanada.chip_2.apk com.dkanada.chip 2018-02-22
com.dkanada.icecons_12.apk com.dkanada.icecons 2017-05-14
com.dkanada.icecons_13.apk com.dkanada.icecons 2017-05-15
com.dkanada.icecons_14.apk com.dkanada.icecons 2017-06-02
@@ -2203,6 +2257,8 @@ com.duckduckgo.mobile.android_76.apk com.duckduckgo.mobile.android 2016-10-18
com.duckduckgo.mobile.android_79.apk com.duckduckgo.mobile.android 2017-12-24
com.duckduckgo.mobile.android_100.apk com.duckduckgo.mobile.android 2017-12-24
com.duckduckgo.mobile.android_101.apk com.duckduckgo.mobile.android 2017-12-24
+com.duckduckgo.mobile.android_40101.apk com.duckduckgo.mobile.android 2018-02-16
+com.duckduckgo.mobile.android_40300.apk com.duckduckgo.mobile.android 2018-02-20
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
@@ -2370,6 +2426,8 @@ com.etesync.syncadapter_21.apk com.etesync.syncadapter 2017-12-15
com.etesync.syncadapter_22.apk com.etesync.syncadapter 2017-12-24
com.etesync.syncadapter_23.apk com.etesync.syncadapter 2018-01-29
com.etesync.syncadapter_24.apk com.etesync.syncadapter 2018-01-29
+com.etesync.syncadapter_26.apk com.etesync.syncadapter 2018-02-01
+com.etesync.syncadapter_27.apk com.etesync.syncadapter 2018-02-11
com.euedge.openaviationmap.android_16.apk com.euedge.openaviationmap.android 2013-12-11
com.evancharlton.mileage_3000.apk com.evancharlton.mileage 2011-05-10
com.evancharlton.mileage_3080.apk com.evancharlton.mileage 2012-01-17
@@ -2377,6 +2435,7 @@ com.evancharlton.mileage_3100.apk com.evancharlton.mileage 2012-04-23
com.evancharlton.mileage_3110.apk com.evancharlton.mileage 2012-06-01
com.evenement.encapsulation_1.apk com.evenement.encapsulation 2016-05-17
com.evenement.encapsulation_2.apk com.evenement.encapsulation 2016-05-21
+com.evenement.encapsulation_3.apk com.evenement.encapsulation 2018-02-16
com.everysoft.autoanswer_2.apk com.everysoft.autoanswer 2012-02-25
com.everysoft.autoanswer_3.apk com.everysoft.autoanswer 2012-02-25
com.everysoft.autoanswer_5.apk com.everysoft.autoanswer 2012-02-25
@@ -2484,6 +2543,10 @@ com.farmerbb.taskbar_169.apk com.farmerbb.taskbar 2017-10-11
com.farmerbb.taskbar_170.apk com.farmerbb.taskbar 2017-10-18
com.fastaccess.github.libre_451.apk com.fastaccess.github.libre 2017-11-01
com.fastaccess.github.libre_455.apk com.fastaccess.github.libre 2017-11-14
+com.fastaccess.github.libre_460.apk com.fastaccess.github.libre 2018-02-06
+com.fastaccess.github.libre_461.apk com.fastaccess.github.libre 2018-02-06
+com.fastaccess.github.libre_462.apk com.fastaccess.github.libre 2018-02-20
+com.fastaccess.github.libre_463.apk com.fastaccess.github.libre 2018-03-05
com.fastaccess.github_182.apk com.fastaccess.github 2017-05-12
com.fastaccess.github_191.apk com.fastaccess.github 2017-05-12
com.fastaccess.github_192.apk com.fastaccess.github 2017-05-12
@@ -2517,6 +2580,9 @@ com.forrestguice.suntimeswidget_13.apk com.forrestguice.suntimeswidget 2017-11-2
com.forrestguice.suntimeswidget_14.apk com.forrestguice.suntimeswidget 2017-12-07
com.forrestguice.suntimeswidget_16.apk com.forrestguice.suntimeswidget 2018-01-29
com.forrestguice.suntimeswidget_17.apk com.forrestguice.suntimeswidget 2018-01-29
+com.forrestguice.suntimeswidget_18.apk com.forrestguice.suntimeswidget 2018-02-06
+com.forrestguice.suntimeswidget_19.apk com.forrestguice.suntimeswidget 2018-02-20
+com.forrestguice.suntimeswidget_20.apk com.forrestguice.suntimeswidget 2018-03-05
com.foxykeep.lifecounter_2.apk com.foxykeep.lifecounter 2015-08-14
com.fr3ts0n.ecu.gui.androbd_1.apk com.fr3ts0n.ecu.gui.androbd 2015-05-26
com.fr3ts0n.ecu.gui.androbd_10100.apk com.fr3ts0n.ecu.gui.androbd 2015-06-02
@@ -2550,6 +2616,7 @@ com.fr3ts0n.ecu.gui.androbd_10501.apk com.fr3ts0n.ecu.gui.androbd 2017-09-27
com.fr3ts0n.ecu.gui.androbd_10502.apk com.fr3ts0n.ecu.gui.androbd 2017-10-01
com.fr3ts0n.ecu.gui.androbd_10503.apk com.fr3ts0n.ecu.gui.androbd 2017-11-05
com.fr3ts0n.ecu.gui.androbd_10504.apk com.fr3ts0n.ecu.gui.androbd 2017-12-07
+com.fr3ts0n.ecu.gui.androbd_10505.apk com.fr3ts0n.ecu.gui.androbd 2018-02-16
com.fr3ts0n.stagefever_1.apk com.fr3ts0n.stagefever 2015-05-20
com.fr3ts0n.stagefever_10001.apk com.fr3ts0n.stagefever 2016-10-25
com.fr3ts0n.stagefever_10003.apk com.fr3ts0n.stagefever 2016-10-27
@@ -2561,6 +2628,7 @@ com.fr3ts0n.stagefever_10008.apk com.fr3ts0n.stagefever 2016-12-30
com.fr3ts0n.stagefever_10009.apk com.fr3ts0n.stagefever 2017-01-10
com.frankcalise.h2droid_10.apk com.frankcalise.h2droid 2013-12-09
com.freerdp.afreerdp_10.apk com.freerdp.afreerdp 2017-12-04
+com.freerdp.afreerdp_11.apk com.freerdp.afreerdp 2018-02-16
com.freezingwind.animereleasenotifier_6.apk com.freezingwind.animereleasenotifier 2015-03-04
com.freezingwind.animereleasenotifier_7.apk com.freezingwind.animereleasenotifier 2015-03-15
com.freezingwind.animereleasenotifier_8.apk com.freezingwind.animereleasenotifier 2015-03-17
@@ -2598,6 +2666,7 @@ com.frrahat.quransimple_142.apk com.frrahat.quransimple 2015-05-17
com.frrahat.quransimple_143.apk com.frrahat.quransimple 2015-09-28
com.frrahat.quransimple_150.apk com.frrahat.quransimple 2015-10-01
com.frrahat.quransimple_151.apk com.frrahat.quransimple 2016-03-27
+com.frrahat.quransimple_160.apk com.frrahat.quransimple 2018-02-16
com.fsck.k9.material_23250.apk com.fsck.k9.material 2017-03-15
com.fsck.k9.material_24000.apk com.fsck.k9.material 2017-03-19
com.fsck.k9.material_24001.apk com.fsck.k9.material 2017-03-24
@@ -2717,6 +2786,11 @@ com.genonbeta.TrebleShot_55.apk com.genonbeta.TrebleShot 2018-01-15
com.genonbeta.TrebleShot_56.apk com.genonbeta.TrebleShot 2018-01-26
com.genonbeta.TrebleShot_57.apk com.genonbeta.TrebleShot 2018-01-26
com.genonbeta.TrebleShot_58.apk com.genonbeta.TrebleShot 2018-01-29
+com.genonbeta.TrebleShot_59.apk com.genonbeta.TrebleShot 2018-02-03
+com.genonbeta.TrebleShot_60.apk com.genonbeta.TrebleShot 2018-02-06
+com.genonbeta.TrebleShot_61.apk com.genonbeta.TrebleShot 2018-02-11
+com.genonbeta.TrebleShot_62.apk com.genonbeta.TrebleShot 2018-02-28
+com.genonbeta.TrebleShot_63.apk com.genonbeta.TrebleShot 2018-03-05
com.germainz.identiconizer_6.apk com.germainz.identiconizer 2014-05-30
com.germainz.identiconizer_9.apk com.germainz.identiconizer 2014-06-05
com.gh4a_32.apk com.gh4a 2012-09-20
@@ -2843,9 +2917,31 @@ com.github.axet.audiorecorder_220.apk com.github.axet.audiorecorder 2017-11-24
com.github.axet.audiorecorder_223.apk com.github.axet.audiorecorder 2017-12-04
com.github.axet.audiorecorder_225.apk com.github.axet.audiorecorder 2017-12-15
com.github.axet.audiorecorder_226.apk com.github.axet.audiorecorder 2017-12-24
+com.github.axet.audiorecorder_234.apk com.github.axet.audiorecorder 2018-02-01
+com.github.axet.audiorecorder_235.apk com.github.axet.audiorecorder 2018-02-01
+com.github.axet.audiorecorder_238.apk com.github.axet.audiorecorder 2018-02-01
+com.github.axet.audiorecorder_239.apk com.github.axet.audiorecorder 2018-02-01
+com.github.axet.audiorecorder_243.apk com.github.axet.audiorecorder 2018-02-03
+com.github.axet.audiorecorder_247.apk com.github.axet.audiorecorder 2018-02-06
+com.github.axet.audiorecorder_248.apk com.github.axet.audiorecorder 2018-02-11
+com.github.axet.audiorecorder_249.apk com.github.axet.audiorecorder 2018-02-20
+com.github.axet.audiorecorder_250.apk com.github.axet.audiorecorder 2018-02-22
+com.github.axet.audiorecorder_251.apk com.github.axet.audiorecorder 2018-03-05
+com.github.axet.audiorecorder_253.apk com.github.axet.audiorecorder 2018-03-10
com.github.axet.bookreader_68.apk com.github.axet.bookreader 2018-01-26
com.github.axet.bookreader_77.apk com.github.axet.bookreader 2018-01-26
com.github.axet.bookreader_97.apk com.github.axet.bookreader 2018-01-29
+com.github.axet.bookreader_105.apk com.github.axet.bookreader 2018-02-01
+com.github.axet.bookreader_111.apk com.github.axet.bookreader 2018-02-03
+com.github.axet.bookreader_113.apk com.github.axet.bookreader 2018-02-06
+com.github.axet.bookreader_126.apk com.github.axet.bookreader 2018-02-11
+com.github.axet.bookreader_141.apk com.github.axet.bookreader 2018-02-13
+com.github.axet.bookreader_144.apk com.github.axet.bookreader 2018-02-16
+com.github.axet.bookreader_152.apk com.github.axet.bookreader 2018-02-20
+com.github.axet.bookreader_155.apk com.github.axet.bookreader 2018-02-22
+com.github.axet.bookreader_165.apk com.github.axet.bookreader 2018-02-28
+com.github.axet.bookreader_166.apk com.github.axet.bookreader 2018-03-05
+com.github.axet.bookreader_167.apk com.github.axet.bookreader 2018-03-10
com.github.axet.callrecorder_53.apk com.github.axet.callrecorder 2017-06-23
com.github.axet.callrecorder_54.apk com.github.axet.callrecorder 2017-06-23
com.github.axet.callrecorder_57.apk com.github.axet.callrecorder 2017-06-27
@@ -2878,6 +2974,15 @@ com.github.axet.callrecorder_117.apk com.github.axet.callrecorder 2017-12-07
com.github.axet.callrecorder_119.apk com.github.axet.callrecorder 2017-12-15
com.github.axet.callrecorder_128.apk com.github.axet.callrecorder 2017-12-24
com.github.axet.callrecorder_134.apk com.github.axet.callrecorder 2017-12-24
+com.github.axet.callrecorder_137.apk com.github.axet.callrecorder 2018-02-01
+com.github.axet.callrecorder_139.apk com.github.axet.callrecorder 2018-02-01
+com.github.axet.callrecorder_141.apk com.github.axet.callrecorder 2018-02-01
+com.github.axet.callrecorder_143.apk com.github.axet.callrecorder 2018-02-01
+com.github.axet.callrecorder_145.apk com.github.axet.callrecorder 2018-02-03
+com.github.axet.callrecorder_146.apk com.github.axet.callrecorder 2018-02-06
+com.github.axet.callrecorder_150.apk com.github.axet.callrecorder 2018-02-11
+com.github.axet.callrecorder_153.apk com.github.axet.callrecorder 2018-02-20
+com.github.axet.callrecorder_154.apk com.github.axet.callrecorder 2018-03-10
com.github.axet.hourlyreminder_239.apk com.github.axet.hourlyreminder 2017-04-17
com.github.axet.hourlyreminder_241.apk com.github.axet.hourlyreminder 2017-04-17
com.github.axet.hourlyreminder_246.apk com.github.axet.hourlyreminder 2017-04-23
@@ -2921,6 +3026,10 @@ com.github.axet.hourlyreminder_338.apk com.github.axet.hourlyreminder 2018-01-29
com.github.axet.hourlyreminder_339.apk com.github.axet.hourlyreminder 2018-01-29
com.github.axet.hourlyreminder_341.apk com.github.axet.hourlyreminder 2018-01-29
com.github.axet.hourlyreminder_342.apk com.github.axet.hourlyreminder 2018-01-29
+com.github.axet.hourlyreminder_343.apk com.github.axet.hourlyreminder 2018-02-03
+com.github.axet.maps_1027.apk com.github.axet.maps 2018-02-20
+com.github.axet.maps_1030.apk com.github.axet.maps 2018-02-28
+com.github.axet.maps_1032.apk com.github.axet.maps 2018-03-10
com.github.axet.mover_59.apk com.github.axet.mover 2017-06-23
com.github.axet.mover_60.apk com.github.axet.mover 2017-06-27
com.github.axet.mover_66.apk com.github.axet.mover 2017-06-28
@@ -2947,10 +3056,16 @@ com.github.axet.mover_100.apk com.github.axet.mover 2017-11-24
com.github.axet.mover_104.apk com.github.axet.mover 2017-11-28
com.github.axet.mover_105.apk com.github.axet.mover 2017-12-15
com.github.axet.mover_108.apk com.github.axet.mover 2017-12-15
+com.github.axet.mover_109.apk com.github.axet.mover 2018-02-03
+com.github.axet.mover_112.apk com.github.axet.mover 2018-02-03
+com.github.axet.mover_113.apk com.github.axet.mover 2018-02-03
+com.github.axet.mover_114.apk com.github.axet.mover 2018-02-06
com.github.axet.tonegenerator_12.apk com.github.axet.tonegenerator 2017-06-23
com.github.axet.tonegenerator_13.apk com.github.axet.tonegenerator 2017-07-01
com.github.axet.tonegenerator_14.apk com.github.axet.tonegenerator 2017-09-16
com.github.axet.tonegenerator_15.apk com.github.axet.tonegenerator 2017-10-08
+com.github.axet.tonegenerator_17.apk com.github.axet.tonegenerator 2018-02-03
+com.github.axet.tonegenerator_18.apk com.github.axet.tonegenerator 2018-03-05
com.github.axet.torrentclient_439.apk com.github.axet.torrentclient 2017-07-18
com.github.axet.torrentclient_440.apk com.github.axet.torrentclient 2017-07-18
com.github.axet.torrentclient_442.apk com.github.axet.torrentclient 2017-07-18
@@ -2991,6 +3106,16 @@ com.github.axet.torrentclient_572.apk com.github.axet.torrentclient 2017-12-24
com.github.axet.torrentclient_574.apk com.github.axet.torrentclient 2018-01-05
com.github.axet.torrentclient_577.apk com.github.axet.torrentclient 2018-01-05
com.github.axet.torrentclient_581.apk com.github.axet.torrentclient 2018-01-05
+com.github.axet.torrentclient_584.apk com.github.axet.torrentclient 2018-02-01
+com.github.axet.torrentclient_586.apk com.github.axet.torrentclient 2018-02-01
+com.github.axet.torrentclient_593.apk com.github.axet.torrentclient 2018-02-03
+com.github.axet.torrentclient_594.apk com.github.axet.torrentclient 2018-02-06
+com.github.axet.torrentclient_595.apk com.github.axet.torrentclient 2018-02-28
+com.github.axet.torrentclient_596.apk com.github.axet.torrentclient 2018-02-28
+com.github.axet.torrentclient_599.apk com.github.axet.torrentclient 2018-03-05
+com.github.axet.torrentclient_604.apk com.github.axet.torrentclient 2018-03-05
+com.github.axet.torrentclient_605.apk com.github.axet.torrentclient 2018-03-10
+com.github.axet.torrentclient_608.apk com.github.axet.torrentclient 2018-03-10
com.github.cetoolbox_1.apk com.github.cetoolbox 2013-12-09
com.github.cythara_1.apk com.github.cythara 2017-08-23
com.github.cythara_2.apk com.github.cythara 2017-08-26
@@ -3005,6 +3130,8 @@ com.github.cythara_10.apk com.github.cythara 2017-11-17
com.github.cythara_11.apk com.github.cythara 2017-12-24
com.github.cythara_13.apk com.github.cythara 2018-01-15
com.github.cythara_14.apk com.github.cythara 2018-01-15
+com.github.cythara_15.apk com.github.cythara 2018-02-03
+com.github.cythara_16.apk com.github.cythara 2018-02-20
com.github.darthjoey91.hangman_1.apk com.github.darthjoey91.hangman 2014-11-11
com.github.darthjoey91.hangman_2.apk com.github.darthjoey91.hangman 2014-11-12
com.github.darthjoey91.hangman_3.apk com.github.darthjoey91.hangman 2014-11-12
@@ -3031,6 +3158,8 @@ com.github.dfa.diaspora_android_23.apk com.github.dfa.diaspora_android 2017-08-1
com.github.dfa.diaspora_android_24.apk com.github.dfa.diaspora_android 2017-09-14
com.github.dfa.diaspora_android_26.apk com.github.dfa.diaspora_android 2017-09-27
com.github.dfa.diaspora_android_28.apk com.github.dfa.diaspora_android 2018-01-21
+com.github.dfa.diaspora_android_29.apk com.github.dfa.diaspora_android 2018-02-11
+com.github.dfa.diaspora_android_30.apk com.github.dfa.diaspora_android 2018-03-10
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
@@ -3061,6 +3190,7 @@ com.github.mofosyne.tagdrop_1.apk com.github.mofosyne.tagdrop 2015-08-28
com.github.mofosyne.tagdrop_3.apk com.github.mofosyne.tagdrop 2015-08-31
com.github.mofosyne.tagdrop_4.apk com.github.mofosyne.tagdrop 2015-09-01
com.github.mueller_ma.viewandroidversion_2.apk com.github.mueller_ma.viewandroidversion 2017-12-07
+com.github.mueller_ma.viewandroidversion_3.apk com.github.mueller_ma.viewandroidversion 2018-02-22
com.github.nicolassmith.urlevaluator_9.apk com.github.nicolassmith.urlevaluator 2013-12-15
com.github.nicolassmith.urlevaluator_12.apk com.github.nicolassmith.urlevaluator 2014-01-12
com.github.nicolassmith.urlevaluator_13.apk com.github.nicolassmith.urlevaluator 2014-01-27
@@ -3078,6 +3208,7 @@ com.github.nutomic.controldlna_11.apk com.github.nutomic.controldlna 2014-05-02
com.github.nutomic.controldlna_12.apk com.github.nutomic.controldlna 2014-05-06
com.github.nutomic.controldlna_13.apk com.github.nutomic.controldlna 2014-05-10
com.github.nutomic.controldlna_14.apk com.github.nutomic.controldlna 2014-05-13
+com.github.onetimepass_1002002.apk com.github.onetimepass 2018-02-16
com.github.ooz.heymeditation_1.apk com.github.ooz.heymeditation 2014-11-25
com.github.ooz.heymeditation_2.apk com.github.ooz.heymeditation 2014-11-26
com.github.ooz.heymeditation_3.apk com.github.ooz.heymeditation 2014-11-28
@@ -3113,6 +3244,9 @@ com.github.premnirmal.tickerwidget_221.apk com.github.premnirmal.tickerwidget 20
com.github.premnirmal.tickerwidget_222.apk com.github.premnirmal.tickerwidget 2017-10-26
com.github.premnirmal.tickerwidget_227.apk com.github.premnirmal.tickerwidget 2017-11-14
com.github.premnirmal.tickerwidget_228.apk com.github.premnirmal.tickerwidget 2017-12-24
+com.github.premnirmal.tickerwidget_229.apk com.github.premnirmal.tickerwidget 2018-02-16
+com.github.premnirmal.tickerwidget_232.apk com.github.premnirmal.tickerwidget 2018-02-28
+com.github.premnirmal.tickerwidget_234.apk com.github.premnirmal.tickerwidget 2018-03-10
com.github.quarck.calnotify_2.apk com.github.quarck.calnotify 2016-02-27
com.github.quarck.calnotify_5.apk com.github.quarck.calnotify 2016-03-01
com.github.quarck.calnotify_10.apk com.github.quarck.calnotify 2016-03-05
@@ -3175,6 +3309,7 @@ com.github.ruleant.getback_gps_12.apk com.github.ruleant.getback_gps 2013-12-10
com.github.ruleant.getback_gps_30.apk com.github.ruleant.getback_gps 2014-07-11
com.github.ruleant.getback_gps_40.apk com.github.ruleant.getback_gps 2014-10-27
com.github.ruleant.getback_gps_41.apk com.github.ruleant.getback_gps 2015-01-09
+com.github.ruleant.getback_gps_50.apk com.github.ruleant.getback_gps 2018-02-16
com.github.sryze.wirebug_4.apk com.github.sryze.wirebug 2016-02-08
com.github.sryze.wirebug_5.apk com.github.sryze.wirebug 2016-02-12
com.github.sryze.wirebug_7.apk com.github.sryze.wirebug 2016-02-14
@@ -3252,6 +3387,8 @@ com.gitlab.ardash.appleflinger.android_21.apk com.gitlab.ardash.appleflinger.and
com.gitlab.ardash.appleflinger.android_1004005.apk com.gitlab.ardash.appleflinger.android 2017-10-18
com.gitlab.ardash.appleflinger.android_1004006.apk com.gitlab.ardash.appleflinger.android 2017-11-14
com.gitlab.ardash.appleflinger.android_1004007.apk com.gitlab.ardash.appleflinger.android 2017-11-28
+com.gitlab.ardash.appleflinger.android_1004008.apk com.gitlab.ardash.appleflinger.android 2018-02-11
+com.gitlab.ardash.appleflinger.android_1004009.apk com.gitlab.ardash.appleflinger.android 2018-02-28
com.gk.simpleworkoutjournal_3.apk com.gk.simpleworkoutjournal 2015-08-28
com.glTron_4.apk com.glTron 2012-07-26
com.gladis.tictactoe_1.apk com.gladis.tictactoe 2013-03-25
@@ -3440,6 +3577,7 @@ com.greenaddress.abcore_58.apk com.greenaddress.abcore 2017-07-09
com.greenaddress.abcore_59.apk com.greenaddress.abcore 2017-08-20
com.greenaddress.abcore_60.apk com.greenaddress.abcore 2017-11-14
com.greenaddress.abcore_61.apk com.greenaddress.abcore 2017-11-24
+com.greenaddress.abcore_62.apk com.greenaddress.abcore 2018-02-16
com.greenaddress.greenbits_android_wallet.testnet_87.apk com.greenaddress.greenbits_android_wallet.testnet 2016-09-11
com.greenaddress.greenbits_android_wallet.testnet_89.apk com.greenaddress.greenbits_android_wallet.testnet 2016-09-21
com.greenaddress.greenbits_android_wallet.testnet_90.apk com.greenaddress.greenbits_android_wallet.testnet 2016-10-06
@@ -3453,6 +3591,7 @@ com.greenaddress.greenbits_android_wallet.testnet_98.apk com.greenaddress.greenb
com.greenaddress.greenbits_android_wallet.testnet_99.apk com.greenaddress.greenbits_android_wallet.testnet 2017-09-11
com.greenaddress.greenbits_android_wallet.testnet_200.apk com.greenaddress.greenbits_android_wallet.testnet 2017-09-24
com.greenaddress.greenbits_android_wallet.testnet_202.apk com.greenaddress.greenbits_android_wallet.testnet 2017-10-03
+com.greenaddress.greenbits_android_wallet.testnet_203.apk com.greenaddress.greenbits_android_wallet.testnet 2018-02-20
com.greenaddress.greenbits_android_wallet_33.apk com.greenaddress.greenbits_android_wallet 2015-01-29
com.greenaddress.greenbits_android_wallet_36.apk com.greenaddress.greenbits_android_wallet 2015-02-01
com.greenaddress.greenbits_android_wallet_37.apk com.greenaddress.greenbits_android_wallet 2015-02-04
@@ -3497,6 +3636,7 @@ com.greenaddress.greenbits_android_wallet_98.apk com.greenaddress.greenbits_andr
com.greenaddress.greenbits_android_wallet_99.apk com.greenaddress.greenbits_android_wallet 2017-09-11
com.greenaddress.greenbits_android_wallet_200.apk com.greenaddress.greenbits_android_wallet 2017-09-14
com.greenaddress.greenbits_android_wallet_202.apk com.greenaddress.greenbits_android_wallet 2017-09-24
+com.greenaddress.greenbits_android_wallet_203.apk com.greenaddress.greenbits_android_wallet 2018-02-16
com.gregorywlodarek.torontotransit.torontotransit_9.apk com.gregorywlodarek.torontotransit.torontotransit 2014-11-16
com.gs.mobileprint_1.apk com.gs.mobileprint 2012-08-23
com.gueei.applocker_3.apk com.gueei.applocker 2012-08-29
@@ -3549,6 +3689,7 @@ com.health.openscale_18.apk com.health.openscale 2017-10-03
com.health.openscale_19.apk com.health.openscale 2017-11-14
com.health.openscale_21.apk com.health.openscale 2018-01-22
com.health.openscale_23.apk com.health.openscale 2018-01-22
+com.health.openscale_24.apk com.health.openscale 2018-03-05
com.hectorone.multismssender_10.apk com.hectorone.multismssender 2012-10-05
com.hectorone.multismssender_11.apk com.hectorone.multismssender 2012-10-08
com.hectorone.multismssender_12.apk com.hectorone.multismssender 2012-10-17
@@ -3736,6 +3877,15 @@ com.jadn.cc_173.apk com.jadn.cc 2014-07-13
com.jakebasile.android.hearingsaver_12.apk com.jakebasile.android.hearingsaver 2012-08-23
com.jakebasile.android.hearingsaver_13.apk com.jakebasile.android.hearingsaver 2012-09-18
com.jarsilio.android.pocketup_1.apk com.jarsilio.android.pocketup 2017-08-23
+com.jarsilio.android.pocketup_3.apk com.jarsilio.android.pocketup 2018-02-20
+com.jarsilio.android.scrambledeggsif_1.apk com.jarsilio.android.scrambledeggsif 2018-02-01
+com.jarsilio.android.scrambledeggsif_4.apk com.jarsilio.android.scrambledeggsif 2018-02-01
+com.jarsilio.android.scrambledeggsif_5.apk com.jarsilio.android.scrambledeggsif 2018-02-06
+com.jarsilio.android.scrambledeggsif_6.apk com.jarsilio.android.scrambledeggsif 2018-02-11
+com.jarsilio.android.scrambledeggsif_7.apk com.jarsilio.android.scrambledeggsif 2018-02-13
+com.jarsilio.android.scrambledeggsif_8.apk com.jarsilio.android.scrambledeggsif 2018-02-16
+com.jarsilio.android.scrambledeggsif_9.apk com.jarsilio.android.scrambledeggsif 2018-02-20
+com.jarsilio.android.scrambledeggsif_10.apk com.jarsilio.android.scrambledeggsif 2018-02-28
com.jarsilio.android.waveup_1.apk com.jarsilio.android.waveup 2016-04-11
com.jarsilio.android.waveup_2.apk com.jarsilio.android.waveup 2016-04-20
com.jarsilio.android.waveup_3.apk com.jarsilio.android.waveup 2016-04-25
@@ -3767,6 +3917,8 @@ com.jarsilio.android.waveup_33.apk com.jarsilio.android.waveup 2017-08-22
com.jarsilio.android.waveup_35.apk com.jarsilio.android.waveup 2017-11-05
com.jarsilio.android.waveup_36.apk com.jarsilio.android.waveup 2017-12-15
com.jarsilio.android.waveup_37.apk com.jarsilio.android.waveup 2017-12-24
+com.jarsilio.android.waveup_38.apk com.jarsilio.android.waveup 2018-02-20
+com.jarsilio.android.waveup_39.apk com.jarsilio.android.waveup 2018-02-28
com.java.SmokeReducer_1.apk com.java.SmokeReducer 2012-08-24
com.javierllorente.adc_1.apk com.javierllorente.adc 2016-01-26
com.javiersantos.mlmanager_2.apk com.javiersantos.mlmanager 2015-05-28
@@ -3909,6 +4061,7 @@ com.juet.attendance_6.apk com.juet.attendance 2015-01-28
com.juliansparber.captiveportallogin_1.apk com.juliansparber.captiveportallogin 2017-04-08
com.juliansparber.captiveportallogin_2.apk com.juliansparber.captiveportallogin 2017-04-23
com.junjunguo.pocketmaps_8.apk com.junjunguo.pocketmaps 2015-10-19
+com.junjunguo.pocketmaps_9.apk com.junjunguo.pocketmaps 2018-02-28
com.jwetherell.heart_rate_monitor_1.apk com.jwetherell.heart_rate_monitor 2013-05-29
com.kaeruct.glxy_1.apk com.kaeruct.glxy 2013-10-31
com.kai1973i_4.apk com.kai1973i 2012-08-29
@@ -3951,6 +4104,9 @@ com.keylesspalace.tusky_26.apk com.keylesspalace.tusky 2017-10-23
com.keylesspalace.tusky_27.apk com.keylesspalace.tusky 2017-10-26
com.keylesspalace.tusky_29.apk com.keylesspalace.tusky 2017-12-04
com.keylesspalace.tusky_31.apk com.keylesspalace.tusky 2017-12-07
+com.keylesspalace.tusky_32.apk com.keylesspalace.tusky 2018-02-06
+com.keylesspalace.tusky_33.apk com.keylesspalace.tusky 2018-02-16
+com.keylesspalace.tusky_34.apk com.keylesspalace.tusky 2018-03-10
com.khuttun.notificationnotes_1.apk com.khuttun.notificationnotes 2015-12-30
com.khuttun.notificationnotes_2.apk com.khuttun.notificationnotes 2016-01-12
com.khuttun.notificationnotes_3.apk com.khuttun.notificationnotes 2016-02-01
@@ -4006,6 +4162,7 @@ com.knirirr.beecount_109.apk com.knirirr.beecount 2015-08-16
com.knirirr.beecount_114.apk com.knirirr.beecount 2016-01-21
com.knirirr.beecount_117.apk com.knirirr.beecount 2016-09-05
com.knirirr.beecount_118.apk com.knirirr.beecount 2017-06-14
+com.knirirr.beecount_119.apk com.knirirr.beecount 2018-02-16
com.kodarkooperativet.notificationstopwatch_5.apk com.kodarkooperativet.notificationstopwatch 2014-10-20
com.kodarkooperativet.notificationstopwatch_6.apk com.kodarkooperativet.notificationstopwatch 2014-10-27
com.kostmo.wallpaper.spiral_12.apk com.kostmo.wallpaper.spiral 2012-03-23
@@ -4017,6 +4174,7 @@ com.kpz.pomodorotasks.activity_7.apk com.kpz.pomodorotasks.activity 2012-08-28
com.kpz.pomodorotasks.activity_8.apk com.kpz.pomodorotasks.activity 2012-08-28
com.kunzisoft.keepass.libre_2.apk com.kunzisoft.keepass.libre 2017-11-24
com.kunzisoft.keepass.libre_3.apk com.kunzisoft.keepass.libre 2017-12-24
+com.kunzisoft.keepass.libre_4.apk com.kunzisoft.keepass.libre 2018-02-06
com.kure.musicplayer_2.apk com.kure.musicplayer 2014-10-23
com.kvance.Nectroid_10.apk com.kvance.Nectroid 2012-09-30
com.kvance.Nectroid_11.apk com.kvance.Nectroid 2012-10-22
@@ -4319,6 +4477,7 @@ com.menny.android.anysoftkeyboard_2060.apk com.menny.android.anysoftkeyboard 201
com.menny.android.anysoftkeyboard_2169.apk com.menny.android.anysoftkeyboard 2017-06-28
com.menny.android.anysoftkeyboard_2566.apk com.menny.android.anysoftkeyboard 2017-07-23
com.menny.android.anysoftkeyboard_2658.apk com.menny.android.anysoftkeyboard 2017-07-31
+com.menny.android.anysoftkeyboard_3692.apk com.menny.android.anysoftkeyboard 2018-03-05
com.menny.anysoftkeyboard.finnish_201.apk com.menny.anysoftkeyboard.finnish 2017-02-12
com.metinkale.prayer_139.apk com.metinkale.prayer 2016-08-09
com.metinkale.prayer_140.apk com.metinkale.prayer 2016-08-14
@@ -4385,6 +4544,8 @@ com.mkulesh.micromath.plus_303.apk com.mkulesh.micromath.plus 2017-11-28
com.mkulesh.micromath.plus_304.apk com.mkulesh.micromath.plus 2017-12-15
com.mkulesh.micromath.plus_305.apk com.mkulesh.micromath.plus 2018-01-16
com.mkulesh.micromath.plus_306.apk com.mkulesh.micromath.plus 2018-01-22
+com.mkulesh.micromath.plus_307.apk com.mkulesh.micromath.plus 2018-02-06
+com.mkulesh.micromath.plus_308.apk com.mkulesh.micromath.plus 2018-03-10
com.mobilepearls.sokoban_12.apk com.mobilepearls.sokoban 2011-01-05
com.mobilepearls.sokoban_14.apk com.mobilepearls.sokoban 2016-10-20
com.mobiperf_101.apk com.mobiperf 2013-12-09
@@ -4559,6 +4720,7 @@ com.nbossard.packlist_15.apk com.nbossard.packlist 2016-08-02
com.nbossard.packlist_16.apk com.nbossard.packlist 2016-08-05
com.nbossard.packlist_17.apk com.nbossard.packlist 2017-08-08
com.nbossard.packlist_18.apk com.nbossard.packlist 2017-12-04
+com.nbossard.packlist_19.apk com.nbossard.packlist 2018-02-16
com.nephoapp.anarxiv_1.apk com.nephoapp.anarxiv 2012-08-29
com.nesswit.galbijjimsearcher_7.apk com.nesswit.galbijjimsearcher 2013-12-15
com.netthreads.android.noiz2_12.apk com.netthreads.android.noiz2 2012-09-07
@@ -4627,6 +4789,7 @@ com.newsblur_138.apk com.newsblur 2017-05-20
com.newsblur_144.apk com.newsblur 2017-09-11
com.newsblur_145.apk com.newsblur 2017-10-11
com.newsblur_152.apk com.newsblur 2018-01-15
+com.newsblur_153.apk com.newsblur 2018-02-13
com.nexes.manager_4.apk com.nexes.manager 2011-01-23
com.nexes.manager_212.apk com.nexes.manager 2011-03-09
com.nexes.manager_218.apk com.nexes.manager 2011-07-22
@@ -4767,6 +4930,18 @@ com.nextcloud.android.beta_20180118.apk com.nextcloud.android.beta 2018-01-22
com.nextcloud.android.beta_20180121.apk com.nextcloud.android.beta 2018-01-22
com.nextcloud.android.beta_20180123.apk com.nextcloud.android.beta 2018-01-26
com.nextcloud.android.beta_20180127.apk com.nextcloud.android.beta 2018-01-29
+com.nextcloud.android.beta_20180131.apk com.nextcloud.android.beta 2018-02-01
+com.nextcloud.android.beta_20180201.apk com.nextcloud.android.beta 2018-02-03
+com.nextcloud.android.beta_20180204.apk com.nextcloud.android.beta 2018-02-06
+com.nextcloud.android.beta_20180210.apk com.nextcloud.android.beta 2018-02-11
+com.nextcloud.android.beta_20180214.apk com.nextcloud.android.beta 2018-02-16
+com.nextcloud.android.beta_20180217.apk com.nextcloud.android.beta 2018-02-20
+com.nextcloud.android.beta_20180221.apk com.nextcloud.android.beta 2018-02-22
+com.nextcloud.android.beta_20180224.apk com.nextcloud.android.beta 2018-02-28
+com.nextcloud.android.beta_20180301.apk com.nextcloud.android.beta 2018-03-05
+com.nextcloud.android.beta_20180302.apk com.nextcloud.android.beta 2018-03-05
+com.nextcloud.android.beta_20180303.apk com.nextcloud.android.beta 2018-03-10
+com.nextcloud.android.beta_20180309.apk com.nextcloud.android.beta 2018-03-10
com.nextcloud.client_10000000.apk com.nextcloud.client 2016-06-17
com.nextcloud.client_10000100.apk com.nextcloud.client 2016-06-21
com.nextcloud.client_10010099.apk com.nextcloud.client 2016-07-07
@@ -4790,12 +4965,18 @@ com.nextcloud.client_20000008.apk com.nextcloud.client 2017-10-08
com.nextcloud.client_20000009.apk com.nextcloud.client 2017-10-11
com.nextcloud.client_20000099.apk com.nextcloud.client 2017-10-18
com.nextcloud.client_20000199.apk com.nextcloud.client 2017-10-21
+com.nextcloud.client_30000003.apk com.nextcloud.client 2018-02-06
+com.nextcloud.client_30000099.apk com.nextcloud.client 2018-02-11
+com.nextcloud.client_30000199.apk com.nextcloud.client 2018-02-16
+com.nextcloud.client_30000299.apk com.nextcloud.client 2018-03-05
+com.nextcloud.client_30000399.apk com.nextcloud.client 2018-03-10
com.nextgis.mobile_13.apk com.nextgis.mobile 2016-07-25
com.nextgis.mobile_16.apk com.nextgis.mobile 2016-08-03
com.nhellfire.kerneladiutor_243.apk com.nhellfire.kerneladiutor 2017-10-18
com.nhellfire.kerneladiutor_244.apk com.nhellfire.kerneladiutor 2017-11-03
com.nhellfire.kerneladiutor_245.apk com.nhellfire.kerneladiutor 2017-11-24
com.nhellfire.kerneladiutor_246.apk com.nhellfire.kerneladiutor 2017-11-28
+com.nhellfire.kerneladiutor_248.apk com.nhellfire.kerneladiutor 2018-02-16
com.nicue.onetwo_3.apk com.nicue.onetwo 2017-05-20
com.nicue.onetwo_7.apk com.nicue.onetwo 2017-05-23
com.nicue.onetwo_10.apk com.nicue.onetwo 2017-05-27
@@ -4861,6 +5042,10 @@ com.nononsenseapps.feeder_20.apk com.nononsenseapps.feeder 2017-11-14
com.nononsenseapps.feeder_21.apk com.nononsenseapps.feeder 2017-11-17
com.nononsenseapps.feeder_22.apk com.nononsenseapps.feeder 2017-11-24
com.nononsenseapps.feeder_23.apk com.nononsenseapps.feeder 2017-12-24
+com.nononsenseapps.feeder_24.apk com.nononsenseapps.feeder 2018-02-06
+com.nononsenseapps.feeder_25.apk com.nononsenseapps.feeder 2018-02-06
+com.nononsenseapps.feeder_26.apk com.nononsenseapps.feeder 2018-02-06
+com.nononsenseapps.feeder_27.apk com.nononsenseapps.feeder 2018-03-10
com.nononsenseapps.notepad_34.apk com.nononsenseapps.notepad 2012-08-23
com.nononsenseapps.notepad_36.apk com.nononsenseapps.notepad 2012-11-11
com.nononsenseapps.notepad_37.apk com.nononsenseapps.notepad 2012-11-12
@@ -5022,6 +5207,7 @@ com.nutomic.syncthingandroid_4131.apk com.nutomic.syncthingandroid 2017-10-26
com.nutomic.syncthingandroid_4133.apk com.nutomic.syncthingandroid 2017-12-04
com.nutomic.syncthingandroid_4134.apk com.nutomic.syncthingandroid 2017-12-24
com.nutomic.syncthingandroid_4135.apk com.nutomic.syncthingandroid 2018-01-29
+com.nutomic.syncthingandroid_4137.apk com.nutomic.syncthingandroid 2018-02-01
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
@@ -5069,6 +5255,8 @@ com.orgzly_72.apk com.orgzly 2017-09-11
com.orgzly_76.apk com.orgzly 2017-09-24
com.orgzly_78.apk com.orgzly 2017-10-01
com.orgzly_83.apk com.orgzly 2017-11-14
+com.orgzly_86.apk com.orgzly 2018-02-01
+com.orgzly_95.apk com.orgzly 2018-02-01
com.orphan.amplayer_1.apk com.orphan.amplayer 2013-12-09
com.orpheusdroid.screenrecorder_4.apk com.orpheusdroid.screenrecorder 2016-11-11
com.orpheusdroid.screenrecorder_8.apk com.orpheusdroid.screenrecorder 2016-12-14
@@ -5082,6 +5270,7 @@ com.orpheusdroid.screenrecorder_18.apk com.orpheusdroid.screenrecorder 2017-06-0
com.orpheusdroid.screenrecorder_19.apk com.orpheusdroid.screenrecorder 2017-11-24
com.orpheusdroid.screenrecorder_20.apk com.orpheusdroid.screenrecorder 2017-12-15
com.orpheusdroid.screenrecorder_21.apk com.orpheusdroid.screenrecorder 2017-12-15
+com.orpheusdroid.screenrecorder_22.apk com.orpheusdroid.screenrecorder 2018-02-16
com.owncloud.android.beta_20151125.apk com.owncloud.android.beta 2015-11-29
com.owncloud.android.beta_20151128.apk com.owncloud.android.beta 2015-11-29
com.owncloud.android.beta_20151129.apk com.owncloud.android.beta 2015-12-01
@@ -5142,6 +5331,7 @@ com.owncloud.android_20200000.apk com.owncloud.android 2016-12-25
com.owncloud.android_20300000.apk com.owncloud.android 2017-03-12
com.owncloud.android_20400000.apk com.owncloud.android 2017-05-31
com.owncloud.android_20500000.apk com.owncloud.android 2017-10-11
+com.owncloud.android_20600000.apk com.owncloud.android 2018-02-03
com.owncloud_1.apk com.owncloud 2012-05-18
com.owncloud_103001.apk com.owncloud.android 2012-08-02
com.owncloud_103003.apk com.owncloud.android 2012-08-09
@@ -5192,6 +5382,7 @@ com.pilot51.voicenotify_16.apk com.pilot51.voicenotify 2014-01-04
com.pilot51.voicenotify_17.apk com.pilot51.voicenotify 2014-01-15
com.pilot51.voicenotify_18.apk com.pilot51.voicenotify 2014-02-10
com.pilot51.voicenotify_19.apk com.pilot51.voicenotify 2014-05-05
+com.pilot51.voicenotify_22.apk com.pilot51.voicenotify 2018-02-22
com.pindroid_44.apk com.pindroid 2012-08-29
com.pindroid_45.apk com.pindroid 2012-09-25
com.pindroid_46.apk com.pindroid 2012-10-16
@@ -5218,6 +5409,7 @@ com.pixiv.muzei.pixivsource_10102.apk com.pixiv.muzei.pixivsource 2017-04-23
com.pixiv.muzei.pixivsource_10103.apk com.pixiv.muzei.pixivsource 2017-04-23
com.pixiv.muzei.pixivsource_20000.apk com.pixiv.muzei.pixivsource 2017-05-06
com.pixiv.muzei.pixivsource_20100.apk com.pixiv.muzei.pixivsource 2017-11-28
+com.pixiv.muzei.pixivsource_20201.apk com.pixiv.muzei.pixivsource 2018-03-05
com.pjuu.droidotter_3.apk com.pjuu.droidotter 2015-06-08
com.pjuu.droidotter_4.apk com.pjuu.droidotter 2015-06-29
com.pjuu.droidotter_5.apk com.pjuu.droidotter 2015-07-30
@@ -5364,6 +5556,10 @@ com.rareventure.gps2_71.apk com.rareventure.gps2 2017-04-17
com.rareventure.gps2_72.apk com.rareventure.gps2 2017-04-17
com.rareventure.gps2_73.apk com.rareventure.gps2 2017-08-02
com.rareventure.gps2_74.apk com.rareventure.gps2 2017-08-07
+com.rareventure.gps2_77.apk com.rareventure.gps2 2018-02-06
+com.rareventure.gps2_78.apk com.rareventure.gps2 2018-02-06
+com.rareventure.gps2_79.apk com.rareventure.gps2 2018-02-11
+com.rareventure.gps2_80.apk com.rareventure.gps2 2018-03-10
com.rascarlo.aurdroid_2.apk com.rascarlo.aurdroid 2017-06-05
com.rascarlo.aurdroid_4.apk com.rascarlo.aurdroid 2017-07-27
com.rascarlo.aurdroid_5.apk com.rascarlo.aurdroid 2017-09-06
@@ -5491,6 +5687,7 @@ com.ruesga.android.wallpapers.photophase_1018.apk com.ruesga.android.wallpapers.
com.ruesga.android.wallpapers.photophase_1020.apk com.ruesga.android.wallpapers.photophase 2016-07-11
com.ruesga.android.wallpapers.photophase_1033.apk com.ruesga.android.wallpapers.photophase 2017-05-28
com.ruesga.android.wallpapers.photophase_1035.apk com.ruesga.android.wallpapers.photophase 2017-08-22
+com.ruesga.android.wallpapers.photophase_1036.apk com.ruesga.android.wallpapers.photophase 2018-02-20
com.sagar.screenshift2_4.apk com.sagar.screenshift2 2017-01-17
com.saibotd.bitbeaker_11.apk com.saibotd.bitbeaker 2012-08-23
com.saibotd.bitbeaker_12.apk com.saibotd.bitbeaker 2012-09-30
@@ -5530,6 +5727,7 @@ com.samwhited.opensharelocationplugin_6.apk com.samwhited.opensharelocationplugi
com.samwhited.opensharelocationplugin_8.apk com.samwhited.opensharelocationplugin 2015-11-08
com.samwhited.opensharelocationplugin_10.apk com.samwhited.opensharelocationplugin 2015-12-14
com.samwhited.opensharelocationplugin_11.apk com.samwhited.opensharelocationplugin 2017-02-08
+com.samwhited.opensharelocationplugin_12.apk com.samwhited.opensharelocationplugin 2018-03-10
com.sandeel.bushidoblocks_13.apk com.sandeel.bushidoblocks 2013-05-08
com.sapos_aplastados.game.clash_of_balls_111.apk com.sapos_aplastados.game.clash_of_balls 2014-01-07
com.scar45.aokp.co.webviewer_2.apk com.scar45.aokp.co.webviewer 2013-12-15
@@ -5575,6 +5773,7 @@ com.seafile.seadroid2_70.apk com.seafile.seadroid2 2017-08-22
com.seafile.seadroid2_71.apk com.seafile.seadroid2 2017-09-27
com.seafile.seadroid2_72.apk com.seafile.seadroid2 2017-12-24
com.seafile.seadroid2_74.apk com.seafile.seadroid2 2017-12-24
+com.seafile.seadroid2_75.apk com.seafile.seadroid2 2018-02-16
com.seafile.seadroid2_76.apk com.seafile.seadroid2 2017-12-24
com.seafile.seadroid_2.apk com.seafile.seadroid 2013-03-23
com.seavenois.tetris_1.apk com.seavenois.tetris 2012-03-10
@@ -5666,6 +5865,7 @@ com.shatteredpixel.shatteredpixeldungeon_206.apk com.shatteredpixel.shatteredpix
com.shatteredpixel.shatteredpixeldungeon_209.apk com.shatteredpixel.shatteredpixeldungeon 2017-09-01
com.shatteredpixel.shatteredpixeldungeon_228.apk com.shatteredpixel.shatteredpixeldungeon 2017-11-24
com.shatteredpixel.shatteredpixeldungeon_229.apk com.shatteredpixel.shatteredpixeldungeon 2017-11-24
+com.shatteredpixel.shatteredpixeldungeon_242.apk com.shatteredpixel.shatteredpixeldungeon 2018-02-28
com.shkmishra.lyrically_2.apk com.shkmishra.lyrically 2016-11-21
com.shkmishra.lyrically_6.apk com.shkmishra.lyrically 2016-12-19
com.shkmishra.lyrically_7.apk com.shkmishra.lyrically 2016-12-23
@@ -5706,6 +5906,7 @@ com.simplemobiletools.calculator_13.apk com.simplemobiletools.calculator 2017-11
com.simplemobiletools.calculator_15.apk com.simplemobiletools.calculator 2017-12-15
com.simplemobiletools.calculator_16.apk com.simplemobiletools.calculator 2018-01-29
com.simplemobiletools.calculator_17.apk com.simplemobiletools.calculator 2018-01-29
+com.simplemobiletools.calculator_18.apk com.simplemobiletools.calculator 2018-03-05
com.simplemobiletools.calendar_7.apk com.simplemobiletools.calendar 2016-07-09
com.simplemobiletools.calendar_8.apk com.simplemobiletools.calendar 2016-07-09
com.simplemobiletools.calendar_9.apk com.simplemobiletools.calendar 2016-07-15
@@ -5775,6 +5976,10 @@ com.simplemobiletools.calendar_106.apk com.simplemobiletools.calendar 2017-12-15
com.simplemobiletools.calendar_107.apk com.simplemobiletools.calendar 2018-01-15
com.simplemobiletools.calendar_109.apk com.simplemobiletools.calendar 2018-01-26
com.simplemobiletools.calendar_110.apk com.simplemobiletools.calendar 2018-01-29
+com.simplemobiletools.calendar_111.apk com.simplemobiletools.calendar 2018-02-03
+com.simplemobiletools.calendar_112.apk com.simplemobiletools.calendar 2018-02-06
+com.simplemobiletools.calendar_113.apk com.simplemobiletools.calendar 2018-02-11
+com.simplemobiletools.calendar_115.apk com.simplemobiletools.calendar 2018-02-22
com.simplemobiletools.camera_13.apk com.simplemobiletools.camera 2016-07-09
com.simplemobiletools.camera_14.apk com.simplemobiletools.camera 2016-07-11
com.simplemobiletools.camera_15.apk com.simplemobiletools.camera 2016-07-13
@@ -5808,11 +6013,18 @@ com.simplemobiletools.camera_50.apk com.simplemobiletools.camera 2017-12-07
com.simplemobiletools.camera_51.apk com.simplemobiletools.camera 2017-12-15
com.simplemobiletools.camera_53.apk com.simplemobiletools.camera 2018-01-16
com.simplemobiletools.camera_54.apk com.simplemobiletools.camera 2018-01-29
+com.simplemobiletools.camera_55.apk com.simplemobiletools.camera 2018-03-05
com.simplemobiletools.contacts_2.apk com.simplemobiletools.contacts 2018-01-26
com.simplemobiletools.contacts_4.apk com.simplemobiletools.contacts 2018-01-26
com.simplemobiletools.contacts_5.apk com.simplemobiletools.contacts 2018-01-26
com.simplemobiletools.contacts_6.apk com.simplemobiletools.contacts 2018-01-26
com.simplemobiletools.contacts_7.apk com.simplemobiletools.contacts 2018-01-29
+com.simplemobiletools.contacts_8.apk com.simplemobiletools.contacts 2018-02-01
+com.simplemobiletools.contacts_9.apk com.simplemobiletools.contacts 2018-02-13
+com.simplemobiletools.contacts_10.apk com.simplemobiletools.contacts 2018-02-13
+com.simplemobiletools.contacts_11.apk com.simplemobiletools.contacts 2018-02-28
+com.simplemobiletools.contacts_12.apk com.simplemobiletools.contacts 2018-03-05
+com.simplemobiletools.contacts_13.apk com.simplemobiletools.contacts 2018-03-10
com.simplemobiletools.draw_6.apk com.simplemobiletools.draw 2016-07-09
com.simplemobiletools.draw_7.apk com.simplemobiletools.draw 2016-07-28
com.simplemobiletools.draw_9.apk com.simplemobiletools.draw 2016-07-28
@@ -5832,6 +6044,8 @@ com.simplemobiletools.draw_25.apk com.simplemobiletools.draw 2017-12-07
com.simplemobiletools.draw_26.apk com.simplemobiletools.draw 2017-12-11
com.simplemobiletools.draw_27.apk com.simplemobiletools.draw 2018-01-29
com.simplemobiletools.draw_28.apk com.simplemobiletools.draw 2018-01-29
+com.simplemobiletools.draw_29.apk com.simplemobiletools.draw 2018-02-13
+com.simplemobiletools.draw_31.apk com.simplemobiletools.draw 2018-03-05
com.simplemobiletools.filemanager_1.apk com.simplemobiletools.filemanager 2016-08-04
com.simplemobiletools.filemanager_2.apk com.simplemobiletools.filemanager 2016-08-24
com.simplemobiletools.filemanager_3.apk com.simplemobiletools.filemanager 2016-08-31
@@ -5868,6 +6082,10 @@ com.simplemobiletools.filemanager_40.apk com.simplemobiletools.filemanager 2017-
com.simplemobiletools.filemanager_41.apk com.simplemobiletools.filemanager 2017-12-15
com.simplemobiletools.filemanager_43.apk com.simplemobiletools.filemanager 2018-01-09
com.simplemobiletools.filemanager_44.apk com.simplemobiletools.filemanager 2018-01-29
+com.simplemobiletools.filemanager_45.apk com.simplemobiletools.filemanager 2018-02-01
+com.simplemobiletools.filemanager_46.apk com.simplemobiletools.filemanager 2018-02-22
+com.simplemobiletools.filemanager_47.apk com.simplemobiletools.filemanager 2018-03-10
+com.simplemobiletools.filemanager_48.apk com.simplemobiletools.filemanager 2018-02-28
com.simplemobiletools.flashlight_8.apk com.simplemobiletools.flashlight 2016-07-09
com.simplemobiletools.flashlight_9.apk com.simplemobiletools.flashlight 2016-07-12
com.simplemobiletools.flashlight_11.apk com.simplemobiletools.flashlight 2016-07-28
@@ -5982,6 +6200,12 @@ com.simplemobiletools.gallery_148.apk com.simplemobiletools.gallery 2017-12-24
com.simplemobiletools.gallery_156.apk com.simplemobiletools.gallery 2018-01-16
com.simplemobiletools.gallery_157.apk com.simplemobiletools.gallery 2018-01-21
com.simplemobiletools.gallery_158.apk com.simplemobiletools.gallery 2018-01-29
+com.simplemobiletools.gallery_159.apk com.simplemobiletools.gallery 2018-02-01
+com.simplemobiletools.gallery_160.apk com.simplemobiletools.gallery 2018-02-06
+com.simplemobiletools.gallery_161.apk com.simplemobiletools.gallery 2018-02-11
+com.simplemobiletools.gallery_162.apk com.simplemobiletools.gallery 2018-02-22
+com.simplemobiletools.gallery_164.apk com.simplemobiletools.gallery 2018-02-28
+com.simplemobiletools.gallery_165.apk com.simplemobiletools.gallery 2018-03-10
com.simplemobiletools.musicplayer_7.apk com.simplemobiletools.musicplayer 2016-07-05
com.simplemobiletools.musicplayer_8.apk com.simplemobiletools.musicplayer 2016-07-06
com.simplemobiletools.musicplayer_9.apk com.simplemobiletools.musicplayer 2016-07-08
@@ -6010,6 +6234,9 @@ com.simplemobiletools.musicplayer_33.apk com.simplemobiletools.musicplayer 2017-
com.simplemobiletools.musicplayer_34.apk com.simplemobiletools.musicplayer 2017-12-15
com.simplemobiletools.musicplayer_35.apk com.simplemobiletools.musicplayer 2018-01-16
com.simplemobiletools.musicplayer_36.apk com.simplemobiletools.musicplayer 2018-01-29
+com.simplemobiletools.musicplayer_37.apk com.simplemobiletools.musicplayer 2018-02-11
+com.simplemobiletools.musicplayer_38.apk com.simplemobiletools.musicplayer 2018-02-13
+com.simplemobiletools.musicplayer_39.apk com.simplemobiletools.musicplayer 2018-03-05
com.simplemobiletools.notes_6.apk com.simplemobiletools.notes 2016-07-09
com.simplemobiletools.notes_7.apk com.simplemobiletools.notes 2016-07-09
com.simplemobiletools.notes_8.apk com.simplemobiletools.notes 2016-07-12
@@ -6041,6 +6268,7 @@ com.simplemobiletools.notes_40.apk com.simplemobiletools.notes 2017-12-07
com.simplemobiletools.notes_43.apk com.simplemobiletools.notes 2017-12-24
com.simplemobiletools.notes_44.apk com.simplemobiletools.notes 2018-01-29
com.simplemobiletools.notes_45.apk com.simplemobiletools.notes 2018-01-29
+com.simplemobiletools.notes_46.apk com.simplemobiletools.notes 2018-02-28
com.simplemobiletools.thankyou_5.apk com.simplemobiletools.thankyou 2018-01-29
com.simplemobiletools.thankyou_7.apk com.simplemobiletools.thankyou 2018-01-29
com.sinpo.xnfc_1.apk com.sinpo.xnfc 2012-08-23
@@ -6049,6 +6277,7 @@ com.sismics.reader_5.apk com.sismics.reader 2013-12-15
com.sismics.reader_6.apk com.sismics.reader 2013-12-18
com.slash.batterychargelimit_20.apk com.slash.batterychargelimit 2017-09-24
com.slash.batterychargelimit_21.apk com.slash.batterychargelimit 2017-11-01
+com.slash.batterychargelimit_22.apk com.slash.batterychargelimit 2018-02-16
com.sli.ohmcalc_1.apk com.sli.ohmcalc 2014-01-09
com.slothwerks.hearthstone.compendiumforhearthstone_1.apk com.slothwerks.hearthstone.compendiumforhearthstone 2014-11-22
com.slothwerks.hearthstone.compendiumforhearthstone_2.apk com.slothwerks.hearthstone.compendiumforhearthstone 2014-12-09
@@ -6126,6 +6355,8 @@ com.stoutner.privacybrowser.standard_24.apk com.stoutner.privacybrowser.standard
com.stoutner.privacybrowser.standard_25.apk com.stoutner.privacybrowser.standard 2017-08-28
com.stoutner.privacybrowser.standard_26.apk com.stoutner.privacybrowser.standard 2017-09-24
com.stoutner.privacybrowser.standard_29.apk com.stoutner.privacybrowser.standard 2017-11-28
+com.stoutner.privacybrowser.standard_30.apk com.stoutner.privacybrowser.standard 2018-02-28
+com.stoutner.privacybrowser.standard_31.apk com.stoutner.privacybrowser.standard 2018-03-05
com.studio332.flickit.android_4.apk com.studio332.flickit.android 2015-03-12
com.studio332.flickit_3.apk com.studio332.flickit 2014-01-09
com.stwalkerster.android.apps.strobelight_3.apk com.stwalkerster.android.apps.strobelight 2015-03-08
@@ -6149,6 +6380,7 @@ com.tasomaniac.openwith.floss_10700.apk com.tasomaniac.openwith.floss 2016-01-23
com.tasomaniac.openwith.floss_12007.apk com.tasomaniac.openwith.floss 2016-08-21
com.tasomaniac.openwith.floss_14002.apk com.tasomaniac.openwith.floss 2017-02-24
com.tasomaniac.openwith.floss_14003.apk com.tasomaniac.openwith.floss 2017-03-17
+com.tasomaniac.openwith.floss_18003.apk com.tasomaniac.openwith.floss 2018-02-13
com.tastycactus.timesheet_5.apk com.tastycactus.timesheet 2012-02-05
com.tastycactus.timesheet_6.apk com.tastycactus.timesheet 2013-06-19
com.teamdc.stephendiniz.autoaway_15.apk com.teamdc.stephendiniz.autoaway 2013-04-07
@@ -6193,6 +6425,7 @@ com.termux.api_12.apk com.termux.api 2017-01-06
com.termux.api_13.apk com.termux.api 2017-02-20
com.termux.api_14.apk com.termux.api 2017-04-08
com.termux.api_15.apk com.termux.api 2017-04-13
+com.termux.api_16.apk com.termux.api 2018-02-06
com.termux.boot_2.apk com.termux.boot 2017-09-02
com.termux.boot_3.apk com.termux.boot 2017-12-04
com.termux.boot_4.apk com.termux.boot 2017-12-04
@@ -6326,6 +6559,8 @@ com.tobykurien.webapps_14.apk com.tobykurien.webapps 2017-02-02
com.tobykurien.webapps_15.apk com.tobykurien.webapps 2017-02-12
com.tobykurien.webapps_17.apk com.tobykurien.webapps 2017-03-30
com.tobykurien.webapps_19.apk com.tobykurien.webapps 2017-07-14
+com.tobykurien.webapps_20.apk com.tobykurien.webapps 2018-02-16
+com.tobykurien.webapps_22.apk com.tobykurien.webapps 2018-03-05
com.todobom.opennotescanner_10.apk com.todobom.opennotescanner 2016-02-24
com.todobom.opennotescanner_11.apk com.todobom.opennotescanner 2016-02-29
com.todobom.opennotescanner_12.apk com.todobom.opennotescanner 2016-02-29
@@ -6380,6 +6615,8 @@ com.totsp.bookworm_19.apk com.totsp.bookworm 2011-05-04
com.totsp.crossword.shortyz_30100.apk com.totsp.crossword.shortyz 2012-01-08
com.totsp.crossword.shortyz_30201.apk com.totsp.crossword.shortyz 2013-02-02
com.totsp.crossword.shortyz_30210.apk com.totsp.crossword.shortyz 2013-11-18
+com.totsp.crossword.shortyz_40400.apk com.totsp.crossword.shortyz 2018-02-16
+com.toxtox.philosopherstonewidget_1.apk com.toxtox.philosopherstonewidget 2018-02-22
com.traffar.a24game_1.apk com.traffar.a24game 2014-06-15
com.traffar.a24game_3.apk com.traffar.a24game 2014-07-04
com.traffar.a24game_4.apk com.traffar.a24game 2015-01-08
@@ -6511,6 +6748,7 @@ com.vackosar.searchbasedlauncher_58.apk com.vackosar.searchbasedlauncher 2016-08
com.vackosar.searchbasedlauncher_59.apk com.vackosar.searchbasedlauncher 2017-01-02
com.vadimfrolov.duorem_1.apk com.vadimfrolov.duorem 2017-05-28
com.vadimfrolov.duorem_2.apk com.vadimfrolov.duorem 2017-07-19
+com.vadimfrolov.duorem_3.apk com.vadimfrolov.duorem 2018-02-28
com.valleytg.oasvn.android_10.apk com.valleytg.oasvn.android 2012-09-22
com.valleytg.oasvn.android_11.apk com.valleytg.oasvn.android 2012-10-01
com.vanderbie.heart_rate_monitor_1.apk com.vanderbie.heart_rate_monitor 2014-08-15
@@ -6525,6 +6763,7 @@ com.veken0m.bitcoinium_48.apk com.veken0m.bitcoinium 2013-12-02
com.veniosg.dir_1406.apk com.veniosg.dir 2017-12-24
com.veniosg.dir_1510.apk com.veniosg.dir 2018-01-22
com.veniosg.dir_1523.apk com.veniosg.dir 2018-01-26
+com.vgorcum.minedmonero_2.apk com.vgorcum.minedmonero 2018-02-28
com.viper.simplert_1.apk com.viper.simplert 2016-09-19
com.vlath.beheexplorer_2002.apk com.vlath.beheexplorer 2017-01-22
com.vlath.beheexplorer_20001.apk com.vlath.beheexplorer 2017-01-14
@@ -6552,6 +6791,7 @@ com.volosyukivan_25.apk com.volosyukivan 2011-03-09
com.volosyukivan_26.apk com.volosyukivan 2011-09-02
com.volosyukivan_28.apk com.volosyukivan 2013-05-31
com.volosyukivan_30.apk com.volosyukivan 2013-07-02
+com.vonglasow.michael.qz_10100.apk com.vonglasow.michael.qz 2018-02-22
com.vonglasow.michael.satstat_1.apk com.vonglasow.michael.satstat 2013-09-06
com.vonglasow.michael.satstat_10.apk com.vonglasow.michael.satstat 2013-09-12
com.vonglasow.michael.satstat_30.apk com.vonglasow.michael.satstat 2013-09-28
@@ -6586,6 +6826,8 @@ com.vrem.wifianalyzer_31.apk com.vrem.wifianalyzer 2017-08-15
com.vrem.wifianalyzer_32.apk com.vrem.wifianalyzer 2017-09-24
com.vrem.wifianalyzer_33.apk com.vrem.wifianalyzer 2017-10-18
com.vrem.wifianalyzer_34.apk com.vrem.wifianalyzer 2017-11-28
+com.vrem.wifianalyzer_35.apk com.vrem.wifianalyzer 2018-02-13
+com.vrem.wifianalyzer_36.apk com.vrem.wifianalyzer 2018-03-10
com.vsmartcard.acardemulator_1.apk com.vsmartcard.acardemulator 2015-03-12
com.vsmartcard.acardemulator_2.apk com.vsmartcard.acardemulator 2016-05-13
com.vsmartcard.remotesmartcardreader.app_1.apk com.vsmartcard.remotesmartcardreader.app 2014-07-20
@@ -6639,6 +6881,7 @@ com.wabadaba.dziennik_3.apk com.wabadaba.dziennik 2017-09-11
com.wabadaba.dziennik_4.apk com.wabadaba.dziennik 2017-09-14
com.wabadaba.dziennik_5.apk com.wabadaba.dziennik 2017-10-11
com.wabadaba.dziennik_6.apk com.wabadaba.dziennik 2017-10-13
+com.wabadaba.dziennik_9.apk com.wabadaba.dziennik 2018-02-06
com.wangdaye.mysplash_273.apk com.wangdaye.mysplash 2017-01-27
com.wangdaye.mysplash_278.apk com.wangdaye.mysplash 2017-01-30
com.wangdaye.mysplash_279.apk com.wangdaye.mysplash 2017-02-02
@@ -6663,6 +6906,7 @@ com.wangdaye.mysplash_322.apk com.wangdaye.mysplash 2017-10-29
com.wangdaye.mysplash_323.apk com.wangdaye.mysplash 2017-11-24
com.wangdaye.mysplash_324.apk com.wangdaye.mysplash 2017-12-07
com.wangdaye.mysplash_327.apk com.wangdaye.mysplash 2018-01-21
+com.wangdaye.mysplash_328.apk com.wangdaye.mysplash 2018-02-20
com.wanghaus.remembeer_48.apk com.wanghaus.remembeer 2011-03-29
com.wanghaus.remembeer_50.apk com.wanghaus.remembeer 2011-06-29
com.watabou.pixeldungeon_59.apk com.watabou.pixeldungeon 2014-10-19
@@ -6708,6 +6952,7 @@ com.wmstein.transektcount_202.apk com.wmstein.transektcount 2017-07-18
com.wmstein.transektcount_204.apk com.wmstein.transektcount 2017-09-02
com.wmstein.transektcount_205.apk com.wmstein.transektcount 2017-09-11
com.wmstein.transektcount_210.apk com.wmstein.transektcount 2017-10-03
+com.woefe.shoppinglist_8.apk com.woefe.shoppinglist 2018-02-16
com.wolas.awesomewallpaper_1.apk com.wolas.awesomewallpaper 2016-07-17
com.wolas.awesomewallpaper_2.apk com.wolas.awesomewallpaper 2016-11-07
com.wordpress.sarfraznawaz.callerdetails_1.apk com.wordpress.sarfraznawaz.callerdetails 2014-06-01
@@ -6725,6 +6970,7 @@ com.workingagenda.democracydroid_33.apk com.workingagenda.democracydroid 2017-05
com.workingagenda.democracydroid_34.apk com.workingagenda.democracydroid 2017-07-18
com.workingagenda.democracydroid_35.apk com.workingagenda.democracydroid 2017-08-22
com.workingagenda.democracydroid_38.apk com.workingagenda.democracydroid 2017-12-24
+com.workingagenda.democracydroid_39.apk com.workingagenda.democracydroid 2018-02-16
com.workingagenda.devinettes_1.apk com.workingagenda.devinettes 2016-08-21
com.workingagenda.devinettes_2.apk com.workingagenda.devinettes 2017-05-15
com.workingagenda.devinettes_3.apk com.workingagenda.devinettes 2017-05-27
@@ -6913,6 +7159,7 @@ com.zeapo.pwdstore_87.apk com.zeapo.pwdstore 2017-08-02
com.zeapo.pwdstore_88.apk com.zeapo.pwdstore 2017-08-08
com.zeapo.pwdstore_89.apk com.zeapo.pwdstore 2017-09-14
com.zeapo.pwdstore_93.apk com.zeapo.pwdstore 2017-12-07
+com.zeapo.pwdstore_94.apk com.zeapo.pwdstore 2018-02-16
com.zegoggles.smssync_1404.apk com.zegoggles.smssync
com.zegoggles.smssync_1405.apk com.zegoggles.smssync
com.zegoggles.smssync_1409.apk com.zegoggles.smssync 2013-04-29
@@ -6923,6 +7170,7 @@ com.zegoggles.smssync_1550.apk com.zegoggles.smssync 2015-01-17
com.zegoggles.smssync_1553.apk com.zegoggles.smssync 2015-08-02
com.zegoggles.smssync_1554.apk com.zegoggles.smssync 2015-08-22
com.zegoggles.smssync_1557.apk com.zegoggles.smssync 2017-09-16
+com.zegoggles.smssync_1560.apk com.zegoggles.smssync 2018-02-16
com.zoffcc.applications.aagtl_31.apk com.zoffcc.applications.aagtl 2012-08-29
com.zoffcc.applications.aagtl_36.apk com.zoffcc.applications.aagtl 2015-08-03
com.zoffcc.applications.trifa_10002.apk com.zoffcc.applications.trifa 2017-06-17
@@ -6935,6 +7183,8 @@ com.zoffcc.applications.trifa_10009.apk com.zoffcc.applications.trifa 2017-10-11
com.zoffcc.applications.trifa_10010.apk com.zoffcc.applications.trifa 2017-10-21
com.zoffcc.applications.trifa_10011.apk com.zoffcc.applications.trifa 2017-12-07
com.zoffcc.applications.trifa_10012.apk com.zoffcc.applications.trifa 2018-01-06
+com.zoffcc.applications.trifa_10013.apk com.zoffcc.applications.trifa 2018-02-06
+com.zoffcc.applications.trifa_10014.apk com.zoffcc.applications.trifa 2018-02-11
com.zoffcc.applications.zanavi_240.apk com.zoffcc.applications.zanavi 2015-08-02
com.zoffcc.applications.zanavi_245.apk com.zoffcc.applications.zanavi 2015-08-14
com.zoffcc.applications.zanavi_246.apk com.zoffcc.applications.zanavi 2015-08-17
@@ -6993,6 +7243,8 @@ cx.ring_65.apk cx.ring 2017-02-20
cx.ring_96.apk cx.ring 2017-12-04
cx.ring_97.apk cx.ring 2017-12-15
cx.ring_99.apk cx.ring 2017-12-24
+cx.ring_101.apk cx.ring 2018-02-13
+cx.ring_102.apk cx.ring 2018-02-13
cxa.gridwallpaper_6.apk cxa.gridwallpaper 2015-08-31
cxa.gridwallpaper_7.apk cxa.gridwallpaper 2015-10-12
cxa.gridwallpaper_8.apk cxa.gridwallpaper 2016-07-20
@@ -7000,6 +7252,9 @@ cxa.lineswallpaper_9.apk cxa.lineswallpaper 2013-01-10
cxa.lineswallpaper_10.apk cxa.lineswallpaper 2015-08-31
cxa.lineswallpaper_11.apk cxa.lineswallpaper 2015-10-12
cxa.lineswallpaper_12.apk cxa.lineswallpaper 2016-07-20
+cz.antecky.netswitch_1.apk cz.antecky.netswitch 2018-02-06
+cz.antecky.netswitch_2.apk cz.antecky.netswitch 2018-02-11
+cz.antecky.netswitch_3.apk cz.antecky.netswitch 2018-03-10
cz.eutopia.snooperstopper_1.apk cz.eutopia.snooperstopper 2015-09-09
cz.eutopia.snooperstopper_2.apk cz.eutopia.snooperstopper 2015-09-14
cz.eutopia.snooperstopper_3.apk cz.eutopia.snooperstopper 2015-09-19
@@ -7007,6 +7262,7 @@ cz.eutopia.snooperstopper_4.apk cz.eutopia.snooperstopper 2016-03-22
cz.hejl.chesswalk_7.apk cz.hejl.chesswalk 2012-01-12
cz.hejl.chesswalk_8.apk cz.hejl.chesswalk 2012-08-29
cz.hejl.chesswalk_9.apk cz.hejl.chesswalk 2013-11-23
+cz.jiriskorpil.amixerwebui_7.apk cz.jiriskorpil.amixerwebui 2018-02-16
cz.jirkovsky.lukas.chmupocasi_30006.apk cz.jirkovsky.lukas.chmupocasi 2014-12-05
cz.jirkovsky.lukas.chmupocasi_30007.apk cz.jirkovsky.lukas.chmupocasi 2015-12-01
cz.martykan.forecastie_2.apk cz.martykan.forecastie 2015-12-30
@@ -7102,6 +7358,7 @@ de.arnowelzel.android.periodical_30.apk de.arnowelzel.android.periodical 2016-12
de.arnowelzel.android.periodical_31.apk de.arnowelzel.android.periodical 2017-04-13
de.arnowelzel.android.periodical_32.apk de.arnowelzel.android.periodical 2017-07-27
de.arnowelzel.android.periodical_33.apk de.arnowelzel.android.periodical 2017-11-28
+de.arnowelzel.android.periodical_35.apk de.arnowelzel.android.periodical 2018-02-20
de.audioattack.openlink_3.apk de.audioattack.openlink 2014-02-22
de.audioattack.openlink_4.apk de.audioattack.openlink 2014-04-01
de.audioattack.openlink_5.apk de.audioattack.openlink 2014-04-29
@@ -7115,6 +7372,7 @@ de.audioattack.openlink_12.apk de.audioattack.openlink 2017-01-20
de.audioattack.openlink_14.apk de.audioattack.openlink 2017-06-14
de.audioattack.openlink_15.apk de.audioattack.openlink 2017-07-14
de.audioattack.openlink_16.apk de.audioattack.openlink 2017-08-20
+de.audioattack.openlink_19.apk de.audioattack.openlink 2018-02-13
de.audioattack.yacy31c3search_7.apk de.audioattack.yacy31c3search 2015-02-27
de.audioattack.yacy32c3search_1.apk de.audioattack.yacy32c3search 2015-12-28
de.audioattack.yacy32c3search_2.apk de.audioattack.yacy32c3search 2015-12-29
@@ -7187,6 +7445,10 @@ de.baumann.browser_58.apk de.baumann.browser 2017-08-22
de.baumann.browser_59.apk de.baumann.browser 2017-09-02
de.baumann.browser_68.apk de.baumann.browser 2018-01-29
de.baumann.browser_69.apk de.baumann.browser 2018-01-29
+de.baumann.browser_70.apk de.baumann.browser 2018-02-16
+de.baumann.browser_72.apk de.baumann.browser 2018-02-22
+de.baumann.browser_73.apk de.baumann.browser 2018-03-05
+de.baumann.browser_75.apk de.baumann.browser 2018-03-10
de.baumann.diaspora_17.apk de.baumann.diaspora 2016-03-22
de.baumann.diaspora_22.apk de.baumann.diaspora 2016-04-01
de.baumann.diaspora_23.apk de.baumann.diaspora 2016-04-09
@@ -7410,6 +7672,7 @@ de.chaosdorf.meteroid_24.apk de.chaosdorf.meteroid 2017-02-07
de.chaosdorf.meteroid_25.apk de.chaosdorf.meteroid 2017-03-08
de.chaosdorf.meteroid_26.apk de.chaosdorf.meteroid 2017-03-30
de.chaosdorf.meteroid_27.apk de.chaosdorf.meteroid 2017-04-08
+de.chaosdorf.meteroid_28.apk de.chaosdorf.meteroid 2018-02-13
de.christinecoenen.code.zapp_1.apk de.christinecoenen.code.zapp 2016-09-16
de.christinecoenen.code.zapp_2.apk de.christinecoenen.code.zapp 2016-09-21
de.christinecoenen.code.zapp_3.apk de.christinecoenen.code.zapp 2016-10-01
@@ -7436,6 +7699,7 @@ de.cketti.dashclock.k9_2.apk de.cketti.dashclock.k9 2013-07-02
de.cketti.dashclock.k9_3.apk de.cketti.dashclock.k9 2013-07-30
de.cketti.dashclock.k9_4.apk de.cketti.dashclock.k9 2013-08-22
de.cketti.dashclock.k9_104000.apk de.cketti.dashclock.k9 2013-12-24
+de.clemensbartz.android.launcher_10.apk de.clemensbartz.android.launcher 2018-02-16
de.cryptobitch.muelli.barcodegen_2.apk de.cryptobitch.muelli.barcodegen 2016-09-23
de.cryptobitch.muelli.vouchercalc_2.apk de.cryptobitch.muelli.vouchercalc 2016-07-15
de.cryptobitch.muelli.vouchercalc_3.apk de.cryptobitch.muelli.vouchercalc 2016-07-28
@@ -7495,13 +7759,17 @@ de.danoeh.antennapod_1060102.apk de.danoeh.antennapod 2016-06-25
de.danoeh.antennapod_1060202.apk de.danoeh.antennapod 2016-11-17
de.danoeh.antennapod_1060203.apk de.danoeh.antennapod 2016-12-17
de.danoeh.antennapod_1060401.apk de.danoeh.antennapod 2017-10-26
+de.danoeh.antennapod_1060402.apk de.danoeh.antennapod 2018-02-06
+de.danoeh.antennapod_1060405.apk de.danoeh.antennapod 2018-02-06
de.delusions.measure_9.apk de.delusions.measure 2012-03-23
de.delusions.measure_17.apk de.delusions.measure 2013-01-29
de.devisnik.android.sliding_5.apk de.devisnik.android.sliding 2014-11-02
de.devmil.muzei.bingimageofthedayartsource_3.apk de.devmil.muzei.bingimageofthedayartsource 2017-11-14
+de.devmil.muzei.bingimageofthedayartsource_5.apk de.devmil.muzei.bingimageofthedayartsource 2018-03-10
de.devmil.paperlaunch_6.apk de.devmil.paperlaunch 2017-11-07
de.devmil.paperlaunch_10.apk de.devmil.paperlaunch 2017-11-24
de.devmil.paperlaunch_11.apk de.devmil.paperlaunch 2017-11-28
+de.devmil.paperlaunch_12.apk de.devmil.paperlaunch 2018-03-10
de.digisocken.anotherrss_14.apk de.digisocken.anotherrss 2017-07-25
de.digisocken.anotherrss_15.apk de.digisocken.anotherrss 2017-07-25
de.digisocken.anotherrss_16.apk de.digisocken.anotherrss 2017-07-31
@@ -7509,6 +7777,8 @@ de.digisocken.anotherrss_17.apk de.digisocken.anotherrss 2017-08-02
de.digisocken.anotherrss_18.apk de.digisocken.anotherrss 2017-08-07
de.digisocken.anotherrss_195.apk de.digisocken.anotherrss 2017-08-08
de.digisocken.anotherrss_201.apk de.digisocken.anotherrss 2017-08-11
+de.digisocken.anotherrss_203.apk de.digisocken.anotherrss 2018-02-28
+de.digisocken.openwort_15.apk de.digisocken.openwort 2018-03-10
de.dotwee.micropinner_16.apk de.dotwee.micropinner 2015-07-18
de.dotwee.micropinner_17.apk de.dotwee.micropinner 2015-07-26
de.dotwee.micropinner_18.apk de.dotwee.micropinner 2015-09-02
@@ -7692,6 +7962,7 @@ de.grobox.liberario_42.apk de.grobox.liberario 2016-10-25
de.grobox.liberario_45.apk de.grobox.liberario 2016-12-26
de.grobox.liberario_47.apk de.grobox.liberario 2017-02-05
de.grobox.liberario_48.apk de.grobox.liberario 2017-04-17
+de.grobox.liberario_49.apk de.grobox.liberario 2018-02-20
de.guerda.matekarte_1.apk de.guerda.matekarte 2014-11-28
de.guerda.matekarte_2.apk de.guerda.matekarte 2014-12-11
de.hampager.dapnetmobile_8.apk de.hampager.dapnetmobile 2017-05-20
@@ -7765,6 +8036,7 @@ de.j4velin.wifiAutoOff_169.apk de.j4velin.wifiAutoOff 2016-05-21
de.j4velin.wifiAutoOff_172.apk de.j4velin.wifiAutoOff 2016-09-27
de.j4velin.wifiAutoOff_173.apk de.j4velin.wifiAutoOff 2016-09-29
de.j4velin.wifiAutoOff_175.apk de.j4velin.wifiAutoOff 2017-10-03
+de.j4velin.wifiAutoOff_1770.apk de.j4velin.wifiAutoOff 2018-02-22
de.jdsoft.law_8.apk de.jdsoft.law 2013-08-16
de.jdsoft.law_9.apk de.jdsoft.law 2013-08-19
de.jdsoft.law_11.apk de.jdsoft.law 2013-08-27
@@ -7823,6 +8095,7 @@ de.k3b.android.androFotoFinder_31.apk de.k3b.android.androFotoFinder 2017-08-07
de.k3b.android.androFotoFinder_32.apk de.k3b.android.androFotoFinder 2017-08-20
de.k3b.android.androFotoFinder_33.apk de.k3b.android.androFotoFinder 2017-11-17
de.k3b.android.androFotoFinder_34.apk de.k3b.android.androFotoFinder 2017-11-28
+de.k3b.android.androFotoFinder_35.apk de.k3b.android.androFotoFinder 2018-02-11
de.k3b.android.calendar.ics.adapter_9.apk de.k3b.android.calendar.ics.adapter 2014-04-10
de.k3b.android.calendar.ics.adapter_10.apk de.k3b.android.calendar.ics.adapter 2014-05-13
de.k3b.android.calendar.ics.adapter_11.apk de.k3b.android.calendar.ics.adapter 2014-06-23
@@ -7833,6 +8106,7 @@ de.k3b.android.contentproviderhelper_3.apk de.k3b.android.contentproviderhelper
de.k3b.android.contentproviderhelper_4.apk de.k3b.android.contentproviderhelper 2017-05-12
de.k3b.android.contentproviderhelper_5.apk de.k3b.android.contentproviderhelper 2017-04-27
de.k3b.android.intentintercept_300.apk de.k3b.android.intentintercept 2017-12-15
+de.k3b.android.intentintercept_301.apk de.k3b.android.intentintercept 2018-02-16
de.k3b.android.locationMapViewer_2.apk de.k3b.android.locationMapViewer 2015-03-22
de.k3b.android.locationMapViewer_3.apk de.k3b.android.locationMapViewer 2015-05-07
de.k3b.android.locationMapViewer_4.apk de.k3b.android.locationMapViewer 2016-03-31
@@ -7845,6 +8119,7 @@ de.k3b.android.toGoZip_6.apk de.k3b.android.toGoZip 2014-12-08
de.k3b.android.toGoZip_8.apk de.k3b.android.toGoZip 2017-07-07
de.k3b.android.toGoZip_9.apk de.k3b.android.toGoZip 2017-07-25
de.k3b.android.toGoZip_10.apk de.k3b.android.toGoZip 2017-12-04
+de.k3b.android.toGoZip_11.apk de.k3b.android.toGoZip 2018-02-16
de.k4ever.k4android_9.apk de.k4ever.k4android 2017-01-10
de.k4ever.k4android_10.apk de.k4ever.k4android 2017-01-11
de.karbach.tac_4.apk de.karbach.tac 2014-12-13
@@ -7878,6 +8153,7 @@ de.kugihan.dictionaryformids.hmi_android_126.apk de.kugihan.dictionaryformids.hm
de.laxu.apps.nachtlagerdownloader_1.apk de.laxu.apps.nachtlagerdownloader 2013-12-09
de.lihotzki.pixelflood_10001.apk de.lihotzki.pixelflood 2017-05-22
de.lihotzki.pixelflood_10002.apk de.lihotzki.pixelflood 2017-06-13
+de.lihotzki.pixelflood_10003.apk de.lihotzki.pixelflood 2018-02-16
de.live.gdev.cherrymusic_1.apk de.live.gdev.cherrymusic 2015-06-15
de.live.gdev.cherrymusic_2.apk de.live.gdev.cherrymusic 2015-10-07
de.live.gdev.cherrymusic_4.apk de.live.gdev.cherrymusic 2016-03-04
@@ -7995,6 +8271,9 @@ de.markusfisch.android.shadereditor_36.apk de.markusfisch.android.shadereditor 2
de.markusfisch.android.shadereditor_37.apk de.markusfisch.android.shadereditor 2017-11-14
de.markusfisch.android.shadereditor_38.apk de.markusfisch.android.shadereditor 2017-12-15
de.markusfisch.android.shadereditor_40.apk de.markusfisch.android.shadereditor 2018-01-15
+de.markusfisch.android.shadereditor_42.apk de.markusfisch.android.shadereditor 2018-02-03
+de.markusfisch.android.shadereditor_44.apk de.markusfisch.android.shadereditor 2018-02-28
+de.markusfisch.android.shadereditor_45.apk de.markusfisch.android.shadereditor 2018-03-05
de.markusfisch.android.wavelines_3.apk de.markusfisch.android.wavelines 2013-12-15
de.marmaro.krt.chat_162.apk de.marmaro.krt.chat 2016-07-28
de.marmaro.krt.chat_163.apk de.marmaro.krt.chat 2016-07-28
@@ -8021,6 +8300,7 @@ de.marmaro.krt.ffupdater_18.apk de.marmaro.krt.ffupdater 2017-01-24
de.marmaro.krt.ffupdater_19.apk de.marmaro.krt.ffupdater 2017-05-06
de.marmaro.krt.ffupdater_20.apk de.marmaro.krt.ffupdater 2017-05-20
de.marmaro.krt.ffupdater_21.apk de.marmaro.krt.ffupdater 2017-06-23
+de.marmaro.krt.ffupdater_22.apk de.marmaro.krt.ffupdater 2018-02-16
de.mbutscher.wikiandpad.alphabeta_200200.apk de.mbutscher.wikiandpad.alphabeta 2012-08-23
de.mbutscher.wikiandpad.alphabeta_200300.apk de.mbutscher.wikiandpad.alphabeta 2013-02-28
de.measite.contactmerger_7.apk de.measite.contactmerger 2014-07-18
@@ -8205,6 +8485,11 @@ de.quaddyservices.dynamicnightlight_9.apk de.quaddyservices.dynamicnightlight 20
de.quaddyservices.dynamicnightlight_2037.apk de.quaddyservices.dynamicnightlight 2017-02-12
de.quaddyservices.dynamicnightlight_2041.apk de.quaddyservices.dynamicnightlight 2017-02-26
de.quaddyservices.dynamicnightlight_2050.apk de.quaddyservices.dynamicnightlight 2017-04-23
+de.rampro.activitydiary_105.apk de.rampro.activitydiary 2018-02-06
+de.rampro.activitydiary_111.apk de.rampro.activitydiary 2018-02-06
+de.rampro.activitydiary_115.apk de.rampro.activitydiary 2018-02-11
+de.rampro.activitydiary_117.apk de.rampro.activitydiary 2018-02-20
+de.rampro.activitydiary_118.apk de.rampro.activitydiary 2018-02-28
de.reimardoeffinger.quickdic_41.apk de.reimardoeffinger.quickdic 2015-12-06
de.reimardoeffinger.quickdic_42.apk de.reimardoeffinger.quickdic 2015-12-07
de.reimardoeffinger.quickdic_52.apk de.reimardoeffinger.quickdic 2015-12-20
@@ -8335,6 +8620,9 @@ de.schildbach.wallet_308.apk de.schildbach.wallet 2017-09-24
de.schildbach.wallet_311.apk de.schildbach.wallet 2017-09-24
de.schildbach.wallet_317.apk de.schildbach.wallet 2017-10-01
de.schildbach.wallet_319.apk de.schildbach.wallet 2017-11-24
+de.schildbach.wallet_324.apk de.schildbach.wallet 2018-02-06
+de.schildbach.wallet_325.apk de.schildbach.wallet 2018-02-28
+de.schildbach.wallet_343.apk de.schildbach.wallet 2018-03-10
de.schildbach.wallet_test_74.apk de.schildbach.wallet_test 2012-04-07
de.schildbach.wallet_test_75.apk de.schildbach.wallet_test 2012-04-07
de.schildbach.wallet_test_87.apk de.schildbach.wallet_test 2012-06-28
@@ -8437,6 +8725,9 @@ de.schildbach.wallet_test_308.apk de.schildbach.wallet_test 2017-09-27
de.schildbach.wallet_test_311.apk de.schildbach.wallet_test 2017-09-24
de.schildbach.wallet_test_317.apk de.schildbach.wallet_test 2017-10-01
de.schildbach.wallet_test_319.apk de.schildbach.wallet_test 2017-11-24
+de.schildbach.wallet_test_324.apk de.schildbach.wallet_test 2018-02-06
+de.schildbach.wallet_test_325.apk de.schildbach.wallet_test 2018-02-28
+de.schildbach.wallet_test_343.apk de.schildbach.wallet_test 2018-03-10
de.serverfrog.pw.android_1016.apk de.serverfrog.pw.android 2014-06-13
de.shandschuh.slightbackup_6.apk de.shandschuh.slightbackup 2011-07-14
de.shandschuh.slightbackup_12.apk de.shandschuh.slightbackup 2011-08-25
@@ -8548,10 +8839,12 @@ de.syss.MifareClassicTool_36.apk de.syss.MifareClassicTool 2015-11-29
de.syss.MifareClassicTool_37.apk de.syss.MifareClassicTool 2016-01-26
de.syss.MifareClassicTool_38.apk de.syss.MifareClassicTool 2016-02-06
de.syss.MifareClassicTool_39.apk de.syss.MifareClassicTool 2016-10-11
+de.syss.MifareClassicTool_43.apk de.syss.MifareClassicTool 2018-02-16
de.szalkowski.activitylauncher_9.apk de.szalkowski.activitylauncher 2015-09-28
de.szalkowski.activitylauncher_10.apk de.szalkowski.activitylauncher 2017-04-17
de.t_dankworth.secscanqr_3.apk de.t_dankworth.secscanqr 2017-09-24
de.t_dankworth.secscanqr_4.apk de.t_dankworth.secscanqr 2017-11-14
+de.t_dankworth.secscanqr_7.apk de.t_dankworth.secscanqr 2018-02-28
de.tap.easy_xkcd_10.apk de.tap.easy_xkcd 2015-07-28
de.tap.easy_xkcd_12.apk de.tap.easy_xkcd 2015-07-30
de.tap.easy_xkcd_13.apk de.tap.easy_xkcd 2015-07-31
@@ -8639,6 +8932,7 @@ de.tap.easy_xkcd_136.apk de.tap.easy_xkcd 2017-03-24
de.tap.easy_xkcd_138.apk de.tap.easy_xkcd 2017-04-27
de.tap.easy_xkcd_140.apk de.tap.easy_xkcd 2017-10-11
de.tap.easy_xkcd_141.apk de.tap.easy_xkcd 2017-12-04
+de.tap.easy_xkcd_143.apk de.tap.easy_xkcd 2018-02-16
de.tobiasbielefeld.brickgames_11.apk de.tobiasbielefeld.brickgames 2017-06-05
de.tobiasbielefeld.brickgames_13.apk de.tobiasbielefeld.brickgames 2017-07-18
de.tobiasbielefeld.brickgames_14.apk de.tobiasbielefeld.brickgames 2017-08-02
@@ -8683,9 +8977,11 @@ de.tobiasbielefeld.solitaire_59.apk de.tobiasbielefeld.solitaire 2017-11-14
de.tobiasbielefeld.solitaire_60.apk de.tobiasbielefeld.solitaire 2017-11-17
de.tobiasbielefeld.solitaire_62.apk de.tobiasbielefeld.solitaire 2018-01-26
de.tobiasbielefeld.solitaire_63.apk de.tobiasbielefeld.solitaire 2018-01-26
+de.tobiasbielefeld.solitaire_64.apk de.tobiasbielefeld.solitaire 2018-02-01
de.tu_chemnitz.wlan_3.apk de.tu_chemnitz.wlan 2017-10-21
de.tu_chemnitz.wlan_5.apk de.tu_chemnitz.wlan 2017-11-05
de.tu_chemnitz.wlan_6.apk de.tu_chemnitz.wlan 2017-12-07
+de.tu_chemnitz.wlan_7.apk de.tu_chemnitz.wlan 2018-03-05
de.tui.itlogger_2.apk de.tui.itlogger 2012-09-11
de.tum.in.tumcampus_20.apk de.tum.in.tumcampus 2013-07-22
de.tum.in.tumcampus_32.apk de.tum.in.tumcampus 2013-11-23
@@ -8726,6 +9022,7 @@ de.vanitasvitae.enigmandroid_13.apk de.vanitasvitae.enigmandroid 2015-09-15
de.vanitasvitae.enigmandroid_14.apk de.vanitasvitae.enigmandroid 2015-09-28
de.vanitasvitae.enigmandroid_15.apk de.vanitasvitae.enigmandroid 2015-10-12
de.vanitasvitae.enigmandroid_16.apk de.vanitasvitae.enigmandroid 2017-05-10
+de.vanitasvitae.enigmandroid_17.apk de.vanitasvitae.enigmandroid 2018-02-16
de.vibora.viborafeed_14.apk de.vibora.viborafeed 2016-08-27
de.vibora.viborafeed_15.apk de.vibora.viborafeed 2016-08-29
de.vibora.viborafeed_16.apk de.vibora.viborafeed 2016-09-08
@@ -8768,6 +9065,9 @@ de.westnordost.streetcomplete_302.apk de.westnordost.streetcomplete 2017-11-28
de.westnordost.streetcomplete_303.apk de.westnordost.streetcomplete 2018-01-08
de.westnordost.streetcomplete_304.apk de.westnordost.streetcomplete 2018-01-09
de.westnordost.streetcomplete_305.apk de.westnordost.streetcomplete 2018-01-22
+de.westnordost.streetcomplete_306.apk de.westnordost.streetcomplete 2018-02-06
+de.westnordost.streetcomplete_307.apk de.westnordost.streetcomplete 2018-02-13
+de.westnordost.streetcomplete_402.apk de.westnordost.streetcomplete 2018-02-28
de.wikilab.android.friendica01_8.apk de.wikilab.android.friendica01 2013-01-18
de.wikilab.android.friendica01_9.apk de.wikilab.android.friendica01 2013-06-02
de.xskat_14.apk de.xskat 2016-10-04
@@ -8958,6 +9258,7 @@ es.esy.CosyDVR_25.apk es.esy.CosyDVR 2017-05-28
es.esy.CosyDVR_26.apk es.esy.CosyDVR 2017-06-27
es.esy.CosyDVR_27.apk es.esy.CosyDVR 2017-07-01
es.esy.CosyDVR_28.apk es.esy.CosyDVR 2017-07-14
+es.esy.CosyDVR_29.apk es.esy.CosyDVR 2018-02-20
es.usc.citius.servando.calendula_4.apk es.usc.citius.servando.calendula 2015-02-11
es.usc.citius.servando.calendula_6.apk es.usc.citius.servando.calendula 2015-02-15
es.usc.citius.servando.calendula_7.apk es.usc.citius.servando.calendula 2015-02-22
@@ -8969,6 +9270,9 @@ es.usc.citius.servando.calendula_17.apk es.usc.citius.servando.calendula 2015-06
es.usc.citius.servando.calendula_18.apk es.usc.citius.servando.calendula 2015-07-18
es.usc.citius.servando.calendula_19.apk es.usc.citius.servando.calendula 2015-08-02
es.usc.citius.servando.calendula_30.apk es.usc.citius.servando.calendula 2017-07-27
+es.usc.citius.servando.calendula_32.apk es.usc.citius.servando.calendula 2018-02-13
+es.usc.citius.servando.calendula_33.apk es.usc.citius.servando.calendula 2018-02-28
+es.usc.citius.servando.calendula_34.apk es.usc.citius.servando.calendula 2018-03-10
et.nWifiManager_16.apk et.nWifiManager 2014-11-24
eu.devunit.fb_client_2.apk eu.devunit.fb_client 2016-08-12
eu.devunit.fb_client_3.apk eu.devunit.fb_client 2016-08-31
@@ -9122,6 +9426,7 @@ eu.kanade.tachiyomi_27.apk eu.kanade.tachiyomi 2017-11-28
eu.kanade.tachiyomi_28.apk eu.kanade.tachiyomi 2017-12-24
eu.kanade.tachiyomi_29.apk eu.kanade.tachiyomi 2018-01-15
eu.kanade.tachiyomi_30.apk eu.kanade.tachiyomi 2018-01-15
+eu.kanade.tachiyomi_31.apk eu.kanade.tachiyomi 2018-02-16
eu.lavarde.pmtd_2012121820.apk eu.lavarde.pmtd 2013-01-02
eu.lavarde.pmtd_2013020313.apk eu.lavarde.pmtd 2013-02-12
eu.lavarde.pmtd_2013050413.apk eu.lavarde.pmtd 2013-05-05
@@ -9138,6 +9443,9 @@ eu.polarclock_2.apk eu.polarclock 2016-10-13
eu.polarclock_3.apk eu.polarclock 2016-10-25
eu.polarclock_4.apk eu.polarclock 2016-10-25
eu.polarclock_5.apk eu.polarclock 2016-10-28
+eu.polarclock_6.apk eu.polarclock 2018-02-06
+eu.polarclock_7.apk eu.polarclock 2018-02-22
+eu.pretix.pretixdroid_12.apk eu.pretix.pretixdroid 2018-03-05
eu.prismsw.lampshade_117.apk eu.prismsw.lampshade 2012-08-29
eu.prismsw.lampshade_133.apk eu.prismsw.lampshade 2015-03-10
eu.prismsw.lampshade_134.apk eu.prismsw.lampshade 2015-03-28
@@ -9272,6 +9580,11 @@ eu.siacs.conversations_245.apk eu.siacs.conversations 2017-12-15
eu.siacs.conversations_246.apk eu.siacs.conversations 2017-12-24
eu.siacs.conversations_247.apk eu.siacs.conversations 2017-12-24
eu.siacs.conversations_251.apk eu.siacs.conversations 2018-01-29
+eu.siacs.conversations_252.apk eu.siacs.conversations 2018-02-11
+eu.siacs.conversations_253.apk eu.siacs.conversations 2018-02-13
+eu.siacs.conversations_254.apk eu.siacs.conversations 2018-03-05
+eu.siacs.conversations_255.apk eu.siacs.conversations 2018-03-10
+eu.siacs.conversations_256.apk eu.siacs.conversations 2018-03-10
eu.siebeck.sipswitch_5.apk eu.siebeck.sipswitch 2013-03-02
eu.siebeck.sipswitch_9.apk eu.siebeck.sipswitch 2014-11-17
eu.siebeck.sipswitch_10.apk eu.siebeck.sipswitch 2015-11-14
@@ -9285,6 +9598,13 @@ eu.uwot.fabio.altcoinprices_7.apk eu.uwot.fabio.altcoinprices 2018-01-05
eu.uwot.fabio.altcoinprices_11.apk eu.uwot.fabio.altcoinprices 2018-01-21
eu.uwot.fabio.altcoinprices_13.apk eu.uwot.fabio.altcoinprices 2018-01-22
eu.uwot.fabio.altcoinprices_15.apk eu.uwot.fabio.altcoinprices 2018-01-29
+eu.uwot.fabio.altcoinprices_17.apk eu.uwot.fabio.altcoinprices 2018-02-06
+eu.uwot.fabio.altcoinprices_20.apk eu.uwot.fabio.altcoinprices 2018-02-11
+eu.uwot.fabio.altcoinprices_23.apk eu.uwot.fabio.altcoinprices 2018-02-20
+eu.uwot.fabio.altcoinprices_24.apk eu.uwot.fabio.altcoinprices 2018-02-22
+eu.uwot.fabio.altcoinprices_26.apk eu.uwot.fabio.altcoinprices 2018-02-28
+eu.uwot.fabio.altcoinprices_28.apk eu.uwot.fabio.altcoinprices 2018-03-05
+eu.uwot.fabio.altcoinprices_29.apk eu.uwot.fabio.altcoinprices 2018-03-10
eu.veldsoft.colors.overflow_1.apk eu.veldsoft.colors.overflow 2015-12-13
eu.veldsoft.complica4_1.apk eu.veldsoft.complica4 2015-12-05
eu.veldsoft.complica4_2.apk eu.veldsoft.complica4 2016-06-10
@@ -9315,6 +9635,7 @@ faenza.adw.theme_1.apk faenza.adw.theme 2012-08-29
felixwiemuth.lincal_9.apk felixwiemuth.lincal 2016-12-26
felixwiemuth.lincal_10.apk felixwiemuth.lincal 2017-08-24
felixwiemuth.lincal_12.apk felixwiemuth.lincal 2017-09-27
+felixwiemuth.lincal_13.apk felixwiemuth.lincal 2018-02-16
fennec-5.0.multi.eabi-arm.apk org.mozilla.firefox
fennec-6.0.multi.eabi-arm.apk org.mozilla.firefox
fennec-9.0.multi.android-arm.apk org.mozilla.firefox 2012-01-19
@@ -9394,6 +9715,7 @@ fi.mikuz.boarder_14.apk fi.mikuz.boarder 2013-10-01
fi.testbed2_20.apk fi.testbed2 2013-12-11
fil.libre.repwifiapp_3.apk fil.libre.repwifiapp 2017-10-26
fil.libre.repwifiapp_4.apk fil.libre.repwifiapp 2017-12-24
+fil.libre.repwifiapp_5.apk fil.libre.repwifiapp 2018-02-16
fly.speedmeter.grub_12.apk fly.speedmeter.grub 2014-08-01
fly.speedmeter.grub_20.apk fly.speedmeter.grub 2015-04-20
fly.speedmeter.grub_22.apk fly.speedmeter.grub 2015-09-01
@@ -9433,6 +9755,9 @@ fr.free.nrw.commons_72.apk fr.free.nrw.commons 2017-05-28
fr.free.nrw.commons_73.apk fr.free.nrw.commons 2017-06-13
fr.free.nrw.commons_74.apk fr.free.nrw.commons 2017-08-20
fr.free.nrw.commons_75.apk fr.free.nrw.commons 2017-12-07
+fr.free.nrw.commons_80.apk fr.free.nrw.commons 2018-02-03
+fr.free.nrw.commons_81.apk fr.free.nrw.commons 2018-02-03
+fr.free.nrw.commons_82.apk fr.free.nrw.commons 2018-02-03
fr.gaulupeau.apps.InThePoche_8.apk fr.gaulupeau.apps.InThePoche 2014-03-06
fr.gaulupeau.apps.InThePoche_9.apk fr.gaulupeau.apps.InThePoche 2014-08-20
fr.gaulupeau.apps.InThePoche_10.apk fr.gaulupeau.apps.InThePoche 2014-11-22
@@ -9491,6 +9816,10 @@ fr.gouv.etalab.mastodon_104.apk fr.gouv.etalab.mastodon 2018-01-16
fr.gouv.etalab.mastodon_105.apk fr.gouv.etalab.mastodon 2018-01-21
fr.gouv.etalab.mastodon_106.apk fr.gouv.etalab.mastodon 2018-01-22
fr.gouv.etalab.mastodon_108.apk fr.gouv.etalab.mastodon 2018-01-29
+fr.gouv.etalab.mastodon_110.apk fr.gouv.etalab.mastodon 2018-02-11
+fr.gouv.etalab.mastodon_111.apk fr.gouv.etalab.mastodon 2018-02-13
+fr.gouv.etalab.mastodon_114.apk fr.gouv.etalab.mastodon 2018-02-20
+fr.gouv.etalab.mastodon_115.apk fr.gouv.etalab.mastodon 2018-02-28
fr.herverenault.directdictaphone_14.apk fr.herverenault.directdictaphone 2015-01-03
fr.herverenault.directdictaphone_15.apk fr.herverenault.directdictaphone 2015-01-04
fr.herverenault.directdictaphone_16.apk fr.herverenault.directdictaphone 2015-01-05
@@ -9604,6 +9933,9 @@ fr.neamar.kiss_102.apk fr.neamar.kiss 2018-01-03
fr.neamar.kiss_103.apk fr.neamar.kiss 2018-01-15
fr.neamar.kiss_105.apk fr.neamar.kiss 2018-01-16
fr.neamar.kiss_106.apk fr.neamar.kiss 2018-01-29
+fr.neamar.kiss_107.apk fr.neamar.kiss 2018-02-13
+fr.neamar.kiss_110.apk fr.neamar.kiss 2018-02-22
+fr.neamar.kiss_115.apk fr.neamar.kiss 2018-03-10
fr.nicopico.dashclock.birthday_10.apk fr.nicopico.dashclock.birthday 2015-10-01
fr.nocle.passegares_14.apk fr.nocle.passegares 2017-01-02
fr.nocle.passegares_57.apk fr.nocle.passegares 2017-01-10
@@ -9621,6 +9953,8 @@ fr.nocle.passegares_106.apk fr.nocle.passegares 2017-06-14
fr.nocle.passegares_150.apk fr.nocle.passegares 2017-07-19
fr.nocle.passegares_151.apk fr.nocle.passegares 2017-08-22
fr.nocle.passegares_152.apk fr.nocle.passegares 2017-10-03
+fr.nocle.passegares_154.apk fr.nocle.passegares 2018-02-16
+fr.nocle.passegares_155.apk fr.nocle.passegares 2018-03-10
fr.pssoftware.monescarcelle_20.apk fr.pssoftware.monescarcelle 2014-11-29
fr.pssoftware.scoretarot_14.apk fr.pssoftware.scoretarot 2014-11-24
fr.pssoftware.scoretarot_20.apk fr.pssoftware.scoretarot 2014-11-28
@@ -9698,6 +10032,11 @@ fr.unix_experience.owncloud_sms_60.apk fr.unix_experience.owncloud_sms 2017-11-1
fr.unix_experience.owncloud_sms_62.apk fr.unix_experience.owncloud_sms 2017-11-28
fr.unix_experience.owncloud_sms_63.apk fr.unix_experience.owncloud_sms 2017-12-07
fr.unix_experience.owncloud_sms_64.apk fr.unix_experience.owncloud_sms 2017-12-15
+fr.unix_experience.owncloud_sms_65.apk fr.unix_experience.owncloud_sms 2018-02-11
+fr.unix_experience.owncloud_sms_66.apk fr.unix_experience.owncloud_sms 2018-02-16
+fr.unix_experience.owncloud_sms_67.apk fr.unix_experience.owncloud_sms 2018-02-20
+fr.xgouchet.packageexplorer_12.apk fr.xgouchet.packageexplorer 2018-02-16
+fr.xgouchet.packageexplorer_13.apk fr.xgouchet.packageexplorer 2018-02-22
fr.xgouchet.texteditor_13.apk fr.xgouchet.texteditor 2012-09-07
fr.xgouchet.texteditor_17.apk fr.xgouchet.texteditor 2012-11-08
fr.xgouchet.texteditor_19.apk fr.xgouchet.texteditor 2012-11-13
@@ -9919,6 +10258,8 @@ im.vector.alpha_61401.apk im.vector.alpha 2017-07-28
im.vector.alpha_70000.apk im.vector.alpha 2017-08-14
im.vector.alpha_70100.apk im.vector.alpha 2017-09-14
im.vector.alpha_70301.apk im.vector.alpha 2017-10-20
+im.vector.alpha_70900.apk im.vector.alpha 2018-02-16
+im.vector.alpha_80001.apk im.vector.alpha 2018-02-20
in.ac.dtu.subtlenews_7.apk in.ac.dtu.subtlenews 2014-01-14
in.ac.dtu.subtlenews_10.apk in.ac.dtu.subtlenews 2014-01-15
in.ac.iitb.cse.cartsbusboarding_11.apk in.ac.iitb.cse.cartsbusboarding 2014-11-14
@@ -9987,6 +10328,7 @@ info.aario.killcamera_1.apk info.aario.killcamera 2017-04-04
info.aario.snotepad_1.apk info.aario.snotepad 2017-03-30
info.aario.snotepad_2.apk info.aario.snotepad 2017-04-04
info.dvkr.screenstream_214.apk info.dvkr.screenstream 2018-01-22
+info.dvkr.screenstream_215.apk info.dvkr.screenstream 2018-02-16
info.frangor.laicare_1.apk info.frangor.laicare 2016-06-11
info.frangor.laicare_2.apk info.frangor.laicare 2016-06-11
info.guardianproject.browser_3.apk info.guardianproject.browser 2011-12-07
@@ -10183,6 +10525,8 @@ io.github.gsantner.memetastic_34.apk io.github.gsantner.memetastic 2017-09-14
io.github.gsantner.memetastic_35.apk io.github.gsantner.memetastic 2017-09-24
io.github.gsantner.memetastic_37.apk io.github.gsantner.memetastic 2017-10-01
io.github.gsantner.memetastic_40.apk io.github.gsantner.memetastic 2018-01-21
+io.github.gsantner.memetastic_41.apk io.github.gsantner.memetastic 2018-02-06
+io.github.gsantner.memetastic_43.apk io.github.gsantner.memetastic 2018-03-10
io.github.hidroh.materialistic_61.apk io.github.hidroh.materialistic 2016-10-01
io.github.hidroh.materialistic_62.apk io.github.hidroh.materialistic 2016-10-28
io.github.hidroh.materialistic_63.apk io.github.hidroh.materialistic 2016-11-03
@@ -10191,6 +10535,8 @@ io.github.hidroh.materialistic_66.apk io.github.hidroh.materialistic 2016-11-27
io.github.hidroh.materialistic_67.apk io.github.hidroh.materialistic 2016-12-04
io.github.hidroh.materialistic_69.apk io.github.hidroh.materialistic 2016-12-09
io.github.hidroh.materialistic_74.apk io.github.hidroh.materialistic 2017-07-14
+io.github.hidroh.materialistic_75.apk io.github.hidroh.materialistic 2018-02-06
+io.github.hidroh.materialistic_76.apk io.github.hidroh.materialistic 2018-02-13
io.github.hopedia_100.apk io.github.hopedia 2016-08-04
io.github.hopedia_101.apk io.github.hopedia 2016-08-21
io.github.hopedia_102.apk io.github.hopedia 2016-08-24
@@ -10206,6 +10552,7 @@ io.github.lonamiwebs.klooni_600.apk io.github.lonamiwebs.klooni 2017-05-15
io.github.lonamiwebs.klooni_610.apk io.github.lonamiwebs.klooni 2017-07-14
io.github.lonamiwebs.klooni_700.apk io.github.lonamiwebs.klooni 2017-07-22
io.github.lonamiwebs.klooni_800.apk io.github.lonamiwebs.klooni 2017-09-13
+io.github.lonamiwebs.klooni_810.apk io.github.lonamiwebs.klooni 2018-02-06
io.github.lonamiwebs.stringlate_900.apk io.github.lonamiwebs.stringlate 2016-12-14
io.github.lonamiwebs.stringlate_920.apk io.github.lonamiwebs.stringlate 2016-12-19
io.github.lonamiwebs.stringlate_930.apk io.github.lonamiwebs.stringlate 2016-12-22
@@ -10226,6 +10573,7 @@ io.github.lonamiwebs.stringlate_999.apk io.github.lonamiwebs.stringlate 2017-08-
io.github.lonamiwebs.stringlate_1000.apk io.github.lonamiwebs.stringlate 2017-09-03
io.github.lonamiwebs.stringlate_1001.apk io.github.lonamiwebs.stringlate 2017-09-24
io.github.lonamiwebs.stringlate_1002.apk io.github.lonamiwebs.stringlate 2017-11-24
+io.github.lonamiwebs.stringlate_1003.apk io.github.lonamiwebs.stringlate 2018-03-10
io.github.mthli.Ninja_24.apk io.github.mthli.Ninja 2015-06-19
io.github.mthli.Ninja_26.apk io.github.mthli.Ninja 2015-06-27
io.github.otakuchiyan.dnsman_40.apk io.github.otakuchiyan.dnsman 2015-08-31
@@ -10257,6 +10605,8 @@ io.github.tjg1.nori_8.apk io.github.tjg1.nori 2016-09-08
io.github.tjg1.nori_9.apk io.github.tjg1.nori 2017-02-08
io.github.tjg1.nori_13.apk io.github.tjg1.nori 2017-07-27
io.github.tompreuss.apnsettings_1.apk io.github.tompreuss.apnsettings 2015-02-01
+io.github.trytonvanmeer.libretrivia_1.apk io.github.trytonvanmeer.libretrivia 2018-03-05
+io.github.trytonvanmeer.libretrivia_2.apk io.github.trytonvanmeer.libretrivia 2018-03-05
io.github.whirish.tvbuses_10002.apk io.github.whirish.tvbuses 2017-05-10
io.githubfede0d.planetrider_1.apk io.githubfede0d.planetrider 2016-06-26
io.gitlab.mudassir.youtubecacher_1.apk io.gitlab.mudassir.youtubecacher 2016-09-27
@@ -10278,6 +10628,8 @@ ir.hsn6.defendo_7.apk ir.hsn6.defendo 2017-09-24
ir.hsn6.defendo_8.apk ir.hsn6.defendo 2017-10-18
ir.hsn6.k2_2.apk ir.hsn6.k2 2017-11-14
ir.hsn6.trans_4.apk ir.hsn6.trans 2017-10-01
+ir.hsn6.turo_2.apk ir.hsn6.turo 2018-02-01
+ir.hsn6.turo_3.apk ir.hsn6.turo 2018-02-20
is.pinterjann.jaws_1.apk is.pinterjann.jaws 2015-08-24
is.pinterjann.jaws_4.apk is.pinterjann.jaws 2015-08-26
is.pinterjann.jaws_5.apk is.pinterjann.jaws 2015-09-01
@@ -10300,6 +10652,7 @@ it.ecosw.dudo_16.apk it.ecosw.dudo 2014-01-24
it.ecosw.dudo_17.apk it.ecosw.dudo 2014-04-15
it.ecosw.dudo_20.apk it.ecosw.dudo 2015-03-03
it.eternitywall.eternitywall_33.apk it.eternitywall.eternitywall 2016-04-04
+it.fabmazz.triestebus_1.apk it.fabmazz.triestebus 2018-02-20
it.faerb.crond_10.apk it.faerb.crond 2017-05-10
it.faerb.crond_12.apk it.faerb.crond 2017-05-17
it.faerb.crond_13.apk it.faerb.crond 2017-05-17
@@ -10311,6 +10664,7 @@ it.feio.android.omninotes.foss_233.apk it.feio.android.omninotes.foss 2017-03-13
it.feio.android.omninotes.foss_235.apk it.feio.android.omninotes.foss 2018-01-08
it.feio.android.omninotes.foss_236.apk it.feio.android.omninotes.foss 2018-01-15
it.feio.android.omninotes.foss_237.apk it.feio.android.omninotes.foss 2018-01-15
+it.feio.android.omninotes.foss_238.apk it.feio.android.omninotes.foss 2018-02-01
it.gmariotti.android.apps.dashclock.extensions.battery_19.apk it.gmariotti.android.apps.dashclock.extensions.battery 2013-06-22
it.greenaddress.cordova_35.apk it.greenaddress.cordova 2014-07-03
it.greenaddress.cordova_38.apk it.greenaddress.cordova 2014-07-07
@@ -10368,6 +10722,7 @@ it.niedermann.owncloud.notes_15.apk it.niedermann.owncloud.notes 2017-03-24
it.niedermann.owncloud.notes_16.apk it.niedermann.owncloud.notes 2017-05-10
it.niedermann.owncloud.notes_17.apk it.niedermann.owncloud.notes 2017-10-11
it.niedermann.owncloud.notes_18.apk it.niedermann.owncloud.notes 2017-10-29
+it.niedermann.owncloud.notes_20.apk it.niedermann.owncloud.notes 2018-02-13
it.reyboz.bustorino_2.apk it.reyboz.bustorino 2014-11-11
it.reyboz.bustorino_3.apk it.reyboz.bustorino 2014-11-15
it.reyboz.bustorino_4.apk it.reyboz.bustorino 2014-11-23
@@ -10410,6 +10765,7 @@ it.rignanese.leo.slimfacebook_44.apk it.rignanese.leo.slimfacebook 2017-02-24
it.rignanese.leo.slimfacebook_45.apk it.rignanese.leo.slimfacebook 2017-02-24
it.rignanese.leo.slimfacebook_46.apk it.rignanese.leo.slimfacebook 2017-03-08
it.rignanese.leo.slimfacebook_47.apk it.rignanese.leo.slimfacebook 2017-08-24
+it.rignanese.leo.slimfacebook_49.apk it.rignanese.leo.slimfacebook 2018-02-20
it.rignanese.leo.slimtwitter_4.apk it.rignanese.leo.slimtwitter 2016-10-25
it.rignanese.leo.slimtwitter_5.apk it.rignanese.leo.slimtwitter 2017-05-27
it.sasabz.android.sasabus_17.apk it.sasabz.android.sasabus 2012-10-10
@@ -10596,6 +10952,7 @@ kiwi.root.an2linuxclient_5.apk kiwi.root.an2linuxclient 2017-04-17
kiwi.root.an2linuxclient_6.apk kiwi.root.an2linuxclient 2017-04-17
kiwi.root.an2linuxclient_7.apk kiwi.root.an2linuxclient 2017-04-17
kiwi.root.an2linuxclient_8.apk kiwi.root.an2linuxclient 2017-05-15
+kiwi.root.an2linuxclient_9.apk kiwi.root.an2linuxclient 2018-02-16
kmac.dejavu_fonts_10.apk kmac.dejavu_fonts 2016-02-18
koeln.mop.elpeefpe_1.apk koeln.mop.elpeefpe 2016-07-08
koeln.mop.elpeefpe_2.apk koeln.mop.elpeefpe 2016-09-15
@@ -10710,6 +11067,10 @@ me.ccrama.redditslide_289.apk me.ccrama.redditslide 2017-11-24
me.ccrama.redditslide_291.apk me.ccrama.redditslide 2017-12-24
me.ccrama.redditslide_292.apk me.ccrama.redditslide 2018-01-06
me.ccrama.redditslide_293.apk me.ccrama.redditslide 2018-01-08
+me.ccrama.redditslide_294.apk me.ccrama.redditslide 2018-02-06
+me.ccrama.redditslide_295.apk me.ccrama.redditslide 2018-02-22
+me.ccrama.redditslide_297.apk me.ccrama.redditslide 2018-02-28
+me.ccrama.redditslide_301.apk me.ccrama.redditslide 2018-03-10
me.danielbarnett.addresstogps_1.apk me.danielbarnett.addresstogps 2015-10-30
me.danielbarnett.addresstogps_9.apk me.danielbarnett.addresstogps 2015-10-30
me.danielbarnett.addresstogps_11.apk me.danielbarnett.addresstogps 2015-10-30
@@ -10794,12 +11155,14 @@ me.kuehle.carreport_64.apk me.kuehle.carreport 2017-10-26
me.kuehle.carreport_65.apk me.kuehle.carreport 2017-11-14
me.kuehle.carreport_66.apk me.kuehle.carreport 2017-11-17
me.kuehle.carreport_67.apk me.kuehle.carreport 2017-11-28
+me.kuehle.carreport_68.apk me.kuehle.carreport 2018-02-16
me.malladi.dashcricket_3.apk me.malladi.dashcricket 2013-03-17
me.malladi.dashcricket_4.apk me.malladi.dashcricket 2013-03-30
me.malladi.dashcricket_5.apk me.malladi.dashcricket 2013-11-22
me.murks.filmchecker_1.apk me.murks.filmchecker 2016-09-05
me.murks.filmchecker_2.apk me.murks.filmchecker 2016-11-21
me.murks.filmchecker_3.apk me.murks.filmchecker 2017-09-24
+me.murks.filmchecker_5.apk me.murks.filmchecker 2018-03-10
me.phh.superuser_1030.apk me.phh.superuser 2016-01-04
me.phh.superuser_1033.apk me.phh.superuser 2016-01-21
me.sheimi.sgit_107.apk me.sheimi.sgit 2014-03-03
@@ -10839,6 +11202,7 @@ me.zeeroooo.materialfb_49.apk me.zeeroooo.materialfb 2017-07-09
me.zeeroooo.materialfb_50.apk me.zeeroooo.materialfb 2017-08-09
me.zeeroooo.materialfb_52.apk me.zeeroooo.materialfb 2017-08-28
me.zeeroooo.materialfb_54.apk me.zeeroooo.materialfb 2018-01-08
+me.zeeroooo.materialfb_59.apk me.zeeroooo.materialfb 2018-02-01
mega.privacy.android.app_82.apk mega.privacy.android.app 2016-11-11
menion.android.whereyougo_40.apk menion.android.whereyougo 2016-11-30
menion.android.whereyougo_42.apk menion.android.whereyougo 2017-03-24
@@ -10886,6 +11250,7 @@ moe.minori.pgpclipper_1.apk moe.minori.pgpclipper 2015-10-05
moe.minori.pgpclipper_2.apk moe.minori.pgpclipper 2015-10-08
moe.minori.pgpclipper_3.apk moe.minori.pgpclipper 2015-10-16
moe.minori.pgpclipper_4.apk moe.minori.pgpclipper 2016-03-09
+moe.minori.pgpclipper_5.apk moe.minori.pgpclipper 2018-02-20
mohammad.adib.roundr_10.apk mohammad.adib.roundr 2013-04-18
mohammad.adib.roundr_14.apk mohammad.adib.roundr 2013-04-20
mohammad.adib.roundr_16.apk mohammad.adib.roundr 2013-04-22
@@ -11100,6 +11465,7 @@ net.fabiszewski.ulogger_104.apk net.fabiszewski.ulogger 2017-04-23
net.fabiszewski.ulogger_105.apk net.fabiszewski.ulogger 2017-05-10
net.fabiszewski.ulogger_106.apk net.fabiszewski.ulogger 2017-06-26
net.fabiszewski.ulogger_107.apk net.fabiszewski.ulogger 2017-09-24
+net.fabiszewski.ulogger_108.apk net.fabiszewski.ulogger 2018-03-05
net.fercanet.LNM_3.apk net.fercanet.LNM 2011-01-20
net.fercanet.LNM_5.apk net.fercanet.LNM 2013-03-30
net.fred.feedex_9.apk net.fred.feedex 2013-05-29
@@ -11161,11 +11527,13 @@ net.gaast.giggity_65.apk net.gaast.giggity 2016-09-27
net.gaast.giggity_66.apk net.gaast.giggity 2017-01-17
net.gaast.giggity_67.apk net.gaast.giggity 2017-02-06
net.gaast.giggity_69.apk net.gaast.giggity 2018-01-29
+net.gaast.giggity_70.apk net.gaast.giggity 2018-02-06
net.georgewhiteside.android.abstractart_15.apk net.georgewhiteside.android.abstractart 2012-08-23
net.glsk.wpgen_1.apk net.glsk.wpgen 2015-02-27
net.glsk.wpgen_11.apk net.glsk.wpgen 2015-11-02
net.glsk.wpgen_12.apk net.glsk.wpgen 2015-12-05
net.glsk.wpgen_133.apk net.glsk.wpgen 2017-08-30
+net.glsk.wpgen_134.apk net.glsk.wpgen 2018-02-16
net.gorry.aicia_201212241.apk net.gorry.aicia 2013-03-04
net.gorry.aicia_201503141.apk net.gorry.aicia 2015-10-06
net.gorry.android.input.nicownng_201211251.apk net.gorry.android.input.nicownng 2012-12-14
@@ -11207,6 +11575,7 @@ net.i2p.android.router_4745236.apk net.i2p.android.router 2017-04-02
net.i2p.android.router_4745237.apk net.i2p.android.router 2017-05-25
net.i2p.android.router_4745238.apk net.i2p.android.router 2017-08-22
net.i2p.android.router_4745239.apk net.i2p.android.router 2017-12-04
+net.i2p.android.router_4745240.apk net.i2p.android.router 2018-03-10
net.i2p.android_4745233.apk net.i2p.android 2016-09-27
net.iexos.musicalarm_1.apk net.iexos.musicalarm 2015-11-28
net.iexos.musicalarm_2.apk net.iexos.musicalarm 2015-12-23
@@ -11320,6 +11689,7 @@ net.nightwhistler.pageturner_25.apk net.nightwhistler.pageturner 2013-03-09
net.nightwhistler.pageturner_56.apk net.nightwhistler.pageturner 2013-11-18
net.nightwhistler.pageturner_58.apk net.nightwhistler.pageturner 2013-12-27
net.nightwhistler.pageturner_60.apk net.nightwhistler.pageturner 2014-03-11
+net.nitroshare.android_39.apk net.nitroshare.android 2018-02-28
net.noio.Reminder_1.apk net.noio.Reminder 2014-06-06
net.noio.Reminder_2.apk net.noio.Reminder 2014-06-12
net.noio.Reminder_4.apk net.noio.Reminder 2014-06-25
@@ -11331,6 +11701,7 @@ net.nullsum.audinaut_188.apk net.nullsum.audinaut 2017-03-17
net.nullsum.audinaut_189.apk net.nullsum.audinaut 2017-03-17
net.nullsum.audinaut_190.apk net.nullsum.audinaut 2017-04-17
net.nullsum.audinaut_191.apk net.nullsum.audinaut 2017-06-27
+net.nullsum.audinaut_192.apk net.nullsum.audinaut 2018-03-05
net.nurik.roman.dashclock_14.apk net.nurik.roman.dashclock 2013-02-28
net.nurik.roman.dashclock_17.apk net.nurik.roman.dashclock 2013-03-13
net.nurik.roman.dashclock_19.apk net.nurik.roman.dashclock 2013-03-28
@@ -11339,6 +11710,7 @@ net.nurik.roman.dashclock_30.apk net.nurik.roman.dashclock 2014-01-27
net.nurik.roman.muzei_1008.apk net.nurik.roman.muzei 2014-03-03
net.nurik.roman.muzei_23015.apk net.nurik.roman.muzei 2017-04-30
net.nurik.roman.muzei_23124.apk net.nurik.roman.muzei 2017-07-14
+net.nurik.roman.muzei_24016.apk net.nurik.roman.muzei 2018-02-16
net.olejon.mdapp_110.apk net.olejon.mdapp 2015-02-22
net.olejon.mdapp_120.apk net.olejon.mdapp 2015-03-03
net.olejon.mdapp_143.apk net.olejon.mdapp 2015-03-30
@@ -11415,6 +11787,7 @@ net.osmand.plus_263.apk net.osmand.plus 2017-04-30
net.osmand.plus_265.apk net.osmand.plus 2017-08-14
net.osmand.plus_275.apk net.osmand.plus 2017-08-15
net.osmand.plus_282.apk net.osmand.plus 2017-11-17
+net.osmand.plus_293.apk net.osmand.plus 2018-02-22
net.osmand.srtmPlugin.paid_6.apk net.osmand.srtmPlugin.paid 2014-09-20
net.osmand.srtmPlugin.paid_9.apk net.osmand.srtmPlugin.paid 2017-11-17
net.osmand_25.apk net.osmand 2011-02-11
@@ -11444,6 +11817,7 @@ net.pmarks.chromadoze_18.apk net.pmarks.chromadoze 2016-01-11
net.pmarks.chromadoze_20.apk net.pmarks.chromadoze 2016-01-18
net.pmarks.chromadoze_21.apk net.pmarks.chromadoze 2016-01-20
net.pmarks.chromadoze_22.apk net.pmarks.chromadoze 2016-01-31
+net.pmarks.chromadoze_23.apk net.pmarks.chromadoze 2018-02-06
net.programmierecke.radiodroid2_4.apk net.programmierecke.radiodroid2 2016-03-27
net.programmierecke.radiodroid2_6.apk net.programmierecke.radiodroid2 2016-04-03
net.programmierecke.radiodroid2_7.apk net.programmierecke.radiodroid2 2016-04-06
@@ -11481,6 +11855,7 @@ net.programmierecke.radiodroid2_41.apk net.programmierecke.radiodroid2 2017-03-2
net.programmierecke.radiodroid2_47.apk net.programmierecke.radiodroid2 2017-08-11
net.programmierecke.radiodroid2_58.apk net.programmierecke.radiodroid2 2018-01-16
net.programmierecke.radiodroid2_61.apk net.programmierecke.radiodroid2 2018-01-16
+net.programmierecke.radiodroid2_63.apk net.programmierecke.radiodroid2 2018-02-13
net.progval.android.andquote_2.apk net.progval.android.andquote 2012-09-27
net.progval.android.andquote_6.apk net.progval.android.andquote 2013-03-12
net.progval.android.andquote_7.apk net.progval.android.andquote 2013-06-03
@@ -11642,6 +12017,7 @@ net.sourceforge.solitaire_cg_610.apk net.sourceforge.solitaire_cg 2016-12-04
net.sourceforge.solitaire_cg_700.apk net.sourceforge.solitaire_cg 2017-02-08
net.sourceforge.solitaire_cg_705.apk net.sourceforge.solitaire_cg 2017-02-10
net.sourceforge.solitaire_cg_710.apk net.sourceforge.solitaire_cg 2017-03-02
+net.sourceforge.solitaire_cg_711.apk net.sourceforge.solitaire_cg 2018-02-16
net.sourceforge.subsonic.androidapp_46.apk net.sourceforge.subsonic.androidapp 2012-09-07
net.sourceforge.subsonic.androidapp_51.apk net.sourceforge.subsonic.androidapp 2013-05-28
net.sourceforge.subsonic.androidapp_53.apk net.sourceforge.subsonic.androidapp 2013-11-10
@@ -11655,6 +12031,8 @@ net.stkaddons.viewer_3.apk net.stkaddons.viewer 2014-08-17
net.sylvek.sharemyposition_16.apk net.sylvek.sharemyposition 2011-02-03
net.sylvek.sharemyposition_20.apk net.sylvek.sharemyposition 2012-01-10
net.sylvek.sharemyposition_24.apk net.sylvek.sharemyposition 2012-01-27
+net.syncthing.lite_7.apk net.syncthing.lite 2018-02-01
+net.syncthing.lite_9.apk net.syncthing.lite 2018-02-22
net.syntaxblitz.plucklock_1.apk net.syntaxblitz.plucklock 2014-11-17
net.syntaxblitz.plucklock_2.apk net.syntaxblitz.plucklock 2014-11-19
net.syntaxblitz.plucklock_3.apk net.syntaxblitz.plucklock 2014-11-19
@@ -11917,6 +12295,10 @@ nl.mpcjanssen.simpletask_3061.apk nl.mpcjanssen.simpletask 2017-06-23
nl.mpcjanssen.simpletask_3069.apk nl.mpcjanssen.simpletask 2017-10-18
nl.mpcjanssen.simpletask_3073.apk nl.mpcjanssen.simpletask 2017-10-18
nl.mpcjanssen.simpletask_3074.apk nl.mpcjanssen.simpletask 2017-10-23
+nl.mpcjanssen.simpletask_3075.apk nl.mpcjanssen.simpletask 2018-02-16
+nl.mpcjanssen.simpletask_3076.apk nl.mpcjanssen.simpletask 2018-02-22
+nl.mpcjanssen.simpletask_3079.apk nl.mpcjanssen.simpletask 2018-03-05
+nl.mpcjanssen.simpletask_3089.apk nl.mpcjanssen.simpletask 2018-03-10
nl.ttys0.simplec25k_7.apk nl.ttys0.simplec25k 2012-10-01
nl.ttys0.simplec25k_8.apk nl.ttys0.simplec25k 2012-10-05
nl.yoerinijs.notebuddy_1.apk nl.yoerinijs.notebuddy 2017-03-17
@@ -12043,6 +12425,10 @@ nodomain.freeyourgadget.gadgetbridge_116.apk nodomain.freeyourgadget.gadgetbridg
nodomain.freeyourgadget.gadgetbridge_117.apk nodomain.freeyourgadget.gadgetbridge 2018-01-22
nodomain.freeyourgadget.gadgetbridge_118.apk nodomain.freeyourgadget.gadgetbridge 2018-01-22
nodomain.freeyourgadget.gadgetbridge_119.apk nodomain.freeyourgadget.gadgetbridge 2018-01-29
+nodomain.freeyourgadget.gadgetbridge_120.apk nodomain.freeyourgadget.gadgetbridge 2018-02-06
+nodomain.freeyourgadget.gadgetbridge_121.apk nodomain.freeyourgadget.gadgetbridge 2018-02-11
+nodomain.freeyourgadget.gadgetbridge_122.apk nodomain.freeyourgadget.gadgetbridge 2018-02-13
+nodomain.freeyourgadget.gadgetbridge_123.apk nodomain.freeyourgadget.gadgetbridge 2018-02-20
nu.firetech.android.pactrack_1310.apk nu.firetech.android.pactrack 2011-01-27
nu.firetech.android.wifiwarning_6.apk nu.firetech.android.wifiwarning 2014-11-24
nya.miku.wishmaster_18.apk nya.miku.wishmaster 2015-05-12
@@ -12095,6 +12481,7 @@ ohm.quickdice_41.apk ohm.quickdice 2015-09-07
ohm.quickdice_45.apk ohm.quickdice 2016-09-08
ohm.quickdice_48.apk ohm.quickdice 2016-09-15
openfoodfacts.github.scrachx.openbeauty_37.apk openfoodfacts.github.scrachx.openbeauty 2017-03-29
+openfoodfacts.github.scrachx.openbeauty_40.apk openfoodfacts.github.scrachx.openbeauty 2018-03-10
openfoodfacts.github.scrachx.openfood_6.apk openfoodfacts.github.scrachx.openfood 2016-04-17
openfoodfacts.github.scrachx.openfood_8.apk openfoodfacts.github.scrachx.openfood 2016-04-19
openfoodfacts.github.scrachx.openfood_9.apk openfoodfacts.github.scrachx.openfood 2016-04-20
@@ -12115,6 +12502,7 @@ openfoodfacts.github.scrachx.openfood_33.apk openfoodfacts.github.scrachx.openfo
openfoodfacts.github.scrachx.openfood_34.apk openfoodfacts.github.scrachx.openfood 2017-04-04
openfoodfacts.github.scrachx.openfood_36.apk openfoodfacts.github.scrachx.openfood 2017-04-04
openfoodfacts.github.scrachx.openfood_37.apk openfoodfacts.github.scrachx.openfood 2017-03-29
+openfoodfacts.github.scrachx.openfood_40.apk openfoodfacts.github.scrachx.openfood 2018-03-10
orbitlivewallpaperfree.puzzleduck.com_1.apk orbitlivewallpaperfree.puzzleduck.com 2012-08-23
orbitlivewallpaperfree.puzzleduck.com_3.apk orbitlivewallpaperfree.puzzleduck.com 2012-08-29
orbitlivewallpaperfree.puzzleduck.com_4.apk orbitlivewallpaperfree.puzzleduck.com 2012-10-11
@@ -12314,7 +12702,9 @@ org.andstatus.app_225.apk org.andstatus.app 2017-07-18
org.andstatus.app_229.apk org.andstatus.app 2017-07-28
org.andstatus.app_231.apk org.andstatus.app 2017-08-11
org.andstatus.app_232.apk org.andstatus.app 2017-10-01
+org.andstatus.app_239.apk org.andstatus.app 2018-02-11
org.andstatus.app_240.apk org.andstatus.app 2018-01-21
+org.andstatus.app_243.apk org.andstatus.app 2018-02-11
org.anhonesteffort.flock_4.apk org.anhonesteffort.flock 2014-08-02
org.anhonesteffort.flock_5.apk org.anhonesteffort.flock 2014-08-03
org.anothermonitor_4.apk org.anothermonitor 2015-03-31
@@ -12398,6 +12788,7 @@ org.billthefarmer.crossword_102.apk org.billthefarmer.crossword 2017-02-18
org.billthefarmer.crossword_103.apk org.billthefarmer.crossword 2017-04-30
org.billthefarmer.crossword_104.apk org.billthefarmer.crossword 2017-05-10
org.billthefarmer.crossword_105.apk org.billthefarmer.crossword 2017-08-08
+org.billthefarmer.crossword_106.apk org.billthefarmer.crossword 2018-02-20
org.billthefarmer.currency_1.apk org.billthefarmer.currency 2016-12-12
org.billthefarmer.currency_101.apk org.billthefarmer.currency 2016-12-14
org.billthefarmer.currency_102.apk org.billthefarmer.currency 2016-12-15
@@ -12413,6 +12804,7 @@ org.billthefarmer.currency_111.apk org.billthefarmer.currency 2017-11-01
org.billthefarmer.currency_112.apk org.billthefarmer.currency 2017-12-07
org.billthefarmer.currency_113.apk org.billthefarmer.currency 2017-12-24
org.billthefarmer.currency_114.apk org.billthefarmer.currency 2018-01-15
+org.billthefarmer.currency_115.apk org.billthefarmer.currency 2018-02-06
org.billthefarmer.diary_101.apk org.billthefarmer.diary 2017-05-06
org.billthefarmer.diary_102.apk org.billthefarmer.diary 2017-05-10
org.billthefarmer.diary_103.apk org.billthefarmer.diary 2017-05-22
@@ -12437,6 +12829,7 @@ org.billthefarmer.diary_121.apk org.billthefarmer.diary 2017-11-24
org.billthefarmer.diary_122.apk org.billthefarmer.diary 2017-12-07
org.billthefarmer.diary_123.apk org.billthefarmer.diary 2018-01-09
org.billthefarmer.diary_124.apk org.billthefarmer.diary 2018-01-29
+org.billthefarmer.diary_125.apk org.billthefarmer.diary 2018-02-03
org.billthefarmer.editor_1.apk org.billthefarmer.editor 2017-07-23
org.billthefarmer.editor_101.apk org.billthefarmer.editor 2017-07-27
org.billthefarmer.editor_102.apk org.billthefarmer.editor 2017-08-02
@@ -12455,6 +12848,9 @@ org.billthefarmer.editor_114.apk org.billthefarmer.editor 2017-12-11
org.billthefarmer.editor_115.apk org.billthefarmer.editor 2017-12-24
org.billthefarmer.editor_116.apk org.billthefarmer.editor 2018-01-29
org.billthefarmer.editor_117.apk org.billthefarmer.editor 2018-01-29
+org.billthefarmer.editor_118.apk org.billthefarmer.editor 2018-02-03
+org.billthefarmer.editor_119.apk org.billthefarmer.editor 2018-02-11
+org.billthefarmer.editor_120.apk org.billthefarmer.editor 2018-03-05
org.billthefarmer.melodeon_1.apk org.billthefarmer.melodeon 2013-07-28
org.billthefarmer.melodeon_101.apk org.billthefarmer.melodeon 2014-06-23
org.billthefarmer.melodeon_102.apk org.billthefarmer.melodeon 2015-04-09
@@ -12482,6 +12878,7 @@ org.billthefarmer.scope_112.apk org.billthefarmer.scope 2017-02-14
org.billthefarmer.scope_113.apk org.billthefarmer.scope 2017-07-07
org.billthefarmer.scope_114.apk org.billthefarmer.scope 2017-11-28
org.billthefarmer.scope_115.apk org.billthefarmer.scope 2017-12-24
+org.billthefarmer.scope_116.apk org.billthefarmer.scope 2018-02-11
org.billthefarmer.shorty_1.apk org.billthefarmer.shorty 2015-04-22
org.billthefarmer.shorty_101.apk org.billthefarmer.shorty 2015-04-29
org.billthefarmer.shorty_102.apk org.billthefarmer.shorty 2015-05-08
@@ -12506,6 +12903,8 @@ org.billthefarmer.siggen_111.apk org.billthefarmer.siggen 2017-06-14
org.billthefarmer.siggen_112.apk org.billthefarmer.siggen 2017-07-14
org.billthefarmer.siggen_113.apk org.billthefarmer.siggen 2017-11-28
org.billthefarmer.siggen_114.apk org.billthefarmer.siggen 2018-01-29
+org.billthefarmer.siggen_115.apk org.billthefarmer.siggen 2018-02-06
+org.billthefarmer.siggen_116.apk org.billthefarmer.siggen 2018-02-20
org.billthefarmer.tuner_1.apk org.billthefarmer.tuner 2013-02-27
org.billthefarmer.tuner_101.apk org.billthefarmer.tuner 2013-03-12
org.billthefarmer.tuner_102.apk org.billthefarmer.tuner 2013-03-19
@@ -12525,6 +12924,9 @@ org.billthefarmer.tuner_115.apk org.billthefarmer.tuner 2017-01-22
org.billthefarmer.tuner_116.apk org.billthefarmer.tuner 2017-02-14
org.billthefarmer.tuner_117.apk org.billthefarmer.tuner 2017-09-27
org.billthefarmer.tuner_118.apk org.billthefarmer.tuner 2017-12-24
+org.billthefarmer.tuner_119.apk org.billthefarmer.tuner 2018-02-11
+org.billthefarmer.tuner_120.apk org.billthefarmer.tuner 2018-02-20
+org.billthefarmer.tuner_121.apk org.billthefarmer.tuner 2018-03-10
org.birthdayadapter_1.apk org.birthdayadapter 2012-04-05
org.birthdayadapter_2.apk org.birthdayadapter 2012-04-08
org.birthdayadapter_3.apk org.birthdayadapter 2012-05-13
@@ -12547,6 +12949,7 @@ org.blockinger.game_13.apk org.blockinger.game 2013-08-03
org.blockinger.game_14.apk org.blockinger.game 2014-01-20
org.blokada.alarm_28.apk org.blokada.alarm 2017-08-30
org.blokada.alarm_29.apk org.blokada.alarm 2017-12-07
+org.blokada.alarm_32.apk org.blokada.alarm 2018-03-10
org.bobstuff.bobball_1.apk org.bobstuff.bobball 2015-07-28
org.bobstuff.bobball_8.apk org.bobstuff.bobball 2015-08-15
org.bobstuff.bobball_9.apk org.bobstuff.bobball 2015-08-18
@@ -12629,6 +13032,7 @@ org.bottiger.podcast_377.apk org.bottiger.podcast 2017-05-30
org.bottiger.podcast_378.apk org.bottiger.podcast 2017-05-30
org.bottiger.podcast_380.apk org.bottiger.podcast 2017-05-31
org.bottiger.podcast_390.apk org.bottiger.podcast 2017-06-28
+org.bottiger.podcast_424.apk org.bottiger.podcast 2018-02-22
org.brandroid.openmanager_189.apk org.brandroid.openmanager 2012-09-09
org.brandroid.openmanager_190.apk org.brandroid.openmanager 2012-10-10
org.brandroid.openmanager_193.apk org.brandroid.openmanager 2012-11-01
@@ -12765,6 +13169,7 @@ org.dmfs.tasks_103.apk org.dmfs.tasks 2016-02-12
org.dmfs.tasks_481.apk org.dmfs.tasks 2017-07-22
org.dmfs.tasks_6740.apk org.dmfs.tasks 2017-12-07
org.dmfs.tasks_6760.apk org.dmfs.tasks 2017-12-15
+org.dmfs.tasks_6880.apk org.dmfs.tasks 2018-02-01
org.dnaq.dialer2_17.apk org.dnaq.dialer2 2012-03-02
org.documentfoundation.libreoffice_1.apk org.documentfoundation.libreoffice 2015-06-08
org.documentfoundation.libreoffice_2.apk org.documentfoundation.libreoffice 2015-06-08
@@ -12772,6 +13177,7 @@ org.documentfoundation.libreoffice_10.apk org.documentfoundation.libreoffice 201
org.documentfoundation.libreoffice_11.apk org.documentfoundation.libreoffice 2016-10-27
org.dolphinemu.dolphinemu_11.apk org.dolphinemu.dolphinemu 2013-10-28
org.dolphinemu.dolphinemu_13.apk org.dolphinemu.dolphinemu 2015-11-17
+org.dolphinemu.dolphinemu_14523.apk org.dolphinemu.dolphinemu 2018-02-28
org.domogik.domodroid13_16.apk org.domogik.domodroid13 2016-04-02
org.domogik.domodroid13_18.apk org.domogik.domodroid13 2016-05-18
org.domogik.domodroid13_20.apk org.domogik.domodroid13 2016-06-15
@@ -12844,6 +13250,7 @@ org.emergent.android.weave_8.apk org.emergent.android.weave 2014-03-05
org.emunix.unipatcher_140000.apk org.emunix.unipatcher 2017-04-17
org.emunix.unipatcher_140100.apk org.emunix.unipatcher 2017-05-27
org.emunix.unipatcher_140200.apk org.emunix.unipatcher 2017-07-19
+org.emunix.unipatcher_150000.apk org.emunix.unipatcher 2018-02-20
org.epstudios.epmobile_18.apk org.epstudios.epmobile 2012-08-23
org.epstudios.epmobile_19.apk org.epstudios.epmobile 2012-09-12
org.epstudios.epmobile_20.apk org.epstudios.epmobile 2012-11-08
@@ -12927,6 +13334,7 @@ org.fastergps_14.apk org.fastergps 2016-11-08
org.fdroid.dashclock.k9_2.apk org.fdroid.dashclock.k9 2013-07-01
org.fdroid.dashclock.k9_3.apk org.fdroid.dashclock.k9 2013-07-30
org.fdroid.dashclock.k9_4.apk org.fdroid.dashclock.k9 2013-08-25
+org.fdroid.fdroid.ota_1000013.zip org.fdroid.fdroid.ota 2018-02-28
org.fdroid.fdroid.privileged.ota_2000.zip org.fdroid.fdroid.privileged.ota 2017-03-17
org.fdroid.fdroid.privileged.ota_2020.zip org.fdroid.fdroid.privileged.ota 2017-04-08
org.fdroid.fdroid.privileged.ota_2030.zip org.fdroid.fdroid.privileged.ota 2017-04-13
@@ -13091,7 +13499,12 @@ org.fdroid.fdroid_1000005.apk org.fdroid.fdroid 2017-10-08
org.fdroid.fdroid_1000010.apk org.fdroid.fdroid 2017-10-18
org.fdroid.fdroid_1000011.apk org.fdroid.fdroid 2017-10-24
org.fdroid.fdroid_1000012.apk org.fdroid.fdroid 2017-12-04
+org.fdroid.fdroid_1000013.apk org.fdroid.fdroid 2018-02-06
org.fdroid.fdroid_1001000.apk org.fdroid.fdroid 2017-12-04
+org.fdroid.fdroid_1001001.apk org.fdroid.fdroid 2018-02-01
+org.fdroid.fdroid_1001002.apk org.fdroid.fdroid 2018-02-06
+org.fdroid.fdroid_1001003.apk org.fdroid.fdroid 2018-02-16
+org.fdroid.fdroid_1001004.apk org.fdroid.fdroid 2018-03-10
org.fdroid.k9_16025.apk org.fdroid.k9 2013-06-30
org.fdroid.k9_17040.apk org.fdroid.k9 2013-07-02
org.fdroid.k9_17041.apk org.fdroid.k9 2013-07-09
@@ -13118,6 +13531,9 @@ org.fitchfamily.android.dejavu_6.apk org.fitchfamily.android.dejavu 2018-01-16
org.fitchfamily.android.dejavu_7.apk org.fitchfamily.android.dejavu 2018-01-06
org.fitchfamily.android.dejavu_8.apk org.fitchfamily.android.dejavu 2018-01-16
org.fitchfamily.android.dejavu_9.apk org.fitchfamily.android.dejavu 2018-01-29
+org.fitchfamily.android.dejavu_10.apk org.fitchfamily.android.dejavu 2018-02-01
+org.fitchfamily.android.dejavu_11.apk org.fitchfamily.android.dejavu 2018-02-13
+org.fitchfamily.android.dejavu_12.apk org.fitchfamily.android.dejavu 2018-03-05
org.fitchfamily.android.gsmlocation_9.apk org.fitchfamily.android.gsmlocation 2014-12-20
org.fitchfamily.android.gsmlocation_11.apk org.fitchfamily.android.gsmlocation 2015-01-02
org.fitchfamily.android.gsmlocation_13.apk org.fitchfamily.android.gsmlocation 2015-02-12
@@ -13172,6 +13588,7 @@ org.fitchfamily.android.symphony_6.apk org.fitchfamily.android.symphony 2017-08-
org.fitchfamily.android.symphony_7.apk org.fitchfamily.android.symphony 2017-08-11
org.fitchfamily.android.symphony_8.apk org.fitchfamily.android.symphony 2017-08-14
org.fitchfamily.android.symphony_9.apk org.fitchfamily.android.symphony 2017-08-22
+org.fitchfamily.android.symphony_10.apk org.fitchfamily.android.symphony 2018-02-06
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
@@ -13256,6 +13673,7 @@ org.fox.ttrss_185.apk org.fox.ttrss 2013-06-04
org.fox.ttrss_187.apk org.fox.ttrss 2013-06-20
org.fox.ttrss_189.apk org.fox.ttrss 2013-07-04
org.fox.ttrss_194.apk org.fox.ttrss 2013-07-31
+org.fox.tttrss_465.apk org.fox.tttrss 2018-02-28
org.freeminer.freeminer_13.apk org.freeminer.freeminer 2015-03-24
org.freeminer.freeminer_15.apk org.freeminer.freeminer 2015-03-26
org.freeminer.freeminer_56.apk org.freeminer.freeminer 2016-02-02
@@ -13283,6 +13701,8 @@ org.gateshipone.malp_18.apk org.gateshipone.malp 2017-10-20
org.gateshipone.malp_19.apk org.gateshipone.malp 2017-11-14
org.gateshipone.malp_20.apk org.gateshipone.malp 2017-11-17
org.gateshipone.malp_21.apk org.gateshipone.malp 2018-01-03
+org.gateshipone.malp_22.apk org.gateshipone.malp 2018-02-06
+org.gateshipone.malp_23.apk org.gateshipone.malp 2018-02-16
org.gateshipone.odyssey_6.apk org.gateshipone.odyssey 2016-10-15
org.gateshipone.odyssey_7.apk org.gateshipone.odyssey 2016-10-25
org.gateshipone.odyssey_8.apk org.gateshipone.odyssey 2016-10-25
@@ -13301,6 +13721,8 @@ org.gateshipone.odyssey_20.apk org.gateshipone.odyssey 2017-11-17
org.gateshipone.odyssey_21.apk org.gateshipone.odyssey 2017-12-24
org.gateshipone.odyssey_22.apk org.gateshipone.odyssey 2018-01-03
org.gateshipone.odyssey_23.apk org.gateshipone.odyssey 2018-01-15
+org.gateshipone.odyssey_24.apk org.gateshipone.odyssey 2018-02-06
+org.gateshipone.odyssey_25.apk org.gateshipone.odyssey 2018-02-16
org.gc.networktester_2.apk org.gc.networktester 2012-08-29
org.gc.networktester_3.apk org.gc.networktester 2015-02-10
org.gc.networktester_4.apk org.gc.networktester 2015-02-21
@@ -13391,6 +13813,8 @@ org.gnu.icecat_520300.apk org.gnu.icecat 2017-09-01
org.gnu.icecat_520310.apk org.gnu.icecat 2017-09-01
org.gnu.icecat_520401.apk org.gnu.icecat 2017-10-26
org.gnu.icecat_520411.apk org.gnu.icecat 2017-10-26
+org.gnu.icecat_520600.apk org.gnu.icecat 2018-03-05
+org.gnu.icecat_520610.apk org.gnu.icecat 2018-03-05
org.gnucash.android_1.apk org.gnucash.android 2012-08-29
org.gnucash.android_2.apk org.gnucash.android 2012-11-07
org.gnucash.android_3.apk org.gnucash.android 2012-11-10
@@ -13449,6 +13873,9 @@ org.hiittimer.hiittimer_1.apk org.hiittimer.hiittimer 2015-03-22
org.hlwd.bible_20171010.apk org.hlwd.bible 2017-10-18
org.hlwd.bible_20171212.apk org.hlwd.bible 2018-01-15
org.hlwd.bible_20180107.apk org.hlwd.bible 2018-01-15
+org.hlwd.bible_20180114.apk org.hlwd.bible 2018-02-16
+org.hlwd.bible_20180203.apk org.hlwd.bible 2018-02-28
+org.hlwd.bible_20180304.apk org.hlwd.bible 2018-03-10
org.hoi_polloi.android.ringcode_11.apk org.hoi_polloi.android.ringcode 2014-09-25
org.holylobster.nuntius_1.apk org.holylobster.nuntius 2015-03-09
org.holylobster.nuntius_2.apk org.holylobster.nuntius 2015-03-12
@@ -13660,6 +14087,7 @@ org.jtb.droidlife_21.apk org.jtb.droidlife 2011-11-27
org.jtb.droidlife_22.apk org.jtb.droidlife 2012-04-19
org.jtb.httpmon_26.apk org.jtb.httpmon 2012-08-23
org.jtb.httpmon_27.apk org.jtb.httpmon 2013-11-13
+org.kaqui_27.apk org.kaqui 2018-02-01
org.katsarov.dofcalc_1.apk org.katsarov.dofcalc 2013-09-27
org.katsarov.heatcalc_10101.apk org.katsarov.heatcalc 2016-02-19
org.katsarov.heatcalc_10102.apk org.katsarov.heatcalc 2016-02-25
@@ -13704,6 +14132,7 @@ org.kde.kdeconnect_tp_1610.apk org.kde.kdeconnect_tp 2017-02-24
org.kde.kdeconnect_tp_1630.apk org.kde.kdeconnect_tp 2017-05-20
org.kde.kdeconnect_tp_1650.apk org.kde.kdeconnect_tp 2017-08-02
org.kde.kdeconnect_tp_1660.apk org.kde.kdeconnect_tp 2017-08-28
+org.kde.kdeconnect_tp_1720.apk org.kde.kdeconnect_tp 2018-02-20
org.kde.necessitas.ministro_6.apk org.kde.necessitas.ministro 2012-08-29
org.kde.necessitas.ministro_7.apk org.kde.necessitas.ministro 2012-11-05
org.kde.necessitas.ministro_13.apk org.kde.necessitas.ministro 2014-10-05
@@ -14085,6 +14514,7 @@ org.linphone_3000.apk org.linphone 2016-03-06
org.linphone_3100.apk org.linphone 2016-03-15
org.linphone_3303.apk org.linphone 2017-11-14
org.linphone_3311.apk org.linphone 2017-12-15
+org.linphone_3320.apk org.linphone 2018-02-16
org.logicallycreative.movingpolygons_4.apk org.logicallycreative.movingpolygons 2014-01-09
org.lufebe16.pysolfc_8.apk org.lufebe16.pysolfc 2017-10-03
org.lumicall.android_118.apk org.lumicall.android 2012-09-07
@@ -14312,6 +14742,8 @@ org.mixare_26.apk org.mixare 2012-09-07
org.mmk2410.cyngn.theme.fira_1.apk org.mmk2410.cyngn.theme.fira 2016-05-17
org.moire.ultrasonic_58.apk org.moire.ultrasonic 2017-12-11
org.moire.ultrasonic_59.apk org.moire.ultrasonic 2017-12-24
+org.moire.ultrasonic_60.apk org.moire.ultrasonic 2018-02-16
+org.moire.ultrasonic_63.apk org.moire.ultrasonic 2018-02-22
org.montrealtransit.android.schedule.stmbus_3.apk org.montrealtransit.android.schedule.stmbus 2013-12-09
org.montrealtransit.android_886.apk org.montrealtransit.android 2013-12-09
org.moparisthebest.appbak_2.apk org.moparisthebest.appbak 2014-02-19
@@ -14406,6 +14838,8 @@ org.mozilla.fennec_fdroid_570100.apk org.mozilla.fennec_fdroid 2017-12-07
org.mozilla.fennec_fdroid_570110.apk org.mozilla.fennec_fdroid 2017-12-04
org.mozilla.fennec_fdroid_570400.apk org.mozilla.fennec_fdroid 2018-01-26
org.mozilla.fennec_fdroid_570410.apk org.mozilla.fennec_fdroid 2018-01-26
+org.mozilla.fennec_fdroid_580200.apk org.mozilla.fennec_fdroid 2018-02-20
+org.mozilla.fennec_fdroid_580210.apk org.mozilla.fennec_fdroid 2018-02-20
org.mozilla.klar_5.apk org.mozilla.klar 2017-07-09
org.mozilla.klar_6.apk org.mozilla.klar 2017-07-27
org.mozilla.klar_9.apk org.mozilla.klar 2017-08-23
@@ -14416,6 +14850,8 @@ org.mozilla.klar_13.apk org.mozilla.klar 2017-11-17
org.mozilla.klar_14.apk org.mozilla.klar 2017-11-17
org.mozilla.klar_15.apk org.mozilla.klar 2017-12-04
org.mozilla.klar_16.apk org.mozilla.klar 2017-12-04
+org.mozilla.klar_17.apk org.mozilla.klar 2018-02-01
+org.mozilla.klar_18.apk org.mozilla.klar 2018-02-01
org.mozilla.mozstumbler_20.apk org.mozilla.mozstumbler 2014-01-11
org.mozilla.mozstumbler_21.apk org.mozilla.mozstumbler 2014-01-14
org.mozilla.mozstumbler_23.apk org.mozilla.mozstumbler 2014-01-24
@@ -14519,6 +14955,7 @@ org.ninthfloor.copperpdf_4.apk org.ninthfloor.copperpdf 2017-02-12
org.notabug.lifeuser.moviedb_1.apk org.notabug.lifeuser.moviedb 2017-03-29
org.notabug.lifeuser.moviedb_110.apk org.notabug.lifeuser.moviedb 2017-05-15
org.notabug.lifeuser.moviedb_120.apk org.notabug.lifeuser.moviedb 2017-06-23
+org.notabug.lifeuser.moviedb_190.apk org.notabug.lifeuser.moviedb 2018-02-03
org.npr.android.news_3.apk org.npr.android.news 2013-07-31
org.ntpsync_1.apk org.ntpsync 2012-05-19
org.ntpsync_2.apk org.ntpsync 2012-06-07
@@ -14533,6 +14970,7 @@ org.nuntius35.wrongpinshutdown_1.apk org.nuntius35.wrongpinshutdown 2017-09-27
org.nuntius35.wrongpinshutdown_3.apk org.nuntius35.wrongpinshutdown 2017-10-01
org.nuntius35.wrongpinshutdown_4.apk org.nuntius35.wrongpinshutdown 2017-11-05
org.nuntius35.wrongpinshutdown_5.apk org.nuntius35.wrongpinshutdown 2017-11-28
+org.nutritionfacts.dailydozen_42.apk org.nutritionfacts.dailydozen 2018-02-16
org.nv95.openmanga_102.apk org.nv95.openmanga 2017-02-08
org.nv95.openmanga_103.apk org.nv95.openmanga 2017-02-13
org.nv95.openmanga_108.apk org.nv95.openmanga 2017-03-17
@@ -14551,6 +14989,8 @@ org.ogre.browser_4.apk org.ogre.browser 2017-11-14
org.ogre.browser_5.apk org.ogre.browser 2017-11-14
org.ogre.browser_6.apk org.ogre.browser 2017-12-07
org.ogre.browser_7.apk org.ogre.browser 2017-12-07
+org.ogre.browser_8.apk org.ogre.browser 2018-02-22
+org.ogre.browser_9.apk org.ogre.browser 2018-02-28
org.okfn.pod_13.apk org.okfn.pod 2013-12-09
org.olgsoft.apipepanic_6.apk org.olgsoft.apipepanic 2016-01-02
org.olgsoft.apipepanic_7.apk org.olgsoft.apipepanic 2016-01-13
@@ -14629,6 +15069,7 @@ org.openobservatory.ooniprobe_5.apk org.openobservatory.ooniprobe 2017-04-30
org.openobservatory.ooniprobe_11.apk org.openobservatory.ooniprobe 2017-08-30
org.openobservatory.ooniprobe_12.apk org.openobservatory.ooniprobe 2017-09-03
org.openobservatory.ooniprobe_17.apk org.openobservatory.ooniprobe 2017-10-11
+org.openobservatory.ooniprobe_24.apk org.openobservatory.ooniprobe 2018-02-13
org.openorienteering.mapper_607.apk org.openorienteering.mapper 2017-01-04
org.openorienteering.mapper_608.apk org.openorienteering.mapper 2017-03-08
org.openpetfoodfacts.scanner_37.apk org.openpetfoodfacts.scanner 2017-04-04
@@ -14642,6 +15083,10 @@ org.pacien.tincapp_4.apk org.pacien.tincapp 2017-08-22
org.pacien.tincapp_5.apk org.pacien.tincapp 2017-08-23
org.pacien.tincapp_6.apk org.pacien.tincapp 2017-08-26
org.pacien.tincapp_7.apk org.pacien.tincapp 2017-09-11
+org.pacien.tincapp_8.apk org.pacien.tincapp 2018-02-22
+org.pacien.tincapp_9.apk org.pacien.tincapp 2018-02-20
+org.pacien.tincapp_10.apk org.pacien.tincapp 2018-02-28
+org.pacien.tincapp_11.apk org.pacien.tincapp 2018-03-10
org.passwordmaker.android_7.apk org.passwordmaker.android 2012-08-29
org.passwordmaker.android_10.apk org.passwordmaker.android 2014-06-15
org.passwordmaker.android_11.apk org.passwordmaker.android 2014-07-03
@@ -14699,6 +15144,7 @@ org.polaric.cyanogenmodchangelog_60.apk org.polaric.cyanogenmodchangelog 2016-09
org.polaric.cyanogenmodchangelog_61.apk org.polaric.cyanogenmodchangelog 2016-11-11
org.polaric.cyanogenmodchangelog_62.apk org.polaric.cyanogenmodchangelog 2016-11-14
org.polaric.cyanogenmodchangelog_66.apk org.polaric.cyanogenmodchangelog 2017-01-27
+org.poopeeland.tinytinyfeed_16.apk org.poopeeland.tinytinyfeed 2018-02-16
org.ppsspp.ppsspp_61.apk org.ppsspp.ppsspp 2013-02-08
org.ppsspp.ppsspp_70.apk org.ppsspp.ppsspp 2013-03-13
org.ppsspp.ppsspp_75.apk org.ppsspp.ppsspp 2013-04-14
@@ -14745,6 +15191,8 @@ org.primftpd_24.apk org.primftpd 2017-06-22
org.primftpd_25.apk org.primftpd 2017-09-18
org.primftpd_29.apk org.primftpd 2017-11-17
org.primftpd_30.apk org.primftpd 2017-11-24
+org.primftpd_31.apk org.primftpd 2018-02-13
+org.primftpd_32.apk org.primftpd 2018-02-13
org.projectmaxs.main_1.apk org.projectmaxs.main 2013-10-10
org.projectmaxs.main_2.apk org.projectmaxs.main 2013-10-14
org.projectmaxs.main_3.apk org.projectmaxs.main 2013-10-25
@@ -15298,6 +15746,7 @@ org.proninyaroslav.libretorrent_3.apk org.proninyaroslav.libretorrent 2016-12-14
org.proninyaroslav.libretorrent_4.apk org.proninyaroslav.libretorrent 2017-03-24
org.proninyaroslav.libretorrent_5.apk org.proninyaroslav.libretorrent 2017-07-14
org.proninyaroslav.libretorrent_6.apk org.proninyaroslav.libretorrent 2017-12-07
+org.proninyaroslav.libretorrent_7.apk org.proninyaroslav.libretorrent 2018-02-03
org.pulpdust.lesserpad_6.apk org.pulpdust.lesserpad 2013-03-22
org.pulpdust.lesserpad_7.apk org.pulpdust.lesserpad 2013-05-04
org.pulpdust.lesserpad_8.apk org.pulpdust.lesserpad 2013-06-19
@@ -15417,6 +15866,8 @@ org.schabi.etherwake_2.apk org.schabi.etherwake 2015-08-26
org.schabi.etherwake_3.apk org.schabi.etherwake 2015-09-03
org.schabi.kiba_1.apk org.schabi.kiba 2016-12-28
org.schabi.kiba_2.apk org.schabi.kiba 2017-08-08
+org.schabi.newpipe.beta_47.apk org.schabi.newpipe.beta 2018-02-16
+org.schabi.newpipe.beta_48.apk org.schabi.newpipe.beta 2018-02-28
org.schabi.newpipe_1.apk org.schabi.newpipe 2015-09-09
org.schabi.newpipe_2.apk org.schabi.newpipe 2015-09-16
org.schabi.newpipe_4.apk org.schabi.newpipe 2015-09-23
@@ -15462,6 +15913,7 @@ org.schabi.newpipe_43.apk org.schabi.newpipe 2018-01-05
org.schabi.newpipe_44.apk org.schabi.newpipe 2018-01-05
org.schabi.newpipe_45.apk org.schabi.newpipe 2018-01-15
org.schabi.newpipe_46.apk org.schabi.newpipe 2018-01-22
+org.schabi.newpipe_47.apk org.schabi.newpipe 2018-02-22
org.schabi.nxbookmarks.owncloud_2.apk org.schabi.nxbookmarks.owncloud 2017-09-14
org.schabi.nxbookmarks.owncloud_3.apk org.schabi.nxbookmarks.owncloud 2017-11-14
org.schabi.nxbookmarks_1.apk org.schabi.nxbookmarks 2017-08-07
@@ -15527,6 +15979,7 @@ org.secuso.privacyfriendlynetmonitor_7.apk org.secuso.privacyfriendlynetmonitor
org.secuso.privacyfriendlynotes_1.apk org.secuso.privacyfriendlynotes 2016-11-26
org.secuso.privacyfriendlynotes_2.apk org.secuso.privacyfriendlynotes 2016-12-15
org.secuso.privacyfriendlypasswordgenerator_1.apk org.secuso.privacyfriendlypasswordgenerator 2017-05-10
+org.secuso.privacyfriendlypasswordgenerator_2.apk org.secuso.privacyfriendlypasswordgenerator 2018-02-16
org.secuso.privacyfriendlypin_2.apk org.secuso.privacyfriendlypin 2016-02-01
org.secuso.privacyfriendlypin_3.apk org.secuso.privacyfriendlypin 2016-02-05
org.secuso.privacyfriendlypin_4.apk org.secuso.privacyfriendlypin 2016-02-18
@@ -15575,6 +16028,9 @@ org.shadowice.flocke.andotp_9.apk org.shadowice.flocke.andotp 2017-10-01
org.shadowice.flocke.andotp_10.apk org.shadowice.flocke.andotp 2017-10-26
org.shadowice.flocke.andotp_11.apk org.shadowice.flocke.andotp 2017-11-28
org.shadowice.flocke.andotp_12.apk org.shadowice.flocke.andotp 2017-12-15
+org.shadowice.flocke.andotp_14.apk org.shadowice.flocke.andotp 2018-02-03
+org.shirakumo.ocelot_1.apk org.shirakumo.ocelot 2018-02-13
+org.shirakumo.ocelot_2.apk org.shirakumo.ocelot 2018-03-10
org.shortcuts_2.apk org.shortcuts 2016-03-18
org.sickstache_42.apk org.sickstache 2012-10-10
org.sickstache_43.apk org.sickstache 2012-10-27
@@ -15640,6 +16096,8 @@ org.smssecure.smssecure_136.apk org.smssecure.smssecure 2017-04-27
org.smssecure.smssecure_137.apk org.smssecure.smssecure 2017-10-08
org.smssecure.smssecure_138.apk org.smssecure.smssecure 2017-12-04
org.smssecure.smssecure_139.apk org.smssecure.smssecure 2017-12-04
+org.smssecure.smssecure_140.apk org.smssecure.smssecure 2018-02-16
+org.smssecure.smssecure_141.apk org.smssecure.smssecure 2018-02-22
org.smssecure.smssecure_200.apk org.smssecure.smssecure 2017-03-24
org.smssecure.smssecure_201.apk org.smssecure.smssecure 2017-03-24
org.smssecure.smssecure_202.apk org.smssecure.smssecure 2017-04-04
@@ -15647,6 +16105,7 @@ org.smssecure.smssecure_203.apk org.smssecure.smssecure 2017-10-08
org.smssecure.smssecure_204.apk org.smssecure.smssecure 2017-12-04
org.smssecure.smssecure_205.apk org.smssecure.smssecure 2017-12-04
org.smssecure.smssecure_206.apk org.smssecure.smssecure 2018-01-05
+org.smssecure.smssecure_207.apk org.smssecure.smssecure 2018-02-22
org.softcatala.traductor_15.apk org.softcatala.traductor 2014-01-09
org.softcatala.traductor_19.apk org.softcatala.traductor 2014-09-09
org.softeg.slartus.forpdaplus_459.apk org.softeg.slartus.forpdaplus 2015-02-15
@@ -15733,6 +16192,8 @@ org.sufficientlysecure.keychain_46000.apk org.sufficientlysecure.keychain 2017-0
org.sufficientlysecure.keychain_47001.apk org.sufficientlysecure.keychain 2017-09-27
org.sufficientlysecure.keychain_48001.apk org.sufficientlysecure.keychain 2017-12-04
org.sufficientlysecure.keychain_48002.apk org.sufficientlysecure.keychain 2017-12-07
+org.sufficientlysecure.keychain_49001.apk org.sufficientlysecure.keychain 2018-02-22
+org.sufficientlysecure.keychain_49100.apk org.sufficientlysecure.keychain 2018-03-05
org.sufficientlysecure.localcalendar_1.apk org.sufficientlysecure.localcalendar 2013-03-16
org.sufficientlysecure.localcalendar_2.apk org.sufficientlysecure.localcalendar 2013-04-16
org.sufficientlysecure.localcalendar_3.apk org.sufficientlysecure.localcalendar 2013-07-01
@@ -15797,12 +16258,20 @@ org.sufficientlysecure.viewer_2794.apk org.sufficientlysecure.viewer 2016-11-27
org.sufficientlysecure.viewer_2795.apk org.sufficientlysecure.viewer 2016-11-27
org.sufficientlysecure.viewer_2796.apk org.sufficientlysecure.viewer 2016-11-27
org.sufficientlysecure.viewer_2797.apk org.sufficientlysecure.viewer 2016-11-27
+org.sufficientlysecure.viewer_2801.apk org.sufficientlysecure.viewer 2018-02-11
org.sufficientlysecure.viewer_2802.apk org.sufficientlysecure.viewer 2017-11-28
org.sufficientlysecure.viewer_2803.apk org.sufficientlysecure.viewer 2017-11-28
org.sufficientlysecure.viewer_2804.apk org.sufficientlysecure.viewer 2017-11-28
org.sufficientlysecure.viewer_2805.apk org.sufficientlysecure.viewer 2017-11-28
org.sufficientlysecure.viewer_2806.apk org.sufficientlysecure.viewer 2017-11-28
org.sufficientlysecure.viewer_2807.apk org.sufficientlysecure.viewer 2017-11-28
+org.sufficientlysecure.viewer_2811.apk org.sufficientlysecure.viewer 2018-02-11
+org.sufficientlysecure.viewer_2812.apk org.sufficientlysecure.viewer 2018-02-11
+org.sufficientlysecure.viewer_2813.apk org.sufficientlysecure.viewer 2018-02-11
+org.sufficientlysecure.viewer_2814.apk org.sufficientlysecure.viewer 2018-02-11
+org.sufficientlysecure.viewer_2815.apk org.sufficientlysecure.viewer 2018-02-11
+org.sufficientlysecure.viewer_2816.apk org.sufficientlysecure.viewer 2018-02-11
+org.sufficientlysecure.viewer_2817.apk org.sufficientlysecure.viewer 2018-02-11
org.sugr.gearshift_69.apk org.sugr.gearshift 2014-11-25
org.sugr.gearshift_79.apk org.sugr.gearshift 2014-12-07
org.sugr.gearshift_80.apk org.sugr.gearshift 2015-01-04
@@ -15830,6 +16299,7 @@ org.sw24softwares.starkeverben_5.apk org.sw24softwares.starkeverben 2017-11-03
org.sw24softwares.starkeverben_6.apk org.sw24softwares.starkeverben 2017-11-14
org.sw24softwares.starkeverben_7.apk org.sw24softwares.starkeverben 2017-12-15
org.sw24softwares.starkeverben_8.apk org.sw24softwares.starkeverben 2018-01-16
+org.sw24softwares.starkeverben_9.apk org.sw24softwares.starkeverben 2018-02-11
org.synergy_2.apk org.synergy 2015-01-25
org.systemcall.scores_1.apk org.systemcall.scores 2013-12-09
org.systemcall.scores_2.apk org.systemcall.scores 2015-01-29
@@ -15912,6 +16382,9 @@ org.tasks_478.apk org.tasks 2017-10-18
org.tasks_481.apk org.tasks 2017-10-26
org.tasks_485.apk org.tasks 2018-01-05
org.tasks_488.apk org.tasks 2018-01-05
+org.tasks_490.apk org.tasks 2018-02-16
+org.tasks_500.apk org.tasks 2018-03-05
+org.tasks_501.apk org.tasks 2018-03-10
org.tbrk.mnemododo_23.apk org.tbrk.mnemododo 2013-06-22
org.telegram.messenger_160.apk org.telegram.messenger 2014-02-24
org.telegram.messenger_177.apk org.telegram.messenger 2014-03-06
@@ -15953,6 +16426,7 @@ org.telegram.messenger_10435.apk org.telegram.messenger 2017-07-27
org.telegram.messenger_10445.apk org.telegram.messenger 2017-12-07
org.telegram.messenger_10455.apk org.telegram.messenger 2017-12-15
org.telegram.messenger_11555.apk org.telegram.messenger 2017-12-15
+org.telegram.messenger_11565.apk org.telegram.messenger 2018-02-06
org.thecongers.mtpms_2.apk org.thecongers.mtpms 2015-03-03
org.thecongers.mtpms_4.apk org.thecongers.mtpms 2016-10-28
org.thialfihar.android.apg_10900.apk org.thialfihar.android.apg 2013-06-30
@@ -15962,10 +16436,18 @@ org.thosp.yourlocalweather_1.apk org.thosp.yourlocalweather 2018-01-15
org.thosp.yourlocalweather_10.apk org.thosp.yourlocalweather 2018-01-21
org.thosp.yourlocalweather_12.apk org.thosp.yourlocalweather 2018-01-22
org.thosp.yourlocalweather_13.apk org.thosp.yourlocalweather 2018-01-29
+org.thosp.yourlocalweather_16.apk org.thosp.yourlocalweather 2018-02-01
+org.thosp.yourlocalweather_18.apk org.thosp.yourlocalweather 2018-02-03
+org.thosp.yourlocalweather_19.apk org.thosp.yourlocalweather 2018-02-06
+org.thosp.yourlocalweather_20.apk org.thosp.yourlocalweather 2018-02-16
+org.thosp.yourlocalweather_23.apk org.thosp.yourlocalweather 2018-02-20
+org.thosp.yourlocalweather_25.apk org.thosp.yourlocalweather 2018-02-28
org.thoughtcrime.securesms_21.apk org.thoughtcrime.securesms 2012-01-02
org.thoughtcrime.securesms_23.apk org.thoughtcrime.securesms 2012-08-23
org.tigase.messenger.phone.pro_11.apk org.tigase.messenger.phone.pro 2013-10-24
org.tigase.messenger.phone.pro_15.apk org.tigase.messenger.phone.pro 2016-03-31
+org.tilelessmap.app_1.apk org.tilelessmap.app 2018-02-22
+org.tilelessmap.app_3.apk org.tilelessmap.app 2018-02-28
org.tint.adblock_3.apk org.tint.adblock 2012-10-30
org.tint_6.apk org.tint 2012-10-30
org.tint_7.apk org.tint 2012-11-30
@@ -16121,6 +16603,9 @@ org.totschnig.myexpenses_302.apk org.totschnig.myexpenses 2017-11-17
org.totschnig.myexpenses_304.apk org.totschnig.myexpenses 2017-11-28
org.totschnig.myexpenses_308.apk org.totschnig.myexpenses 2018-01-29
org.totschnig.myexpenses_310.apk org.totschnig.myexpenses 2018-01-29
+org.totschnig.myexpenses_312.apk org.totschnig.myexpenses 2018-02-06
+org.totschnig.myexpenses_314.apk org.totschnig.myexpenses 2018-02-28
+org.totschnig.myexpenses_315.apk org.totschnig.myexpenses 2018-03-05
org.totschnig.sendwithftp_7.apk org.totschnig.sendwithftp 2013-03-05
org.totschnig.sendwithftp_8.apk org.totschnig.sendwithftp 2013-08-03
org.totschnig.sendwithftp_10.apk org.totschnig.sendwithftp 2016-04-02
@@ -16156,6 +16641,7 @@ org.transdroid.full_225.apk org.transdroid.full 2015-11-25
org.transdroid.full_226.apk org.transdroid.full 2016-01-27
org.transdroid.full_227.apk org.transdroid.full 2016-05-23
org.transdroid.full_228.apk org.transdroid.full 2017-03-24
+org.transdroid.full_230.apk org.transdroid.full 2018-03-10
org.transdroid.lite_217.apk org.transdroid.lite 2015-01-11
org.transdroid.lite_221.apk org.transdroid.lite 2015-08-24
org.transdroid.lite_225.apk org.transdroid.lite 2015-11-25
@@ -16175,6 +16661,8 @@ org.transdroid.search_27.apk org.transdroid.search 2015-11-05
org.transdroid.search_28.apk org.transdroid.search 2016-08-03
org.transdroid.search_29.apk org.transdroid.search 2016-11-26
org.transdroid.search_30.apk org.transdroid.search 2017-01-14
+org.transdroid.search_32.apk org.transdroid.search 2018-02-22
+org.transdroid.search_33.apk org.transdroid.search 2018-02-28
org.transdroid_148.apk org.transdroid 2012-09-30
org.transdroid_150.apk org.transdroid 2012-10-22
org.transdroid_155.apk org.transdroid 2013-03-27
@@ -16251,6 +16739,8 @@ org.tuxpaint_6.apk org.tuxpaint 2015-12-23
org.tuxpaint_7.apk org.tuxpaint 2016-10-17
org.tuxpaint_8.apk org.tuxpaint 2017-05-06
org.tuxpaint_10.apk org.tuxpaint 2017-10-03
+org.tuxpaint_111.apk org.tuxpaint 2018-02-01
+org.tuxpaint_112.apk org.tuxpaint 2018-03-05
org.tvheadend.tvhguide_21.apk org.tvheadend.tvhguide 2015-11-26
org.tw.onze.cmtheme_4.apk org.tw.onze.cmtheme 2015-03-29
org.tw.onze.cmtheme_6.apk org.tw.onze.cmtheme 2015-04-10
@@ -16413,6 +16903,9 @@ org.videolan.vlc_12050907.apk org.videolan.vlc 2017-11-28
org.videolan.vlc_12051204.apk org.videolan.vlc 2017-12-15
org.videolan.vlc_12051205.apk org.videolan.vlc 2017-12-15
org.videolan.vlc_12051207.apk org.videolan.vlc 2017-12-15
+org.videolan.vlc_12051704.apk org.videolan.vlc 2018-02-03
+org.videolan.vlc_12051705.apk org.videolan.vlc 2018-02-20
+org.videolan.vlc_12051707.apk org.videolan.vlc 2018-02-16
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
@@ -16425,6 +16918,7 @@ org.voidsink.anewjkuapp_140053.apk org.voidsink.anewjkuapp 2016-12-14
org.voidsink.anewjkuapp_140056.apk org.voidsink.anewjkuapp 2017-05-06
org.voidsink.anewjkuapp_140057.apk org.voidsink.anewjkuapp 2017-06-27
org.voidsink.anewjkuapp_140059.apk org.voidsink.anewjkuapp 2018-01-26
+org.voidsink.anewjkuapp_140061.apk org.voidsink.anewjkuapp 2018-02-20
org.vono.narau_3.apk org.vono.narau 2012-10-31
org.vono.narau_4.apk org.vono.narau 2012-12-01
org.vono.narau_6.apk org.vono.narau 2012-12-22
@@ -16464,6 +16958,9 @@ org.walleth_25.apk org.walleth 2017-12-04
org.walleth_26.apk org.walleth 2017-12-04
org.walleth_27.apk org.walleth 2018-01-16
org.walleth_28.apk org.walleth 2018-01-15
+org.walleth_29.apk org.walleth 2018-02-06
+org.walleth_31.apk org.walleth 2018-02-06
+org.walleth_32.apk org.walleth 2018-03-05
org.waxworlds.edam.importcontacts_2.apk org.waxworlds.edam.importcontacts 2012-09-26
org.webodf_3.apk org.webodf 2012-08-23
org.wheelmap.android.online_16.apk org.wheelmap.android.online 2013-01-28
@@ -16516,6 +17013,8 @@ org.wikipedia_190.apk org.wikipedia 2017-03-08
org.wikipedia_191.apk org.wikipedia 2017-04-04
org.wikipedia_194.apk org.wikipedia 2017-04-27
org.wikipedia_203.apk org.wikipedia 2017-09-01
+org.wikipedia_222.apk org.wikipedia 2018-02-11
+org.wikipedia_225.apk org.wikipedia 2018-02-11
org.wiktionary_1.apk org.wiktionary 2012-07-14
org.wingy.chan_37.apk org.wingy.chan 2014-10-19
org.wingy.chan_38.apk org.wingy.chan 2014-10-20
@@ -16579,6 +17078,9 @@ org.xcsoar_102.apk org.xcsoar 2016-03-11
org.xcsoar_105.apk org.xcsoar 2016-06-15
org.xcsoar_106.apk org.xcsoar 2016-07-27
org.xcsoar_107.apk org.xcsoar 2016-08-14
+org.xcsoar_108.apk org.xcsoar 2018-03-05
+org.xcsoar_110.apk org.xcsoar 2018-03-05
+org.xcsoar_111.apk org.xcsoar 2018-03-05
org.xphnx.ameixa_37.apk org.xphnx.ameixa 2016-06-04
org.xphnx.ameixa_45.apk org.xphnx.ameixa 2017-07-28
org.xphnx.ameixa_46.apk org.xphnx.ameixa 2017-09-13
@@ -16586,9 +17088,11 @@ org.xphnx.ameixa_47.apk org.xphnx.ameixa 2017-09-14
org.xphnx.ameixa_48.apk org.xphnx.ameixa 2018-01-15
org.xphnx.ameixa_51.apk org.xphnx.ameixa 2018-01-15
org.xphnx.ameixa_52.apk org.xphnx.ameixa 2018-01-26
+org.xphnx.ameixa_53.apk org.xphnx.ameixa 2018-02-22
org.xphnx.ameixamonochrome_46.apk org.xphnx.ameixamonochrome 2017-09-24
org.xphnx.ameixamonochrome_47.apk org.xphnx.ameixamonochrome 2018-01-29
org.xphnx.ameixamonochrome_52.apk org.xphnx.ameixamonochrome 2018-01-29
+org.xphnx.ameixamonochrome_53.apk org.xphnx.ameixamonochrome 2018-02-22
org.xphnx.iconsubmit_2.apk org.xphnx.iconsubmit 2016-01-15
org.xphnx.iconsubmit_4.apk org.xphnx.iconsubmit 2016-05-26
org.xposeddownloader_1.apk org.xposeddownloader 2016-06-15
@@ -16616,6 +17120,7 @@ org.y20k.trackbook_13.apk org.y20k.trackbook 2017-08-26
org.y20k.trackbook_14.apk org.y20k.trackbook 2017-08-30
org.y20k.trackbook_15.apk org.y20k.trackbook 2017-10-18
org.y20k.trackbook_19.apk org.y20k.trackbook 2018-01-29
+org.y20k.trackbook_20.apk org.y20k.trackbook 2018-02-11
org.y20k.transistor_12.apk org.y20k.transistor 2016-01-11
org.y20k.transistor_13.apk org.y20k.transistor 2016-01-18
org.y20k.transistor_14.apk org.y20k.transistor 2016-01-21
@@ -16648,6 +17153,9 @@ org.y20k.transistor_41.apk org.y20k.transistor 2017-07-09
org.y20k.transistor_45.apk org.y20k.transistor 2017-08-30
org.y20k.transistor_48.apk org.y20k.transistor 2017-10-20
org.y20k.transistor_49.apk org.y20k.transistor 2017-10-21
+org.y20k.transistor_50.apk org.y20k.transistor 2018-02-11
+org.y20k.transistor_52.apk org.y20k.transistor 2018-02-13
+org.y20k.transistor_53.apk org.y20k.transistor 2018-02-16
org.yaaic_9.apk org.yaaic 2011-04-03
org.yaaic_10.apk org.yaaic 2011-04-26
org.yaaic_11.apk org.yaaic 2011-07-22
@@ -16824,6 +17332,7 @@ pro.oneredpixel.l9droid_3.apk pro.oneredpixel.l9droid 2013-12-09
pro.oneredpixel.l9droid_4.apk pro.oneredpixel.l9droid 2015-01-06
protect.babymonitor_1.apk protect.babymonitor 2015-12-29
protect.babymonitor_2.apk protect.babymonitor 2016-01-04
+protect.babymonitor_3.apk protect.babymonitor 2018-02-20
protect.babysleepsounds_1.apk protect.babysleepsounds 2016-01-23
protect.babysleepsounds_2.apk protect.babysleepsounds 2016-04-07
protect.babysleepsounds_3.apk protect.babysleepsounds 2016-05-18
@@ -16836,6 +17345,7 @@ protect.babysleepsounds_10.apk protect.babysleepsounds 2017-08-02
protect.babysleepsounds_11.apk protect.babysleepsounds 2017-09-18
protect.babysleepsounds_12.apk protect.babysleepsounds 2017-12-15
protect.babysleepsounds_13.apk protect.babysleepsounds 2018-01-02
+protect.babysleepsounds_14.apk protect.babysleepsounds 2018-02-06
protect.budgetwatch_1.apk protect.budgetwatch 2016-02-09
protect.budgetwatch_2.apk protect.budgetwatch 2016-02-15
protect.budgetwatch_3.apk protect.budgetwatch 2016-04-05
@@ -16856,6 +17366,7 @@ protect.budgetwatch_19.apk protect.budgetwatch 2017-10-18
protect.budgetwatch_21.apk protect.budgetwatch 2017-11-28
protect.budgetwatch_22.apk protect.budgetwatch 2018-01-03
protect.budgetwatch_23.apk protect.budgetwatch 2018-01-22
+protect.budgetwatch_24.apk protect.budgetwatch 2018-02-11
protect.card_locker_1.apk protect.card_locker 2016-02-02
protect.card_locker_2.apk protect.card_locker 2016-02-09
protect.card_locker_3.apk protect.card_locker 2016-02-12
@@ -16876,6 +17387,12 @@ protect.card_locker_17.apk protect.card_locker 2017-12-04
protect.card_locker_18.apk protect.card_locker 2018-01-26
protect.card_locker_19.apk protect.card_locker 2018-01-22
protect.card_locker_20.apk protect.card_locker 2018-01-29
+protect.card_locker_21.apk protect.card_locker 2018-02-03
+protect.card_locker_22.apk protect.card_locker 2018-02-13
+protect.card_locker_23.apk protect.card_locker 2018-02-20
+protect.card_locker_24.apk protect.card_locker 2018-02-22
+protect.card_locker_25.apk protect.card_locker 2018-03-05
+protect.card_locker_26.apk protect.card_locker 2018-03-10
protect.gift_card_guard_1.apk protect.gift_card_guard 2016-01-27
protect.gift_card_guard_2.apk protect.gift_card_guard 2016-01-27
protect.gift_card_guard_3.apk protect.gift_card_guard 2016-02-12
@@ -16887,6 +17404,7 @@ protect.rentalcalc_2.apk protect.rentalcalc 2017-05-22
protect.rentalcalc_3.apk protect.rentalcalc 2017-05-29
protect.rentalcalc_4.apk protect.rentalcalc 2017-06-23
protect.rentalcalc_5.apk protect.rentalcalc 2017-09-18
+protect.videoeditor_3.apk protect.videoeditor 2018-02-22
pt.isec.tp.am_2.apk pt.isec.tp.am 2012-02-27
pt.isec.tp.am_4.apk pt.isec.tp.am 2012-03-10
pw.thedrhax.mosmetro_57.apk pw.thedrhax.mosmetro 2017-05-20
@@ -17003,6 +17521,8 @@ ru.henridellal.emerald_25.apk ru.henridellal.emerald 2017-11-28
ru.henridellal.emerald_26.apk ru.henridellal.emerald 2017-12-04
ru.henridellal.emerald_28.apk ru.henridellal.emerald 2018-01-02
ru.henridellal.emerald_29.apk ru.henridellal.emerald 2018-01-15
+ru.henridellal.emerald_31.apk ru.henridellal.emerald 2018-02-06
+ru.henridellal.emerald_32.apk ru.henridellal.emerald 2018-03-05
ru.meefik.busybox_23.apk ru.meefik.busybox 2016-03-16
ru.meefik.busybox_24.apk ru.meefik.busybox 2016-04-18
ru.meefik.busybox_27.apk ru.meefik.busybox 2016-11-04
@@ -17081,7 +17601,12 @@ ryey.easer_49.apk ryey.easer 2018-01-29
ryey.easer_50.apk ryey.easer 2018-01-26
ryey.easer_51.apk ryey.easer 2018-01-26
ryey.easer_52.apk ryey.easer 2018-01-26
+ryey.easer_53.apk ryey.easer 2018-02-01
ryey.easer_54.apk ryey.easer 2018-01-29
+ryey.easer_55.apk ryey.easer 2018-02-16
+ryey.easer_56.apk ryey.easer 2018-02-20
+ryey.easer_57.apk ryey.easer 2018-02-28
+ryey.easer_58.apk ryey.easer 2018-02-28
ryey.flock_4.apk ryey.flock 2016-08-02
ryey.flock_6.apk ryey.flock 2016-08-06
ryey.flock_8.apk ryey.flock 2017-03-29
@@ -17090,6 +17615,7 @@ saschpe.contactevents_160152.apk saschpe.contactevents 2017-07-09
saschpe.contactevents_160160.apk saschpe.contactevents 2017-07-09
saschpe.contactevents_160175.apk saschpe.contactevents 2017-10-26
saschpe.contactevents_160176.apk saschpe.contactevents 2017-10-03
+saschpe.contactevents_160177.apk saschpe.contactevents 2018-02-16
saschpe.poker_170127.apk saschpe.poker 2017-11-17
science.itaintrocket.pomfshare_1.apk science.itaintrocket.pomfshare 2015-05-07
science.itaintrocket.pomfshare_2.apk science.itaintrocket.pomfshare 2015-12-01
@@ -17106,6 +17632,8 @@ se.erikofsweden.findmyphone_11.apk se.erikofsweden.findmyphone 2012-11-09
se.erikofsweden.findmyphone_12.apk se.erikofsweden.findmyphone 2013-07-01
se.johanhil.clipboard_2.apk se.johanhil.clipboard 2011-03-10
se.johanhil.duckduckgo_1.apk se.johanhil.duckduckgo 2011-03-10
+se.leap.bitmaskclient_131.apk se.leap.bitmaskclient 2018-02-13
+se.leap.bitmaskclient_134.apk se.leap.bitmaskclient 2018-03-10
se.norenh.rkfread_2.apk se.norenh.rkfread 2014-04-17
se.norenh.rkfread_3.apk se.norenh.rkfread 2017-08-07
se.peterbjorkman.android.trafikinfo_12.apk se.peterbjorkman.android.trafikinfo 2011-01-27
@@ -17128,6 +17656,7 @@ se.tube42.drum.android_22.apk se.tube42.drum.android 2016-01-31
se.tube42.drum.android_23.apk se.tube42.drum.android 2016-02-20
se.tube42.drum.android_24.apk se.tube42.drum.android 2016-06-07
se.tube42.kidsmem.android_14.apk se.tube42.kidsmem.android 2015-05-03
+se.tube42.kidsmem.android_16.apk se.tube42.kidsmem.android 2018-02-20
seanfoy.wherering_99.apk seanfoy.wherering 2013-11-05
sh.ftp.rocketninelabs.meditationassistant.opensource_128.apk sh.ftp.rocketninelabs.meditationassistant.opensource 2015-10-29
sh.ftp.rocketninelabs.meditationassistant.opensource_129.apk sh.ftp.rocketninelabs.meditationassistant.opensource 2015-10-29
@@ -17181,6 +17710,7 @@ souch.smp_14.apk souch.smp 2017-06-26
souch.smsbypass_5.apk souch.smsbypass 2016-01-11
souch.smsbypass_9.apk souch.smsbypass 2016-02-17
starcom.snd_1.apk starcom.snd 2016-01-26
+starcom.snd_2.apk starcom.snd 2018-02-11
steele.gerry.dotty_2.apk steele.gerry.dotty 2014-03-03
stericson.busybox.donate_103.apk stericson.busybox.donate 2012-01-26
stericson.busybox.donate_161.apk stericson.busybox.donate 2014-01-20
@@ -17291,6 +17821,7 @@ uk.co.busydoingnothing.catverbs_5.apk uk.co.busydoingnothing.catverbs 2016-01-15
uk.co.busydoingnothing.prevo_13.apk uk.co.busydoingnothing.prevo 2016-02-17
uk.co.busydoingnothing.prevo_14.apk uk.co.busydoingnothing.prevo 2016-11-26
uk.co.busydoingnothing.prevo_15.apk uk.co.busydoingnothing.prevo 2017-04-13
+uk.co.busydoingnothing.prevo_16.apk uk.co.busydoingnothing.prevo 2018-02-13
uk.co.danieljarvis.android.flashback_14.apk uk.co.danieljarvis.android.flashback 2013-12-11
uk.co.danieljarvis.android.flashback_15.apk uk.co.danieljarvis.android.flashback 2013-12-13
uk.co.danieljarvis.android.flashback_16.apk uk.co.danieljarvis.android.flashback 2014-01-23
@@ -19523,9 +20054,12 @@ ws.xsoh.etar_11.apk ws.xsoh.etar 2016-12-19
ws.xsoh.etar_12.apk ws.xsoh.etar 2017-02-20
ws.xsoh.etar_13.apk ws.xsoh.etar 2017-02-24
ws.xsoh.etar_14.apk ws.xsoh.etar 2017-05-25
+wsdfhjxc.taponium_1.apk wsdfhjxc.taponium 2018-02-28
wseemann.media.romote_8.apk wseemann.media.romote 2017-10-03
+wseemann.media.romote_9.apk wseemann.media.romote 2018-02-16
x653.bullseye_1.apk x653.bullseye 2017-02-20
x653.bullseye_2.apk x653.bullseye 2017-03-15
+x653.bullseye_3.apk x653.bullseye 2018-03-10
x1125io.initdlight_1.apk x1125io.initdlight 2017-09-24
x1125io.initdlight_2.apk x1125io.initdlight 2017-12-24
yaaic-0.5.apk org.yaaic 2010-10-21
diff --git a/stats/latestapps.txt b/stats/latestapps.txt
index 3564931cac..083e1e9c1d 100644
--- a/stats/latestapps.txt
+++ b/stats/latestapps.txt
@@ -1,10 +1,10 @@
-info.dvkr.screenstream
-com.poupa.vinylmusicplayer
-org.thosp.yourlocalweather
-org.flyve.inventory.agent
-io.mrarm.irc
-cz.nic.turris
-info.metadude.android.congress.schedule
-com.veniosg.dir
-org.fitchfamily.android.dejavu
-de.k3b.android.intentintercept
+wsdfhjxc.taponium
+org.fdroid.fdroid.ota
+org.fox.tttrss
+com.vgorcum.minedmonero
+net.nitroshare.android
+protect.videoeditor
+org.tilelessmap.app
+com.toxtox.philosopherstonewidget
+com.vonglasow.michael.qz
+com.github.axet.maps
diff --git a/stats/licenses.txt b/stats/licenses.txt
index efa5f44128..8143104c33 100644
--- a/stats/licenses.txt
+++ b/stats/licenses.txt
@@ -1,21 +1,21 @@
-GPL-3.0 960
-Apache-2.0 562
-GPL-3.0+ 300
-MIT 282
+GPL-3.0 966
+Apache-2.0 565
+GPL-3.0+ 309
+MIT 285
GPL-2.0 143
-GPL-2.0+ 91
+GPL-2.0+ 92
BSD-3-Clause 42
AGPL-3.0 28
-MPL-2.0 21
+MPL-2.0 22
LGPL-3.0 16
BSD-2-Clause-FreeBSD 14
WTFPL 14
AGPL-3.0+ 13
PublicDomain 12
ISC 8
+LGPL-2.1 7
Unlicense 7
-LGPL-2.1 6
-Artistic-2.0 3
+Artistic-2.0 4
BSD-2-Clause 3
CC-BY-SA-3.0 3
LGPL-2.1+ 3
diff --git a/stats/repotypes.txt b/stats/repotypes.txt
index f27bbbb5d6..efbb55c2f8 100644
--- a/stats/repotypes.txt
+++ b/stats/repotypes.txt
@@ -1,4 +1,4 @@
-git 2341
+git 2366
git-svn 132
hg 56
bzr 18
diff --git a/stats/update_check_modes.txt b/stats/update_check_modes.txt
index bd14e765d1..bbef5fa310 100644
--- a/stats/update_check_modes.txt
+++ b/stats/update_check_modes.txt
@@ -1,5 +1,5 @@
-Tags 1320
-RepoManifest 888
-None 196
-Static 135
+Tags 1330
+RepoManifest 798
+Static 236
+None 200
HTTP 15