diff --git a/.gitignore b/.gitignore index 2537d5b124..eb34441454 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,6 @@ !/build/extlib/ /build/.fdroidvcs-* /stats/publishsigkeys.jar + +# used in fdroidserver's ./jenkins-test +keystore.jks diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a40816045f..0f53fc1889 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ 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...HEAD`; do + for f in `git diff --name-only --diff-filter=d FETCH_HEAD...HEAD`; do appid=`echo $f | sed -n -e 's,^metadata/\([^/][^/]*\)\.txt,\1,p' -e 's,^metadata/\([^/][^/]*\)\.yml,\1,p'`; export CHANGED="$CHANGED $appid"; @@ -31,4 +31,10 @@ lint: fdroid rewritemeta $CHANGED; git --no-pager diff --color=always; } + - apt-get -qy update + - apt-get -qy install --no-install-recommends exiftool + - exiftool -all= `find metadata/ -name '*.jp*g' -o -name '*.png'` + - echo "these images have EXIF that must be stripped:" + - git --no-pager diff --stat + - git --no-pager diff --name-only --exit-code || export EXITVALUE=1 - exit $EXITVALUE diff --git a/metadata/app.varlorg.unote.txt b/metadata/app.varlorg.unote.txt index e6ebf5350f..bdf87ab540 100644 --- a/metadata/app.varlorg.unote.txt +++ b/metadata/app.varlorg.unote.txt @@ -93,7 +93,12 @@ Build:1.4.1,15 subdir=app gradle=yes +Build:1.4.2,16 + commit=v1.4.2 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.4.1 -Current Version Code:15 +Current Version:1.4.2 +Current Version Code:16 diff --git a/metadata/ar.rulosoft.mimanganu.txt b/metadata/ar.rulosoft.mimanganu.txt index a05b997f0c..e88c9fe497 100644 --- a/metadata/ar.rulosoft.mimanganu.txt +++ b/metadata/ar.rulosoft.mimanganu.txt @@ -579,7 +579,6 @@ Build:1.80,80 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 @@ -589,7 +588,24 @@ Build:1.81,81 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.82,82 + commit=1.82 + subdir=app + gradle=yes + srclibs=RapidDecoder@7cdfca4 + prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \ + sed -i -e '/rapid.decoder/d' build.gradle && \ + sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle + +Build:1.83,83 + commit=1.83 + subdir=app + gradle=yes + srclibs=RapidDecoder@7cdfca4 + prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \ + sed -i -e '/rapid.decoder/d' build.gradle && \ + sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle Maintainer Notes: RapidDecoder 0.3.0 is required, but this version is not tagged. @@ -597,5 +613,5 @@ RapidDecoder 0.3.0 is required, but this version is not tagged. Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:1.81 -Current Version Code:81 +Current Version:1.83 +Current Version Code:83 diff --git a/metadata/at.bitfire.davdroid.txt b/metadata/at.bitfire.davdroid.txt index 62db3500d5..eb55b65cc1 100644 --- a/metadata/at.bitfire.davdroid.txt +++ b/metadata/at.bitfire.davdroid.txt @@ -6,6 +6,7 @@ Issue Tracker:https://davdroid.bitfire.at/forums/ Changelog:https://forums.bitfire.at/category/4/davdroid?tag=announcement Donate:https://www.davdroid.com/donate/ FlattrID:2100160 +LiberapayID:14101 Bitcoin:1KSCy7RHztKuhW9fLLaUYqdwdC2iwbejZU Auto Name:DAVdroid @@ -715,7 +716,13 @@ Build:1.10.1.1-ose,205 submodules=yes gradle=standard +Build:1.11-ose,213 + commit=v1.11-ose + subdir=app + submodules=yes + gradle=standard + Auto Update Mode:Version v%v Update Check Mode:Tags ^v[0-9.]+-ose$ -Current Version:1.10.1.1-ose -Current Version Code:205 +Current Version:1.11-ose +Current Version Code:213 diff --git a/metadata/at.linuxtage.companion.txt b/metadata/at.linuxtage.companion.txt index 0ec5bc2b9e..b5031ac2fe 100644 --- a/metadata/at.linuxtage.companion.txt +++ b/metadata/at.linuxtage.companion.txt @@ -69,7 +69,12 @@ Build:1.4.4,700144 subdir=app gradle=yes +Build:1.4.5,1500150 + commit=v1.4.5 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.4.4 -Current Version Code:700144 +Current Version:1.4.5 +Current Version Code:1500150 diff --git a/metadata/axp.tool.apkextractor.txt b/metadata/axp.tool.apkextractor.txt index ab7a2f5ca4..bc220aa61d 100644 --- a/metadata/axp.tool.apkextractor.txt +++ b/metadata/axp.tool.apkextractor.txt @@ -31,7 +31,11 @@ Build:1.3,4 commit=1.3 gradle=yes +Build:1.4,5 + commit=1.4 + gradle=yes + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:1.3 -Current Version Code:4 +Current Version:1.4 +Current Version Code:5 diff --git a/metadata/be.mygod.vpnhotspot.txt b/metadata/be.mygod.vpnhotspot.txt index aec325ffcf..c02f7b7126 100644 --- a/metadata/be.mygod.vpnhotspot.txt +++ b/metadata/be.mygod.vpnhotspot.txt @@ -48,7 +48,32 @@ Build:1.1.2,10 subdir=mobile gradle=yes +Build:1.1.3,11 + commit=1.1.3 + subdir=mobile + gradle=yes + +Build:1.1.4,12 + commit=1.1.4 + subdir=mobile + gradle=yes + +Build:1.1.5,13 + commit=1.1.5 + subdir=mobile + gradle=yes + +Build:1.1.6,14 + commit=1.1.6 + subdir=mobile + gradle=yes + +Build:1.2.0,15 + commit=1.2.0 + subdir=mobile + gradle=yes + Auto Update Mode:Version %v Update Check Mode:Tags ^[0-9.]+$ -Current Version:1.1.2 -Current Version Code:10 +Current Version:1.2.0 +Current Version Code:15 diff --git a/metadata/btools.routingapp.txt b/metadata/btools.routingapp.txt index 734812bab9..6d2dc9567f 100644 --- a/metadata/btools.routingapp.txt +++ b/metadata/btools.routingapp.txt @@ -99,11 +99,25 @@ Build:1.4.9,21 prebuild=sed -i -e '79,81d' pom.xml && \ sed -i -e '44,70d' pom.xml +Build:1.4.10,22 + commit=3e48eea41be4c2ba4487d8adf504f2fcc1bd0159 + subdir=brouter-routing-app + maven=yes@.. + prebuild=sed -i -e '79,81d' pom.xml && \ + sed -i -e '44,70d' pom.xml + +Build:1.4.11,23 + commit=6691a0ab5ce48262fec59450e4ea0f6a7aa06feb + subdir=brouter-routing-app + maven=yes@.. + prebuild=sed -i -e '79,81d' pom.xml && \ + sed -i -e '44,70d' pom.xml + Maintainer Notes: The sed's remove signing stuff. . Auto Update Mode:None Update Check Mode:RepoManifest -Current Version:1.4.9 -Current Version Code:21 +Current Version:1.4.11 +Current Version Code:23 diff --git a/metadata/ca.rmen.android.poetassistant.txt b/metadata/ca.rmen.android.poetassistant.txt index 4276545032..95638073ca 100644 --- a/metadata/ca.rmen.android.poetassistant.txt +++ b/metadata/ca.rmen.android.poetassistant.txt @@ -358,7 +358,12 @@ Build:1.26.3,112603 subdir=app gradle=yes +Build:1.26.4,112604 + commit=release-1.26.4 + subdir=app + gradle=yes + Auto Update Mode:Version release-%v Update Check Mode:Tags ^release- -Current Version:1.26.3 -Current Version Code:112603 +Current Version:1.26.4 +Current Version Code:112604 diff --git a/metadata/ch.bailu.aat.txt b/metadata/ch.bailu.aat.txt index 5359beb940..a7c301ad55 100644 --- a/metadata/ch.bailu.aat.txt +++ b/metadata/ch.bailu.aat.txt @@ -93,7 +93,12 @@ Build:v1.11-beta,21 subdir=app gradle=yes +Build:v1.12-beta,22 + commit=v1.12-beta + subdir=app + gradle=yes + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:v1.11-beta -Current Version Code:21 +Current Version:v1.12-beta +Current Version Code:22 diff --git a/metadata/ch.blinkenlights.android.vanilla.txt b/metadata/ch.blinkenlights.android.vanilla.txt index 301b81c870..f0cf26f73d 100644 --- a/metadata/ch.blinkenlights.android.vanilla.txt +++ b/metadata/ch.blinkenlights.android.vanilla.txt @@ -179,7 +179,12 @@ Build:1.0.58,10580 Build:1.0.59,10591 commit=1.0.59 +Build:1.0.60,10600 + commit=1.0.60 + subdir=app + gradle=yes + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:1.0.59 -Current Version Code:10591 +Current Version:1.0.60 +Current Version Code:10600 diff --git a/metadata/ch.blinkenlights.android.vanillaplug.txt b/metadata/ch.blinkenlights.android.vanillaplug.txt index a3524b010c..8a3cbe8df2 100644 --- a/metadata/ch.blinkenlights.android.vanillaplug.txt +++ b/metadata/ch.blinkenlights.android.vanillaplug.txt @@ -32,5 +32,5 @@ Build:1.6,160 Auto Update Mode:None Update Check Mode:RepoManifest -Current Version:1.6 -Current Version Code:160 +Current Version:1.7 +Current Version Code:170 diff --git a/metadata/ch.deletescape.lawnchair.plah.txt b/metadata/ch.deletescape.lawnchair.plah.txt index 0feda86665..799f49a750 100644 --- a/metadata/ch.deletescape.lawnchair.plah.txt +++ b/metadata/ch.deletescape.lawnchair.plah.txt @@ -36,7 +36,22 @@ Build:1.1.0.1742,1742 export TRAVIS_BUILD_NUMBER=$$VERCODE$$ && \ gradle assembleRelease +Build:1.1.0.1872,1872 + commit=1.1.0.1872 + subdir=app + output=build/outputs/apk/release/app-release-unsigned.apk + rm=app/src/main/java/ch/deletescape/lawnchair/weather/AwarenessWeatherAPI.kt + prebuild=git cherry-pick 5d3292f00412c1fc030d5ac41156881dbc1153ac && \ + 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 && \ + export TRAVIS_BUILD_NUMBER=$$VERCODE$$ && \ + gradle assembleRelease + Auto Update Mode:None Update Check Mode:None -Current Version:1.1.0.1742 -Current Version Code:1742 +Current Version:1.1.0.1872 +Current Version Code:1872 diff --git a/metadata/co.pxhouse.sas.txt b/metadata/co.pxhouse.sas.txt new file mode 100644 index 0000000000..fb13eecf2b --- /dev/null +++ b/metadata/co.pxhouse.sas.txt @@ -0,0 +1,42 @@ +AntiFeatures:NonFreeNet +Categories:Internet,System +License:MIT +Web Site:https://github.com/veniosg/JustSearch +Source Code:https://github.com/veniosg/JustSearch +Issue Tracker:https://github.com/veniosg/JustSearch/issues + +Auto Name:Just Search +Summary:Simple Assist app with multiple search providers +Description: +Just Search is an Assist replacement (the app that launches after long pressing +home) and cannot be launched via the launcher. To use it, navigate to the device +settings and change the default Assist app. + +Just Search provides a simple way to search from everywhere without needing to +launch the heavy (in terms of data and resources' needs) Google search app. Just +Search uses DuckDuckGo by default, but allows opting for a multitude of +predefined search providers instead. It also allows setting a custom search URL +so that any search engine is supported. +. + +Repo Type:git +Repo:https://github.com/veniosg/JustSearch + +Build:1.0.0,1 + commit=1.0.0 + subdir=app + gradle=yes + +Build:1.1.0,6 + commit=1.1.0 + subdir=app + gradle=yes + +Maintainer Notes: +Cannot use AUM/UCM because version code and version name are dynamic. +. + +Auto Update Mode:None +Update Check Mode:None +Current Version:1.1.0 +Current Version Code:6 diff --git a/metadata/com.aaronjwood.portauthority.txt b/metadata/com.aaronjwood.portauthority.txt index fcfd2e30f2..a9719e8685 100644 --- a/metadata/com.aaronjwood.portauthority.txt +++ b/metadata/com.aaronjwood.portauthority.txt @@ -222,7 +222,13 @@ Build:2.2.6,54 gradle=free prebuild=sed -i -e '/applicationIdSuffix/d; /versionNameSuffix/d' build.gradle +Build:2.2.8,55 + commit=v2.2.8 + subdir=app + gradle=free + prebuild=sed -i -e '/applicationIdSuffix/d; /versionNameSuffix/d' build.gradle + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:2.2.6 -Current Version Code:54 +Current Version:2.2.8 +Current Version Code:55 diff --git a/metadata/com.alaskalinuxuser.justnotes.txt b/metadata/com.alaskalinuxuser.justnotes.txt index 27a0b7a3e1..3884ccc899 100644 --- a/metadata/com.alaskalinuxuser.justnotes.txt +++ b/metadata/com.alaskalinuxuser.justnotes.txt @@ -68,5 +68,5 @@ Build:1.9,9 Auto Update Mode:None Update Check Mode:RepoManifest -Current Version:1.9 -Current Version Code:9 +Current Version:2.0 +Current Version Code:10 diff --git a/metadata/com.android.talkback.txt b/metadata/com.android.talkback.txt new file mode 100644 index 0000000000..aabfa52746 --- /dev/null +++ b/metadata/com.android.talkback.txt @@ -0,0 +1,37 @@ +Categories:System +License:Apache-2.0 +Web Site:https://support.google.com/accessibility/android/answer/6283677?hl=en +Source Code:https://github.com/google/talkback +Issue Tracker: + +Auto Name:TalkBack +Summary:Accessibility improvements +Description: +TalkBack is an Accessibility Service that helps blind and vision-impaired users +interact with their devices more easily. + +This application adds spoken, audible, and vibration feedback to your device. + +It comes pre-installed on many devices so you won't be able to install this if +that is the case. + +It's only activated if you explicitly turn on Accessibility: + +# Go to Settings +# Select Accessibility +# Enable TalkBack checkboxes +. + +Repo Type:git +Repo:https://github.com/google/talkback.git + +Build:5.0.7_aosp,50007000 + commit=12bdf2063e121a021f050c94cf5ebb2489c8af8a + patch=play-services-50007000.patch + output=build/outputs/apk/com.android.talkback-aosp-release.apk + prebuild=rm libs/*.jar + build=gradle assembleRelease && \ + zip -d build/outputs/apk/com.android.talkback-aosp-release.apk 'META-INF/*.*' + +Auto Update Mode:None +Update Check Mode:None diff --git a/metadata/com.android.talkback/play-services-50007000.patch b/metadata/com.android.talkback/play-services-50007000.patch new file mode 100644 index 0000000000..053a9186b2 --- /dev/null +++ b/metadata/com.android.talkback/play-services-50007000.patch @@ -0,0 +1,73 @@ +diff --git a/base.gradle b/base.gradle +index 228d859..441df5a 100644 +--- a/base.gradle ++++ b/base.gradle +@@ -15,10 +15,6 @@ buildscript { + + repositories { + mavenCentral() +- maven { +- // TODO: Remove this after support library v24 public release. +- url "$rootDir/prebuilts/fullsdk/extras/android/m2repository" +- } + } + + android { +diff --git a/build.gradle b/build.gradle +index ffb4460..8ea8d2c 100644 +--- a/build.gradle ++++ b/build.gradle +@@ -27,7 +27,6 @@ android { + } + + dependencies { +- compile 'com.google.android.gms:play-services:8.4.0' + compile 'com.android.support:support-v4:24.0.0' + } + +diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml +index 04948e9..9532e39 100644 +--- a/src/main/AndroidManifest.xml ++++ b/src/main/AndroidManifest.xml +@@ -282,10 +282,6 @@ + android:directBootAware="true" + android:enabled="@bool/atLeastL" > + +- +- + + + +diff --git a/src/main/java/com/android/talkback/TalkBackPreferencesActivity.java b/src/main/java/com/android/talkback/TalkBackPreferencesActivity.java +index ba3bd6b..781e1c5 100644 +--- a/src/main/java/com/android/talkback/TalkBackPreferencesActivity.java ++++ b/src/main/java/com/android/talkback/TalkBackPreferencesActivity.java +@@ -61,8 +61,6 @@ import com.android.utils.AccessibilityEventUtils; + import com.android.utils.LogUtils; + import com.android.utils.PackageManagerUtils; + import com.android.utils.SharedPreferencesUtils; +-import com.google.android.gms.common.ConnectionResult; +-import com.google.android.gms.common.GooglePlayServicesUtil; + import com.google.android.marvin.talkback.TalkBackService; + + import java.util.HashSet; +@@ -957,17 +955,6 @@ public class TalkBackPreferencesActivity extends Activity { + return; + } + +- if (GooglePlayServicesUtil.isGooglePlayServicesAvailable(activity) +- != ConnectionResult.SUCCESS) { +- // Not needed, but playing safe since this is hard to test outside of China +- playStoreButton.setIntent(null); +- final PreferenceGroup category = (PreferenceGroup) +- findPreferenceByResId(R.string.pref_category_miscellaneous_key); +- if (category != null) { +- category.removePreference(playStoreButton); +- } +- } +- + if (playStoreButton.getIntent() != null && + activity.getPackageManager().queryIntentActivities( + playStoreButton.getIntent(), 0).size() == 0) { diff --git a/metadata/com.angryburg.uapp.txt b/metadata/com.angryburg.uapp.txt index 1a15525604..0098c9ac5a 100644 --- a/metadata/com.angryburg.uapp.txt +++ b/metadata/com.angryburg.uapp.txt @@ -43,7 +43,17 @@ Build:4.2.1,421 subdir=app gradle=yes +Build:4.2.2,422 + commit=4.2.2 + subdir=app + gradle=yes + +Build:4.2.3,423 + commit=4.2.3 + subdir=app + gradle=yes + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:4.2.1 -Current Version Code:421 +Current Version:4.2.3 +Current Version Code:423 diff --git a/metadata/com.antoniotari.reactiveampacheapp.txt b/metadata/com.antoniotari.reactiveampacheapp.txt index e5ff543f08..076bb74b82 100644 --- a/metadata/com.antoniotari.reactiveampacheapp.txt +++ b/metadata/com.antoniotari.reactiveampacheapp.txt @@ -191,7 +191,18 @@ Build:1.09.44,54 sed -i -e 's/${AMPACHE_USERNAME}/null/g' build.gradle && \ sed -i -e 's/${AMPACHE_PASSWORD}/null/g' build.gradle +Build:1.09.45,55 + commit=v1.09.45 + subdir=app + submodules=yes + gradle=yes + prebuild=sed -i -e 's/${LASTFM_API_KEY}/null/g' build.gradle && \ + sed -i -e 's/${AMPACHE_URL}/null/g' build.gradle && \ + sed -i -e 's/${AMPACHE_URL_LOCAL}/null/g' build.gradle && \ + sed -i -e 's/${AMPACHE_USERNAME}/null/g' build.gradle && \ + sed -i -e 's/${AMPACHE_PASSWORD}/null/g' build.gradle + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.09.44 -Current Version Code:54 +Current Version:1.09.45 +Current Version Code:55 diff --git a/metadata/com.anysoftkeyboard.languagepack.french.txt b/metadata/com.anysoftkeyboard.languagepack.french.txt new file mode 100644 index 0000000000..5e4716474f --- /dev/null +++ b/metadata/com.anysoftkeyboard.languagepack.french.txt @@ -0,0 +1,35 @@ +Provides:com.anysoftkeyboard.languagepack.french_xlarge +Categories:Writing +License:Apache-2.0 +Web Site:http://anysoftkeyboard.github.io/ +Source Code:https://github.com/AnySoftKeyboard/LanguagePack/tree/French +Issue Tracker:https://github.com/anysoftkeyboard/LanguagePack/issues +Changelog:https://github.com/AnySoftKeyboard/LanguagePack/blob/French/src/main/play/en-US/whatsnew +Donate:http://anysoftkeyboard.github.io/ + +Auto Name:AnySoftKeyboard - French Language Pack +Summary:AnySoftKeyboard French Language pack +Description: +French dictionary based on Dicollecte "classique" dictionary (v6.1, 10/07/2017) +- https://www.dicollecte.org/home.php?prj=fr More than 250,000 inflected words +(corresponding to more than 75.000 distinct lemas). + +Include three keyboard layouts, AZERTY, QWERTY and BÉPO, with many symbols and +rapid acces to apostrophe and hyphen. + +This is an expansion language pack for AnySoftKeyboard. Install +[[com.menny.android.anysoftkeyboard]] first, and then select the French keyboard +from AnySoftKeyboard's Settings -> Languages -> Keyboards menu. +. + +Repo Type:git +Repo:https://github.com/AnySoftKeyboard/LanguagePack/ + +Build:1.0.67,67 + commit=adc03a2d1870d804212314f6c730f39604b39409 + gradle=yes + +Auto Update Mode:None +Update Check Mode:Static +Current Version:1.0.67 +Current Version Code:67 diff --git a/metadata/com.b44t.messenger.txt b/metadata/com.b44t.messenger.txt index cde16b4abb..96b546607e 100644 --- a/metadata/com.b44t.messenger.txt +++ b/metadata/com.b44t.messenger.txt @@ -281,7 +281,16 @@ Build:0.15.0,513 gradle nativeLibsToJar ndk=r14b +Build:0.16.0,514 + commit=v0.16.0 + subdir=MessengerProj + submodules=yes + gradle=fat + build=$$NDK$$/ndk-build -j `nproc` && \ + gradle nativeLibsToJar + ndk=r14b + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:0.15.0 -Current Version Code:513 +Current Version:0.16.0 +Current Version Code:514 diff --git a/metadata/com.benny.openlauncher.txt b/metadata/com.benny.openlauncher.txt index 44bc4a1b9e..b863e04aba 100644 --- a/metadata/com.benny.openlauncher.txt +++ b/metadata/com.benny.openlauncher.txt @@ -10,6 +10,12 @@ Auto Name:OpenLauncher Summary:Launch applications and manage homescreen Description: Launcher that aims to be a powerful and community driven project. + +Support the project: + +* [https://lonamiwebs.github.io/stringlate/translate?git=https%3A%2F%2Fgithub.com%2Fopenlauncherteam%2Fopenlauncher.git&name=OpenLauncher&mail=gro.xobliam@@rentnasg Translate] using Stringlate + +* [https://gsantner.net/android-contribution-guide/?packageid=com.benny.openlauncher&name=OpenLauncher&web=https://github.com/openlauncherteam/openlauncher Contribution] Guide (gsantner blog) . Repo Type:git @@ -110,7 +116,21 @@ Build:0.5.8(alpha),30 subdir=app gradle=FlavorDefault +Build:0.5.10,33 + commit=v0.5.10 + subdir=app + gradle=FlavorDefault + +Build:0.5.12,35 + commit=v0.5.12 + subdir=app + gradle=FlavorDefault + +Maintainer Notes: +checkupdates currently broken +. + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:0.5.8(alpha) -Current Version Code:30 +Current Version:0.5.12 +Current Version Code:35 diff --git a/metadata/com.brentpanther.bitcoinwidget.txt b/metadata/com.brentpanther.bitcoinwidget.txt index 630657d11c..832ffc3eb4 100644 --- a/metadata/com.brentpanther.bitcoinwidget.txt +++ b/metadata/com.brentpanther.bitcoinwidget.txt @@ -172,7 +172,12 @@ Build:6.1.2,162 subdir=bitcoin gradle=yes +Build:6.3,165 + commit=btc-6.3 + subdir=bitcoin + gradle=yes + Auto Update Mode:Version btc-%v Update Check Mode:Tags -Current Version:6.1.2 -Current Version Code:162 +Current Version:6.3 +Current Version Code:165 diff --git a/metadata/com.cgogolin.library.txt b/metadata/com.cgogolin.library.txt index be2b0ae88a..0b084634ec 100644 --- a/metadata/com.cgogolin.library.txt +++ b/metadata/com.cgogolin.library.txt @@ -38,7 +38,13 @@ Build:5.1,31 Build:5.5,54 commit=v5.5 +Build:6.0,60 + commit=v6.0 + +Build:6.1,61 + commit=v6.1 + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:5.5 -Current Version Code:54 +Current Version:6.1 +Current Version Code:61 diff --git a/metadata/com.danielme.muspyforandroid.txt b/metadata/com.danielme.muspyforandroid.txt index 84e4b9256d..f9f5d2f903 100644 --- a/metadata/com.danielme.muspyforandroid.txt +++ b/metadata/com.danielme.muspyforandroid.txt @@ -34,5 +34,5 @@ Upstream force-pushed to repo. Now uses crashlytics. Auto Update Mode:None Update Check Mode:Tags -Current Version:2.0 -Current Version Code:5 +Current Version:2.1 +Current Version Code:6 diff --git a/metadata/com.davidshewitt.admincontrol.yml b/metadata/com.davidshewitt.admincontrol.yml index c92b991657..2b6700390b 100644 --- a/metadata/com.davidshewitt.admincontrol.yml +++ b/metadata/com.davidshewitt.admincontrol.yml @@ -4,6 +4,7 @@ License: GPL-3.0+ SourceCode: https://github.com/linux-colonel/AdminControl IssueTracker: https://github.com/linux-colonel/AdminControl/issues +AutoName: AdminControl Summary: Additional security settings Description: Allows you to disable the fingerprint reader on the Lock Screen without deleting all of your fingerprints. @@ -21,3 +22,5 @@ Builds: AutoUpdateMode: Version v%v UpdateCheckMode: Tags +CurrentVersion: 1.0.2 +CurrentVersionCode: 3 diff --git a/metadata/com.dkanada.icecons.txt b/metadata/com.dkanada.icecons.txt index e474ff3478..04926cc7aa 100644 --- a/metadata/com.dkanada.icecons.txt +++ b/metadata/com.dkanada.icecons.txt @@ -56,7 +56,12 @@ Build:1.3.4,19 subdir=app gradle=yes +Build:1.3.5,20 + 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:19 +Current Version:1.3.5 +Current Version Code:20 diff --git a/metadata/com.dozingcatsoftware.asciicam.txt b/metadata/com.dozingcatsoftware.asciicam.txt index 81b906bd9e..390858df41 100644 --- a/metadata/com.dozingcatsoftware.asciicam.txt +++ b/metadata/com.dozingcatsoftware.asciicam.txt @@ -55,5 +55,5 @@ Build:1.1.6,11 Auto Update Mode:None Update Check Mode:RepoManifest -Current Version:1.2.3 -Current Version Code:15 +Current Version:1.2.4 +Current Version Code:16 diff --git a/metadata/com.dp.logcatapp.txt b/metadata/com.dp.logcatapp.txt new file mode 100644 index 0000000000..2cce2bb5c5 --- /dev/null +++ b/metadata/com.dp.logcatapp.txt @@ -0,0 +1,36 @@ +Categories:System +License:MIT +Web Site: +Source Code:https://github.com/darshanparajuli/LogcatReader +Issue Tracker:https://github.com/darshanparajuli/LogcatReader/issues + +Auto Name:Logcat Reader +Summary:A simple app to view logs +Description: +Logcat Reader makes it easy to view and save the device logs. +. + +Repo Type:git +Repo:https://github.com/darshanparajuli/LogcatReader.git + +Build:1.2.0,14 + commit=v1.2.0 + subdir=app + gradle=yes + +Build:1.2.1,17 + commit=v1.2.1 + subdir=app + gradle=yes + prebuild=sed -i -e '/keystore/d' build.gradle + +Build:1.2.2,18 + commit=v1.2.2 + subdir=app + gradle=yes + prebuild=sed -i -e '/keystore/d' build.gradle + +Auto Update Mode:Version v%v +Update Check Mode:Tags +Current Version:1.2.2 +Current Version Code:18 diff --git a/metadata/com.duckduckgo.mobile.android.txt b/metadata/com.duckduckgo.mobile.android.txt index 5cf68989fd..daf7990dee 100644 --- a/metadata/com.duckduckgo.mobile.android.txt +++ b/metadata/com.duckduckgo.mobile.android.txt @@ -186,11 +186,17 @@ Build:4.3.0,40300 output=app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk ndk=r16b +Build:5.2.0,50200 + commit=5.2.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.3.0 -Current Version Code:40300 +Current Version:5.2.0 +Current Version Code:50200 diff --git a/metadata/com.dynamite.heaterrc.txt b/metadata/com.dynamite.heaterrc.txt index bbf738945d..78ce39d614 100644 --- a/metadata/com.dynamite.heaterrc.txt +++ b/metadata/com.dynamite.heaterrc.txt @@ -23,5 +23,5 @@ Build:1.3,13 Auto Update Mode:None Update Check Mode:RepoManifest -Current Version:1.3 -Current Version Code:13 +Current Version:1.5 +Current Version Code:15 diff --git a/metadata/com.etesync.syncadapter.txt b/metadata/com.etesync.syncadapter.txt index 8329dcfdcd..e33c260934 100644 --- a/metadata/com.etesync.syncadapter.txt +++ b/metadata/com.etesync.syncadapter.txt @@ -158,13 +158,25 @@ Build:0.20.2,27 submodules=yes gradle=yes +Build:0.20.3,28 + commit=v0.20.3 + subdir=app + submodules=yes + gradle=yes + +Build:0.20.4,29 + commit=0.20.4 + subdir=app + submodules=yes + gradle=yes + Maintainer Notes: Summary and Description are maintained by upstream using fastlane in the source repo: https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots . -Auto Update Mode:Version v%v +Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:0.20.2 -Current Version Code:27 +Current Version:0.20.4 +Current Version Code:29 diff --git a/metadata/com.farmerbb.taskbar.txt b/metadata/com.farmerbb.taskbar.txt index e9325ee0bd..fd42b2bc61 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.2 -Current Version Code:181 +Current Version:3.9.1 +Current Version Code:183 diff --git a/metadata/com.fastaccess.github.libre.txt b/metadata/com.fastaccess.github.libre.txt index d2777aabfc..d6eae46cc7 100644 --- a/metadata/com.fastaccess.github.libre.txt +++ b/metadata/com.fastaccess.github.libre.txt @@ -121,11 +121,21 @@ Build:4.6.3,463 subdir=app gradle=yes +Build:4.6.4,464 + commit=4.6.4 + subdir=app + gradle=yes + +Build:4.6.6,466 + commit=4.6.6 + subdir=app + gradle=yes + Maintainer Notes: Bump for bugfix build. . Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:4.6.3 -Current Version Code:463 +Current Version:4.6.6 +Current Version Code:466 diff --git a/metadata/com.forrestguice.suntimeswidget.txt b/metadata/com.forrestguice.suntimeswidget.txt index fd63b18bd1..3f052c7f27 100644 --- a/metadata/com.forrestguice.suntimeswidget.txt +++ b/metadata/com.forrestguice.suntimeswidget.txt @@ -104,7 +104,27 @@ Build:0.7.1,20 subdir=app gradle=yes +Build:0.7.2,21 + commit=v0.7.2 + subdir=app + gradle=yes + +Build:0.7.3,22 + commit=v0.7.3 + subdir=app + gradle=yes + +Build:0.7.4,23 + commit=v0.7.4 + subdir=app + gradle=yes + +Build:0.8.0,24 + commit=v0.8.0 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:0.7.1 -Current Version Code:20 +Current Version:0.8.0 +Current Version Code:24 diff --git a/metadata/com.fr3ts0n.androbd.plugin.mqtt.txt b/metadata/com.fr3ts0n.androbd.plugin.mqtt.txt new file mode 100644 index 0000000000..8077a47d37 --- /dev/null +++ b/metadata/com.fr3ts0n.androbd.plugin.mqtt.txt @@ -0,0 +1,22 @@ +Categories:Connectivity +License:GPL-3.0+ +Web Site:https://github.com/fr3ts0n/AndrOBD-Plugin/wiki +Source Code:https://github.com/fr3ts0n/AndrOBD-Plugin +Issue Tracker:https://github.com/fr3ts0n/AndrOBD-Plugin/issues +Changelog:https://github.com/fr3ts0n/AndrOBD-Plugin/releases +Bitcoin:19UApzsc5eDJ5VNDNYCA1bpszPnkcpWeFP + +Auto Name:MqttPublisher Plugin + +Repo Type:git +Repo:https://github.com/fr3ts0n/AndrOBD-Plugin + +Build:V1.0.0,10000 + commit=V1.0.0 + subdir=MqttPublisher + gradle=yes + +Auto Update Mode:Version %v +Update Check Mode:Tags +Current Version:V1.0.0 +Current Version Code:10000 diff --git a/metadata/com.fr3ts0n.ecu.gui.androbd.txt b/metadata/com.fr3ts0n.ecu.gui.androbd.txt index 9579d074a3..8fb7da2189 100644 --- a/metadata/com.fr3ts0n.ecu.gui.androbd.txt +++ b/metadata/com.fr3ts0n.ecu.gui.androbd.txt @@ -4,7 +4,7 @@ Web Site:https://github.com/fr3ts0n/AndrOBD/wiki Source Code:https://github.com/fr3ts0n/AndrOBD Issue Tracker:https://github.com/fr3ts0n/AndrOBD/issues Changelog:https://github.com/fr3ts0n/AndrOBD/releases -Bitcoin:12xyTZnMMDaKMcHaeseXPd8e4NNbMFF8rt +Bitcoin:19UApzsc5eDJ5VNDNYCA1bpszPnkcpWeFP Auto Name:AndrOBD Summary:Connect to your car's OBD system @@ -588,31 +588,31 @@ Build:V1.5.5,10505 cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/ && \ cp $$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 + subdir=androbd + gradle=yes srclibs=AChartEngineFr3ts0n@e2594a4a257cfeacba3595f1b16218a5541810c3,UsbSerial4Android@a213f06ad0b19fd6f1a6b4f8b2f74f986a00ea68 - rm=libs/*.jar,src/com/fr3ts0n/pvs/gui/,src/com/fr3ts0n/ecu/gui/application/,src/com/fr3ts0n/prot/gui/ + rm=androbd/libs/*.jar build=pushd $$AChartEngineFr3ts0n$$ && \ $$MVN3$$ package && \ popd && \ - cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/ && \ + cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/main/java/ && \ cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/ -Maintainer Notes: -Very unstable and complex build, do not enable auto updates. -. +Build:V2.0.2,20002 + commit=V2.0.2 + subdir=androbd + gradle=yes + srclibs=AChartEngineFr3ts0n@e2594a4a257cfeacba3595f1b16218a5541810c3,UsbSerial4Android@a213f06ad0b19fd6f1a6b4f8b2f74f986a00ea68 + rm=androbd/libs/*.jar + build=pushd $$AChartEngineFr3ts0n$$ && \ + $$MVN3$$ package && \ + popd && \ + cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/main/java/ && \ + cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/ Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:V2.0.1 -Current Version Code:20001 +Current Version:V2.0.2 +Current Version Code:20002 diff --git a/metadata/com.fsck.k9.txt b/metadata/com.fsck.k9.txt index 793fe7d71b..bc819cc3a5 100644 --- a/metadata/com.fsck.k9.txt +++ b/metadata/com.fsck.k9.txt @@ -5,19 +5,16 @@ Web Site:https://k9mail.github.io/ Source Code:https://github.com/k9mail/k-9 Issue Tracker:https://github.com/k9mail/k-9/issues Changelog:https://github.com/k9mail/k-9/wiki/ReleaseNotes +LiberapayID:34990 Auto Name:K-9 Mail Summary:Full-featured email client Description: E-mail client supporting multiple accounts, POP3, IMAP and Push IMAP. Can do -encryption if [[org.thialfihar.android.apg]] and/or -[[org.sufficientlysecure.keychain]] is installed -- depending on the version. -Settings and account configurations can be exported so that they can be imported -easily if you are switching packages/signatures: a file manager will need to be -already installed to achieve this. - -If you would like to contribute financially to k9mail, consider donating to the -local SPCA (Societies for the prevention of cruelty to animals). +OpenPGP encryption if [[org.sufficientlysecure.keychain]] is installed. Settings +and account configurations can be exported so that they can be imported easily +if you are switching packages/signatures: a file manager will need to be already +installed to achieve this. . Repo Type:git diff --git a/metadata/com.futurice.android.reservator.txt b/metadata/com.futurice.android.reservator.txt index fab4fd3fb8..a78d90c12a 100644 --- a/metadata/com.futurice.android.reservator.txt +++ b/metadata/com.futurice.android.reservator.txt @@ -22,5 +22,5 @@ Build:4.2.1,17 Auto Update Mode:None Update Check Mode:Tags -Current Version:5.1.1 -Current Version Code:20 +Current Version:5.1.2 +Current Version Code:21 diff --git a/metadata/com.gacode.relaunchx.txt b/metadata/com.gacode.relaunchx.txt index b1e5ffd12b..96d015bbe3 100644 --- a/metadata/com.gacode.relaunchx.txt +++ b/metadata/com.gacode.relaunchx.txt @@ -36,7 +36,19 @@ Build:2.0.0,200000000 submodules=yes gradle=yes +Build:2.1.2,200102000 + commit=ReLaunchX_2.1.2 + subdir=app + submodules=yes + gradle=yes + +Build:2.1.3,200103000 + commit=ReLaunchX_2.1.3 + subdir=app + submodules=yes + gradle=yes + Auto Update Mode:Version ReLaunchX_%v Update Check Mode:Tags ^ReLaunchX_ -Current Version:2.0.0 -Current Version Code:200000000 +Current Version:2.1.3 +Current Version Code:200103000 diff --git a/metadata/com.genonbeta.TrebleShot.txt b/metadata/com.genonbeta.TrebleShot.txt index 5f8edfe1ac..9db5e81c18 100644 --- a/metadata/com.genonbeta.TrebleShot.txt +++ b/metadata/com.genonbeta.TrebleShot.txt @@ -111,7 +111,32 @@ Build:1.2.5.8,63 subdir=app gradle=yes +Build:1.2.5.9,64 + commit=1.2.5.9 + subdir=app + gradle=yes + +Build:1.2.5.10,65 + commit=1.2.5.10 + subdir=app + gradle=yes + +Build:1.2.5.12,67 + commit=1.2.5.12 + subdir=app + gradle=yes + +Build:1.2.6,70 + commit=1.2.6 + subdir=app + gradle=yes + +Build:1.2.6.1,71 + commit=1.2.6.1 + subdir=app + gradle=yes + Auto Update Mode:Version %v Update Check Mode:Tags ^[0-9\.]*$ -Current Version:1.2.5.8 -Current Version Code:63 +Current Version:1.2.6.1 +Current Version Code:71 diff --git a/metadata/com.ghostsq.commander.samba.txt b/metadata/com.ghostsq.commander.samba.txt index 438a4eec1c..514535c992 100644 --- a/metadata/com.ghostsq.commander.samba.txt +++ b/metadata/com.ghostsq.commander.samba.txt @@ -110,5 +110,5 @@ Build:1.32,62 Auto Update Mode:None Update Check Mode:RepoManifest -Current Version:1.32.1b3 -Current Version Code:65 +Current Version:1.33b2 +Current Version Code:72 diff --git a/metadata/com.ghostsq.commander.sftp.txt b/metadata/com.ghostsq.commander.sftp.txt index 05321ad6f5..c7ef0358c3 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.5 -Current Version Code:34 +Current Version:1.14.6 +Current Version Code:36 diff --git a/metadata/com.ghostsq.commander.txt b/metadata/com.ghostsq.commander.txt index 61e0535825..1f0f227ee7 100644 --- a/metadata/com.ghostsq.commander.txt +++ b/metadata/com.ghostsq.commander.txt @@ -16,7 +16,7 @@ Notable features: * Ability to copy and move files between its two panels * Create or extract (unzip) ZIP archives -* Transfer files via SFTP - plugin required: [[com.ghostsq.commander.sftp]] +* Transfer files via SFTP - plugin required: Ghost Commander - SFTP plugin (available in F-Droid Archive repo) * Transfer files via SMB - plugin required: [[com.ghostsq.commander.samba]] * Full-featured app manager able to access extra info and share apks @@ -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.56b1 -Current Version Code:346 +Current Version:1.56b6 +Current Version Code:351 diff --git a/metadata/com.github.axet.audiorecorder.txt b/metadata/com.github.axet.audiorecorder.txt index bedaf4fe0d..090dd5b8c1 100644 --- a/metadata/com.github.axet.audiorecorder.txt +++ b/metadata/com.github.axet.audiorecorder.txt @@ -306,7 +306,31 @@ Build:3.1.22,253 gradle=yes prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle +Build:3.1.25,256 + commit=audiorecorder-3.1.25 + subdir=app + gradle=yes + prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle + +Build:3.2.0,257 + commit=audiorecorder-3.2.0 + subdir=app + gradle=yes + prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle + +Build:3.2.1,258 + commit=audiorecorder-3.2.1 + subdir=app + gradle=yes + prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle + +Build:3.2.4,261 + commit=audiorecorder-3.2.4 + 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.22 -Current Version Code:253 +Current Version:3.2.4 +Current Version Code:261 diff --git a/metadata/com.github.axet.bookreader.txt b/metadata/com.github.axet.bookreader.txt index ee3e36a7c8..8a432aaffd 100644 --- a/metadata/com.github.axet.bookreader.txt +++ b/metadata/com.github.axet.bookreader.txt @@ -101,7 +101,49 @@ Build:1.1.39,167 gradle=yes prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle +Build:1.1.46,174 + commit=bookreader-1.1.46 + subdir=app + gradle=yes + prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle + +Build:1.1.47,175 + commit=bookreader-1.1.47 + subdir=app + gradle=yes + prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle + +Build:1.1.49,177 + commit=bookreader-1.1.49 + subdir=app + gradle=yes + prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle + +Build:1.1.52,180 + commit=bookreader-1.1.52 + subdir=app + gradle=yes + prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle + +Build:1.1.57,185 + commit=bookreader-1.1.57 + subdir=app + gradle=yes + prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle + +Build:1.2.2,188 + commit=bookreader-1.2.2 + subdir=app + gradle=yes + prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle + +Build:1.2.3,189 + commit=bookreader-1.2.3 + 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.1.39 -Current Version Code:167 +Current Version:1.2.3 +Current Version Code:189 diff --git a/metadata/com.github.axet.callrecorder.txt b/metadata/com.github.axet.callrecorder.txt index ba7b5fee72..adaf77bba9 100644 --- a/metadata/com.github.axet.callrecorder.txt +++ b/metadata/com.github.axet.callrecorder.txt @@ -256,7 +256,31 @@ Build:1.5.33,154 gradle=yes prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle +Build:1.6.1,156 + commit=callrecorder-1.6.1 + subdir=app + gradle=yes + prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle + +Build:1.6.2,157 + commit=callrecorder-1.6.2 + subdir=app + gradle=yes + prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle + +Build:1.6.3,158 + commit=callrecorder-1.6.3 + subdir=app + gradle=yes + prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle + +Build:1.6.5,160 + commit=callrecorder-1.6.5 + 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.33 -Current Version Code:154 +Current Version:1.6.5 +Current Version Code:160 diff --git a/metadata/com.github.axet.hourlyreminder.txt b/metadata/com.github.axet.hourlyreminder.txt index f5707b2c39..925a08b54a 100644 --- a/metadata/com.github.axet.hourlyreminder.txt +++ b/metadata/com.github.axet.hourlyreminder.txt @@ -241,7 +241,31 @@ Build:3.1.22,343 subdir=app gradle=yes +Build:3.1.23,344 + disable=Wrong Gradle version + commit=hourlyreminder-3.1.23 + subdir=app + gradle=yes + +Build:3.1.24,345 + commit=hourlyreminder-3.1.24 + subdir=app + gradle=yes + prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle + +Build:3.1.25,346 + commit=hourlyreminder-3.1.25 + subdir=app + gradle=yes + prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle + +Build:3.1.26,347 + commit=hourlyreminder-3.1.26 + subdir=app + gradle=yes + prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle + Auto Update Mode:Version hourlyreminder-%v Update Check Mode:Tags -Current Version:3.1.22 -Current Version Code:343 +Current Version:3.1.26 +Current Version Code:347 diff --git a/metadata/com.github.axet.torrentclient.txt b/metadata/com.github.axet.torrentclient.txt index 6a3770cc15..e25f1b7323 100644 --- a/metadata/com.github.axet.torrentclient.txt +++ b/metadata/com.github.axet.torrentclient.txt @@ -367,7 +367,92 @@ Build:3.4.120,608 gradle=yes prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle +Build:3.4.122,610 + commit=torrentclient-3.4.122 + subdir=app + gradle=yes + prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle + +Build:3.4.123,611 + commit=torrentclient-3.4.123 + subdir=app + gradle=yes + prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle + +Build:3.4.124,612 + commit=torrentclient-3.4.124 + subdir=app + gradle=yes + prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle + +Build:3.4.126,614 + commit=torrentclient-3.4.126 + subdir=app + gradle=yes + prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle + +Build:3.4.128,616 + commit=torrentclient-3.4.128 + subdir=app + gradle=yes + prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle + +Build:3.4.132,620 + commit=torrentclient-3.4.132 + subdir=app + gradle=yes + prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle && \ + sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle + ndk=r16b + +Build:3.4.136,624 + commit=torrentclient-3.4.136 + subdir=app + gradle=yes + prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle && \ + sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle + ndk=r16b + +Build:3.4.137,625 + disable=error: cannot find symbol Storage.isConnectedWifi + commit=torrentclient-3.4.137 + subdir=app + gradle=yes + prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle && \ + sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle + ndk=r16b + +Build:3.4.138,626 + commit=torrentclient-3.4.138 + subdir=app + gradle=yes + prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle && \ + sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle + ndk=r16b + +Build:3.4.139,627 + commit=torrentclient-3.4.139 + subdir=app + gradle=yes + prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle && \ + sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle + ndk=r16b + +Build:3.4.141,629 + commit=torrentclient-3.4.141 + subdir=app + gradle=yes + prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle + ndk=r16b + +Build:3.4.142,630 + commit=torrentclient-3.4.142 + subdir=app + gradle=yes + prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle + ndk=r16b + Auto Update Mode:Version torrentclient-%v Update Check Mode:Tags -Current Version:3.4.120 -Current Version Code:608 +Current Version:3.4.142 +Current Version Code:630 diff --git a/metadata/com.github.cythara.txt b/metadata/com.github.cythara.txt index 7eed9dbe13..7b389e2c19 100644 --- a/metadata/com.github.cythara.txt +++ b/metadata/com.github.cythara.txt @@ -95,7 +95,12 @@ Build:2.5,16 subdir=app gradle=yes +Build:2.6,17 + commit=v2.6 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:2.5 -Current Version Code:16 +Current Version:2.6 +Current Version Code:17 diff --git a/metadata/com.github.dfa.diaspora_android.txt b/metadata/com.github.dfa.diaspora_android.txt index 66b29b7e7d..2d07489a8b 100644 --- a/metadata/com.github.dfa.diaspora_android.txt +++ b/metadata/com.github.dfa.diaspora_android.txt @@ -143,11 +143,21 @@ Build:1.1.1,30 subdir=app gradle=FlavorDefault +Build:1.1.2,31 + commit=v1.1.2 + subdir=app + gradle=FlavorDefault + +Build:1.1.3,32 + commit=v1.1.3 + subdir=app + gradle=FlavorDefault + Maintainer Notes: Description and summary in app git repository . Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.1.1 -Current Version Code:30 +Current Version:1.1.3 +Current Version Code:32 diff --git a/metadata/com.github.premnirmal.tickerwidget.txt b/metadata/com.github.premnirmal.tickerwidget.txt index 33dee90aca..8140dac1a8 100644 --- a/metadata/com.github.premnirmal.tickerwidget.txt +++ b/metadata/com.github.premnirmal.tickerwidget.txt @@ -224,8 +224,48 @@ Build:2.4.04,234 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.05,235 + commit=235 + 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.06,236 + commit=236 + 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.5.02,239 + commit=239 + 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.5.06,243 + commit=243 + 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.5.07,244 + commit=244 + 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.4.04 -Current Version Code:234 +Current Version:2.5.07 +Current Version Code:244 diff --git a/metadata/com.github.yeriomin.dumbphoneassistant.txt b/metadata/com.github.yeriomin.dumbphoneassistant.txt index 28e9374a02..329b23f828 100644 --- a/metadata/com.github.yeriomin.dumbphoneassistant.txt +++ b/metadata/com.github.yeriomin.dumbphoneassistant.txt @@ -5,7 +5,7 @@ Web Site: Source Code:https://github.com/yeriomin/DumbphoneAssistant Issue Tracker:https://github.com/yeriomin/DumbphoneAssistant/issues Changelog:https://github.com/yeriomin/DumbphoneAssistant/releases -Donate:https://www.paypal.me/yeriomin +LiberapayID:34895 Bitcoin:14HvYHKe6joHbQjVdAPd1Ha1yXaGS2pVTW Auto Name:Dumbphone Assistant diff --git a/metadata/com.github.yeriomin.smsscheduler.txt b/metadata/com.github.yeriomin.smsscheduler.txt index 2cfcd131a2..20a9056292 100644 --- a/metadata/com.github.yeriomin.smsscheduler.txt +++ b/metadata/com.github.yeriomin.smsscheduler.txt @@ -5,7 +5,7 @@ Web Site: Source Code:https://github.com/yeriomin/SmsScheduler Issue Tracker:https://github.com/yeriomin/SmsScheduler/issues Changelog:https://github.com/yeriomin/SmsScheduler/releases -Donate:https://www.paypal.me/yeriomin +LiberapayID:34895 Bitcoin:14HvYHKe6joHbQjVdAPd1Ha1yXaGS2pVTW Auto Name:SMS Scheduler diff --git a/metadata/com.github.yeriomin.yalpstore.txt b/metadata/com.github.yeriomin.yalpstore.txt index e597c505e3..eb91f85a7b 100644 --- a/metadata/com.github.yeriomin.yalpstore.txt +++ b/metadata/com.github.yeriomin.yalpstore.txt @@ -1,13 +1,13 @@ AntiFeatures:NonFreeNet Categories:System -License:GPL-2.0 +License:GPL-2.0+ Author Name:Sergey Yeriomin Author Email:yalp.store.dev@gmail.com Web Site: Source Code:https://github.com/yeriomin/YalpStore Issue Tracker:https://github.com/yeriomin/YalpStore/issues Changelog:https://github.com/yeriomin/YalpStore/releases -Donate:https://www.paypal.me/yeriomin +LiberapayID:34895 Bitcoin:14HvYHKe6joHbQjVdAPd1Ha1yXaGS2pVTW Auto Name:Yalp Store @@ -42,11 +42,6 @@ a live Google account is to access the paid apps you own or leave reviews. If you are content with Google Play Store app or Open GAPPS, you will not need this app. - -Yalp Store is derived from the following projects: - -* [https://github.com/Akdeniz/google-play-crawler Google Play Crawler] -* [http://raccoon.onyxbits.de Raccoon - APK downloader] ([https://github.com/onyxbits/raccoon4/ source]) . Repo Type:git @@ -223,7 +218,28 @@ Build:0.35,35 subdir=app gradle=yes +Build:0.36,36 + disable=Release builds crash + commit=0.36 + subdir=app + gradle=legacy + +Build:0.37,37 + commit=0.37 + subdir=app + gradle=legacy + +Build:0.38,38 + commit=0.38 + subdir=app + gradle=legacy + +Build:0.39,39 + commit=0.39 + subdir=app + gradle=legacy + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:0.35 -Current Version Code:35 +Current Version:0.39 +Current Version Code:39 diff --git a/metadata/com.gitlab.ardash.appleflinger.android.txt b/metadata/com.gitlab.ardash.appleflinger.android.txt index d8810b2e63..2d41f9f007 100644 --- a/metadata/com.gitlab.ardash.appleflinger.android.txt +++ b/metadata/com.gitlab.ardash.appleflinger.android.txt @@ -120,7 +120,14 @@ Build:1.4.9,1004009 rm=desktop scanignore=android/libs/* +Build:1.4.10,1004010 + commit=v1.4.10 + subdir=android + gradle=yes + rm=desktop + scanignore=android/libs/* + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.4.9 -Current Version Code:1004009 +Current Version:1.4.10 +Current Version Code:1004010 diff --git a/metadata/com.google.android.accessibility.talkback.txt b/metadata/com.google.android.accessibility.talkback.txt new file mode 100644 index 0000000000..dfcd763e22 --- /dev/null +++ b/metadata/com.google.android.accessibility.talkback.txt @@ -0,0 +1,37 @@ +Disabled:Possibly causes https://gitlab.com/fdroid/fdroidclient/issues/1416 +Categories:System +License:Apache-2.0 +Web Site:https://support.google.com/accessibility/android/answer/6283677?hl=en +Source Code:https://github.com/google/talkback +Issue Tracker: + +Auto Name:TalkBack +Summary:Accessibility improvements +Description: +TalkBack is an Accessibility Service that helps blind and vision-impaired users +interact with their devices more easily. + +This application adds spoken, audible, and vibration feedback to your device. + +It comes pre-installed on many devices so you won't be able to install this if +that is the case. + +It's only activated if you explicitly turn on Accessibility: + +# Go to Settings +# Select Accessibility +# Enable TalkBack checkboxes +. + +Repo Type:git +Repo:https://github.com/google/talkback.git + +Build:6.1,50200001 + commit=e69d4731fce02bb9e69613d0e48c29033cad4a98 + patch=play-services.patch,android-21.patch + gradle=yes + prebuild=rm libs/*.jar + novcheck=yes + +Auto Update Mode:None +Update Check Mode:None diff --git a/metadata/com.google.android.accessibility.talkback/android-21.patch b/metadata/com.google.android.accessibility.talkback/android-21.patch new file mode 100644 index 0000000000..058667f5f0 --- /dev/null +++ b/metadata/com.google.android.accessibility.talkback/android-21.patch @@ -0,0 +1,13 @@ +diff --git a/build.gradle b/build.gradle +index c67eb3b..de6b1ac 100644 +--- a/build.gradle ++++ b/build.gradle +@@ -25,7 +25,7 @@ allprojects { + android { + buildToolsVersion '27.0.0' + defaultConfig { +- minSdkVersion 26 ++ minSdkVersion 21 + targetSdkVersion 27 + testInstrumentationRunner 'android.test.InstrumentationTestRunner' + multiDexEnabled true diff --git a/metadata/com.google.android.accessibility.talkback/play-services.patch b/metadata/com.google.android.accessibility.talkback/play-services.patch new file mode 100644 index 0000000000..306361b5dd --- /dev/null +++ b/metadata/com.google.android.accessibility.talkback/play-services.patch @@ -0,0 +1,45 @@ +diff --git a/shared.gradle b/shared.gradle +index dff2729..984fb05 100644 +--- a/shared.gradle ++++ b/shared.gradle +@@ -8,8 +8,7 @@ android { + } + + dependencies { +- compile 'com.google.guava:guava:22.0' +- compile 'com.google.android.gms:play-services:8.4.0' ++ compile 'com.google.guava:guava:22.0-android' + compile 'com.android.support:support-v4:27.0.0' + compile 'com.android.support:appcompat-v7:27.0.0' + } +diff --git a/talkback/src/main/java/overlay/base/com/android/talkback/TalkBackPreferencesActivity.java b/talkback/src/main/java/overlay/base/com/android/talkback/TalkBackPreferencesActivity.java +index d630c86..ad5d660 100644 +--- a/talkback/src/main/java/overlay/base/com/android/talkback/TalkBackPreferencesActivity.java ++++ b/talkback/src/main/java/overlay/base/com/android/talkback/TalkBackPreferencesActivity.java +@@ -70,8 +70,6 @@ import com.google.android.accessibility.utils.ServiceStateListener; + import com.google.android.accessibility.utils.SharedPreferencesUtils; + import com.google.android.accessibility.utils.WebActivity; + import com.google.android.clockwork.remoteintent.RemoteIntent; +-import com.google.android.gms.common.ConnectionResult; +-import com.google.android.gms.common.GooglePlayServicesUtil; + import java.util.List; + + /** Activity used to set TalkBack's service preferences. */ +@@ -1015,17 +1013,6 @@ public class TalkBackPreferencesActivity extends Activity { + return; + } + +- if (GooglePlayServicesUtil.isGooglePlayServicesAvailable(activity) +- != ConnectionResult.SUCCESS) { +- // Not needed, but playing safe since this is hard to test outside of China +- playStoreButton.setIntent(null); +- final PreferenceGroup category = +- (PreferenceGroup) findPreferenceByResId(R.string.pref_category_miscellaneous_key); +- if (category != null) { +- category.removePreference(playStoreButton); +- } +- } +- + if (playStoreButton.getIntent() != null + && activity + .getPackageManager() diff --git a/metadata/com.google.android.gms.txt b/metadata/com.google.android.gms.txt index a5fa560edb..7a568c0ee5 100644 --- a/metadata/com.google.android.gms.txt +++ b/metadata/com.google.android.gms.txt @@ -25,10 +25,9 @@ README]. List of backends for geolocation: * [[org.microg.nlp.backend.apple]] uses Apple's Wifi database. -* [[org.microg.nlp.backend.openwlanmap]] uses OpenWlanMap.org -* [[org.gfd.gsmlocation]] uses OpenCellId (local) -* [[org.fitchfamily.android.gsmlocation]] uses GSM Celll data (local) +* [[org.fitchfamily.android.gsmlocation]] uses downloaded GSM Cell data (local) * [[org.fitchfamily.android.wifi_backend]] uses (on-device generated) WiFi data (local) +* [[org.fitchfamily.android.dejavu]] uses (on-device generated) WiFi + GSM Cell data (local) * [[org.microg.nlp.backend.ichnaea]] uses Mozilla Location Services * [[org.openbmap.unifiedNlp]] uses Openbmap.org diff --git a/metadata/com.greenaddress.abcore.txt b/metadata/com.greenaddress.abcore.txt index 46a74e6d5f..a3d5b76747 100644 --- a/metadata/com.greenaddress.abcore.txt +++ b/metadata/com.greenaddress.abcore.txt @@ -95,7 +95,13 @@ Build:0.62,62 gradle=prod prebuild=sed -i -e '/versionCode Integer.parseInt/d' build.gradle +Build:0.63,63 + commit=v0.63alphaPoC + subdir=app + gradle=prod + prebuild=sed -i -e '/versionCode Integer.parseInt/d' build.gradle + Auto Update Mode:Version v%valphaPoC Update Check Mode:Tags -Current Version:0.62 -Current Version Code:62 +Current Version:0.63 +Current Version Code:63 diff --git a/metadata/com.health.openscale.txt b/metadata/com.health.openscale.txt index b4da43a917..0446df4215 100644 --- a/metadata/com.health.openscale.txt +++ b/metadata/com.health.openscale.txt @@ -79,7 +79,17 @@ Build:1.7.1,24 subdir=android_app/app gradle=yes +Build:1.7.2,25 + commit=v1.7.2 + subdir=android_app/app + gradle=yes + +Build:1.7.3,26 + commit=v1.7.3 + subdir=android_app/app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags ^v[0-9.]*$ -Current Version:1.7.1 -Current Version Code:24 +Current Version:1.7.3 +Current Version Code:26 diff --git a/metadata/com.infonuascape.osrshelper.txt b/metadata/com.infonuascape.osrshelper.txt index 947ca40f01..745f7a5cfd 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:2.0.6 -Current Version Code:34 +Current Version:2.0.7 +Current Version Code:35 diff --git a/metadata/com.itds.sms.ping.txt b/metadata/com.itds.sms.ping.txt index d63ea6a3c0..bcda5b3494 100644 --- a/metadata/com.itds.sms.ping.txt +++ b/metadata/com.itds.sms.ping.txt @@ -29,7 +29,12 @@ Build:3,4 subdir=app gradle=yes +Build:4,6 + commit=v4 + subdir=app + gradle=yes + Auto Update Mode:Version v%v -Update Check Mode:Tags ^v[0-9.]+$ -Current Version:3 -Current Version Code:4 +Update Check Mode:Tags +Current Version:4 +Current Version Code:6 diff --git a/metadata/com.jarsilio.android.pocketup.txt b/metadata/com.jarsilio.android.pocketup.txt index d32d3c80c8..78b432774e 100644 --- a/metadata/com.jarsilio.android.pocketup.txt +++ b/metadata/com.jarsilio.android.pocketup.txt @@ -33,7 +33,31 @@ Build:1.0.2,3 subdir=app gradle=yes +Build:1.0.3,4 + commit=v1.0.3 + subdir=app + submodules=yes + gradle=yes + +Build:1.0.3a,5 + commit=v1.0.3a + subdir=app + submodules=yes + gradle=yes + +Build:1.0.4,6 + commit=v1.0.4 + subdir=app + submodules=yes + gradle=yes + +Build:1.1.0,7 + commit=v1.1.0 + subdir=app + submodules=yes + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.0.2 -Current Version Code:3 +Current Version:1.1.0 +Current Version Code:7 diff --git a/metadata/com.jarsilio.android.scrambledeggsif.txt b/metadata/com.jarsilio.android.scrambledeggsif.txt index a6b6231c0f..82bd18c996 100644 --- a/metadata/com.jarsilio.android.scrambledeggsif.txt +++ b/metadata/com.jarsilio.android.scrambledeggsif.txt @@ -70,7 +70,25 @@ Build:1.1.2,10 subdir=app gradle=yes +Build:1.1.3,11 + commit=v1.1.3 + subdir=app + submodules=yes + gradle=yes + +Build:1.2,12 + commit=v1.2 + subdir=app + submodules=yes + gradle=yes + +Build:1.2.1,13 + commit=v1.2.1 + subdir=app + submodules=yes + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.1.2 -Current Version Code:10 +Current Version:1.2.1 +Current Version Code:13 diff --git a/metadata/com.jarsilio.android.waveup.txt b/metadata/com.jarsilio.android.waveup.txt index a4392773fb..8c5e01c511 100644 --- a/metadata/com.jarsilio.android.waveup.txt +++ b/metadata/com.jarsilio.android.waveup.txt @@ -223,7 +223,48 @@ Build:1.5-5a,39 subdir=app gradle=yes +Build:1.6.0,40 + commit=v1.6.0 + subdir=app + gradle=yes + +Build:1.6.1,41 + commit=v1.6.1 + subdir=app + submodules=yes + gradle=yes + +Build:1.6.1a,42 + commit=v1.6.1a + subdir=app + submodules=yes + gradle=yes + +Build:1.6.2,43 + commit=v1.6.2 + subdir=app + submodules=yes + gradle=yes + +Build:1.7.0,44 + commit=v1.7.0 + subdir=app + submodules=yes + gradle=yes + +Build:1.7.1,45 + commit=v1.7.1 + subdir=app + submodules=yes + gradle=yes + +Build:2.0.0,46 + commit=v2.0.0 + subdir=app + submodules=yes + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.5-5a -Current Version Code:39 +Current Version:2.0.0 +Current Version Code:46 diff --git a/metadata/com.junjunguo.pocketmaps.txt b/metadata/com.junjunguo.pocketmaps.txt index 399a1cd18e..77d79f1f1c 100644 --- a/metadata/com.junjunguo.pocketmaps.txt +++ b/metadata/com.junjunguo.pocketmaps.txt @@ -32,7 +32,13 @@ Build:1.9,9 subdir=PocketMaps/app gradle=yes +Build:2.0,10 + commit=2.0 + subdir=PocketMaps/app + gradle=yes + +Archive Policy:2 versions Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:1.9 -Current Version Code:9 +Current Version:2.0 +Current Version Code:10 diff --git a/metadata/com.keylesspalace.tusky.txt b/metadata/com.keylesspalace.tusky.txt index 29d901ce9f..20fbb1e26d 100644 --- a/metadata/com.keylesspalace.tusky.txt +++ b/metadata/com.keylesspalace.tusky.txt @@ -82,8 +82,23 @@ Build:1.5.2,34 subdir=app gradle=yes +Build:1.6.0,35 + commit=v1.6.0 + subdir=app + gradle=yes + +Build:1.6.1,36 + commit=v1.6.1 + subdir=app + gradle=yes + +Build:1.7.0,37 + commit=v1.7.0 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags ^v[0-9\\.]+$ Update Check Ignore:beta -Current Version:1.5.2 -Current Version Code:34 +Current Version:1.7.0 +Current Version Code:37 diff --git a/metadata/com.kunzisoft.keepass.libre.txt b/metadata/com.kunzisoft.keepass.libre.txt index a582fa073d..6cbdcb5d86 100644 --- a/metadata/com.kunzisoft.keepass.libre.txt +++ b/metadata/com.kunzisoft.keepass.libre.txt @@ -36,7 +36,12 @@ Build:2.5.0.0beta6-libre,6 subdir=app gradle=libre +Build:2.5.0.0beta7-libre,7 + commit=2.5.0.0beta7 + subdir=app + gradle=libre + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:2.5.0.0beta6 -Current Version Code:6 +Current Version:2.5.0.0beta7 +Current Version Code:7 diff --git a/metadata/com.manichord.mgit.txt b/metadata/com.manichord.mgit.txt index dbc74f0266..090e195a2f 100644 --- a/metadata/com.manichord.mgit.txt +++ b/metadata/com.manichord.mgit.txt @@ -30,7 +30,12 @@ Build:1.5.3,204 commit=v1.5.3 gradle=yes +Build:1.5.4.3,208 + commit=v1.5.4.3 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.5.3 -Current Version Code:204 +Current Version:1.5.4.3 +Current Version Code:208 diff --git a/metadata/com.mapzen.open.txt b/metadata/com.mapzen.open.txt deleted file mode 100644 index 64ef1fc8cb..0000000000 --- a/metadata/com.mapzen.open.txt +++ /dev/null @@ -1,50 +0,0 @@ -Categories:Navigation -License:GPL-3.0 -Web Site:https://mapzen.com/projects -Source Code:https://github.com/mapzen/open -Issue Tracker:https://github.com/mapzen/open/issues - -Auto Name:Open by Mapzen -Summary:Map search and navigation using OpenStreetMap -Description: -Open (by Mapzen) is a search and navigation app built with open source software -and open data. - -Made with OSM, made for OSM. Users log into the app using an OpenStreetMap -account. They can optionally contribute GPS traces back to OpenStreetMap when in -navigation mode. - -Really, really open. The app is built with the open source projects -OpenScienceMap, Open Source Routing Machine (OSRM), Pelias, and open source SDKs -built by Mapzen. - -It’s a map, what do you think it does. Search. Maps. Routes for biking, walking, -and driving. - -Open source, open data, open to improvements. We built Open as a proof of -concept to understand the current state of open data and open software for -mapping and navigation. The app and the data will only get better--but only with -your contributions. -. - -Repo Type:git -Repo:https://github.com/mapzen/open.git - -Build:DEVELOPMENT,1 - disable=wip - commit=open-1.0.3 - maven=yes - rm=lib/*jar - prebuild=./scripts/install-dependencies.sh - -Maintainer Notes: -Build pulls in a few dependencies from Git repos and Maven Central. One repo referenced in upstream's scripts seems to have disappeared. -See https://github.com/mapzen/open/issues/356 - -Upstream does not seem to update version information in AndroidManifest.xml (they are at 0, DEVELOPMENT respectively). -. - -Auto Update Mode:None -Update Check Mode:None -Current Version:DEVELOPMENT -Current Version Code:0 diff --git a/metadata/com.mareksebera.simpledilbert.txt b/metadata/com.mareksebera.simpledilbert.txt index e045049f6d..b05f8f3f57 100644 --- a/metadata/com.mareksebera.simpledilbert.txt +++ b/metadata/com.mareksebera.simpledilbert.txt @@ -86,7 +86,11 @@ Build:4.4,37 commit=v4.4 gradle=yes +Build:4.5,38 + commit=v4.5 + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:4.4 -Current Version Code:37 +Current Version:4.5 +Current Version Code:38 diff --git a/metadata/com.mattermost.mattermost.txt b/metadata/com.mattermost.mattermost.txt index 32cb4fad8b..1b823e5572 100644 --- a/metadata/com.mattermost.mattermost.txt +++ b/metadata/com.mattermost.mattermost.txt @@ -1,12 +1,11 @@ -Disabled:play-services usage Categories:Internet -License:Unknown -Web Site: -Source Code:https://github.com/mattermost/android -Issue Tracker:https://github.com/mattermost/android/issues +License:Apache-2.0 +Web Site:https://about.mattermost.com/ +Source Code:https://github.com/mattermost/mattermost-android-classic +Issue Tracker:https://github.com/mattermost/mattermost-android-classic/issues -Auto Name:Mattermost -Summary:secure, workplace messaging +Auto Name:Mattermost Classic +Summary:Secure, workplace messaging Description: Mattermost is secure, workplace messaging from behind your firewall. @@ -22,18 +21,20 @@ own server go to http://www.mattermost.org/download/ Find the Terms of Service for this app here: https://about.mattermost.com/terms This is a reference implementation of an open source Mattermost Android app -available at: https://github.com/mattermost/android +available at: https://github.com/mattermost/mattermost-android-classic . Repo Type:git -Repo:https://github.com/mattermost/android +Repo:https://github.com/mattermost/mattermost-android-classic.git -Build:3.4.1,341 - commit=v3.4.1 +Build:3.10.2,398 + commit=v3.10.2 subdir=app + patch=play-services.patch gradle=yes + prebuild=rm -r src/main/java/com/mattermost/gcm/ -Auto Update Mode:None -Update Check Mode:None -Current Version:3.4.1 -Current Version Code:341 +Auto Update Mode:Version v%v +Update Check Mode:Tags +Current Version:3.10.2 +Current Version Code:398 diff --git a/metadata/com.mattermost.mattermost/play-services.patch b/metadata/com.mattermost.mattermost/play-services.patch new file mode 100644 index 0000000000..095ab0da14 --- /dev/null +++ b/metadata/com.mattermost.mattermost/play-services.patch @@ -0,0 +1,77 @@ +diff --git a/app/build.gradle b/app/build.gradle +index d8311b0..08d4ec5 100755 +--- a/app/build.gradle ++++ b/app/build.gradle +@@ -34,7 +34,6 @@ dependencies { + compile 'com.android.support:appcompat-v7:26.0.2' + compile 'com.squareup.okhttp:okhttp:2.5.0' + compile 'com.squareup.okhttp:okhttp-urlconnection:2.5.0' +- compile 'com.google.android.gms:play-services-gcm:11.8.0' + + /* If you want to enable unread message badges */ + // compile 'me.leolin:ShortcutBadger:1.1.3@aar' +@@ -46,5 +45,3 @@ dependencies { + [group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.4.1'] + ) + } +- +-apply plugin: 'com.google.gms.google-services' +diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml +index c3131c3..0724942 100755 +--- a/app/src/main/AndroidManifest.xml ++++ b/app/src/main/AndroidManifest.xml +@@ -42,9 +42,6 @@ + android:supportsRtl="true" + android:hardwareAccelerated="true"> + +- + + + > ../build.gradle gradle=fdroid +Build:1.0.30,30 + commit=1.0.30 + subdir=app + init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.11" }' >> ../build.gradle + gradle=fdroid + Maintainer Notes: Uses jitpack, so Gradle 2.11 or newer is needed. . Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:1.0.29 -Current Version Code:29 +Current Version:1.0.30 +Current Version Code:30 diff --git a/metadata/com.tomatodev.timerdroid.txt b/metadata/com.tomatodev.timerdroid.txt index 57dcd0c03e..4e0f2c1444 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:3.1.0 -Current Version Code:1412310 +Current Version:3.1.1 +Current Version Code:1412311 diff --git a/metadata/com.tortel.syslog.txt b/metadata/com.tortel.syslog.txt index 6f25ba37d6..05e60521d5 100644 --- a/metadata/com.tortel.syslog.txt +++ b/metadata/com.tortel.syslog.txt @@ -57,11 +57,16 @@ Build:2.1.2,26 subdir=app gradle=yes +Build:2.1.4,28 + commit=v2.1.4 + subdir=app + gradle=yes + Maintainer Notes: This is GPLv2+ as given in the sourcecode, root LICENSE file is just GPLv2/2+ license text. . Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:2.1.2 -Current Version Code:26 +Current Version:2.1.4 +Current Version Code:28 diff --git a/metadata/com.twobuntu.twobuntu.txt b/metadata/com.twobuntu.twobuntu.txt index 911af808f2..bab138d768 100644 --- a/metadata/com.twobuntu.twobuntu.txt +++ b/metadata/com.twobuntu.twobuntu.txt @@ -28,6 +28,7 @@ Build:1.1.7,14 cp $$ImageLoader$$/target/universal-image-loader-1.9.3.jar libs/ && \ echo -e 'java.source=1.7\njava.target=1.7' >> ant.properties +Archive Policy:0 versions Auto Update Mode:None Update Check Mode:RepoManifest Current Version:1.1.7 diff --git a/metadata/com.ubergeek42.WeechatAndroid.txt b/metadata/com.ubergeek42.WeechatAndroid.txt index 7ef3453407..318a861f3c 100644 --- a/metadata/com.ubergeek42.WeechatAndroid.txt +++ b/metadata/com.ubergeek42.WeechatAndroid.txt @@ -6,7 +6,7 @@ Issue Tracker:https://github.com/ubergeek42/weechat-android/issues Changelog:https://github.com/ubergeek42/weechat-android/raw/HEAD/Readme.md Name:WeeChat Android -Auto Name:weechat +Auto Name:Weechat-Android Summary:Connect to remote WeeChat IRC sessions Description: Relay client for the Weechat IRC client. It allows you to connect to your phone @@ -69,15 +69,12 @@ Build:0.12-git,436 prebuild=sed -i '/gradleVersion/d' ../build.gradle && \ sed -i -e '/Goddchen/d' build.gradle ../build.gradle -Maintainer Notes: -Upstream uses "versionCode gitVersionCode()", this isnt handled by our -update-scraper. If this gets fixed in upstream, reset to UCM:Tags. +Build:0.13,437 + commit=v0.13 + subdir=app + gradle=yes -VC for 0.12 is 15.. so 0.11 might be wrong. We need to sort that out -with upstream. -. - -Auto Update Mode:None -Update Check Mode:None -Current Version:0.11 -Current Version Code:435 +Auto Update Mode:Version v%v +Update Check Mode:Tags +Current Version:0.13 +Current Version Code:437 diff --git a/metadata/com.ultramegatech.ey.txt b/metadata/com.ultramegatech.ey.txt index 459a6b6f7a..b4716af9e5 100644 --- a/metadata/com.ultramegatech.ey.txt +++ b/metadata/com.ultramegatech.ey.txt @@ -130,12 +130,16 @@ Build:0.8.3,29 gradle=yes Build:0.8.4,30 - disable=Could not find com.android.tools.build:gradle:3.0.1 - commit=0.8.4 + commit=9d43e5c + subdir=app + gradle=yes + +Build:0.8.5,31 + commit=0.8.5 subdir=app gradle=yes Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:0.8.4 -Current Version Code:30 +Current Version:0.8.5 +Current Version Code:31 diff --git a/metadata/com.utyf.pmetro.txt b/metadata/com.utyf.pmetro.txt index a2e633f322..08cf302e06 100644 --- a/metadata/com.utyf.pmetro.txt +++ b/metadata/com.utyf.pmetro.txt @@ -52,7 +52,17 @@ Build:0.0.18,112 subdir=app gradle=yes +Build:0.0.19,113 + commit=0.0.19 + subdir=app + gradle=yes + +Build:0.0.20,114 + commit=0.0.20 + subdir=app + gradle=yes + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:0.0.18 -Current Version Code:112 +Current Version:0.0.20 +Current Version Code:114 diff --git a/metadata/com.veniosg.dir.txt b/metadata/com.veniosg.dir.txt index 67a1fbad00..ed81dcbdfb 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.3 -Current Version Code:1530 +Current Version:1.5.6 +Current Version Code:1560 diff --git a/metadata/com.vonglasow.michael.satstat.txt b/metadata/com.vonglasow.michael.satstat.txt index 32783dc1b8..d3af63c4f5 100644 --- a/metadata/com.vonglasow.michael.satstat.txt +++ b/metadata/com.vonglasow.michael.satstat.txt @@ -116,6 +116,13 @@ Build:3.2,3020 rm=libs/*jar prebuild=sed -i -e 's/0.4.0/0.4.3/g' build.gradle +Build:3.3,3030 + commit=satstat-3.3 + init=./setbuild.sh + gradle=yes + rm=libs/*jar + prebuild=sed -i -e 's/0.4.0/0.4.3/g' build.gradle + Maintainer Notes: Build 2.0 switched to gradle because of the dependency on mapsforge, which fails on the build server if called in an ant or maven project (or when called multiple times). See @@ -126,5 +133,5 @@ Upstream uses ant but maintains build.gradle for F-Droid. Auto Update Mode:Version satstat-%v Update Check Mode:Tags -Current Version:3.2 -Current Version Code:3020 +Current Version:3.3 +Current Version Code:3030 diff --git a/metadata/com.vrem.wifianalyzer.txt b/metadata/com.vrem.wifianalyzer.txt index c72cc8ce9c..2287952d6a 100644 --- a/metadata/com.vrem.wifianalyzer.txt +++ b/metadata/com.vrem.wifianalyzer.txt @@ -141,11 +141,16 @@ Build:1.8.10,36 subdir=app gradle=yes +Build:1.8.11,37 + commit=V1.8.11-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.10 -Current Version Code:36 +Current Version:1.8.11 +Current Version Code:37 diff --git a/metadata/com.wabadaba.dziennik.txt b/metadata/com.wabadaba.dziennik.txt index 60963ece84..fcd0f3da77 100644 --- a/metadata/com.wabadaba.dziennik.txt +++ b/metadata/com.wabadaba.dziennik.txt @@ -53,6 +53,13 @@ Build:0.5.0-fdroid,9 gradle=full prebuild=sed -i -e '/dl.bintray.com/d' -e '/kluent/d' -e '/Android Test/,+3d' ../build.gradle build.gradle +Build:0.5.1-fdroid,10 + commit=b0e5ec251155920876f140a0fb1358b4edc61f78 + subdir=app + patch=0006-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/0006-Remove-GCM.patch b/metadata/com.wabadaba.dziennik/0006-Remove-GCM.patch new file mode 100644 index 0000000000..beff3a5e00 --- /dev/null +++ b/metadata/com.wabadaba.dziennik/0006-Remove-GCM.patch @@ -0,0 +1,291 @@ +From 4752c7737071ecc5e2b5a640116a3f929c2e57be Mon Sep 17 00:00:00 2001 +From: mimi89999 +Date: Tue, 24 Apr 2018 16:24:20 +0200 +Subject: [PATCH] Remove GCM + +--- + app/build.gradle | 6 +- + .../com/wabadaba/dziennik/MainApplication.kt | 6 -- + .../LibrusGCMRegistrationManager.kt | 57 ------------------- + .../notification/LibrusGcmListenerService.kt | 57 ------------------- + .../wabadaba/dziennik/di/ApplicationModule.kt | 7 --- + .../com/wabadaba/dziennik/di/MainComponent.kt | 2 - + .../wabadaba/dziennik/ui/GPServicesChecker.kt | 11 ---- + build.gradle | 1 - + 8 files changed, 1 insertion(+), 146 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 b61d6f9..980c9b8 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' +@@ -12,7 +11,7 @@ android { + minSdkVersion 21 + targetSdkVersion 27 + versionCode 10 +- versionName "0.5.1" ++ versionName "0.5.1-fdroid" + flavorDimensions "versionCode" + testInstrumentationRunner 'com.github.tmurakami.dexopener.DexOpenerAndroidJUnitRunner' + multiDexEnabled true +@@ -74,9 +73,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 59f9cf0..775707d 100644 +--- a/app/src/main/kotlin/com/wabadaba/dziennik/MainApplication.kt ++++ b/app/src/main/kotlin/com/wabadaba/dziennik/MainApplication.kt +@@ -4,7 +4,6 @@ import android.annotation.SuppressLint + 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 +@@ -15,9 +14,6 @@ open class MainApplication : MultiDexApplication() { + lateinit var mainComponent: MainComponent + } + +- @Inject +- lateinit var gcmRegistrationManager: LibrusGCMRegistrationManager +- + @Inject + lateinit var userRepository: UserRepository + +@@ -27,8 +23,6 @@ open class MainApplication : MultiDexApplication() { + Bugsnag.init(this) + mainComponent = createMainComponent() + mainComponent.inject(this) +- userRepository.currentUser +- .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..47d40da 100644 +--- a/app/src/main/kotlin/com/wabadaba/dziennik/di/ApplicationModule.kt ++++ b/app/src/main/kotlin/com/wabadaba/dziennik/di/ApplicationModule.kt +@@ -1,12 +1,10 @@ + package com.wabadaba.dziennik.di + + import android.app.Application +-import android.app.NotificationManager + 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 +59,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 56c45a6..68c0ef9 100644 +--- a/build.gradle ++++ b/build.gradle +@@ -10,7 +10,6 @@ buildscript { + dependencies { + classpath 'com.android.tools.build:gradle:3.2.0-alpha05' + 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.17.0 + diff --git a/metadata/com.wangdaye.mysplash.txt b/metadata/com.wangdaye.mysplash.txt index 2b6e29e894..598b20c105 100644 --- a/metadata/com.wangdaye.mysplash.txt +++ b/metadata/com.wangdaye.mysplash.txt @@ -179,7 +179,19 @@ Build:3.2.8,328 gradle=yes prebuild=sed -i -Ee '/systemProp.https?.proxy/d' ../gradle.properties +Build:3.3.0,330 + commit=3.3.0 + subdir=app + gradle=yes + prebuild=sed -i -Ee '/systemProp.https?.proxy/d' ../gradle.properties + +Build:3.3.1,331 + commit=3.3.1 + 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.8 -Current Version Code:328 +Current Version:3.3.1 +Current Version Code:331 diff --git a/metadata/com.wireguard.android.txt b/metadata/com.wireguard.android.txt new file mode 100644 index 0000000000..76c3ee3b5b --- /dev/null +++ b/metadata/com.wireguard.android.txt @@ -0,0 +1,34 @@ +Categories:Security,System,Connectivity,Internet +License:GPL-2.0+ +Web Site:https://www.wireguard.com/ +Source Code:https://git.zx2c4.com/wireguard-android/ +Issue Tracker:https://lists.zx2c4.com/mailman/listinfo/wireguard +Donate:https://www.wireguard.com/donations/ +Bitcoin:1ASnTs4UjXKR8tHnLi9yG42n42hbFYV2um + +Auto Name:WireGuard +Summary:Next generation secure VPN network tunnel +Description: +WireGuard is a next generation secure network tunnel protocol. This application +allows users to connect to WireGuard tunnels. More information may be found on +the [project webpage https://www.wireguard.com]. + +If your device has a custom kernel containing the WireGuard module, then the +module will be used for superior battery life and performance. Otherwise a +userspace version will work sufficiently on all other devices. +. + +Repo Type:git +Repo:https://git.zx2c4.com/wireguard-android/ + +Build:0.4.0,405 + commit=0.4.0 + subdir=app + submodules=yes + gradle=yes + ndk=r16b + +Auto Update Mode:Version %v +Update Check Mode:Tags +Current Version:0.4.0 +Current Version Code:405 diff --git a/metadata/com.wmstein.tourcount.txt b/metadata/com.wmstein.tourcount.txt index 6da485ca86..6d2ad99934 100644 --- a/metadata/com.wmstein.tourcount.txt +++ b/metadata/com.wmstein.tourcount.txt @@ -94,7 +94,27 @@ Build:2.4.2,242 commit=2.4.2 gradle=yes +Build:2.4.4,244 + disable=Task 'clean' not found in root project + commit=2.4.4 + gradle=yes + +Build:2.4.5,245 + commit=2.4.5 + subdir=tourcount + gradle=yes + +Build:2.4.6,246 + commit=2.4.6 + subdir=tourcount + gradle=yes + +Build:3.0.1,301 + commit=3.0.1 + subdir=tourcount + gradle=yes + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:2.4.2 -Current Version Code:242 +Current Version:3.0.1 +Current Version Code:301 diff --git a/metadata/com.wmstein.transektcount.txt b/metadata/com.wmstein.transektcount.txt index ca080e49ac..f83879ffa4 100644 --- a/metadata/com.wmstein.transektcount.txt +++ b/metadata/com.wmstein.transektcount.txt @@ -102,7 +102,38 @@ Build:2.1.2,212 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.4,214 + commit=2.1.4 + subdir=transektcount + gradle=yes + +Build:2.1.5,215 + commit=2.1.5 + subdir=transektcount + gradle=yes + +Build:2.1.6,216 + commit=2.1.6 + subdir=transektcount + gradle=yes + +Build:2.1.8,218 + disable=Tag was removed + commit=2.1.8 + subdir=transektcount + gradle=yes + +Build:3.0.1,301 + commit=3.0.1 + subdir=transektcount + gradle=yes + +Build:3.0.2,302 + commit=3.0.2 + subdir=transektcount + gradle=yes + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:2.1.2 -Current Version Code:212 +Current Version:3.0.2 +Current Version Code:302 diff --git a/metadata/com.woefe.shoppinglist.txt b/metadata/com.woefe.shoppinglist.txt index ac42a57eca..40a54fee74 100644 --- a/metadata/com.woefe.shoppinglist.txt +++ b/metadata/com.woefe.shoppinglist.txt @@ -22,7 +22,12 @@ Build:0.8.0,8 subdir=app gradle=yes +Build:0.9.0,9 + commit=v0.9.0 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:0.8.0 -Current Version Code:8 +Current Version:0.9.0 +Current Version Code:9 diff --git a/metadata/com.workingagenda.democracydroid.txt b/metadata/com.workingagenda.democracydroid.txt index 71e3d2cd2d..5ea99cfd27 100644 --- a/metadata/com.workingagenda.democracydroid.txt +++ b/metadata/com.workingagenda.democracydroid.txt @@ -121,7 +121,12 @@ Build:3.6.2,39 subdir=app gradle=yes +Build:3.6.4,41 + commit=v3.6.4 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:3.6.2 -Current Version Code:39 +Current Version:3.6.4 +Current Version Code:41 diff --git a/metadata/com.xabber.androiddev.txt b/metadata/com.xabber.androiddev.txt index 8e79dd44c4..e51ce3dc9f 100644 --- a/metadata/com.xabber.androiddev.txt +++ b/metadata/com.xabber.androiddev.txt @@ -495,5 +495,5 @@ github respository (may not be in master branch). Auto Update Mode:None Update Check Mode:Tags -Current Version:2.1(404) -Current Version Code:404 +Current Version:2.2.1(468) +Current Version Code:468 diff --git a/metadata/com.xargsgrep.portknocker.txt b/metadata/com.xargsgrep.portknocker.txt index 8f48b71708..1e34561e8f 100644 --- a/metadata/com.xargsgrep.portknocker.txt +++ b/metadata/com.xargsgrep.portknocker.txt @@ -40,5 +40,5 @@ Build:1.0.11,12 Auto Update Mode:None Update Check Mode:RepoManifest -Current Version:1.0.12 -Current Version Code:13 +Current Version:1.0.13 +Current Version Code:14 diff --git a/metadata/com.ymber.eleven.txt b/metadata/com.ymber.eleven.txt index f2e96b9e9f..1aba4cefea 100644 --- a/metadata/com.ymber.eleven.txt +++ b/metadata/com.ymber.eleven.txt @@ -27,6 +27,7 @@ Maintainer Notes: Built from [https://github.com/dwi336/Eleven] with modified build files and structure. . +Archive Policy:0 versions Auto Update Mode:Version %v Update Check Mode:Tags Current Version:1.0 diff --git a/metadata/com.zeapo.pwdstore.txt b/metadata/com.zeapo.pwdstore.txt index 1dee9cbe64..d3aa0d790a 100644 --- a/metadata/com.zeapo.pwdstore.txt +++ b/metadata/com.zeapo.pwdstore.txt @@ -561,7 +561,14 @@ Build:1.2.0.74,94 gradle=yes scanignore=app/src/androidTest/assets/private_key +Build:1.2.0.75,95 + commit=v1.2.0.75 + subdir=app + submodules=yes + gradle=yes + scanignore=app/src/androidTest/assets/private_key + Auto Update Mode:Version v%v Update Check Mode:Tags .*[0-9]$ -Current Version:1.2.0.74 -Current Version Code:94 +Current Version:1.2.0.75 +Current Version Code:95 diff --git a/metadata/com.zegoggles.smssync.txt b/metadata/com.zegoggles.smssync.txt index 5bbc393306..0ebba1c227 100644 --- a/metadata/com.zegoggles.smssync.txt +++ b/metadata/com.zegoggles.smssync.txt @@ -6,28 +6,20 @@ Issue Tracker:https://github.com/jberkel/sms-backup-plus/issues Changelog:https://github.com/jberkel/sms-backup-plus/blob/HEAD/CHANGES Auto Name:SMS Backup+ -Summary:Backup SMS and call logs to IMAP +Summary:Backup SMS, MMS and call history to IMAP Description: -'''N.B''' Works with any IMAP server (but defaults to Gmail). You don't have to -use Gmail to backup your text messages: change Authentication to Plain text in -"Advanced Settings - IMAP server settings", then change the server address / -username and password accordingly. Make sure to set security to "SSL (Optional)" -if the IMAP server you're connecting to has a self-signed certificate ("Unknown -certificate" error during backup). +Primarily designed for Gmail but also works on Google-free devices with a custom +IMAP server. -Backs up SMS and call log data from the device to a separate folder/label on an -IMAP server. SMS stored on IMAP can be transferred back to the phone. Note: MMS -are currently not restored. MMS backup support is only available on Android 2.x. -It is important that you perform the first backup manually. SMS Backup+ needs to -know whether you want to upload messages currently stored on your device or not. -After you performed your initial backup, SMS Backup+ is ready to run in the -background and finish uploading all of your current and future messages (check -"Auto Backup"). Make sure that you have Background data enabled in your Android -Accounts & Sync settings. You can safely restore to a phone which already has -messages stored on it, SMS Backup+ will skip the restore of already existing -messages. Please note that auto backup might not work reliably when SMS Backup+ -is installed on the SD card. See the source code page for more detailed -instructions and an FAQ. +Change authentication to "Plain text" in "Advanced Settings - Custom IMAP +server", then change the server address, username and password accordingly. +Check "Trust all certificates" if the server you are connecting to has a +self-signed certificate. + +SMS and call log data from the device are copied to a separate IMAP folder from +where they can be restored at a later point. + +See the source code page for more detailed instructions and FAQ. . Repo Type:git @@ -221,7 +213,17 @@ Build:1.5.11-beta7,1560 subdir=app gradle=yes -Auto Update Mode:None +Build:1.5.11-beta13,1566 + commit=66f4d77cb20e8533d4090c1312ce0a18b2f35724 + subdir=app + gradle=yes + +Build:1.5.11,1576 + commit=1.5.11 + subdir=app + gradle=yes + +Auto Update Mode:Version %v Update Check Mode:Tags ^[0-9.]*$ -Current Version:1.5.10 -Current Version Code:1554 +Current Version:1.5.11 +Current Version Code:1576 diff --git a/metadata/com.zoffcc.applications.trifa.txt b/metadata/com.zoffcc.applications.trifa.txt index 7b5029f49d..c73bfe5e11 100644 --- a/metadata/com.zoffcc.applications.trifa.txt +++ b/metadata/com.zoffcc.applications.trifa.txt @@ -1,17 +1,12 @@ Categories:Internet License:GPL-2.0 -Web Site: +Web Site:https://github.com/zoff99/ToxAndroidRefImpl Source Code:https://github.com/zoff99/ToxAndroidRefImpl Issue Tracker:https://github.com/zoff99/ToxAndroidRefImpl/issues Changelog:https://github.com/zoff99/ToxAndroidRefImpl/blob/zoff99/dev003/CHANGELOG.md Bitcoin:1TRifA7eNLHZEcCTj43eYVWHBbLqTuXkS Auto Name:TRIfA -Summary:TRIfA Tox Client -Description: -TRIfA is a Tox Client for Android. it's still currently in heavy development. To -get more information about Tox please visit [https://tox.zoff.cc] -. Repo Type:git Repo:https://github.com/zoff99/ToxAndroidRefImpl @@ -98,7 +93,18 @@ Build:1.0.14,10014 prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.6.4111459' ndk=r13b +Build:1.0.15,10015 + commit=1.0.15 + subdir=android-refimpl-app/app + gradle=yes + prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.6.4111459' + ndk=r13b + +Maintainer Notes: +Description and summary in app git repository +. + Auto Update Mode:Version %v Update Check Mode:Tags ^[0-9].* -Current Version:1.0.14 -Current Version Code:10014 +Current Version:1.0.15 +Current Version Code:10015 diff --git a/metadata/community.peers.internetradio.txt b/metadata/community.peers.internetradio.txt index 99751ae825..502a6b304b 100644 --- a/metadata/community.peers.internetradio.txt +++ b/metadata/community.peers.internetradio.txt @@ -35,7 +35,17 @@ Build:2.1,3 subdir=app gradle=yes +Build:3.0.0,4 + commit=v3.0.0 + subdir=app + gradle=yes + +Build:3.1.0,5 + commit=v3.1.0 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:2.1 -Current Version Code:3 +Current Version:3.1.0 +Current Version Code:5 diff --git a/metadata/cx.ring.txt b/metadata/cx.ring.txt index 4035bd9f47..4803524bb8 100644 --- a/metadata/cx.ring.txt +++ b/metadata/cx.ring.txt @@ -545,16 +545,48 @@ Build:20180201,102 ./compile.sh release ndk=r15c +Build:20180421,116 + commit=8ce06c1bc2ee0837281f6d05fe97393d2a351a59 + subdir=client-android/ring-android/app + submodules=yes + sudo=apt-get update && \ + apt-get install --yes -t jessie-backports swig + patch=0001-gradle-remove-unneeded-repo.patch + gradle=noPush + prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27' && \ + sed -i -e '/$DAEMON_ONLY/,+7d' ../../compile.sh + scandelete=client-windows,client-uwp + build=export ANDROID_NDK_ROOT=$ANDROID_NDK && \ + export ANDROID_ABI="armeabi-v7a arm64-v8a x86" && \ + cd ../../ && \ + ./compile.sh release + ndk=r16b + +Build:XXXXXXXX,117 + disable=upcoming version + commit=XXXXXXXX + subdir=client-android/ring-android/app + submodules=yes + sudo=apt-get update && \ + apt-get install --yes -t jessie-backports swig + gradle=noPush + prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27' + scandelete=client-windows,client-uwp + build=export ANDROID_NDK_ROOT=$ANDROID_NDK && \ + export ANDROID_ABI="armeabi-v7a arm64-v8a x86" && \ + cd ../../ && \ + ./compile.sh --release --no-gradle + ndk=r16b + Maintainer Notes: Ring has a lot of native dependencies, the source tarballs of these are all downloaded and build for all enabled architectures. -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. +v103 introduces push notifications using gplay. Optional since 106 with noPush flavour. . Auto Update Mode:None Update Check Mode:RepoManifest/production -Current Version:20180223 -Current Version Code:107 +Current Version:20180421 +Current Version Code:116 diff --git a/metadata/cx.ring/0001-gradle-remove-unneeded-repo.patch b/metadata/cx.ring/0001-gradle-remove-unneeded-repo.patch new file mode 100644 index 0000000000..4a8875ce24 --- /dev/null +++ b/metadata/cx.ring/0001-gradle-remove-unneeded-repo.patch @@ -0,0 +1,27 @@ +From 2501598e8d23cefc3c61cd0bfc94a2f2be82c831 Mon Sep 17 00:00:00 2001 +From: Marcus Hoffmann +Date: Sun, 22 Apr 2018 20:53:03 +0200 +Subject: [PATCH] gradle: remove unneeded repo + +Change-Id: I88710352d8fb70d50d91f830247f82c7eec0f496 +--- + client-android/ring-android/build.gradle | 3 --- + 1 file changed, 3 deletions(-) + +diff --git a/client-android/ring-android/build.gradle b/client/android/ring-android/build.gradle +index dcda861c..92a8ff11 100644 +--- a/client-android/ring-android/build.gradle ++++ b/client-android/ring-android/build.gradle +@@ -2,9 +2,6 @@ buildscript { + repositories { + jcenter() + google() +- maven { +- url 'https://dl.bintray.com/poldz123/maven/' +- } + } + dependencies { + classpath 'com.android.tools.build:gradle:3.1.1' +-- +2.14.1 + diff --git a/metadata/cz.antecky.netswitch.txt b/metadata/cz.antecky.netswitch.txt index 607da8cf3b..cba91d88f1 100755 --- a/metadata/cz.antecky.netswitch.txt +++ b/metadata/cz.antecky.netswitch.txt @@ -31,7 +31,12 @@ Build:1.2,3 subdir=NetSwitch/app gradle=yes +Build:1.3,4 + commit=NetSwitch-1.3 + subdir=NetSwitch/app + gradle=yes + Auto Update Mode:Version NetSwitch-%v Update Check Mode:Tags -Current Version:1.2 -Current Version Code:3 +Current Version:1.3 +Current Version Code:4 diff --git a/metadata/de.arnowelzel.android.periodical.txt b/metadata/de.arnowelzel.android.periodical.txt index 17c7c02733..bc517a0681 100644 --- a/metadata/de.arnowelzel.android.periodical.txt +++ b/metadata/de.arnowelzel.android.periodical.txt @@ -102,7 +102,17 @@ Build:0.35,35 subdir=app gradle=yes +Build:1.04,48 + commit=1.04 + subdir=app + gradle=yes + +Build:1.05,49 + commit=1.05 + subdir=app + gradle=yes + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:0.35 -Current Version Code:35 +Current Version:1.05 +Current Version Code:49 diff --git a/metadata/de.badaix.snapcast.txt b/metadata/de.badaix.snapcast.txt index 89317c6d02..736c4645ed 100644 --- a/metadata/de.badaix.snapcast.txt +++ b/metadata/de.badaix.snapcast.txt @@ -58,5 +58,5 @@ Build:0.10.0,7 Auto Update Mode:None Update Check Mode:Tags -Current Version:0.12.0 -Current Version Code:1200 +Current Version:0.13.0 +Current Version Code:1300 diff --git a/metadata/de.baumann.browser.txt b/metadata/de.baumann.browser.txt index e26c754717..7f1d88d904 100644 --- a/metadata/de.baumann.browser.txt +++ b/metadata/de.baumann.browser.txt @@ -221,7 +221,14 @@ Build:5.5.1,75 prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle && \ sed -i -e '/jitpack.de/d' ../build.gradle +Build:5.6,76 + commit=v5.6 + 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.5.1 -Current Version Code:75 +Current Version:5.6 +Current Version Code:76 diff --git a/metadata/de.benibela.videlibri.txt b/metadata/de.benibela.videlibri.txt index 77e1f5c465..b7b8c4a4f8 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.967 -Current Version Code:1967 +Current Version:1.970 +Current Version Code:1970 diff --git a/metadata/de.blau.android.txt b/metadata/de.blau.android.txt index 73c68eaf7c..4b8d726c03 100644 --- a/metadata/de.blau.android.txt +++ b/metadata/de.blau.android.txt @@ -283,11 +283,17 @@ Build:10.0.5-fdroid,307 prebuild=sed -i -e 's/Vespucci/Vespucci (F-Droid)/g' -e 's/10.0.5/10.0.5-fdroid/g' src/main/res/values/appname.xml && \ sed -i -e '/bintray/d' -e '/markdown/d' -e '/preset-utils/d' build.gradle +Build:10.1.2-fdroid,403 + commit=10.1.2 + gradle=yes + prebuild=sed -i -e 's/Vespucci/Vespucci (F-Droid)/g' -e 's/10.1.2/10.1.2-fdroid/g' src/main/res/values/appname.xml && \ + sed -i -e '/bintray/d' -e '/markdown/d' -e '/preset-utils/d' build.gradle + Maintainer Notes: * Upstream requires -fdroid specific appname . Auto Update Mode:None Update Check Mode:Tags -Current Version:10.1.0 -Current Version Code:402 +Current Version:10.2.1.0 +Current Version Code:502 diff --git a/metadata/de.christinecoenen.code.zapp.txt b/metadata/de.christinecoenen.code.zapp.txt index b1db55e43b..b0c1e630ba 100644 --- a/metadata/de.christinecoenen.code.zapp.txt +++ b/metadata/de.christinecoenen.code.zapp.txt @@ -127,7 +127,12 @@ Build:1.9.1,24 subdir=app gradle=yes +Build:1.10.0,25 + commit=v1.10.0 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.9.1 -Current Version Code:24 +Current Version:1.10.0 +Current Version Code:25 diff --git a/metadata/de.danoeh.antennapod.txt b/metadata/de.danoeh.antennapod.txt index 53287463be..d7723334b7 100644 --- a/metadata/de.danoeh.antennapod.txt +++ b/metadata/de.danoeh.antennapod.txt @@ -389,6 +389,13 @@ Build:1.6.4.5,1060405 gradle=free gradleprops=freeBuild +Build:1.6.5,1060595 + commit=1.6.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 @@ -396,5 +403,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.5 -Current Version Code:1060405 +Current Version:1.6.5 +Current Version Code:1060595 diff --git a/metadata/de.digisocken.anotherrss.txt b/metadata/de.digisocken.anotherrss.txt index af3b37ab53..6aec0090ba 100644 --- a/metadata/de.digisocken.anotherrss.txt +++ b/metadata/de.digisocken.anotherrss.txt @@ -93,7 +93,27 @@ Build:2.03,203 subdir=app gradle=yes +Build:2.12,212 + commit=v2.12 + subdir=app + gradle=yes + +Build:2.13,213 + commit=v2.13 + subdir=app + gradle=yes + +Build:2.14,214 + commit=v2.14 + subdir=app + gradle=yes + +Build:2.15,215 + commit=v2.15 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:2.03 -Current Version Code:203 +Current Version:2.15 +Current Version Code:215 diff --git a/metadata/de.digisocken.openwort.txt b/metadata/de.digisocken.openwort.txt index 897d9beecb..a850c7ecc5 100644 --- a/metadata/de.digisocken.openwort.txt +++ b/metadata/de.digisocken.openwort.txt @@ -34,7 +34,17 @@ Build:1.5,15 subdir=app gradle=yes +Build:1.6,16 + commit=v1.6 + subdir=app + gradle=yes + +Build:1.7,17 + commit=v1.7 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.5 -Current Version Code:15 +Current Version:1.7 +Current Version Code:17 diff --git a/metadata/de.digisocken.reotwe.txt b/metadata/de.digisocken.reotwe.txt new file mode 100644 index 0000000000..1148ab0b0d --- /dev/null +++ b/metadata/de.digisocken.reotwe.txt @@ -0,0 +1,51 @@ +AntiFeatures:NonFreeNet +Categories:Internet +License:Unlicense +Author Name:deadlockz +Web Site:https://no-go.github.io/ReoTwe/ +Source Code:https://github.com/no-go/ReoTwe +Issue Tracker: + +Auto Name:ReoTwé +Summary:minimalistic microblogging client for twitter +Description: +The App is a very low level twitter client. You have to generate your OWN +Twitter API Key and Secret or THIS APP WILL NOT WORK. + +'''Features''' + +* ad-free +* fast and efficient +* no write access permissions (maximal privacy) +* small Welcome intro with hints about API Key and Secret +* tap on the Tweet text to load the full imageful tweet view +* night mode +* switch images and videos on/off in preferences +* search user and hashtags +* twitter 280 messages (and a small picture function) + +'''Twitter client like a feed reader''' + +* no private messages +* no profile changes +* no high resolution photo or images sending +* no Tweet details, answering, comments +* no voting +* no stories +* no likes +* no retweets +* no beep, blink or any other notification +. + +Repo Type:git +Repo:https://github.com/no-go/ReoTwe + +Build:2.03,203 + commit=v2.03 + subdir=app + gradle=yes + +Auto Update Mode:Version v%v +Update Check Mode:Tags +Current Version:2.03 +Current Version Code:203 diff --git a/metadata/de.dotwee.micropinner.txt b/metadata/de.dotwee.micropinner.txt index 818cf810a5..06bde852cf 100644 --- a/metadata/de.dotwee.micropinner.txt +++ b/metadata/de.dotwee.micropinner.txt @@ -56,7 +56,12 @@ Build:v2.0.1,26 subdir=app gradle=yes +Build:v2.1.0,27 + commit=release-v2.1.0 + subdir=app + gradle=yes + Auto Update Mode:Version release-%v Update Check Mode:Tags -Current Version:v2.0.1 -Current Version Code:26 +Current Version:v2.1.0 +Current Version Code:27 diff --git a/metadata/de.duenndns.gmdice.txt b/metadata/de.duenndns.gmdice.txt index 2e26d1701c..d96aafe133 100644 --- a/metadata/de.duenndns.gmdice.txt +++ b/metadata/de.duenndns.gmdice.txt @@ -37,5 +37,5 @@ Build:0.1.6,7 Auto Update Mode:None Update Check Mode:Tags -Current Version:0.1.6 -Current Version Code:7 +Current Version:$build_revision +Current Version Code:8 diff --git a/metadata/de.freewarepoint.whohasmystuff.txt b/metadata/de.freewarepoint.whohasmystuff.txt index bccd18f59c..0073b637d4 100644 --- a/metadata/de.freewarepoint.whohasmystuff.txt +++ b/metadata/de.freewarepoint.whohasmystuff.txt @@ -102,7 +102,11 @@ Build:1.0.30,31 commit=1.0.30 gradle=yes +Build:1.0.33,34 + commit=1.0.33 + gradle=yes + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:1.0.30 -Current Version Code:31 +Current Version:1.0.33 +Current Version Code:34 diff --git a/metadata/de.gabbo.forro_lyrics.txt b/metadata/de.gabbo.forro_lyrics.txt index f4a9b24988..0b20d8b57f 100644 --- a/metadata/de.gabbo.forro_lyrics.txt +++ b/metadata/de.gabbo.forro_lyrics.txt @@ -24,7 +24,7 @@ will grow with time. You can contribute too, also with translations if you like! . Repo Type:git -Repo:https://gitlab.com/GabbO2/ForroLyrics.git +Repo:https://gitlab.com/Gabor-B/ForroLyrics.git Build:0.8,1 commit=0.8 @@ -96,7 +96,12 @@ Build:1.2.3,14 subdir=app gradle=yes +Build:1.2.4,15 + commit=1.2.4 + subdir=app + gradle=yes + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:1.2.3 -Current Version Code:14 +Current Version:1.2.4 +Current Version Code:15 diff --git a/metadata/de.geeksfactory.opacclient.txt b/metadata/de.geeksfactory.opacclient.txt index 8cac75ab4c..1edceeed8c 100644 --- a/metadata/de.geeksfactory.opacclient.txt +++ b/metadata/de.geeksfactory.opacclient.txt @@ -1219,6 +1219,19 @@ Build:5.3.0,185 scandelete=opacclient/buildSrc preassemble=downloadJson +Build:5.3.1,186 + commit=5.3.1 + 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 @@ -1227,5 +1240,5 @@ to deploy. Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:5.3.0 -Current Version Code:185 +Current Version:5.3.1 +Current Version Code:186 diff --git a/metadata/de.hampager.dapnetmobile.txt b/metadata/de.hampager.dapnetmobile.txt index cafa370923..cf34321b79 100644 --- a/metadata/de.hampager.dapnetmobile.txt +++ b/metadata/de.hampager.dapnetmobile.txt @@ -61,7 +61,17 @@ Build:1.0.14.2,19 subdir=app gradle=yes +Build:1.0.15,20 + commit=1.0.15 + subdir=app + gradle=yes + +Build:1.0.16,21 + commit=1.0.16 + subdir=app + gradle=yes + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:1.0.14.2 -Current Version Code:19 +Current Version:1.0.16 +Current Version Code:21 diff --git a/metadata/de.j4velin.pedometer.txt b/metadata/de.j4velin.pedometer.txt index 5e2540c50f..43c838082f 100644 --- a/metadata/de.j4velin.pedometer.txt +++ b/metadata/de.j4velin.pedometer.txt @@ -64,7 +64,14 @@ Build:1.5.1,151 touch key.properties && \ sed -i -e '/debug {/,+4d' build.gradle +Build:1.5.3,153 + commit=1.5.3 + gradle=fdroid + prebuild=sed -i -e '/playCompile/d' build.gradle && \ + touch key.properties && \ + sed -i -e '/debug {/,+4d' build.gradle + Auto Update Mode:None -Update Check Mode:RepoManifest -Current Version:1.5.2 -Current Version Code:152 +Update Check Mode:Tags +Current Version:1.5.3 +Current Version Code:153 diff --git a/metadata/de.j4velin.wifiAutoOff.txt b/metadata/de.j4velin.wifiAutoOff.txt index 62f3392507..886820e338 100644 --- a/metadata/de.j4velin.wifiAutoOff.txt +++ b/metadata/de.j4velin.wifiAutoOff.txt @@ -214,7 +214,13 @@ Build:1.7.7,1770 prebuild=touch key.properties && \ sed -i -e '/playCompile/d' build.gradle +Build:1.7.8,1780 + commit=1.7.8 + gradle=fdroid + prebuild=touch key.properties && \ + sed -i -e '/playCompile/d' build.gradle + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:1.7.7 -Current Version Code:1770 +Current Version:1.7.8 +Current Version Code:1780 diff --git a/metadata/de.k3b.android.androFotoFinder.txt b/metadata/de.k3b.android.androFotoFinder.txt index 8106d0ba7c..12b14e6849 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 +Auto Name:A Photo Manager (dev) Repo Type:git Repo:https://github.com/k3b/androFotoFinder @@ -173,14 +173,22 @@ Build:0.6.3.180211,35 subdir=app gradle=yes +Build:0.6.4.180314,36 + disable=App may crash with Exception in the Settingsdialog. Will be fixed in ,37 + commit=v0.6.4.180314 + subdir=app + gradle=yes + +Build:0.6.4.180321,37 + commit=v0.6.4.180321 + subdir=app + gradle=yes + Maintainer Notes: Please use git-branch "FDroid" for FDroid-builds. -Ready for fastlane localisation, once fastlane linebreak problem - https://gitlab.com/fdroid/fdroidserver/merge_requests/375 - and related is solved. . Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:0.6.3.180211 -Current Version Code:35 +Current Version:0.6.4.180321 +Current Version Code:37 diff --git a/metadata/de.kromke.andreas.unpopmusicplayerfree.txt b/metadata/de.kromke.andreas.unpopmusicplayerfree.txt index 2d3dbdeed2..bc2545d38e 100644 --- a/metadata/de.kromke.andreas.unpopmusicplayerfree.txt +++ b/metadata/de.kromke.andreas.unpopmusicplayerfree.txt @@ -74,7 +74,27 @@ Build:1.41,19 subdir=app gradle=yes +Build:1.42,20 + commit=v1.42 + subdir=app + gradle=yes + +Build:1.43,21 + commit=v1.43 + subdir=app + gradle=yes + +Build:1.44,22 + commit=v1.44 + subdir=app + gradle=yes + +Build:1.44.1,23 + commit=v1.44.1 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.41 -Current Version Code:19 +Current Version:1.44.1 +Current Version Code:23 diff --git a/metadata/de.kugihan.dictionaryformids.hmi_android.txt b/metadata/de.kugihan.dictionaryformids.hmi_android.txt index 1ca74ea2a5..5482abc197 100644 --- a/metadata/de.kugihan.dictionaryformids.hmi_android.txt +++ b/metadata/de.kugihan.dictionaryformids.hmi_android.txt @@ -7,7 +7,7 @@ Issue Tracker:http://dictionarymid.german-fighters.com/forum/index.php?board=12. Auto Name:DictionaryForMIDs Repo Type:git-svn -Repo:https://svn.code.sf.net/p/dictionarymid/code/trunk +Repo:https://svn.code.sf.net/p/dictionarymid/code/trunk/ Build:0.91.1,98 commit=561 @@ -38,6 +38,15 @@ Build:1.0.1,126 sed -i "s;compile project(':DictionaryForMIDs_Core');;" build.gradle && \ sed -i '/releaseSigning ==/{N;N;d}' build.gradle +Build:1.1.0,131 + commit=787 + subdir=Android + patch=0001-gradle-remove-crowdin-signing.patch + gradle=yes + rm=Build/antenna-bin-1.2.1-beta.jar + prebuild=mv -f ../DictionaryForMIDs/src/de/kugihan/dictionaryformids/* src/main/java/de/kugihan/ && \ + sed -i "s;compile project(':DictionaryForMIDs_Core');;" build.gradle + 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 diff --git a/metadata/de.kugihan.dictionaryformids.hmi_android/0001-gradle-remove-crowdin-signing.patch b/metadata/de.kugihan.dictionaryformids.hmi_android/0001-gradle-remove-crowdin-signing.patch new file mode 100644 index 0000000000..d91c546bca --- /dev/null +++ b/metadata/de.kugihan.dictionaryformids.hmi_android/0001-gradle-remove-crowdin-signing.patch @@ -0,0 +1,80 @@ +From 608589f8ceb7f52af27943e0482dc01dcda619f4 Mon Sep 17 00:00:00 2001 +From: Marcus Hoffmann +Date: Sun, 22 Apr 2018 11:49:45 +0200 +Subject: [PATCH] gradle: remove crowdin, singing + +--- + Android/build.gradle | 42 ------------------------------------------ + 1 file changed, 42 deletions(-) + +diff --git a/Android/build.gradle b/Android/build.gradle +index 0e35b83..28aa42d 100644 +--- a/Android/build.gradle ++++ b/Android/build.gradle +@@ -4,27 +4,10 @@ buildscript { + } + dependencies { + classpath 'com.android.tools.build:gradle:2.2.3' +- classpath 'com.github.triplet.gradle:play-publisher:1.1.5' +- } +-} +- +-plugins { +- id "com.mendhak.gradlecrowdin" version "0.0.9" +-} +- +-tasks.whenTaskAdded { task -> +- if (task.name == 'validateReleaseSigning') { +- task.dependsOn readPasswordFromInput +- } +- if (task.name == 'validateReleaseSigning') { +- tasks.assembleRelease.doLast { +- tasks.createReleaseZip.execute() +- } + } + } + + apply plugin: 'com.android.application' +-apply plugin: "com.mendhak.gradlecrowdin" + + repositories { + mavenCentral() +@@ -76,11 +59,6 @@ android { + } + } + +- // Enable signing of release if property is set in file gradle.properties +- if (releaseSigning == "true") { +- buildTypes.release.signingConfig signingConfigs.release +- } +- + } + + task readPasswordFromInput << { +@@ -125,23 +103,3 @@ def getVersionName() { + def versionName = manifestXml.getAttributeNS("http://schemas.android.com/apk/res/android", "versionName") + return versionName + } +- +-crowdinDownload { +- projectId = crowdinProjectId +- apiKey = crowdinApiKey +- destination = "$projectDir/src/main" +-} +- +-crowdinUpload { +- projectId = crowdinProjectId +- apiKey = crowdinApiKey +- sourceFiles = [ +- ['strings.xml', "$projectDir/src/main/res/values/strings.xml"], +- ] +-} +- +-apply plugin: 'com.github.triplet.play' +- +-play { +- jsonFile = file(playJsonFile) +-} +-- +2.14.1 + diff --git a/metadata/de.live.gdev.timetracker.txt b/metadata/de.live.gdev.timetracker.txt index 5cedf32625..1c75a972be 100644 --- a/metadata/de.live.gdev.timetracker.txt +++ b/metadata/de.live.gdev.timetracker.txt @@ -118,7 +118,12 @@ Build:1.3.12,25 subdir=app gradle=FlavorDefault +Build:1.3.13,26 + commit=v1.3.13 + subdir=app + gradle=FlavorDefault + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.3.12 -Current Version Code:25 +Current Version:1.3.13 +Current Version Code:26 diff --git a/metadata/de.reimardoeffinger.quickdic.txt b/metadata/de.reimardoeffinger.quickdic.txt index a26bc98f9a..3ecfd0cde3 100644 --- a/metadata/de.reimardoeffinger.quickdic.txt +++ b/metadata/de.reimardoeffinger.quickdic.txt @@ -146,7 +146,12 @@ Build:5.4.4,98 submodules=yes gradle=yes +Build:5.4.5,100 + commit=v5.4.5 + submodules=yes + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags ^v[0-9.]*$ -Current Version:5.4.4 -Current Version Code:98 +Current Version:5.4.5 +Current Version Code:100 diff --git a/metadata/de.robv.android.xposed.installer.txt b/metadata/de.robv.android.xposed.installer.txt index 19fbe0ac1c..5256115d9a 100644 --- a/metadata/de.robv.android.xposed.installer.txt +++ b/metadata/de.robv.android.xposed.installer.txt @@ -3,6 +3,8 @@ License:GPL-3.0 Web Site:https://xposed.info Source Code:https://github.com/rovo89/XposedInstaller Issue Tracker:https://github.com/rovo89/XposedInstaller/issues +Donate:http://repo.xposed.info/donate +Bitcoin:1uAEzZrfJt96UHYQheUUC8gSp2TJdwdw3 Auto Name:Xposed Installer Summary:Installer of Xposed framework @@ -19,30 +21,20 @@ Requires Root:yes Repo Type:git Repo:https://github.com/rovo89/XposedInstaller -Build:3.1.1,39 - disable=remove - commit=3.1.1 +Build:3.1.5,43 + commit=3.1.5 subdir=app init=sed -i -e 's/AssetUtil.BUSYBOX_FILE.getAbsolutePath() + " " + command/command/g' -e '/extractBusybox/d' src/main/java/de/robv/android/xposed/installer/util/RootUtil.java - gradle=fdroid - prebuild=sed -i -e '/buildTypes/iproductFlavors { fdroid { minSdkVersion 21 } }' build.gradle - scandelete=app/src/main/assets - -Build:3.1.2,40 - disable=JAR file - commit=3.1.2 - subdir=app - init=sed -i -e 's/AssetUtil.BUSYBOX_FILE.getAbsolutePath() + " " + command/command/g' -e '/extractBusybox/d' src/main/java/de/robv/android/xposed/installer/util/RootUtil.java - gradle=fdroid - prebuild=sed -i -e '/buildTypes/iproductFlavors { fdroid { minSdkVersion 21 } }' build.gradle + patch=get_rid_of_AndroidHiddenAPI_jar.patch + gradle=yes + rm=app/libs/AndroidHiddenAPI.jar scandelete=app/src/main/assets Maintainer Notes: -See https://github.com/rovo89/XposedInstaller/pull/368#issuecomment-270937571. -Includes AndroidHiddenAPI.jar see: https://github.com/rovo89/XposedInstaller/issues/386 +Includes AndroidHiddenAPI.jar see: https://github.com/rovo89/XposedInstaller/issues/386 --> now patched out. . -Auto Update Mode:None +Auto Update Mode:Version %v Update Check Mode:Tags Current Version:3.1.5 Current Version Code:43 diff --git a/metadata/de.robv.android.xposed.installer/get_rid_of_AndroidHiddenAPI_jar.patch b/metadata/de.robv.android.xposed.installer/get_rid_of_AndroidHiddenAPI_jar.patch new file mode 100644 index 0000000000..e808206267 --- /dev/null +++ b/metadata/de.robv.android.xposed.installer/get_rid_of_AndroidHiddenAPI_jar.patch @@ -0,0 +1,278 @@ +From b58a6014d8a49bd17af182ea05862d8bb205959b Mon Sep 17 00:00:00 2001 +From: relan +Date: Sun, 15 Oct 2017 21:52:28 +0300 +Subject: [PATCH] Add FileUtil class + +Exact copy of android.os.FileUtils functions (from AOSP 7.1.2), only Slog +is replaced with Log. + +Use the new FileUtil class to delete directories + +Stop using reflection. + +Add FileUtils.setPermissions() methods + +Those functions can set different permissions for owner and everyone else. +For example FileUtils.setPermissions(path, 7, 1) will mean Unix mode 0711: +read, write, execute for owner; only execute for group and others. + +There is no need to set group permissions specifically. When a new app is +being installed, Android creates a new Unix user and group for it. Since +groups aren't shared, they don't actually participate in access rights +checking: when we access our file, "owner" permissions are in effect; when +another app accesses our file, "other" permissions are used. + +Use the new FileUtil.setPermissions() methods + +--- + app/build.gradle | 1 - + .../robv/android/xposed/installer/XposedApp.java | 28 ++++----- + .../installer/installation/FlashDirectly.java | 2 +- + .../android/xposed/installer/util/AssetUtil.java | 13 ++-- + .../android/xposed/installer/util/FileUtil.java | 69 +++++++++++++++++++++ + .../android/xposed/installer/util/ModuleUtil.java | 5 +- + 7 files changed, 90 insertions(+), 28 deletions(-) + delete mode 100644 app/libs/AndroidHiddenAPI.jar + create mode 100644 app/src/main/java/de/robv/android/xposed/installer/util/FileUtil.java + +diff --git a/app/build.gradle b/app/build.gradle +index d3d07e7..fad9889 100644 +--- a/app/build.gradle ++++ b/app/build.gradle +@@ -33,5 +33,4 @@ dependencies { + implementation 'eu.chainfire:libsuperuser:1.0.0.201608240809' + implementation 'com.squareup.picasso:picasso:2.5.2' + implementation 'de.psdev.licensesdialog:licensesdialog:1.8.1' +- compileOnly fileTree(dir: 'libs', include: ['*.jar']) + } +diff --git a/app/src/main/java/de/robv/android/xposed/installer/XposedApp.java b/app/src/main/java/de/robv/android/xposed/installer/XposedApp.java +index abb8211..1fe78c1 100644 +--- a/app/src/main/java/de/robv/android/xposed/installer/XposedApp.java ++++ b/app/src/main/java/de/robv/android/xposed/installer/XposedApp.java +@@ -11,7 +11,6 @@ import android.net.Uri; + import android.os.Build; + import android.os.Bundle; + import android.os.Environment; +-import android.os.FileUtils; + import android.os.Handler; + import android.preference.PreferenceManager; + import android.support.v4.content.FileProvider; +@@ -20,10 +19,10 @@ import android.util.Log; + import java.io.File; + import java.io.FileInputStream; + import java.io.IOException; +-import java.lang.reflect.Method; + + import de.robv.android.xposed.installer.util.AssetUtil; + import de.robv.android.xposed.installer.util.DownloadsUtil; ++import de.robv.android.xposed.installer.util.FileUtil; + import de.robv.android.xposed.installer.util.InstallZipUtil; + import de.robv.android.xposed.installer.util.InstallZipUtil.XposedProp; + import de.robv.android.xposed.installer.util.NotificationUtil; +@@ -124,26 +123,21 @@ public class XposedApp extends Application implements ActivityLifecycleCallbacks + } + + private void createDirectories() { +- FileUtils.setPermissions(BASE_DIR, 00711, -1, -1); +- mkdirAndChmod("conf", 00771); +- mkdirAndChmod("log", 00777); ++ FileUtil.setPermissions(BASE_DIR, 7, 1); ++ mkdirAndChmod("conf", 7, 1); ++ mkdirAndChmod("log", 7, 7); + + if (Build.VERSION.SDK_INT >= 24) { +- try { +- Method deleteDir = FileUtils.class.getDeclaredMethod("deleteContentsAndDir", File.class); +- deleteDir.invoke(null, new File(BASE_DIR_LEGACY, "bin")); +- deleteDir.invoke(null, new File(BASE_DIR_LEGACY, "conf")); +- deleteDir.invoke(null, new File(BASE_DIR_LEGACY, "log")); +- } catch (ReflectiveOperationException e) { +- Log.w(XposedApp.TAG, "Failed to delete obsolete directories", e); +- } ++ FileUtil.deleteContentsAndDir(new File(BASE_DIR_LEGACY, "bin")); ++ FileUtil.deleteContentsAndDir(new File(BASE_DIR_LEGACY, "conf")); ++ FileUtil.deleteContentsAndDir(new File(BASE_DIR_LEGACY, "log")); + } + } + +- private void mkdirAndChmod(String dir, int permissions) { +- dir = BASE_DIR + dir; +- new File(dir).mkdir(); +- FileUtils.setPermissions(dir, permissions, -1, -1); ++ private void mkdirAndChmod(String name, int owner, int other) { ++ File dir = new File(BASE_DIR + name); ++ dir.mkdir(); ++ FileUtil.setPermissions(dir, owner, other); + } + + public void reloadXposedProp() { +diff --git a/app/src/main/java/de/robv/android/xposed/installer/installation/FlashDirectly.java b/app/src/main/java/de/robv/android/xposed/installer/installation/FlashDirectly.java +index e230d3f..fad7f66 100644 +--- a/app/src/main/java/de/robv/android/xposed/installer/installation/FlashDirectly.java ++++ b/app/src/main/java/de/robv/android/xposed/installer/installation/FlashDirectly.java +@@ -46,7 +46,7 @@ public class FlashDirectly extends Flashable { + ZipEntry entry = zip.getEntry("META-INF/com/google/android/update-binary"); + File updateBinaryFile = new File(XposedApp.getInstance().getCacheDir(), "update-binary"); + try { +- AssetUtil.writeStreamToFile(zip.getInputStream(entry), updateBinaryFile, 0700); ++ AssetUtil.writeStreamToFile(zip.getInputStream(entry), updateBinaryFile, 7, 0); + } catch (IOException e) { + Log.e(XposedApp.TAG, "Could not extract update-binary", e); + triggerError(callback, FlashCallback.ERROR_INVALID_ZIP); +diff --git a/app/src/main/java/de/robv/android/xposed/installer/util/AssetUtil.java b/app/src/main/java/de/robv/android/xposed/installer/util/AssetUtil.java +index 63b2bc8..5b71de5 100644 +--- a/app/src/main/java/de/robv/android/xposed/installer/util/AssetUtil.java ++++ b/app/src/main/java/de/robv/android/xposed/installer/util/AssetUtil.java +@@ -2,7 +2,6 @@ package de.robv.android.xposed.installer.util; + + import android.content.res.AssetManager; + import android.os.Build; +-import android.os.FileUtils; + import android.util.Log; + + import java.io.File; +@@ -26,12 +25,13 @@ public class AssetUtil { + } + } + +- public static File writeAssetToFile(AssetManager assets, String assetName, File targetFile, int mode) { ++ public static File writeAssetToFile(AssetManager assets, String assetName, ++ File targetFile, int owner, int other) { + try { + if (assets == null) + assets = XposedApp.getInstance().getAssets(); + InputStream in = assets.open(assetName); +- writeStreamToFile(in, targetFile, mode);; ++ writeStreamToFile(in, targetFile, owner, other); + return targetFile; + } catch (IOException e) { + Log.e(XposedApp.TAG, "could not extract asset", e); +@@ -42,7 +42,8 @@ public class AssetUtil { + } + } + +- public static void writeStreamToFile(InputStream in, File targetFile, int mode) throws IOException { ++ public static void writeStreamToFile(InputStream in, File targetFile, ++ int owner, int other) throws IOException { + FileOutputStream out = new FileOutputStream(targetFile); + + byte[] buffer = new byte[1024]; +@@ -53,7 +54,7 @@ public class AssetUtil { + in.close(); + out.close(); + +- FileUtils.setPermissions(targetFile.getAbsolutePath(), mode, -1, -1); ++ FileUtil.setPermissions(targetFile.getAbsolutePath(), owner, other); + } + + public synchronized static void extractBusybox() { +@@ -61,7 +62,7 @@ public class AssetUtil { + return; + + AssetManager assets = null; +- writeAssetToFile(assets, getBinariesFolder() + "busybox-xposed", BUSYBOX_FILE, 00700); ++ writeAssetToFile(assets, getBinariesFolder() + "busybox-xposed", BUSYBOX_FILE, 7, 0); + } + + public synchronized static void removeBusybox() { +diff --git a/app/src/main/java/de/robv/android/xposed/installer/util/FileUtil.java b/app/src/main/java/de/robv/android/xposed/installer/util/FileUtil.java +new file mode 100644 +index 0000000..aacb87f +--- /dev/null ++++ b/app/src/main/java/de/robv/android/xposed/installer/util/FileUtil.java +@@ -0,0 +1,69 @@ ++/* ++ * Copyright (C) 2006 The Android Open Source Project ++ * ++ * Licensed under the Apache License, Version 2.0 (the "License"); ++ * you may not use this file except in compliance with the License. ++ * You may obtain a copy of the License at ++ * ++ * http://www.apache.org/licenses/LICENSE-2.0 ++ * ++ * Unless required by applicable law or agreed to in writing, software ++ * distributed under the License is distributed on an "AS IS" BASIS, ++ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ++ * See the License for the specific language governing permissions and ++ * limitations under the License. ++ */ ++ ++package de.robv.android.xposed.installer.util; ++ ++import android.util.Log; ++ ++import java.io.File; ++ ++import de.robv.android.xposed.installer.XposedApp; ++ ++public class FileUtil { ++ public static boolean setPermissions(String path, int owner, int other) { ++ return setPermissions(new File(path), owner, other); ++ } ++ ++ public static boolean setPermissions(File path, int owner, int other) { ++ if (!setPermissions(path, other, false) || !setPermissions(path, owner, true)) { ++ Log.w(XposedApp.TAG, "Failed to set permissions " + ++ owner + "/" + other + " for " + path.getPath()); ++ return false; ++ } ++ return true; ++ } ++ ++ private static boolean setPermissions(File path, int perm, boolean ownerOnly) { ++ return path.setReadable((perm & 4) != 0, ownerOnly) ++ && path.setWritable((perm & 2) != 0, ownerOnly) ++ && path.setExecutable((perm & 1) != 0, ownerOnly); ++ } ++ ++ public static boolean deleteContentsAndDir(File dir) { ++ if (deleteContents(dir)) { ++ return dir.delete(); ++ } else { ++ return false; ++ } ++ } ++ ++ public static boolean deleteContents(File dir) { ++ File[] files = dir.listFiles(); ++ boolean success = true; ++ if (files != null) { ++ for (File file : files) { ++ if (file.isDirectory()) { ++ success &= deleteContents(file); ++ } ++ if (!file.delete()) { ++ Log.w(XposedApp.TAG, "Failed to delete " + file); ++ success = false; ++ } ++ } ++ } ++ return success; ++ } ++} +diff --git a/app/src/main/java/de/robv/android/xposed/installer/util/ModuleUtil.java b/app/src/main/java/de/robv/android/xposed/installer/util/ModuleUtil.java +index 9aa8e1d..e38788b 100644 +--- a/app/src/main/java/de/robv/android/xposed/installer/util/ModuleUtil.java ++++ b/app/src/main/java/de/robv/android/xposed/installer/util/ModuleUtil.java +@@ -9,7 +9,6 @@ import android.content.pm.PackageManager; + import android.content.pm.PackageManager.NameNotFoundException; + import android.content.pm.ResolveInfo; + import android.graphics.drawable.Drawable; +-import android.os.FileUtils; + import android.util.Log; + import android.widget.Toast; + +@@ -223,8 +222,8 @@ public final class ModuleUtil { + modulesList.close(); + enabledModulesList.close(); + +- FileUtils.setPermissions(MODULES_LIST_FILE, 00664, -1, -1); +- FileUtils.setPermissions(XposedApp.ENABLED_MODULES_LIST_FILE, 00664, -1, -1); ++ FileUtil.setPermissions(MODULES_LIST_FILE, 6, 4); ++ FileUtil.setPermissions(XposedApp.ENABLED_MODULES_LIST_FILE, 6, 4); + + if (showToast) + showToast(R.string.xposed_module_list_updated); +-- +2.14.1 + diff --git a/metadata/de.schildbach.wallet.txt b/metadata/de.schildbach.wallet.txt index 85e3996cb8..5064a22343 100644 --- a/metadata/de.schildbach.wallet.txt +++ b/metadata/de.schildbach.wallet.txt @@ -918,7 +918,21 @@ Build:6.03,343 prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.10" }' >> ../build.gradle scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet +Build:6.18,358 + commit=v6.18-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.21,361 + commit=v6.21-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:6.03 -Current Version Code:343 +Current Version:6.21 +Current Version Code:361 diff --git a/metadata/de.schildbach.wallet_test.txt b/metadata/de.schildbach.wallet_test.txt index 350f5ec466..817e91635f 100644 --- a/metadata/de.schildbach.wallet_test.txt +++ b/metadata/de.schildbach.wallet_test.txt @@ -912,7 +912,21 @@ Build:6.03,343 prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.10" }' >> ../build.gradle scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet +Build:6.18,358 + commit=v6.18 + 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.21,361 + commit=v6.21 + 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:6.03 -Current Version Code:343 +Current Version:6.21 +Current Version Code:361 diff --git a/metadata/de.srlabs.snoopsnitch.txt b/metadata/de.srlabs.snoopsnitch.txt index bf84be7c5f..9b20fcb273 100644 --- a/metadata/de.srlabs.snoopsnitch.txt +++ b/metadata/de.srlabs.snoopsnitch.txt @@ -172,7 +172,21 @@ Build:1.0.3,17 bash copy.sh ndk=r14b +Build:2.0.5,32 + commit=SnoopSnitch-2.0.5 + subdir=SnoopSnitch/app + submodules=yes + gradle=yes + prebuild=rm -rf ../../contrib/prebuilt/* + build=cd ../../contrib && \ + export PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin:$PATH && \ + export NDK_DIR=$$NDK$$ && \ + bash compile.sh -t android -u && \ + cd ../SnoopSnitch && \ + bash copy.sh + ndk=r14b + Auto Update Mode:Version SnoopSnitch-%v Update Check Mode:Tags -Current Version:1.0.3 -Current Version Code:17 +Current Version:2.0.5 +Current Version Code:32 diff --git a/metadata/de.t_dankworth.secscanqr.txt b/metadata/de.t_dankworth.secscanqr.txt index 690ce99c5a..287ea3cfd3 100644 --- a/metadata/de.t_dankworth.secscanqr.txt +++ b/metadata/de.t_dankworth.secscanqr.txt @@ -46,7 +46,12 @@ Build:1.1.4,7 subdir=app gradle=yes +Build:1.1.5,8 + commit=1.1.5 + subdir=app + gradle=yes + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:1.1.4 -Current Version Code:7 +Current Version:1.1.5 +Current Version Code:8 diff --git a/metadata/de.tobiasbielefeld.solitaire.txt b/metadata/de.tobiasbielefeld.solitaire.txt index f6ee74ef31..465573a218 100644 --- a/metadata/de.tobiasbielefeld.solitaire.txt +++ b/metadata/de.tobiasbielefeld.solitaire.txt @@ -218,7 +218,27 @@ Build:3.10.2,64 subdir=app gradle=yes +Build:3.11,65 + commit=v3.11 + subdir=app + gradle=yes + +Build:3.11.1,66 + commit=v3.11.1 + subdir=app + gradle=yes + +Build:3.11.2,67 + commit=v3.11.2 + subdir=app + gradle=yes + +Build:3.11.3,68 + commit=v3.11.3 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:3.10.2 -Current Version Code:64 +Current Version:3.11.3 +Current Version Code:68 diff --git a/metadata/de.tum.in.tumcampus.txt b/metadata/de.tum.in.tumcampus.txt index 0a1a19c0fc..e7c4a71583 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.5.2-dev -Current Version Code:999999 +Current Version:1.6.0-dev +Current Version Code:523 diff --git a/metadata/de.westnordost.streetcomplete.txt b/metadata/de.westnordost.streetcomplete.txt index 8e6982bc3c..86af73c198 100644 --- a/metadata/de.westnordost.streetcomplete.txt +++ b/metadata/de.westnordost.streetcomplete.txt @@ -181,8 +181,18 @@ Build:4.0,402 subdir=app gradle=yes +Build:4.1,403 + commit=v4.1 + subdir=app + gradle=yes + +Build:5.0,502 + commit=v5.0 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags Update Check Ignore:(alpha|beta|rc|RC) -Current Version:4.0 -Current Version Code:402 +Current Version:5.0 +Current Version Code:502 diff --git a/metadata/dk.jens.backup.txt b/metadata/dk.jens.backup.txt index dafabfb86b..220a88ee03 100644 --- a/metadata/dk.jens.backup.txt +++ b/metadata/dk.jens.backup.txt @@ -94,7 +94,12 @@ Build:0.2.12.1,19 gradle=yes rm=libs/*.jar +Build:0.2.13,20 + commit=0.2.13 + gradle=yes + rm=libs/*.jar + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:0.2.12.1 -Current Version Code:19 +Current Version:0.2.13 +Current Version Code:20 diff --git a/metadata/ee.ioc.phon.android.speak.txt b/metadata/ee.ioc.phon.android.speak.txt index cbf7da22ec..4247e26c9a 100644 --- a/metadata/ee.ioc.phon.android.speak.txt +++ b/metadata/ee.ioc.phon.android.speak.txt @@ -100,5 +100,5 @@ use preassemble= here. Auto Update Mode:None Update Check Mode:Tags -Current Version:1.6.68 -Current Version Code:1668 +Current Version:1.6.78 +Current Version Code:1678 diff --git a/metadata/es.usc.citius.servando.calendula.txt b/metadata/es.usc.citius.servando.calendula.txt index 6cea85e0fa..dc4a3a88af 100644 --- a/metadata/es.usc.citius.servando.calendula.txt +++ b/metadata/es.usc.citius.servando.calendula.txt @@ -168,7 +168,18 @@ Build:2.5.3,34 popd && \ cp $$google-rfc-2445$$/jars/rfc2445.jar libs/ +Build:2.5.4,35 + commit=v2.5.4 + 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 +Current Version:2.5.4 +Current Version Code:35 diff --git a/metadata/eu.faircode.xlua.yml b/metadata/eu.faircode.xlua.yml new file mode 100644 index 0000000000..0412bdca4a --- /dev/null +++ b/metadata/eu.faircode.xlua.yml @@ -0,0 +1,116 @@ +AntiFeatures: + - NonFreeAdd +Categories: + - System + - Security +License: GPL-3.0 +SourceCode: https://github.com/M66B/XPrivacyLua +IssueTracker: https://forum.xda-developers.com/xposed/modules/xprivacylua6-0-android-privacy-manager-t3730663 +Changelog: https://github.com/M66B/XPrivacyLua/releases +Donate: https://lua.xprivacy.eu/ +Bitcoin: 1GePXhRPgLhwQmBwRHhX1nSCgvfnCY97Gg + +AutoName: XPrivacyLua +Summary: Really simple to use privacy manager for Marshmallow (6.0) and later +Description: |- + '''XPosed Module''', get [[de.robv.android.xposed.installer]]. + + Really simple to use privacy manager for Android 6.0 Marshmallow and later + (successor of XPrivacy). + + Revoking Android permissions from apps often let apps crash or malfunction. + XPrivacyLua solves this by feeding apps fake data instead of real data. + + '''Features:''' + + * Simple to use + * Manage any user or system app + * Extensible (only with proprietary "Pro Companion App") + * Multi-user support + * Free and open source + + '''Restrictions:''' + + * Determine activity (fake unknown activity) + * Get applications (hide installed apps and widgets) + * Get calendars (hide calendars) + * Get call log (hide call log) + * Get contacts (hide contacts with the pro option to allow (non) starred contacts, hide blocked numbers) + * Get location (fake location, hide NMEA messages) + * Get messages (hide MMS, SMS, SIM, voicemail) + * Get sensors (hide all available sensors) + * Read account name (fake name, mostly e-mail address) + * Read clipboard (fake paste) + * Read identifiers (fake build serial number, Android ID, advertising ID, GSF ID) + * Read notifications (fake status bar notifications) + * Read network data (hide cell info, Wi-Fi networks, fake Wi-Fi network name) + * Read sync data (hide sync data) + * Read telephony data (fake IMEI, MEI, SIM serial number, voicemail number, etc) + * Record audio (prevent recording) + * Record video (prevent recording) + * Send messages (prevent sending MMS, SMS, data) + * Use analytics (Fabric/Crashlytics, Facebook app events, Firebase Analytics, Google Analytic, Mixpanel, Segment) + * Use camera (fake camera not available and/or hide cameras) + * Use tracking (fake user agent for WebView only, Build properties, network/SIM country/operator) + + The tracking restrictions will work only if the code of the target app was not + obfuscated. The other restrictions will work always. + + Hide or fake? + + * Hide: return empty list + * Fake: return empty or fake value + + When using the proprietary "Pro Companion App" it is possible to add custom restriction definitions + See this [https://github.com/M66B/XPrivacyLua/blob/master/FAQ.md#FAQ8 FAQ] for details. + + '''Notes:''' + + * Some apps will start the camera app to take pictures. This cannot be restricted and there is no need for this, because only you can take pictures in this scenario, not the app. + * Some apps will use OpenSL ES for Android to record audio, an example is WhatsApp. Xposed cannot hook into native code, so this cannot be prevented. + * The get applications restriction will not restrict getting information about individual apps for stability and performance reasons. + * The telephony data restriction will result in apps seeing a fake IMEI. However, this doesn't change the IMEI address of your device. + + '''Compatibility:''' + + XPrivacyLua is supported on Android 6.0 Marshmallow and later. For Android 4.0.3 + KitKat to Android 5.1.1 Lollipop you can use XPrivacy. + +RequiresRoot: 'yes' + +RepoType: git +Repo: https://github.com/M66B/XPrivacyLua + +Builds: + - versionName: 1.23.11 + versionCode: 112 + commit: 1.23.11 + subdir: app + gradle: + - yes + + - versionName: 1.23.12 + versionCode: 113 + commit: 1.23.12 + subdir: app + gradle: + - yes + + - versionName: 1.23.13 + versionCode: 114 + commit: 1.23.13 + subdir: app + gradle: + - yes + + - versionName: 1.23.14 + versionCode: 115 + commit: 1.23.14 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: 1.23.14 +CurrentVersionCode: 115 diff --git a/metadata/eu.kanade.tachiyomi.txt b/metadata/eu.kanade.tachiyomi.txt index 2cef317881..b6d17de1a9 100644 --- a/metadata/eu.kanade.tachiyomi.txt +++ b/metadata/eu.kanade.tachiyomi.txt @@ -169,7 +169,25 @@ Build:0.6.8,31 gradle=fdroid prebuild=sed -i -e '/play-services/d' build.gradle +Build:0.7.0,33 + commit=v0.7.0 + subdir=app + gradle=fdroid + prebuild=sed -i -e '/play-services/d' build.gradle + +Build:0.7.1,34 + commit=v0.7.1 + subdir=app + gradle=fdroid + prebuild=sed -i -e '/play-services/d' build.gradle + +Build:0.7.2,35 + commit=v0.7.2 + subdir=app + gradle=fdroid + prebuild=sed -i -e '/play-services/d' build.gradle + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:0.6.8 -Current Version Code:31 +Current Version:0.7.2 +Current Version Code:35 diff --git a/metadata/eu.polarclock.txt b/metadata/eu.polarclock.txt index 772f3c63d8..bcdf41ef68 100644 --- a/metadata/eu.polarclock.txt +++ b/metadata/eu.polarclock.txt @@ -44,7 +44,12 @@ Build:1.4.1,7 subdir=app gradle=yes +Build:1.4.2,8 + commit=1.4.2 + subdir=app + gradle=yes + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:1.4.1 -Current Version Code:7 +Current Version:1.4.2 +Current Version Code:8 diff --git a/metadata/eu.pretix.pretixdroid.yml b/metadata/eu.pretix.pretixdroid.yml index 4a9ff040eb..4ce54eba5b 100644 --- a/metadata/eu.pretix.pretixdroid.yml +++ b/metadata/eu.pretix.pretixdroid.yml @@ -4,6 +4,7 @@ License: GPL-3.0 SourceCode: https://github.com/pretix/pretixdroid IssueTracker: https://github.com/pretix/pretixdroid/issues +AutoName: pretixdroid Summary: Validates tickets generated by pretix Description: |- pretix is an Open Source online ticket shop available at [https://pretix.eu/about/en/] @@ -32,3 +33,5 @@ Builds: AutoUpdateMode: Version v%v UpdateCheckMode: Tags +CurrentVersion: '1.10' +CurrentVersionCode: 12 diff --git a/metadata/eu.siacs.conversations.legacy.txt b/metadata/eu.siacs.conversations.legacy.txt new file mode 100644 index 0000000000..6ad6f0250f --- /dev/null +++ b/metadata/eu.siacs.conversations.legacy.txt @@ -0,0 +1,41 @@ +Categories:Internet +License:GPL-3.0 +Author Name:Daniel Gultsch +Web Site:https://conversations.im/ +Source Code:https://github.com/siacs/Conversations/tree/legacy +Issue Tracker:https://github.com/siacs/Conversations/issues +Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CW3SYT3KG5PDL +LiberapayID:34225 +Bitcoin:1AeqNAcg85APAZj9BZfAjdFCC5zesqXp2B + +Auto Name:Conversations Legacy +Summary:Chat using the XMPP network +Description: +This special release of Conversations remains on the 1.23.x branch and will +provide the same user experience as it was prior to version 2.0.0 + +If you are new to this application you should check out the regular releases +called [[eu.siacs.conversations]] + +Conversations Legacy is only suited for a small audience that can not live +without the features that have been removed in version 2.0.0 most notably: + +* OTR +* Customizable Resources +* Swipe gesture to open the conversations overview. + +Everyone else is strongly recommended to use Conversations instead. +. + +Repo Type:git +Repo:https://github.com/siacs/Conversations + +Build:1.23.9,255 + commit=d3e1ff3760cf6df468bf9cd825f4fa480bc1459a + gradle=free + prebuild=sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle + +Auto Update Mode:None +Update Check Mode:None +Current Version:1.23.9 +Current Version Code:255 diff --git a/metadata/eu.siacs.conversations.txt b/metadata/eu.siacs.conversations.txt index d23fb2d292..4bea02bc83 100644 --- a/metadata/eu.siacs.conversations.txt +++ b/metadata/eu.siacs.conversations.txt @@ -6,18 +6,26 @@ Source Code:https://github.com/siacs/Conversations Issue Tracker:https://github.com/siacs/Conversations/issues Changelog:https://github.com/siacs/Conversations/blob/HEAD/CHANGELOG.md Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CW3SYT3KG5PDL +LiberapayID:34225 Bitcoin:1AeqNAcg85APAZj9BZfAjdFCC5zesqXp2B Auto Name:Conversations -Summary:Chat using the XMPP network +Summary:A Jabber/XMPP chat client Description: -XMPP client designed with ease of use and security in mind. +Easy to use, reliable, battery friendly. With built-in support for images, group +chats and e2e encryption. + +Design principles: + +* Be as beautiful and easy to use as possible without sacrificing security or privacy +* Rely on existing, well established protocols +* Do not require a Google Account or specifically Google Cloud Messaging (GCM) +* Require as few permissions as possible Features: -* End-to-end encryption with either OTR, OpenPGP and [http://conversations.im/omemo/ OMEMO] +* End-to-end encryption with either [http://conversations.im/omemo/ OMEMO] or [http://openpgp.org/about/ OpenPGP] * Sending and receiving images -* Indication when your contact has read your message * Intuitive UI that follows Android Design guidelines * Pictures / Avatars for your Contacts * Syncs with desktop client @@ -26,16 +34,32 @@ Features: * Multiple accounts / unified inbox * Very low impact on battery life -Noteable XEPs: +Conversations makes it very easy to create an account on the conversations.im +server. Using that server comes with an annual fee of 8 Euro after a 6 month +trial period. However Conversations will work with any other XMPP server as +well. A lot of XMPP servers are run by volunteers and are free of charge. -* XEP-0065: SOCKS5 Bytestreams -* XEP-0163: Personal Eventing Protocol -* XEP-0191: Blocking Command -* XEP-0198: Stream Management -* XEP-0237: Roster Versioning -* XEP-0280: Message Carbons -* XEP-0313: Message Archive Management -* XEP-0352: Client State Indication +XMPP Features: + +Conversations works with every XMPP server out there. However XMPP is an +extensible protocol. These extensions are standardized as well in so called +XEP’s. Conversations supports a couple of those to make the overall user +experience better. There is a chance that your current XMPP server does not +support these extensions. Therefore to get the most out of Conversations you +should consider either switching to an XMPP server that does or - even better - +run your own XMPP server for you and your friends. + +These XEPs are - as of now: + +* XEP-0065: SOCKS5 Bytestreams (or mod_proxy65). Will be used to transfer files if both parties are behind a firewall (NAT). +* XEP-0163: Personal Eventing Protocol for avatars +* XEP-0191: Blocking command lets you blacklist spammers or block contacts without removing them from your roster. +* XEP-0198: Stream Management allows XMPP to survive small network outages and changes of the underlying TCP connection. +* XEP-0280: Message Carbons which automatically syncs the messages you send to your desktop client and thus allows you to switch seamlessly from your mobile client to your desktop client and back within one conversation. +* XEP-0237: Roster Versioning mainly to save bandwidth on poor mobile connections +* XEP-0313: Message Archive Management synchronize message history with the server. Catch up with messages that were sent while Conversations was offline. +* XEP-0352: Client State Indication lets the server know whether or not Conversations is in the background. Allows the server to save bandwidth by withholding unimportant packages. +* XEP-0363: HTTP File Upload allows you to share files in conferences and with offline contacts. Requires an additional component on your server. . Repo Type:git @@ -942,11 +966,42 @@ Build:1.23.8,255 prebuild=sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle Build:2.0.0-beta,256 + disable=Stable was released commit=216cf1805f5ebf7413f7239a34c1ecc914291a0d gradle=free prebuild=sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle +Build:2.0.0-beta.2,257 + disable=Stable was released + commit=fdac851d46d8db72eb844c7e2de3a574689a43fe + gradle=free + prebuild=sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle + +Build:2.0.0,261 + commit=2.0.0 + gradle=free + prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27' && \ + sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle + +Build:2.1.0,264 + commit=2.1.0 + gradle=free + prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27' && \ + sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e 's/20180330.211042-9/SNAPSHOT/' build.gradle + +Build:2.1.1,265 + commit=2.1.1 + gradle=free + prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27' && \ + sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e 's/20180330.211042-9/SNAPSHOT/' build.gradle + +Build:2.1.2,266 + commit=2.1.2 + gradle=free + prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27' && \ + 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.8 -Current Version Code:255 +Current Version:2.1.2 +Current Version Code:266 diff --git a/metadata/eu.uwot.fabio.altcoinprices.txt b/metadata/eu.uwot.fabio.altcoinprices.txt index aeb4af14cd..1f418b3897 100644 --- a/metadata/eu.uwot.fabio.altcoinprices.txt +++ b/metadata/eu.uwot.fabio.altcoinprices.txt @@ -96,7 +96,42 @@ Build:1.4.10,29 subdir=Altcoin Prices gradle=yes +Build:1.4.11c,32 + commit=1.4.11c + subdir=Altcoin Prices + gradle=yes + +Build:1.4.13a,35 + commit=1.4.13a + subdir=Altcoin Prices + gradle=yes + +Build:1.4.14,36 + commit=1.4.14 + subdir=Altcoin Prices + gradle=yes + +Build:1.4.15,37 + commit=1.4.15 + subdir=Altcoin Prices + gradle=yes + +Build:1.4.16,38 + commit=1.4.16 + subdir=Altcoin Prices + gradle=yes + +Build:1.4.17,39 + commit=1.4.17 + subdir=Altcoin Prices + gradle=yes + +Build:1.4.18,40 + commit=1.4.18 + subdir=Altcoin Prices + gradle=yes + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:1.4.10 -Current Version Code:29 +Current Version:1.4.18 +Current Version Code:40 diff --git a/metadata/eu.uwot.fabio.altcoinprices/en-US/phoneScreenshots/0.png b/metadata/eu.uwot.fabio.altcoinprices/en-US/phoneScreenshots/0.png index 54a95eeba4..0b0ba541b3 100644 Binary files a/metadata/eu.uwot.fabio.altcoinprices/en-US/phoneScreenshots/0.png 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 index af8f2a0baa..7f4c253145 100644 Binary files a/metadata/eu.uwot.fabio.altcoinprices/en-US/phoneScreenshots/1.png 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 index 37ecc83781..99cc03a854 100644 Binary files a/metadata/eu.uwot.fabio.altcoinprices/en-US/phoneScreenshots/2.png 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 index 92950c1bf2..16d846031b 100644 Binary files a/metadata/eu.uwot.fabio.altcoinprices/en-US/phoneScreenshots/3.png 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 d8b8e271e7..580764138b 100644 --- a/metadata/fr.free.nrw.commons.txt +++ b/metadata/fr.free.nrw.commons.txt @@ -123,7 +123,17 @@ Build:2.6.7,82 subdir=app gradle=prod +Build:2.7.0,83 + commit=v2.7.0 + subdir=app + gradle=prod + +Build:2.7.1,84 + commit=v2.7.1 + subdir=app + gradle=prod + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:2.6.7 -Current Version Code:82 +Current Version:2.7.1 +Current Version Code:84 diff --git a/metadata/fr.gouv.etalab.mastodon.txt b/metadata/fr.gouv.etalab.mastodon.txt index 215ebcf428..1ded88853d 100644 --- a/metadata/fr.gouv.etalab.mastodon.txt +++ b/metadata/fr.gouv.etalab.mastodon.txt @@ -265,7 +265,35 @@ Build:1.8.3,115 prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \ sed -i -e '/playstoreImplementation/d' build.gradle +Build:1.8.4,116 + commit=1.8.4 + subdir=app + gradle=fdroid + prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \ + sed -i -e '/playstoreImplementation/d' build.gradle + +Build:1.8.5,117 + commit=1.8.5 + subdir=app + gradle=fdroid + prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \ + sed -i -e '/playstoreImplementation/d' build.gradle + +Build:1.8.6,118 + commit=1.8.6 + subdir=app + gradle=fdroid + prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \ + sed -i -e '/playstoreImplementation/d' build.gradle + +Build:1.8.7.1,120 + commit=1.8.7.1 + 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.8.3 -Current Version Code:115 +Current Version:1.8.7.1 +Current Version Code:120 diff --git a/metadata/fr.neamar.kiss.txt b/metadata/fr.neamar.kiss.txt index f06ea1b099..d21e31f5d4 100644 --- a/metadata/fr.neamar.kiss.txt +++ b/metadata/fr.neamar.kiss.txt @@ -8,15 +8,17 @@ Changelog:https://github.com/Neamar/KISS/releases Auto Name:KISS launcher Summary:Custom launcher Description: -KISS is a fast launcher following the KISS principle. +KISS is a fast launcher for your Android. -Search through you app, contacts and settings lightning fast. No more time spent -trying to find the app you need to launch: enter a few characters from the name -and press enter. Need to phone someone? Don't meddle with the call log, just +Search through your apps, contacts and settings lightning fast. No more time +spent trying to find the app you want to launch: enter a few characters of the +name and hit enter. Need to call someone? Don't meddle with the call log, just give three letters of their name and push the "phone" button. KISS becomes smarter and smarter as you use it, pushing forward results you're more likely to select. + +Get ready to be amazed. . Repo Type:git @@ -268,7 +270,37 @@ Build:3.0.3,115 gradle=yes prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle +Build:3.0.5,117 + commit=v3.0.5 + subdir=app + gradle=yes + prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle + +Build:3.0.6,118 + commit=v3.0.6 + subdir=app + gradle=yes + prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle + +Build:3.0.9,121 + commit=v3.0.9 + subdir=app + gradle=yes + prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle + +Build:3.0.13,124 + commit=v3.0.13 + subdir=app + gradle=yes + prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle + +Build:3.1.0,126 + commit=v3.1.0 + 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:3.0.3 -Current Version Code:115 +Current Version:3.1.0 +Current Version Code:126 diff --git a/metadata/fr.unix_experience.owncloud_sms.txt b/metadata/fr.unix_experience.owncloud_sms.txt index 7079fb29ca..83a0fbc818 100644 --- a/metadata/fr.unix_experience.owncloud_sms.txt +++ b/metadata/fr.unix_experience.owncloud_sms.txt @@ -261,6 +261,12 @@ Build:2.0.3,67 rm=gradle prebuild=sed -i -e '/jcenter()/a\ google()' build.gradle +Build:2.0.4,68 + commit=2.0.4 + gradle=yes + rm=gradle + prebuild=sed -i -e '/jcenter()/a\ google()' build.gradle + Maintainer Notes: distributionUrl specifies Gradle 3.3, while Android Gradle plugin 3.0.0 requires Gradle 4.1 or later. @@ -268,5 +274,5 @@ requires Gradle 4.1 or later. Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:2.0.3 -Current Version Code:67 +Current Version:2.0.4 +Current Version Code:68 diff --git a/metadata/free.rm.skytube.oss.txt b/metadata/free.rm.skytube.oss.txt index 3925f07923..ef5bdb599a 100644 --- a/metadata/free.rm.skytube.oss.txt +++ b/metadata/free.rm.skytube.oss.txt @@ -107,11 +107,18 @@ Build:2.81,12 gradle=oss rm=app/libs/*.jar +Build:2.82,13 + commit=v2.82 + subdir=app + submodules=yes + gradle=oss + rm=app/libs/*.jar + Maintainer Notes: * Current versions include app/libs/*.jar. Remove them. . Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:2.81 -Current Version Code:12 +Current Version:2.82 +Current Version Code:13 diff --git a/metadata/im.vector.alpha.txt b/metadata/im.vector.alpha.txt index a371f6e9e7..cf152bb835 100644 --- a/metadata/im.vector.alpha.txt +++ b/metadata/im.vector.alpha.txt @@ -1,15 +1,19 @@ -AntiFeatures:Tracking Categories:Internet,Phone & SMS License:Apache-2.0 Web Site:https://riot.im Source Code:https://github.com/vector-im/riot-android Issue Tracker:https://github.com/vector-im/riot-android/issues Changelog:https://github.com/vector-im/riot-android/blob/HEAD/CHANGES.rst +LiberapayID:10794 Bitcoin:1LxowEgsquZ3UPZ68wHf8v2MDZw82dVmAE Auto Name:Riot.im Summary:Open team collaboration Description: +'''Note:''' The latest version has piwik analytics disabled by default now. If +you installed riot before v0.8.7 you can check if analytics are enabled in the +settings page. + Riot gathers all your conversations and app integrations into one single app. Built around group chatrooms, Riot lets you share messages, images, videos and @@ -44,10 +48,6 @@ will keep syncing in the background. If you find that the ongoing background sync is using too much battery, you can add a delay or change the timeout of the sync or even disable background sync completely, in the settings page. -Antifeatures: - -* Includes opt-out Piwik analytics. - For developers: * Riot is a Matrix client - built on the Matrix.org open standard and ecosystem, providing interoperability with all other Matrix compatible apps, servers and integrations @@ -352,6 +352,141 @@ Build:0.8.1,80001 popd && \ cp $$matrixsdk$$/matrix-sdk/build/outputs/aar/matrix-sdk-release-*.aar libs/matrix-sdk.aar +Build:0.8.3,80300 + commit=v0.8.3 + subdir=vector + sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.9.4/node-v8.9.4-linux-x64.tar.xz && \ + echo "68b94aac38cd5d87ab79c5b38306e34a20575f31a3ea788d117c20fffcca3370 node.tar.xz" | sha256sum -c - && \ + tar xJf node.tar.xz && \ + cp -a node-v8.9.4-linux-x64/. /usr/local/ && \ + npm install -g react-native-cli + gradle=appfdroid + srclibs=matrixsdk@v0.9.1,olmsdk@18b067a46f575299a80349d2a5dce74b7dad88de,jitsi-meet@c109199e060faa05440c6971f0683e8eb4d81167 + prebuild=sed -i -e '/com.google.firebase/d' build.gradle && \ + sed -i -e '/com.google.gms.google-services/d' build.gradle && \ + find . -name *.aar -exec truncate -s 0 {} \; + build=pushd $$olmsdk$$/android && \ + echo ndk.dir=$$NDK$$ > local.properties && \ + rm gradle.properties && \ + gradle assembleRelease && \ + popd && \ + cp $$olmsdk$$/android/olm-sdk/build/outputs/aar/olm-sdk-release-2.2.2.aar libs/olm-sdk.aar && \ + cp $$olmsdk$$/android/olm-sdk/build/outputs/aar/olm-sdk-release-2.2.2.aar $$matrixsdk$$/matrix-sdk/libs/olm-sdk.aar && \ + pushd $$jitsi-meet$$ && \ + npm install && \ + make && \ + pushd android && \ + gradle assembleRelease && \ + popd && \ + react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output index.android.bundle --assets-dest android/app/src/main/res/ && \ + popd && \ + cp $$jitsi-meet$$/android/sdk/build/outputs/aar/sdk-release.aar libs/jitsi-sdk.aar && \ + cp $$jitsi-meet$$/node_modules/react-native-background-timer/android/build/outputs/aar/react-native-background-timer-release.aar libs/react-native-background-timer.aar && \ + cp $$jitsi-meet$$/node_modules/react-native-fetch-blob/android/build/outputs/aar/react-native-fetch-blob-release.aar libs/react-native-fetch-blob.aar && \ + cp $$jitsi-meet$$/node_modules/react-native-immersive/android/build/outputs/aar/react-native-immersive-release.aar libs/react-native-immersive.aar && \ + cp $$jitsi-meet$$/node_modules/react-native-keep-awake/android/build/outputs/aar/react-native-keep-awake-release.aar libs/react-native-keep-awake.aar && \ + cp $$jitsi-meet$$/node_modules/react-native-vector-icons/android/build/outputs/aar/react-native-vector-icons-release.aar libs/react-native-vector-icons.aar && \ + cp $$jitsi-meet$$/node_modules/react-native-webrtc/android/build/outputs/aar/react-native-webrtc-release.aar libs/react-native-webrtc.aar && \ + cp $$jitsi-meet$$/node_modules/react-native-webrtc/android/build/outputs/aar/react-native-webrtc-release.aar $$matrixsdk$$/matrix-sdk/libs/react-native-webrtc.aar && \ + cp $$jitsi-meet$$/node_modules/react-native-locale-detector/android/build/outputs/aar/react-native-locale-detector-release.aar libs/react-native-locale-detector.aar && \ + cp $$jitsi-meet$$/node_modules/react-native/android/com/facebook/react/react-native/0.50.4/react-native-0.50.4.aar libs/react-native.aar && \ + cp $$jitsi-meet$$/node_modules/react-native-vector-icons/Fonts/*.ttf src/main/assets/fonts/ && \ + cp $$jitsi-meet$$/index.android.bundle src/main/assets/ && \ + pushd $$matrixsdk$$ && \ + gradle clean assembleRelease && \ + popd && \ + cp $$matrixsdk$$/matrix-sdk/build/outputs/aar/matrix-sdk-release-*.aar libs/matrix-sdk.aar + +Build:0.8.5,80500 + commit=v0.8.5 + 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.2,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 + +Build:0.8.7,80700 + commit=v0.8.7 + subdir=vector + sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.1/node-v8.11.1-linux-x64.tar.xz && \ + echo "6617e245fa0f7fbe0e373e71d543fea878315324ab31dc64b4eba10e42d04c11 node.tar.xz" | sha256sum -c - && \ + tar xJf node.tar.xz && \ + cp -a node-v8.11.1-linux-x64/. /usr/local/ && \ + npm install -g react-native-cli + gradle=appfdroid + srclibs=matrixsdk@v0.9.3,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 :-/. @@ -361,5 +496,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.8.1 -Current Version Code:80001 +Current Version:0.8.5 +Current Version Code:80500 diff --git a/metadata/im.zom.messenger.txt b/metadata/im.zom.messenger.txt index f8f0ff1495..656e913f2e 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.4.0-RC-8 -Current Version Code:1540028 +Current Version:15.5.0-beta-3 +Current Version Code:1550013 diff --git a/metadata/info.dvkr.screenstream.txt b/metadata/info.dvkr.screenstream.txt index 4baa6985d4..dce60bbb82 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.6 -Current Version Code:216 +Current Version:2.2.1 +Current Version Code:221 diff --git a/metadata/io.github.fvasco.pinpoi.txt b/metadata/io.github.fvasco.pinpoi.txt index 1dd8645378..a8675291f0 100644 --- a/metadata/io.github.fvasco.pinpoi.txt +++ b/metadata/io.github.fvasco.pinpoi.txt @@ -291,7 +291,37 @@ Build:1.4.23,55 gradle=yes prebuild=sed -i -e "s/gradleVersion = '2.14.1'/gradleVersion = '3.5'/" ../build.gradle +Build:1.4.24,56 + commit=1.4.24 + subdir=app + gradle=yes + prebuild=sed -i -e "s/gradleVersion = '2.14.1'/gradleVersion = '3.5'/" ../build.gradle + +Build:1.4.25,57 + commit=1.4.25 + subdir=app + gradle=yes + prebuild=sed -i -e "s/gradleVersion = '2.14.1'/gradleVersion = '3.5'/" ../build.gradle + +Build:1.4.26,58 + commit=1.4.26 + subdir=app + gradle=yes + prebuild=sed -i -e "s/gradleVersion = '2.14.1'/gradleVersion = '3.5'/" ../build.gradle + +Build:1.4.27,59 + commit=1.4.27 + subdir=app + gradle=yes + prebuild=sed -i -e "s/gradleVersion = '2.14.1'/gradleVersion = '3.5'/" ../build.gradle + +Build:1.4.28,60 + commit=1.4.28 + subdir=app + gradle=yes + prebuild=sed -i -e "s/gradleVersion = '2.14.1'/gradleVersion = '3.5'/" ../build.gradle + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:1.4.23 -Current Version Code:55 +Current Version:1.4.28 +Current Version Code:60 diff --git a/metadata/io.github.gsantner.memetastic.txt b/metadata/io.github.gsantner.memetastic.txt index 4a010ae2f0..c710258030 100644 --- a/metadata/io.github.gsantner.memetastic.txt +++ b/metadata/io.github.gsantner.memetastic.txt @@ -136,11 +136,16 @@ Build:1.4.1,43 subdir=app gradle=FlavorDefault +Build:1.4.2,44 + commit=v1.4.2 + 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.4.1 -Current Version Code:43 +Current Version:1.4.2 +Current Version Code:44 diff --git a/metadata/io.github.lonamiwebs.stringlate.txt b/metadata/io.github.lonamiwebs.stringlate.txt index 33f943604f..0e53f593e9 100644 --- a/metadata/io.github.lonamiwebs.stringlate.txt +++ b/metadata/io.github.lonamiwebs.stringlate.txt @@ -125,7 +125,12 @@ Build:0.13,1003 subdir=src/app gradle=yes +Build:0.14,1004 + commit=v0.14 + subdir=src/app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:0.13 -Current Version Code:1003 +Current Version:0.14 +Current Version Code:1004 diff --git a/metadata/io.trezor.app.txt b/metadata/io.trezor.app.txt index 00c19b0006..2248506b23 100644 --- a/metadata/io.trezor.app.txt +++ b/metadata/io.trezor.app.txt @@ -57,6 +57,18 @@ Build:1.0.8,12 gradle=yes scanignore=trezor-app/src/main/assets/firmware/trezor*.bin +Build:2.0.0,14 + commit=v2.0.0 + subdir=trezor-app + gradle=yes + scanignore=trezor-app/src/main/assets/firmware*/trezor*.bin + +Build:2.0.1,15 + commit=v2.0.1 + subdir=trezor-app + gradle=yes + scanignore=trezor-app/src/main/assets/firmware*/trezor*.bin + Maintainer Notes: Firmware source is available at https://github.com/trezor/trezor-mcu but we cannot build it since its required to be signed by upstream. Check @@ -65,5 +77,5 @@ once in a while. Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.0.8 -Current Version Code:12 +Current Version:2.0.1 +Current Version Code:15 diff --git a/metadata/ir.hsn6.turo.txt b/metadata/ir.hsn6.turo.txt index 4e5a1fc726..932630457e 100644 --- a/metadata/ir.hsn6.turo.txt +++ b/metadata/ir.hsn6.turo.txt @@ -60,7 +60,29 @@ Build:1.1.0,3 cd ../turo && \ ../godot/bin/godot_server.server.tools.* -export Android ../turo.apk +Build:1.3.0,7 + commit=0553bafd2e64de41930492df2e2a02d86d4ae40e + sudo=apt-get install -y g++ + output=turo.apk + srclibs=Godot@b61462268e9a8a2c86c1abd5bc65cd96659fa979 + prebuild=mkdir turo && \ + bash -O extglob -c "mv !(turo) turo" && \ + cp -R $$Godot$$ godot + target=android-19 + build=cd godot && \ + scons -j `nproc` p=server unix_global_settings_path=".." && \ + export ANDROID_NDK_ROOT=$$NDK$$ && \ + scons -j `nproc` p=android target=release && \ + pushd platform/android/java/ && \ + gradle assembleRelease && \ + popd && \ + export HOME=$PWD && \ + mkdir -p ../templates/ && \ + cp bin/android_release.apk ../templates && \ + cd ../turo && \ + ../godot/bin/godot_server.server.tools.* -export Android ../turo.apk + Auto Update Mode:None Update Check Mode:None -Current Version:1.1.0 -Current Version Code:3 +Current Version:1.3.0 +Current Version Code:7 diff --git a/metadata/is.xyz.mpv.txt b/metadata/is.xyz.mpv.txt index 14dc5d237c..8d60c321bc 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:2018-02-22-alpha -Current Version Code:9 +Current Version:2018-04-21-alpha +Current Version Code:12 diff --git a/metadata/it.feio.android.omninotes.foss.txt b/metadata/it.feio.android.omninotes.foss.txt index 0ef9ced51a..1dca3a824c 100644 --- a/metadata/it.feio.android.omninotes.foss.txt +++ b/metadata/it.feio.android.omninotes.foss.txt @@ -5,11 +5,6 @@ Source Code:https://github.com/federicoiosue/Omni-Notes Issue Tracker:https://github.com/federicoiosue/Omni-Notes/issues Auto Name:Omni Notes -Summary:Writes multimedia notes, checklists, reminders -Description: -Note taking open-source application aimed to have both a simple interface but -keeping smart behavior. -. Repo Type:git Repo:https://github.com/federicoiosue/Omni-Notes.git @@ -70,8 +65,24 @@ Build:5.4.3,238 sed -i -e '/googleAnalyticsRelease/,+2d' build.gradle && \ sed -i -e '/playCompile/d' -e '/outputFileName/d' build.gradle +Build:5.4.4,239 + commit=5.4.4 + subdir=omniNotes + gradle=foss + prebuild=sed -i -e '/dl.bintray.com/d' -e '/apply plugin: "sonar-runner"/,+999d' ../build.gradle && \ + sed -i -e '/googleAnalyticsRelease/,+2d' build.gradle && \ + sed -i -e '/playCompile/d' -e '/outputFileName/d' build.gradle + +Build:5.4.5,240 + commit=5.4.5 + subdir=omniNotes + gradle=foss + prebuild=sed -i -e '/dl.bintray.com/d' -e '/apply plugin: "sonar-runner"/,+999d' ../build.gradle && \ + sed -i -e '/googleAnalyticsRelease/,+2d' build.gradle && \ + sed -i -e '/playCompile/d' -e '/outputFileName/d' build.gradle + Auto Update Mode:None 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.4 -Current Version Code:239 +Current Version:5.4.5 +Current Version Code:240 diff --git a/metadata/it.niedermann.owncloud.notes.txt b/metadata/it.niedermann.owncloud.notes.txt index 24054ab63f..a2bde68647 100644 --- a/metadata/it.niedermann.owncloud.notes.txt +++ b/metadata/it.niedermann.owncloud.notes.txt @@ -5,6 +5,7 @@ Source Code:https://github.com/stefan-niedermann/nextcloud-notes Issue Tracker:https://github.com/stefan-niedermann/nextcloud-notes/issues Changelog:https://github.com/stefan-niedermann/nextcloud-notes/releases Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K7HVLE6J7SXXA +LiberapayID:46438 Auto Name:Notes Summary:View and edit notes on Nextcloud @@ -113,7 +114,31 @@ Build:0.13.1,20 submodules=yes gradle=yes +Build:0.14.2,23 + commit=v0.14.2 + subdir=app + submodules=yes + gradle=yes + +Build:0.15.2,26 + commit=v0.15.2 + subdir=app + submodules=yes + gradle=yes + +Build:0.16.0,27 + commit=v0.16.0 + subdir=app + submodules=yes + gradle=yes + +Build:0.16.1,28 + commit=v0.16.1 + subdir=app + submodules=yes + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:0.13.1 -Current Version Code:20 +Current Version:0.16.1 +Current Version Code:28 diff --git a/metadata/jackpal.androidterm/en-US/phoneScreenshots/01.jpg b/metadata/jackpal.androidterm/en-US/phoneScreenshots/01.jpg index 34318c3535..a1bd639824 100644 Binary files a/metadata/jackpal.androidterm/en-US/phoneScreenshots/01.jpg and b/metadata/jackpal.androidterm/en-US/phoneScreenshots/01.jpg differ diff --git a/metadata/jackpal.androidterm/en-US/phoneScreenshots/04.jpg b/metadata/jackpal.androidterm/en-US/phoneScreenshots/04.jpg index 26979e1a20..82987589c6 100644 Binary files a/metadata/jackpal.androidterm/en-US/phoneScreenshots/04.jpg and b/metadata/jackpal.androidterm/en-US/phoneScreenshots/04.jpg differ diff --git a/metadata/jackpal.androidterm/en-US/phoneScreenshots/05.jpg b/metadata/jackpal.androidterm/en-US/phoneScreenshots/05.jpg index 3fce48c742..4a7902352d 100644 Binary files a/metadata/jackpal.androidterm/en-US/phoneScreenshots/05.jpg and b/metadata/jackpal.androidterm/en-US/phoneScreenshots/05.jpg differ diff --git a/metadata/jackpal.androidterm/en-US/phoneScreenshots/06.jpg b/metadata/jackpal.androidterm/en-US/phoneScreenshots/06.jpg index 4771c5c89d..5515809f2e 100644 Binary files a/metadata/jackpal.androidterm/en-US/phoneScreenshots/06.jpg and b/metadata/jackpal.androidterm/en-US/phoneScreenshots/06.jpg differ diff --git a/metadata/jackpal.androidterm/en-US/phoneScreenshots/07.jpg b/metadata/jackpal.androidterm/en-US/phoneScreenshots/07.jpg index 465134ea1f..988987d3a3 100644 Binary files a/metadata/jackpal.androidterm/en-US/phoneScreenshots/07.jpg and b/metadata/jackpal.androidterm/en-US/phoneScreenshots/07.jpg differ diff --git a/metadata/jp.forkhub.txt b/metadata/jp.forkhub.txt index 205586a50b..9ae0200e21 100644 --- a/metadata/jp.forkhub.txt +++ b/metadata/jp.forkhub.txt @@ -156,5 +156,5 @@ Build:1.2.8,1020800 Auto Update Mode:None Update Check Mode:Tags Update Check Name:com.github.mobile -Current Version:1.2.8 -Current Version Code:1020800 +Current Version:1.2.9 +Current Version Code:1020900 diff --git a/metadata/jp.sfjp.webglmol.NDKmol.txt b/metadata/jp.sfjp.webglmol.NDKmol.txt index 49eccf2f6b..91ee17dd87 100644 --- a/metadata/jp.sfjp.webglmol.NDKmol.txt +++ b/metadata/jp.sfjp.webglmol.NDKmol.txt @@ -36,5 +36,5 @@ Build:0.95,18 Auto Update Mode:None Update Check Mode:RepoManifest -Current Version:0.95 -Current Version Code:18 +Current Version:0.97 +Current Version Code:20 diff --git a/metadata/lanchon.sigspoof.checker.txt b/metadata/lanchon.sigspoof.checker.txt index 5bfc592f5a..3f2b9246d2 100644 --- a/metadata/lanchon.sigspoof.checker.txt +++ b/metadata/lanchon.sigspoof.checker.txt @@ -23,7 +23,12 @@ Build:1.0,1 subdir=app gradle=yes +Build:1.1,2 + commit=v1.1 + 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.1 +Current Version Code:2 diff --git a/metadata/link.standen.michael.slideshow.txt b/metadata/link.standen.michael.slideshow.txt index 96ee631cf7..4696caf662 100644 --- a/metadata/link.standen.michael.slideshow.txt +++ b/metadata/link.standen.michael.slideshow.txt @@ -97,7 +97,17 @@ Build:2.4.0,41 subdir=app gradle=yes +Build:2.5.0,42 + commit=v2.5.0 + subdir=app + gradle=yes + +Build:2.5.1,43 + commit=v2.5.1 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:2.4.0 -Current Version Code:41 +Current Version:2.5.1 +Current Version Code:43 diff --git a/metadata/me.ccrama.redditslide.txt b/metadata/me.ccrama.redditslide.txt index 4b6b93d912..4e67b415be 100644 --- a/metadata/me.ccrama.redditslide.txt +++ b/metadata/me.ccrama.redditslide.txt @@ -324,7 +324,28 @@ Build:5.8.2,301 forceversion=yes prebuild=sed -i -e '/withGPlayCompile/d' -e 's/8g/2g/' build.gradle +Build:5.8.5-alpha2,303 + commit=5.8.5-alpha2 + subdir=app + gradle=noGPlay + forceversion=yes + prebuild=sed -i -e '/withGPlayCompile/d' -e 's/8g/2g/' build.gradle + +Build:5.8.5-alpha4,305 + commit=5.8.5-alpha4 + subdir=app + gradle=noGPlay + forceversion=yes + prebuild=sed -i -e '/withGPlayCompile/d' -e 's/8g/2g/' build.gradle + +Build:5.8.6,308 + commit=5.8.6 + 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.2 -Current Version Code:301 +Current Version:5.8.6 +Current Version Code:308 diff --git a/metadata/me.echeung.moemoekyun.fdroid.txt b/metadata/me.echeung.moemoekyun.fdroid.txt index 507e675533..698b270e3e 100644 --- a/metadata/me.echeung.moemoekyun.fdroid.txt +++ b/metadata/me.echeung.moemoekyun.fdroid.txt @@ -43,8 +43,13 @@ Build:2.0.3,34 subdir=app gradle=fdroid +Build:2.0.4,39 + commit=v2.0.4 + subdir=app + gradle=fdroid + Auto Update Mode:Version v%v Update Check Mode:Tags Update Check Name:me.echeung.moemoekyun -Current Version:2.0.3 -Current Version Code:34 +Current Version:2.0.4 +Current Version Code:39 diff --git a/metadata/me.kuehle.carreport.txt b/metadata/me.kuehle.carreport.txt index 450d1c4d0f..76f5f25dff 100644 --- a/metadata/me.kuehle.carreport.txt +++ b/metadata/me.kuehle.carreport.txt @@ -237,7 +237,14 @@ Build:3.18.4,68 rm=tools prebuild=sed -i -e '/fullImplementation.* {/,/}/d' -e '/fullImplementation /d' build.gradle +Build:3.19.0,69 + commit=3.19.0 + subdir=app + gradle=foss + rm=tools + prebuild=sed -i -e '/fullImplementation.* {/,/}/d' -e '/fullImplementation /d' build.gradle + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:3.18.4 -Current Version Code:68 +Current Version:3.19.0 +Current Version Code:69 diff --git a/metadata/me.murks.filmchecker.txt b/metadata/me.murks.filmchecker.txt index d1c9b2db94..734b07e33a 100644 --- a/metadata/me.murks.filmchecker.txt +++ b/metadata/me.murks.filmchecker.txt @@ -8,8 +8,8 @@ Issue Tracker:https://github.com/zouroboros/filmchecker/issues Auto Name:FilmChecker Summary:Checks the status of film orders Description: -Checks the status of film orders. Currently only the Rossmann and DM (german -drugstores) are supported. +Checks the status of film orders. Currently only Rossmann (only in Germany) and +DM (Germany and Austria) are supported. . Repo Type:git @@ -41,7 +41,27 @@ Build:1.2.2,5 subdir=app gradle=yes +Build:1.2.3,6 + commit=1.2.3.0 + subdir=app + gradle=yes + +Build:1.3,8 + commit=1.3.0 + subdir=app + gradle=yes + +Build:1.4,9 + commit=1.4.0 + subdir=app + gradle=yes + +Build:1.4.1,10 + commit=1.4.1.0 + subdir=app + gradle=yes + Auto Update Mode:Version %v.0 Update Check Mode:Tags -Current Version:1.2.2 -Current Version Code:5 +Current Version:1.4.1 +Current Version Code:10 diff --git a/metadata/me.zeeroooo.materialfb.txt b/metadata/me.zeeroooo.materialfb.txt index b314e59dcb..cbf4e31210 100644 --- a/metadata/me.zeeroooo.materialfb.txt +++ b/metadata/me.zeeroooo.materialfb.txt @@ -120,12 +120,22 @@ Build:3.6.8,59 subdir=app gradle=fdroid +Build:3.7.5,61 + commit=90bba884831769b642e0a562df6a88ac683524f6 + subdir=app + gradle=fdroid + +Build:3.7.8,63 + commit=v3.7.8 + subdir=app + gradle=fdroid + Maintainer Notes: Upstream changed package id in https://github.com/ZeeRooo/MaterialFBook/commit/8f1294713326cba2d17909c5211fb82c8bc661f4, we keep existing one for now. See https://github.com/ZeeRooo/MaterialFBook/issues/71. . -Auto Update Mode:None -Update Check Mode:RepoManifest -Current Version:3.6.8 -Current Version Code:59 +Auto Update Mode:Version v%v +Update Check Mode:Tags +Current Version:3.7.8 +Current Version Code:63 diff --git a/metadata/ml.adamsprogs.bimba.txt b/metadata/ml.adamsprogs.bimba.txt deleted file mode 100644 index 16af162836..0000000000 --- a/metadata/ml.adamsprogs.bimba.txt +++ /dev/null @@ -1,41 +0,0 @@ -Categories:Navigation -License:MIT -Web Site:https://adamsprogs.ml/w/programmes/bimba -Source Code:https://github.com/apiote/Bimba -Issue Tracker:https://github.com/apiote/Bimba/issues -Donate:https://adamsprogs.ml/w/donate - -Auto Name:Bimba - -Repo Type:git -Repo:https://github.com/apiote/Bimba - -Build:1.0.2,3 - commit=v1.0.2 - subdir=app - gradle=yes - -Build:1.1.0,4 - commit=v1.1.0 - subdir=app - gradle=yes - -Build:1.1.1,5 - commit=v1.1.1 - subdir=app - gradle=yes - -Build:1.2.0,6 - commit=v1.2.0 - subdir=app - gradle=yes - -Build:1.2.2,8 - commit=v1.2.2 - subdir=app - gradle=yes - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:1.2.2 -Current Version Code:8 diff --git a/metadata/ml.adamsprogs.bimba.yml b/metadata/ml.adamsprogs.bimba.yml new file mode 100644 index 0000000000..2c689ad687 --- /dev/null +++ b/metadata/ml.adamsprogs.bimba.yml @@ -0,0 +1,72 @@ +Categories: + - Navigation +License: GPL-3.0+ +WebSite: https://adamsprogs.tk/w/programs/bimba +SourceCode: https://github.com/apiote/Bimba +IssueTracker: https://github.com/apiote/Bimba/issues +Donate: https://adamsprogs.tk/w/donate + +AutoName: Bimba + +RepoType: git +Repo: https://github.com/apiote/Bimba + +Builds: + - versionName: 1.0.2 + versionCode: 3 + disable: Remove old versions --- they don’t work + commit: v1.0.2 + subdir: app + gradle: + - yes + + - versionName: 1.1.0 + versionCode: 4 + disable: Remove old versions --- they don’t work + commit: v1.1.0 + subdir: app + gradle: + - yes + + - versionName: 1.1.1 + versionCode: 5 + disable: Remove old versions --- they don’t work + commit: v1.1.1 + subdir: app + gradle: + - yes + + - versionName: 1.2.0 + versionCode: 6 + disable: Remove old versions --- they don’t work + commit: v1.2.0 + subdir: app + gradle: + - yes + + - versionName: 1.2.2 + versionCode: 8 + disable: Remove old versions --- they don’t work + commit: v1.1.0 + subdir: app + gradle: + - yes + + - versionName: 2.0.0 + versionCode: 9 + commit: v2.0-beta + subdir: app + gradle: + - yes + + - versionName: 2.0-beta2 + versionCode: 10 + commit: v2.0-beta2 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 2.0-beta2 +CurrentVersionCode: 10 diff --git a/metadata/namlit.siteswapgenerator.yml b/metadata/namlit.siteswapgenerator.yml new file mode 100644 index 0000000000..e39c387836 --- /dev/null +++ b/metadata/namlit.siteswapgenerator.yml @@ -0,0 +1,56 @@ +Categories: + - Sports & Health +License: GPL-3.0 +AuthorName: Tilman Sinning +AuthorEmail: namlitdev@gmail.com +SourceCode: https://github.com/namlit/siteswap_generator +IssueTracker: https://github.com/namlit/siteswap_generator/issues + +AutoName: Siteswap Generator +Summary: Generate juggling siteswaps for passing +Description: |- + The Siteswap Generator is designed for passing Siteswap generation and analysis. The following features are supported: + * Find all possible Siteswaps for a given period length and number of objects + * Easy filtering of zips, zaps and holds via check boxes + * Automatic filtering of non-passable patterns + * Support for pattern and interface filters + * Generation of local Siteswaps and calculation of start position + * Support for asynchronous passing patters with more than two jugglers + * Generation of very long patterns in a random mode + +RepoType: git +Repo: https://github.com/namlit/siteswap_generator + +Builds: + - versionName: '1.0' + versionCode: 11 + commit: v1.0-fdroid + subdir: app + gradle: + - yes + + - versionName: 1.0.1 + versionCode: 12 + commit: v1.0.1 + subdir: app + gradle: + - yes + + - versionName: 1.0.2-beta + versionCode: 13 + commit: v1.0.2-beta + subdir: app + gradle: + - yes + + - versionName: 1.0.3-beta + versionCode: 14 + commit: v1.0.3-beta + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 1.0.3-beta +CurrentVersionCode: 14 diff --git a/metadata/net.gsantner.markor.txt b/metadata/net.gsantner.markor.txt index 07bd5a411b..132beb5881 100644 --- a/metadata/net.gsantner.markor.txt +++ b/metadata/net.gsantner.markor.txt @@ -98,11 +98,35 @@ Build:0.3.2,16 submodules=yes gradle=FlavorDefault +Build:0.3.3,17 + commit=v0.3.3 + subdir=app + submodules=yes + gradle=FlavorDefault + +Build:0.3.4,18 + commit=v0.3.4 + subdir=app + submodules=yes + gradle=FlavorDefault + +Build:0.3.5,19 + commit=v0.3.5 + subdir=app + submodules=yes + gradle=FlavorDefault + +Build:0.3.6,20 + commit=v0.3.6 + subdir=app + submodules=yes + gradle=FlavorDefault + Maintainer Notes: Description and summary in git metadata submodule . Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:0.3.2 -Current Version Code:16 +Current Version:0.3.6 +Current Version Code:20 diff --git a/metadata/net.kismetwireless.android.smarterwifimanager.txt b/metadata/net.kismetwireless.android.smarterwifimanager.txt index a58fb97199..2bf3b10b42 100644 --- a/metadata/net.kismetwireless.android.smarterwifimanager.txt +++ b/metadata/net.kismetwireless.android.smarterwifimanager.txt @@ -53,5 +53,5 @@ don't detect them now. Auto Update Mode:None Update Check Mode:None -Current Version:2016.11.84 -Current Version Code:84 +Current Version:2016.12.86 +Current Version Code:86 diff --git a/metadata/net.mabako.steamgifts.txt b/metadata/net.mabako.steamgifts.txt index 247aa43ae2..c8262501c5 100644 --- a/metadata/net.mabako.steamgifts.txt +++ b/metadata/net.mabako.steamgifts.txt @@ -127,8 +127,14 @@ Build:1.5.10,1005510 init=sed -i 's/4g/2g/' build.gradle gradle=vanilla +Build:1.5.11,1005511 + commit=v1.5.11 + subdir=app + init=sed -i 's/4g/2g/' build.gradle + gradle=vanilla + Auto Update Mode:Version v%v Update Check Mode:HTTP Update Check Data:https://steamgifts.github.io/SteamGifts/metadata/fdroid-version.txt|versionCode=(.*)|.|versionName=(.*) -Current Version:1.5.10 -Current Version Code:1005510 +Current Version:1.5.11 +Current Version Code:1005511 diff --git a/metadata/net.nitroshare.android.txt b/metadata/net.nitroshare.android.txt index 4d98a9362f..99288113bc 100644 --- a/metadata/net.nitroshare.android.txt +++ b/metadata/net.nitroshare.android.txt @@ -31,7 +31,12 @@ Build:0.4.0.38,39 subdir=app gradle=yes +Build:0.4.0.39,40 + commit=0.4.0.39 + subdir=app + gradle=yes + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:0.4.0.38 -Current Version Code:39 +Current Version:0.4.0.39 +Current Version Code:40 diff --git a/metadata/net.nullsum.audinaut.txt b/metadata/net.nullsum.audinaut.txt index a0773dae60..899e4e793e 100644 --- a/metadata/net.nullsum.audinaut.txt +++ b/metadata/net.nullsum.audinaut.txt @@ -1,14 +1,15 @@ Categories:Multimedia License:GPL-3.0 +Author Name:Andrew Rabert Web Site:https://github.com/nvllsvm/Audinaut/blob/HEAD/README.md Source Code:https://github.com/nvllsvm/Audinaut Issue Tracker:https://github.com/nvllsvm/Audinaut/issues +Changelog:https://github.com/nvllsvm/Audinaut/blob/HEAD/CHANGELOG.md Auto Name:Audinaut -Summary:Connect to libresonic +Summary:Stream music from Subsonic-compatible servers Description: -Connect to a [https://github.com/Libresonic/libresonic/blob/stable/README.md -libresonic] instance and access your media. +Stream music from Subsonic-compatible servers. . Repo Type:git @@ -46,7 +47,12 @@ Build:0.2.3,192 subdir=app gradle=yes +Build:0.2.5,194 + commit=0.2.5 + subdir=app + gradle=yes + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:0.2.3 -Current Version Code:192 +Current Version:0.2.5 +Current Version Code:194 diff --git a/metadata/net.sourceforge.dibdib.android.dib2qm.txt b/metadata/net.sourceforge.dibdib.android.dib2qm.txt new file mode 100644 index 0000000000..60d0394285 --- /dev/null +++ b/metadata/net.sourceforge.dibdib.android.dib2qm.txt @@ -0,0 +1,30 @@ +Categories:Internet +License:GPL-3.0 +Web Site:https://gitlab.com/gxworks/Dib2Qm +Source Code:https://gitlab.com/gxworks/Dib2Qm/tree/HEAD +Issue Tracker:https://gitlab.com/gxworks/Dib2Qm/issues + +Auto Name:Dib2Qm +Summary:Messenger for secured chats and groups +Description: +Messenger that works via e-mail server. It is based on IMAP and QuickMSG, and +therefore does not depend on an overall centralized server. +. + +Repo Type:git +Repo:https://gitlab.com/gxworks/Dib2Qm.git + +Build:0.17.30,1730 + commit=053a1382927fc042c987c08df18fa50830782229 + subdir=app + gradle=yes + +Build:0.17.40,1740 + commit=v0.17.40 + subdir=app + gradle=yes + +Auto Update Mode:Version v%v +Update Check Mode:Tags +Current Version:0.17.40 +Current Version Code:1740 diff --git a/metadata/net.sourceforge.opencamera.txt b/metadata/net.sourceforge.opencamera.txt index a9243e0761..d4798e6382 100644 --- a/metadata/net.sourceforge.opencamera.txt +++ b/metadata/net.sourceforge.opencamera.txt @@ -184,7 +184,12 @@ Build:1.42.2,57 subdir=app gradle=yes +Build:1.43.3,62 + commit=v1.43.3 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.42.2 -Current Version Code:57 +Current Version:1.43.3 +Current Version Code:62 diff --git a/metadata/net.sourceforge.solitaire_cg/en-US/images/featureGraphic.png b/metadata/net.sourceforge.solitaire_cg/en-US/images/featureGraphic.png index e8a8131826..61edafc49a 100644 Binary files a/metadata/net.sourceforge.solitaire_cg/en-US/images/featureGraphic.png and b/metadata/net.sourceforge.solitaire_cg/en-US/images/featureGraphic.png differ diff --git a/metadata/net.sourceforge.solitaire_cg/en-US/images/icon.png b/metadata/net.sourceforge.solitaire_cg/en-US/images/icon.png index 62d9eef1bb..88d8e2fcde 100644 Binary files a/metadata/net.sourceforge.solitaire_cg/en-US/images/icon.png and b/metadata/net.sourceforge.solitaire_cg/en-US/images/icon.png differ diff --git a/metadata/net.sourceforge.solitaire_cg/en-US/images/promoGraphic.png b/metadata/net.sourceforge.solitaire_cg/en-US/images/promoGraphic.png index 89f5fdc9bd..1029dd8138 100644 Binary files a/metadata/net.sourceforge.solitaire_cg/en-US/images/promoGraphic.png and b/metadata/net.sourceforge.solitaire_cg/en-US/images/promoGraphic.png differ diff --git a/metadata/net.sourceforge.solitaire_cg/en-US/phoneScreenshots/solitairecg-forty-thieves-with-large-card-art.png b/metadata/net.sourceforge.solitaire_cg/en-US/phoneScreenshots/solitairecg-forty-thieves-with-large-card-art.png index f28a64c9d5..4c5349cde3 100644 Binary files a/metadata/net.sourceforge.solitaire_cg/en-US/phoneScreenshots/solitairecg-forty-thieves-with-large-card-art.png and b/metadata/net.sourceforge.solitaire_cg/en-US/phoneScreenshots/solitairecg-forty-thieves-with-large-card-art.png differ diff --git a/metadata/net.sourceforge.solitaire_cg/en-US/phoneScreenshots/solitairecg-freecell.png b/metadata/net.sourceforge.solitaire_cg/en-US/phoneScreenshots/solitairecg-freecell.png index 1159ce9d51..c2fc33acc5 100644 Binary files a/metadata/net.sourceforge.solitaire_cg/en-US/phoneScreenshots/solitairecg-freecell.png and b/metadata/net.sourceforge.solitaire_cg/en-US/phoneScreenshots/solitairecg-freecell.png differ diff --git a/metadata/net.sourceforge.solitaire_cg/en-US/phoneScreenshots/solitairecg-klondike.png b/metadata/net.sourceforge.solitaire_cg/en-US/phoneScreenshots/solitairecg-klondike.png index 462058fd57..89ef643733 100644 Binary files a/metadata/net.sourceforge.solitaire_cg/en-US/phoneScreenshots/solitairecg-klondike.png and b/metadata/net.sourceforge.solitaire_cg/en-US/phoneScreenshots/solitairecg-klondike.png differ diff --git a/metadata/net.sourceforge.solitaire_cg/en-US/phoneScreenshots/solitairecg-vegas-solitaire-with-large-card-art.png b/metadata/net.sourceforge.solitaire_cg/en-US/phoneScreenshots/solitairecg-vegas-solitaire-with-large-card-art.png index 6cf55fe61a..a267fc44cb 100644 Binary files a/metadata/net.sourceforge.solitaire_cg/en-US/phoneScreenshots/solitairecg-vegas-solitaire-with-large-card-art.png and b/metadata/net.sourceforge.solitaire_cg/en-US/phoneScreenshots/solitairecg-vegas-solitaire-with-large-card-art.png differ diff --git a/metadata/net.syncthing.lite.txt b/metadata/net.syncthing.lite.txt index cc68cb8498..79afb69e85 100644 --- a/metadata/net.syncthing.lite.txt +++ b/metadata/net.syncthing.lite.txt @@ -1,9 +1,9 @@ Categories:Internet License:MPL-2.0 Web Site:https://syncthing.net -Source Code:https://github.com/Nutomic/syncthing-lite -Issue Tracker:https://github.com/Nutomic/syncthing-lite/issues -Changelog:https://github.com/Nutomic/syncthing-lite/releases +Source Code:https://github.com/syncthing/syncthing-lite +Issue Tracker:https://github.com/syncthing/syncthing-lite/issues +Changelog:https://github.com/syncthing/syncthing-lite/releases Auto Name:Syncthing Lite Summary:File synchronization @@ -21,7 +21,7 @@ devices with limited storage available, wishing to access a syncthing share). . Repo Type:git -Repo:https://github.com/Nutomic/syncthing-lite.git +Repo:https://github.com/syncthing/syncthing-lite.git Build:0.1.5,7 commit=0.1.5 diff --git a/metadata/nitezh.ministock.txt b/metadata/nitezh.ministock.txt index 9e82257f5c..062393fd4e 100644 --- a/metadata/nitezh.ministock.txt +++ b/metadata/nitezh.ministock.txt @@ -90,7 +90,15 @@ Build:73,73 commit=version-73 gradle=yes +Build:74,74 + commit=version-74 + gradle=yes + +Build:75,75 + commit=version-75 + gradle=yes + Auto Update Mode:Version version-%v Update Check Mode:Tags -Current Version:73 -Current Version Code:73 +Current Version:75 +Current Version Code:75 diff --git a/metadata/nl.mpcjanssen.simpletask.txt b/metadata/nl.mpcjanssen.simpletask.txt index 8975134e27..7ad7c8bec0 100644 --- a/metadata/nl.mpcjanssen.simpletask.txt +++ b/metadata/nl.mpcjanssen.simpletask.txt @@ -668,7 +668,17 @@ Build:10.1.13,3089 subdir=app gradle=cloudless +Build:10.1.14,3090 + commit=10.1.14 + subdir=app + gradle=cloudless + +Build:10.1.15,3091 + commit=10.1.15 + subdir=app + gradle=cloudless + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:10.1.13 -Current Version Code:3089 +Current Version:10.1.15 +Current Version Code:3091 diff --git a/metadata/nodomain.freeyourgadget.gadgetbridge.txt b/metadata/nodomain.freeyourgadget.gadgetbridge.txt index a2da411071..c208b29456 100644 --- a/metadata/nodomain.freeyourgadget.gadgetbridge.txt +++ b/metadata/nodomain.freeyourgadget.gadgetbridge.txt @@ -17,8 +17,9 @@ You can get notifications on your wrist and (depending on the device): * collect data from the device sensors * control music playing on your android device -* see the weather (you need [[ru.gelin.android.weather.notification]] installed) +* see the weather (no additional app needed on LineageOS or Omnirom, on other ROMS [[ru.gelin.android.weather.notification]] is needed) * get directions (e.g. by using [[net.osmand.plus]]) +* sync the workouts GPS tracks with phone (e.g. using the embedded GPS of Amazfit bip) Gadgetbridge is under active development, for an up to date list of supported devices and an overview of current features, please refer to the @@ -613,7 +614,32 @@ Build:0.24.6,123 subdir=app gradle=yes +Build:0.25.0,124 + commit=0.25.0 + subdir=app + gradle=yes + +Build:0.25.1,125 + commit=0.25.1 + subdir=app + gradle=yes + +Build:0.26.0,126 + commit=0.26.0 + subdir=app + gradle=yes + +Build:0.26.1,127 + commit=0.26.1 + subdir=app + gradle=yes + +Build:0.26.2,128 + commit=0.26.2 + subdir=app + gradle=yes + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:0.24.6 -Current Version Code:123 +Current Version:0.26.2 +Current Version Code:128 diff --git a/metadata/ohi.andre.consolelauncher.txt b/metadata/ohi.andre.consolelauncher.txt index d4713b1537..815a6483f6 100644 --- a/metadata/ohi.andre.consolelauncher.txt +++ b/metadata/ohi.andre.consolelauncher.txt @@ -184,7 +184,14 @@ Build:6.3j,136 rm=app/libs/anrwatchdog-1.3.0.jar prebuild=sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' ../build.gradle build.gradle +Build:6.5,172 + commit=e51bcfa2877259a8b0eeb18f21d2d644a12f90e2 + subdir=app + gradle=yes + output=build/outputs/apk/release/*/ohi.andre.consolelauncher*.apk + prebuild=sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' ../build.gradle build.gradle + Auto Update Mode:None -Update Check Mode:Tags -Current Version:6.2b -Current Version Code:121 +Update Check Mode:None +Current Version:6.5 +Current Version Code:172 diff --git a/metadata/openfoodfacts.github.scrachx.openbeauty.txt b/metadata/openfoodfacts.github.scrachx.openbeauty.txt index e05bf31da8..735a3d7575 100644 --- a/metadata/openfoodfacts.github.scrachx.openbeauty.txt +++ b/metadata/openfoodfacts.github.scrachx.openbeauty.txt @@ -51,7 +51,37 @@ Build:0.8.2,40 init=sed -i '/javaMaxHeapSize/d' build.gradle gradle=obf +Build:0.8.5,41 + commit=0.8.5 + subdir=app + init=sed -i '/javaMaxHeapSize/d' build.gradle + gradle=obf + +Build:0.8.6,42 + commit=0.8.6 + subdir=app + init=sed -i '/javaMaxHeapSize/d' build.gradle + gradle=obf + +Build:0.8.7,43 + commit=0.8.7 + subdir=app + init=sed -i '/javaMaxHeapSize/d' build.gradle + gradle=obf + +Build:0.8.8,44 + commit=0.8.8 + subdir=app + init=sed -i '/javaMaxHeapSize/d' build.gradle + gradle=obf + +Build:0.8.9,46 + commit=0.8.9 + subdir=app + init=sed -i '/javaMaxHeapSize/d' build.gradle + gradle=obf + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:0.8.2 -Current Version Code:40 +Current Version:0.8.9 +Current Version Code:46 diff --git a/metadata/openfoodfacts.github.scrachx.openfood.txt b/metadata/openfoodfacts.github.scrachx.openfood.txt index 14194c117e..f68b517ba6 100644 --- a/metadata/openfoodfacts.github.scrachx.openfood.txt +++ b/metadata/openfoodfacts.github.scrachx.openfood.txt @@ -3,7 +3,7 @@ License:Apache-2.0 Web Site:https://github.com/openfoodfacts/openfoodfacts-androidapp/blob/HEAD/README.md Source Code:https://github.com/openfoodfacts/openfoodfacts-androidapp Issue Tracker:https://github.com/openfoodfacts/openfoodfacts-androidapp/issues -Changelog:https://github.com/openfoodfacts/openfoodfacts-androidapp/releases +Changelog:https://github.com/openfoodfacts/openfoodfacts-androidapp/blob/HEAD/CHANGELOG.md Auto Name:Open Food Summary:Look up food ingredients, allergens, nutrition facts @@ -159,7 +159,37 @@ Build:0.8.2,40 init=sed -i '/javaMaxHeapSize/d' build.gradle gradle=off +Build:0.8.5,41 + commit=0.8.5 + subdir=app + init=sed -i '/javaMaxHeapSize/d' build.gradle + gradle=off + +Build:0.8.6,42 + commit=0.8.6 + subdir=app + init=sed -i '/javaMaxHeapSize/d' build.gradle + gradle=off + +Build:0.8.7,43 + commit=0.8.7 + subdir=app + init=sed -i '/javaMaxHeapSize/d' build.gradle + gradle=off + +Build:0.8.8,44 + commit=0.8.8 + subdir=app + init=sed -i '/javaMaxHeapSize/d' build.gradle + gradle=off + +Build:0.8.9,46 + commit=0.8.9 + subdir=app + init=sed -i '/javaMaxHeapSize/d' build.gradle + gradle=off + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:0.8.2 -Current Version Code:40 +Current Version:0.8.9 +Current Version Code:46 diff --git a/metadata/org.adaway.txt b/metadata/org.adaway.txt index 9e2fed1f5a..81fe21e9bb 100644 --- a/metadata/org.adaway.txt +++ b/metadata/org.adaway.txt @@ -268,7 +268,14 @@ Build:3.2,60 buildjni=yes preassemble=renameExecutables +Build:3.3,61 + commit=v3.3 + subdir=AdAway + gradle=yes + buildjni=yes + preassemble=renameExecutables + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:3.2 -Current Version Code:60 +Current Version:3.3 +Current Version Code:61 diff --git a/metadata/org.amoradi.syncopoli.txt b/metadata/org.amoradi.syncopoli.txt index 8fb555e7c7..36d626969c 100644 --- a/metadata/org.amoradi.syncopoli.txt +++ b/metadata/org.amoradi.syncopoli.txt @@ -115,7 +115,15 @@ Build:v0.4.5.2,15 buildjni=no ndk=r15c +Build:v0.4.5.4,17 + commit=v0.4.5.4 + subdir=app + submodules=yes + gradle=yes + buildjni=no + ndk=r15c + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:v0.4.5.2 -Current Version Code:15 +Current Version:v0.4.5.4 +Current Version Code:17 diff --git a/metadata/org.andstatus.app.txt b/metadata/org.andstatus.app.txt index 8a8e73bda9..9095c4bfbe 100644 --- a/metadata/org.andstatus.app.txt +++ b/metadata/org.andstatus.app.txt @@ -4,28 +4,30 @@ Web Site:http://andstatus.org Source Code:https://github.com/andstatus/andstatus Issue Tracker:https://github.com/andstatus/andstatus/issues Changelog:http://andstatus.org/changelog.html +LiberapayID:34680 Auto Name:AndStatus -Summary:Low traffic social networking client +Summary:Multiple accounts client for multiple social networks Description: -A low traffic social networking client with tree-like threaded conversations. +AndStatus is a multiple accounts client for multiple Social networks, including +[http://gnu.io/social GNU social], [https://github.com/tootsuite/documentation +Mastodon], [https://twitter.com Twitter] and [http://pump.io Pump.io]. AndStatus +can combine your feeds from all networks into one Timeline, and it allows you to +read and post even when you are offline. -It supports multiple protocols, including [http://gnu.io/ GNU social]/StatusNet -(e.g. [http://quitter.se/ Quitter], [https://loadaverage.org/ LoadAverage], -[https://status.vinilox.eu/ Vinilox] etc.), [http://www.twitter.com/ Twitter], -[https://github.com/tootsuite/mastodon Mastodon] and [http://pump.io Pump.io]. -It combines your accounts from all networks into one timeline and allows you -reading and posting even while you are offline. +For Android v.7.0+ devices. Free/Libre and Open Source License. Differentiating features of AndStatus: -* Many accounts in different social networking systems. You may have several accounts in each, write/reply as any "You" and share between accounts and systems. -* You don't need to be online even to post your updates: not sent posts are kept (in the "retry queue") even after reboot. -* Convenient tree-like "conversation view". -* "Global search" allows searching public messages in all registered systems with one query. -* Tweets/messages/user avatars are being synced in a background, when your device has a good connection. -* Cached data may be stored for years or for several days only -- it's your choice. -* Easily backup and restore accounts and data between your devices. +* Many accounts in different Social networks. You may have several accounts in each, write/reply as any "You" and share between accounts and networks. +* You don't need to be online to read timelines and to post your updates: drafts and unsent posts are kept even after reboot. They will be sent when your device is Online. +* Convenient tree-like "Conversation view". +* "Global search" allowing you to search public notes in all networks with one query. +* Lists of Friends and Followers, presented as User Lists and as Timelines (with the latest note by each User). +* Notes (tweets)/avatars/attached images are being synced in a background, when your device has a good connection. By default, attachments are downloaded via WiFi only. +* Cached data may be stored for years or for several days only - it's your choice. +* Backup accounts and notes and Restore them on any of your devices. Own your data! +* Free and without ads, community supported. . Repo Type:git @@ -489,11 +491,16 @@ Build:36.09,243 subdir=app gradle=yes +Build:37.01,245 + commit=37.01-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.09 -Current Version Code:243 +Current Version:37.01 +Current Version Code:245 diff --git a/metadata/org.asteroidos.sync.txt b/metadata/org.asteroidos.sync.txt index b15be51fa0..3f8af302e6 100644 --- a/metadata/org.asteroidos.sync.txt +++ b/metadata/org.asteroidos.sync.txt @@ -53,7 +53,23 @@ Build:0.8,8 subdir=app gradle=yes +Build:0.9,9 + disable=Could not find com.android.tools.build:gradle:3.0.1 + 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.8 -Current Version Code:8 +Current Version:0.11 +Current Version Code:11 diff --git a/metadata/org.billthefarmer.crossword.txt b/metadata/org.billthefarmer.crossword.txt index 8509720b03..3c7ac11d8a 100755 --- a/metadata/org.billthefarmer.crossword.txt +++ b/metadata/org.billthefarmer.crossword.txt @@ -48,7 +48,15 @@ Build:1.06,106 commit=v1.06 gradle=yes +Build:1.07,107 + commit=v1.07 + gradle=yes + +Build:1.08,108 + commit=v1.08 + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.06 -Current Version Code:106 +Current Version:1.08 +Current Version Code:108 diff --git a/metadata/org.billthefarmer.currency.txt b/metadata/org.billthefarmer.currency.txt index 991c2e41e0..e7e9aee5ba 100644 --- a/metadata/org.billthefarmer.currency.txt +++ b/metadata/org.billthefarmer.currency.txt @@ -92,7 +92,15 @@ Build:1.15,115 commit=v1.15 gradle=yes +Build:1.16,116 + commit=v1.16 + gradle=yes + +Build:1.17,117 + commit=v1.17 + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.15 -Current Version Code:115 +Current Version:1.17 +Current Version Code:117 diff --git a/metadata/org.billthefarmer.diary.txt b/metadata/org.billthefarmer.diary.txt index 46764a0bad..3f3d1ee095 100644 --- a/metadata/org.billthefarmer.diary.txt +++ b/metadata/org.billthefarmer.diary.txt @@ -124,7 +124,19 @@ Build:1.25,125 commit=v1.25 gradle=yes +Build:1.26,126 + commit=v1.26 + gradle=yes + +Build:1.27,127 + commit=v1.27 + gradle=yes + +Build:1.28,128 + commit=v1.28 + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.25 -Current Version Code:125 +Current Version:1.28 +Current Version Code:128 diff --git a/metadata/org.billthefarmer.scope.txt b/metadata/org.billthefarmer.scope.txt index 3ead7473aa..5354832d7e 100644 --- a/metadata/org.billthefarmer.scope.txt +++ b/metadata/org.billthefarmer.scope.txt @@ -80,7 +80,11 @@ Build:1.16,116 commit=v1.16 gradle=yes +Build:1.17,117 + commit=v1.17 + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.16 -Current Version Code:116 +Current Version:1.17 +Current Version Code:117 diff --git a/metadata/org.blokada.alarm.txt b/metadata/org.blokada.alarm.txt index cb6b472f3a..37717cc74b 100644 --- a/metadata/org.blokada.alarm.txt +++ b/metadata/org.blokada.alarm.txt @@ -5,17 +5,18 @@ Author Email:hello@blokada.org Web Site:https://blokada.org Source Code:https://github.com/blokadaorg/blokada Issue Tracker:https://github.com/blokadaorg/blokada/issues +Changelog:https://blokada.org/api/v3/content/en/changelog.html +Donate:https://blokada.org/docs/donate.html +LiberapayID:35205 Bitcoin:16rJ49uNKCohVhHvWNganP6Y48Ba9BTyKd -Name:Blokada ad blocker +Name:Blokada v3 (ad blocker) Summary:The ad blocker - battery efficient, fast, powerful and simple to use Description: Block ads without killing the battery -Blokada uses clever techniques to minimize impact on battery life. In fact, most -users tell us they don't see any battery drain whatsoever. We also put great -effort to make sure network speed is not affected by ad blocking. Test it -yourself! +Try the new version of Blokada to experience even higher level of stability, +speed and battery efficiency of one of the best ad blockers out there! Ad blocker you can trust @@ -77,7 +78,44 @@ Build:3.0.0,32 sed -i -e "/firebaseImplementation/d" build.gradle && \ sed -i -e "/apply plugin: 'com.google.gms.google-services/d" build.gradle +Build:3.1.1,34 + commit=3.1.1 + subdir=app + gradle=AdblockerFdroid + srclibs=gscore@1.3 + prebuild=echo -e "ext {\n extVersionName = \"3.1.1\"\n extVersionCode = 34 \n }" >> ../version.gradle && \ + echo "project(':gscore').projectDir = new File('$PWD/../../srclib/gscore')" >> ../paths.gradle && \ + echo -e "ext {\n extVersionName = \"1.3\"\n extVersionCode = 13 \n }" >> ../../srclib/gscore/version.gradle && \ + sed -i -e "/officialImplementation/d" build.gradle && \ + sed -i -e "/apply plugin: 'com.google.gms.google-services/d" build.gradle && \ + sed -i -e "/apply plugin: 'io.fabric/d" build.gradle && \ + sed -i -e "/maven.fabric.io/d" ../build.gradle && \ + sed -i -e "/classpath 'io.fabric.tools:gradle/d" ../build.gradle + +Build:3.2.4,302180405 + commit=3.2.4 + subdir=app + gradle=AdblockerFdroid + srclibs=gscore@1.5.1 + prebuild=echo -e "ext {\n extVersionName = \"3.2.4\"\n extVersionCode = 302180405 \n }" >> ../version.gradle && \ + echo "project(':gscore').projectDir = new File('$PWD/../../srclib/gscore')" >> ../paths.gradle && \ + echo -e "ext {\n extVersionName = \"1.5.1\"\n extVersionCode = 105180404 \n }" >> ../../srclib/gscore/version.gradle && \ + sed -i -e "/officialImplementation/d" build.gradle && \ + sed -i -e "/apply plugin: 'com.google.gms.google-services/d" build.gradle && \ + sed -i -e "/apply plugin: 'io.fabric/d" build.gradle && \ + sed -i -e "/maven.fabric.io/d" ../build.gradle && \ + sed -i -e "/classpath 'io.fabric.tools:gradle/d" ../build.gradle + +Build:3.3,303241800 + commit=3.3 + subdir=app + gradle=AdblockerFdroid + srclibs=gscore@1.6 + prebuild=echo -e "ext {\n extVersionName = \"3.3\"\n extVersionCode = 303241800 \n }" >> ../version.gradle && \ + echo "project(':gscore').projectDir = new File('$PWD/../../srclib/gscore')" >> ../paths.gradle && \ + echo -e "ext {\n extVersionName = \"1.6\"\n extVersionCode = 106041700 \n }" >> ../../srclib/gscore/version.gradle + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:3.0.0 -Current Version Code:32 +Current Version:3.3 +Current Version Code:303241800 diff --git a/metadata/org.briarproject.briar.beta.txt b/metadata/org.briarproject.briar.beta.txt index 59a92a7791..58ac430cbc 100644 --- a/metadata/org.briarproject.briar.beta.txt +++ b/metadata/org.briarproject.briar.beta.txt @@ -23,31 +23,47 @@ Repo:https://code.briarproject.org/akwizgran/briar.git Binaries:https://briarproject.org/fdroid/repo/briar-beta-%v.apk Build:0.16.15,1615 + disable=https://briarproject.org/fdroid/repo/briar-beta-0.16.15.apk is not found commit=beta-0.16.15 subdir=briar-android gradle=yes rm=bramble-j2se Build:0.16.16,1616 + disable=https://briarproject.org/fdroid/repo/briar-beta-0.16.16.apk is not found commit=beta-0.16.16 subdir=briar-android gradle=yes rm=bramble-j2se Build:0.16.18,1618 + disable=verification fails commit=beta-0.16.18 subdir=briar-android gradle=yes rm=bramble-j2se Build:0.16.19,1619 + disable=verification fails commit=beta-0.16.19 subdir=briar-android gradle=yes rm=bramble-j2se +Build:0.16.20,1620 + commit=beta-0.16.20 + subdir=briar-android + gradle=yes + rm=bramble-j2se + +Build:0.16.21,1621 + commit=beta-0.16.21 + 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.19 -Current Version Code:1619 +Current Version:0.16.21 +Current Version Code:1621 diff --git a/metadata/org.c_base.c_beam.txt b/metadata/org.c_base.c_beam.txt new file mode 100644 index 0000000000..b6ffc0cfaf --- /dev/null +++ b/metadata/org.c_base.c_beam.txt @@ -0,0 +1,44 @@ +Categories:Science & Education +License:WTFPL +Web Site:https://github.com/c-base/c-beam-droid +Source Code:https://github.com/c-base/c-beam-droid +Issue Tracker:https://github.com/c-base/c-beam-droid/issues + +Auto Name:c-beam +Summary:Android interface to the c-base onboard computer c-beam +Description: +c-base on-board computer interface - control the c-base from your pocket! + +NOTE: This app is only usable from within the c-base-crew wifi. If you don't +know what this means, don't download c-beam. + +If you're still with us, here's a feature set for your informational pleasure: + +* login / logout +* c-mission (task assignment) +* mind control +* world domination +* information retrieval +* current events +* c-portal +* artefacts +* local maps +* control +* c-leuse +* c_out +* and the rest of the space station +. + +Repo Type:git +Repo:https://github.com/c-base/c-beam-droid + +Build:1.5.2,25 + commit=1.5.2 + gradle=noGCM + prebuild=rm libs/gcm.jar && \ + sed -i -e '/google-services/d' -e '/withFirebaseCompile/d' build.gradle + +Auto Update Mode:Version %v +Update Check Mode:Tags +Current Version:1.5.2 +Current Version Code:25 diff --git a/metadata/org.coolreader.txt b/metadata/org.coolreader.txt index 3642b6d1d2..d3964cf59f 100644 --- a/metadata/org.coolreader.txt +++ b/metadata/org.coolreader.txt @@ -359,5 +359,5 @@ Build:3.1.2-87,907 Auto Update Mode:None Update Check Mode:RepoManifest -Current Version:3.1.2-87 -Current Version Code:907 +Current Version:3.1.2-116 +Current Version Code:1016 diff --git a/metadata/org.eu.exodus_privacy.exodusprivacy.txt b/metadata/org.eu.exodus_privacy.exodusprivacy.txt new file mode 100644 index 0000000000..b0446dd520 --- /dev/null +++ b/metadata/org.eu.exodus_privacy.exodusprivacy.txt @@ -0,0 +1,35 @@ +Categories:Security +License:GPL-3.0 +Web Site:https://news.exodus-privacy.eu.org/ +Source Code:https://github.com/Exodus-Privacy/exodus-android-app +Issue Tracker:https://github.com/Exodus-Privacy/exodus-android-app/issues +Donate:https://exodus-privacy.eu.org/#help +Bitcoin:1exodusdyqXD81tS8SkcLhyFj9ioxWsaZ + +Auto Name:Exodus Privacy +Summary:Analyzes privacy concerns in apps from Google Play store +Description: +Exodus Privacy lets you know what trackers are embedded in apps installed on +your smartphone. It lets you also know the permissions required by any apps on +your smartphone. It helps you take your privacy back! + +The app can only detect apps installed from the Google Play store. +. + +Repo Type:git +Repo:https://github.com/Exodus-Privacy/exodus-android-app.git + +Build:1.0.3,3 + commit=release-v1.0.3 + subdir=app + gradle=yes + +Build:1.0.4,4 + commit=release-v1.0.4 + subdir=app + gradle=yes + +Auto Update Mode:Version release-v%v +Update Check Mode:Tags +Current Version:1.0.4 +Current Version Code:4 diff --git a/metadata/org.fdroid.fdroid.ota.yml b/metadata/org.fdroid.fdroid.ota.yml index abf7dbfb49..60aa863c4c 100644 --- a/metadata/org.fdroid.fdroid.ota.yml +++ b/metadata/org.fdroid.fdroid.ota.yml @@ -27,6 +27,16 @@ Builds: - libs/gradle-witness.jar build: ./create_ota.sh binary `cat VERCODE` + - versionName: '1.1' + versionCode: 1001050 + commit: '1.1' + 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 diff --git a/metadata/org.fdroid.fdroid.txt b/metadata/org.fdroid.fdroid.txt index d9deb37a94..dc6ce41a53 100644 --- a/metadata/org.fdroid.fdroid.txt +++ b/metadata/org.fdroid.fdroid.txt @@ -804,8 +804,43 @@ Build:1.1-alpha4,1001004 subdir=app gradle=yes +Build:1.1,1001050 + commit=1.1 + subdir=app + gradle=yes + +Build:1.2-alpha0,1002000 + commit=1.2-alpha0 + subdir=app + gradle=yes + +Build:1.2-alpha1,1002001 + commit=1.2-alpha1 + subdir=app + gradle=yes + +Build:1.2,1002050 + commit=1.2 + subdir=app + gradle=yes + +Build:1.2.1,1002051 + commit=1.2.1 + subdir=app + gradle=yes + +Build:1.2.2,1002052 + commit=1.2.2 + subdir=app + gradle=yes + +Build:1.3-alpha0,1003000 + commit=1.3-alpha0 + subdir=app + gradle=yes + Archive Policy:20 versions Auto Update Mode:None Update Check Mode:Static -Current Version:1.0.3 -Current Version Code:1000013 +Current Version:1.2.2 +Current Version Code:1002052 diff --git a/metadata/org.fitchfamily.android.dejavu.txt b/metadata/org.fitchfamily.android.dejavu.txt index 2a3b1f53a9..34fb000551 100644 --- a/metadata/org.fitchfamily.android.dejavu.txt +++ b/metadata/org.fitchfamily.android.dejavu.txt @@ -3,6 +3,7 @@ License:GPL-3.0 Web Site: Source Code:https://github.com/n76/DejaVu Issue Tracker:https://github.com/n76/DejaVu/issues +Changelog:https://github.com/n76/DejaVu/blob/HEAD/CHANGELOG.md Auto Name:Déjà Vu Location Service Summary:Mobile/cell and WLAN/Wi-Fi based network provider for UnifiedNlp and microG @@ -76,7 +77,17 @@ Build:1.1.3,12 subdir=app gradle=yes +Build:1.1.4,13 + commit=v1.1.4 + subdir=app + gradle=yes + +Build:1.1.5,14 + commit=v1.1.5 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.1.3 -Current Version Code:12 +Current Version:1.1.5 +Current Version Code:14 diff --git a/metadata/org.fitchfamily.android.wifi_backend.txt b/metadata/org.fitchfamily.android.wifi_backend.txt index a4a3e00495..387cc7ce7a 100644 --- a/metadata/org.fitchfamily.android.wifi_backend.txt +++ b/metadata/org.fitchfamily.android.wifi_backend.txt @@ -217,7 +217,12 @@ Build:1.1.10,39 subdir=app gradle=yes +Build:1.1.11,40 + commit=v1.1.11 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.1.10 -Current Version Code:39 +Current Version:1.1.11 +Current Version Code:40 diff --git a/metadata/org.fox.tttrss.txt b/metadata/org.fox.tttrss.txt index db331addc7..22f2881eac 100644 --- a/metadata/org.fox.tttrss.txt +++ b/metadata/org.fox.tttrss.txt @@ -23,7 +23,12 @@ Build:1.231,465 subdir=org.fox.ttrss gradle=yes +Build:1.235,469 + commit=v1.235 + subdir=org.fox.ttrss + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.231 -Current Version Code:465 +Current Version:1.235 +Current Version Code:469 diff --git a/metadata/org.freedombox.freedombox.txt b/metadata/org.freedombox.freedombox.txt new file mode 100644 index 0000000000..e76f9058c0 --- /dev/null +++ b/metadata/org.freedombox.freedombox.txt @@ -0,0 +1,46 @@ +Provides:org.freedombox.freedombox +Categories:Internet,Security +License:GPL-3.0+ +Web Site:https://freedombox.org +Source Code:https://salsa.debian.org/freedombox-team/android-app +Issue Tracker:https://salsa.debian.org/freedombox-team/android-app/issues + +Auto Name:FreedomBox +Summary:A companion app for your FreedomBox server +Description: +''Features'' + +* Discover FreedomBox servers on the network +* Display a list of installed services on the selected FreedomBox +* Launch Android apps and web applications for available services +* Save a FreedomBox and connect to it from anywhere + +''Planned Features'' + +* Save credentials for a FreedomBox and automatically login +* Installation help guide for various devices +* Automatically configure an application with the saved credentials of the FreedomBox +. + +Repo Type:git +Repo:https://salsa.debian.org/freedombox-team/android-app.git + +Build:0.1,1 + commit=v0.1 + subdir=app + gradle=yes + +Build:0.2,2 + commit=v0.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 ^v[0-9.]*$ +Current Version:0.3 +Current Version Code:3 diff --git a/metadata/org.gateshipone.odyssey.txt b/metadata/org.gateshipone.odyssey.txt index a19d258175..3cbf34bd68 100644 --- a/metadata/org.gateshipone.odyssey.txt +++ b/metadata/org.gateshipone.odyssey.txt @@ -127,7 +127,12 @@ Build:1.1.13,25 subdir=app gradle=yes +Build:1.1.14,26 + commit=release-26 + subdir=app + gradle=yes + Auto Update Mode:Version release-%c Update Check Mode:Tags -Current Version:1.1.13 -Current Version Code:25 +Current Version:1.1.14 +Current Version Code:26 diff --git a/metadata/org.havenapp.main.yml b/metadata/org.havenapp.main.yml new file mode 100644 index 0000000000..d1658ce292 --- /dev/null +++ b/metadata/org.havenapp.main.yml @@ -0,0 +1,67 @@ +Disabled: mystery maven repo https://github.com/FireZenk/maven-repo +Categories: + - Security +License: GPL-3.0+ +WebSite: https://guardianproject.github.io/haven +SourceCode: https://github.com/guardianproject/haven +IssueTracker: https://github.com/guardianproject/haven/issues +Bitcoin: 1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk + +AutoName: Haven +Summary: Protect personal spaces and possessions without compromising privacy +Description: | + Haven is for people who need a way to protect their personal spaces + and possessions without compromising their own privacy. It is an + Android application that leverages on-device sensors to provide + monitoring and protection of physical spaces. Haven turns any Android + phone into a motion, sound, vibration and light detector, watching + for unexpected guests and unwanted intruders. We designed Haven for + investigative journalists, human rights defenders, and people at risk + of forced disappearance to create a new kind of herd immunity. By + combining the array of sensors found in any smartphone, with the + world’s most secure communications technologies, like Signal and Tor, + Haven prevents the worst kind of people from silencing citizens + without getting caught in the act. + + Project Team + + Haven was developed through a collaboration between Freedom of the + Press Foundation and Guardian Project. Prototype funding was + generously provided by FoPF, and donations to support continuing work + can be contributed through their site: + https://freedom.press/donate-support-haven-open-source-project + + Safety through Sensors + + Haven only saves images and sound when triggered by motion or volume, + and stores everything locally on the device. You can position the + device’s camera to capture visible motion, or set your phone + somewhere discreet to just listen for noises. Get secure + notifications of intrusion events instantly and access the logs + remotely or anytime later. + + The follow sensors are monitored for a measurable change, and then + recorded to an event log on the device: + + * Accelerometer: phone’s motion and vibration + * Camera: motion in the phone’s visible surroundings from front or back camera + * Microphone: noises in the enviroment + * Light: change in light from ambient light sensor + * Power: detect device being unplugged or power loss + +RepoType: git +Repo: https://github.com/guardianproject/haven + +Builds: + - versionName: 0.1.0-RC-1 + versionCode: 113 + commit: 0.1.0-RC-1 + gradle: + - yes + scanignore: + - docs/preso/lib/font/ + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: 0.1.0-RC-1 +CurrentVersionCode: 113 diff --git a/metadata/org.hlwd.bible.txt b/metadata/org.hlwd.bible.txt index fc2c371fe5..9793d4e001 100644 --- a/metadata/org.hlwd.bible.txt +++ b/metadata/org.hlwd.bible.txt @@ -48,7 +48,12 @@ Build:2.13,20180304 subdir=app gradle=yes +Build:3.0,20180422 + commit=v3.0 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:2.13 -Current Version Code:20180304 +Current Version:3.0 +Current Version Code:20180422 diff --git a/metadata/org.indywidualni.fblite.txt b/metadata/org.indywidualni.fblite.txt index ff5ddf1e95..1ae874f5b3 100644 --- a/metadata/org.indywidualni.fblite.txt +++ b/metadata/org.indywidualni.fblite.txt @@ -234,7 +234,12 @@ Build:3.2.1,51 subdir=app gradle=yes +Build:3.3.0,52 + commit=v3.3.0 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:3.2.1 -Current Version Code:51 +Current Version:3.3.0 +Current Version Code:52 diff --git a/metadata/org.isoron.uhabits.txt b/metadata/org.isoron.uhabits.txt index eb2890a146..9a264dc8ff 100644 --- a/metadata/org.isoron.uhabits.txt +++ b/metadata/org.isoron.uhabits.txt @@ -160,7 +160,12 @@ Build:1.7.8,35 subdir=app gradle=yes +Build:1.7.9,36 + commit=v1.7.9 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.7.8 -Current Version Code:35 +Current Version:1.7.9 +Current Version Code:36 diff --git a/metadata/org.kde.kdeconnect_tp.txt b/metadata/org.kde.kdeconnect_tp.txt index 5d46e359cc..0acae43789 100644 --- a/metadata/org.kde.kdeconnect_tp.txt +++ b/metadata/org.kde.kdeconnect_tp.txt @@ -210,7 +210,22 @@ Build:1.7.2,1720 gradle=yes prebuild=sed -i -e '/javaMaxHeapSize/s/4g/2g/g' build.gradle +Build:1.8.0,1800 + commit=v1.8 + gradle=yes + prebuild=sed -i -e '/javaMaxHeapSize/s/4g/2g/g' build.gradle + +Build:1.8.1,1811 + commit=v1.8.1 + gradle=yes + prebuild=sed -i -e '/javaMaxHeapSize/s/4g/2g/g' build.gradle + +Build:1.8.2,1820 + commit=v1.8.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.2 -Current Version Code:1720 +Current Version:1.8.2 +Current Version Code:1820 diff --git a/metadata/org.kontalk.txt b/metadata/org.kontalk.txt index b7b4b55654..bc3dcaab5f 100644 --- a/metadata/org.kontalk.txt +++ b/metadata/org.kontalk.txt @@ -608,6 +608,17 @@ Build:4.1.3,290 sed -i -e '/fabric/d' ../build.gradle build.gradle scanignore=app/src/main/res/raw/truststore +Build:4.1.4,310 + commit=v4.1.4 + subdir=app + submodules=yes + init=sed -i -e 's/signingConfig signingConfigs.release/{}/g' build.gradle && \ + rm ../gradle.properties + gradle=basic + prebuild=sed -i -e "/crashlytics/,+2d" -e "/googleplayCompile/d" build.gradle && \ + sed -i -e '/fabric/d' ../build.gradle build.gradle + scanignore=app/src/main/res/raw/truststore + 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 @@ -616,5 +627,5 @@ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots Archive Policy:10 versions Auto Update Mode:Version v%v Update Check Mode:Tags ^v[0-9.]+$ -Current Version:4.1.3 -Current Version Code:290 +Current Version:4.1.4 +Current Version Code:310 diff --git a/metadata/org.kore.kolabnotes.android.txt b/metadata/org.kore.kolabnotes.android.txt index ca4d5e3422..88da2a8056 100644 --- a/metadata/org.kore.kolabnotes.android.txt +++ b/metadata/org.kore.kolabnotes.android.txt @@ -567,7 +567,13 @@ Build:3.1.1,96 subdir=app gradle=yes +Build:3.1.2,97 + disable=Could not find com.android.tools.build:gradle:3.0.1 + 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:96 +Current Version:3.1.2 +Current Version Code:97 diff --git a/metadata/org.liberty.android.freeotpplus.txt b/metadata/org.liberty.android.freeotpplus.txt new file mode 100644 index 0000000000..ea800dc1b1 --- /dev/null +++ b/metadata/org.liberty.android.freeotpplus.txt @@ -0,0 +1,40 @@ +Categories:System +License:Apache-2.0 +Web Site:https://github.com/helloworld1/FreeOTPPlus +Source Code:https://github.com/helloworld1/FreeOTPPlus +Issue Tracker:https://github.com/helloworld1/FreeOTPPlus/issues + +Auto Name:FreeOTP Plus +Summary:Two-factor authentication with import/export functionality +Description: +FreeOTP Plus is a fork of FreeOTP provided by Red Hat with the following +enhancements: + +* Export settings to Google Drive or other document providers +* Import settings from Google Drive or other document providers +* Supports Android 6.0 permissions +* Enhanced UI with material design + +FreeOTP is a two-factor authentication (2FA) application for systems utilizing +one-time password protocols (OTP). Tokens can be added easily by scanning a +QR-code or by manually entering in the token configuration. + +FreeOTP implements open standards. This means that no proprietary server-side +component is necessary: use any server-side component that implements these +standards — for example [http://www.freeipa.org FreeIPA], which uses TOTP. Any +standards-compliant implementation will work. Currently, FreeOTP provides +implementations of HOTP (RFC 4226) and TOTP (RFC 6238). +. + +Repo Type:git +Repo:https://github.com/helloworld1/FreeOTPPlus.git + +Build:1.0,1 + commit=f0750937d9bca0b32f6fdcb80989e2e738ad7854 + subdir=app + gradle=yes + +Auto Update Mode:None +Update Check Mode:None +Current Version:1.0 +Current Version Code:1 diff --git a/metadata/org.ligi.fast.txt b/metadata/org.ligi.fast.txt index 925888cded..95311eb077 100644 --- a/metadata/org.ligi.fast.txt +++ b/metadata/org.ligi.fast.txt @@ -133,7 +133,12 @@ Build:6.7,67 subdir=android gradle=forFDroid,withExtras +Build:6.8,68 + commit=6.8 + subdir=android + gradle=forFDroid,withExtras + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:6.7 -Current Version Code:67 +Current Version:6.8 +Current Version Code:68 diff --git a/metadata/org.ligi.passandroid.txt b/metadata/org.ligi.passandroid.txt index e8f4360947..137fccd518 100644 --- a/metadata/org.ligi.passandroid.txt +++ b/metadata/org.ligi.passandroid.txt @@ -393,7 +393,13 @@ Build:3.4.5,345 gradle=noMaps,noAnalytics,forFDroid prebuild=sed -i -e '/play-services/d' -e '/android-sdk-manager/d' build.gradle +Build:3.4.6,346 + commit=3.4.6 + subdir=android + gradle=noMaps,noAnalytics,forFDroid + prebuild=sed -i -e '/play-services/d' -e '/android-sdk-manager/d' build.gradle + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:3.4.5 -Current Version Code:345 +Current Version:3.4.6 +Current Version Code:346 diff --git a/metadata/org.ligi.survivalmanual.txt b/metadata/org.ligi.survivalmanual.txt index 324cd7b7de..d8526deeac 100644 --- a/metadata/org.ligi.survivalmanual.txt +++ b/metadata/org.ligi.survivalmanual.txt @@ -194,7 +194,15 @@ Build:4.1,41 prebuild=sed -i -e '/play_services/d' -e '/withFirebaseCompile/d' build.gradle && \ sed -i '/android-sdk-manager/d' build.gradle +Build:4.2,42 + commit=4.2 + subdir=android + submodules=yes + gradle=noFirebaseForFdroid + prebuild=sed -i -e '/play_services/d' -e '/withFirebaseCompile/d' build.gradle && \ + sed -i '/android-sdk-manager/d' build.gradle + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:4.1 -Current Version Code:41 +Current Version:4.2 +Current Version Code:42 diff --git a/metadata/org.linphone.txt b/metadata/org.linphone.txt index d7adbd3b2f..7d88d607ec 100644 --- a/metadata/org.linphone.txt +++ b/metadata/org.linphone.txt @@ -320,5 +320,5 @@ Build:3.3.2,3320 Auto Update Mode:None Update Check Mode:Tags -Current Version:3.3.2 -Current Version Code:3320 +Current Version:3.99.3 +Current Version Code:3994 diff --git a/metadata/org.lufebe16.pysolfc.txt b/metadata/org.lufebe16.pysolfc.txt index 53fa13596e..acdd2b05d6 100644 --- a/metadata/org.lufebe16.pysolfc.txt +++ b/metadata/org.lufebe16.pysolfc.txt @@ -1,8 +1,8 @@ Categories:Games License:GPL-3.0 -Web Site:https://bitbucket.org/lufebe16/pysolfc -Source Code:https://bitbucket.org/lufebe16/pysolfc/src -Issue Tracker:https://bitbucket.org/lufebe16/pysolfc/issues +Web Site:https://github.com/shlomif/PySolFC +Source Code:https://github.com/shlomif/PySolFC +Issue Tracker:https://github.com/shlomif/PySolFC/issues Summary:A collection of solitaire card games Description: @@ -16,8 +16,8 @@ A new user interface has been developed using the kivy framework to meet requirements of touch screens devices. . -Repo Type:hg -Repo:https://bitbucket.org/lufebe16/pysolfc +Repo Type:git +Repo:https://github.com/shlomif/PySolFC.git Build:0.8,8 commit=b95e3d84d597 @@ -57,7 +57,45 @@ Build:0.8,8 build=./mkp4a.unsigned $$SDK$$ $$NDK$$ ndk=r12b +Build:2.2.0,20200 + commit=574178a16b4fb86cf5e5b1ec29e1bf1659fe9e81 + sudo=(apt-get install -y cython cython3 python3-pip python3-tk virtualenv && \ + apt-get install -y libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev) || echo "something failed" + output=android/PySolFC-$$VERSION$$-release-unsigned.apk + prebuild=python3 -m pip install --user clint && \ + python3 -m pip install --user random2 && \ + (cd android; ./mkp4a.cleanall) && \ + export P4ADIR=$HOME/.local/share/python-for-android/packages && \ + mkdir -p $P4ADIR/kivy && \ + (cd $P4ADIR/kivy; wget -nv https://github.com/kivy/kivy/archive/1.10.0.zip && \ + touch .mark-1.10.0.zip) && \ + mkdir -p $P4ADIR/pyjnius && \ + (cd $P4ADIR/pyjnius; wget -nv https://github.com/kivy/pyjnius/archive/1.1.0.zip; mv 1.1.0.zip master.zip; touch .mark-master.zip) && \ + mkdir -p $P4ADIR/six && \ + (cd $P4ADIR/six; wget -nv https://pypi.python.org/packages/source/s/six/six-1.9.0.tar.gz; touch .mark-six-1.9.0.tar.gz) && \ + mkdir -p $P4ADIR/sdl2 && \ + (cd $P4ADIR/sdl2; wget -nv https://www.libsdl.org/release/SDL2-2.0.4.tar.gz; touch .mark-SDL2-2.0.4.tar.gz) && \ + mkdir -p $P4ADIR/sdl2_image && \ + (cd $P4ADIR/sdl2_image; wget -nv https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.1.tar.gz; touch .mark-SDL2_image-2.0.1.tar.gz) && \ + mkdir -p $P4ADIR/sdl2_ttf && \ + (cd $P4ADIR/sdl2_ttf; wget -nv https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz; touch .mark-SDL2_ttf-2.0.14.tar.gz) && \ + mkdir -p $P4ADIR/sdl2_mixer && \ + (cd $P4ADIR/sdl2_mixer; wget -nv https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.1.tar.gz; touch .mark-SDL2_mixer-2.0.1.tar.gz) && \ + mkdir -p $P4ADIR/python2 && \ + (cd $P4ADIR/python2; wget -nv http://python.org/ftp/python/2.7.2/Python-2.7.2.tar.bz2; touch .mark-Python-2.7.2.tar.bz2) && \ + (cd $P4ADIR; ln -s python2 hostpython2) && \ + (cd android; wget -nv https://netix.dl.sourceforge.net/project/pysolfc/PySolFC-Cardsets/PySolFC-Cardsets-2.0/PySolFC-Cardsets-2.0.tar.bz2) && \ + (cd android; ./mkcards) && \ + (cd android; rm -rf PySolFC-Cardsets-2.0.tar.bz2) && \ + (cd android; wget -nv https://github.com/kivy/python-for-android/archive/0.5.3.zip) + build=make all_games_html && \ + make rules && \ + make mo && \ + (cd android; ./mkp4a.init $$SDK$$ $$NDK$$ 1 && \ + ./mkp4a.unsigned $$SDK$$ $$NDK$$) + ndk=r12b + Auto Update Mode:None Update Check Mode:None -Current Version:0.8 -Current Version Code:8 +Current Version:2.2.0 +Current Version Code:20200 diff --git a/metadata/org.mozilla.fennec_fdroid.txt b/metadata/org.mozilla.fennec_fdroid.txt index b8c1f58d21..27d17e8ae8 100644 --- a/metadata/org.mozilla.fennec_fdroid.txt +++ b/metadata/org.mozilla.fennec_fdroid.txt @@ -4182,6 +4182,152 @@ Build:58.0.2,580210 zip -d obj-i386-linux-androideabi/dist/fennec-$$VERSION$$.en-US.android-i386-unsigned-unaligned.apk 'META-INF/*.*' ndk=r15c +Build:59.0.1,590100 + commit=FENNEC_59_0_1_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@a5bbd6bf9e94673e0ed53b4b8a965db48accc63f + prebuild=mkdir fdroid && \ + l10ndir=`readlink -f $$MozLocales$$` && \ + bash $$MozLocales$$/prebuild.sh && \ + echo "ac_add_options --target=arm-linux-androideabi" >> .mozconfig && \ + echo "ac_add_options --with-android-min-sdk=16" >> .mozconfig && \ + echo "ac_add_options --with-android-ndk=\"$$NDK$$\"" >> .mozconfig && \ + echo "ac_add_options --with-android-sdk=\"$$SDK$$\"" >> .mozconfig && \ + echo "ac_add_options --enable-application=mobile/android" >> .mozconfig && \ + echo "ac_add_options --with-branding=mobile/android/branding/unofficial" >> .mozconfig && \ + echo "ac_add_options --with-l10n-base=${l10ndir}" >> .mozconfig && \ + echo "mk_add_options 'export L10NBASEDIR=${l10ndir}'" >> .mozconfig && \ + echo "mk_add_options 'export MOZ_CHROME_MULTILOCALE=$(tr '\n' ' ' < mobile/android/locales/maemo-locales)'" >> .mozconfig && \ + echo "mk_add_options 'export PROGUARD_JAR=/usr/share/java/proguard.jar'" >> .mozconfig && \ + pushd mobile/android/branding/unofficial/ && \ + sed -i -e '/ANDROID_PACKAGE_NAME/d' -e '/MOZ_APP_DISPLAYNAME/d' configure.sh && \ + echo 'ANDROID_PACKAGE_NAME=org.mozilla.fennec_fdroid' >> configure.sh && \ + echo 'MOZ_APP_DISPLAYNAME="Fennec F-Droid"' >> configure.sh && \ + echo 'MOZ_APP_ANDROID_VERSION_CODE=$$VERCODE$$' >> configure.sh && \ + popd + build=export I_PREFER_A_SUBOPTIMAL_MERCURIAL_EXPERIENCE=1 && \ + mkdir rust && \ + curl https://static.rust-lang.org/dist/rust-1.22.1-`uname -m`-unknown-linux-gnu.tar.xz | tar -x -J -C rust --strip-components 2 && \ + curl https://static.rust-lang.org/dist/rust-std-1.22.1-armv7-linux-androideabi.tar.xz | tar -x -J -C rust --strip-components 2 && \ + PATH=$PATH:$PWD/rust/bin ./mach build && \ + cat mobile/android/locales/maemo-locales | xargs -I % ./mach build chrome-% && \ + AB_CD=multi ./mach package && \ + ./mach package && \ + zip -d obj-arm-linux-androideabi/dist/fennec-$$VERSION$$.en-US.android-arm-unsigned-unaligned.apk 'META-INF/*.*' + ndk=r15c + +Build:59.0.1,590110 + commit=FENNEC_59_0_1_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@a5bbd6bf9e94673e0ed53b4b8a965db48accc63f + prebuild=mkdir fdroid && \ + l10ndir=`readlink -f $$MozLocales$$` && \ + bash $$MozLocales$$/prebuild.sh && \ + echo "ac_add_options --target=i386-linux-androideabi" >> .mozconfig && \ + echo "ac_add_options --with-android-min-sdk=16" >> .mozconfig && \ + echo "ac_add_options --with-android-ndk=\"$$NDK$$\"" >> .mozconfig && \ + echo "ac_add_options --with-android-sdk=\"$$SDK$$\"" >> .mozconfig && \ + echo "ac_add_options --enable-application=mobile/android" >> .mozconfig && \ + echo "ac_add_options --with-branding=mobile/android/branding/unofficial" >> .mozconfig && \ + echo "ac_add_options --with-l10n-base=${l10ndir}" >> .mozconfig && \ + echo "mk_add_options 'export L10NBASEDIR=${l10ndir}'" >> .mozconfig && \ + echo "mk_add_options 'export MOZ_CHROME_MULTILOCALE=$(tr '\n' ' ' < mobile/android/locales/maemo-locales)'" >> .mozconfig && \ + echo "mk_add_options 'export PROGUARD_JAR=/usr/share/java/proguard.jar'" >> .mozconfig && \ + pushd mobile/android/branding/unofficial/ && \ + sed -i -e '/ANDROID_PACKAGE_NAME/d' -e '/MOZ_APP_DISPLAYNAME/d' configure.sh && \ + echo 'ANDROID_PACKAGE_NAME=org.mozilla.fennec_fdroid' >> configure.sh && \ + echo 'MOZ_APP_DISPLAYNAME="Fennec F-Droid"' >> configure.sh && \ + echo 'MOZ_APP_ANDROID_VERSION_CODE=$$VERCODE$$' >> configure.sh && \ + popd + build=export I_PREFER_A_SUBOPTIMAL_MERCURIAL_EXPERIENCE=1 && \ + mkdir rust && \ + curl https://static.rust-lang.org/dist/rust-1.22.1-`uname -m`-unknown-linux-gnu.tar.xz | tar -x -J -C rust --strip-components 2 && \ + curl https://static.rust-lang.org/dist/rust-std-1.22.1-i686-linux-android.tar.xz | tar -x -J -C rust --strip-components 2 && \ + PATH=$PATH:$PWD/rust/bin ./mach build && \ + cat mobile/android/locales/maemo-locales | xargs -I % ./mach build chrome-% && \ + AB_CD=multi ./mach package && \ + ./mach package && \ + zip -d obj-i386-linux-androideabi/dist/fennec-$$VERSION$$.en-US.android-i386-unsigned-unaligned.apk 'META-INF/*.*' + ndk=r15c + +Build:59.0.2,590200 + commit=FENNEC_59_0_2_RELEASE + timeout=21600 + sudo=apt update && \ + apt 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@a5bbd6bf9e94673e0ed53b4b8a965db48accc63f + prebuild=mkdir fdroid && \ + l10ndir=`readlink -f $$MozLocales$$` && \ + bash $$MozLocales$$/prebuild.sh && \ + echo "ac_add_options --target=arm-linux-androideabi" >> .mozconfig && \ + echo "ac_add_options --with-android-min-sdk=16" >> .mozconfig && \ + echo "ac_add_options --with-android-ndk=\"$$NDK$$\"" >> .mozconfig && \ + echo "ac_add_options --with-android-sdk=\"$$SDK$$\"" >> .mozconfig && \ + echo "ac_add_options --enable-application=mobile/android" >> .mozconfig && \ + echo "ac_add_options --with-branding=mobile/android/branding/unofficial" >> .mozconfig && \ + echo "ac_add_options --with-l10n-base=${l10ndir}" >> .mozconfig && \ + echo "mk_add_options 'export L10NBASEDIR=${l10ndir}'" >> .mozconfig && \ + echo "mk_add_options 'export MOZ_CHROME_MULTILOCALE=$(tr '\n' ' ' < mobile/android/locales/maemo-locales)'" >> .mozconfig && \ + echo "mk_add_options 'export PROGUARD_JAR=/usr/share/java/proguard.jar'" >> .mozconfig && \ + pushd mobile/android/branding/unofficial/ && \ + sed -i -e '/ANDROID_PACKAGE_NAME/d' -e '/MOZ_APP_DISPLAYNAME/d' configure.sh && \ + echo 'ANDROID_PACKAGE_NAME=org.mozilla.fennec_fdroid' >> configure.sh && \ + echo 'MOZ_APP_DISPLAYNAME="Fennec F-Droid"' >> configure.sh && \ + echo 'MOZ_APP_ANDROID_VERSION_CODE=$$VERCODE$$' >> configure.sh && \ + popd + build=export I_PREFER_A_SUBOPTIMAL_MERCURIAL_EXPERIENCE=1 && \ + mkdir rust && \ + curl https://static.rust-lang.org/dist/rust-1.22.1-`uname -m`-unknown-linux-gnu.tar.xz | tar -x -J -C rust --strip-components 2 && \ + curl https://static.rust-lang.org/dist/rust-std-1.22.1-armv7-linux-androideabi.tar.xz | tar -x -J -C rust --strip-components 2 && \ + PATH=$PATH:$PWD/rust/bin ./mach build && \ + cat mobile/android/locales/maemo-locales | xargs -I % ./mach build chrome-% && \ + AB_CD=multi ./mach package && \ + ./mach package && \ + zip -d obj-arm-linux-androideabi/dist/fennec-$$VERSION$$.en-US.android-arm-unsigned-unaligned.apk 'META-INF/*.*' + ndk=r15c + +Build:59.0.2,590210 + commit=FENNEC_59_0_2_RELEASE + timeout=21600 + sudo=apt update && \ + apt 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@a5bbd6bf9e94673e0ed53b4b8a965db48accc63f + prebuild=mkdir fdroid && \ + l10ndir=`readlink -f $$MozLocales$$` && \ + bash $$MozLocales$$/prebuild.sh && \ + echo "ac_add_options --target=i386-linux-androideabi" >> .mozconfig && \ + echo "ac_add_options --with-android-min-sdk=16" >> .mozconfig && \ + echo "ac_add_options --with-android-ndk=\"$$NDK$$\"" >> .mozconfig && \ + echo "ac_add_options --with-android-sdk=\"$$SDK$$\"" >> .mozconfig && \ + echo "ac_add_options --enable-application=mobile/android" >> .mozconfig && \ + echo "ac_add_options --with-branding=mobile/android/branding/unofficial" >> .mozconfig && \ + echo "ac_add_options --with-l10n-base=${l10ndir}" >> .mozconfig && \ + echo "mk_add_options 'export L10NBASEDIR=${l10ndir}'" >> .mozconfig && \ + echo "mk_add_options 'export MOZ_CHROME_MULTILOCALE=$(tr '\n' ' ' < mobile/android/locales/maemo-locales)'" >> .mozconfig && \ + echo "mk_add_options 'export PROGUARD_JAR=/usr/share/java/proguard.jar'" >> .mozconfig && \ + pushd mobile/android/branding/unofficial/ && \ + sed -i -e '/ANDROID_PACKAGE_NAME/d' -e '/MOZ_APP_DISPLAYNAME/d' configure.sh && \ + echo 'ANDROID_PACKAGE_NAME=org.mozilla.fennec_fdroid' >> configure.sh && \ + echo 'MOZ_APP_DISPLAYNAME="Fennec F-Droid"' >> configure.sh && \ + echo 'MOZ_APP_ANDROID_VERSION_CODE=$$VERCODE$$' >> configure.sh && \ + popd + build=export I_PREFER_A_SUBOPTIMAL_MERCURIAL_EXPERIENCE=1 && \ + mkdir rust && \ + curl https://static.rust-lang.org/dist/rust-1.22.1-`uname -m`-unknown-linux-gnu.tar.xz | tar -x -J -C rust --strip-components 2 && \ + curl https://static.rust-lang.org/dist/rust-std-1.22.1-i686-linux-android.tar.xz | tar -x -J -C rust --strip-components 2 && \ + PATH=$PATH:$PWD/rust/bin ./mach build && \ + cat mobile/android/locales/maemo-locales | xargs -I % ./mach build chrome-% && \ + AB_CD=multi ./mach package && \ + ./mach package && \ + zip -d obj-i386-linux-androideabi/dist/fennec-$$VERSION$$.en-US.android-i386-unsigned-unaligned.apk 'META-INF/*.*' + ndk=r15c + Maintainer Notes: Updating/Versioning: @@ -4204,5 +4350,5 @@ Reroute Feedback: Archive Policy:6 versions Auto Update Mode:None Update Check Mode:None -Current Version:58.0.2 -Current Version Code:580210 +Current Version:59.0.2 +Current Version Code:590210 diff --git a/metadata/org.mozilla.klar.txt b/metadata/org.mozilla.klar.txt index aa683a2339..7be244f931 100644 --- a/metadata/org.mozilla.klar.txt +++ b/metadata/org.mozilla.klar.txt @@ -103,6 +103,14 @@ Build:4.0.2,18 prebuild=echo 'ext { generatedVersionCode = $$VERCODE$$ }' > ../tools/gradle/versionCode.gradle && \ sed -i -e '/focusCompile/d; /geckoCompile/d' build.gradle +Build:4.2,19 + commit=v4.2-RC2 + subdir=app + gradle=klar,webview,universal + prebuild=echo 'ext { generatedVersionCode = $$VERCODE$$ }' > ../tools/gradle/versionCode.gradle && \ + sed -i -E -e '/(focus|arm|x86|aarch64)Implementation/d' build.gradle && \ + sed -i -e '/maven {/,/}$/d' build.gradle + Maintainer Notes: Cannot use AUM/UCM because version code is not updated, see https://github.com/mozilla-mobile/focus-android/issues/1528. @@ -112,5 +120,5 @@ Increment version code by 1 on each release. Auto Update Mode:None Update Check Mode:None -Current Version:4.0.2 -Current Version Code:18 +Current Version:4.2 +Current Version Code:19 diff --git a/metadata/org.opengappsdownloader.txt b/metadata/org.opengappsdownloader.txt index b4d79b8cd9..434dbe45dc 100644 --- a/metadata/org.opengappsdownloader.txt +++ b/metadata/org.opengappsdownloader.txt @@ -45,7 +45,12 @@ Build:0.4.2,8 subdir=app gradle=yes +Build:0.4.3,9 + commit=v0.4.3 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:0.4.2 -Current Version Code:8 +Current Version:0.4.3 +Current Version Code:9 diff --git a/metadata/org.openhab.habdroid.beta.txt b/metadata/org.openhab.habdroid.beta.txt new file mode 100644 index 0000000000..8dad1b7018 --- /dev/null +++ b/metadata/org.openhab.habdroid.beta.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.45-beta,46 + commit=2.0.45-beta-fdroid + subdir=mobile + gradle=foss,beta + prebuild=sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d -e '/google-services/d' build.gradle + +Maintainer Notes: +Replace the fabric.io maven with mavencentral instead of deleting it to not trigger fdroid/fdroidserver#463. +. + +Auto Update Mode:Version %v-fdroid +Update Check Mode:Tags ^[0-9.]+-beta-fdroid$ +Current Version:2.0.45-beta +Current Version Code:46 diff --git a/metadata/org.openhab.habdroid.txt b/metadata/org.openhab.habdroid.txt index 584a68d7cb..84585040d8 100644 --- a/metadata/org.openhab.habdroid.txt +++ b/metadata/org.openhab.habdroid.txt @@ -8,6 +8,7 @@ Source Code:https://github.com/openhab/openhab-android Issue Tracker:https://github.com/openhab/openhab-android/issues Donate:https://www.paypal.me/openHABFoundation +Auto Name:openHAB Repo Type:git Repo:https://github.com/openhab/openhab-android.git @@ -18,11 +19,23 @@ Build:2.0.27,30 gradle=foss prebuild=sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d -e '/google-services/d' build.gradle +Build:2.0.31,34 + commit=2.0.31-release-fdroid + subdir=mobile + gradle=foss,stable + prebuild=sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d -e '/google-services/d' build.gradle + +Build:2.1.0,50 + commit=2.1.0-release-fdroid + subdir=mobile + gradle=foss,stable + 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 +Update Check Mode:Tags ^[0-9.]+-release-fdroid$ +Current Version:2.1.0 +Current Version Code:50 diff --git a/metadata/org.openorienteering.mapper.txt b/metadata/org.openorienteering.mapper.txt index 12e6d5d5a6..4a6edf9a82 100644 --- a/metadata/org.openorienteering.mapper.txt +++ b/metadata/org.openorienteering.mapper.txt @@ -69,5 +69,5 @@ Build:0.7.0,700 Auto Update Mode:None Update Check Mode:Tags -Current Version:0.8.0 -Current Version Code:800 +Current Version:0.8.1 +Current Version Code:801 diff --git a/metadata/org.openpetfoodfacts.scanner.txt b/metadata/org.openpetfoodfacts.scanner.txt index e91191c390..3b83cb095b 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.8.2 -Current Version Code:40 +Current Version:0.8.9 +Current Version Code:46 diff --git a/metadata/org.osmdroid.txt b/metadata/org.osmdroid.txt index 9de7e17c38..6d359bf8cf 100644 --- a/metadata/org.osmdroid.txt +++ b/metadata/org.osmdroid.txt @@ -1,7 +1,6 @@ -AntiFeatures:UpstreamNonFree Categories:Navigation -License:LGPL-3.0 -Web Site: +License:Apache-2.0 +Web Site:http://osmdroid.github.io/osmdroid/ Source Code:https://github.com/osmdroid/osmdroid Issue Tracker:https://github.com/osmdroid/osmdroid/issues @@ -28,7 +27,19 @@ Build:4.1,15 gradle=yes prebuild=sed -i -e 's/4.2-SNAPSHOT/4.2/g' -e 's/android.support:compatibility-v4/com.android.support:support-v4/g' build.gradle +Build:6.0.1,31 + commit=osmdroid-parent-6.0.1 + subdir=OpenStreetMapViewer + gradle=yes + rm=GoogleWrapperSample,osmdroid-third-party + prebuild=echo "afterEvaluate { tasks.packageRelease.setEnabled(true); tasks.assembleRelease.setEnabled(true); }" >> build.gradle && \ + echo "android.buildTypes.release.signingConfig null" >> build.gradle + +Maintainer Notes: +We have to patch build.gradle because the gradle-fury plugin disables assembleRelease when there is no signing key available. +. + Auto Update Mode:None Update Check Mode:None -Current Version:4.1 -Current Version Code:15 +Current Version:6.0.1 +Current Version Code:31 diff --git a/metadata/org.pacien.tincapp.txt b/metadata/org.pacien.tincapp.txt index a8505cc4d6..72a9cb6fb4 100644 --- a/metadata/org.pacien.tincapp.txt +++ b/metadata/org.pacien.tincapp.txt @@ -87,7 +87,22 @@ Build:0.11,11 subdir=app gradle=yes +Build:0.12,12 + commit=v0.12 + subdir=app + gradle=yes + +Build:0.13,13 + commit=v0.13 + subdir=app + gradle=yes + +Build:0.14,14 + commit=v0.14 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:0.11 -Current Version Code:11 +Current Version:0.14 +Current Version Code:14 diff --git a/metadata/org.paladyn.mediclog.txt b/metadata/org.paladyn.mediclog.txt new file mode 100644 index 0000000000..692235c3bb --- /dev/null +++ b/metadata/org.paladyn.mediclog.txt @@ -0,0 +1,43 @@ +Categories:Sports & Health +License:GPL-3.0 +Author Name:John Lines +Author Email:john.mediclog@paladyn.org +Web Site:https://github.com/JohnLines/mediclog/wiki +Source Code:https://github.com/JohnLines/mediclog +Issue Tracker:https://github.com/JohnLines/mediclog/issues + +Auto Name:Medic Log +Summary:Log basic medical information +Description: +MedicLog logs key medical information - blood pressure, temperature and weight, +with an emphasis on simplicity and privacy. +. + +Repo Type:git +Repo:https://github.com/JohnLines/mediclog + +Build:0.1.1,2 + commit=v0.1.1 + gradle=yes + +Build:0.2.0,3 + commit=v0.2.0 + gradle=yes + +Build:0.2.1,4 + commit=v0.2.1 + gradle=yes + +Build:0.2.2,5 + disable=mediclog_layout.xml: Error: Unsupported type 'TextView' + commit=v0.2.2 + gradle=yes + +Build:0.2.3,6 + commit=v0.2.3 + gradle=yes + +Auto Update Mode:Version v%v +Update Check Mode:Tags ^v[0-9.]*$ +Current Version:0.2.3 +Current Version Code:6 diff --git a/metadata/org.primftpd.txt b/metadata/org.primftpd.txt index 430c79545e..e9d9730767 100644 --- a/metadata/org.primftpd.txt +++ b/metadata/org.primftpd.txt @@ -149,7 +149,17 @@ Build:5.6,32 subdir=primitiveFTPd gradle=yes +Build:5.7,33 + commit=prim-ftpd-5.7 + subdir=primitiveFTPd + gradle=yes + +Build:5.8,34 + commit=prim-ftpd-5.8 + subdir=primitiveFTPd + gradle=yes + Auto Update Mode:Version prim-ftpd-%v Update Check Mode:Tags ^prim-ftpd- -Current Version:5.6 -Current Version Code:32 +Current Version:5.8 +Current Version Code:34 diff --git a/metadata/org.proninyaroslav.libretorrent.txt b/metadata/org.proninyaroslav.libretorrent.txt index 26b171fc63..215b524874 100644 --- a/metadata/org.proninyaroslav.libretorrent.txt +++ b/metadata/org.proninyaroslav.libretorrent.txt @@ -50,11 +50,16 @@ Build:1.6,7 subdir=app gradle=yes +Build:1.7,8 + commit=1.7 + 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.6 -Current Version Code:7 +Current Version:1.7 +Current Version Code:8 diff --git a/metadata/org.retroshare.android.qml_app.txt b/metadata/org.retroshare.android.qml_app.txt new file mode 100644 index 0000000000..ab17b68c32 --- /dev/null +++ b/metadata/org.retroshare.android.qml_app.txt @@ -0,0 +1,48 @@ +Categories:Security,Internet +License:AGPL-3.0+ +Web Site:http://retroshare.net/ +Source Code:https://github.com/RetroShare/RetroShare +Issue Tracker:https://github.com/RetroShare/RetroShare/issues + +Auto Name:RetroShare +Summary:RetroShare Android Chat Prototype +Description: +Retroshare establish encrypted connections between you and your friends to +create a network of computers, and provides various distributed services on top +of it. Retroshare is fully decentralized, and designed to provide security to +its users. This version is a prototype in alpha state not sutiable for general +use, expect to experience bugs and be kind to report them. +. + +Repo Type:git +Repo:https://github.com/RetroShare/RetroShare + +Build:0.6.4,1 + commit=v0.6.4 + sudo=apt-get install -y libx11-xcb1 tcl + output=build/bin/QtApp-release-unsigned.apk + rm=retroshare-gui,build_scripts/Windows + target=android-18 + build=export ANDROID_NDK_ROOT=$$NDK$$ && \ + export ANDROID_SDK_ROOT=$$SDK$$ && \ + export ANDROID_NDK_PATH=$$NDK$$ && \ + export NATIVE_LIBS_TOOLCHAIN_PATH=$(realpath native-libs-toolchain) && \ + export QT_VERSION="5.9.4" && \ + export INSTALL_QT_ANDROID=true && \ + ./android-prepare-toolchain.sh && \ + export Qt5_android=${NATIVE_LIBS_TOOLCHAIN_PATH}/Qt/${QT_VERSION}/android_armv7 && \ + $Qt5_android/bin/qmake CONFIG-=debug CONFIG+=release CONFIG+=no_retroshare_gui CONFIG+=no_retroshare_nogui CONFIG+=no_retroshare_plugins CONFIG+=retroshare_android_service CONFIG+=libresapilocalserver CONFIG+=no_libresapihttpserver CONFIG+=retroshare_qml_app CONFIG+=retroshare_android_notify_service && \ + make -j$(nproc) && \ + make install INSTALL_ROOT=build && \ + export BUNDLED_LIB_PATH="build/libs/armeabi-v7a" && \ + mkdir -p ${BUNDLED_LIB_PATH} && \ + cp retroshare-android-service/src/libretroshare-android-service.so ${BUNDLED_LIB_PATH} && \ + cp retroshare-android-notify-service/src/libretroshare-android-notify-service.so ${BUNDLED_LIB_PATH} && \ + cp retroshare-qml-app/src/libretroshare-qml-app.so ${BUNDLED_LIB_PATH} && \ + $Qt5_android/bin/androiddeployqt --release --output build --input retroshare-qml-app/src/android-libretroshare-qml-app.so-deployment-settings.json + ndk=r10e + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:0.6.4 +Current Version Code:1 diff --git a/metadata/org.retroshare.android.txt b/metadata/org.retroshare.android.txt deleted file mode 100644 index d083f2512b..0000000000 --- a/metadata/org.retroshare.android.txt +++ /dev/null @@ -1,35 +0,0 @@ -Categories:Internet -License:GPL-3.0+ -Web Site:http://www.retroshare.org -Source Code:https://gitorious.org/retroshare/retroshare-android-user-interface -Issue Tracker: - -Auto Name:RetroShare -Summary:RetroShare user interface -Description: -A RetroShare Grafical Interface designed specifically for android which -integrates with the system contact list. - -Status: Beta. -. - -Repo Type:git -Repo:https://git.gitorious.org/retroshare/retroshare-android-user-interface.git - -Build:0.2.4,7 - disable=wip https://gitorious.org/retroshare/retroshare-android-user-interface/source/master:README.md - commit=v0.2.4 - subdir=RetroShareAndroidIntegration - srclibs=Protobuf@2.4.1 - extlibs=android/android-support-v4.jar - prebuild=echo "source.dir=../lib/rsctrl;../../$$Protobuf$$/src;." >> project.properties && \ - cd ../lib && \ - wget http://lag.net/jaramiko/download/jaramiko-151.zip && \ - unzip jaramiko-151.zip && \ - cd jaramiko-151 && \ - ant jar - -Auto Update Mode:None -Update Check Mode:Tags -Current Version:0.2.4 -Current Version Code:7 diff --git a/metadata/org.schabi.newpipe.beta.txt b/metadata/org.schabi.newpipe.beta.txt deleted file mode 100644 index f958307ac0..0000000000 --- a/metadata/org.schabi.newpipe.beta.txt +++ /dev/null @@ -1,47 +0,0 @@ -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 c254fdbe2b..84c945db7f 100644 --- a/metadata/org.schabi.newpipe.txt +++ b/metadata/org.schabi.newpipe.txt @@ -5,6 +5,7 @@ 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 +LiberapayID:34969 Bitcoin:16A9J59ahMRqkLSZjhYj33n9j3fMztFxnh Auto Name:NewPipe @@ -274,7 +275,19 @@ Build:0.11.6,47 submodules=yes gradle=yes +Build:0.13.1,60 + commit=v0.13.1 + subdir=app + submodules=yes + gradle=yes + +Build:0.13.2,61 + commit=v0.13.2 + subdir=app + submodules=yes + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags .*[0-9]$ -Current Version:0.11.6 -Current Version Code:47 +Current Version:0.13.2 +Current Version Code:61 diff --git a/metadata/org.secuso.privacyfriendlynetmonitor.txt b/metadata/org.secuso.privacyfriendlynetmonitor.txt index 1a4a5642a5..d89897353a 100644 --- a/metadata/org.secuso.privacyfriendlynetmonitor.txt +++ b/metadata/org.secuso.privacyfriendlynetmonitor.txt @@ -51,7 +51,12 @@ Build:1.2,7 subdir=app gradle=yes +Build:2.0,8 + commit=v2.0 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.2 -Current Version Code:7 +Current Version:2.0 +Current Version Code:8 diff --git a/metadata/org.secuso.privacyfriendlypasswordgenerator.txt b/metadata/org.secuso.privacyfriendlypasswordgenerator.txt index aab6f89d04..197a38c728 100644 --- a/metadata/org.secuso.privacyfriendlypasswordgenerator.txt +++ b/metadata/org.secuso.privacyfriendlypasswordgenerator.txt @@ -32,7 +32,13 @@ Build:1.0.1,2 gradle=yes prebuild=sed -i -e '/ maven {/,+2d' build.gradle +Build:1.0.2,3 + commit=v1.0.2 + subdir=app + gradle=yes + prebuild=sed -i -e '/ maven {/,+2d' build.gradle + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.0.1 -Current Version Code:2 +Current Version:1.0.2 +Current Version Code:3 diff --git a/metadata/org.secuso.privacyfriendlytodolist.txt b/metadata/org.secuso.privacyfriendlytodolist.txt index b2a798ff07..42f24e758e 100644 --- a/metadata/org.secuso.privacyfriendlytodolist.txt +++ b/metadata/org.secuso.privacyfriendlytodolist.txt @@ -32,7 +32,17 @@ Build:1.0.1,2 subdir=app gradle=yes +Build:2.0,3 + commit=v2.0 + subdir=app + gradle=yes + +Build:2.1,4 + commit=v2.1 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.0.1 -Current Version Code:2 +Current Version:2.1 +Current Version Code:4 diff --git a/metadata/org.secuso.privacyfriendlyweather.txt b/metadata/org.secuso.privacyfriendlyweather.txt index 248acb9434..885f20a037 100644 --- a/metadata/org.secuso.privacyfriendlyweather.txt +++ b/metadata/org.secuso.privacyfriendlyweather.txt @@ -34,7 +34,12 @@ Build:1.1,2 subdir=app gradle=yes +Build:2.0,5 + commit=v2.0 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.1 -Current Version Code:2 +Current Version:2.0 +Current Version Code:5 diff --git a/metadata/org.sensors2.osc.txt b/metadata/org.sensors2.osc.txt index 25037914ea..e6b5635451 100644 --- a/metadata/org.sensors2.osc.txt +++ b/metadata/org.sensors2.osc.txt @@ -24,7 +24,12 @@ Build:0.2.0,2 subdir=app gradle=yes +Build:0.3.0,3 + commit=0.3.0 + subdir=app + gradle=yes + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:0.2.0 -Current Version Code:2 +Current Version:0.3.0 +Current Version Code:3 diff --git a/metadata/org.shadowice.flocke.andotp.txt b/metadata/org.shadowice.flocke.andotp.txt index 0e51ceb8d1..f71d952fd6 100644 --- a/metadata/org.shadowice.flocke.andotp.txt +++ b/metadata/org.shadowice.flocke.andotp.txt @@ -88,7 +88,22 @@ Build:0.4.0.1,14 subdir=app gradle=yes +Build:0.5.0,15 + commit=v0.5.0 + subdir=app + gradle=yes + +Build:0.5.0.1,16 + commit=v0.5.0.1 + subdir=app + gradle=yes + +Build:0.6.0-beta1,18 + commit=v0.6.0-beta1 + subdir=app + gradle=yes + Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:0.4.0.1 -Current Version Code:14 +Update Check Mode:Tags ^v[0-9.]+$ +Current Version:0.5.0.1 +Current Version Code:16 diff --git a/metadata/org.smssecure.smssecure.txt b/metadata/org.smssecure.smssecure.txt index ee6f6f7c7f..50bc0b9fe7 100644 --- a/metadata/org.smssecure.smssecure.txt +++ b/metadata/org.smssecure.smssecure.txt @@ -4,6 +4,8 @@ Web Site:https://silence.im/ Source Code:https://github.com/SilenceIM/Silence Issue Tracker:https://github.com/SilenceIM/Silence/issues Changelog:https://github.com/SilenceIM/Silence/blob/HEAD/CHANGELOG.md +Donate:https://silence.im/donate +LiberapayID:35040 Bitcoin:1LoKZXg3bx6kfwAhEFQqS9pgeCE1CFMEJb Auto Name:Silence @@ -444,6 +446,15 @@ Build:0.15.12,141 ./scripts/build-witness.sh && \ rm -rf libs/gradle-witness/build +Build:0.15.13,142 + commit=v0.15.13 + 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 @@ -516,6 +527,15 @@ Build:0.16.8-unstable,207 ./scripts/build-witness.sh && \ rm -rf libs/gradle-witness/build +Build:0.16.9-unstable,208 + commit=v0.16.9-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. @@ -527,5 +547,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.12 -Current Version Code:141 +Current Version:0.15.13 +Current Version Code:142 diff --git a/metadata/org.softeg.slartus.forpdaplus.txt b/metadata/org.softeg.slartus.forpdaplus.txt index c23dfaaa79..1386e434da 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.5.2" -Current Version Code:606 +Current Version:"3.5.2.5" +Current Version Code:613 diff --git a/metadata/org.sorz.lab.tinykeepass.txt b/metadata/org.sorz.lab.tinykeepass.txt new file mode 100644 index 0000000000..c12e03e6d7 --- /dev/null +++ b/metadata/org.sorz.lab.tinykeepass.txt @@ -0,0 +1,37 @@ +Categories:Security +License:Apache-2.0 +Web Site: +Source Code:https://github.com/sorz/TinyKeePass +Issue Tracker:https://github.com/sorz/TinyKeePass/issues + +Auto Name:TinyKeePass +Summary:Another simple read-only KeePass app +Description: +Lacks lots of common functions (e.g. edit, groups), and possibly buggy. + +Main Features + +* Fetch/update database from HTTP(S)/WebDav server, support HTTP basic auth. +* Keep master password in Android Keystore System. +* Fingerprint or screen lock support. +* Copy username and/or password to clipboard, with notification. +* Autofill on Oreo or above. +. + +Repo Type:git +Repo:https://github.com/sorz/TinyKeePass + +Build:0.3.4,10 + commit=v0.3.4 + subdir=app + gradle=yes + +Build:0.3.5,11 + commit=v0.3.5 + subdir=app + gradle=yes + +Auto Update Mode:Version v%v +Update Check Mode:Tags +Current Version:0.3.5 +Current Version Code:11 diff --git a/metadata/org.sufficientlysecure.keychain.txt b/metadata/org.sufficientlysecure.keychain.txt index 6142dd94dd..0f1d514990 100644 --- a/metadata/org.sufficientlysecure.keychain.txt +++ b/metadata/org.sufficientlysecure.keychain.txt @@ -383,6 +383,20 @@ Build:4.9.1,49100 gradle=fdroid scanignore=extern/bouncycastle/core/src/test,OpenKeychain/src/test/resources/OpenPGP-Haskell/tests +Build:4.9.2,49200 + commit=v4.9.2 + subdir=OpenKeychain + submodules=yes + gradle=fdroid + scanignore=extern/bouncycastle/core/src/test,OpenKeychain/src/test/resources/OpenPGP-Haskell/tests + +Build:5.0,50001 + commit=v5.0 + 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: @@ -391,5 +405,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.9.1 -Current Version Code:49100 +Current Version:5.0 +Current Version Code:50001 diff --git a/metadata/org.tasks.txt b/metadata/org.tasks.txt index 2b7d5ae4b6..024291c663 100644 --- a/metadata/org.tasks.txt +++ b/metadata/org.tasks.txt @@ -504,11 +504,53 @@ Build:5.3.1,501 gradle=generic prebuild=sed -i -e '/googleplayCompile/d' -e '/amazonCompile/d' build.gradle +Build:5.3.2,504 + commit=5.3.2 + subdir=app + gradle=generic + prebuild=sed -i -e '/googleplayCompile/d' -e '/amazonCompile/d' build.gradle + +Build:5.3.4,506 + commit=5.3.4 + subdir=app + gradle=generic + prebuild=sed -i -e '/googleplayCompile/d' -e '/amazonCompile/d' build.gradle + +Build:5.3.5,507 + commit=5.3.5 + subdir=app + gradle=generic + prebuild=sed -i -e '/googleplayCompile/d' -e '/amazonCompile/d' build.gradle + +Build:5.3.6,508 + commit=5.3.6 + subdir=app + gradle=generic + prebuild=sed -i -e '/googleplayCompile/d' -e '/amazonCompile/d' build.gradle + +Build:6.0,525 + commit=6.0 + subdir=app + gradle=generic + prebuild=sed -i -e '/googleplayCompile/d' -e '/amazonCompile/d' build.gradle + +Build:6.0.1,526 + commit=6.0.1 + subdir=app + gradle=generic + prebuild=sed -i -e '/googleplayCompile/d' -e '/amazonCompile/d' build.gradle + +Build:6.0.4,530 + commit=6.0.4 + 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.3.1 -Current Version Code:501 +Current Version:6.0.4 +Current Version Code:530 diff --git a/metadata/org.telegram.messenger.txt b/metadata/org.telegram.messenger.txt index 8a054f2f22..42e655e5f6 100644 --- a/metadata/org.telegram.messenger.txt +++ b/metadata/org.telegram.messenger.txt @@ -6,6 +6,7 @@ Source Code:https://github.com/Telegram-FOSS-Team/Telegram-FOSS Issue Tracker:https://github.com/Telegram-FOSS-Team/Telegram-FOSS/issues Changelog:https://github.com/Telegram-FOSS-Team/Telegram-FOSS/blob/HEAD/Changelog.md LiberapayID:27902 +Bitcoin:1McafEgMvqAVujNLtcJumZHxp2UfaNByqs Auto Name:Telegram @@ -335,6 +336,19 @@ Build:4.6.0a,11565 popd ndk=r14b +Build:4.6.0b,11575 + commit=v4.6b + subdir=TMessagesProj + submodules=yes + gradle=fat + rm=TMessagesProj/jni/libwebp/swig/libwebp.jar,TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux + prebuild=echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c' > API_KEYS + build=export NDK=$$NDK$$ && \ + pushd jni && \ + ./build_ffmpeg_android.sh && \ + popd + ndk=r14b + 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 @@ -345,5 +359,5 @@ Bump again for faster build. Auto Update Mode:None Update Check Mode:None -Current Version:4.6.0a -Current Version Code:11565 +Current Version:4.6.0b +Current Version Code:11575 diff --git a/metadata/org.thosp.yourlocalweather.txt b/metadata/org.thosp.yourlocalweather.txt index 1e06ed4ce5..f08731d908 100644 --- a/metadata/org.thosp.yourlocalweather.txt +++ b/metadata/org.thosp.yourlocalweather.txt @@ -72,7 +72,62 @@ Build:2.5.2,25 subdir=app gradle=yes +Build:3.0.4,30 + commit=v3.0.4 + subdir=app + gradle=yes + +Build:3.0.5,31 + commit=v3.0.5 + subdir=app + gradle=yes + +Build:3.0.7,33 + commit=v3.0.7 + subdir=app + gradle=yes + +Build:3.0.8,34 + commit=v3.0.8 + subdir=app + gradle=yes + +Build:3.0.9,35 + commit=v3.0.9 + subdir=app + gradle=yes + +Build:3.0.11,37 + commit=v3.0.11 + subdir=app + gradle=yes + +Build:3.0.13,39 + commit=v3.0.13 + subdir=app + gradle=yes + +Build:3.0.15,41 + commit=v3.0.15 + subdir=app + gradle=yes + +Build:3.0.16,42 + commit=v3.0.16 + subdir=app + gradle=yes + +Build:3.0.17,43 + commit=v3.0.17 + subdir=app + gradle=yes + +Build:3.1.0,44 + commit=v3.1.0 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:2.5.2 -Current Version Code:25 +Current Version:3.1.0 +Current Version Code:44 diff --git a/metadata/org.totschnig.myexpenses.txt b/metadata/org.totschnig.myexpenses.txt index 1e50034cf9..797eb29b77 100644 --- a/metadata/org.totschnig.myexpenses.txt +++ b/metadata/org.totschnig.myexpenses.txt @@ -658,7 +658,31 @@ Build:2.8.8.1,315 gradle=yes rm=tests +Build:2.8.9.1,319 + commit=r319 + subdir=myExpenses + gradle=acra + rm=tests + +Build:2.8.9.1,320 + commit=r320 + subdir=myExpenses + gradle=acra + rm=tests + +Build:2.9.0,323 + commit=r323 + subdir=myExpenses + gradle=acra + rm=tests + +Build:2.9.0.1,324 + commit=r324 + subdir=myExpenses + gradle=acra + rm=tests + Auto Update Mode:Version r%c Update Check Mode:Tags -Current Version:2.8.8.1 -Current Version Code:315 +Current Version:2.9.0.1 +Current Version Code:324 diff --git a/metadata/org.traccar.client.txt b/metadata/org.traccar.client.txt index a16075129b..0165842270 100644 --- a/metadata/org.traccar.client.txt +++ b/metadata/org.traccar.client.txt @@ -144,7 +144,13 @@ Build:5.8,45 gradle=regular prebuild=sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' ../build.gradle build.gradle +Build:5.10,47 + commit=v5.10 + subdir=app + gradle=regular + prebuild=sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d' -e '/crashlytics/d' ../build.gradle build.gradle + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:5.8 -Current Version Code:45 +Current Version:5.10 +Current Version Code:47 diff --git a/metadata/org.transdroid.lite.txt b/metadata/org.transdroid.lite.txt index cd9f341b58..88b2ea7b60 100644 --- a/metadata/org.transdroid.lite.txt +++ b/metadata/org.transdroid.lite.txt @@ -93,8 +93,15 @@ Build:2.5.9,229 prebuild=sed -i 's;true;false;' src/full/res/values/bools.xml && \ sed -i 's;true;false;' src/main/res/values/bools.xml +Build:2.5.10,230 + commit=v2.5.10 + subdir=app + gradle=lite + prebuild=sed -i 's;true;false;' src/full/res/values/bools.xml && \ + sed -i 's;true;false;' src/main/res/values/bools.xml + Auto Update Mode:Version v%v Update Check Mode:Tags Update Check Name:org.transdroid.full -Current Version:2.5.9 -Current Version Code:229 +Current Version:2.5.10 +Current Version Code:230 diff --git a/metadata/org.ttrssreader.txt b/metadata/org.ttrssreader.txt index a378af508a..3d690d1f07 100644 --- a/metadata/org.ttrssreader.txt +++ b/metadata/org.ttrssreader.txt @@ -363,5 +363,5 @@ Old Repo is: Auto Update Mode:None Update Check Mode:RepoManifest -Current Version:1.92.0 -Current Version Code:1920 +Current Version:1.93.3 +Current Version Code:1933 diff --git a/metadata/org.tuxpaint.txt b/metadata/org.tuxpaint.txt index e9d7520272..cfa58a7678 100644 --- a/metadata/org.tuxpaint.txt +++ b/metadata/org.tuxpaint.txt @@ -6,14 +6,6 @@ Issue Tracker:https://sourceforge.net/p/tuxpaint/bugs/?source=navbar Donate:http://www.newbreedsoftware.com/donate/ Auto Name:Tux Paint -Summary:Drawing program for children -Description: -Tux Paint is a free, award-winning drawing program for children ages 3 to 12. It -combines an easy-to-use interface, fun sound effects, and an encouraging cartoon -mascot who guides children as they use the program. - -Status:Beta. -. Repo Type:git Repo:https://github.com/tux4kids/Tuxpaint-Android.git @@ -110,7 +102,18 @@ Build:0.9.23-beta_11b2,112 scandelete=app/src/main/jni/ ndk=r14b +Build:0.9.23-beta_12,120 + commit=0.9.23-beta_12 + 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_11b2 -Current Version Code:112 +Current Version:0.9.23-beta_12 +Current Version Code:120 diff --git a/metadata/org.videolan.vlc/en-US/featureGraphic.jpg b/metadata/org.videolan.vlc/en-US/featureGraphic.jpg index 9d924a58f3..d8b664e67a 100644 Binary files a/metadata/org.videolan.vlc/en-US/featureGraphic.jpg and b/metadata/org.videolan.vlc/en-US/featureGraphic.jpg differ diff --git a/metadata/org.walleth.txt b/metadata/org.walleth.txt index 2303d22d43..e6c91c41bd 100644 --- a/metadata/org.walleth.txt +++ b/metadata/org.walleth.txt @@ -5,7 +5,7 @@ Source Code:https://github.com/walleth/walleth Issue Tracker:https://github.com/walleth/walleth/issues Name:WALLETH -Auto Name:WALLΞTH +Auto Name:WallΞTH Summary:Ethereum wallet Description: Ethereum wallet Networks: main(1), ropsten(3), rinkeby(4) Features: @@ -106,7 +106,19 @@ Build:0.33,33 gradle=withGethNoFirebaseForFDroid prebuild=sed -i -e '/google-services/d' -e '/withFirebaseCompile/d' build.gradle +Build:0.34,34 + commit=0.34 + subdir=app + gradle=withGethNoFirebaseForFDroid + prebuild=sed -i -e '/google-services/d' -e '/withFirebaseCompile/d' build.gradle + +Build:0.35,35 + commit=0.35 + 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.33 -Current Version Code:33 +Current Version:0.35 +Current Version Code:35 diff --git a/metadata/org.wikipedia.txt b/metadata/org.wikipedia.txt index b6bbd107ff..70a51a73da 100644 --- a/metadata/org.wikipedia.txt +++ b/metadata/org.wikipedia.txt @@ -272,6 +272,20 @@ Build:r/2.7.225-r-2018-02-06,225 gradle=fdroid forceversion=yes +Build:r/2.7.231-r-2018-04-09,231 + commit=r/2.7.231-r-2018-04-09 + subdir=app + init=sed -i '/sonatype/d' ../build.gradle + gradle=fdroid + forceversion=yes + +Build:r/2.7.232-r-2018-04-17,232 + commit=r/2.7.232-r-2018-04-17 + 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. @@ -281,5 +295,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.225-r-2018-02-06 -Current Version Code:225 +Current Version:r/2.7.232-r-2018-04-17 +Current Version Code:232 diff --git a/metadata/org.witness.sscphase1.yml b/metadata/org.witness.sscphase1.yml index 624a937297..9235c1cae8 100644 --- a/metadata/org.witness.sscphase1.yml +++ b/metadata/org.witness.sscphase1.yml @@ -34,6 +34,7 @@ Repo: https://github.com/guardianproject/ObscuraCam Builds: - versionName: 4.0.0.2 versionCode: 4002 + disable: Unable to pre-dex 'guava-22.0.jar' commit: v4.0.0.2 subdir: app gradle: @@ -42,5 +43,17 @@ Builds: - doc/assets/*/*.png ndk: r16b + - versionName: 4.0.1-alpha-1 + versionCode: 4011 + commit: 4.0.1-alpha-1 + subdir: app + gradle: + - yes + scanignore: + - doc/assets/*/*.png + ndk: r16b + AutoUpdateMode: Version v%v UpdateCheckMode: Tags +CurrentVersion: 4.0.1-alpha-1 +CurrentVersionCode: 4011 diff --git a/metadata/org.xapek.andiodine.txt b/metadata/org.xapek.andiodine.txt index 222b08cc29..6ab4cf8b04 100644 --- a/metadata/org.xapek.andiodine.txt +++ b/metadata/org.xapek.andiodine.txt @@ -33,5 +33,5 @@ Build:1.3,3 Auto Update Mode:None Update Check Mode:Tags -Current Version:1.3 -Current Version Code:3 +Current Version:1.5 +Current Version Code:5 diff --git a/metadata/org.xbmc.kore.txt b/metadata/org.xbmc.kore.txt index 49a069319b..1b7bc547af 100644 --- a/metadata/org.xbmc.kore.txt +++ b/metadata/org.xbmc.kore.txt @@ -1,17 +1,14 @@ Categories:Multimedia License:Apache-2.0 +Author Name:XBMC Foundation +Author Email:koresupport@kodi.tv Web Site:http://kodi.tv Source Code:https://github.com/xbmc/Kore Issue Tracker:https://github.com/xbmc/Kore/issues Changelog:https://github.com/xbmc/Kore/blob/HEAD/CHANGELOG.md +Donate:https://kodi.tv/contribute/donate Auto Name:Kore -Summary:Remote control for Kodi (XBMC) -Description: -Simple remote control for [http://kodi.tv Kodi]. In-app purchases (e.g. for -themes) are broken, since they require proprietary play- services to be -installed on the device and a special API key, which F-Droid cannot include. -. Repo Type:git Repo:https://github.com/xbmc/Kore diff --git a/metadata/org.y20k.trackbook.txt b/metadata/org.y20k.trackbook.txt index 33f49d31fe..920f1cccc9 100644 --- a/metadata/org.y20k.trackbook.txt +++ b/metadata/org.y20k.trackbook.txt @@ -108,7 +108,27 @@ Build:1.1.4,20 subdir=app gradle=yes +Build:1.1.5,21 + commit=v1.1.5 + subdir=app + gradle=yes + +Build:1.1.6,22 + commit=v1.1.6 + subdir=app + gradle=yes + +Build:1.1.7,23 + commit=v1.1.7 + subdir=app + gradle=yes + +Build:1.1.8,24 + commit=v1.1.8 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.1.4 -Current Version Code:20 +Current Version:1.1.8 +Current Version Code:24 diff --git a/metadata/org.y20k.transistor.txt b/metadata/org.y20k.transistor.txt index e1f1abc333..fe1a8b214f 100644 --- a/metadata/org.y20k.transistor.txt +++ b/metadata/org.y20k.transistor.txt @@ -215,7 +215,23 @@ Build:3.0.3,53 subdir=app gradle=yes +Build:3.0.4,54 + disable=error: cannot find symbol import android.support.v4.BuildConfig + commit=v3.0.4 + subdir=app + gradle=yes + +Build:3.0.5,55 + commit=v3.0.5 + subdir=app + gradle=yes + +Build:3.0.6,56 + commit=v3.0.6 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:3.0.3 -Current Version Code:53 +Current Version:3.0.6 +Current Version Code:56 diff --git a/metadata/pc.javier.seguime.txt b/metadata/pc.javier.seguime.txt new file mode 100644 index 0000000000..7ee4fbc23e --- /dev/null +++ b/metadata/pc.javier.seguime.txt @@ -0,0 +1,35 @@ +Categories:Navigation,Security +License:GPL-3.0+ +Web Site:http://javierpc.esy.es/seguime +Source Code:https://gitlab.com/javipc/seguime +Issue Tracker:https://gitlab.com/javipc/seguime/issues +Donate:http://javierpc.esy.es/seguime + +Auto Name:Seguime +Summary:Follow where your device goes without being followed by you +Description: +It stores GPS coordinates and sends them to your Web server so you can see where +is the device. + +* You can build your own server (more privacy). +* Send coordinates by Telegram (Bot) and SMS. +* Settings from the website. +* Control over time of activity and downtime to save battery. +* Easy to create accounts without requesting personal data. + +It's just a project, so it can only be used for experimental purposes and not +for security purposes. +. + +Repo Type:git +Repo:https://gitlab.com/javipc/seguime.git + +Build:0.4,4 + commit=0.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/pc.javier.seguime/en-US/description.txt b/metadata/pc.javier.seguime/en-US/description.txt new file mode 100644 index 0000000000..dc0443c28a --- /dev/null +++ b/metadata/pc.javier.seguime/en-US/description.txt @@ -0,0 +1,9 @@ +It stores GPS coordinates and sends them to your Web server so you can see where is the device. + +* You can build your own server (more privacy). +* Send coordinates by Telegram (Bot) and SMS. +* Settings from the website. +* Control over time of activity and downtime to save battery. +* Easy to create accounts without requesting personal data. + +It's just a project, so it can only be used for experimental purposes and not for security purposes. \ No newline at end of file diff --git a/metadata/pc.javier.seguime/en-US/name.txt b/metadata/pc.javier.seguime/en-US/name.txt new file mode 100644 index 0000000000..4c8cc03d0a --- /dev/null +++ b/metadata/pc.javier.seguime/en-US/name.txt @@ -0,0 +1 @@ +Seguime \ No newline at end of file diff --git a/metadata/pc.javier.seguime/en-US/summary.txt b/metadata/pc.javier.seguime/en-US/summary.txt new file mode 100644 index 0000000000..46122f819b --- /dev/null +++ b/metadata/pc.javier.seguime/en-US/summary.txt @@ -0,0 +1 @@ +Follow where your device goes without being followed by you \ No newline at end of file diff --git a/metadata/pc.javier.seguime/es/description.txt b/metadata/pc.javier.seguime/es/description.txt new file mode 100644 index 0000000000..11cb92382f --- /dev/null +++ b/metadata/pc.javier.seguime/es/description.txt @@ -0,0 +1,9 @@ +Almacena coordenadas GPS y las envía a tu servidor web y así poder ver donde esta el dispositivo. + +* Podes montar tu propio sitio (Mayor privacidad). +* Envía coordenadas por Telegram (Bot) y SMS. +* Configurable desde el sitio web. +* Control sobre tiempos de actividad e inactividad para ahorrar batería. +* Cuentas fáciles de crear sin solicitar datos personales. + +Es solo un proyecto, por lo tanto solo podrá usarse con fines experimentales y no con fines de seguridad. diff --git a/metadata/pc.javier.seguime/es/name.txt b/metadata/pc.javier.seguime/es/name.txt new file mode 100644 index 0000000000..4c8cc03d0a --- /dev/null +++ b/metadata/pc.javier.seguime/es/name.txt @@ -0,0 +1 @@ +Seguime \ No newline at end of file diff --git a/metadata/pc.javier.seguime/es/summary.txt b/metadata/pc.javier.seguime/es/summary.txt new file mode 100644 index 0000000000..c3803cc1bd --- /dev/null +++ b/metadata/pc.javier.seguime/es/summary.txt @@ -0,0 +1 @@ +Seguí a donde va tu dispositivo sin que te sigan a vos \ No newline at end of file diff --git a/metadata/player.efis.mfd.txt b/metadata/player.efis.mfd.txt index 3c10dc58cd..321617b6c2 100644 --- a/metadata/player.efis.mfd.txt +++ b/metadata/player.efis.mfd.txt @@ -72,7 +72,12 @@ Build:1.3,4 subdir=mfd gradle=yes +Build:1.4,5 + commit=REL_3.11 + subdir=mfd + gradle=yes + Auto Update Mode:None Update Check Mode:Tags ^REL -Current Version:1.3 -Current Version Code:4 +Current Version:1.4 +Current Version Code:5 diff --git a/metadata/player.efis.pfd.txt b/metadata/player.efis.pfd.txt index f63aca6135..6723693e96 100644 --- a/metadata/player.efis.pfd.txt +++ b/metadata/player.efis.pfd.txt @@ -19,11 +19,11 @@ Synthetic vision is built from the USGS 3 arc second Digital Elevation Model data. If enabled, it also allows for some terrain collision detection. The required terrain data packages are available on F-Droid, see: -* [[player.efis.data.usa.can]] North America/Canada -* [[player.efis.data.eur.rus]] Europe/Russia -* [[player.efis.data.sah.jap]] Sahara/Northern Africa/India/Indonesia/Japan -* [[player.efis.data.zar.aus]] Southern Africa/Australia -* [[player.efis.data.pan.arg]] South America +* [https://f-droid.org/packages/player.efis.data.usa.can/ North America/Canada] +* [https://f-droid.org/packages/player.efis.data.eur.rus/ Europe/Russia] +* [https://f-droid.org/packages/player.efis.data.sah.jap/ Sahara/Northern Africa/India/Indonesia/Japan] +* [https://f-droid.org/packages/player.efis.data.zar.aus/ Southern Africa/Australia] +* [https://f-droid.org/packages/player.efis.data.pan.arg/ South America] '''Flight Director''' @@ -41,8 +41,9 @@ on the pitch. '''Digital moving Map''' -[[player.efis.mfd]] is a companion application to the EFIS. It provides -situational awareness and navigation functionality. +[https://f-droid.org/packages/player.efis.mfd/ Kwik DMAP] is a companion +application to the EFIS. It provides situational awareness and navigation +functionality. '''Screenshots''' [http://members.iinet.net.au/~ninelima/efis/gallery.html] . @@ -110,7 +111,12 @@ Build:3.8,17 subdir=pfd gradle=yes +Build:3.9,18 + commit=REL_3.11 + subdir=pfd + gradle=yes + Auto Update Mode:None Update Check Mode:Tags ^REL -Current Version:3.8 -Current Version Code:17 +Current Version:3.9 +Current Version Code:18 diff --git a/metadata/protect.card_locker.txt b/metadata/protect.card_locker.txt index 50ec741c1d..78b0dc57a4 100644 --- a/metadata/protect.card_locker.txt +++ b/metadata/protect.card_locker.txt @@ -145,7 +145,12 @@ Build:0.23.1,26 subdir=app gradle=yes +Build:0.23.2,27 + commit=v0.23.2 + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:0.23.1 -Current Version Code:26 +Current Version:0.23.2 +Current Version Code:27 diff --git a/metadata/protect.videoeditor.txt b/metadata/protect.videoeditor.txt index 58f9f02448..722df83b1f 100644 --- a/metadata/protect.videoeditor.txt +++ b/metadata/protect.videoeditor.txt @@ -34,7 +34,22 @@ Build:0.4,4 subdir=app gradle=yes +Build:0.5,5 + commit=v0.5 + subdir=app + gradle=yes + +Build:0.6,6 + commit=v0.6 + subdir=app + gradle=yes + +Build:0.7a,7 + commit=v0.7a + subdir=app + gradle=yes + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:0.4 -Current Version Code:4 +Current Version:0.7a +Current Version Code:7 diff --git a/metadata/ru.henridellal.emerald.txt b/metadata/ru.henridellal.emerald.txt index 807c695194..79c89aafb8 100644 --- a/metadata/ru.henridellal.emerald.txt +++ b/metadata/ru.henridellal.emerald.txt @@ -62,7 +62,19 @@ Build:0.5.5,32 commit=v0.5.5 target=android-26 +Build:0.5.6,33 + commit=v0.5.6 + target=android-26 + +Build:0.5.6.1,34 + commit=v0.5.6.1 + target=android-26 + +Build:0.5.6.2,35 + commit=v0.5.6.2 + target=android-26 + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:0.5.5 -Current Version Code:32 +Current Version:0.5.6.2 +Current Version Code:35 diff --git a/metadata/ru.meefik.busybox.txt b/metadata/ru.meefik.busybox.txt index cd3cc1ab3c..8205243f83 100644 --- a/metadata/ru.meefik.busybox.txt +++ b/metadata/ru.meefik.busybox.txt @@ -123,7 +123,20 @@ Build:1.27.2,34 mv compiled/* ../app/src/main/assets/ ndk=r10e +Build:1.28.3,36 + commit=1.28.3 + subdir=app + gradle=yes + rm=app/src/main/assets/arm,app/src/main/assets/mips,app/src/main/assets/x86 + build=cd ../contrib && \ + export ANDROID_NDK_ROOT=$$NDK$$ && \ + ./bb-build.sh arm static && \ + ./bb-build.sh mips static && \ + ./bb-build.sh x86 static && \ + mv compiled/* ../app/src/main/assets/ + ndk=r10e + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:1.27.2 -Current Version Code:34 +Current Version:1.28.3 +Current Version Code:36 diff --git a/metadata/ru.valle.btc.txt b/metadata/ru.valle.btc.txt index 57c6b3b728..a1fe2b3759 100644 --- a/metadata/ru.valle.btc.txt +++ b/metadata/ru.valle.btc.txt @@ -62,5 +62,5 @@ https://github.com/ZBar/ZBar but was unsuccessful. See trikita.obsqr though. Auto Update Mode:None Update Check Mode:RepoManifest -Current Version:2.8.0 -Current Version Code:280 +Current Version:3.0.0 +Current Version Code:300 diff --git a/metadata/ryey.easer.txt b/metadata/ryey.easer.txt index c81aad6347..9118977576 100644 --- a/metadata/ryey.easer.txt +++ b/metadata/ryey.easer.txt @@ -268,7 +268,37 @@ Build:0.5.5.2,58 gradle=yes prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27' +Build:0.5.5.3,59 + commit=v0.5.5.3 + subdir=app + gradle=yes + prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27' + +Build:0.5.5.4,60 + commit=v0.5.5.4 + subdir=app + gradle=yes + prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27' + +Build:0.5.6,61 + commit=v0.5.6 + subdir=app + gradle=yes + prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27' + +Build:0.5.6.1,62 + commit=v0.5.6.1 + subdir=app + gradle=yes + prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27' + +Build:0.5.7,63 + commit=v0.5.7 + 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.5.2 -Current Version Code:58 +Current Version:0.5.7 +Current Version Code:63 diff --git a/metadata/tranquvis.simplesmsremote.txt b/metadata/tranquvis.simplesmsremote.txt index bf9fabf852..2c228f8e0a 100644 --- a/metadata/tranquvis.simplesmsremote.txt +++ b/metadata/tranquvis.simplesmsremote.txt @@ -77,5 +77,5 @@ Build:1.2.0,120 Auto Update Mode:None Update Check Mode:RepoManifest -Current Version:1.2.0 -Current Version Code:120 +Current Version:1.3.0 +Current Version Code:130 diff --git a/metadata/uk.co.yahoo.p1rpp.calendartrigger.txt b/metadata/uk.co.yahoo.p1rpp.calendartrigger.txt index e9b90f044b..6d70535fdd 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.3.2 -Current Version Code:5 +Current Version:2.0 +Current Version Code:6 diff --git a/metadata/us.koller.cameraroll.txt b/metadata/us.koller.cameraroll.txt index 65151f25fa..6a0704fa3a 100644 --- a/metadata/us.koller.cameraroll.txt +++ b/metadata/us.koller.cameraroll.txt @@ -45,7 +45,12 @@ Build:v1.0.4,34 subdir=app gradle=yes +Build:v1.0.5,35 + commit=35-v1.0.5 + subdir=app + gradle=yes + Auto Update Mode:Version %c-%v Update Check Mode:Tags ^[0-9]+-v[0-9.]+$ -Current Version:v1.0.4 -Current Version Code:34 +Current Version:v1.0.5 +Current Version Code:35 diff --git a/metadata/vocabletrainer.heinecke.aron.vocabletrainer.txt b/metadata/vocabletrainer.heinecke.aron.vocabletrainer.txt index 2461011b7f..48479d8394 100644 --- a/metadata/vocabletrainer.heinecke.aron.vocabletrainer.txt +++ b/metadata/vocabletrainer.heinecke.aron.vocabletrainer.txt @@ -82,7 +82,12 @@ Build:0.5.2,13 subdir=app gradle=yes +Build:0.5.3,14 + commit=0.5.3 + subdir=app + gradle=yes + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:0.5.2 -Current Version Code:13 +Current Version:0.5.3 +Current Version Code:14 diff --git a/metadata/wsdfhjxc.taponium.txt b/metadata/wsdfhjxc.taponium.txt index f2cc4f6163..bdfb8ba95c 100644 --- a/metadata/wsdfhjxc.taponium.txt +++ b/metadata/wsdfhjxc.taponium.txt @@ -1,5 +1,5 @@ Categories:Games -License:GPL-3.0+ +License:GPL-3.0 Author Name:wsdfhjxc Author Email:wsdfhjxc@protonmail.com Web Site: @@ -7,18 +7,6 @@ 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 @@ -28,7 +16,12 @@ Build:1.0.6,1 subdir=app gradle=yes +Build:1.0.7,2 + commit=1.0.7 + subdir=app + gradle=yes + Auto Update Mode:Version %v Update Check Mode:Tags -Current Version:1.0.6 -Current Version Code:1 +Current Version:1.0.7 +Current Version Code:2 diff --git a/metadata/wseemann.media.romote.txt b/metadata/wseemann.media.romote.txt index 08501a5c96..5073abf66d 100644 --- a/metadata/wseemann.media.romote.txt +++ b/metadata/wseemann.media.romote.txt @@ -25,7 +25,15 @@ Build:1.0.8,9 gradle=yes prebuild=$$MVN3$$ install -f ../Jaku/pom.xml -Dmaven.test.skip=true +Build:1.0.9,10 + commit=v1.0.9 + subdir=app + submodules=yes + gradle=yes + prebuild=sed -i -e 's/gradle-3\.3/gradle-4.6/' ../gradle/wrapper/gradle-wrapper.properties && \ + $$MVN3$$ install -f ../Jaku/pom.xml -Dmaven.test.skip=true + Auto Update Mode:Version v%v Update Check Mode:Tags -Current Version:1.0.8 -Current Version Code:9 +Current Version:1.0.9 +Current Version Code:10 diff --git a/srclibs/JavaMail.txt b/srclibs/JavaMail.txt deleted file mode 100644 index a904421e8a..0000000000 --- a/srclibs/JavaMail.txt +++ /dev/null @@ -1,2 +0,0 @@ -Repo Type:hg -Repo:https://hg.java.net/hg/javamail~mercurial diff --git a/stats/antifeatures.txt b/stats/antifeatures.txt index b14e572b03..b216ff314d 100644 --- a/stats/antifeatures.txt +++ b/stats/antifeatures.txt @@ -1,8 +1,8 @@ -UpstreamNonFree 100 -NonFreeNet 73 -Tracking 28 +UpstreamNonFree 99 +NonFreeNet 74 +Tracking 27 NonFreeDep 25 +NonFreeAdd 18 Ads 17 -NonFreeAdd 17 -NonFreeAssets 11 +NonFreeAssets 13 KnownVuln 2 diff --git a/stats/categories.txt b/stats/categories.txt index 88de9ba7a5..b4afed3773 100644 --- a/stats/categories.txt +++ b/stats/categories.txt @@ -1,17 +1,17 @@ -System 377 -Internet 375 +System 386 +Internet 383 Multimedia 349 Games 289 Navigation 180 -Science & Education 161 -Reading 139 -Writing 138 +Science & Education 162 +Reading 140 +Writing 140 Time 136 Theming 135 Development 132 -Connectivity 120 -Security 109 +Connectivity 123 +Security 115 Money 65 -Phone & SMS 65 -Sports & Health 54 +Phone & SMS 63 +Sports & Health 56 Graphics 33 diff --git a/stats/disabled_apps.txt b/stats/disabled_apps.txt index 3a1f1cc64e..49079109ce 100644 --- a/stats/disabled_apps.txt +++ b/stats/disabled_apps.txt @@ -29,6 +29,7 @@ com.emartynov.android.app.urlsetter com.fairphone.clock com.fairphone.mycontacts com.funambol.androidsync +com.google.android.accessibility.talkback com.google.android.apps.iosched com.google.android.maps.mytracks com.googlecode.android.wifi.tether @@ -39,7 +40,6 @@ com.jpkrause.c_feed com.kirit.android.mintercept com.kkinder.sharelocation com.longevitysoft.android.appwidget.hstfeed -com.mattermost.mattermost com.miz.mizuu com.mobilepearls.memory com.money.manager.ex @@ -88,6 +88,7 @@ org.fdroid.superuser org.fosdem org.fox.ttirc org.fox.ttrss +org.havenapp.main org.hermit.audalyzer org.hermit.dazzle org.hermit.netscramble @@ -100,6 +101,7 @@ org.mrpdaemon.android.encdroid org.opensatnav.android org.piwik.mobile org.swiftp +org.thoughtcrime.securesms org.tvbrowser.tvbrowser player.efis.data ru.qrck.quitetaskmanager diff --git a/stats/known_apks.txt b/stats/known_apks.txt index ff4f6c04a2..06b41a80e2 100644 --- a/stats/known_apks.txt +++ b/stats/known_apks.txt @@ -246,6 +246,7 @@ 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 +app.varlorg.unote_16.apk app.varlorg.unote 2018-04-24 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 @@ -348,6 +349,10 @@ 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 +ar.rulosoft.mimanganu_80.apk ar.rulosoft.mimanganu 2018-03-19 +ar.rulosoft.mimanganu_81.apk ar.rulosoft.mimanganu 2018-03-19 +ar.rulosoft.mimanganu_82.apk ar.rulosoft.mimanganu 2018-03-23 +ar.rulosoft.mimanganu_83.apk ar.rulosoft.mimanganu 2018-04-10 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 @@ -485,6 +490,7 @@ 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.davdroid_213.apk at.bitfire.davdroid 2018-04-14 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 @@ -514,6 +520,7 @@ at.linuxtage.companion_9.apk at.linuxtage.companion 2015-04-16 at.linuxtage.companion_10.apk at.linuxtage.companion 2015-11-02 at.linuxtage.companion_700138.apk at.linuxtage.companion 2016-12-17 at.linuxtage.companion_700144.apk at.linuxtage.companion 2017-04-04 +at.linuxtage.companion_1500150.apk at.linuxtage.companion 2018-03-23 at.tomtasche.reader_11.apk at.tomtasche.reader 2011-01-05 at.tomtasche.reader_12.apk at.tomtasche.reader 2011-01-10 at.tomtasche.reader_15.apk at.tomtasche.reader 2011-01-13 @@ -598,6 +605,7 @@ aws.apps.usbDeviceEnumerator_7.apk aws.apps.usbDeviceEnumerator 2017-05-15 axp.tool.apkextractor_1.apk axp.tool.apkextractor 2015-03-22 axp.tool.apkextractor_2.apk axp.tool.apkextractor 2017-10-11 axp.tool.apkextractor_4.apk axp.tool.apkextractor 2017-10-29 +axp.tool.apkextractor_5.apk axp.tool.apkextractor 2018-04-05 bander.notepad_12.apk bander.notepad 2012-09-07 be.ac.ulb.lisa.idot.android.dicomviewer_5.apk be.ac.ulb.lisa.idot.android.dicomviewer 2015-02-02 be.brunoparmentier.apkshare_1.apk be.brunoparmentier.apkshare 2015-06-15 @@ -659,6 +667,11 @@ 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.mygod.vpnhotspot_11.apk be.mygod.vpnhotspot 2018-03-15 +be.mygod.vpnhotspot_12.apk be.mygod.vpnhotspot 2018-03-19 +be.mygod.vpnhotspot_13.apk be.mygod.vpnhotspot 2018-03-31 +be.mygod.vpnhotspot_14.apk be.mygod.vpnhotspot 2018-04-16 +be.mygod.vpnhotspot_15.apk be.mygod.vpnhotspot 2018-04-24 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 @@ -728,6 +741,8 @@ btools.routingapp_11.apk btools.routingapp 2016-05-09 btools.routingapp_18.apk btools.routingapp 2017-04-17 btools.routingapp_19.apk btools.routingapp 2017-04-17 btools.routingapp_21.apk btools.routingapp 2017-10-11 +btools.routingapp_22.apk btools.routingapp 2018-03-23 +btools.routingapp_23.apk btools.routingapp 2018-04-20 budo.budoist_29.apk budo.budoist 2012-10-10 budo.budoist_30.apk budo.budoist 2012-09-26 budo.budoist_31.apk budo.budoist 2012-10-30 @@ -902,6 +917,7 @@ ca.rmen.android.poetassistant_112500.apk ca.rmen.android.poetassistant 2017-12-0 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.poetassistant_112604.apk ca.rmen.android.poetassistant 2018-04-10 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 @@ -922,6 +938,7 @@ ca.rmen.android.scrumchatter_10504.apk ca.rmen.android.scrumchatter 2016-11-21 ca.rmen.android.scrumchatter_10600.apk ca.rmen.android.scrumchatter 2016-12-14 ca.rmen.android.scrumchatter_10602.apk ca.rmen.android.scrumchatter 2017-02-20 ca.rmen.android.scrumchatter_10603.apk ca.rmen.android.scrumchatter 2017-04-19 +ca.rmen.android.scrumchatter_10604.apk ca.rmen.android.scrumchatter 2018-03-19 ca.rmen.nounours_201.apk ca.rmen.nounours 2015-10-12 ca.rmen.nounours_202.apk ca.rmen.nounours 2015-10-12 ca.rmen.nounours_221.apk ca.rmen.nounours 2015-10-19 @@ -983,6 +1000,7 @@ 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.bailu.aat_22.apk ch.bailu.aat 2018-03-15 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 @@ -1037,6 +1055,7 @@ ch.blinkenlights.android.vanilla_10560.apk ch.blinkenlights.android.vanilla 2017 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.vanilla_10600.apk ch.blinkenlights.android.vanilla 2018-03-23 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 @@ -1056,6 +1075,7 @@ 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.deletescape.lawnchair.plah_1872.apk ch.deletescape.lawnchair.plah 2018-04-12 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 @@ -1134,6 +1154,8 @@ click.dummer.textthing_200.apk click.dummer.textthing 2017-11-03 cmupdaterapp.ui_501.apk cmupdaterapp.ui 2011-07-12 co.loubo.icicle_3.apk co.loubo.icicle 2015-03-18 co.loubo.icicle_4.apk co.loubo.icicle 2015-08-12 +co.pxhouse.sas_1.apk co.pxhouse.sas 2018-03-26 +co.pxhouse.sas_6.apk co.pxhouse.sas 2018-04-03 co.wakarimasen.chanexplorer_63.apk co.wakarimasen.chanexplorer 2014-02-12 com.Bisha.TI89EmuDonation_1133.apk com.Bisha.TI89EmuDonation 2014-07-20 com.FireFart.Permissions2_3.apk com.FireFart.Permissions2 2012-08-23 @@ -1204,6 +1226,7 @@ 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.aaronjwood.portauthority_55.apk com.aaronjwood.portauthority 2018-03-31 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 @@ -1435,6 +1458,7 @@ com.android.shellms_1.apk com.android.shellms 2013-04-25 com.android.shellms_2.apk com.android.shellms 2013-07-11 com.android.shellms_3.apk com.android.shellms 2013-11-13 com.android.shellms_4.apk com.android.shellms 2015-01-20 +com.android.talkback_50007000.apk com.android.talkback 2018-04-16 com.androidemu.gba_6.apk com.androidemu.gba 2012-09-07 com.androidemu.gbc_32.apk com.androidemu.gbc 2012-09-07 com.androidemu.nes_61.apk com.androidemu.nes 2012-06-21 @@ -1452,6 +1476,8 @@ 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.angryburg.uapp_422.apk com.angryburg.uapp 2018-03-26 +com.angryburg.uapp_423.apk com.angryburg.uapp 2018-03-31 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 @@ -1475,6 +1501,7 @@ com.antoniotari.reactiveampacheapp_48.apk com.antoniotari.reactiveampacheapp 201 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.antoniotari.reactiveampacheapp_55.apk com.antoniotari.reactiveampacheapp 2018-03-15 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 @@ -1483,6 +1510,7 @@ com.anysoftkeyboard.languagepack.danish_2.apk com.anysoftkeyboard.languagepack.d com.anysoftkeyboard.languagepack.danish_100.apk com.anysoftkeyboard.languagepack.danish 2017-04-04 com.anysoftkeyboard.languagepack.dutch_5.apk com.anysoftkeyboard.languagepack.dutch 2017-07-23 com.anysoftkeyboard.languagepack.esperanto_2.apk com.anysoftkeyboard.languagepack.esperanto 2013-03-30 +com.anysoftkeyboard.languagepack.french_67.apk com.anysoftkeyboard.languagepack.french 2018-03-23 com.anysoftkeyboard.languagepack.french_xlarge_1.apk com.anysoftkeyboard.languagepack.french_xlarge 2013-03-30 com.anysoftkeyboard.languagepack.georgian.fdroid_4.apk com.anysoftkeyboard.languagepack.georgian.fdroid 2013-03-20 com.anysoftkeyboard.languagepack.georgian.fdroid_5.apk com.anysoftkeyboard.languagepack.georgian.fdroid 2013-05-20 @@ -1652,6 +1680,7 @@ 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.b44t.messenger_514.apk com.b44t.messenger 2018-03-23 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 @@ -1691,6 +1720,8 @@ com.benny.openlauncher_23.apk com.benny.openlauncher 2017-06-28 com.benny.openlauncher_24.apk com.benny.openlauncher 2017-07-05 com.benny.openlauncher_27.apk com.benny.openlauncher 2017-09-27 com.benny.openlauncher_30.apk com.benny.openlauncher 2017-12-07 +com.benny.openlauncher_33.apk com.benny.openlauncher 2018-03-19 +com.benny.openlauncher_35.apk com.benny.openlauncher 2018-04-14 com.better.alarm_2414.apk com.better.alarm 2013-06-20 com.better.alarm_2507.apk com.better.alarm 2013-08-19 com.better.alarm_2509.apk com.better.alarm 2013-09-09 @@ -1804,6 +1835,7 @@ com.brentpanther.bitcoinwidget_121.apk com.brentpanther.bitcoinwidget 2017-10-11 com.brentpanther.bitcoinwidget_122.apk com.brentpanther.bitcoinwidget 2017-10-18 com.brentpanther.bitcoinwidget_151.apk com.brentpanther.bitcoinwidget 2018-01-15 com.brentpanther.bitcoinwidget_162.apk com.brentpanther.bitcoinwidget 2018-01-15 +com.brentpanther.bitcoinwidget_165.apk com.brentpanther.bitcoinwidget 2018-04-20 com.brentpanther.ethereumwidget_10.apk com.brentpanther.ethereumwidget 2017-08-15 com.brentpanther.ethereumwidget_11.apk com.brentpanther.ethereumwidget 2017-08-28 com.brentpanther.ethereumwidget_20.apk com.brentpanther.ethereumwidget 2017-10-03 @@ -1920,6 +1952,8 @@ 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.cgogolin.library_60.apk com.cgogolin.library 2018-03-23 +com.cgogolin.library_61.apk com.cgogolin.library 2018-04-05 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 @@ -2084,6 +2118,7 @@ com.daviancorp.android.mh4udatabase_9.apk com.daviancorp.android.mh4udatabase 20 com.daviancorp.android.mh4udatabase_10.apk com.daviancorp.android.mh4udatabase 2015-03-31 com.daviancorp.android.mh4udatabase_13.apk com.daviancorp.android.mh4udatabase 2015-07-07 com.daviancorp.android.monsterhunter3udatabase_5.apk com.daviancorp.android.monsterhunter3udatabase 2014-10-27 +com.davidshewitt.admincontrol_3.apk com.davidshewitt.admincontrol 2018-03-23 com.dconstructing.cooper_2.apk com.dconstructing.cooper 2013-12-15 com.debian.debiandroid_2.apk com.debian.debiandroid 2013-10-03 com.derek_s.hubble_gallery_20.apk com.derek_s.hubble_gallery 2016-10-01 @@ -2121,6 +2156,7 @@ com.dkanada.icecons_16.apk com.dkanada.icecons 2017-07-18 com.dkanada.icecons_17.apk com.dkanada.icecons 2017-08-22 com.dkanada.icecons_18.apk com.dkanada.icecons 2017-12-24 com.dkanada.icecons_19.apk com.dkanada.icecons 2018-01-29 +com.dkanada.icecons_20.apk com.dkanada.icecons 2018-04-24 com.dkanada.openapk_21.apk com.dkanada.openapk 2017-02-02 com.dkanada.openapk_23.apk com.dkanada.openapk 2017-02-02 com.dkanada.openapk_24.apk com.dkanada.openapk 2017-02-03 @@ -2184,6 +2220,9 @@ com.dozuki.ifixit_14.apk com.dozuki.ifixit 2013-04-08 com.dozuki.ifixit_37.apk com.dozuki.ifixit 2013-10-29 com.dozuki.ifixit_45.apk com.dozuki.ifixit 2014-01-16 com.dozuki.ifixit_46.apk com.dozuki.ifixit 2014-03-07 +com.dp.logcatapp_14.apk com.dp.logcatapp 2018-04-12 +com.dp.logcatapp_17.apk com.dp.logcatapp 2018-04-21 +com.dp.logcatapp_18.apk com.dp.logcatapp 2018-04-21 com.drhoffmannsoftware_7.apk com.drhoffmannsoftware 2016-12-15 com.dririan.RingyDingyDingy_5.apk com.dririan.RingyDingyDingy 2012-08-10 com.dririan.RingyDingyDingy_600.apk com.dririan.RingyDingyDingy 2012-08-10 @@ -2259,6 +2298,7 @@ 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.duckduckgo.mobile.android_50200.apk com.duckduckgo.mobile.android 2018-04-21 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 @@ -2428,6 +2468,8 @@ 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.etesync.syncadapter_28.apk com.etesync.syncadapter 2018-04-12 +com.etesync.syncadapter_29.apk com.etesync.syncadapter 2018-04-24 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 @@ -2547,6 +2589,8 @@ 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.libre_464.apk com.fastaccess.github.libre 2018-03-23 +com.fastaccess.github.libre_466.apk com.fastaccess.github.libre 2018-03-31 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 @@ -2583,7 +2627,12 @@ com.forrestguice.suntimeswidget_17.apk com.forrestguice.suntimeswidget 2018-01-2 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.forrestguice.suntimeswidget_21.apk com.forrestguice.suntimeswidget 2018-03-15 +com.forrestguice.suntimeswidget_22.apk com.forrestguice.suntimeswidget 2018-03-19 +com.forrestguice.suntimeswidget_23.apk com.forrestguice.suntimeswidget 2018-03-31 +com.forrestguice.suntimeswidget_24.apk com.forrestguice.suntimeswidget 2018-04-12 com.foxykeep.lifecounter_2.apk com.foxykeep.lifecounter 2015-08-14 +com.fr3ts0n.androbd.plugin.mqtt_10000.apk com.fr3ts0n.androbd.plugin.mqtt 2018-03-19 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 com.fr3ts0n.ecu.gui.androbd_10201.apk com.fr3ts0n.ecu.gui.androbd 2015-06-21 @@ -2617,6 +2666,8 @@ 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.ecu.gui.androbd_20001.apk com.fr3ts0n.ecu.gui.androbd 2018-03-19 +com.fr3ts0n.ecu.gui.androbd_20002.apk com.fr3ts0n.ecu.gui.androbd 2018-03-23 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 @@ -2735,6 +2786,8 @@ com.gabm.screenrotationcontrol_13.apk com.gabm.screenrotationcontrol 2017-09-06 com.gacode.relaunchx_100301000.apk com.gacode.relaunchx 2017-06-03 com.gacode.relaunchx_100302000.apk com.gacode.relaunchx 2018-01-26 com.gacode.relaunchx_200000000.apk com.gacode.relaunchx 2018-01-26 +com.gacode.relaunchx_200102000.apk com.gacode.relaunchx 2018-03-15 +com.gacode.relaunchx_200103000.apk com.gacode.relaunchx 2018-03-26 com.games.boardgames.aeonsend_1.apk com.games.boardgames.aeonsend 2017-11-28 com.gcstar.scanner_1.apk com.gcstar.scanner 2012-09-07 com.gcstar.viewer_10.apk com.gcstar.viewer 2012-09-07 @@ -2791,6 +2844,11 @@ 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.genonbeta.TrebleShot_64.apk com.genonbeta.TrebleShot 2018-03-19 +com.genonbeta.TrebleShot_65.apk com.genonbeta.TrebleShot 2018-03-23 +com.genonbeta.TrebleShot_67.apk com.genonbeta.TrebleShot 2018-03-27 +com.genonbeta.TrebleShot_70.apk com.genonbeta.TrebleShot 2018-04-20 +com.genonbeta.TrebleShot_71.apk com.genonbeta.TrebleShot 2018-04-24 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 @@ -2800,6 +2858,7 @@ com.gh4a_40.apk com.gh4a 2015-05-19 com.gh4a_41.apk com.gh4a 2015-06-15 com.gh4a_54.apk com.gh4a 2017-08-30 com.gh4a_55.apk com.gh4a 2017-10-03 +com.gh4a_58.apk com.gh4a 2018-03-15 com.ghisguth.sun_1.apk com.ghisguth.sun 2015-08-31 com.ghisguth.sun_2.apk com.ghisguth.sun 2016-07-20 com.ghostsq.commander.samba_51.apk com.ghostsq.commander.samba 2013-10-23 @@ -2928,6 +2987,10 @@ 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.audiorecorder_256.apk com.github.axet.audiorecorder 2018-03-19 +com.github.axet.audiorecorder_257.apk com.github.axet.audiorecorder 2018-03-23 +com.github.axet.audiorecorder_258.apk com.github.axet.audiorecorder 2018-03-23 +com.github.axet.audiorecorder_261.apk com.github.axet.audiorecorder 2018-04-12 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 @@ -2942,6 +3005,13 @@ 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.bookreader_174.apk com.github.axet.bookreader 2018-03-15 +com.github.axet.bookreader_175.apk com.github.axet.bookreader 2018-03-26 +com.github.axet.bookreader_177.apk com.github.axet.bookreader 2018-03-31 +com.github.axet.bookreader_180.apk com.github.axet.bookreader 2018-04-03 +com.github.axet.bookreader_185.apk com.github.axet.bookreader 2018-04-12 +com.github.axet.bookreader_188.apk com.github.axet.bookreader 2018-04-14 +com.github.axet.bookreader_189.apk com.github.axet.bookreader 2018-04-20 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 @@ -2983,6 +3053,10 @@ 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.callrecorder_156.apk com.github.axet.callrecorder 2018-03-19 +com.github.axet.callrecorder_157.apk com.github.axet.callrecorder 2018-03-23 +com.github.axet.callrecorder_158.apk com.github.axet.callrecorder 2018-03-23 +com.github.axet.callrecorder_160.apk com.github.axet.callrecorder 2018-04-16 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 @@ -3027,6 +3101,10 @@ 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.hourlyreminder_344.apk com.github.axet.hourlyreminder 2018-03-15 +com.github.axet.hourlyreminder_345.apk com.github.axet.hourlyreminder 2018-04-10 +com.github.axet.hourlyreminder_346.apk com.github.axet.hourlyreminder 2018-04-10 +com.github.axet.hourlyreminder_347.apk com.github.axet.hourlyreminder 2018-04-14 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 @@ -3116,6 +3194,17 @@ 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.axet.torrentclient_610.apk com.github.axet.torrentclient 2018-03-15 +com.github.axet.torrentclient_611.apk com.github.axet.torrentclient 2018-03-23 +com.github.axet.torrentclient_612.apk com.github.axet.torrentclient 2018-03-23 +com.github.axet.torrentclient_614.apk com.github.axet.torrentclient 2018-03-26 +com.github.axet.torrentclient_616.apk com.github.axet.torrentclient 2018-03-27 +com.github.axet.torrentclient_620.apk com.github.axet.torrentclient 2018-04-10 +com.github.axet.torrentclient_624.apk com.github.axet.torrentclient 2018-04-10 +com.github.axet.torrentclient_626.apk com.github.axet.torrentclient 2018-04-12 +com.github.axet.torrentclient_627.apk com.github.axet.torrentclient 2018-04-14 +com.github.axet.torrentclient_629.apk com.github.axet.torrentclient 2018-04-16 +com.github.axet.torrentclient_630.apk com.github.axet.torrentclient 2018-04-24 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 @@ -3132,6 +3221,7 @@ 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.cythara_17.apk com.github.cythara 2018-04-03 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 @@ -3160,6 +3250,8 @@ com.github.dfa.diaspora_android_26.apk com.github.dfa.diaspora_android 2017-09-2 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.dfa.diaspora_android_31.apk com.github.dfa.diaspora_android 2018-03-31 +com.github.dfa.diaspora_android_32.apk com.github.dfa.diaspora_android 2018-04-10 com.github.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 @@ -3247,6 +3339,11 @@ com.github.premnirmal.tickerwidget_228.apk com.github.premnirmal.tickerwidget 20 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.premnirmal.tickerwidget_235.apk com.github.premnirmal.tickerwidget 2018-04-08 +com.github.premnirmal.tickerwidget_236.apk com.github.premnirmal.tickerwidget 2018-04-10 +com.github.premnirmal.tickerwidget_239.apk com.github.premnirmal.tickerwidget 2018-04-20 +com.github.premnirmal.tickerwidget_243.apk com.github.premnirmal.tickerwidget 2018-04-24 +com.github.premnirmal.tickerwidget_244.apk com.github.premnirmal.tickerwidget 2018-04-27 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 @@ -3378,6 +3475,10 @@ com.github.yeriomin.yalpstore_32.apk com.github.yeriomin.yalpstore 2017-12-15 com.github.yeriomin.yalpstore_33.apk com.github.yeriomin.yalpstore 2018-01-21 com.github.yeriomin.yalpstore_34.apk com.github.yeriomin.yalpstore 2018-01-21 com.github.yeriomin.yalpstore_35.apk com.github.yeriomin.yalpstore 2018-01-29 +com.github.yeriomin.yalpstore_36.apk com.github.yeriomin.yalpstore 2018-04-12 +com.github.yeriomin.yalpstore_37.apk com.github.yeriomin.yalpstore 2018-04-14 +com.github.yeriomin.yalpstore_38.apk com.github.yeriomin.yalpstore 2018-04-20 +com.github.yeriomin.yalpstore_39.apk com.github.yeriomin.yalpstore 2018-04-24 com.gitlab.ardash.appleflinger.android_15.apk com.gitlab.ardash.appleflinger.android 2017-09-24 com.gitlab.ardash.appleflinger.android_17.apk com.gitlab.ardash.appleflinger.android 2017-10-03 com.gitlab.ardash.appleflinger.android_18.apk com.gitlab.ardash.appleflinger.android 2017-10-03 @@ -3389,6 +3490,7 @@ com.gitlab.ardash.appleflinger.android_1004006.apk com.gitlab.ardash.appleflinge 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.gitlab.ardash.appleflinger.android_1004010.apk com.gitlab.ardash.appleflinger.android 2018-04-21 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 @@ -3410,6 +3512,7 @@ com.gmail.mugcuposup.android_1.apk com.gmail.mugcuposup.android 2014-11-04 com.gokhanmoral.stweaks.app_3.apk com.gokhanmoral.stweaks.app 2013-08-28 com.goltzkiste.guessaday_6.apk com.goltzkiste.guessaday 2017-12-11 com.googamaphone.typeandspeak_36.apk com.googamaphone.typeandspeak 2013-01-15 +com.google.android.accessibility.talkback_50200001.apk com.google.android.accessibility.talkback 2018-04-16 com.google.android.apps.authenticator2_21.apk com.google.android.apps.authenticator2 2012-08-23 com.google.android.apps.iosched_19.apk com.google.android.apps.iosched 2012-09-10 com.google.android.diskusage_2004.apk com.google.android.diskusage 2011-01-31 @@ -3578,6 +3681,7 @@ 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.abcore_63.apk com.greenaddress.abcore 2018-03-31 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 @@ -3690,6 +3794,8 @@ 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.health.openscale_25.apk com.health.openscale 2018-04-17 +com.health.openscale_26.apk com.health.openscale 2018-04-27 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 @@ -3845,6 +3951,7 @@ com.iskrembilen.quasseldroid_160.apk com.iskrembilen.quasseldroid 2017-02-06 com.itds.sms.ping_2.apk com.itds.sms.ping 2016-11-07 com.itds.sms.ping_3.apk com.itds.sms.ping 2017-08-22 com.itds.sms.ping_4.apk com.itds.sms.ping 2017-12-04 +com.itds.sms.ping_6.apk com.itds.sms.ping 2018-04-10 com.ivanvolosyuk.sharetobrowser_7.apk com.ivanvolosyuk.sharetobrowser 2012-09-07 com.iven.lfflfeedreader_1.apk com.iven.lfflfeedreader 2015-01-05 com.iven.lfflfeedreader_10.apk com.iven.lfflfeedreader 2015-01-07 @@ -3878,6 +3985,10 @@ com.jakebasile.android.hearingsaver_12.apk com.jakebasile.android.hearingsaver 2 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.pocketup_4.apk com.jarsilio.android.pocketup 2018-03-23 +com.jarsilio.android.pocketup_5.apk com.jarsilio.android.pocketup 2018-04-08 +com.jarsilio.android.pocketup_6.apk com.jarsilio.android.pocketup 2018-04-14 +com.jarsilio.android.pocketup_7.apk com.jarsilio.android.pocketup 2018-04-14 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 @@ -3886,6 +3997,9 @@ com.jarsilio.android.scrambledeggsif_7.apk com.jarsilio.android.scrambledeggsif 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.scrambledeggsif_11.apk com.jarsilio.android.scrambledeggsif 2018-03-26 +com.jarsilio.android.scrambledeggsif_12.apk com.jarsilio.android.scrambledeggsif 2018-03-31 +com.jarsilio.android.scrambledeggsif_13.apk com.jarsilio.android.scrambledeggsif 2018-04-10 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 @@ -3919,6 +4033,13 @@ 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.jarsilio.android.waveup_40.apk com.jarsilio.android.waveup 2018-03-23 +com.jarsilio.android.waveup_41.apk com.jarsilio.android.waveup 2018-03-23 +com.jarsilio.android.waveup_42.apk com.jarsilio.android.waveup 2018-03-27 +com.jarsilio.android.waveup_43.apk com.jarsilio.android.waveup 2018-04-14 +com.jarsilio.android.waveup_44.apk com.jarsilio.android.waveup 2018-04-14 +com.jarsilio.android.waveup_45.apk com.jarsilio.android.waveup 2018-04-19 +com.jarsilio.android.waveup_46.apk com.jarsilio.android.waveup 2018-04-27 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 @@ -4062,6 +4183,7 @@ com.juliansparber.captiveportallogin_1.apk com.juliansparber.captiveportallogin 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.junjunguo.pocketmaps_10.apk com.junjunguo.pocketmaps 2018-03-31 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 @@ -4107,6 +4229,9 @@ 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.keylesspalace.tusky_35.apk com.keylesspalace.tusky 2018-04-16 +com.keylesspalace.tusky_36.apk com.keylesspalace.tusky 2018-04-20 +com.keylesspalace.tusky_37.apk com.keylesspalace.tusky 2018-04-27 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 @@ -4175,6 +4300,8 @@ 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.kunzisoft.keepass.libre_6.apk com.kunzisoft.keepass.libre 2018-03-15 +com.kunzisoft.keepass.libre_7.apk com.kunzisoft.keepass.libre 2018-03-31 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 @@ -4336,6 +4463,7 @@ com.manichord.mgit_201.apk com.manichord.mgit 2016-11-07 com.manichord.mgit_202.apk com.manichord.mgit 2017-05-12 com.manichord.mgit_203.apk com.manichord.mgit 2017-05-12 com.manichord.mgit_204.apk com.manichord.mgit 2017-10-01 +com.manichord.mgit_208.apk com.manichord.mgit 2018-04-05 com.manor.currentwidget_31.apk com.manor.currentwidget 2013-06-15 com.manor.currentwidget_36.apk com.manor.currentwidget 2013-06-15 com.manor.currentwidget_38.apk com.manor.currentwidget 2013-07-16 @@ -4376,6 +4504,7 @@ com.mareksebera.simpledilbert_34.apk com.mareksebera.simpledilbert 2015-01-15 com.mareksebera.simpledilbert_35.apk com.mareksebera.simpledilbert 2015-10-08 com.mareksebera.simpledilbert_36.apk com.mareksebera.simpledilbert 2016-08-02 com.mareksebera.simpledilbert_37.apk com.mareksebera.simpledilbert 2016-12-23 +com.mareksebera.simpledilbert_38.apk com.mareksebera.simpledilbert 2018-03-19 com.markusborg.test_6.apk com.markusborg.test 2015-10-12 com.markusborg.test_7.apk com.markusborg.test 2015-10-16 com.markusborg.test_8.apk com.markusborg.test 2015-10-20 @@ -4430,6 +4559,7 @@ com.matoski.adbm_27.apk com.matoski.adbm 2015-10-26 com.mattallen.dpixel_1.apk com.mattallen.dpixel 2014-10-27 com.mattallen.loaned_3.apk com.mattallen.loaned 2014-10-23 com.matteopacini.katana_21.apk com.matteopacini.katana 2014-01-07 +com.mattermost.mattermost_398.apk com.mattermost.mattermost 2018-04-27 com.mattgmg.miracastwidget_4.apk com.mattgmg.miracastwidget 2014-10-23 com.mattgmg.miracastwidget_5.apk com.mattgmg.miracastwidget 2015-10-13 com.mattgmg.miracastwidget_7.apk com.mattgmg.miracastwidget 2015-10-20 @@ -4546,6 +4676,7 @@ 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.mkulesh.micromath.plus_309.apk com.mkulesh.micromath.plus 2018-03-23 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 @@ -4572,6 +4703,12 @@ com.moez.QKSMS_132.apk com.moez.QKSMS 2016-07-12 com.moez.QKSMS_133.apk com.moez.QKSMS 2016-08-07 com.moez.QKSMS_134.apk com.moez.QKSMS 2016-09-02 com.moez.QKSMS_135.apk com.moez.QKSMS 2016-09-08 +com.moez.QKSMS_157.apk com.moez.QKSMS 2018-04-10 +com.moez.QKSMS_158.apk com.moez.QKSMS 2018-04-10 +com.moez.QKSMS_159.apk com.moez.QKSMS 2018-04-12 +com.moez.QKSMS_160.apk com.moez.QKSMS 2018-04-17 +com.moez.QKSMS_161.apk com.moez.QKSMS 2018-04-19 +com.moez.QKSMS_163.apk com.moez.QKSMS 2018-04-24 com.mohammadag.beamfile_1.apk com.mohammadag.beamfile 2013-04-10 com.mohammadag.beamfile_2.apk com.mohammadag.beamfile 2013-04-25 com.mohammadag.beamfile_3.apk com.mohammadag.beamfile 2013-09-12 @@ -4646,6 +4783,7 @@ com.mridang.throttle_2.apk com.mridang.throttle 2016-04-02 com.mridang.wifiinfo_3.apk com.mridang.wifiinfo 2013-04-14 com.msapps.touchdetector_1.apk com.msapps.touchdetector 2017-01-14 com.mschlauch.comfortreader_6.apk com.mschlauch.comfortreader 2017-04-13 +com.mschlauch.comfortreader_10.apk com.mschlauch.comfortreader 2018-04-21 com.murrayc.galaxyzoo.app_24.apk com.murrayc.galaxyzoo.app 2014-11-23 com.murrayc.galaxyzoo.app_25.apk com.murrayc.galaxyzoo.app 2014-11-24 com.murrayc.galaxyzoo.app_26.apk com.murrayc.galaxyzoo.app 2014-11-25 @@ -4790,6 +4928,7 @@ 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.newsblur_154.apk com.newsblur 2018-04-24 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 @@ -4942,6 +5081,21 @@ 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.android.beta_20180314.apk com.nextcloud.android.beta 2018-03-15 +com.nextcloud.android.beta_20180316.apk com.nextcloud.android.beta 2018-03-19 +com.nextcloud.android.beta_20180320.apk com.nextcloud.android.beta 2018-03-23 +com.nextcloud.android.beta_20180322.apk com.nextcloud.android.beta 2018-03-23 +com.nextcloud.android.beta_20180324.apk com.nextcloud.android.beta 2018-03-26 +com.nextcloud.android.beta_20180330.apk com.nextcloud.android.beta 2018-03-31 +com.nextcloud.android.beta_20180404.apk com.nextcloud.android.beta 2018-04-08 +com.nextcloud.android.beta_20180410.apk com.nextcloud.android.beta 2018-04-10 +com.nextcloud.android.beta_20180412.apk com.nextcloud.android.beta 2018-04-12 +com.nextcloud.android.beta_20180414.apk com.nextcloud.android.beta 2018-04-14 +com.nextcloud.android.beta_20180417.apk com.nextcloud.android.beta 2018-04-19 +com.nextcloud.android.beta_20180419.apk com.nextcloud.android.beta 2018-04-20 +com.nextcloud.android.beta_20180423.apk com.nextcloud.android.beta 2018-04-24 +com.nextcloud.android.beta_20180424.apk com.nextcloud.android.beta 2018-04-27 +com.nextcloud.android.beta_20180425.apk com.nextcloud.android.beta 2018-04-27 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 @@ -4970,6 +5124,11 @@ 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.nextcloud.client_30010050.apk com.nextcloud.client 2018-03-26 +com.nextcloud.client_30010099.apk com.nextcloud.client 2018-04-20 +com.nextcloud.talk2_30.apk com.nextcloud.talk2 2018-03-19 +com.nextcloud.talk2_31.apk com.nextcloud.talk2 2018-03-19 +com.nextcloud.talk2_33.apk com.nextcloud.talk2 2018-04-21 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 @@ -5046,6 +5205,8 @@ 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.feeder_28.apk com.nononsenseapps.feeder 2018-03-31 +com.nononsenseapps.feeder_29.apk com.nononsenseapps.feeder 2018-04-05 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 @@ -5208,6 +5369,8 @@ 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.syncthingandroid_4140.apk com.nutomic.syncthingandroid 2018-03-19 +com.nutomic.syncthingandroid_4141.apk com.nutomic.syncthingandroid 2018-04-17 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 @@ -5257,6 +5420,7 @@ 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.orgzly_101.apk com.orgzly 2018-04-20 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 @@ -5332,6 +5496,8 @@ 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.android_20600100.apk com.owncloud.android 2018-03-19 +com.owncloud.android_20700000.apk com.owncloud.android 2018-04-14 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 @@ -5383,6 +5549,7 @@ 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.pilot51.voicenotify_23.apk com.pilot51.voicenotify 2018-04-24 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 @@ -5499,6 +5666,7 @@ com.quaap.audiometer_1.apk com.quaap.audiometer 2016-11-21 com.quaap.audiometer_3.apk com.quaap.audiometer 2016-11-30 com.quaap.bookymcbookface_21.apk com.quaap.bookymcbookface 2017-09-27 com.quaap.bookymcbookface_31.apk com.quaap.bookymcbookface 2017-10-18 +com.quaap.bookymcbookface_32.apk com.quaap.bookymcbookface 2018-04-10 com.quaap.computationaldemonology_1.apk com.quaap.computationaldemonology 2016-12-21 com.quaap.dodatheexploda_1.apk com.quaap.dodatheexploda 2017-03-29 com.quaap.dodatheexploda_2.apk com.quaap.dodatheexploda 2017-07-02 @@ -5518,6 +5686,7 @@ com.quaap.launchtime_71.apk com.quaap.launchtime 2017-10-20 com.quaap.launchtime_72.apk com.quaap.launchtime 2017-10-26 com.quaap.launchtime_73.apk com.quaap.launchtime 2017-11-17 com.quaap.launchtime_74.apk com.quaap.launchtime 2017-11-24 +com.quaap.launchtime_75.apk com.quaap.launchtime 2018-04-10 com.quaap.phonefonefun_12.apk com.quaap.phonefonefun 2017-07-18 com.quaap.primary_1.apk com.quaap.primary 2016-12-26 com.quaap.primary_2.apk com.quaap.primary 2017-01-04 @@ -5565,6 +5734,7 @@ com.rascarlo.aurdroid_4.apk com.rascarlo.aurdroid 2017-07-27 com.rascarlo.aurdroid_5.apk com.rascarlo.aurdroid 2017-09-06 com.rascarlo.aurdroid_6.apk com.rascarlo.aurdroid 2017-12-07 com.rascarlo.aurdroid_7.apk com.rascarlo.aurdroid 2018-01-16 +com.rascarlo.aurdroid_8.apk com.rascarlo.aurdroid 2018-03-15 com.rastating.droidbeard_1200.apk com.rastating.droidbeard 2014-10-23 com.rastating.droidbeard_1304.apk com.rastating.droidbeard 2014-11-15 com.rastating.droidbeard_1306.apk com.rastating.droidbeard 2014-12-07 @@ -5629,6 +5799,7 @@ com.replica.replicaisland_14.apk com.replica.replicaisland 2011-03-03 com.retroarch_37.apk com.retroarch 2014-11-22 com.retroarch_38.apk com.retroarch 2014-11-22 com.retroarch_39.apk com.retroarch 2014-11-22 +com.rfo.basic_500.apk com.rfo.basic 2018-03-26 com.rhiannonweb.android.migrainetracker_2.apk com.rhiannonweb.android.migrainetracker 2012-08-29 com.ridgelineapps.resdicegame_13.apk com.ridgelineapps.resdicegame 2014-03-28 com.ridgelineapps.resdicegame_14.apk com.ridgelineapps.resdicegame 2017-07-05 @@ -5714,6 +5885,7 @@ com.samebits.beacon.locator_114.apk com.samebits.beacon.locator 2017-07-07 com.samebits.beacon.locator_115.apk com.samebits.beacon.locator 2017-08-07 com.samebits.beacon.locator_116.apk com.samebits.beacon.locator 2017-10-23 com.samebits.beacon.locator_118.apk com.samebits.beacon.locator 2017-12-04 +com.samebits.beacon.locator_119.apk com.samebits.beacon.locator 2018-04-03 com.samsandberg.mtafarebuster_1.apk com.samsandberg.mtafarebuster 2014-10-27 com.samsandberg.mtafarebuster_2.apk com.samsandberg.mtafarebuster 2015-01-09 com.samsandberg.mtafarebuster_3.apk com.samsandberg.mtafarebuster 2015-04-01 @@ -5728,6 +5900,10 @@ com.samwhited.opensharelocationplugin_8.apk com.samwhited.opensharelocationplugi 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.samwhited.opensharelocationplugin_13.apk com.samwhited.opensharelocationplugin 2018-03-15 +com.samwhited.opensharelocationplugin_14.apk com.samwhited.opensharelocationplugin 2018-03-31 +com.samwhited.opensharelocationplugin_15.apk com.samwhited.opensharelocationplugin 2018-03-31 +com.samwhited.opensharelocationplugin_16.apk com.samwhited.opensharelocationplugin 2018-03-31 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 @@ -5775,6 +5951,8 @@ 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.seadroid2_77.apk com.seafile.seadroid2 2018-03-19 +com.seafile.seadroid2_78.apk com.seafile.seadroid2 2018-04-14 com.seafile.seadroid_2.apk com.seafile.seadroid 2013-03-23 com.seavenois.tetris_1.apk com.seavenois.tetris 2012-03-10 com.seavenois.tetris_3.apk com.seavenois.tetris 2012-08-23 @@ -5808,6 +5986,8 @@ com.serwylo.lexica_904.apk com.serwylo.lexica 2016-03-31 com.serwylo.lexica_905.apk com.serwylo.lexica 2016-09-27 com.serwylo.lexica_906.apk com.serwylo.lexica 2017-04-13 com.serwylo.lexica_1000.apk com.serwylo.lexica 2017-11-28 +com.serwylo.lexica_1100.apk com.serwylo.lexica 2018-04-24 +com.serwylo.lexica_1101.apk com.serwylo.lexica 2018-04-27 com.serwylo.msjviewer_3.apk com.serwylo.msjviewer 2014-11-11 com.serwylo.msjviewer_4.apk com.serwylo.msjviewer 2014-11-13 com.serwylo.msjviewer_5.apk com.serwylo.msjviewer 2015-02-19 @@ -5866,6 +6046,8 @@ com.shatteredpixel.shatteredpixeldungeon_209.apk com.shatteredpixel.shatteredpix 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.shatteredpixel.shatteredpixeldungeon_245.apk com.shatteredpixel.shatteredpixeldungeon 2018-03-15 +com.shatteredpixel.shatteredpixeldungeon_252.apk com.shatteredpixel.shatteredpixeldungeon 2018-04-12 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 @@ -5896,6 +6078,7 @@ com.simplemobiletools.applauncher_8.apk com.simplemobiletools.applauncher 2017-1 com.simplemobiletools.applauncher_9.apk com.simplemobiletools.applauncher 2017-12-15 com.simplemobiletools.applauncher_10.apk com.simplemobiletools.applauncher 2018-01-21 com.simplemobiletools.applauncher_11.apk com.simplemobiletools.applauncher 2018-01-29 +com.simplemobiletools.applauncher_12.apk com.simplemobiletools.applauncher 2018-04-05 com.simplemobiletools.calculator_6.apk com.simplemobiletools.calculator 2016-07-09 com.simplemobiletools.calculator_7.apk com.simplemobiletools.calculator 2016-07-09 com.simplemobiletools.calculator_8.apk com.simplemobiletools.calculator 2016-07-28 @@ -5907,6 +6090,7 @@ com.simplemobiletools.calculator_15.apk com.simplemobiletools.calculator 2017-12 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.calculator_19.apk com.simplemobiletools.calculator 2018-04-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 @@ -5980,6 +6164,9 @@ 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.calendar_116.apk com.simplemobiletools.calendar 2018-03-31 +com.simplemobiletools.calendar_117.apk com.simplemobiletools.calendar 2018-03-31 +com.simplemobiletools.calendar_118.apk com.simplemobiletools.calendar 2018-04-14 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 @@ -6014,6 +6201,12 @@ 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.camera_56.apk com.simplemobiletools.camera 2018-04-05 +com.simplemobiletools.camera_57.apk com.simplemobiletools.camera 2018-04-10 +com.simplemobiletools.clock_2.apk com.simplemobiletools.clock 2018-03-15 +com.simplemobiletools.clock_3.apk com.simplemobiletools.clock 2018-03-19 +com.simplemobiletools.clock_4.apk com.simplemobiletools.clock 2018-03-31 +com.simplemobiletools.clock_5.apk com.simplemobiletools.clock 2018-04-12 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 @@ -6025,6 +6218,11 @@ 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.contacts_15.apk com.simplemobiletools.contacts 2018-03-23 +com.simplemobiletools.contacts_16.apk com.simplemobiletools.contacts 2018-04-10 +com.simplemobiletools.contacts_17.apk com.simplemobiletools.contacts 2018-04-12 +com.simplemobiletools.contacts_18.apk com.simplemobiletools.contacts 2018-04-14 +com.simplemobiletools.contacts_19.apk com.simplemobiletools.contacts 2018-04-20 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 @@ -6046,6 +6244,8 @@ 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.draw_32.apk com.simplemobiletools.draw 2018-03-19 +com.simplemobiletools.draw_33.apk com.simplemobiletools.draw 2018-04-03 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 @@ -6086,6 +6286,8 @@ com.simplemobiletools.filemanager_45.apk com.simplemobiletools.filemanager 2018- 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.filemanager_49.apk com.simplemobiletools.filemanager 2018-04-03 +com.simplemobiletools.filemanager_50.apk com.simplemobiletools.filemanager 2018-04-20 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 @@ -6101,6 +6303,8 @@ com.simplemobiletools.flashlight_22.apk com.simplemobiletools.flashlight 2017-11 com.simplemobiletools.flashlight_24.apk com.simplemobiletools.flashlight 2017-12-07 com.simplemobiletools.flashlight_25.apk com.simplemobiletools.flashlight 2017-12-15 com.simplemobiletools.flashlight_26.apk com.simplemobiletools.flashlight 2018-01-29 +com.simplemobiletools.flashlight_27.apk com.simplemobiletools.flashlight 2018-04-08 +com.simplemobiletools.flashlight_28.apk com.simplemobiletools.flashlight 2018-04-16 com.simplemobiletools.gallery_10.apk com.simplemobiletools.gallery 2016-07-04 com.simplemobiletools.gallery_11.apk com.simplemobiletools.gallery 2016-07-06 com.simplemobiletools.gallery_12.apk com.simplemobiletools.gallery 2016-07-08 @@ -6206,6 +6410,15 @@ 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.gallery_166.apk com.simplemobiletools.gallery 2018-03-19 +com.simplemobiletools.gallery_168.apk com.simplemobiletools.gallery 2018-03-26 +com.simplemobiletools.gallery_169.apk com.simplemobiletools.gallery 2018-03-31 +com.simplemobiletools.gallery_170.apk com.simplemobiletools.gallery 2018-04-12 +com.simplemobiletools.gallery_171.apk com.simplemobiletools.gallery 2018-04-14 +com.simplemobiletools.gallery_172.apk com.simplemobiletools.gallery 2018-04-15 +com.simplemobiletools.gallery_173.apk com.simplemobiletools.gallery 2018-04-16 +com.simplemobiletools.gallery_174.apk com.simplemobiletools.gallery 2018-04-24 +com.simplemobiletools.gallery_175.apk com.simplemobiletools.gallery 2018-04-27 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 @@ -6237,6 +6450,8 @@ com.simplemobiletools.musicplayer_36.apk com.simplemobiletools.musicplayer 2018- 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.musicplayer_40.apk com.simplemobiletools.musicplayer 2018-03-15 +com.simplemobiletools.musicplayer_42.apk com.simplemobiletools.musicplayer 2018-04-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 @@ -6269,8 +6484,10 @@ 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.notes_47.apk com.simplemobiletools.notes 2018-04-08 com.simplemobiletools.thankyou_5.apk com.simplemobiletools.thankyou 2018-01-29 com.simplemobiletools.thankyou_7.apk com.simplemobiletools.thankyou 2018-01-29 +com.simplemobiletools.thankyou_8.apk com.simplemobiletools.thankyou 2018-04-08 com.sinpo.xnfc_1.apk com.sinpo.xnfc 2012-08-23 com.sinpo.xnfc_15.apk com.sinpo.xnfc 2015-08-05 com.sismics.reader_5.apk com.sismics.reader 2013-12-15 @@ -6375,12 +6592,16 @@ com.tananaev.logcat_5.apk com.tananaev.logcat 2017-04-08 com.tananaev.logcat_6.apk com.tananaev.logcat 2017-04-17 com.tananaev.logcat_7.apk com.tananaev.logcat 2017-06-02 com.tananaev.logcat_8.apk com.tananaev.logcat 2017-06-13 +com.tananaev.logcat_10.apk com.tananaev.logcat 2018-03-23 com.tasomaniac.dashclock.hackerspace.floss_13000.apk com.tasomaniac.dashclock.hackerspace.floss 2017-02-24 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.tasomaniac.openwith.floss_19000.apk com.tasomaniac.openwith.floss 2018-03-31 +com.tasomaniac.openwith.floss_19001.apk com.tasomaniac.openwith.floss 2018-04-27 +com.tasomaniac.openwith.floss_20000.apk com.tasomaniac.openwith.floss 2018-04-27 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 @@ -6414,6 +6635,7 @@ com.tengu.sharetoclipboard_18.apk com.tengu.sharetoclipboard 2017-09-11 com.tengu.sharetoclipboard_19.apk com.tengu.sharetoclipboard 2017-10-29 com.tengu.sharetoclipboard_20.apk com.tengu.sharetoclipboard 2017-11-17 com.tengu.sharetoclipboard_21.apk com.tengu.sharetoclipboard 2017-11-24 +com.tengu.sharetoclipboard_22.apk com.tengu.sharetoclipboard 2018-03-15 com.termux.api_4.apk com.termux.api 2015-11-05 com.termux.api_6.apk com.termux.api 2015-12-01 com.termux.api_7.apk com.termux.api 2015-12-01 @@ -6426,6 +6648,10 @@ 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.api_17.apk com.termux.api 2018-04-05 +com.termux.api_19.apk com.termux.api 2018-04-08 +com.termux.api_20.apk com.termux.api 2018-04-10 +com.termux.api_21.apk com.termux.api 2018-04-12 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 @@ -6505,6 +6731,7 @@ com.thehoick.evergreenwishlist_18.apk com.thehoick.evergreenwishlist 2015-09-10 com.theksmith.android.car_bus_interface_1.apk com.theksmith.android.car_bus_interface 2014-11-24 com.theksmith.android.car_bus_interface_90.apk com.theksmith.android.car_bus_interface 2015-05-27 com.theksmith.android.car_bus_interface_100.apk com.theksmith.android.car_bus_interface 2015-06-05 +com.thermatk.android.xf.fakegapps_3.apk com.thermatk.android.xf.fakegapps 2018-04-09 com.thibaudperso.sonycamera_13.apk com.thibaudperso.sonycamera 2014-11-04 com.thibaudperso.sonycamera_14.apk com.thibaudperso.sonycamera 2015-02-11 com.thibaudperso.sonycamera_15.apk com.thibaudperso.sonycamera 2016-02-18 @@ -6580,6 +6807,7 @@ com.todobom.opennotescanner_26.apk com.todobom.opennotescanner 2016-06-20 com.todobom.opennotescanner_27.apk com.todobom.opennotescanner 2016-09-08 com.todobom.opennotescanner_28.apk com.todobom.opennotescanner 2017-02-02 com.todobom.opennotescanner_29.apk com.todobom.opennotescanner 2017-08-08 +com.todobom.opennotescanner_30.apk com.todobom.opennotescanner 2018-04-10 com.tomaszmarzeion.notepad_1.apk com.tomaszmarzeion.notepad 2016-03-07 com.tomaszmarzeion.notepad_4.apk com.tomaszmarzeion.notepad 2016-03-24 com.tomaszmarzeion.notepad_7.apk com.tomaszmarzeion.notepad 2016-10-15 @@ -6609,6 +6837,7 @@ com.tortel.syslog_22.apk com.tortel.syslog 2016-02-08 com.tortel.syslog_23.apk com.tortel.syslog 2016-02-23 com.tortel.syslog_24.apk com.tortel.syslog 2016-05-01 com.tortel.syslog_26.apk com.tortel.syslog 2018-01-15 +com.tortel.syslog_28.apk com.tortel.syslog 2018-04-27 com.tortuca.holoken_11.apk com.tortuca.holoken 2013-03-19 com.totsp.bookworm_18.apk com.totsp.bookworm 2011-01-27 com.totsp.bookworm_19.apk com.totsp.bookworm 2011-05-04 @@ -6657,6 +6886,7 @@ com.ubergeek42.WeechatAndroid_12.apk com.ubergeek42.WeechatAndroid 2014-10-28 com.ubergeek42.WeechatAndroid_14.apk com.ubergeek42.WeechatAndroid 2015-04-18 com.ubergeek42.WeechatAndroid_435.apk com.ubergeek42.WeechatAndroid 2016-06-01 com.ubergeek42.WeechatAndroid_436.apk com.ubergeek42.WeechatAndroid 2016-08-29 +com.ubergeek42.WeechatAndroid_437.apk com.ubergeek42.WeechatAndroid 2018-03-23 com.uberspot.a2048_9.apk com.uberspot.a2048 2014-03-30 com.uberspot.a2048_16.apk com.uberspot.a2048 2014-06-14 com.uberspot.a2048_17.apk com.uberspot.a2048 2014-08-22 @@ -6708,6 +6938,8 @@ com.ultramegatech.ey_26.apk com.ultramegatech.ey 2016-12-21 com.ultramegatech.ey_27.apk com.ultramegatech.ey 2016-12-27 com.ultramegatech.ey_28.apk com.ultramegatech.ey 2017-01-17 com.ultramegatech.ey_29.apk com.ultramegatech.ey 2017-03-21 +com.ultramegatech.ey_30.apk com.ultramegatech.ey 2018-03-31 +com.ultramegatech.ey_31.apk com.ultramegatech.ey 2018-04-08 com.umang.dashnotifier_9.apk com.umang.dashnotifier 2013-10-08 com.umang.dashnotifier_10.apk com.umang.dashnotifier 2013-10-23 com.umang.dashnotifier_13.apk com.umang.dashnotifier 2013-11-18 @@ -6737,6 +6969,8 @@ com.utyf.pmetro_108.apk com.utyf.pmetro 2016-03-09 com.utyf.pmetro_110.apk com.utyf.pmetro 2016-11-18 com.utyf.pmetro_111.apk com.utyf.pmetro 2016-11-18 com.utyf.pmetro_112.apk com.utyf.pmetro 2016-11-07 +com.utyf.pmetro_113.apk com.utyf.pmetro 2018-03-15 +com.utyf.pmetro_114.apk com.utyf.pmetro 2018-03-23 com.vackosar.searchbasedlauncher_39.apk com.vackosar.searchbasedlauncher 2015-09-26 com.vackosar.searchbasedlauncher_45.apk com.vackosar.searchbasedlauncher 2015-10-05 com.vackosar.searchbasedlauncher_47.apk com.vackosar.searchbasedlauncher 2015-10-12 @@ -6806,6 +7040,7 @@ com.vonglasow.michael.satstat_2020.apk com.vonglasow.michael.satstat 2016-05-10 com.vonglasow.michael.satstat_3000.apk com.vonglasow.michael.satstat 2016-07-17 com.vonglasow.michael.satstat_3010.apk com.vonglasow.michael.satstat 2016-07-28 com.vonglasow.michael.satstat_3020.apk com.vonglasow.michael.satstat 2017-06-23 +com.vonglasow.michael.satstat_3030.apk com.vonglasow.michael.satstat 2018-03-31 com.vrem.wifianalyzer_9.apk com.vrem.wifianalyzer 2016-04-17 com.vrem.wifianalyzer_11.apk com.vrem.wifianalyzer 2016-05-07 com.vrem.wifianalyzer_12.apk com.vrem.wifianalyzer 2016-05-14 @@ -6828,6 +7063,7 @@ 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.vrem.wifianalyzer_37.apk com.vrem.wifianalyzer 2018-04-15 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 @@ -6882,6 +7118,7 @@ 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.wabadaba.dziennik_10.apk com.wabadaba.dziennik 2018-04-27 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 @@ -6907,6 +7144,8 @@ 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.wangdaye.mysplash_330.apk com.wangdaye.mysplash 2018-04-03 +com.wangdaye.mysplash_331.apk com.wangdaye.mysplash 2018-04-08 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 @@ -6932,6 +7171,7 @@ com.willianveiga.countdowntimer_1.apk com.willianveiga.countdowntimer 2015-04-22 com.willianveiga.countdowntimer_2.apk com.willianveiga.countdowntimer 2015-05-02 com.willianveiga.countdowntimer_3.apk com.willianveiga.countdowntimer 2015-05-03 com.willianveiga.countdowntimer_4.apk com.willianveiga.countdowntimer 2015-08-25 +com.wireguard.android_405.apk com.wireguard.android 2018-04-27 com.wmstein.tourcount_207.apk com.wmstein.tourcount 2016-08-06 com.wmstein.tourcount_211.apk com.wmstein.tourcount 2016-10-04 com.wmstein.tourcount_213.apk com.wmstein.tourcount 2016-11-11 @@ -6942,6 +7182,9 @@ com.wmstein.tourcount_217.apk com.wmstein.tourcount 2017-08-23 com.wmstein.tourcount_218.apk com.wmstein.tourcount 2017-09-11 com.wmstein.tourcount_219.apk com.wmstein.tourcount 2017-09-11 com.wmstein.tourcount_230.apk com.wmstein.tourcount 2017-10-03 +com.wmstein.tourcount_245.apk com.wmstein.tourcount 2018-03-23 +com.wmstein.tourcount_246.apk com.wmstein.tourcount 2018-03-26 +com.wmstein.tourcount_301.apk com.wmstein.tourcount 2018-04-05 com.wmstein.transektcount_131.apk com.wmstein.transektcount 2016-08-04 com.wmstein.transektcount_134.apk com.wmstein.transektcount 2016-10-04 com.wmstein.transektcount_138.apk com.wmstein.transektcount 2016-11-14 @@ -6952,7 +7195,13 @@ 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.wmstein.transektcount_214.apk com.wmstein.transektcount 2018-03-23 +com.wmstein.transektcount_215.apk com.wmstein.transektcount 2018-03-23 +com.wmstein.transektcount_216.apk com.wmstein.transektcount 2018-03-23 +com.wmstein.transektcount_301.apk com.wmstein.transektcount 2018-04-03 +com.wmstein.transektcount_302.apk com.wmstein.transektcount 2018-04-08 com.woefe.shoppinglist_8.apk com.woefe.shoppinglist 2018-02-16 +com.woefe.shoppinglist_9.apk com.woefe.shoppinglist 2018-03-26 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 @@ -6971,6 +7220,7 @@ com.workingagenda.democracydroid_34.apk com.workingagenda.democracydroid 2017-07 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.democracydroid_41.apk com.workingagenda.democracydroid 2018-04-05 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 @@ -7160,6 +7410,7 @@ 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.zeapo.pwdstore_95.apk com.zeapo.pwdstore 2018-04-03 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 @@ -7171,6 +7422,8 @@ 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.zegoggles.smssync_1566.apk com.zegoggles.smssync 2018-03-19 +com.zegoggles.smssync_1576.apk com.zegoggles.smssync 2018-04-24 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 @@ -7185,6 +7438,7 @@ 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.trifa_10015.apk com.zoffcc.applications.trifa 2018-03-19 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 @@ -7211,6 +7465,8 @@ community.fairphone.mycontacts_3.apk community.fairphone.mycontacts 2017-05-31 community.peers.internetradio_1.apk community.peers.internetradio 2017-06-13 community.peers.internetradio_2.apk community.peers.internetradio 2017-07-05 community.peers.internetradio_3.apk community.peers.internetradio 2017-07-19 +community.peers.internetradio_4.apk community.peers.internetradio 2018-04-05 +community.peers.internetradio_5.apk community.peers.internetradio 2018-04-14 community.peers.license_1.apk community.peers.license 2017-05-31 cri.sanity_21100.apk cri.sanity 2012-03-01 cs4295.memecreator_1.apk cs4295.memecreator 2015-04-14 @@ -7245,6 +7501,7 @@ 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 +cx.ring_116.apk cx.ring 2018-04-24 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 @@ -7255,6 +7512,7 @@ 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.antecky.netswitch_4.apk cz.antecky.netswitch 2018-04-17 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 @@ -7359,6 +7617,8 @@ de.arnowelzel.android.periodical_31.apk de.arnowelzel.android.periodical 2017-04 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.arnowelzel.android.periodical_48.apk de.arnowelzel.android.periodical 2018-03-15 +de.arnowelzel.android.periodical_49.apk de.arnowelzel.android.periodical 2018-03-27 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 @@ -7449,6 +7709,7 @@ 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.browser_76.apk de.baumann.browser 2018-04-05 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 @@ -7627,6 +7888,7 @@ de.blau.android_98.apk de.blau.android 2017-05-20 de.blau.android_204.apk de.blau.android 2017-10-08 de.blau.android_207.apk de.blau.android 2017-11-24 de.blau.android_307.apk de.blau.android 2018-01-15 +de.blau.android_403.apk de.blau.android 2018-03-19 de.blinkt.openvpn_48.apk de.blinkt.openvpn 2012-09-07 de.blinkt.openvpn_49.apk de.blinkt.openvpn 2012-09-16 de.blinkt.openvpn_51.apk de.blinkt.openvpn 2012-10-11 @@ -7694,6 +7956,7 @@ de.christinecoenen.code.zapp_21.apk de.christinecoenen.code.zapp 2017-10-20 de.christinecoenen.code.zapp_22.apk de.christinecoenen.code.zapp 2017-11-03 de.christinecoenen.code.zapp_23.apk de.christinecoenen.code.zapp 2017-11-17 de.christinecoenen.code.zapp_24.apk de.christinecoenen.code.zapp 2017-12-07 +de.christinecoenen.code.zapp_25.apk de.christinecoenen.code.zapp 2018-03-23 de.cketti.dashclock.k9_1.apk de.cketti.dashclock.k9 2013-06-30 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 @@ -7761,6 +8024,7 @@ 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.danoeh.antennapod_1060595.apk de.danoeh.antennapod 2018-04-16 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 @@ -7778,7 +8042,14 @@ 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.anotherrss_212.apk de.digisocken.anotherrss 2018-03-15 +de.digisocken.anotherrss_213.apk de.digisocken.anotherrss 2018-03-19 +de.digisocken.anotherrss_214.apk de.digisocken.anotherrss 2018-04-08 +de.digisocken.anotherrss_215.apk de.digisocken.anotherrss 2018-04-14 de.digisocken.openwort_15.apk de.digisocken.openwort 2018-03-10 +de.digisocken.openwort_16.apk de.digisocken.openwort 2018-03-15 +de.digisocken.openwort_17.apk de.digisocken.openwort 2018-04-08 +de.digisocken.reotwe_203.apk de.digisocken.reotwe 2018-04-27 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 @@ -7815,6 +8086,7 @@ de.freewarepoint.whohasmystuff_27.apk de.freewarepoint.whohasmystuff 2017-02-20 de.freewarepoint.whohasmystuff_28.apk de.freewarepoint.whohasmystuff 2017-05-12 de.freewarepoint.whohasmystuff_29.apk de.freewarepoint.whohasmystuff 2017-05-25 de.freewarepoint.whohasmystuff_31.apk de.freewarepoint.whohasmystuff 2017-05-28 +de.freewarepoint.whohasmystuff_34.apk de.freewarepoint.whohasmystuff 2018-03-19 de.gabbo.forro_lyrics_1.apk de.gabbo.forro_lyrics 2016-08-15 de.gabbo.forro_lyrics_2.apk de.gabbo.forro_lyrics 2016-08-19 de.gabbo.forro_lyrics_3.apk de.gabbo.forro_lyrics 2016-08-24 @@ -7829,6 +8101,7 @@ de.gabbo.forro_lyrics_11.apk de.gabbo.forro_lyrics 2016-12-30 de.gabbo.forro_lyrics_12.apk de.gabbo.forro_lyrics 2017-01-11 de.gabbo.forro_lyrics_13.apk de.gabbo.forro_lyrics 2017-02-20 de.gabbo.forro_lyrics_14.apk de.gabbo.forro_lyrics 2017-05-15 +de.gabbo.forro_lyrics_15.apk de.gabbo.forro_lyrics 2018-03-15 de.geeksfactory.opacclient_54.apk de.geeksfactory.opacclient 2013-09-20 de.geeksfactory.opacclient_66.apk de.geeksfactory.opacclient 2014-01-23 de.geeksfactory.opacclient_68.apk de.geeksfactory.opacclient 2014-02-11 @@ -7922,6 +8195,7 @@ de.geeksfactory.opacclient_181.apk de.geeksfactory.opacclient 2017-12-04 de.geeksfactory.opacclient_182.apk de.geeksfactory.opacclient 2017-12-04 de.geeksfactory.opacclient_183.apk de.geeksfactory.opacclient 2017-12-04 de.geeksfactory.opacclient_184.apk de.geeksfactory.opacclient 2017-12-15 +de.geeksfactory.opacclient_186.apk de.geeksfactory.opacclient 2018-04-08 de.grobox.blitzmail_1.apk de.grobox.blitzmail 2013-03-30 de.grobox.blitzmail_2.apk de.grobox.blitzmail 2013-04-08 de.grobox.blitzmail_3.apk de.grobox.blitzmail 2013-04-12 @@ -7974,6 +8248,8 @@ de.hampager.dapnetmobile_16.apk de.hampager.dapnetmobile 2017-11-14 de.hampager.dapnetmobile_17.apk de.hampager.dapnetmobile 2017-11-24 de.hampager.dapnetmobile_18.apk de.hampager.dapnetmobile 2017-11-28 de.hampager.dapnetmobile_19.apk de.hampager.dapnetmobile 2017-12-04 +de.hampager.dapnetmobile_20.apk de.hampager.dapnetmobile 2018-04-10 +de.hampager.dapnetmobile_21.apk de.hampager.dapnetmobile 2018-04-14 de.hechler.andfish_20.apk de.hechler.andfish 2013-12-09 de.hechler.andfish_21.apk de.hechler.andfish 2015-08-17 de.hfu.funfpunktnull_12.apk de.hfu.funfpunktnull 2015-01-20 @@ -7999,6 +8275,7 @@ de.j4velin.pedometer_141.apk de.j4velin.pedometer 2015-07-29 de.j4velin.pedometer_143.apk de.j4velin.pedometer 2016-03-31 de.j4velin.pedometer_150.apk de.j4velin.pedometer 2017-04-23 de.j4velin.pedometer_151.apk de.j4velin.pedometer 2017-05-23 +de.j4velin.pedometer_153.apk de.j4velin.pedometer 2018-03-31 de.j4velin.systemappmover_19.apk de.j4velin.systemappmover 2014-01-28 de.j4velin.systemappmover_20.apk de.j4velin.systemappmover 2014-02-05 de.j4velin.systemappmover_159.apk de.j4velin.systemappmover 2014-10-14 @@ -8037,6 +8314,7 @@ 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.j4velin.wifiAutoOff_1780.apk de.j4velin.wifiAutoOff 2018-03-23 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 @@ -8096,6 +8374,8 @@ 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.androFotoFinder_36.apk de.k3b.android.androFotoFinder 2018-03-15 +de.k3b.android.androFotoFinder_37.apk de.k3b.android.androFotoFinder 2018-03-23 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 @@ -8144,12 +8424,17 @@ de.kromke.andreas.unpopmusicplayerfree_16.apk de.kromke.andreas.unpopmusicplayer de.kromke.andreas.unpopmusicplayerfree_17.apk de.kromke.andreas.unpopmusicplayerfree 2017-11-24 de.kromke.andreas.unpopmusicplayerfree_18.apk de.kromke.andreas.unpopmusicplayerfree 2017-12-15 de.kromke.andreas.unpopmusicplayerfree_19.apk de.kromke.andreas.unpopmusicplayerfree 2018-01-29 +de.kromke.andreas.unpopmusicplayerfree_20.apk de.kromke.andreas.unpopmusicplayerfree 2018-03-15 +de.kromke.andreas.unpopmusicplayerfree_21.apk de.kromke.andreas.unpopmusicplayerfree 2018-04-03 +de.kromke.andreas.unpopmusicplayerfree_22.apk de.kromke.andreas.unpopmusicplayerfree 2018-04-20 +de.kromke.andreas.unpopmusicplayerfree_23.apk de.kromke.andreas.unpopmusicplayerfree 2018-04-21 de.kromonos.android.rpcoiner_1.apk de.kromonos.android.rpcoiner 2012-08-29 de.ktran.anno1404warenrechner_1.apk de.ktran.anno1404warenrechner 2017-04-19 de.kugihan.dictionaryformids.hmi_android_98.apk de.kugihan.dictionaryformids.hmi_android 2013-01-02 de.kugihan.dictionaryformids.hmi_android_103.apk de.kugihan.dictionaryformids.hmi_android 2015-01-17 de.kugihan.dictionaryformids.hmi_android_125.apk de.kugihan.dictionaryformids.hmi_android 2015-02-10 de.kugihan.dictionaryformids.hmi_android_126.apk de.kugihan.dictionaryformids.hmi_android 2016-11-26 +de.kugihan.dictionaryformids.hmi_android_131.apk de.kugihan.dictionaryformids.hmi_android 2018-04-24 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 @@ -8186,6 +8471,7 @@ de.live.gdev.timetracker_22.apk de.live.gdev.timetracker 2017-08-24 de.live.gdev.timetracker_23.apk de.live.gdev.timetracker 2017-09-27 de.live.gdev.timetracker_24.apk de.live.gdev.timetracker 2017-10-18 de.live.gdev.timetracker_25.apk de.live.gdev.timetracker 2017-12-04 +de.live.gdev.timetracker_26.apk de.live.gdev.timetracker 2018-04-14 de.lsubel.amam_10202.apk de.lsubel.amam 2016-04-02 de.lsubel.amam_10302.apk de.lsubel.amam 2016-04-10 de.lsubel.amam_10303.apk de.lsubel.amam 2016-04-13 @@ -8512,11 +8798,13 @@ de.reimardoeffinger.quickdic_95.apk de.reimardoeffinger.quickdic 2017-11-14 de.reimardoeffinger.quickdic_96.apk de.reimardoeffinger.quickdic 2017-11-24 de.reimardoeffinger.quickdic_97.apk de.reimardoeffinger.quickdic 2017-12-24 de.reimardoeffinger.quickdic_98.apk de.reimardoeffinger.quickdic 2018-01-15 +de.reimardoeffinger.quickdic_100.apk de.reimardoeffinger.quickdic 2018-04-20 de.repat.mosf_5.apk de.repat.mosf 2015-04-12 de.retujo.bierverkostung_1.apk de.retujo.bierverkostung 2017-04-17 de.retujo.bierverkostung_2.apk de.retujo.bierverkostung 2017-05-14 de.robv.android.xposed.installer_39.apk de.robv.android.xposed.installer 2017-01-04 de.robv.android.xposed.installer_40.apk de.robv.android.xposed.installer 2017-10-11 +de.robv.android.xposed.installer_43.apk de.robv.android.xposed.installer 2018-04-08 de.saschahlusiak.freebloks_67.apk de.saschahlusiak.freebloks 2016-06-18 de.saschahlusiak.freebloks_68.apk de.saschahlusiak.freebloks 2016-06-30 de.saschahlusiak.freebloks_70.apk de.saschahlusiak.freebloks 2017-01-29 @@ -8623,6 +8911,8 @@ 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_358.apk de.schildbach.wallet 2018-04-12 +de.schildbach.wallet_361.apk de.schildbach.wallet 2018-04-20 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 @@ -8728,6 +9018,8 @@ 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.schildbach.wallet_test_358.apk de.schildbach.wallet_test 2018-04-12 +de.schildbach.wallet_test_361.apk de.schildbach.wallet_test 2018-04-20 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 @@ -8845,6 +9137,7 @@ 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.t_dankworth.secscanqr_8.apk de.t_dankworth.secscanqr 2018-03-31 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 @@ -8978,6 +9271,10 @@ 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.tobiasbielefeld.solitaire_65.apk de.tobiasbielefeld.solitaire 2018-03-23 +de.tobiasbielefeld.solitaire_66.apk de.tobiasbielefeld.solitaire 2018-03-26 +de.tobiasbielefeld.solitaire_67.apk de.tobiasbielefeld.solitaire 2018-04-14 +de.tobiasbielefeld.solitaire_68.apk de.tobiasbielefeld.solitaire 2018-04-24 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 @@ -9068,6 +9365,8 @@ 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.westnordost.streetcomplete_403.apk de.westnordost.streetcomplete 2018-03-15 +de.westnordost.streetcomplete_502.apk de.westnordost.streetcomplete 2018-04-24 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 @@ -9167,6 +9466,7 @@ dk.jens.backup_16.apk dk.jens.backup 2015-01-30 dk.jens.backup_17.apk dk.jens.backup 2016-01-21 dk.jens.backup_18.apk dk.jens.backup 2017-01-20 dk.jens.backup_19.apk dk.jens.backup 2017-01-29 +dk.jens.backup_20.apk dk.jens.backup 2018-03-19 dk.mide.fas.cmnightlies_2.apk dk.mide.fas.cmnightlies 2013-04-23 dk.nindroid.rss_119.apk dk.nindroid.rss 2013-06-24 dmusiolik.pijaret_1.apk dmusiolik.pijaret 2016-09-05 @@ -9273,6 +9573,7 @@ es.usc.citius.servando.calendula_30.apk es.usc.citius.servando.calendula 2017-07 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 +es.usc.citius.servando.calendula_35.apk es.usc.citius.servando.calendula 2018-04-05 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 @@ -9397,6 +9698,10 @@ eu.faircode.netguard_2016071901.apk eu.faircode.netguard 2016-08-02 eu.faircode.netguard_2016072303.apk eu.faircode.netguard 2016-08-04 eu.faircode.netguard_2016072411.apk eu.faircode.netguard 2016-08-06 eu.faircode.netguard_2016072421.apk eu.faircode.netguard 2016-08-06 +eu.faircode.xlua_112.apk eu.faircode.xlua 2018-04-08 +eu.faircode.xlua_113.apk eu.faircode.xlua 2018-04-10 +eu.faircode.xlua_114.apk eu.faircode.xlua 2018-04-14 +eu.faircode.xlua_115.apk eu.faircode.xlua 2018-04-15 eu.flatworld.android.slider_3.apk eu.flatworld.android.slider 2013-03-09 eu.flatworld.android.slider_20301.apk eu.flatworld.android.slider 2016-06-25 eu.hydrologis.geopaparazzi_30.apk eu.hydrologis.geopaparazzi 2012-09-07 @@ -9427,6 +9732,9 @@ 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.kanade.tachiyomi_33.apk eu.kanade.tachiyomi 2018-03-15 +eu.kanade.tachiyomi_34.apk eu.kanade.tachiyomi 2018-04-08 +eu.kanade.tachiyomi_35.apk eu.kanade.tachiyomi 2018-04-10 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 @@ -9445,10 +9753,12 @@ 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.polarclock_8.apk eu.polarclock 2018-03-15 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 +eu.siacs.conversations.legacy_255.apk eu.siacs.conversations.legacy 2018-03-31 eu.siacs.conversations.voicerecorder_2.apk eu.siacs.conversations.voicerecorder 2016-01-04 eu.siacs.conversations.voicerecorder_3.apk eu.siacs.conversations.voicerecorder 2016-11-13 eu.siacs.conversations_9.apk eu.siacs.conversations 2014-04-13 @@ -9585,6 +9895,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.siacs.conversations_257.apk eu.siacs.conversations 2018-03-15 +eu.siacs.conversations_261.apk eu.siacs.conversations 2018-04-08 +eu.siacs.conversations_264.apk eu.siacs.conversations 2018-04-14 +eu.siacs.conversations_265.apk eu.siacs.conversations 2018-04-20 +eu.siacs.conversations_266.apk eu.siacs.conversations 2018-04-21 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 @@ -9605,6 +9920,13 @@ 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.uwot.fabio.altcoinprices_32.apk eu.uwot.fabio.altcoinprices 2018-03-23 +eu.uwot.fabio.altcoinprices_35.apk eu.uwot.fabio.altcoinprices 2018-03-26 +eu.uwot.fabio.altcoinprices_36.apk eu.uwot.fabio.altcoinprices 2018-03-31 +eu.uwot.fabio.altcoinprices_37.apk eu.uwot.fabio.altcoinprices 2018-04-05 +eu.uwot.fabio.altcoinprices_38.apk eu.uwot.fabio.altcoinprices 2018-04-08 +eu.uwot.fabio.altcoinprices_39.apk eu.uwot.fabio.altcoinprices 2018-04-14 +eu.uwot.fabio.altcoinprices_40.apk eu.uwot.fabio.altcoinprices 2018-04-27 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 @@ -9758,6 +10080,8 @@ 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.free.nrw.commons_83.apk fr.free.nrw.commons 2018-03-31 +fr.free.nrw.commons_84.apk fr.free.nrw.commons 2018-04-21 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 @@ -9820,6 +10144,10 @@ 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.gouv.etalab.mastodon_116.apk fr.gouv.etalab.mastodon 2018-03-19 +fr.gouv.etalab.mastodon_117.apk fr.gouv.etalab.mastodon 2018-04-05 +fr.gouv.etalab.mastodon_118.apk fr.gouv.etalab.mastodon 2018-04-20 +fr.gouv.etalab.mastodon_120.apk fr.gouv.etalab.mastodon 2018-04-27 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 @@ -9936,6 +10264,11 @@ 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.neamar.kiss_117.apk fr.neamar.kiss 2018-03-15 +fr.neamar.kiss_118.apk fr.neamar.kiss 2018-03-19 +fr.neamar.kiss_121.apk fr.neamar.kiss 2018-03-31 +fr.neamar.kiss_124.apk fr.neamar.kiss 2018-04-05 +fr.neamar.kiss_126.apk fr.neamar.kiss 2018-04-21 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 @@ -10035,6 +10368,7 @@ fr.unix_experience.owncloud_sms_64.apk fr.unix_experience.owncloud_sms 2017-12-1 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.unix_experience.owncloud_sms_68.apk fr.unix_experience.owncloud_sms 2018-03-23 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 @@ -10165,6 +10499,7 @@ free.rm.skytube.oss_9.apk free.rm.skytube.oss 2017-06-27 free.rm.skytube.oss_10.apk free.rm.skytube.oss 2017-11-07 free.rm.skytube.oss_11.apk free.rm.skytube.oss 2018-01-26 free.rm.skytube.oss_12.apk free.rm.skytube.oss 2018-01-29 +free.rm.skytube.oss_13.apk free.rm.skytube.oss 2018-03-26 free.yhc.feeder_57.apk free.yhc.feeder 2014-10-23 free.yhc.netmbuddy_29.apk free.yhc.netmbuddy 2013-12-09 free.yhc.netmbuddy_31.apk free.yhc.netmbuddy 2015-02-13 @@ -10260,6 +10595,9 @@ 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 +im.vector.alpha_80300.apk im.vector.alpha 2018-03-19 +im.vector.alpha_80500.apk im.vector.alpha 2018-04-05 +im.vector.alpha_80700.apk im.vector.alpha 2018-04-27 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 @@ -10505,6 +10843,11 @@ io.github.fvasco.pinpoi_51.apk io.github.fvasco.pinpoi 2017-10-30 io.github.fvasco.pinpoi_52.apk io.github.fvasco.pinpoi 2017-11-05 io.github.fvasco.pinpoi_53.apk io.github.fvasco.pinpoi 2018-01-22 io.github.fvasco.pinpoi_55.apk io.github.fvasco.pinpoi 2018-01-29 +io.github.fvasco.pinpoi_56.apk io.github.fvasco.pinpoi 2018-03-27 +io.github.fvasco.pinpoi_57.apk io.github.fvasco.pinpoi 2018-04-08 +io.github.fvasco.pinpoi_58.apk io.github.fvasco.pinpoi 2018-04-14 +io.github.fvasco.pinpoi_59.apk io.github.fvasco.pinpoi 2018-04-24 +io.github.fvasco.pinpoi_60.apk io.github.fvasco.pinpoi 2018-04-27 io.github.gsantner.memetastic_14.apk io.github.gsantner.memetastic 2017-03-17 io.github.gsantner.memetastic_15.apk io.github.gsantner.memetastic 2017-03-21 io.github.gsantner.memetastic_17.apk io.github.gsantner.memetastic 2017-04-30 @@ -10527,6 +10870,7 @@ 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.gsantner.memetastic_44.apk io.github.gsantner.memetastic 2018-04-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 @@ -10574,6 +10918,7 @@ io.github.lonamiwebs.stringlate_1000.apk io.github.lonamiwebs.stringlate 2017-09 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.lonamiwebs.stringlate_1004.apk io.github.lonamiwebs.stringlate 2018-04-16 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 @@ -10623,6 +10968,8 @@ io.tiph.smsspammer_2.apk io.tiph.smsspammer 2015-02-11 io.trezor.app_9.apk io.trezor.app 2017-06-17 io.trezor.app_10.apk io.trezor.app 2017-07-14 io.trezor.app_12.apk io.trezor.app 2017-12-15 +io.trezor.app_14.apk io.trezor.app 2018-04-10 +io.trezor.app_15.apk io.trezor.app 2018-04-12 ir.hsn6.defendo_6.apk ir.hsn6.defendo 2017-09-11 ir.hsn6.defendo_7.apk ir.hsn6.defendo 2017-09-24 ir.hsn6.defendo_8.apk ir.hsn6.defendo 2017-10-18 @@ -10630,6 +10977,7 @@ 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 +ir.hsn6.turo_7.apk ir.hsn6.turo 2018-03-15 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 @@ -10665,6 +11013,8 @@ 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.feio.android.omninotes.foss_239.apk it.feio.android.omninotes.foss 2018-03-15 +it.feio.android.omninotes.foss_240.apk it.feio.android.omninotes.foss 2018-03-31 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 @@ -10723,6 +11073,10 @@ 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.niedermann.owncloud.notes_23.apk it.niedermann.owncloud.notes 2018-04-12 +it.niedermann.owncloud.notes_26.apk it.niedermann.owncloud.notes 2018-04-14 +it.niedermann.owncloud.notes_27.apk it.niedermann.owncloud.notes 2018-04-14 +it.niedermann.owncloud.notes_28.apk it.niedermann.owncloud.notes 2018-04-16 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 @@ -10965,6 +11319,7 @@ krasilnikov.alexey.cryptopass_4.apk krasilnikov.alexey.cryptopass 2017-05-30 kvj.taskw_2.apk kvj.taskw 2016-03-06 kvj.taskw_3.apk kvj.taskw 2016-04-13 lanchon.sigspoof.checker_1.apk lanchon.sigspoof.checker 2017-06-13 +lanchon.sigspoof.checker_2.apk lanchon.sigspoof.checker 2018-04-10 latestapps.dat c1fb0d023c98fa354e125fa344b7c8d7f1cb5045d4e0ffbafa0f353dcbe1556d 2017-03-17 li.klass.fhem_51.apk li.klass.fhem 2012-02-15 li.klass.fhem_58.apk li.klass.fhem 2012-04-20 @@ -11006,6 +11361,8 @@ link.standen.michael.slideshow_22.apk link.standen.michael.slideshow 2017-05-20 link.standen.michael.slideshow_27.apk link.standen.michael.slideshow 2017-07-09 link.standen.michael.slideshow_37.apk link.standen.michael.slideshow 2017-10-18 link.standen.michael.slideshow_38.apk link.standen.michael.slideshow 2017-10-18 +link.standen.michael.slideshow_42.apk link.standen.michael.slideshow 2018-03-26 +link.standen.michael.slideshow_43.apk link.standen.michael.slideshow 2018-04-05 linphone-android-1.0.15.apk org.linphone 2010-11-16 linphone-android-1.1.6.apk org.linphone linphone-android-1.2.1.apk org.linphone 2011-09-29 @@ -11071,6 +11428,9 @@ 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.ccrama.redditslide_303.apk me.ccrama.redditslide 2018-03-31 +me.ccrama.redditslide_305.apk me.ccrama.redditslide 2018-04-08 +me.ccrama.redditslide_308.apk me.ccrama.redditslide 2018-04-24 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 @@ -11102,6 +11462,7 @@ me.echeung.cdflabs_31.apk me.echeung.cdflabs 2017-04-19 me.echeung.moemoekyun.fdroid_30.apk me.echeung.moemoekyun.fdroid 2018-01-29 me.echeung.moemoekyun.fdroid_31.apk me.echeung.moemoekyun.fdroid 2018-01-26 me.echeung.moemoekyun.fdroid_34.apk me.echeung.moemoekyun.fdroid 2018-01-29 +me.echeung.moemoekyun.fdroid_39.apk me.echeung.moemoekyun.fdroid 2018-03-19 me.guillaumin.android.osmtracker_20.apk me.guillaumin.android.osmtracker 2011-07-03 me.guillaumin.android.osmtracker_21.apk me.guillaumin.android.osmtracker 2011-10-02 me.guillaumin.android.osmtracker_22.apk me.guillaumin.android.osmtracker 2012-02-05 @@ -11156,6 +11517,7 @@ 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.kuehle.carreport_69.apk me.kuehle.carreport 2018-03-15 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 @@ -11163,6 +11525,10 @@ 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.murks.filmchecker_6.apk me.murks.filmchecker 2018-03-15 +me.murks.filmchecker_8.apk me.murks.filmchecker 2018-03-19 +me.murks.filmchecker_9.apk me.murks.filmchecker 2018-04-10 +me.murks.filmchecker_10.apk me.murks.filmchecker 2018-04-16 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 @@ -11203,6 +11569,8 @@ 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 +me.zeeroooo.materialfb_61.apk me.zeeroooo.materialfb 2018-04-12 +me.zeeroooo.materialfb_63.apk me.zeeroooo.materialfb 2018-04-17 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 @@ -11219,6 +11587,8 @@ ml.adamsprogs.bimba_4.apk ml.adamsprogs.bimba 2017-09-01 ml.adamsprogs.bimba_5.apk ml.adamsprogs.bimba 2017-10-03 ml.adamsprogs.bimba_6.apk ml.adamsprogs.bimba 2017-11-05 ml.adamsprogs.bimba_8.apk ml.adamsprogs.bimba 2017-11-28 +ml.adamsprogs.bimba_9.apk ml.adamsprogs.bimba 2018-04-14 +ml.adamsprogs.bimba_10.apk ml.adamsprogs.bimba 2018-04-19 mobi.boilr.boilr_1.apk mobi.boilr.boilr 2014-10-08 mobi.boilr.boilr_3.apk mobi.boilr.boilr 2014-10-14 mobi.boilr.boilr_4.apk mobi.boilr.boilr 2014-10-15 @@ -11308,6 +11678,9 @@ name.soulayrol.rhaa.sholi_4.apk name.soulayrol.rhaa.sholi 2014-04-06 name.soulayrol.rhaa.sholi_7.apk name.soulayrol.rhaa.sholi 2015-01-04 name.soulayrol.rhaa.sholi_8.apk name.soulayrol.rhaa.sholi 2015-07-16 name.starnberger.guenther.android.cbw_20.apk name.starnberger.guenther.android.cbw 2014-06-06 +namlit.siteswapgenerator_11.apk namlit.siteswapgenerator 2018-04-03 +namlit.siteswapgenerator_13.apk namlit.siteswapgenerator 2018-04-17 +namlit.siteswapgenerator_14.apk namlit.siteswapgenerator 2018-04-20 navit-0.2.0.apk org.navitproject.navit 2011-01-02 nerd.tuxmobil.fahrplan.camp_34.apk nerd.tuxmobil.fahrplan.camp 2015-08-12 nerd.tuxmobil.fahrplan.camp_35.apk nerd.tuxmobil.fahrplan.camp 2015-08-13 @@ -11555,6 +11928,10 @@ net.gsantner.markor_13.apk net.gsantner.markor 2017-12-15 net.gsantner.markor_14.apk net.gsantner.markor 2017-12-24 net.gsantner.markor_15.apk net.gsantner.markor 2018-01-03 net.gsantner.markor_16.apk net.gsantner.markor 2018-01-29 +net.gsantner.markor_17.apk net.gsantner.markor 2018-03-23 +net.gsantner.markor_18.apk net.gsantner.markor 2018-03-26 +net.gsantner.markor_19.apk net.gsantner.markor 2018-04-21 +net.gsantner.markor_20.apk net.gsantner.markor 2018-04-27 net.haltcondition.anode_7.apk net.haltcondition.anode 2014-08-09 net.healeys.lexic_41.apk net.healeys.lexic 2012-02-09 net.i2p.android.router_0.apk net.i2p.android.router 2013-10-30 @@ -11655,6 +12032,7 @@ net.mabako.steamgifts_1005506.apk net.mabako.steamgifts 2017-01-31 net.mabako.steamgifts_1005508.apk net.mabako.steamgifts 2017-02-18 net.mabako.steamgifts_1005509.apk net.mabako.steamgifts 2017-10-01 net.mabako.steamgifts_1005510.apk net.mabako.steamgifts 2017-11-05 +net.mabako.steamgifts_1005511.apk net.mabako.steamgifts 2018-03-31 net.mafro.android.wakeonlan_12.apk net.mafro.android.wakeonlan 2011-11-24 net.mafro.android.wakeonlan_13.apk net.mafro.android.wakeonlan 2012-08-23 net.majorkernelpanic.spydroid_420.apk net.majorkernelpanic.spydroid 2013-12-09 @@ -11690,6 +12068,7 @@ 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.nitroshare.android_40.apk net.nitroshare.android 2018-04-27 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 @@ -11702,6 +12081,7 @@ 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.nullsum.audinaut_194.apk net.nullsum.audinaut 2018-03-26 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 @@ -11941,6 +12321,8 @@ net.sourceforge.andsys_28.apk net.sourceforge.andsys 2013-05-12 net.sourceforge.andsys_29.apk net.sourceforge.andsys 2013-05-14 net.sourceforge.andsys_30.apk net.sourceforge.andsys 2013-05-25 net.sourceforge.andsys_33.apk net.sourceforge.andsys 2013-09-27 +net.sourceforge.dibdib.android.dib2qm_1730.apk net.sourceforge.dibdib.android.dib2qm 2018-03-15 +net.sourceforge.dibdib.android.dib2qm_1740.apk net.sourceforge.dibdib.android.dib2qm 2018-04-17 net.sourceforge.opencamera_9.apk net.sourceforge.opencamera 2014-03-02 net.sourceforge.opencamera_10.apk net.sourceforge.opencamera 2014-03-19 net.sourceforge.opencamera_11.apk net.sourceforge.opencamera 2014-03-23 @@ -11984,6 +12366,7 @@ net.sourceforge.opencamera_53.apk net.sourceforge.opencamera 2017-10-29 net.sourceforge.opencamera_54.apk net.sourceforge.opencamera 2017-11-28 net.sourceforge.opencamera_55.apk net.sourceforge.opencamera 2017-12-24 net.sourceforge.opencamera_57.apk net.sourceforge.opencamera 2018-01-09 +net.sourceforge.opencamera_62.apk net.sourceforge.opencamera 2018-04-27 net.sourceforge.servestream_35.apk net.sourceforge.servestream 2011-03-30 net.sourceforge.servestream_46.apk net.sourceforge.servestream 2011-08-02 net.sourceforge.servestream_48.apk net.sourceforge.servestream 2011-08-14 @@ -12115,6 +12498,8 @@ nitezh.ministock_70.apk nitezh.ministock 2017-09-13 nitezh.ministock_71.apk nitezh.ministock 2017-11-05 nitezh.ministock_72.apk nitezh.ministock 2017-11-07 nitezh.ministock_73.apk nitezh.ministock 2017-11-14 +nitezh.ministock_74.apk nitezh.ministock 2018-03-27 +nitezh.ministock_75.apk nitezh.ministock 2018-03-31 nl.asymmetrics.droidshows_13.apk nl.asymmetrics.droidshows 2015-06-01 nl.asymmetrics.droidshows_43.apk nl.asymmetrics.droidshows 2015-06-04 nl.asymmetrics.droidshows_44.apk nl.asymmetrics.droidshows 2015-06-09 @@ -12299,6 +12684,8 @@ 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.mpcjanssen.simpletask_3090.apk nl.mpcjanssen.simpletask 2018-04-05 +nl.mpcjanssen.simpletask_3091.apk nl.mpcjanssen.simpletask 2018-04-08 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 @@ -12429,6 +12816,11 @@ nodomain.freeyourgadget.gadgetbridge_120.apk nodomain.freeyourgadget.gadgetbridg 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 +nodomain.freeyourgadget.gadgetbridge_124.apk nodomain.freeyourgadget.gadgetbridge 2018-03-15 +nodomain.freeyourgadget.gadgetbridge_125.apk nodomain.freeyourgadget.gadgetbridge 2018-03-27 +nodomain.freeyourgadget.gadgetbridge_126.apk nodomain.freeyourgadget.gadgetbridge 2018-04-15 +nodomain.freeyourgadget.gadgetbridge_127.apk nodomain.freeyourgadget.gadgetbridge 2018-04-17 +nodomain.freeyourgadget.gadgetbridge_128.apk nodomain.freeyourgadget.gadgetbridge 2018-04-27 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 @@ -12476,12 +12868,18 @@ ohi.andre.consolelauncher_73.apk ohi.andre.consolelauncher 2016-06-18 ohi.andre.consolelauncher_74.apk ohi.andre.consolelauncher 2016-06-20 ohi.andre.consolelauncher_75.apk ohi.andre.consolelauncher 2016-07-08 ohi.andre.consolelauncher_136.apk ohi.andre.consolelauncher 2017-11-01 +ohi.andre.consolelauncher_172.apk ohi.andre.consolelauncher 2018-04-03 ohm.quickdice_36.apk ohm.quickdice 2015-06-04 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.openbeauty_41.apk openfoodfacts.github.scrachx.openbeauty 2018-03-27 +openfoodfacts.github.scrachx.openbeauty_42.apk openfoodfacts.github.scrachx.openbeauty 2018-04-05 +openfoodfacts.github.scrachx.openbeauty_43.apk openfoodfacts.github.scrachx.openbeauty 2018-04-08 +openfoodfacts.github.scrachx.openbeauty_44.apk openfoodfacts.github.scrachx.openbeauty 2018-04-10 +openfoodfacts.github.scrachx.openbeauty_46.apk openfoodfacts.github.scrachx.openbeauty 2018-04-24 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 @@ -12503,6 +12901,11 @@ openfoodfacts.github.scrachx.openfood_34.apk openfoodfacts.github.scrachx.openfo 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 +openfoodfacts.github.scrachx.openfood_41.apk openfoodfacts.github.scrachx.openfood 2018-03-27 +openfoodfacts.github.scrachx.openfood_42.apk openfoodfacts.github.scrachx.openfood 2018-04-05 +openfoodfacts.github.scrachx.openfood_43.apk openfoodfacts.github.scrachx.openfood 2018-04-08 +openfoodfacts.github.scrachx.openfood_44.apk openfoodfacts.github.scrachx.openfood 2018-04-10 +openfoodfacts.github.scrachx.openfood_46.apk openfoodfacts.github.scrachx.openfood 2018-04-24 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 @@ -12540,6 +12943,7 @@ org.adaway_55.apk org.adaway 2015-10-12 org.adaway_56.apk org.adaway 2016-04-16 org.adaway_57.apk org.adaway 2016-07-04 org.adaway_60.apk org.adaway 2016-11-27 +org.adaway_61.apk org.adaway 2018-03-19 org.adblockplus.android_168.apk org.adblockplus.android 2013-03-20 org.adblockplus.android_238.apk org.adblockplus.android 2013-03-20 org.adblockplus.android_248.apk org.adblockplus.android 2013-04-29 @@ -12586,6 +12990,7 @@ org.amoradi.syncopoli_9.apk org.amoradi.syncopoli 2017-07-27 org.amoradi.syncopoli_10.apk org.amoradi.syncopoli 2017-09-27 org.amoradi.syncopoli_11.apk org.amoradi.syncopoli 2017-11-14 org.amoradi.syncopoli_12.apk org.amoradi.syncopoli 2017-12-04 +org.amoradi.syncopoli_17.apk org.amoradi.syncopoli 2018-04-24 org.andglkmod.hunkypunk_1.apk org.andglkmod.hunkypunk 2013-01-24 org.andglkmod.hunkypunk_6.apk org.andglkmod.hunkypunk 2014-01-24 org.andglkmod.hunkypunk_7.apk org.andglkmod.hunkypunk 2017-03-24 @@ -12705,6 +13110,7 @@ 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.andstatus.app_245.apk org.andstatus.app 2018-03-15 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 @@ -12737,6 +13143,8 @@ org.asteroidos.sync_5.apk org.asteroidos.sync 2017-08-22 org.asteroidos.sync_6.apk org.asteroidos.sync 2017-10-11 org.asteroidos.sync_7.apk org.asteroidos.sync 2017-10-18 org.asteroidos.sync_8.apk org.asteroidos.sync 2017-11-14 +org.asteroidos.sync_10.apk org.asteroidos.sync 2018-03-23 +org.asteroidos.sync_11.apk org.asteroidos.sync 2018-04-08 org.atai.TessUI_12.apk org.atai.TessUI 2014-05-26 org.atai.TessUI_13.apk org.atai.TessUI 2014-07-11 org.aykit.MyOwnNotes_3.apk org.aykit.MyOwnNotes 2014-06-18 @@ -12789,6 +13197,8 @@ 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.crossword_107.apk org.billthefarmer.crossword 2018-03-31 +org.billthefarmer.crossword_108.apk org.billthefarmer.crossword 2018-04-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 @@ -12805,6 +13215,8 @@ 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.currency_116.apk org.billthefarmer.currency 2018-04-24 +org.billthefarmer.currency_117.apk org.billthefarmer.currency 2018-04-27 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 @@ -12830,6 +13242,9 @@ 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.diary_126.apk org.billthefarmer.diary 2018-03-31 +org.billthefarmer.diary_127.apk org.billthefarmer.diary 2018-04-17 +org.billthefarmer.diary_128.apk org.billthefarmer.diary 2018-04-27 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 @@ -12879,6 +13294,7 @@ 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.scope_117.apk org.billthefarmer.scope 2018-04-24 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 @@ -12950,6 +13366,9 @@ 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.blokada.alarm_34.apk org.blokada.alarm 2018-03-26 +org.blokada.alarm_302180405.apk org.blokada.alarm 2018-04-08 +org.blokada.alarm_303241800.apk org.blokada.alarm 2018-04-20 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 @@ -13041,6 +13460,7 @@ org.brandroid.openmanager_208.apk org.brandroid.openmanager 2013-01-29 org.brandroid.openmanager_212.apk org.brandroid.openmanager 2013-02-21 org.broeuschmeul.android.gps.bluetooth.provider_125.apk org.broeuschmeul.android.gps.bluetooth.provider 2012-08-23 org.broeuschmeul.android.gps.bluetooth.provider_126.apk org.broeuschmeul.android.gps.bluetooth.provider 2013-09-27 +org.c_base.c_beam_25.apk org.c_base.c_beam 2018-04-24 org.chorem.android.saymytexts_4.apk org.chorem.android.saymytexts 2014-06-13 org.chorem.android.saymytexts_5.apk org.chorem.android.saymytexts 2014-06-18 org.chorem.android.saymytexts_6.apk org.chorem.android.saymytexts 2014-06-23 @@ -13313,6 +13733,8 @@ org.ethack.orwall_35.apk org.ethack.orwall 2015-01-02 org.ethack.orwall_36.apk org.ethack.orwall 2015-03-12 org.ethack.orwall_38.apk org.ethack.orwall 2016-07-15 org.ethack.orwall_40.apk org.ethack.orwall 2016-08-04 +org.eu.exodus_privacy.exodusprivacy_3.apk org.eu.exodus_privacy.exodusprivacy 2018-04-14 +org.eu.exodus_privacy.exodusprivacy_4.apk org.eu.exodus_privacy.exodusprivacy 2018-04-14 org.evilsoft.pathfinder.reference_19.apk org.evilsoft.pathfinder.reference 2014-01-07 org.evilsoft.pathfinder.reference_27.apk org.evilsoft.pathfinder.reference 2014-05-11 org.evilsoft.pathfinder.reference_29.apk org.evilsoft.pathfinder.reference 2014-08-15 @@ -13335,6 +13757,7 @@ 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.ota_1001050.zip org.fdroid.fdroid.ota 2018-03-26 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 @@ -13505,6 +13928,12 @@ 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.fdroid_1001050.apk org.fdroid.fdroid 2018-03-23 +org.fdroid.fdroid_1002000.apk org.fdroid.fdroid 2018-03-31 +org.fdroid.fdroid_1002001.apk org.fdroid.fdroid 2018-04-08 +org.fdroid.fdroid_1002050.apk org.fdroid.fdroid 2018-04-14 +org.fdroid.fdroid_1002051.apk org.fdroid.fdroid 2018-04-20 +org.fdroid.fdroid_1002052.apk org.fdroid.fdroid 2018-04-24 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 @@ -13534,6 +13963,8 @@ 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.dejavu_13.apk org.fitchfamily.android.dejavu 2018-03-15 +org.fitchfamily.android.dejavu_14.apk org.fitchfamily.android.dejavu 2018-03-23 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 @@ -13616,6 +14047,7 @@ org.fitchfamily.android.wifi_backend_35.apk org.fitchfamily.android.wifi_backend org.fitchfamily.android.wifi_backend_37.apk org.fitchfamily.android.wifi_backend 2017-09-14 org.fitchfamily.android.wifi_backend_38.apk org.fitchfamily.android.wifi_backend 2017-09-24 org.fitchfamily.android.wifi_backend_39.apk org.fitchfamily.android.wifi_backend 2017-09-27 +org.fitchfamily.android.wifi_backend_40.apk org.fitchfamily.android.wifi_backend 2018-03-15 org.floens.chan_25.apk org.floens.chan 2014-06-03 org.floens.chan_28.apk org.floens.chan 2014-06-20 org.floens.chan_32.apk org.floens.chan 2014-07-24 @@ -13674,6 +14106,10 @@ 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.fox.tttrss_469.apk org.fox.tttrss 2018-03-23 +org.freedombox.freedombox_1.apk org.freedombox.freedombox 2018-03-23 +org.freedombox.freedombox_2.apk org.freedombox.freedombox 2018-03-19 +org.freedombox.freedombox_3.apk org.freedombox.freedombox 2018-03-23 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 @@ -13723,6 +14159,7 @@ 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.gateshipone.odyssey_26.apk org.gateshipone.odyssey 2018-04-10 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 @@ -13876,6 +14313,7 @@ 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.hlwd.bible_20180422.apk org.hlwd.bible 2018-04-27 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 @@ -13949,6 +14387,7 @@ org.indywidualni.fblite_48.apk org.indywidualni.fblite 2017-01-30 org.indywidualni.fblite_49.apk org.indywidualni.fblite 2017-02-20 org.indywidualni.fblite_50.apk org.indywidualni.fblite 2017-09-27 org.indywidualni.fblite_51.apk org.indywidualni.fblite 2017-10-01 +org.indywidualni.fblite_52.apk org.indywidualni.fblite 2018-04-10 org.ironrabbit.bhoboard_8.apk org.ironrabbit.bhoboard 2013-06-25 org.ironrabbit.bhoboard_12.apk org.ironrabbit.bhoboard 2013-11-08 org.ironrabbit_6.apk org.ironrabbit 2013-06-25 @@ -13972,6 +14411,7 @@ org.isoron.uhabits_31.apk org.isoron.uhabits 2017-06-13 org.isoron.uhabits_32.apk org.isoron.uhabits 2017-06-14 org.isoron.uhabits_33.apk org.isoron.uhabits 2017-07-19 org.isoron.uhabits_35.apk org.isoron.uhabits 2017-10-03 +org.isoron.uhabits_36.apk org.isoron.uhabits 2018-04-24 org.itishka.pointim_23.apk org.itishka.pointim 2015-08-29 org.itishka.pointim_24.apk org.itishka.pointim 2015-09-02 org.itishka.pointim_25.apk org.itishka.pointim 2015-09-10 @@ -14133,6 +14573,9 @@ 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.kdeconnect_tp_1800.apk org.kde.kdeconnect_tp 2018-03-23 +org.kde.kdeconnect_tp_1811.apk org.kde.kdeconnect_tp 2018-03-27 +org.kde.kdeconnect_tp_1820.apk org.kde.kdeconnect_tp 2018-03-31 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 @@ -14200,6 +14643,7 @@ org.kontalk_260.apk org.kontalk 2017-11-28 org.kontalk_270.apk org.kontalk 2017-11-28 org.kontalk_280.apk org.kontalk 2017-12-24 org.kontalk_290.apk org.kontalk 2018-01-21 +org.kontalk_310.apk org.kontalk 2018-03-23 org.kore.kolabnotes.android_4.apk org.kore.kolabnotes.android 2015-07-01 org.kore.kolabnotes.android_7.apk org.kore.kolabnotes.android 2015-07-03 org.kore.kolabnotes.android_8.apk org.kore.kolabnotes.android 2015-07-04 @@ -14296,6 +14740,7 @@ org.liberty.android.fantastischmemo_212.apk org.liberty.android.fantastischmemo org.liberty.android.fantastischmemo_219.apk org.liberty.android.fantastischmemo 2016-06-03 org.liberty.android.fantastischmemo_222.apk org.liberty.android.fantastischmemo 2017-01-04 org.liberty.android.fantastischmemo_223.apk org.liberty.android.fantastischmemo 2017-02-08 +org.liberty.android.freeotpplus_1.apk org.liberty.android.freeotpplus 2018-04-10 org.libreoffice.impressremote_9.apk org.libreoffice.impressremote 2014-01-31 org.libreoffice.impressremote_11.apk org.libreoffice.impressremote 2014-06-10 org.libreoffice.impressremote_13.apk org.libreoffice.impressremote 2015-08-15 @@ -14340,6 +14785,7 @@ org.ligi.fast_64.apk org.ligi.fast 2015-07-13 org.ligi.fast_65.apk org.ligi.fast 2016-08-09 org.ligi.fast_66.apk org.ligi.fast 2016-12-14 org.ligi.fast_67.apk org.ligi.fast 2017-09-11 +org.ligi.fast_68.apk org.ligi.fast 2018-04-14 org.ligi.gobandroid_hd_128.apk org.ligi.gobandroid_hd 2014-09-10 org.ligi.gobandroid_hd_129.apk org.ligi.gobandroid_hd 2014-09-18 org.ligi.gobandroid_hd_190.apk org.ligi.gobandroid_hd 2014-09-22 @@ -14466,6 +14912,7 @@ org.ligi.passandroid_342.apk org.ligi.passandroid 2017-09-14 org.ligi.passandroid_343.apk org.ligi.passandroid 2017-09-24 org.ligi.passandroid_344.apk org.ligi.passandroid 2018-01-08 org.ligi.passandroid_345.apk org.ligi.passandroid 2018-01-22 +org.ligi.passandroid_346.apk org.ligi.passandroid 2018-04-08 org.ligi.satoshiproof_7.apk org.ligi.satoshiproof 2014-08-18 org.ligi.satoshiproof_100.apk org.ligi.satoshiproof 2014-12-15 org.ligi.satoshiproof_101.apk org.ligi.satoshiproof 2015-07-04 @@ -14498,6 +14945,7 @@ org.ligi.survivalmanual_38.apk org.ligi.survivalmanual 2017-04-27 org.ligi.survivalmanual_39.apk org.ligi.survivalmanual 2017-05-22 org.ligi.survivalmanual_40.apk org.ligi.survivalmanual 2017-07-19 org.ligi.survivalmanual_41.apk org.ligi.survivalmanual 2017-08-02 +org.ligi.survivalmanual_42.apk org.ligi.survivalmanual 2018-04-16 org.ligi.vaporizercontrol_12.apk org.ligi.vaporizercontrol 2015-04-27 org.ligi.vaporizercontrol_15.apk org.ligi.vaporizercontrol 2015-05-05 org.ligi.vaporizercontrol_16.apk org.ligi.vaporizercontrol 2015-05-11 @@ -14840,6 +15288,10 @@ 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.fennec_fdroid_590100.apk org.mozilla.fennec_fdroid 2018-03-26 +org.mozilla.fennec_fdroid_590110.apk org.mozilla.fennec_fdroid 2018-03-26 +org.mozilla.fennec_fdroid_590200.apk org.mozilla.fennec_fdroid 2018-03-31 +org.mozilla.fennec_fdroid_590210.apk org.mozilla.fennec_fdroid 2018-03-31 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 @@ -14852,6 +15304,7 @@ 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.klar_19.apk org.mozilla.klar 2018-04-21 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 @@ -15039,10 +15492,15 @@ org.opengappsdownloader_5.apk org.opengappsdownloader 2016-07-08 org.opengappsdownloader_6.apk org.opengappsdownloader 2016-07-12 org.opengappsdownloader_7.apk org.opengappsdownloader 2016-07-13 org.opengappsdownloader_8.apk org.opengappsdownloader 2016-12-28 +org.opengappsdownloader_9.apk org.opengappsdownloader 2018-04-24 org.opengemara.shiurim_2.apk org.opengemara.shiurim 2016-05-20 org.opengemara.shiurim_4.apk org.opengemara.shiurim 2016-11-17 org.opengpx_192.apk org.opengpx 2013-01-30 org.opengpx_236.apk org.opengpx 2012-07-13 +org.openhab.habdroid.beta_46.apk org.openhab.habdroid.beta 2018-04-09 +org.openhab.habdroid_30.apk org.openhab.habdroid 2018-03-15 +org.openhab.habdroid_34.apk org.openhab.habdroid 2018-03-23 +org.openhab.habdroid_50.apk org.openhab.habdroid 2018-04-21 org.openintents.about_8.apk org.openintents.about 2012-11-01 org.openintents.filemanager_18.apk org.openintents.filemanager 2012-02-03 org.openintents.filemanager_20.apk org.openintents.filemanager 2012-08-25 @@ -15075,6 +15533,7 @@ org.openorienteering.mapper_608.apk org.openorienteering.mapper 2017-03-08 org.openpetfoodfacts.scanner_37.apk org.openpetfoodfacts.scanner 2017-04-04 org.opensatnav.android_199.apk org.opensatnav.android 2011-01-22 org.opentech_15.apk org.opentech 2015-05-14 +org.osmdroid_31.apk org.osmdroid 2018-04-27 org.osmocom.tacdatabaseclient_1.apk org.osmocom.tacdatabaseclient 2016-04-29 org.pacien.tincapp_1.apk org.pacien.tincapp 2017-05-28 org.pacien.tincapp_2.apk org.pacien.tincapp 2017-07-07 @@ -15087,6 +15546,13 @@ 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.pacien.tincapp_12.apk org.pacien.tincapp 2018-03-23 +org.pacien.tincapp_13.apk org.pacien.tincapp 2018-04-03 +org.pacien.tincapp_14.apk org.pacien.tincapp 2018-04-24 +org.paladyn.mediclog_2.apk org.paladyn.mediclog 2018-03-19 +org.paladyn.mediclog_3.apk org.paladyn.mediclog 2018-03-19 +org.paladyn.mediclog_4.apk org.paladyn.mediclog 2018-03-23 +org.paladyn.mediclog_6.apk org.paladyn.mediclog 2018-04-21 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 @@ -15193,6 +15659,8 @@ 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.primftpd_33.apk org.primftpd 2018-03-15 +org.primftpd_34.apk org.primftpd 2018-04-14 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 @@ -15747,6 +16215,7 @@ 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.proninyaroslav.libretorrent_8.apk org.proninyaroslav.libretorrent 2018-04-17 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 @@ -15843,6 +16312,7 @@ org.quovadit.apps.andof_21.apk org.quovadit.apps.andof 2015-09-17 org.recentwidget_6.apk org.recentwidget 2012-10-10 org.redcross.openmapkit_23.apk org.redcross.openmapkit 2016-11-21 org.retroarch_22.apk org.retroarch 2013-09-29 +org.retroshare.android.qml_app_1.apk org.retroshare.android.qml_app 2018-04-05 org.rmll_6.apk org.rmll 2014-07-04 org.rmll_7.apk org.rmll 2014-07-05 org.rmll_8.apk org.rmll 2015-06-26 @@ -15914,6 +16384,8 @@ 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.newpipe_60.apk org.schabi.newpipe 2018-04-05 +org.schabi.newpipe_61.apk org.schabi.newpipe 2018-04-15 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 @@ -15976,10 +16448,12 @@ org.secuso.privacyfriendlynetmonitor_4.apk org.secuso.privacyfriendlynetmonitor org.secuso.privacyfriendlynetmonitor_5.apk org.secuso.privacyfriendlynetmonitor 2017-03-17 org.secuso.privacyfriendlynetmonitor_6.apk org.secuso.privacyfriendlynetmonitor 2017-03-17 org.secuso.privacyfriendlynetmonitor_7.apk org.secuso.privacyfriendlynetmonitor 2017-10-18 +org.secuso.privacyfriendlynetmonitor_8.apk org.secuso.privacyfriendlynetmonitor 2018-03-31 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.privacyfriendlypasswordgenerator_3.apk org.secuso.privacyfriendlypasswordgenerator 2018-03-23 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 @@ -15994,8 +16468,11 @@ org.secuso.privacyfriendlysudoku_4.apk org.secuso.privacyfriendlysudoku 2017-06- org.secuso.privacyfriendlysudoku_5.apk org.secuso.privacyfriendlysudoku 2017-07-01 org.secuso.privacyfriendlytodolist_1.apk org.secuso.privacyfriendlytodolist 2016-11-22 org.secuso.privacyfriendlytodolist_2.apk org.secuso.privacyfriendlytodolist 2016-11-27 +org.secuso.privacyfriendlytodolist_3.apk org.secuso.privacyfriendlytodolist 2018-03-31 +org.secuso.privacyfriendlytodolist_4.apk org.secuso.privacyfriendlytodolist 2018-04-05 org.secuso.privacyfriendlyweather_1.apk org.secuso.privacyfriendlyweather 2016-11-09 org.secuso.privacyfriendlyweather_2.apk org.secuso.privacyfriendlyweather 2016-11-13 +org.secuso.privacyfriendlyweather_5.apk org.secuso.privacyfriendlyweather 2018-03-19 org.secuso.privacyfriendlyyahtzeedicer_1.apk org.secuso.privacyfriendlyyahtzeedicer 2016-11-04 org.secuso.privacyfriendlyyahtzeedicer_2.apk org.secuso.privacyfriendlyyahtzeedicer 2016-11-13 org.secuso.privacyfriendlyyahtzeedicer_3.apk org.secuso.privacyfriendlyyahtzeedicer 2016-11-21 @@ -16012,6 +16489,7 @@ org.segin.ttleditor_16.apk org.segin.ttleditor 2014-12-13 org.segin.ttleditor_18.apk org.segin.ttleditor 2015-05-03 org.sensors2.osc_1.apk org.sensors2.osc 2017-02-26 org.sensors2.osc_2.apk org.sensors2.osc 2017-03-03 +org.sensors2.osc_3.apk org.sensors2.osc 2018-03-19 org.sensors2.pd_1.apk org.sensors2.pd 2017-03-08 org.servDroid.web_1000300.apk org.servDroid.web 2013-12-15 org.servalproject_1929.apk org.servalproject 2013-02-02 @@ -16029,6 +16507,9 @@ 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.shadowice.flocke.andotp_15.apk org.shadowice.flocke.andotp 2018-03-15 +org.shadowice.flocke.andotp_16.apk org.shadowice.flocke.andotp 2018-03-19 +org.shadowice.flocke.andotp_18.apk org.shadowice.flocke.andotp 2018-04-27 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 @@ -16098,6 +16579,7 @@ 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_142.apk org.smssecure.smssecure 2018-03-26 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 @@ -16106,6 +16588,7 @@ 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.smssecure.smssecure_208.apk org.smssecure.smssecure 2018-03-26 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 @@ -16125,6 +16608,8 @@ org.softeg.slartus.forpdaplus_579.apk org.softeg.slartus.forpdaplus 2016-12-15 org.softeg.slartus.forpdaplus_594.apk org.softeg.slartus.forpdaplus 2017-03-17 org.softeg.slartus.forpdaplus_595.apk org.softeg.slartus.forpdaplus 2017-03-19 org.softeg.slartus.forpdaplus_596.apk org.softeg.slartus.forpdaplus 2017-04-17 +org.sorz.lab.tinykeepass_10.apk org.sorz.lab.tinykeepass 2018-03-26 +org.sorz.lab.tinykeepass_11.apk org.sorz.lab.tinykeepass 2018-04-08 org.sparkleshare.android_1.apk org.sparkleshare.android 2012-01-02 org.spechide.btappnder.whatsapptransmitter_1.apk org.spechide.btappnder.whatsapptransmitter 2015-06-29 org.strawberryforum.pollywog_1.apk org.strawberryforum.pollywog 2017-03-15 @@ -16194,6 +16679,8 @@ org.sufficientlysecure.keychain_48001.apk org.sufficientlysecure.keychain 2017-1 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.keychain_49200.apk org.sufficientlysecure.keychain 2018-03-15 +org.sufficientlysecure.keychain_50001.apk org.sufficientlysecure.keychain 2018-04-20 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 @@ -16385,6 +16872,10 @@ 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.tasks_504.apk org.tasks 2018-03-19 +org.tasks_506.apk org.tasks 2018-03-23 +org.tasks_507.apk org.tasks 2018-04-12 +org.tasks_508.apk org.tasks 2018-04-20 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 @@ -16427,6 +16918,7 @@ 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.telegram.messenger_11575.apk org.telegram.messenger 2018-04-21 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 @@ -16442,12 +16934,24 @@ 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.thosp.yourlocalweather_30.apk org.thosp.yourlocalweather 2018-03-19 +org.thosp.yourlocalweather_31.apk org.thosp.yourlocalweather 2018-03-23 +org.thosp.yourlocalweather_33.apk org.thosp.yourlocalweather 2018-03-23 +org.thosp.yourlocalweather_34.apk org.thosp.yourlocalweather 2018-03-26 +org.thosp.yourlocalweather_35.apk org.thosp.yourlocalweather 2018-03-27 +org.thosp.yourlocalweather_37.apk org.thosp.yourlocalweather 2018-03-31 +org.thosp.yourlocalweather_39.apk org.thosp.yourlocalweather 2018-03-31 +org.thosp.yourlocalweather_41.apk org.thosp.yourlocalweather 2018-04-08 +org.thosp.yourlocalweather_42.apk org.thosp.yourlocalweather 2018-04-14 +org.thosp.yourlocalweather_43.apk org.thosp.yourlocalweather 2018-04-20 +org.thosp.yourlocalweather_44.apk org.thosp.yourlocalweather 2018-04-27 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.tilelessmap.app_4.apk org.tilelessmap.app 2018-03-15 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 @@ -16606,6 +17110,10 @@ 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.myexpenses_319.apk org.totschnig.myexpenses 2018-03-26 +org.totschnig.myexpenses_320.apk org.totschnig.myexpenses 2018-03-26 +org.totschnig.myexpenses_323.apk org.totschnig.myexpenses 2018-04-08 +org.totschnig.myexpenses_324.apk org.totschnig.myexpenses 2018-04-12 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 @@ -16632,6 +17140,7 @@ org.traccar.client_39.apk org.traccar.client 2017-09-03 org.traccar.client_40.apk org.traccar.client 2017-09-14 org.traccar.client_41.apk org.traccar.client 2017-09-24 org.traccar.client_42.apk org.traccar.client 2017-09-27 +org.traccar.client_47.apk org.traccar.client 2018-04-10 org.transdroid.full_210.apk org.transdroid.full 2013-12-09 org.transdroid.full_211.apk org.transdroid.full 2013-12-19 org.transdroid.full_212.apk org.transdroid.full 2014-05-13 @@ -16648,6 +17157,7 @@ org.transdroid.lite_225.apk org.transdroid.lite 2015-11-25 org.transdroid.lite_227.apk org.transdroid.lite 2016-05-21 org.transdroid.lite_228.apk org.transdroid.lite 2017-03-19 org.transdroid.lite_229.apk org.transdroid.lite 2017-11-28 +org.transdroid.lite_230.apk org.transdroid.lite 2018-03-31 org.transdroid.search_9.apk org.transdroid.search 2012-09-07 org.transdroid.search_11.apk org.transdroid.search 2012-10-22 org.transdroid.search_12.apk org.transdroid.search 2013-01-22 @@ -16741,6 +17251,7 @@ 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.tuxpaint_120.apk org.tuxpaint 2018-04-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 @@ -16961,6 +17472,9 @@ 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.walleth_33.apk org.walleth 2018-03-15 +org.walleth_34.apk org.walleth 2018-03-23 +org.walleth_35.apk org.walleth 2018-04-17 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 @@ -17015,6 +17529,8 @@ 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.wikipedia_231.apk org.wikipedia 2018-04-12 +org.wikipedia_232.apk org.wikipedia 2018-04-19 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 @@ -17121,6 +17637,10 @@ 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.trackbook_21.apk org.y20k.trackbook 2018-03-15 +org.y20k.trackbook_22.apk org.y20k.trackbook 2018-03-23 +org.y20k.trackbook_23.apk org.y20k.trackbook 2018-04-12 +org.y20k.trackbook_24.apk org.y20k.trackbook 2018-04-17 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 @@ -17156,6 +17676,8 @@ 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.y20k.transistor_55.apk org.y20k.transistor 2018-04-12 +org.y20k.transistor_56.apk org.y20k.transistor 2018-04-14 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 @@ -17244,6 +17766,7 @@ paulscode.android.mupen64plusae_21.apk paulscode.android.mupen64plusae 2013-03-0 paulscode.android.mupen64plusae_23.apk paulscode.android.mupen64plusae 2013-03-21 paulscode.android.mupen64plusae_361.apk paulscode.android.mupen64plusae 2014-01-20 paulscode.android.mupen64plusae_363.apk paulscode.android.mupen64plusae 2014-01-20 +pc.javier.seguime_4.apk pc.javier.seguime 2018-04-27 pe.moe.nori_6.apk pe.moe.nori 2014-01-07 pe.moe.nori_10.apk pe.moe.nori 2013-12-15 pe.moe.nori_11.apk pe.moe.nori 2014-01-24 @@ -17308,6 +17831,7 @@ player.efis.mfd_1.apk player.efis.mfd 2017-10-13 player.efis.mfd_2.apk player.efis.mfd 2017-10-18 player.efis.mfd_3.apk player.efis.mfd 2017-11-07 player.efis.mfd_4.apk player.efis.mfd 2017-11-24 +player.efis.mfd_5.apk player.efis.mfd 2018-04-08 player.efis.pfd_3.apk player.efis.pfd 2017-03-02 player.efis.pfd_4.apk player.efis.pfd 2017-03-10 player.efis.pfd_6.apk player.efis.pfd 2017-03-15 @@ -17320,6 +17844,7 @@ player.efis.pfd_14.apk player.efis.pfd 2017-09-24 player.efis.pfd_15.apk player.efis.pfd 2017-10-08 player.efis.pfd_16.apk player.efis.pfd 2017-11-07 player.efis.pfd_17.apk player.efis.pfd 2017-11-24 +player.efis.pfd_18.apk player.efis.pfd 2018-04-08 priv.twoerner.brightnesswidget_7.apk priv.twoerner.brightnesswidget 2014-01-07 privacyfriendlyshoppinglist.secuso.org.privacyfriendlyshoppinglist_1.apk privacyfriendlyshoppinglist.secuso.org.privacyfriendlyshoppinglist 2016-11-07 privacyfriendlyshoppinglist.secuso.org.privacyfriendlyshoppinglist_2.apk privacyfriendlyshoppinglist.secuso.org.privacyfriendlyshoppinglist 2016-11-21 @@ -17393,6 +17918,7 @@ 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.card_locker_27.apk protect.card_locker 2018-03-15 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 @@ -17405,6 +17931,10 @@ 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 +protect.videoeditor_4.apk protect.videoeditor 2018-03-15 +protect.videoeditor_5.apk protect.videoeditor 2018-03-19 +protect.videoeditor_6.apk protect.videoeditor 2018-03-31 +protect.videoeditor_7.apk protect.videoeditor 2018-04-03 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 @@ -17523,12 +18053,16 @@ 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.henridellal.emerald_33.apk ru.henridellal.emerald 2018-03-15 +ru.henridellal.emerald_34.apk ru.henridellal.emerald 2018-03-26 +ru.henridellal.emerald_35.apk ru.henridellal.emerald 2018-04-27 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 ru.meefik.busybox_29.apk ru.meefik.busybox 2017-06-23 ru.meefik.busybox_32.apk ru.meefik.busybox 2017-08-14 ru.meefik.busybox_34.apk ru.meefik.busybox 2017-08-28 +ru.meefik.busybox_36.apk ru.meefik.busybox 2018-04-24 ru.moscow.tuzlukov.sergey.weatherlog_1.apk ru.moscow.tuzlukov.sergey.weatherlog 2015-02-10 ru.moscow.tuzlukov.sergey.weatherlog_3.apk ru.moscow.tuzlukov.sergey.weatherlog 2015-03-07 ru.neverdark.silentnight_6.apk ru.neverdark.silentnight 2013-12-11 @@ -17607,6 +18141,11 @@ 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.easer_59.apk ryey.easer 2018-03-15 +ryey.easer_60.apk ryey.easer 2018-03-23 +ryey.easer_61.apk ryey.easer 2018-03-31 +ryey.easer_62.apk ryey.easer 2018-04-10 +ryey.easer_63.apk ryey.easer 2018-04-27 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 @@ -17630,6 +18169,7 @@ se.embargo.retroboy_44.apk se.embargo.retroboy 2017-06-17 se.erikofsweden.findmyphone_10.apk se.erikofsweden.findmyphone 2012-09-07 se.erikofsweden.findmyphone_11.apk se.erikofsweden.findmyphone 2012-11-09 se.erikofsweden.findmyphone_12.apk se.erikofsweden.findmyphone 2013-07-01 +se.erikofsweden.findmyphone_13.apk se.erikofsweden.findmyphone 2018-03-15 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 @@ -17869,6 +18409,7 @@ us.feras.mdv.demo_1.apk us.feras.mdv.demo 2015-03-02 us.feras.mdv.demo_2.apk us.feras.mdv.demo 2016-05-26 us.koller.cameraroll_33.apk us.koller.cameraroll 2017-10-29 us.koller.cameraroll_34.apk us.koller.cameraroll 2017-12-04 +us.koller.cameraroll_35.apk us.koller.cameraroll 2018-03-26 us.lindanrandy.cidrcalculator_115.apk us.lindanrandy.cidrcalculator 2012-01-21 us.lindanrandy.cidrcalculator_118.apk us.lindanrandy.cidrcalculator 2012-01-28 us.lindanrandy.cidrcalculator_119.apk us.lindanrandy.cidrcalculator 2013-11-04 @@ -20029,6 +20570,7 @@ vocabletrainer.heinecke.aron.vocabletrainer_10.apk vocabletrainer.heinecke.aron. vocabletrainer.heinecke.aron.vocabletrainer_11.apk vocabletrainer.heinecke.aron.vocabletrainer 2017-12-04 vocabletrainer.heinecke.aron.vocabletrainer_12.apk vocabletrainer.heinecke.aron.vocabletrainer 2018-01-15 vocabletrainer.heinecke.aron.vocabletrainer_13.apk vocabletrainer.heinecke.aron.vocabletrainer 2018-01-21 +vocabletrainer.heinecke.aron.vocabletrainer_14.apk vocabletrainer.heinecke.aron.vocabletrainer 2018-03-19 vu.de.urpool.quickdroid_31.apk vu.de.urpool.quickdroid 2011-01-27 vu.de.urpool.quickdroid_37.apk vu.de.urpool.quickdroid 2011-03-10 vu.de.urpool.quickdroid_38.apk vu.de.urpool.quickdroid 2011-05-16 @@ -20055,8 +20597,10 @@ 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 +wsdfhjxc.taponium_2.apk wsdfhjxc.taponium 2018-03-19 wseemann.media.romote_8.apk wseemann.media.romote 2017-10-03 wseemann.media.romote_9.apk wseemann.media.romote 2018-02-16 +wseemann.media.romote_10.apk wseemann.media.romote 2018-04-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 diff --git a/stats/latestapps.txt b/stats/latestapps.txt index 083e1e9c1d..ad39faf905 100644 --- a/stats/latestapps.txt +++ b/stats/latestapps.txt @@ -1,10 +1,10 @@ -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 +pc.javier.seguime +org.osmdroid +de.digisocken.reotwe +com.wireguard.android +com.mattermost.mattermost +org.c_base.c_beam +com.google.android.accessibility.talkback +com.android.talkback +org.eu.exodus_privacy.exodusprivacy +com.dp.logcatapp diff --git a/stats/licenses.txt b/stats/licenses.txt index 8143104c33..26e1734109 100644 --- a/stats/licenses.txt +++ b/stats/licenses.txt @@ -1,23 +1,24 @@ -GPL-3.0 966 -Apache-2.0 565 -GPL-3.0+ 309 -MIT 285 -GPL-2.0 143 -GPL-2.0+ 92 +GPL-3.0 973 +Apache-2.0 572 +GPL-3.0+ 312 +MIT 286 +GPL-2.0 141 +GPL-2.0+ 94 BSD-3-Clause 42 AGPL-3.0 28 MPL-2.0 22 -LGPL-3.0 16 +LGPL-3.0 15 +WTFPL 15 +AGPL-3.0+ 14 BSD-2-Clause-FreeBSD 14 -WTFPL 14 -AGPL-3.0+ 13 PublicDomain 12 +Unlicense 9 ISC 8 LGPL-2.1 7 -Unlicense 7 Artistic-2.0 4 BSD-2-Clause 3 CC-BY-SA-3.0 3 +EPL-1.0 3 LGPL-2.1+ 3 Beerware 2 CC-BY-4.0 2 @@ -27,7 +28,6 @@ CC0-1.0 2 MirOS 2 Zlib 2 BSD-2-Clause-NetBSD 1 -EPL-1.0 1 EUPL-1.1 1 Fair 1 MIT-CMU 1 diff --git a/stats/repotypes.txt b/stats/repotypes.txt index efbb55c2f8..80ab50cb7c 100644 --- a/stats/repotypes.txt +++ b/stats/repotypes.txt @@ -1,4 +1,4 @@ -git 2366 +git 2389 git-svn 132 hg 56 bzr 18 diff --git a/stats/update_check_modes.txt b/stats/update_check_modes.txt index bbef5fa310..f275bb398d 100644 --- a/stats/update_check_modes.txt +++ b/stats/update_check_modes.txt @@ -1,5 +1,5 @@ -Tags 1330 -RepoManifest 798 -Static 236 -None 200 -HTTP 15 +Tags 1352 +RepoManifest 796 +Static 238 +None 202 +HTTP 14