diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0f53fc1889..c0b99d75d2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,8 +33,25 @@ lint:
}
- apt-get -qy update
- apt-get -qy install --no-install-recommends exiftool
- - exiftool -all= `find metadata/ -name '*.jp*g' -o -name '*.png'`
+ - find metadata/ -name '*.jp*g' -o -name '*.png' | xargs exiftool -all=
- 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
+ - ./tools/check-keyalias-collision.py || export EXITVALUE=1
- exit $EXITVALUE
+
+pages:
+ image: ruby:2.3
+ stage: deploy
+ only:
+ - schedules
+ cache:
+ paths:
+ - vendor/ruby
+ artifacts:
+ paths:
+ - public
+ script:
+ - rm -rf public
+ - gem install git_stats
+ - git_stats generate --silent --out-path=public
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0cfc1f6a4a..0367a2bcd8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -90,3 +90,42 @@ to appear in our repository.
* If you haven't tested your build, say so in the merge request.
* Check for CI errors once you have opened your Merge Request
+
+
+### After You Added Your App
+
+- Once your app metadata is merged, it can take a day or more for the
+ build system to build the app.
+- If you have enabled [auto-updates], F-Droid will build new versions from tags
+ automatically.
+
+ ```
+ Auto Update Mode:Version v%v
+ Update Check Mode:Tags
+ ```
+- You may like to add [localization and screenshots], so users can have a glance
+ at the app in pictures and in their preferred language.
+- You can advertise the download of your app in this app store using the
+ [official grafic][get-it-on-fdroid].
+
+
+ ```
+
+ ```
+- You can add a badge of your apps F-Droid version from [shields.io].
+ 
+ ```
+ https://img.shields.io/f-droid/v/APP.ID.svg
+ ```
+ You can also include a GitHub release badge to know if your version is
+ up to date.
+ 
+ ```
+ https://img.shields.io/github/release/USER/REPO.svg?logo=github
+ ```
+
+
+[localization and screenshots]: https://fdroid.gitlab.io/fdroid-website/docs/All_About_Descriptions_Graphics_and_Screenshots/
+[get-it-on-fdroid]: https://f-droid.org/badge/get-it-on.png
+[auto-updates]: https://f-droid.org/en/docs/Build_Metadata_Reference/#Auto-Update-Mode
+[shields.io]: https://shields.io/#/examples/version
diff --git a/README.md b/README.md
index 5b5196c1c1..8615b3f0dc 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
# F-Droid Data
-[](https://gitlab.com/fdroid/fdroiddata/builds)
-[](https://liberapay.com/F-Droid-Data/)
+[](https://gitlab.com/fdroid/fdroiddata/builds)
+[
+ ](https://liberapay.com/F-Droid-Data/)
**[Current Buildserver Activity](https://f-droid.org/wiki/index.php?title=Special:RecentChanges&days=7&from=&hidebots=0&hideanons=1&hideliu=1&limit=500)**
This repository holds general and build information for all the apps on our
diff --git a/metadata/An.stop.txt b/metadata/An.stop.txt
index 3c569dada4..8807cac997 100644
--- a/metadata/An.stop.txt
+++ b/metadata/An.stop.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/jdmonin/anstop
Issue Tracker:https://github.com/jdmonin/anstop/issues
diff --git a/metadata/a2dp.Vol.txt b/metadata/a2dp.Vol.txt
index f8115e8231..544824b9c6 100644
--- a/metadata/a2dp.Vol.txt
+++ b/metadata/a2dp.Vol.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/jroal/a2dpvolume/blob/HEAD/README.asciidoc
Source Code:https://github.com/jroal/a2dpvolume
Issue Tracker:https://github.com/jroal/a2dpvolume/issues
@@ -130,5 +130,5 @@ Build:2.12.9.2,137
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:2.12.9.4
-Current Version Code:139
+Current Version:2.12.9.5
+Current Version Code:141
diff --git a/metadata/aarddict.android.txt b/metadata/aarddict.android.txt
index 50aa6078c6..5ecba28818 100644
--- a/metadata/aarddict.android.txt
+++ b/metadata/aarddict.android.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://aarddict.org
Source Code:https://github.com/aarddict/android
Issue Tracker:https://github.com/aarddict/android/issues
diff --git a/metadata/akk.astro.droid.moonphase.txt b/metadata/akk.astro.droid.moonphase.txt
index f6204fcb63..11a0ad1dc0 100644
--- a/metadata/akk.astro.droid.moonphase.txt
+++ b/metadata/akk.astro.droid.moonphase.txt
@@ -1,5 +1,5 @@
Categories:Multimedia,Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/andviane/moon
Issue Tracker:https://github.com/andviane/moon/issues
diff --git a/metadata/am.ed.exportcontacts.txt b/metadata/am.ed.exportcontacts.txt
index 8d7407cc35..3d2d8eaedb 100644
--- a/metadata/am.ed.exportcontacts.txt
+++ b/metadata/am.ed.exportcontacts.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://ed.am/dev/android/export-contacts
Source Code:http://bzr.ed.am/android/export-contacts
Issue Tracker:http://dev.ed.am/export-contacts
diff --git a/metadata/am.ed.importcontacts.txt b/metadata/am.ed.importcontacts.txt
index f655a60f14..28f3bf40b1 100644
--- a/metadata/am.ed.importcontacts.txt
+++ b/metadata/am.ed.importcontacts.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://ed.am/dev/android/import-contacts
Source Code:http://bzr.ed.am/android/import-contacts
Issue Tracker:http://dev.ed.am/import-contacts
diff --git a/metadata/android.androidVNC.txt b/metadata/android.androidVNC.txt
index fc89b48724..96287e8ab1 100644
--- a/metadata/android.androidVNC.txt
+++ b/metadata/android.androidVNC.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:
Source Code:https://github.com/antlersoft/android-vnc-viewer
Issue Tracker:https://github.com/antlersoft/android-vnc-viewer/issues
@@ -7,7 +7,11 @@ Issue Tracker:https://github.com/antlersoft/android-vnc-viewer/issues
Auto Name:androidVNC
Summary:VNC (remote desktop) viewer
Description:
-A VNC (Virtual Network Computing) client.
+A VNC (Virtual Network Computing) client: See and control your computer's
+desktop from your device. androidVNC lets you connect to most VNC servers: incl
+TightVNC, RealVNC on Win and Linux, x11vnc, and Apple Remote Desktop on OS/X.
+Lots of customizable features let you adapt the way your device controls map to
+the controls of your desktop.
.
Repo Type:git
@@ -19,5 +23,5 @@ Build:0.5.0,13
Auto Update Mode:None
Update Check Mode:RepoManifest/antlersoft
-Current Version:0.5.0
+Current Version:0.6.0
Current Version Code:13
diff --git a/metadata/android.game.prboom.txt b/metadata/android.game.prboom.txt
index 2adfc9f8c6..cef66cabc9 100644
--- a/metadata/android.game.prboom.txt
+++ b/metadata/android.game.prboom.txt
@@ -1,7 +1,7 @@
Categories:Games
-License:GPL-3.0
-Web Site:https://code.google.com/p/prboom4android
-Source Code:https://code.google.com/p/prboom4android/source
+License:GPL-3.0-only
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:PrBoom For Android
@@ -20,9 +20,6 @@ You will need a WAD file (Doom game data file) to play, you will be offered to
download one of free WAD files by the game on first run.
.
-Repo Type:git-svn
-Repo:https://prboom4android.googlecode.com/svn/trunk
-
Build:1.3.1-beta,31
commit=49
buildjni=yes
@@ -31,3 +28,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:1.3.1-beta
Current Version Code:31
+
+No Source Since:1.3.2
diff --git a/metadata/android.tether.txt b/metadata/android.tether.txt
index 32a2100f21..8a58e0cf0b 100644
--- a/metadata/android.tether.txt
+++ b/metadata/android.tether.txt
@@ -1,6 +1,6 @@
Disabled:Prebuilts
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/android-wifi-tether
Source Code:https://code.google.com/p/android-wifi-tether/source
Issue Tracker:
diff --git a/metadata/anupam.acrylic.txt b/metadata/anupam.acrylic.txt
index 2cee616706..f5b4c8acb9 100644
--- a/metadata/anupam.acrylic.txt
+++ b/metadata/anupam.acrylic.txt
@@ -1,5 +1,5 @@
Categories:Graphics
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/valerio-bozzolan/AcrylicPaint/blob/HEAD/README.md
Source Code:https://github.com/valerio-bozzolan/AcrylicPaint
Issue Tracker:https://github.com/valerio-bozzolan/AcrylicPaint/issues
diff --git a/metadata/app.easytoken.txt b/metadata/app.easytoken.txt
index 80828fb955..16065ade5f 100644
--- a/metadata/app.easytoken.txt
+++ b/metadata/app.easytoken.txt
@@ -1,5 +1,5 @@
Categories:Security
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://forum.xda-developers.com/android/apps-games/app-easy-token-source-securid-token-t2805507
Source Code:https://github.com/cernekee/EasyToken
Issue Tracker:https://github.com/cernekee/EasyToken/issues
diff --git a/metadata/app.librenews.io.librenews.txt b/metadata/app.librenews.io.librenews.txt
index f2c58e1ddd..fc82872ad4 100644
--- a/metadata/app.librenews.io.librenews.txt
+++ b/metadata/app.librenews.io.librenews.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://librenews.io/
Source Code:https://github.com/milesmcc/LibreNews-Android
Issue Tracker:https://github.com/milesmcc/LibreNews-Android/issues
diff --git a/metadata/app.openconnect.txt b/metadata/app.openconnect.txt
index e7c8e61fef..4cb0756fb7 100644
--- a/metadata/app.openconnect.txt
+++ b/metadata/app.openconnect.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://forum.xda-developers.com/showthread.php?t=2616121
Source Code:https://github.com/cernekee/ics-openconnect
Issue Tracker:https://github.com/cernekee/ics-openconnect/issues
diff --git a/metadata/app.reading.stoic.stoicreading.txt b/metadata/app.reading.stoic.stoicreading.txt
new file mode 100644
index 0000000000..8a2cf0e1f5
--- /dev/null
+++ b/metadata/app.reading.stoic.stoicreading.txt
@@ -0,0 +1,62 @@
+Categories:Reading
+License:GPL-3.0-or-later
+Author Name:Paul Hill
+Web Site:https://github.com/zikalify/StoicReading
+Source Code:https://github.com/zikalify/StoicReading
+Issue Tracker:https://github.com/zikalify/StoicReading/issues
+
+Auto Name:Stoic Reading
+Summary:Consolidation of Stoic texts
+Description:
+This app contains texts from Stoics including those of Emperor Marcus Aurelius,
+the freed slave Epictetus, and Seneca. It contains other, less well known, Stoic
+texts too.
+.
+
+Repo Type:git
+Repo:https://github.com/zikalify/StoicReading
+
+Build:0.7.1,4
+ commit=0.7.1
+ subdir=app
+ gradle=yes
+
+Build:0.8.0,5
+ commit=0.8.0
+ subdir=app
+ gradle=yes
+
+Build:0.8.2,7
+ commit=0.8.2
+ subdir=app
+ gradle=yes
+
+Build:0.8.3,8
+ commit=0.8.3
+ subdir=app
+ gradle=yes
+
+Build:0.8.5,10
+ commit=0.8.5
+ subdir=app
+ gradle=yes
+
+Build:0.8.6,11
+ commit=0.8.6
+ subdir=app
+ gradle=yes
+
+Build:0.8.7,12
+ commit=0.8.7
+ subdir=app
+ gradle=yes
+
+Build:0.9.0,15
+ commit=0.9.0
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags ^[0-9.]+$
+Current Version:0.9.0
+Current Version Code:15
diff --git a/metadata/app.varlorg.unote.txt b/metadata/app.varlorg.unote.txt
index e6ebf5350f..17e8402c8b 100644
--- a/metadata/app.varlorg.unote.txt
+++ b/metadata/app.varlorg.unote.txt
@@ -1,8 +1,9 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/Varlorg/uNote
Source Code:https://gitlab.com/Varlorg/uNote/tree/HEAD
Issue Tracker:https://gitlab.com/Varlorg/uNote/issues
+Changelog:https://gitlab.com/Varlorg/uNote/tags
Auto Name:uNote
Summary:Lightweight and minimalist notepad
@@ -93,7 +94,27 @@ Build:1.4.1,15
subdir=app
gradle=yes
+Build:1.4.2,16
+ commit=v1.4.2
+ subdir=app
+ gradle=yes
+
+Build:1.4.3,17
+ commit=v1.4.3
+ subdir=app
+ gradle=yes
+
+Build:1.4.4,18
+ commit=v1.4.4
+ subdir=app
+ gradle=yes
+
+Build:1.5.0,19
+ commit=v1.5.0
+ 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.5.0
+Current Version Code:19
diff --git a/metadata/apps.amine.bou.readerforselfoss.txt b/metadata/apps.amine.bou.readerforselfoss.txt
new file mode 100644
index 0000000000..8990d1c84b
--- /dev/null
+++ b/metadata/apps.amine.bou.readerforselfoss.txt
@@ -0,0 +1,78 @@
+Categories:Reading,Internet
+License:GPL-3.0-only
+Web Site:
+Source Code:https://github.com/aminecmi/ReaderforSelfoss
+Issue Tracker:https://github.com/aminecmi/ReaderforSelfoss/issues
+
+Auto Name:Reader for Selfoss
+Summary:RSS reader for Selfoss
+Description:
+A new RSS reader for [http://selfoss.aditu.de/ selfoss].
+
+It connects to your selfoss instance (works only with selfoss, and can't work
+without it), and you'll be able to read and manage all your RSS feeds.
+.
+
+Repo Type:git
+Repo:https://github.com/aminecmi/ReaderforSelfoss.git
+
+Build:1618051512-github,1618051512
+ disable=Could not find com.mikepenz:materialdrawer:6.0.1
+ commit=v1618051512
+ subdir=app
+ gradle=githubConfig
+ gradleprops=appLoginUrl="URL",appLoginUsername="LOGIN",appLoginPassword="PASS"
+
+Build:1618071881-github,1618071881
+ commit=v1618071881
+ subdir=app
+ gradle=githubConfig
+ gradleprops=appLoginUrl="URL",appLoginUsername="LOGIN",appLoginPassword="PASS"
+
+Build:1618082151-github,1618082151
+ commit=v1618082151
+ subdir=app
+ gradle=githubConfig
+ gradleprops=appLoginUrl="URL",appLoginUsername="LOGIN",appLoginPassword="PASS"
+
+Build:1618092531-github,1618092531
+ commit=v1618092531
+ subdir=app
+ gradle=githubConfig
+ gradleprops=appLoginUrl="URL",appLoginUsername="LOGIN",appLoginPassword="PASS"
+
+Build:1618092581-github,1618092581
+ commit=v1618092581
+ subdir=app
+ gradle=githubConfig
+ gradleprops=appLoginUrl="URL",appLoginUsername="LOGIN",appLoginPassword="PASS"
+
+Build:1618092641-github,1618092641
+ commit=v1618092641
+ subdir=app
+ gradle=githubConfig
+ gradleprops=appLoginUrl="URL",appLoginUsername="LOGIN",appLoginPassword="PASS"
+
+Build:1618092681-github,1618092681
+ commit=v1618092681
+ subdir=app
+ gradle=githubConfig
+ gradleprops=appLoginUrl="URL",appLoginUsername="LOGIN",appLoginPassword="PASS"
+
+Build:1618092731-github,1618092731
+ commit=v1618092731
+ subdir=app
+ gradle=githubConfig
+ gradleprops=appLoginUrl="URL",appLoginUsername="LOGIN",appLoginPassword="PASS"
+
+Maintainer Notes:
+Version code and name are dynamically generated from the Git tag.
+
+The Gradle properties are added to avoid a Gradle error but they are only used in test builds.
+.
+
+Auto Update Mode:Version v%c
+Update Check Mode:HTTP
+Update Check Data:https://www.amine-bou.fr/version.txt|versionCode=(.*)|.|versionName=(.*)
+Current Version:1618092731-github
+Current Version Code:1618092731
diff --git a/metadata/apps.babycaretimer.txt b/metadata/apps.babycaretimer.txt
index 409549abf1..b8649b304e 100644
--- a/metadata/apps.babycaretimer.txt
+++ b/metadata/apps.babycaretimer.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://sites.google.com/site/babycaretimer/
Source Code:https://code.google.com/p/baby-care-timer/source
Issue Tracker:
diff --git a/metadata/apps.droidnotify.txt b/metadata/apps.droidnotify.txt
index 210ba2e921..aabf92138a 100644
--- a/metadata/apps.droidnotify.txt
+++ b/metadata/apps.droidnotify.txt
@@ -1,8 +1,8 @@
AntiFeatures:NonFreeAdd
Categories:System
-License:GPL-3.0
-Web Site:https://sites.google.com/site/notifyapplication
-Source Code:https://code.google.com/p/droid-notify/source
+License:GPL-3.0-only
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:Notify Lite
@@ -20,9 +20,6 @@ Status: Newer versions have been published by the author but without source
code.
.
-Repo Type:git-svn
-Repo:https://droid-notify.googlecode.com/svn/trunk
-
Build:2.20,27
commit=707
srclibs=FacebookSDK@c58af0b
@@ -143,3 +140,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:3.29.2
Current Version Code:67
+
+No Source Since:3.29.3
diff --git a/metadata/apps.jizzu.simpletodo.yml b/metadata/apps.jizzu.simpletodo.yml
new file mode 100644
index 0000000000..3dcd3a2ba5
--- /dev/null
+++ b/metadata/apps.jizzu.simpletodo.yml
@@ -0,0 +1,38 @@
+Categories:
+ - Time
+License: MIT
+AuthorName: Ilya Ponomarenko
+SourceCode: https://github.com/Jizzu/SimpleToDo
+IssueTracker: https://github.com/Jizzu/SimpleToDo/issues
+Changelog: https://github.com/Jizzu/SimpleToDo/releases
+
+AutoName: Simple ToDo
+Summary: To-Do / Task list with beautiful minimalistic design and reminders
+Description: |-
+ ''Simple ToDo'' will help manage your daily tasks and don't forget about
+ important things!
+
+ '''Key Features:'''
+
+ * Simple ToDo is completely free, doesn't contain built-in purchases and annoying advertising.
+ * The application is made in the style of material design by Google with smooth and pleasant animations.
+ * This app has a reminder feature which helps you never forget important things.
+ * With built-in search, you can easily find any task you need in a couple of seconds.
+ * Offers backup and restore functionality.
+ * Drag'n'drop and Swipe to dismiss helps you quick and easily manage all your tasks.
+
+RepoType: git
+Repo: https://github.com/Jizzu/SimpleToDo
+
+Builds:
+ - versionName: '1.1'
+ versionCode: 5
+ commit: '1.1'
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version %v
+UpdateCheckMode: Tags
+CurrentVersion: '1.1'
+CurrentVersionCode: 5
diff --git a/metadata/ar.com.tristeslostrestigres.diasporanativewebapp.txt b/metadata/ar.com.tristeslostrestigres.diasporanativewebapp.txt
index b26dbb2f50..fdbbbc7582 100644
--- a/metadata/ar.com.tristeslostrestigres.diasporanativewebapp.txt
+++ b/metadata/ar.com.tristeslostrestigres.diasporanativewebapp.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/martinchodev/Diaspora-Native-WebApp/blob/HEAD/README.md
Source Code:https://github.com/martinchodev/Diaspora-Native-WebApp
Issue Tracker:https://github.com/martinchodev/Diaspora-Native-WebApp/issues
diff --git a/metadata/ar.com.tristeslostrestigres.redpanal.txt b/metadata/ar.com.tristeslostrestigres.redpanal.txt
index e3f64a2265..e3ce2eddd1 100644
--- a/metadata/ar.com.tristeslostrestigres.redpanal.txt
+++ b/metadata/ar.com.tristeslostrestigres.redpanal.txt
@@ -1,5 +1,5 @@
Categories:Multimedia,Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/martinchodev/RedPanal-Android-WebApp
Issue Tracker:https://github.com/martinchodev/RedPanal-Android-WebApp/issues
diff --git a/metadata/ar.rulosoft.mimanganu.txt b/metadata/ar.rulosoft.mimanganu.txt
index e88c9fe497..1ddf868e67 100644
--- a/metadata/ar.rulosoft.mimanganu.txt
+++ b/metadata/ar.rulosoft.mimanganu.txt
@@ -607,11 +607,47 @@ Build:1.83,83
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.84,84
+ commit=1.84
+ 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.86,86
+ commit=1.86
+ 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.89,89
+ commit=1.89
+ subdir=app
+ gradle=fdroid
+ srclibs=RapidDecoder@7cdfca4
+ prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
+ sed -i -e '/rapid.decoder/d' -e '/githubImplementation/d' -e '/versionNameSuffix/d' build.gradle && \
+ sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
+
+Build:1.90,90
+ commit=1.90
+ subdir=app
+ gradle=fdroid
+ srclibs=RapidDecoder@7cdfca4
+ prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
+ sed -i -e '/rapid.decoder/d' -e '/githubImplementation/d' -e '/versionNameSuffix/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.
.
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.83
-Current Version Code:83
+Current Version:1.90-fdroid
+Current Version Code:90
diff --git a/metadata/arity.calculator.txt b/metadata/arity.calculator.txt
index ad48e7d184..1593bacfb2 100644
--- a/metadata/arity.calculator.txt
+++ b/metadata/arity.calculator.txt
@@ -1,7 +1,7 @@
Categories:Science & Education
License:Apache-2.0
-Web Site:https://code.google.com/p/arity-calculator
-Source Code:https://code.google.com/p/arity-calculator/source
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:Arity
@@ -11,14 +11,13 @@ Scientific calculator with complex numbers and graphing of user-defined
functions.
.
-Repo Type:hg
-Repo:https://code.google.com/p/arity-calculator
-
Build:1.27,27
commit=ad8847de5df0
target=android-8
Auto Update Mode:None
-Update Check Mode:Static
+Update Check Mode:None
Current Version:1.27
Current Version Code:27
+
+No Source Since:1.28
diff --git a/metadata/at.bitfire.cadroid.txt b/metadata/at.bitfire.cadroid.txt
index 042a79c09a..5c2b6d2b17 100644
--- a/metadata/at.bitfire.cadroid.txt
+++ b/metadata/at.bitfire.cadroid.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Author Web Site:https://www.bitfire.at
Web Site:http://cadroid.bitfire.at
Source Code:https://github.com/bitfireAT/cadroid
diff --git a/metadata/at.bitfire.davdroid.mirakel.txt b/metadata/at.bitfire.davdroid.mirakel.txt
index 9eecd2fcfc..e31bacc28b 100644
--- a/metadata/at.bitfire.davdroid.mirakel.txt
+++ b/metadata/at.bitfire.davdroid.mirakel.txt
@@ -1,6 +1,6 @@
Disabled:Wait for davdroid-mainline
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://mirakel.azapps.de
Source Code:https://github.com/MirakelX/davdroid
Issue Tracker:https://mirakel.atlassian.net/issues
diff --git a/metadata/at.bitfire.davdroid.txt b/metadata/at.bitfire.davdroid.txt
index 62db3500d5..fb24bd7222 100644
--- a/metadata/at.bitfire.davdroid.txt
+++ b/metadata/at.bitfire.davdroid.txt
@@ -1,11 +1,12 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://www.davdroid.com/
Source Code:https://www.davdroid.com/source/
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,91 @@ 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
+
+Build:1.11.1-ose,214
+ commit=v1.11.1-ose
+ subdir=app
+ submodules=yes
+ gradle=standard
+
+Build:1.11.2-ose,218
+ commit=v1.11.2-ose
+ subdir=app
+ submodules=yes
+ gradle=standard
+
+Build:1.11.4-beta4-ose,228
+ commit=v1.11.4-beta4-ose
+ subdir=app
+ submodules=yes
+ gradle=standard
+
+Build:1.11.4-ose,229
+ commit=v1.11.4-ose
+ subdir=app
+ submodules=yes
+ gradle=standard
+
+Build:1.11.4.1-ose,231
+ commit=v1.11.4.1-ose
+ subdir=app
+ submodules=yes
+ gradle=standard
+
+Build:1.11.5-ose,233
+ commit=v1.11.5-ose
+ subdir=app
+ submodules=yes
+ gradle=standard
+
+Build:1.12-beta1-ose,236
+ commit=v1.12-beta1-ose
+ subdir=app
+ submodules=yes
+ gradle=standard
+
+Build:1.12-beta3-ose,238
+ commit=v1.12-beta3-ose
+ subdir=app
+ submodules=yes
+ gradle=standard
+
+Build:2.0-ose,241
+ commit=v2.0-ose
+ subdir=app
+ submodules=yes
+ gradle=standard
+
+Build:2.0.1-ose,242
+ commit=v2.0.1-ose
+ subdir=app
+ submodules=yes
+ gradle=standard
+
+Build:2.0.2-ose,243
+ commit=v2.0.2-ose
+ subdir=app
+ submodules=yes
+ gradle=standard
+
+Build:2.0.3-ose,244
+ commit=v2.0.3-ose
+ subdir=app
+ submodules=yes
+ gradle=standard
+
+Build:2.0.4-ose,245
+ commit=v2.0.4-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:2.0.4-ose
+Current Version Code:245
diff --git a/metadata/at.bitfire.devicelocator.txt b/metadata/at.bitfire.devicelocator.txt
new file mode 100644
index 0000000000..81a926858d
--- /dev/null
+++ b/metadata/at.bitfire.devicelocator.txt
@@ -0,0 +1,22 @@
+Categories:Phone & SMS,System
+License:GPL-3.0-only
+Web Site:https://gitlab.com/rfc2822/device-locator
+Source Code:https://gitlab.com/rfc2822/device-locator
+Issue Tracker:
+Changelog:https://gitlab.com/rfc2822/device-locator/tags
+Donate:https://gitlab.com/rfc2822/device-locator#donations
+
+Auto Name:Device Locator
+
+Repo Type:git
+Repo:https://gitlab.com/rfc2822/device-locator.git
+
+Build:1.2,3
+ commit=v1.2
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags ^v[0-9.]+$
+Current Version:1.2
+Current Version Code:3
diff --git a/metadata/at.bitfire.gfxtablet.txt b/metadata/at.bitfire.gfxtablet.txt
index 9ff4ce285f..88f4ef54a9 100644
--- a/metadata/at.bitfire.gfxtablet.txt
+++ b/metadata/at.bitfire.gfxtablet.txt
@@ -13,6 +13,20 @@ GfxTablet makes it possible to use your device (especially tablets) like a
graphics tablet, sending touch data (including pressure!) to any compatible
(e.g. GNU/Linux) computer. Requires running the uinput driver on your PC (see
website for details).
+
+'''Features:'''
+
+* Draw and Paint in all of your Desktop applications (i.e. GIMP!)
+* 10.000 pressure sensitivity levels!
+* Navigate the DesktopPC display by hovering it with your Stylus Pen
+* Switch to StylusPen only painting (no interruption by your touching the device with your hand)
+* Display mapping (your device' screen will be scaled to map your Desktop PC resolution
+* Native full-screen drawing mode
+* Enhanced grid on your canvas to help with positioning
+* Load an image template to your canvas to learn drawing!
+* Wireless connection via WiFi
+* Low network traffic (3 kB/s)
+* Realtime painting!
.
Repo Type:git
diff --git a/metadata/at.bitfire.icsdroid.txt b/metadata/at.bitfire.icsdroid.txt
index 6fb633020b..bcf712185e 100644
--- a/metadata/at.bitfire.icsdroid.txt
+++ b/metadata/at.bitfire.icsdroid.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://icsdroid.bitfire.at/
Source Code:https://icsdroid.bitfire.at/source/
Issue Tracker:https://icsdroid.bitfire.at/forums/
@@ -103,7 +103,31 @@ Build:1.5.4,18
submodules=yes
gradle=yes
+Build:1.5.5,19
+ commit=v1.5.5
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:1.5.6,21
+ commit=v1.5.6
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:1.5.7,22
+ commit=v1.5.7
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:1.6,24
+ commit=v1.6
+ subdir=app
+ submodules=yes
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.5.4
-Current Version Code:18
+Current Version:1.6
+Current Version Code:24
diff --git a/metadata/at.bitfire.nophonespam.txt b/metadata/at.bitfire.nophonespam.txt
index 3581554f05..3b239abf91 100644
--- a/metadata/at.bitfire.nophonespam.txt
+++ b/metadata/at.bitfire.nophonespam.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://gitlab.com/bitfireAT/NoPhoneSpam/
Issue Tracker:
@@ -11,6 +11,25 @@ Auto Name:NoPhoneSpam
Summary:Block unwanted calls
Description:
Block calls from annoying or private numbers on your Android device.
+
+NoPhoneSpam suppresses unwanted calls. Get rid of phone spam and people you
+don't want to talk with. Just block them. You can determine if you want to see
+that someone called or even block any notification. NoPhoneSpam is focused on
+simplicity! It's not cluttered with hundreds of unused features and we don't use
+any ads.
+
+'''Features:'''
+
+* Block incoming calls
+* Use special syntax to block countries or providers or parts of numbers
+* Add, update and delete numbers
+* Manage notifications
+* Simple logging of numbers
+* Block calls with suppressed numbers
+
+NoPhoneSpam is NOT intended as a feature-rich call-spam fighting app, but as a
+replacement for Android's missing call blocking feature. If you have Android 6+,
+you don't need this app, because call blocking should be supported natively!
.
Repo Type:git
diff --git a/metadata/at.dasz.KolabDroid.txt b/metadata/at.dasz.KolabDroid.txt
index 6f438b3c87..4ceef4a75f 100644
--- a/metadata/at.dasz.KolabDroid.txt
+++ b/metadata/at.dasz.KolabDroid.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/kolab-android
Source Code:https://gitorious.org/kolab-android/kolab-android
Issue Tracker:
diff --git a/metadata/at.fhhgb.mc.swip.txt b/metadata/at.fhhgb.mc.swip.txt
index 4313e9d89a..97ec3fe3a5 100644
--- a/metadata/at.fhhgb.mc.swip.txt
+++ b/metadata/at.fhhgb.mc.swip.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://bitbucket.org/FlorianSchrofner/swip
Source Code:https://bitbucket.org/FlorianSchrofner/swip/src
Issue Tracker:https://bitbucket.org/FlorianSchrofner/swip/issues
@@ -61,5 +61,5 @@ Tags auto-update doesn't work due to gradle settings?
Auto Update Mode:None
Update Check Mode:None
-Current Version:0.2.8
-Current Version Code:9
+Current Version:0
+Current Version Code:0
diff --git a/metadata/at.linuxtage.companion.txt b/metadata/at.linuxtage.companion.txt
index b5031ac2fe..991ba30c62 100644
--- a/metadata/at.linuxtage.companion.txt
+++ b/metadata/at.linuxtage.companion.txt
@@ -74,7 +74,12 @@ Build:1.4.5,1500150
subdir=app
gradle=yes
+Build:1.4.6,1500151
+ commit=v1.4.6
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.4.5
-Current Version Code:1500150
+Current Version:1.4.6
+Current Version Code:1500151
diff --git a/metadata/at.tomtasche.reader.txt b/metadata/at.tomtasche.reader.txt
index c5efb8a667..f4f105b8f0 100644
--- a/metadata/at.tomtasche.reader.txt
+++ b/metadata/at.tomtasche.reader.txt
@@ -1,6 +1,6 @@
AntiFeatures:Tracking,UpstreamNonFree
Categories:Reading
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://reader.tomtasche.at
Source Code:https://github.com/TomTasche/OpenDocument.droid
Issue Tracker:https://github.com/TomTasche/OpenDocument.droid/issues
diff --git a/metadata/at.univie.sensorium.txt b/metadata/at.univie.sensorium.txt
index da0249fe87..6839d76a0a 100644
--- a/metadata/at.univie.sensorium.txt
+++ b/metadata/at.univie.sensorium.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/fmetzger/android-sensorium
Issue Tracker:https://github.com/fmetzger/android-sensorium/issues
diff --git a/metadata/at.weiss.matthias.musicala.yml b/metadata/at.weiss.matthias.musicala.yml
new file mode 100644
index 0000000000..98ab970183
--- /dev/null
+++ b/metadata/at.weiss.matthias.musicala.yml
@@ -0,0 +1,43 @@
+Disabled: 'True'
+Categories:
+ - Multimedia
+ - Connectivity
+License: GPL-3.0-or-later
+AuthorName: Matthias Weiss and M.A.L.P team
+WebSite: https://gitlab.com/matthias-weiss/musicala/blob/HEAD/README.md
+SourceCode: https://gitlab.com/matthias-weiss/musicala
+IssueTracker: https://gitlab.com/matthias-weiss/musicala/issues
+Changelog: https://gitlab.com/matthias-weiss/musicala/blob/HEAD/CHANGELOG.md
+
+AutoName: musicala
+Summary: A remote control app for MPD (music player daemon)
+
+RepoType: git
+Repo: https://gitlab.com/matthias-weiss/musicala.git
+
+Builds:
+ - versionName: 0.9.0
+ versionCode: 1
+ commit: 0.9.0
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: 0.9.1
+ versionCode: 2
+ commit: '2'
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: 0.9.2
+ versionCode: 3
+ commit: '3'
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version %c
+UpdateCheckMode: Tags
+CurrentVersion: 0.9.2
+CurrentVersionCode: 3
diff --git a/metadata/at.zweng.bankomatinfos.txt b/metadata/at.zweng.bankomatinfos.txt
index 7dddd1536e..62ef02c314 100644
--- a/metadata/at.zweng.bankomatinfos.txt
+++ b/metadata/at.zweng.bankomatinfos.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://johannes.zweng.at
Source Code:https://github.com/johnzweng/bankomatinfos
Issue Tracker:https://github.com/johnzweng/bankomatinfos/issues
diff --git a/metadata/at.zweng.bankomatinfos2.txt b/metadata/at.zweng.bankomatinfos2.txt
index 573abd8929..5f9b7db475 100644
--- a/metadata/at.zweng.bankomatinfos2.txt
+++ b/metadata/at.zweng.bankomatinfos2.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://johannes.zweng.at
Source Code:https://github.com/johnzweng/bankomatinfos
Issue Tracker:https://github.com/johnzweng/bankomatinfos/issues
diff --git a/metadata/atitel.com.todoer.txt b/metadata/atitel.com.todoer.txt
index b58a20850e..3eecaf1064 100644
--- a/metadata/atitel.com.todoer.txt
+++ b/metadata/atitel.com.todoer.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://todoer.ir
Source Code:https://github.com/adavari/Todoer
Issue Tracker:https://github.com/adavari/Todoer/issues
diff --git a/metadata/atm.nasaimages.txt b/metadata/atm.nasaimages.txt
index 7a4f294eac..f14f4dfa0d 100644
--- a/metadata/atm.nasaimages.txt
+++ b/metadata/atm.nasaimages.txt
@@ -1,5 +1,5 @@
Categories:Science & Education,Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://gitlab.com/atorresm/NASAImages
Source Code:https://gitlab.com/atorresm/NASAImages/tree/HEAD
Issue Tracker:https://gitlab.com/atorresm/NASAImages/issues
diff --git a/metadata/atm.rocketguardian.txt b/metadata/atm.rocketguardian.txt
index 0e5ad280ae..9e8b9e9f35 100644
--- a/metadata/atm.rocketguardian.txt
+++ b/metadata/atm.rocketguardian.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://gitlab.com/atorresm/rocket-guardian
Source Code:https://gitlab.com/atorresm/rocket-guardian/tree/HEAD
Issue Tracker:https://gitlab.com/atorresm/rocket-guardian/issues
diff --git a/metadata/atm.starun.game.txt b/metadata/atm.starun.game.txt
index fe223d46b4..709cd10ee9 100644
--- a/metadata/atm.starun.game.txt
+++ b/metadata/atm.starun.game.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/atorresm/Starun
Source Code:https://gitlab.com/atorresm/Starun/tree/HEAD
Issue Tracker:https://gitlab.com/atorresm/Starun/issues
diff --git a/metadata/au.com.wallaceit.reddinator.txt b/metadata/au.com.wallaceit.reddinator.txt
index 1c09d2971f..f4c118c5a0 100644
--- a/metadata/au.com.wallaceit.reddinator.txt
+++ b/metadata/au.com.wallaceit.reddinator.txt
@@ -1,5 +1,6 @@
+AntiFeatures:NonFreeNet
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://wallaceit.com.au
Source Code:https://github.com/micwallace/reddinator
Issue Tracker:https://github.com/micwallace/reddinator/issues
diff --git a/metadata/au.id.micolous.farebot.txt b/metadata/au.id.micolous.farebot.txt
index bb71fcabd2..a25c5c31a9 100644
--- a/metadata/au.id.micolous.farebot.txt
+++ b/metadata/au.id.micolous.farebot.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://micolous.github.io/metrodroid
Source Code:https://github.com/micolous/metrodroid
Issue Tracker:https://github.com/micolous/metrodroid/issues
@@ -101,5 +101,5 @@ Build:v2.9.32-fdroid,32
Auto Update Mode:None
Update Check Mode:None
-Current Version:2.9.32
-Current Version Code:32
+Current Version:2.9.34
+Current Version Code:570
diff --git a/metadata/aws.apps.usbDeviceEnumerator.txt b/metadata/aws.apps.usbDeviceEnumerator.txt
index 0b059c48ea..ce15d17ffe 100644
--- a/metadata/aws.apps.usbDeviceEnumerator.txt
+++ b/metadata/aws.apps.usbDeviceEnumerator.txt
@@ -7,7 +7,16 @@ Issue Tracker:https://github.com/alt236/USB-Device-Info---Android/issues
Auto Name:USB Device Info
Summary:List USB Devices
Description:
-Allows you to list all attached (host mode) USB devices.
+Allows you to list all attached (host mode) USB devices. Information includes:
+
+* The Device class
+* The USB device path
+* The Vendor ID (VID) and the Product ID (PID)
+* A List of all interfaces and their endpoints
+
+If you download the accompanying databases, the application will also be able to
+provide you with additional info such as the Vendor of the device (which is not
+necessarily the brand!), the vendor's logo and the product name.
.
Repo Type:git
diff --git a/metadata/axp.tool.apkextractor.txt b/metadata/axp.tool.apkextractor.txt
index bc220aa61d..c66aae1f44 100644
--- a/metadata/axp.tool.apkextractor.txt
+++ b/metadata/axp.tool.apkextractor.txt
@@ -9,6 +9,14 @@ Summary:Get APK files from installed apps
Description:
Extract APKs from your device, even if installed from the Playstore. Root access
is required for paid apps.
+
+* Fast and easy to use.
+* Extracts almost all applications, includes system applications.
+* ROOT access only required for extracting paid apps.
+* Apk's will be saved in /sdcard/Download/Eimon/.
+* Provided Search option to search applications.
+* Compatible with latest version of Android 6.0
+* Saved apk format : AppPackageName.apk.
.
Repo Type:git
diff --git a/metadata/be.ac.ulb.lisa.idot.android.dicomviewer.txt b/metadata/be.ac.ulb.lisa.idot.android.dicomviewer.txt
index eda726adcc..2fc99a6fe8 100644
--- a/metadata/be.ac.ulb.lisa.idot.android.dicomviewer.txt
+++ b/metadata/be.ac.ulb.lisa.idot.android.dicomviewer.txt
@@ -1,5 +1,5 @@
Categories:Sports & Health
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://code.google.com/p/droid-dicom-viewer
Source Code:https://code.google.com/p/droid-dicom-viewer/source
Issue Tracker:
diff --git a/metadata/be.brunoparmentier.apkshare.txt b/metadata/be.brunoparmentier.apkshare.txt
index 05705417a1..28df5a067b 100644
--- a/metadata/be.brunoparmentier.apkshare.txt
+++ b/metadata/be.brunoparmentier.apkshare.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/bparmentier/APKShare
Issue Tracker:https://github.com/bparmentier/APKShare/issues
diff --git a/metadata/be.brunoparmentier.dnssetter.txt b/metadata/be.brunoparmentier.dnssetter.txt
index 2a0ae42de2..d69b09cac2 100644
--- a/metadata/be.brunoparmentier.dnssetter.txt
+++ b/metadata/be.brunoparmentier.dnssetter.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/bparmentier/DNSSetter
Issue Tracker:https://github.com/bparmentier/DNSSetter/issues
diff --git a/metadata/be.brunoparmentier.openbikesharing.app.txt b/metadata/be.brunoparmentier.openbikesharing.app.txt
index 07fa16a337..cbc8f48e33 100644
--- a/metadata/be.brunoparmentier.openbikesharing.app.txt
+++ b/metadata/be.brunoparmentier.openbikesharing.app.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://openbikesharing.org
Source Code:https://github.com/bparmentier/OpenBikeSharing
Issue Tracker:https://github.com/bparmentier/OpenBikeSharing/issues
diff --git a/metadata/be.brunoparmentier.wifikeyshare.txt b/metadata/be.brunoparmentier.wifikeyshare.txt
index c96eedb62d..eb010109ee 100644
--- a/metadata/be.brunoparmentier.wifikeyshare.txt
+++ b/metadata/be.brunoparmentier.wifikeyshare.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://wifikeysha.re
Source Code:https://github.com/bparmentier/WiFiKeyShare
Issue Tracker:https://github.com/bparmentier/WiFiKeyShare/issues
diff --git a/metadata/be.geecko.QuickLyric.txt b/metadata/be.geecko.QuickLyric.txt
index 87123f0703..630ee28dd1 100644
--- a/metadata/be.geecko.QuickLyric.txt
+++ b/metadata/be.geecko.QuickLyric.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/geecko86/QuickLyric/blob/HEAD/README.md
Source Code:https://github.com/geecko86/QuickLyric
Issue Tracker:https://github.com/geecko86/QuickLyric/issues
diff --git a/metadata/be.mygod.vpnhotspot.txt b/metadata/be.mygod.vpnhotspot.txt
index ac83d6f423..fe3ef5ab47 100644
--- a/metadata/be.mygod.vpnhotspot.txt
+++ b/metadata/be.mygod.vpnhotspot.txt
@@ -63,7 +63,49 @@ Build:1.1.5,13
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
+
+Build:1.2.1,17
+ commit=1.2.1
+ subdir=mobile
+ gradle=yes
+
+Build:1.3.0,20
+ commit=1.3.0
+ subdir=mobile
+ gradle=yes
+
+Build:1.3.1,21
+ commit=1.3.1
+ subdir=mobile
+ gradle=yes
+
+Build:1.3.2,23
+ commit=1.3.2
+ subdir=mobile
+ gradle=yes
+
+Build:1.3.3,24
+ disable=crashlytics
+ commit=1.3.3
+ subdir=mobile
+ gradle=yes
+
+Build:2.0.1,101
+ commit=2.0.1
+ subdir=mobile
+ gradle=fdroid,freedom
+ prebuild=sed -i -e '14,16d' -e '/google-services/d' -e '/io.fabric./d' ../build.gradle
+
Auto Update Mode:Version %v
-Update Check Mode:Tags ^[0-9.]+$
-Current Version:1.1.5
-Current Version Code:13
+Update Check Mode:Tags
+Current Version:2.0.1
+Current Version Code:101
diff --git a/metadata/be.norio.randomapp.txt b/metadata/be.norio.randomapp.txt
index eb92359d8a..346bb36b06 100644
--- a/metadata/be.norio.randomapp.txt
+++ b/metadata/be.norio.randomapp.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.norio.be/
Source Code:https://github.com/litrik/be.norio.randomapp
Issue Tracker:https://github.com/litrik/be.norio.randomapp/issues
diff --git a/metadata/be.ppareit.shutdown.txt b/metadata/be.ppareit.shutdown.txt
index 8ddf0c5888..5f0fa9a3b2 100644
--- a/metadata/be.ppareit.shutdown.txt
+++ b/metadata/be.ppareit.shutdown.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/ppareit/Shutdown
Issue Tracker:https://github.com/ppareit/Shutdown/issues
diff --git a/metadata/be.ppareit.swiftp_free.txt b/metadata/be.ppareit.swiftp_free.txt
index 92940ad08e..4171da70ce 100644
--- a/metadata/be.ppareit.swiftp_free.txt
+++ b/metadata/be.ppareit.swiftp_free.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://ppareit.github.com/swiftp
Source Code:https://github.com/ppareit/swiftp
Issue Tracker:https://github.com/ppareit/swiftp/issues
diff --git a/metadata/be.quentinloos.manille.txt b/metadata/be.quentinloos.manille.txt
index 2f3b151cb4..4742eb3c94 100644
--- a/metadata/be.quentinloos.manille.txt
+++ b/metadata/be.quentinloos.manille.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/Kent1/Manille
Issue Tracker:https://github.com/Kent1/Manille/issues
diff --git a/metadata/be.uhasselt.privacypolice.txt b/metadata/be.uhasselt.privacypolice.txt
index 29590b0eac..2f61e49f84 100644
--- a/metadata/be.uhasselt.privacypolice.txt
+++ b/metadata/be.uhasselt.privacypolice.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://www.brambonne.com
Source Code:https://github.com/BramBonne/privacypolice
Issue Tracker:https://github.com/BramBonne/privacypolice/issues
diff --git a/metadata/br.com.frs.foodrestrictions.txt b/metadata/br.com.frs.foodrestrictions.txt
index f1a605c4ef..45e5532a3d 100644
--- a/metadata/br.com.frs.foodrestrictions.txt
+++ b/metadata/br.com.frs.foodrestrictions.txt
@@ -1,5 +1,5 @@
Categories:Sports & Health
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/tmendes/FoodRestrictions/blob/HEAD/README.md
Source Code:https://gitlab.com/tmendes/FoodRestrictions
Issue Tracker:https://gitlab.com/tmendes/FoodRestrictions/issues
@@ -45,5 +45,5 @@ Build:1.0,2
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:1.0
-Current Version Code:2
+Current Version:20180801_V3
+Current Version Code:3
diff --git a/metadata/br.usp.ime.retrobreaker.txt b/metadata/br.usp.ime.retrobreaker.txt
index 8c5e7043ba..9a1fb91e1b 100644
--- a/metadata/br.usp.ime.retrobreaker.txt
+++ b/metadata/br.usp.ime.retrobreaker.txt
@@ -36,5 +36,5 @@ Build:1.1,5
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:1.1
-Current Version Code:5
+Current Version:1.3
+Current Version Code:7
diff --git a/metadata/btools.routingapp.txt b/metadata/btools.routingapp.txt
index 6d9e19b00f..60148b03b6 100644
--- a/metadata/btools.routingapp.txt
+++ b/metadata/btools.routingapp.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://brouter.de/brouter
Source Code:https://github.com/abrensch/brouter
Issue Tracker:https://github.com/abrensch/brouter/issues
@@ -106,6 +106,13 @@ Build:1.4.10,22
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.
.
diff --git a/metadata/budo.budoist.txt b/metadata/budo.budoist.txt
index 4ae46f051e..ae87ee32ed 100644
--- a/metadata/budo.budoist.txt
+++ b/metadata/budo.budoist.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/budowski/budoist
Source Code:https://github.com/budowski/budoist
Issue Tracker:https://github.com/budowski/budoist/issues
diff --git a/metadata/buet.rafi.dictionary.txt b/metadata/buet.rafi.dictionary.txt
index 5fe1f76b90..9c19f6d7cc 100644
--- a/metadata/buet.rafi.dictionary.txt
+++ b/metadata/buet.rafi.dictionary.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-2.0
+License:GPL-2.0-only
Author Web Site:http://facebook.com/RidmikLab
Web Site:
Source Code:https://github.com/rafi-kamal/Bangla-Dictionary
diff --git a/metadata/bus.chio.wishmaster.txt b/metadata/bus.chio.wishmaster.txt
index 76baaef7cb..a7ef5d8a73 100644
--- a/metadata/bus.chio.wishmaster.txt
+++ b/metadata/bus.chio.wishmaster.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/AliceCA/Overchan-Android
Issue Tracker:https://github.com/AliceCA/Overchan-Android/issues
diff --git a/metadata/byrne.utilities.converter.txt b/metadata/byrne.utilities.converter.txt
index 6ddcee4400..b9653eeb11 100644
--- a/metadata/byrne.utilities.converter.txt
+++ b/metadata/byrne.utilities.converter.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Author Web Site:http://technologiquepark.wordpress.com
Web Site:
Source Code:https://github.com/dillbyrne/Bodha-Converter
diff --git a/metadata/byrne.utilities.hashpass.txt b/metadata/byrne.utilities.hashpass.txt
index 82d684b43a..4430f1e0a3 100644
--- a/metadata/byrne.utilities.hashpass.txt
+++ b/metadata/byrne.utilities.hashpass.txt
@@ -1,5 +1,5 @@
Categories:Security
-License:GPL-3.0
+License:GPL-3.0-only
Author Web Site:http://technologiquepark.wordpress.com
Web Site:
Source Code:https://github.com/dillbyrne/HashPass
diff --git a/metadata/byrne.utilities.pasteedroid.txt b/metadata/byrne.utilities.pasteedroid.txt
index 77ee63d766..829d4097c4 100644
--- a/metadata/byrne.utilities.pasteedroid.txt
+++ b/metadata/byrne.utilities.pasteedroid.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Author Web Site:http://technologiquepark.wordpress.com
Web Site:
Source Code:https://github.com/dillbyrne/PasteeDroid
diff --git a/metadata/ca.cmetcalfe.locationshare.txt b/metadata/ca.cmetcalfe.locationshare.txt
index 7ca6aa63d5..40089efb67 100644
--- a/metadata/ca.cmetcalfe.locationshare.txt
+++ b/metadata/ca.cmetcalfe.locationshare.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/pR0Ps/LocationShare
Issue Tracker:https://github.com/pR0Ps/LocationShare/issues
@@ -45,7 +45,12 @@ Build:1.2,3
gradle=yes
prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle
+Build:1.3.1,5
+ commit=v1.3.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.2
-Current Version Code:3
+Current Version:1.3.1
+Current Version Code:5
diff --git a/metadata/ca.cumulonimbus.barometernetwork.txt b/metadata/ca.cumulonimbus.barometernetwork.txt
index 72d3fc7215..b372540154 100644
--- a/metadata/ca.cumulonimbus.barometernetwork.txt
+++ b/metadata/ca.cumulonimbus.barometernetwork.txt
@@ -1,6 +1,6 @@
Disabled:Non-Free
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://pressurenet.io
Source Code:https://github.com/Cbsoftware/pressureNET
Issue Tracker:https://github.com/Cbsoftware/pressureNET/issues
diff --git a/metadata/ca.ddaly.android.heart.txt b/metadata/ca.ddaly.android.heart.txt
index 526a9315d6..d6896e3999 100644
--- a/metadata/ca.ddaly.android.heart.txt
+++ b/metadata/ca.ddaly.android.heart.txt
@@ -1,5 +1,5 @@
Categories:Sports & Health
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://daryldy.github.com/Heart
Source Code:https://github.com/daryldy/Heart
Issue Tracker:https://github.com/daryldy/Heart/issues
diff --git a/metadata/ca.farrelltonsolar.classic.txt b/metadata/ca.farrelltonsolar.classic.txt
index d22149499d..c5eb6cec5c 100644
--- a/metadata/ca.farrelltonsolar.classic.txt
+++ b/metadata/ca.farrelltonsolar.classic.txt
@@ -112,5 +112,5 @@ Build:2.5.0,250
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:2.5.2
-Current Version Code:252
+Current Version:2.5.5
+Current Version Code:255
diff --git a/metadata/ca.mimic.apphangar.txt b/metadata/ca.mimic.apphangar.txt
index 893ba744c2..ddef3d4614 100644
--- a/metadata/ca.mimic.apphangar.txt
+++ b/metadata/ca.mimic.apphangar.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://hangar.mimic.ca
Source Code:https://github.com/corcoran/Hangar
Issue Tracker:https://github.com/corcoran/Hangar/issues
diff --git a/metadata/ca.mudar.fairphone.peaceofmind.txt b/metadata/ca.mudar.fairphone.peaceofmind.txt
index 04d9b6e408..79b04ed2cf 100644
--- a/metadata/ca.mudar.fairphone.peaceofmind.txt
+++ b/metadata/ca.mudar.fairphone.peaceofmind.txt
@@ -32,7 +32,16 @@ Build:1.2,12
gradle=fdroidFlavor
rm=FairphoneHome,FairphoneUpdater,FairphonePeaceOfMind/libs
-Auto Update Mode:None
-Update Check Mode:RepoManifest
+Build:2.1.1,19
+ commit=v2.1.1
+ subdir=PeaceOfMind+/app
+ gradle=yes
+ srclibs=RootShell@1.6
+ rm=FairphoneHome,FairphoneUpdater,FairphonePeaceOfMind,PeaceOfMind+/RootShell/RootShell.aar
+ prebuild=sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' -e '/RootShell/d' build.gradle && \
+ cp -fR $$RootShell$$/src/main/java src/main/
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
Current Version:2.1.1
Current Version Code:19
diff --git a/metadata/ca.rmen.android.frenchcalendar.txt b/metadata/ca.rmen.android.frenchcalendar.txt
index d68cb0e1f9..3796ac5f0a 100644
--- a/metadata/ca.rmen.android.frenchcalendar.txt
+++ b/metadata/ca.rmen.android.frenchcalendar.txt
@@ -1,5 +1,5 @@
Categories:Theming,Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://rmen.ca
Source Code:https://github.com/caarmen/FRCAndroidWidget
Issue Tracker:https://github.com/caarmen/FRCAndroidWidget/issues
@@ -187,6 +187,11 @@ Build:1.18.1,1181
subdir=app
gradle=yes
+Build:1.18.2,1182
+ commit=release-1.18.2
+ subdir=app
+ gradle=yes
+
Maintainer Notes:
Prior to 1.14.0, upstream checked flavor containing Foss name and enabled/disabled wear support. However,
when building with fdroid, we do a `gradle clean` and thus this check failed.
@@ -194,5 +199,5 @@ when building with fdroid, we do a `gradle clean` and thus this check failed.
Auto Update Mode:Version release-%v
Update Check Mode:Tags ^release-
-Current Version:1.18.1
-Current Version Code:1181
+Current Version:1.18.2
+Current Version Code:1182
diff --git a/metadata/ca.rmen.android.networkmonitor.txt b/metadata/ca.rmen.android.networkmonitor.txt
index 76e579effb..986f8e252b 100644
--- a/metadata/ca.rmen.android.networkmonitor.txt
+++ b/metadata/ca.rmen.android.networkmonitor.txt
@@ -217,7 +217,13 @@ Build:1.30.0,13000
init=sed -i '/proprietaryCompile/d' build.gradle
gradle=foss
+Build:1.30.1,13001
+ commit=netmon-1.30.1
+ subdir=networkmonitor
+ init=sed -i '/proprietaryCompile/d' build.gradle
+ gradle=foss
+
Auto Update Mode:Version netmon-%v
Update Check Mode:Tags ^netmon-
-Current Version:1.30.0
-Current Version Code:13000
+Current Version:1.30.1
+Current Version Code:13001
diff --git a/metadata/ca.rmen.android.poetassistant.txt b/metadata/ca.rmen.android.poetassistant.txt
index 95638073ca..20ec1423e6 100644
--- a/metadata/ca.rmen.android.poetassistant.txt
+++ b/metadata/ca.rmen.android.poetassistant.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/caarmen/poet-assistant/blob/HEAD/README.md
Source Code:https://github.com/caarmen/poet-assistant
Issue Tracker:https://github.com/caarmen/poet-assistant/issues
@@ -363,7 +363,17 @@ Build:1.26.4,112604
subdir=app
gradle=yes
+Build:1.26.5,112605
+ commit=release-1.26.5
+ subdir=app
+ gradle=yes
+
+Build:1.26.6,112606
+ commit=release-1.26.6
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version release-%v
Update Check Mode:Tags ^release-
-Current Version:1.26.4
-Current Version Code:112604
+Current Version:1.26.6
+Current Version Code:112606
diff --git a/metadata/ca.rmen.android.scrumchatter.txt b/metadata/ca.rmen.android.scrumchatter.txt
index a8e54db566..edf0ae7eee 100644
--- a/metadata/ca.rmen.android.scrumchatter.txt
+++ b/metadata/ca.rmen.android.scrumchatter.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://rmen.ca
Source Code:https://github.com/caarmen/scrumchatter
Issue Tracker:https://github.com/caarmen/scrumchatter/issues
@@ -130,7 +130,12 @@ Build:1.6.4,10604
subdir=app
gradle=yes
+Build:1.6.6,10606
+ commit=scrumchatter-1.6.6
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version scrumchatter-%v
Update Check Mode:Tags ^scrumchatter.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*
-Current Version:1.6.4
-Current Version Code:10604
+Current Version:1.6.6
+Current Version Code:10606
diff --git a/metadata/ca.rmen.nounours.txt b/metadata/ca.rmen.nounours.txt
index 398ed88441..b791a0492b 100644
--- a/metadata/ca.rmen.nounours.txt
+++ b/metadata/ca.rmen.nounours.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Author Web Site:http://www.facebook.com/nounoursbear
Web Site:
Source Code:https://github.com/caarmen/nounours-android
diff --git a/metadata/cacafogo.software.touchBalance.txt b/metadata/cacafogo.software.touchBalance.txt
index 5932746381..9247e2024b 100644
--- a/metadata/cacafogo.software.touchBalance.txt
+++ b/metadata/cacafogo.software.touchBalance.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://robl.co
Source Code:https://github.com/cacafogo/CheckBalanceAndroid
Issue Tracker:https://github.com/cacafogo/CheckBalanceAndroid/issues
diff --git a/metadata/caldwell.ben.bites.txt b/metadata/caldwell.ben.bites.txt
index afed464880..25f23364b5 100644
--- a/metadata/caldwell.ben.bites.txt
+++ b/metadata/caldwell.ben.bites.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://sites.google.com/site/caldwellcode/
Source Code:https://code.google.com/p/bites-android/source
Issue Tracker:
diff --git a/metadata/caldwell.ben.trolly.txt b/metadata/caldwell.ben.trolly.txt
index d274bca7ee..b1a5867d30 100644
--- a/metadata/caldwell.ben.trolly.txt
+++ b/metadata/caldwell.ben.trolly.txt
@@ -1,7 +1,7 @@
Categories:Writing
-License:GPL-3.0
-Web Site:https://sites.google.com/site/caldwellcode
-Source Code:https://code.google.com/p/trolly/source
+License:GPL-3.0-only
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:Trolly
@@ -12,9 +12,6 @@ with no annoying or complicated features. It exposes intent filters to allow
other apps to automatically add items to the shopping list.
.
-Repo Type:git-svn
-Repo:https://trolly.googlecode.com/svn;trunk=trunk;tags=tags
-
Build:1.4,6
commit=trolly_1.4
prebuild=mkdir -p src/org/openintents/intents && \
@@ -27,5 +24,7 @@ It needs a file from OpenIntents, so let's get it from Subversion...
Auto Update Mode:None
Update Check Mode:Static
-Current Version:1.4
-Current Version Code:6
+Current Version:0
+Current Version Code:0
+
+No Source Since:1.5
diff --git a/metadata/cat.jordihernandez.cinecat.txt b/metadata/cat.jordihernandez.cinecat.txt
index 6d8d3c9bde..a7b8442ca8 100644
--- a/metadata/cat.jordihernandez.cinecat.txt
+++ b/metadata/cat.jordihernandez.cinecat.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/jordhi/CineCat/blob/HEAD/README.md
Source Code:https://github.com/jordhi/CineCat
Issue Tracker:https://github.com/jordhi/CineCat/issues
diff --git a/metadata/cat.mvmike.minimalcalendarwidget.txt b/metadata/cat.mvmike.minimalcalendarwidget.txt
index 88dd00ce69..1279a20943 100644
--- a/metadata/cat.mvmike.minimalcalendarwidget.txt
+++ b/metadata/cat.mvmike.minimalcalendarwidget.txt
@@ -71,7 +71,12 @@ Build:0.3.2,9
subdir=min-cal-widget
gradle=yes
+Build:0.3.3,10
+ commit=v0.3.3
+ subdir=min-cal-widget
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.3.2
-Current Version Code:9
+Current Version:0.3.3
+Current Version Code:10
diff --git a/metadata/cc.co.eurdev.urecorder.txt b/metadata/cc.co.eurdev.urecorder.txt
index ef0d415d25..e08e422efa 100644
--- a/metadata/cc.co.eurdev.urecorder.txt
+++ b/metadata/cc.co.eurdev.urecorder.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://bitbucket.org/thomasebell/urecord
Issue Tracker:
diff --git a/metadata/cc.echonet.coolmicapp.yml b/metadata/cc.echonet.coolmicapp.yml
new file mode 100644
index 0000000000..460f861307
--- /dev/null
+++ b/metadata/cc.echonet.coolmicapp.yml
@@ -0,0 +1,54 @@
+Categories:
+ - Multimedia
+License: GPL-3.0-only
+WebSite: https://coolmic.net/
+SourceCode: https://github.com/CoolMicApp/CoolMicApp-Android
+
+AutoName: Cool Mic
+Summary: Icecast source client
+Description: |-
+ ''Cool Mic'' is an open source Icecast source client. It livestreams audio
+ captured by your Android device’s microphone or mic in / line in jack. It
+ can stream to any Icecast server in the open-source audio formats Ogg/Opus
+ and Ogg/Vorbis. It has many features and a simple, easy to use interface
+ (see screenshots). Cool Mic aims to be the best way to livestream quality
+ audio from your smartphone or tablet.
+
+ '''Features:'''
+ * Streams live audio from microphone or mic/line jack to any Icecast 2.x server
+ * Configurable metadata (Title, Artist) sent to Icecast
+ * Easy sharing of your unique livestream URL
+ * Auto-reconnect feature
+ * Input gain (input volume) slider
+ * Graphical VU meter with adjustable update interval
+ * Active listener count (current * peak/max)
+ * Broadcast length timer
+ * Supports the open source, patent free Ogg/Opus audio codec
+ * Supports the open source, patent free Ogg/Vorbis audio codec
+ * Configurable Opus * Vorbis quality level settings
+ * Configurable Icecast ‘source‘ username
+ * Configurable number of audio channels (1/Mono, 2/Stereo)
+ * Configurable sample rate (8000, 11025, 16000, 22050, 44100, 48000Hz)
+ * Configurable server port (Under “Connection”, use SERVER:PORT)
+ * Scan QR Code for auto-configuration
+ * Allows basic testing by using predefined Cool Mic Test Server configuration (CMTS)
+ * Prevents screen * Wi-Fi sleep mode during livestream
+ * Check current Cool Mic -> Android OS permissions
+ * Simple and easy to use interface
+
+RepoType: git
+Repo: https://github.com/CoolMicApp/CoolMicApp-Android
+
+Builds:
+ - versionName: 1.0.6
+ versionCode: 10
+ commit: v1.0.6
+ subdir: app
+ submodules: true
+ gradle:
+ - yes
+
+AutoUpdateMode: Version v%v
+UpdateCheckMode: Tags
+CurrentVersion: 1.0.6
+CurrentVersionCode: 10
diff --git a/metadata/ch.bailu.aat.txt b/metadata/ch.bailu.aat.txt
index a7c301ad55..370e4314c0 100644
--- a/metadata/ch.bailu.aat.txt
+++ b/metadata/ch.bailu.aat.txt
@@ -1,5 +1,5 @@
Categories:Navigation,Sports & Health
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://bailu.ch/aat
Source Code:https://github.com/bailuk/AAT
Issue Tracker:https://github.com/bailuk/AAT/issues
@@ -9,7 +9,14 @@ Summary:Track your activities
Description:
GPS-tracking application for tracking sportive activities, with emphasis on
cycling. It uses MapsForge to display map tiles and offline maps from the
-OpenStreetMap project.
+OpenStreetMap project. Features include:
+
+* Display live tracking on different cockpit and map views
+* Offline as well as tile based map
+* Tile based overlays for displaying cycle and hiking routes
+* Integration of Overpass and Nominatim
+* Simple GPX editor for quick route planing
+* GPS independent altitude information and hill shading
.
Repo Type:git
@@ -98,7 +105,22 @@ Build:v1.12-beta,22
subdir=app
gradle=yes
+Build:v1.13,23
+ commit=v1.13
+ subdir=app
+ gradle=yes
+
+Build:v1.14,24
+ commit=v1.14
+ subdir=app
+ gradle=yes
+
+Build:v1.14.1,25
+ commit=v1.14.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:v1.12-beta
-Current Version Code:22
+Current Version:v1.14.1
+Current Version Code:25
diff --git a/metadata/ch.blinkenlights.android.apnswitch.txt b/metadata/ch.blinkenlights.android.apnswitch.txt
index b1d1a8ddde..f06dca2ca8 100644
--- a/metadata/ch.blinkenlights.android.apnswitch.txt
+++ b/metadata/ch.blinkenlights.android.apnswitch.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/adrian-bl/APN-Switch
Issue Tracker:https://github.com/adrian-bl/APN-Switch/issues
diff --git a/metadata/ch.blinkenlights.android.vanilla.txt b/metadata/ch.blinkenlights.android.vanilla.txt
index f0cf26f73d..2f44c2ab08 100644
--- a/metadata/ch.blinkenlights.android.vanilla.txt
+++ b/metadata/ch.blinkenlights.android.vanilla.txt
@@ -1,9 +1,9 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://vanillamusic.io/
Source Code:https://github.com/vanilla-music/vanilla
Issue Tracker:https://github.com/vanilla-music/vanilla/issues
-Changelog:https://cdn.rawgit.com/vanilla-music/vanilla/HEAD/assets/about.html
+Changelog:https://cdn.rawgit.com/vanilla-music/vanilla/HEAD/app/src/main/assets/about.html
Auto Name:Vanilla Music
Summary:Listen to and manage songs
@@ -184,7 +184,37 @@ Build:1.0.60,10600
subdir=app
gradle=yes
+Build:1.0.61,10611
+ commit=1.0.61
+ subdir=app
+ gradle=yes
+
+Build:1.0.62,10620
+ commit=1.0.62
+ subdir=app
+ gradle=yes
+
+Build:1.0.70,10700
+ commit=1.0.70
+ subdir=app
+ gradle=yes
+
+Build:1.0.71,10710
+ commit=1.0.71
+ subdir=app
+ gradle=yes
+
+Build:1.0.72,10720
+ commit=1.0.72
+ subdir=app
+ gradle=yes
+
+Build:1.0.73,10730
+ commit=1.0.73
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.0.60
-Current Version Code:10600
+Current Version:1.0.73
+Current Version Code:10730
diff --git a/metadata/ch.blinkenlights.android.vanillaplug.txt b/metadata/ch.blinkenlights.android.vanillaplug.txt
index a3524b010c..62ad98f8a6 100644
--- a/metadata/ch.blinkenlights.android.vanillaplug.txt
+++ b/metadata/ch.blinkenlights.android.vanillaplug.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://www.blinkenlights.ch
Source Code:https://github.com/vanilla-music/vanilla-headphone-detector
Issue Tracker:https://github.com/vanilla-music/vanilla-headphone-detector/issues
@@ -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.blinkenlights.battery.txt b/metadata/ch.blinkenlights.battery.txt
index d875450395..64063408ae 100644
--- a/metadata/ch.blinkenlights.battery.txt
+++ b/metadata/ch.blinkenlights.battery.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/adrian-bl/bl-battstatus-android
Issue Tracker:https://github.com/adrian-bl/bl-battstatus-android/issues
diff --git a/metadata/ch.citux.td.txt b/metadata/ch.citux.td.txt
index 9eb6d2312f..2c3a594efa 100644
--- a/metadata/ch.citux.td.txt
+++ b/metadata/ch.citux.td.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Multimedia,Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/CiTuX/TD/blob/HEAD/README.md
Source Code:https://github.com/CiTuX/TD
Issue Tracker:https://github.com/CiTuX/TD/issues
diff --git a/metadata/ch.corten.aha.worldclock.txt b/metadata/ch.corten.aha.worldclock.txt
index 11c39e5394..32dc4361ad 100644
--- a/metadata/ch.corten.aha.worldclock.txt
+++ b/metadata/ch.corten.aha.worldclock.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/arminha/worldclockwidget/blob/HEAD/README.rst
Source Code:https://github.com/arminha/worldclockwidget
Issue Tracker:https://github.com/arminha/worldclockwidget/issues
@@ -11,6 +11,17 @@ Description:
Display the local time and current weather conditions in places all over the
world. It comes with two home screen widgets which show weather and time or time
only.
+
+'''Features:'''
+
+* Light weight application. Require less than 1 mb free space.
+* Detect your city automatically (upcoming).
+* Show local time and weather conditions in more than 4000 places.
+* Add your own places: Add a place in the same time zone and change its name and coordinates to your desired location to show the actual weather condition there!
+* A compact clock widget, displaying the local time in your favorite locations.
+* A widget showing the time and weather, which is re-sizable to show more locations on the home screen.
+* Simple and clean UI.
+* Customizable widget colors (including transparent background).
.
Repo Type:git
diff --git a/metadata/ch.deletescape.lawnchair.plah.txt b/metadata/ch.deletescape.lawnchair.plah.txt
index 0feda86665..3e3f9569f5 100644
--- a/metadata/ch.deletescape.lawnchair.plah.txt
+++ b/metadata/ch.deletescape.lawnchair.plah.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://lawnchair.info/
Source Code:https://github.com/LawnchairLauncher/Lawnchair
Issue Tracker:https://github.com/LawnchairLauncher/Lawnchair/issues
@@ -36,7 +36,50 @@ 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
+
+Build:1.2.0.1878,1878
+ commit=1.2.0.1878
+ subdir=app
+ output=build/outputs/apk/release/app-release-unsigned.apk
+ rm=app/src/main/java/ch/deletescape/lawnchair/weather/AwarenessWeatherAPI.kt
+ prebuild=sed -i -e '/play-services-awareness/d' build.gradle && \
+ sed -i -e '/AwarenessWeatherAPI/d' src/main/java/ch/deletescape/lawnchair/weather/WeatherAPI.kt && \
+ sed -i -e 's/PREF_WEATHER_PROVIDER_AWARENESS = "1"/PREF_WEATHER_PROVIDER_AWARENESS = "0"/' src/main/java/ch/deletescape/lawnchair/preferences/PreferenceFlags.kt && \
+ sed -i -e 's/android:defaultValue="1"/android:defaultValue="0"/' src/main/res/xml/launcher_theme_preferences.xml
+ build=export TRAVIS=true && \
+ export MAJOR_MINOR=1.2.0 && \
+ export TRAVIS_BUILD_NUMBER=$$VERCODE$$ && \
+ gradle assembleRelease
+
+Build:1.2.0.1884,1884
+ commit=1.2.0.1884
+ subdir=app
+ output=build/outputs/apk/release/app-release-unsigned.apk
+ rm=app/src/main/java/ch/deletescape/lawnchair/weather/AwarenessWeatherAPI.kt
+ prebuild=sed -i -e '/play-services-awareness/d' build.gradle && \
+ sed -i -e '/AwarenessWeatherAPI/d' src/main/java/ch/deletescape/lawnchair/weather/WeatherAPI.kt && \
+ sed -i -e 's/PreferenceFlags.PREF_WEATHER_PROVIDER_AWARENESS/"0"/' src/main/java/ch/deletescape/lawnchair/preferences/PreferenceImpl.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.2.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.2.0.1884
+Current Version Code:1884
diff --git a/metadata/ch.dissem.android.drupal.txt b/metadata/ch.dissem.android.drupal.txt
index 13addff850..41db0495e5 100644
--- a/metadata/ch.dissem.android.drupal.txt
+++ b/metadata/ch.dissem.android.drupal.txt
@@ -1,5 +1,5 @@
Categories:Internet,Writing
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/Dissem/Drupal-Editor
Issue Tracker:https://github.com/Dissem/Drupal-Editor/issues
diff --git a/metadata/ch.fixme.cowsay.txt b/metadata/ch.fixme.cowsay.txt
index f02af1e1ca..f331c733af 100644
--- a/metadata/ch.fixme.cowsay.txt
+++ b/metadata/ch.fixme.cowsay.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://fixme.ch/wiki/Cowsay_for_Android
Source Code:https://github.com/rorist/Cowsay-android
Issue Tracker:https://github.com/rorist/Cowsay-android/issues
diff --git a/metadata/ch.fixme.status.txt b/metadata/ch.fixme.status.txt
index df04c3ec0a..3352a51391 100644
--- a/metadata/ch.fixme.status.txt
+++ b/metadata/ch.fixme.status.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/fixme-lausanne/MyHackerspace
Issue Tracker:https://github.com/fixme-lausanne/MyHackerspace/issues
diff --git a/metadata/ch.hgdev.toposuite.txt b/metadata/ch.hgdev.toposuite.txt
index 779a23d7c6..8c90a6ba17 100644
--- a/metadata/ch.hgdev.toposuite.txt
+++ b/metadata/ch.hgdev.toposuite.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://toposuite.hgdev.ch/
Source Code:https://github.com/hgdev-ch/toposuite-android
Issue Tracker:https://github.com/hgdev-ch/toposuite-android/issues
diff --git a/metadata/ch.hsr.eyecam.txt b/metadata/ch.hsr.eyecam.txt
index a88407fff1..bfe6d71c29 100644
--- a/metadata/ch.hsr.eyecam.txt
+++ b/metadata/ch.hsr.eyecam.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/tom-and-jerry/eyeCam
Issue Tracker:https://github.com/tom-and-jerry/eyeCam/issues
diff --git a/metadata/ch.jiikuy.velocitycalculator.txt b/metadata/ch.jiikuy.velocitycalculator.txt
index 1e9c44caea..dea5e7befb 100644
--- a/metadata/ch.jiikuy.velocitycalculator.txt
+++ b/metadata/ch.jiikuy.velocitycalculator.txt
@@ -1,5 +1,5 @@
Categories:Graphics,Multimedia,Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:Georg Rieger
Author Email:georg.rieger@eblcom.ch
Web Site:https://github.com/Jiikuy/VelocityCalculator/wiki
diff --git a/metadata/ch.logixisland.anuto.txt b/metadata/ch.logixisland.anuto.txt
index 5d00e7aaff..fc9a689b6d 100644
--- a/metadata/ch.logixisland.anuto.txt
+++ b/metadata/ch.logixisland.anuto.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/reloZid/android-anuto
Issue Tracker:https://github.com/reloZid/android-anuto/issues
@@ -74,7 +74,22 @@ Build:0.3-5,16
subdir=app
gradle=yes
+Build:0.4,17
+ commit=v0.4
+ subdir=app
+ gradle=yes
+
+Build:0.4-1,18
+ commit=v0.4-1
+ subdir=app
+ gradle=yes
+
+Build:0.4-2,19
+ commit=v0.4-2
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.3-5
-Current Version Code:16
+Current Version:0.4-2
+Current Version Code:19
diff --git a/metadata/ch.nexuscomputing.android.osciprimeics.txt b/metadata/ch.nexuscomputing.android.osciprimeics.txt
index 02552d9072..616f730078 100644
--- a/metadata/ch.nexuscomputing.android.osciprimeics.txt
+++ b/metadata/ch.nexuscomputing.android.osciprimeics.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://www.osciprime.com
Source Code:https://bitbucket.org/dalb8/osciiprime
Issue Tracker:
diff --git a/metadata/ch.phcoder.jigit.txt b/metadata/ch.phcoder.jigit.txt
index 2fd2f53fbf..7664655ba9 100644
--- a/metadata/ch.phcoder.jigit.txt
+++ b/metadata/ch.phcoder.jigit.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/phcoder/SGit/blob/HEAD/README.md
Source Code:https://github.com/phcoder/SGit
Issue Tracker:https://github.com/phcoder/SGit/issues
diff --git a/metadata/ch.rrelmy.android.batterymanager.txt b/metadata/ch.rrelmy.android.batterymanager.txt
index fc42fb0162..4d15f86772 100644
--- a/metadata/ch.rrelmy.android.batterymanager.txt
+++ b/metadata/ch.rrelmy.android.batterymanager.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/rrelmy/BatteryLevel
Issue Tracker:
diff --git a/metadata/ch.rrelmy.android.locationcachemap.txt b/metadata/ch.rrelmy.android.locationcachemap.txt
index 7441720025..c15d70c631 100644
--- a/metadata/ch.rrelmy.android.locationcachemap.txt
+++ b/metadata/ch.rrelmy.android.locationcachemap.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeDep
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/rrelmy/LocationCacheMap
Issue Tracker:https://github.com/rrelmy/LocationCacheMap/issues
diff --git a/metadata/chat.rocket.android.yml b/metadata/chat.rocket.android.yml
new file mode 100644
index 0000000000..92e771d342
--- /dev/null
+++ b/metadata/chat.rocket.android.yml
@@ -0,0 +1,92 @@
+Categories:
+ - Internet
+License: MIT
+AuthorName: Rocket.Chat Team
+AuthorEmail: contact@rocket.chat
+WebSite: https://rocket.chat/
+SourceCode: https://github.com/RocketChat/Rocket.Chat.Android
+IssueTracker: https://github.com/RocketChat/Rocket.Chat.Android/issues
+Changelog: https://github.com/RocketChat/Rocket.Chat.Android/releases
+Donate: https://github.com/RocketChat/Rocket.Chat#donate
+Bitcoin: ac2fa967efca7f6fc1201d46bdccb875
+
+AutoName: Rocket.Chat
+Summary: Team Communication Tool
+Description: |
+ '''Note:''' This FOSS build variant currently lacks any push notification support.
+
+ Rocket.Chat is a free and open source team chat collaboration platform that allows users to communicate securely in real-time across devices on web, desktop or mobile and to customize their interface with a range of plugins, themes and integrations with other key software.
+
+ By opting for Rocket.Chat, users also benefit from free audio and video conferencing, guest access, screen and file sharing, LiveChat, LDAP Group Sync, two-factor authentication (2FA), E2E encryption, SSO, dozens of OAuth providers and unlimited users, guests, channels, messages, searches and files. Users can set up Rocket.Chat on cloud or by hosting their own servers on-premises.
+
+ With more than 700 developer-contributors and over 17k stars on Github, Rocket.Chat has the largest and most active community of chat developers in the open source communication sector.
+
+ When you choose Rocket.Chat, you join a passionate community who help to grow the platform with us!
+
+ '''KEY FEATURES:'''
+
+ * Free Open Source Software
+ * Hassle free MIT license
+ * BYOS (bring your own server)
+ * Multiple Rooms
+ * Direct Messages
+ * Private Groups
+ * Public Channels
+ * Desktop and Mobile Notifications
+ * Edit and Delete Sent Messages
+ * Mentions
+ * Avatars
+ * Markdown
+ * Emojis
+ * Choose between 3 themes: Light, Dark, Black
+ * Sort conversations alphabetically or group by activity, unread or favourites
+ * Transcripts / History
+ * File Upload / Sharing
+ * I18n - Internationalization with Lingohub
+ * Hubot Friendly - Hubot Integration Project
+ * Media Embeds
+ * Link Previews
+ * LDAP Authentication
+ * REST-full APIs
+ * Remote Locations Video Monitoring
+ * Native Cross-Platform Desktop Application
+
+ '''GET IT NOW:'''
+
+ * Learn more and install: [https://rocket.chat]
+ * ONE-CLICK-DEPLOYMENT – See instructions on our GitHub repository: [https://github.com/RocketChat]
+
+RepoType: git
+Repo: https://github.com/RocketChat/Rocket.Chat.Android.git
+
+Builds:
+ - versionName: 2.6.0
+ versionCode: 2042
+ commit: v2.6.0
+ subdir: app
+ gradle:
+ - foss
+ srclibs:
+ - rocketchatsdk@app-2.6.0
+ prebuild: |-
+ sed -i -e '/fabric/d' -e '/crashlytics/,+3d' ../build.gradle build.gradle && sed -i -e 's,./gradlew,gradle,g' build-sdk.sh
+ gradleprops:
+ - sdk_location=../../srclib/rocketchatsdk
+
+ - versionName: 2.6.1
+ versionCode: 2043
+ commit: v2.6.1
+ subdir: app
+ gradle:
+ - foss
+ srclibs:
+ - rocketchatsdk@2eab588c27f7d5c48796f681f3b17f01fdb59967
+ prebuild: |-
+ sed -i -e '/fabric/d' -e '/crashlytics/,+3d' ../build.gradle build.gradle && sed -i -e 's,./gradlew,gradle,g' build-sdk.sh
+ gradleprops:
+ - sdk_location=../../srclib/rocketchatsdk
+
+AutoUpdateMode: Version %v
+UpdateCheckMode: Tags
+CurrentVersion: 2.6.1
+CurrentVersionCode: 2043
diff --git a/metadata/chromiumupdater.bamless.com.chromiumsweupdater.txt b/metadata/chromiumupdater.bamless.com.chromiumsweupdater.txt
index d19fcc36ff..43c792c998 100644
--- a/metadata/chromiumupdater.bamless.com.chromiumsweupdater.txt
+++ b/metadata/chromiumupdater.bamless.com.chromiumsweupdater.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://forum.xda-developers.com/android/apps-games/app-code-aurora-s-chromium-swe-browser-t3603932
Source Code:https://github.com/bamless/chromium-swe-updater
Issue Tracker:https://github.com/bamless/chromium-swe-updater/issues
diff --git a/metadata/cityfreqs.com.pilfershushjammer.txt b/metadata/cityfreqs.com.pilfershushjammer.txt
new file mode 100644
index 0000000000..e58948d3e7
--- /dev/null
+++ b/metadata/cityfreqs.com.pilfershushjammer.txt
@@ -0,0 +1,50 @@
+Categories:Security,System
+License:Apache-2.0
+Web Site:
+Source Code:https://github.com/kaputnikGo/PilferShushJammer
+Issue Tracker:https://github.com/kaputnikGo/PilferShushJammer/issues
+
+Auto Name:PilferShush Jammer
+Summary:Block unwanted use of onboard microphone
+Description:
+Features a '''passive jammer''' technique that engages the microphone thereby
+blocking other apps from using it. But does NOT listen to or record any of the
+audio from the microphone. It uses 0% CPU and no noticeable battery use. However
+is not intended to be left on permanently due to the variety of triggers that
+can cause audio_focus_state changes (VOIP etc).
+
+Also features an '''active jammer''' that emits tones constrained to the NUHF
+range of 18 kHz to 24 kHz range. User determined carrier frequency and drift
+limits with rate for random tone emissions depending on the device capabilities.
+For instance 20000 Hz carrier, drift limit 1000 Hz and rate slow - will output
+random frequency between 19 kHz and 21 kHz approximately every second.
+
+Audible artifacts are present during the NUHF tones but this may be changed in a
+future release. Experimental white noise output may not be very effective at
+blocking and is a somewhat annoying sound. The device speaker output may not
+have enough amplitude to block unwanted NUHF signals - testing will determine.
+
+* Manual start
+* Notification post when running
+* Auto stop and restart when telephony interrupts
+* Currently relies on audio_focus_state changes for auto-switching
+* Active jammer
+.
+
+Repo Type:git
+Repo:https://github.com/kaputnikGo/PilferShushJammer.git
+
+Build:2.0,3
+ commit=2.0.06
+ subdir=app
+ gradle=yes
+
+Build:2.0.13,5
+ commit=2.0.13
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:2.0.13
+Current Version Code:5
diff --git a/metadata/cl.coders.faketraveler.yml b/metadata/cl.coders.faketraveler.yml
new file mode 100644
index 0000000000..d262a17eb7
--- /dev/null
+++ b/metadata/cl.coders.faketraveler.yml
@@ -0,0 +1,45 @@
+Categories:
+ - Navigation
+ - Development
+License: GPL-3.0-or-later
+AuthorName: Matías Castillo Felmer
+SourceCode: https://github.com/mcastillof/FakeTraveler
+IssueTracker: https://github.com/mcastillof/FakeTraveler/issues
+
+AutoName: Fake Traveler
+Summary: Fake your location
+Description: Sometimes you need to fake the location of your device (for privacy
+ or to test an app). Fake Traveler provides you a map to select the location where
+ you want your phone to be. Long press in the map and tap Apply button. In "..."
+ button there are two options to keep mocking the location over time. No root
+ needed as it uses a developers option to mock the location in your device.
+
+RepoType: git
+Repo: https://github.com/mcastillof/FakeTraveler
+
+Builds:
+ - versionName: '1.3'
+ versionCode: 3
+ commit: v1.3
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: '1.4'
+ versionCode: 4
+ commit: v1.4
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: '1.6'
+ versionCode: 6
+ commit: v1.6
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version v%v
+UpdateCheckMode: Tags
+CurrentVersion: '1.6'
+CurrentVersionCode: 6
diff --git a/metadata/click.dummer.textthing.txt b/metadata/click.dummer.textthing.txt
index fc44e59acc..9197174748 100644
--- a/metadata/click.dummer.textthing.txt
+++ b/metadata/click.dummer.textthing.txt
@@ -60,7 +60,27 @@ Build:2.00,200
subdir=app
gradle=yes
+Build:2.02,202
+ commit=v2.02
+ subdir=app
+ gradle=yes
+
+Build:2.03,203
+ commit=v2.03
+ subdir=app
+ gradle=yes
+
+Build:2.04,204
+ commit=v2.04
+ subdir=app
+ gradle=yes
+
+Build:2.11,211
+ commit=v2.11
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.00
-Current Version Code:200
+Current Version:2.11
+Current Version Code:211
diff --git a/metadata/co.loubo.icicle.txt b/metadata/co.loubo.icicle.txt
index f2ba55ff9b..28d822fed6 100644
--- a/metadata/co.loubo.icicle.txt
+++ b/metadata/co.loubo.icicle.txt
@@ -1,5 +1,5 @@
Categories:Internet,Security
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://loubo.co/icicle
Source Code:https://github.com/louboco/Icicle
Issue Tracker:https://github.com/louboco/Icicle/issues
diff --git a/metadata/com.Bisha.TI89EmuDonation.txt b/metadata/com.Bisha.TI89EmuDonation.txt
index baeea0d61b..a15a7246fb 100644
--- a/metadata/com.Bisha.TI89EmuDonation.txt
+++ b/metadata/com.Bisha.TI89EmuDonation.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://www.graph89.com
Source Code:https://bitbucket.org/dhashoandroid/graph89-free/src
Issue Tracker:https://bitbucket.org/dhashoandroid/graph89-free/issues
diff --git a/metadata/com.EthanHeming.NeuralNetworkSimulator.yml b/metadata/com.EthanHeming.NeuralNetworkSimulator.yml
new file mode 100644
index 0000000000..f3425feaf0
--- /dev/null
+++ b/metadata/com.EthanHeming.NeuralNetworkSimulator.yml
@@ -0,0 +1,28 @@
+Categories:
+ - Science & Education
+License: GPL-3.0-only
+WebSite: https://github.com/Xipher7934/NeuralNetworkSimulator
+SourceCode: https://github.com/Xipher7934/NeuralNetworkSimulator
+IssueTracker: https://github.com/Xipher7934/NeuralNetworkSimulator/issues
+
+AutoName: Neural Network Simulator
+Summary: Educational tool to learn about computational neuroscience and electrophysology
+Description: |-
+ Neural network nodes, or \'neurons\', are simulated brain cells. Neurons can
+ be created by tapping anywhere on the screen.
+
+RepoType: git
+Repo: https://github.com/Xipher7934/NeuralNetworkSimulator
+
+Builds:
+ - versionName: '1.5'
+ versionCode: 6
+ commit: d81ead1ae1cc1d00bcff2d001fb444da56e2d1e5
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: None
+UpdateCheckMode: None
+CurrentVersion: '1.5'
+CurrentVersionCode: 6
diff --git a/metadata/com.Pau.ImapNotes2.txt b/metadata/com.Pau.ImapNotes2.txt
index 1285ed667c..9bdba3429e 100644
--- a/metadata/com.Pau.ImapNotes2.txt
+++ b/metadata/com.Pau.ImapNotes2.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/nbenm/ImapNote2
Issue Tracker:https://github.com/nbenm/ImapNote2/issues
diff --git a/metadata/com.SecUpwN.AIMSICD.txt b/metadata/com.SecUpwN.AIMSICD.txt
index 967c0059da..6090eb84f9 100644
--- a/metadata/com.SecUpwN.AIMSICD.txt
+++ b/metadata/com.SecUpwN.AIMSICD.txt
@@ -1,5 +1,5 @@
Categories:Security,System,Connectivity
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://cellularprivacy.github.io/Android-IMSI-Catcher-Detector
Source Code:https://github.com/CellularPrivacy/Android-IMSI-Catcher-Detector
Issue Tracker:https://github.com/CellularPrivacy/Android-IMSI-Catcher-Detector/issues
diff --git a/metadata/com.a5corp.weather.txt b/metadata/com.a5corp.weather.txt
index 7384693bad..a216086f1d 100644
--- a/metadata/com.a5corp.weather.txt
+++ b/metadata/com.a5corp.weather.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/Sparker0i/Weather/blob/HEAD/README.md
Source Code:https://github.com/Sparker0i/Weather
Issue Tracker:https://github.com/Sparker0i/Weather/issues
diff --git a/metadata/com.aaronjwood.portauthority.txt b/metadata/com.aaronjwood.portauthority.txt
index a9719e8685..ea53f442a1 100644
--- a/metadata/com.aaronjwood.portauthority.txt
+++ b/metadata/com.aaronjwood.portauthority.txt
@@ -1,5 +1,5 @@
Categories:Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/aaronjwood/PortAuthority
Issue Tracker:https://github.com/aaronjwood/PortAuthority/issues
@@ -12,6 +12,25 @@ Description:
A handy systems and security-focused tool, Port Authority is a very fast port
scanner. It also allows you to quickly discover hosts on your network and will
display useful network information about your device and other hosts.
+
+One of the fastest port scanners with host discovery on the market! Host
+discovery is typically performed in less than 5 seconds. If the device you're
+scanning drops packets, it takes about 10 seconds to scan 1000 ports. If the
+device you're scanning rejects packets, it takes less than 30 seconds to scan
+all 65,535 ports!
+
+'''Features:'''
+
+* Heavily threaded, no more waiting for results one at a time
+* LAN host discovery
+* Public IP discovery
+* MAC address vendor detection
+* LAN/WAN host TCP port scanning
+* Custom port range scans
+* Open discovered HTTP(S) services to browser
+* Lightweight service fingerprinting (SSH/HTTP(S) server type and version)
+* DNS record lookups supporting almost every record type
+* Wake-on-LAN for LAN hosts
.
Repo Type:git
diff --git a/metadata/com.abcdjdj.rootverifier.txt b/metadata/com.abcdjdj.rootverifier.txt
index f61e521c4c..68627a3ba5 100644
--- a/metadata/com.abcdjdj.rootverifier.txt
+++ b/metadata/com.abcdjdj.rootverifier.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:
Source Code:https://github.com/abcdjdj/RootVerifier-APP
Issue Tracker:https://github.com/abcdjdj/RootVerifier-APP/issues
diff --git a/metadata/com.abhijitvalluri.android.fitnotifications.txt b/metadata/com.abhijitvalluri.android.fitnotifications.txt
new file mode 100644
index 0000000000..657333dcdc
--- /dev/null
+++ b/metadata/com.abhijitvalluri.android.fitnotifications.txt
@@ -0,0 +1,41 @@
+AntiFeatures:NonFreeDep
+Categories:Connectivity
+License:Apache-2.0
+Author Name:Smart Dinosaurs Entertainment
+Web Site:https://android.abhijitvalluri.com/
+Source Code:https://github.com/abhijitvalluri/fitnotifications
+Issue Tracker:https://github.com/abhijitvalluri/fitnotifications/issues
+
+Auto Name:Fit Notifications
+Summary:Enable all notifications for compatible Fitbit devices
+Description:
+''Fit Notifications'' allows you to view all your Android notifications on your
+Fitbit device. See list of compatible devices. '''No special permissions
+required!'''
+
+'''COMPATIBLE DEVICES:''' Fitbit Alta, Alta HR, Charge 2, Blaze, Surge Limited
+compatibility with Fitbit Flex 2 (lights up the LEDs)
+.
+
+Repo Type:git
+Repo:https://github.com/abhijitvalluri/fitnotifications.git
+
+Build:2.9.16,39
+ commit=39
+ subdir=app
+ gradle=yes
+
+Build:2.9.17,40
+ commit=40
+ subdir=app
+ gradle=yes
+
+Build:2.9.18,42
+ commit=42
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %c
+Update Check Mode:Tags
+Current Version:2.9.18
+Current Version Code:42
diff --git a/metadata/com.abitsinc.andr.txt b/metadata/com.abitsinc.andr.txt
index 97edb85c18..a01d97404a 100644
--- a/metadata/com.abitsinc.andr.txt
+++ b/metadata/com.abitsinc.andr.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.abitsinc.com
Source Code:https://github.com/abitsinc/AB-ITS-Inc-Flashlight-Android
Issue Tracker:https://github.com/abitsinc/AB-ITS-Inc-Flashlight-Android/issues
diff --git a/metadata/com.achep.acdisplay.txt b/metadata/com.achep.acdisplay.txt
index bba14d1a5e..5d9dcd8e00 100644
--- a/metadata/com.achep.acdisplay.txt
+++ b/metadata/com.achep.acdisplay.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://acdisplay.org
Source Code:https://github.com/AChep/AcDisplay
Issue Tracker:https://github.com/AChep/AcDisplay/issues
diff --git a/metadata/com.acvarium.tasclock.txt b/metadata/com.acvarium.tasclock.txt
index ecbf48e62e..65a73538ac 100644
--- a/metadata/com.acvarium.tasclock.txt
+++ b/metadata/com.acvarium.tasclock.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/Acvarium/TasClock/blob/HEAD/README.md
Source Code:https://github.com/Acvarium/TasClock
Issue Tracker:https://github.com/Acvarium/TasClock/issues
diff --git a/metadata/com.adam.aslfms.txt b/metadata/com.adam.aslfms.txt
index 3d8d7319a8..1145d60291 100644
--- a/metadata/com.adam.aslfms.txt
+++ b/metadata/com.adam.aslfms.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/tgwizard/sls
Issue Tracker:https://github.com/tgwizard/sls/issues
diff --git a/metadata/com.addi.txt b/metadata/com.addi.txt
index 4ae1fce507..9fa6357825 100644
--- a/metadata/com.addi.txt
+++ b/metadata/com.addi.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://addi.googlecode.com
Source Code:https://code.google.com/p/addi/source
Issue Tracker:
diff --git a/metadata/com.adguard.android.contentblocker.txt b/metadata/com.adguard.android.contentblocker.txt
new file mode 100644
index 0000000000..8c3f11fee7
--- /dev/null
+++ b/metadata/com.adguard.android.contentblocker.txt
@@ -0,0 +1,34 @@
+AntiFeatures:NonFreeAdd
+Categories:Internet
+License:GPL-3.0-or-later
+Web Site:https://github.com/AdguardTeam/ContentBlocker
+Source Code:https://github.com/AdguardTeam/ContentBlocker
+Issue Tracker:https://github.com/AdguardTeam/ContentBlocker/issues
+
+Auto Name:AdGuard Content Blocker
+Summary:Block advertisements
+Description:
+AdGuard Content Blocker is an app that blocks ads on mobile devices operated by
+Android in browsers that support content blocking technology. As of today, there
+are only two such browsers: Yandex Browser and Samsung Internet browser.
+
+The app does not require root access.
+.
+
+Repo Type:git
+Repo:https://github.com/AdguardTeam/ContentBlocker.git
+
+Build:2.1.3,21002103
+ commit=v2.1.3
+ subdir=adguard_cb
+ gradle=samsung_api21
+
+Build:2.2.1,21002201
+ commit=v2.2.1
+ subdir=adguard_cb
+ gradle=samsung_api21,prodBackend
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:2.2.1
+Current Version Code:21002201
diff --git a/metadata/com.adonai.manman.txt b/metadata/com.adonai.manman.txt
index 6b1befad31..ad05bda204 100644
--- a/metadata/com.adonai.manman.txt
+++ b/metadata/com.adonai.manman.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Development,System
-License:GPL-3.0
+License:GPL-3.0-only
Author Web Site:https://plus.google.com/102332121455682860724
Web Site:
Source Code:https://github.com/Adonai/Man-Man
diff --git a/metadata/com.afollestad.impression.txt b/metadata/com.afollestad.impression.txt
index 2f441cd645..a8c8556f04 100644
--- a/metadata/com.afollestad.impression.txt
+++ b/metadata/com.afollestad.impression.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://aidanfollestad.com/projects
Source Code:
Issue Tracker:
diff --git a/metadata/com.afollestad.nocknock.txt b/metadata/com.afollestad.nocknock.txt
index f59419fe0d..551080c7fd 100644
--- a/metadata/com.afollestad.nocknock.txt
+++ b/metadata/com.afollestad.nocknock.txt
@@ -10,6 +10,11 @@ Description:
The app will automatically knock on the door of your websites (or web servers)
on a chosen interval to make sure they are up and responding successfully. If
something is wrong, you get a notification telling you so.
+
+How does it check if your server is up? An HTTP GET request is made, the
+response code is checked. Nock Nock can also do custom validation on the
+response, by searching for a term, or even by executing a custom block of
+JavaScript.
.
Repo Type:git
diff --git a/metadata/com.agnibho.android.solarcompass.txt b/metadata/com.agnibho.android.solarcompass.txt
index dbd7bc9d7f..5f8bd45851 100644
--- a/metadata/com.agnibho.android.solarcompass.txt
+++ b/metadata/com.agnibho.android.solarcompass.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/agnibho/solarcompass
Issue Tracker:https://github.com/agnibho/solarcompass/issues
diff --git a/metadata/com.aidinhut.simpletextcrypt.txt b/metadata/com.aidinhut.simpletextcrypt.txt
index 6add9c479e..d5f94a4d1d 100644
--- a/metadata/com.aidinhut.simpletextcrypt.txt
+++ b/metadata/com.aidinhut.simpletextcrypt.txt
@@ -1,5 +1,5 @@
Categories:Security
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/aidin36/simpletextcrypt
Issue Tracker:https://github.com/aidin36/simpletextcrypt/issues
diff --git a/metadata/com.akop.bach.txt b/metadata/com.akop.bach.txt
index f217859ad0..d981ca02a2 100644
--- a/metadata/com.akop.bach.txt
+++ b/metadata/com.akop.bach.txt
@@ -1,9 +1,9 @@
AntiFeatures:NonFreeNet
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/melllvar/Spark360
-Issue Tracker:https://github.com/melllvar/Spark360/issues
+Source Code:https://github.com/0xe1f/Spark360
+Issue Tracker:https://github.com/0xe1f/Spark360/issues
Auto Name:Spark 360
Summary:Gaming client
@@ -18,7 +18,7 @@ affiliated with Microsoft Corporation or Sony Corporation.
.
Repo Type:git
-Repo:https://github.com/melllvar/Spark360.git
+Repo:https://github.com/0xe1f/Spark360.git
Build:6.20,116
commit=v6.20
diff --git a/metadata/com.alaskalinuxuser.hourglass.txt b/metadata/com.alaskalinuxuser.hourglass.txt
index 27718a7cd9..42885cedab 100644
--- a/metadata/com.alaskalinuxuser.hourglass.txt
+++ b/metadata/com.alaskalinuxuser.hourglass.txt
@@ -53,5 +53,5 @@ Build:1.6,6
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:1.6
-Current Version Code:6
+Current Version:1.9
+Current Version Code:9
diff --git a/metadata/com.alaskalinuxuser.justchess.txt b/metadata/com.alaskalinuxuser.justchess.txt
new file mode 100644
index 0000000000..5925755987
--- /dev/null
+++ b/metadata/com.alaskalinuxuser.justchess.txt
@@ -0,0 +1,41 @@
+Categories:Games
+License:Apache-2.0
+Web Site:
+Source Code:https://gitlab.com/alaskalinuxuser/app_JustChess
+Issue Tracker:https://gitlab.com/alaskalinuxuser/app_JustChess/issues
+
+Auto Name:JustChess
+Summary:Chess for one or two players
+Description:
+Play chess against a very simple author written chess engine, or against a
+friend in pass and play mode.
+
+Simple features include:
+
+* One or Two player
+* Move suggestion
+* Piece move highlighting
+* A 3 ply open source chess engine written by the author
+
+This game is not hard to beat. It was a learning curve to create a chess engine,
+but is playable, and supports two players in a pass and play fashion. All of the
+material is available for use from the source files.
+.
+
+Repo Type:git
+Repo:https://gitlab.com/alaskalinuxuser/app_JustChess.git
+
+Build:1.7,7
+ commit=1.7
+ subdir=app
+ gradle=yes
+
+Build:2.0,10
+ commit=2.0
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:2.0
+Current Version Code:10
diff --git a/metadata/com.alaskalinuxuser.justcraigslist.txt b/metadata/com.alaskalinuxuser.justcraigslist.txt
index 370b729c29..782cd1881c 100644
--- a/metadata/com.alaskalinuxuser.justcraigslist.txt
+++ b/metadata/com.alaskalinuxuser.justcraigslist.txt
@@ -1,8 +1,8 @@
Categories:Internet,Money
License:Apache-2.0
Web Site:https://thealaskalinuxuser.wordpress.com
-Source Code:https://github.com/alaskalinuxuser/app_justcraigslist
-Issue Tracker:https://github.com/alaskalinuxuser/app_justcraigslist/issues
+Source Code:https://gitlab.com/alaskalinuxuser/app_justcraigslist
+Issue Tracker:https://gitlab.com/alaskalinuxuser/app_justcraigslist/issues
Auto Name:Just Craigslist
Summary:Search posts on Craigslist
@@ -15,7 +15,7 @@ controls, this helps you focus on what is really important: the posts!
.
Repo Type:git
-Repo:https://github.com/alaskalinuxuser/app_justcraigslist
+Repo:https://gitlab.com/alaskalinuxuser/app_justcraigslist
Build:1.1,1
disable=pre-release constraint layout
diff --git a/metadata/com.alaskalinuxuser.justnotes.txt b/metadata/com.alaskalinuxuser.justnotes.txt
index 3884ccc899..029af04849 100644
--- a/metadata/com.alaskalinuxuser.justnotes.txt
+++ b/metadata/com.alaskalinuxuser.justnotes.txt
@@ -1,8 +1,9 @@
Categories:Writing
License:Apache-2.0
Web Site:https://thealaskalinuxuser.wordpress.com/
-Source Code:https://github.com/alaskalinuxuser/app_justnotes
-Issue Tracker:https://github.com/alaskalinuxuser/app_justnotes/issues
+Source Code:https://gitlab.com/alaskalinuxuser/app_justnotes
+Issue Tracker:https://gitlab.com/alaskalinuxuser/app_justnotes/issues
+Changelog:https://gitlab.com/alaskalinuxuser/app_justnotes/tags
Auto Name:Just Notes
Summary:Take notes with import and export features
@@ -20,7 +21,7 @@ apps and "small" apps for easy to understand and usable code.
.
Repo Type:git
-Repo:https://github.com/alaskalinuxuser/app_justnotes
+Repo:https://gitlab.com/alaskalinuxuser/app_justnotes
Build:1.0,1
commit=26003a90a5c0e73f4adbd4fa89867f402cc226f6
@@ -66,7 +67,17 @@ Build:1.9,9
subdir=app
gradle=yes
-Auto Update Mode:None
-Update Check Mode:RepoManifest
-Current Version:2.0
-Current Version Code:10
+Build:2.0,10
+ commit=2.0
+ subdir=app
+ gradle=yes
+
+Build:2.1,11
+ commit=2.1
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:2.1
+Current Version Code:11
diff --git a/metadata/com.alaskalinuxuser.rilcontrol.yml b/metadata/com.alaskalinuxuser.rilcontrol.yml
new file mode 100644
index 0000000000..281004fd54
--- /dev/null
+++ b/metadata/com.alaskalinuxuser.rilcontrol.yml
@@ -0,0 +1,36 @@
+Categories:
+ - System
+License: Apache-2.0
+WebSite: https://gitlab.com/alaskalinuxuser/app_ril_control
+SourceCode: https://gitlab.com/alaskalinuxuser/app_ril_control
+IssueTracker: https://gitlab.com/alaskalinuxuser/app_ril_control/issues
+Changelog: https://gitlab.com/alaskalinuxuser/app_ril_control/tags
+
+AutoName: Ril Control
+Summary: Control the RIL-daemon process
+Description: |-
+ This app allows you to stop or start the ril-daemon process on your Oreo
+ Android phone with the tap of a button.
+
+ It is primarily made for the LG G4 users on the AOSCP Oreo rom, but may work
+ for other purposes.
+
+ This app requires ROOT permission.
+
+RequiresRoot: 'True'
+
+RepoType: git
+Repo: https://gitlab.com/alaskalinuxuser/app_ril_control
+
+Builds:
+ - versionName: '1.0'
+ versionCode: 1
+ commit: '1.0'
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version %v
+UpdateCheckMode: Tags
+CurrentVersion: '1.0'
+CurrentVersionCode: 1
diff --git a/metadata/com.alaskalinuxuser.shipcaptainandcrew.txt b/metadata/com.alaskalinuxuser.shipcaptainandcrew.txt
index db30b1c421..b05b50b116 100644
--- a/metadata/com.alaskalinuxuser.shipcaptainandcrew.txt
+++ b/metadata/com.alaskalinuxuser.shipcaptainandcrew.txt
@@ -1,8 +1,8 @@
Categories:Games
License:Apache-2.0
Web Site:
-Source Code:https://github.com/alaskalinuxuser/app_ship_capt_crew
-Issue Tracker:https://github.com/alaskalinuxuser/app_ship_capt_crew/issues
+Source Code:https://gitlab.com/alaskalinuxuser/app_ship_capt_crew
+Issue Tracker:https://gitlab.com/alaskalinuxuser/app_ship_capt_crew/issues
Auto Name:Ship Captain and Crew
Summary:Play a classic dice game for up to 4 players
@@ -25,7 +25,7 @@ strike "midnight"!
.
Repo Type:git
-Repo:https://github.com/alaskalinuxuser/app_ship_capt_crew
+Repo:https://gitlab.com/alaskalinuxuser/app_ship_capt_crew
Build:1.3,4
commit=a8a6c6b12714dc0639b06a23db4cf60f8122c38e
@@ -47,7 +47,12 @@ Build:1.8,8
subdir=app
gradle=yes
+Build:2.0,10
+ commit=9ce19f6e6b1dbd5b42732c6beb514d60951c9b9f
+ subdir=app
+ gradle=yes
+
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:1.8
-Current Version Code:8
+Current Version:2.0
+Current Version Code:10
diff --git a/metadata/com.alfray.asqare.txt b/metadata/com.alfray.asqare.txt
index 55a1790642..c7b0e10f4b 100644
--- a/metadata/com.alfray.asqare.txt
+++ b/metadata/com.alfray.asqare.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/asqare
Source Code:https://code.google.com/p/asqare/source
Issue Tracker:
diff --git a/metadata/com.alfray.mandelbrot2.txt b/metadata/com.alfray.mandelbrot2.txt
index 0e83eddd23..3cb1ba455c 100644
--- a/metadata/com.alfray.mandelbrot2.txt
+++ b/metadata/com.alfray.mandelbrot2.txt
@@ -1,6 +1,6 @@
Disabled:Past sell by date
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/mandelbrot
Source Code:https://code.google.com/p/mandelbrot/source
Issue Tracker:
diff --git a/metadata/com.alfray.timeriffic.txt b/metadata/com.alfray.timeriffic.txt
index 47440773a2..88c825159b 100644
--- a/metadata/com.alfray.timeriffic.txt
+++ b/metadata/com.alfray.timeriffic.txt
@@ -1,7 +1,7 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://rdrrlabs.com/
-Source Code:https://code.google.com/p/timeriffic/source
+Source Code:
Issue Tracker:
Summary:Scheduled settings
diff --git a/metadata/com.allansimon.verbisteandroid.txt b/metadata/com.allansimon.verbisteandroid.txt
index 1caf683f1d..08ed1101e4 100644
--- a/metadata/com.allansimon.verbisteandroid.txt
+++ b/metadata/com.allansimon.verbisteandroid.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://github.com/allan-simon/verbiste-android/blob/HEAD/README.md
Source Code:https://github.com/allan-simon/verbiste-android
Issue Tracker:https://github.com/allan-simon/verbiste-android/issues
diff --git a/metadata/com.amabyte.vtucslabmanual.txt b/metadata/com.amabyte.vtucslabmanual.txt
index 32671bc51d..b3f0facff7 100644
--- a/metadata/com.amabyte.vtucslabmanual.txt
+++ b/metadata/com.amabyte.vtucslabmanual.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.amabyte.com
Source Code:https://github.com/Amabyte/vtu-cs-lab-manual
Issue Tracker:https://github.com/Amabyte/vtu-cs-lab-manual/issues
diff --git a/metadata/com.amaze.filemanager.txt b/metadata/com.amaze.filemanager.txt
index 5e9eef21f2..45a1ac6f91 100644
--- a/metadata/com.amaze.filemanager.txt
+++ b/metadata/com.amaze.filemanager.txt
@@ -1,8 +1,8 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://plus.google.com/communities/113997576965363268101
-Source Code:https://github.com/arpitkh96/AmazeFileManager
-Issue Tracker:https://github.com/arpitkh96/AmazeFileManager/issues
+Source Code:https://github.com/TeamAmaze/AmazeFileManager
+Issue Tracker:https://github.com/TeamAmaze/AmazeFileManager/issues
Auto Name:Amaze
Summary:Manage local files
@@ -21,7 +21,7 @@ Features:
.
Repo Type:git
-Repo:https://github.com/arpitkh96/AmazeFileManager
+Repo:https://github.com/TeamAmaze/AmazeFileManager
Build:1.3.0,4
disable=ucmfix
@@ -192,6 +192,12 @@ Build:3.2.1,63
gradle=fdroid
prebuild=sed -i -e '/playCompile/d' build.gradle
+Build:3.2.2,64
+ commit=v.3.2.2
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '/playCompile/d' build.gradle
+
Maintainer Notes:
jcifs-1.3.18.jar has been verified to match upstream at
https://jcifs.samba.org/src/jcifs-1.3.18.jar -- however
@@ -199,6 +205,6 @@ we should build it from source.
.
Auto Update Mode:Version v.%v
-Update Check Mode:Tags
-Current Version:3.2.1
-Current Version Code:63
+Update Check Mode:Tags ^v[0-9.]+$
+Current Version:3.2.2
+Current Version Code:64
diff --git a/metadata/com.ames.books.txt b/metadata/com.ames.books.txt
new file mode 100644
index 0000000000..164e8d79e1
--- /dev/null
+++ b/metadata/com.ames.books.txt
@@ -0,0 +1,46 @@
+AntiFeatures:NonFreeNet
+Categories:Science & Education,Reading,Multimedia,Internet
+License:GPL-3.0-only
+Web Site:
+Source Code:https://github.com/andviane/google-books-android-viewer
+Issue Tracker:https://github.com/andviane/google-books-android-viewer/issues
+
+Auto Name:BookList
+Summary:Unofficial Google Books viewer
+Description:
+This is the demo/wrapping app to demonstrate the capabilities of the Uncover
+library. This library builds a bridge between "infinitely scrolling view" that
+requires fast synchronous data model and web resource or database that uses slow
+asynchronous and strongly prefers more than a single item per request. The
+library performs many internal optimizations on how the data are fetched. Unlike
+many alternative approaches (mostly centered around the scroll listener) it
+features clean classic MVC design.
+
+The mentioned library is the open source project under Apache 2.0 license. The
+wrapping app (same repository) is under GPLv3.
+
+The demo app is fully usable by the end non-programming user. It allows to view
+the large Google Books directory, displaying titles and book covers. If it is
+possible to purchase the book from some vendor, the "book purchase link" appears
+in the book details view. Tapping on it opens the web browser of your device (no
+longer this app) and you may read more details or even to make a purchase there.
+
+The app communicates with Google server with the help of
+com.google.apis:google-api-services-books library that if fetched from Maven
+Central. Maven Central specifies the license of this library as Apache 2.0.
+.
+
+Repo Type:git
+Repo:https://github.com/andviane/google-books-android-viewer.git
+
+Build:1.7,7
+ commit=2.0.1
+ subdir=app
+ patch=uncover.patch
+ gradle=yes
+ prebuild=sed -i -e '/sign file/d' ../uncover/build.gradle
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:1.7
+Current Version Code:7
diff --git a/metadata/com.ames.books/uncover.patch b/metadata/com.ames.books/uncover.patch
new file mode 100644
index 0000000000..2e5103b726
--- /dev/null
+++ b/metadata/com.ames.books/uncover.patch
@@ -0,0 +1,18 @@
+diff --git a/uncover/build.gradle b/uncover/build.gradle
+index 29f961a..c0a3963 100644
+--- a/uncover/build.gradle
++++ b/uncover/build.gradle
+@@ -145,14 +145,6 @@ publishing {
+
+ repositories {
+ mavenLocal()
+- maven {
+- credentials {
+- username System.env.ANDVIANE_USERNAME
+- password System.env.ANDVIANE_PASSWORD
+- }
+- //url 'https://oss.sonatype.org/content/repositories/snapshots'
+- url 'https://oss.sonatype.org/service/local/staging/deploy/maven2'
+- }
+ }
+ }
diff --git a/metadata/com.amphoras.tpthelper.txt b/metadata/com.amphoras.tpthelper.txt
index 1d5b989850..f34e3fde6d 100644
--- a/metadata/com.amphoras.tpthelper.txt
+++ b/metadata/com.amphoras.tpthelper.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/Amphoras/TPT-Helper
Source Code:https://github.com/Amphoras/TPT-Helper/tree/V2.0.3/TPT%20Helper
Issue Tracker:https://github.com/Amphoras/TPT-Helper/issues
diff --git a/metadata/com.ancantus.HYPNOTOAD.txt b/metadata/com.ancantus.HYPNOTOAD.txt
index 4bb6c0cde5..10c81378c1 100644
--- a/metadata/com.ancantus.HYPNOTOAD.txt
+++ b/metadata/com.ancantus.HYPNOTOAD.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://bitbucket.org/Ancantus/hypnotoad_live_wallpaper/src
Issue Tracker:https://bitbucket.org/Ancantus/hypnotoad_live_wallpaper/issues
diff --git a/metadata/com.anddevw.getchromium.txt b/metadata/com.anddevw.getchromium.txt
index 143b575d18..701ed1d608 100644
--- a/metadata/com.anddevw.getchromium.txt
+++ b/metadata/com.anddevw.getchromium.txt
@@ -1,5 +1,5 @@
Categories:Internet,System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://andDevW.com
Source Code:https://github.com/andDevW/getChromium
Issue Tracker:https://github.com/andDevW/getChromium/issues
diff --git a/metadata/com.andreasgift.totalzero.txt b/metadata/com.andreasgift.totalzero.txt
new file mode 100644
index 0000000000..dbd2675065
--- /dev/null
+++ b/metadata/com.andreasgift.totalzero.txt
@@ -0,0 +1,28 @@
+Categories:Games
+License:GPL-3.0-only
+Web Site:
+Source Code:https://github.com/snufflesrea/TotalZero
+Issue Tracker:https://github.com/snufflesrea/TotalZero/issues
+Bitcoin:1Q9TinY9kWoNMWuiToHiGC9uxCk6Vd41Gb
+
+Auto Name:Total Zero
+Summary:Offline puzzle math game
+Description:
+This offline game will train your brain by using simple math. The game objective
+is to construct equation with available number and mathematical sign and get 0
+as the end result. Games are customized with easy and difficult games mode.
+.
+
+Repo Type:git
+Repo:https://github.com/snufflesrea/TotalZero.git
+
+Build:1.1,2
+ disable=uses com.android.support.constraint:constraint-layout:1.0.0-beta4
+ commit=v1.0
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.1
+Current Version Code:2
diff --git a/metadata/com.andrewshu.android.reddit.txt b/metadata/com.andrewshu.android.reddit.txt
index a792970f1b..326a1f9d8c 100644
--- a/metadata/com.andrewshu.android.reddit.txt
+++ b/metadata/com.andrewshu.android.reddit.txt
@@ -1,6 +1,6 @@
Disabled:Use in.shick.diode
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://www.talklittle.com/reddit-is-fun/
Source Code:https://github.com/talklittle/reddit-is-fun
Issue Tracker:https://github.com/talklittle/reddit-is-fun/issues
diff --git a/metadata/com.android.adbkeyboard.txt b/metadata/com.android.adbkeyboard.txt
new file mode 100644
index 0000000000..ea6ff302a7
--- /dev/null
+++ b/metadata/com.android.adbkeyboard.txt
@@ -0,0 +1,25 @@
+Categories:Development,Internet
+License:GPL-2.0-only
+Web Site:https://github.com/senzhk/ADBKeyBoard
+Source Code:https://github.com/senzhk/ADBKeyBoard
+Issue Tracker:https://github.com/senzhk/ADBKeyBoard/issues
+
+Auto Name:ADBKeyBoard
+Summary:Android Virtual Keyboard Input via ADB
+Description:
+ADBKeyBoard is a virtual keyboard that receives commands from system broadcast
+intents, which you can send text input using adb..
+.
+
+Repo Type:git
+Repo:https://github.com/senzhk/ADBKeyBoard
+
+Build:1.0,1
+ commit=ad54ed605776d033b575f1df3c8c35b28bf34a6f
+ subdir=keyboardservice
+ gradle=yes
+
+Auto Update Mode:None
+Update Check Mode:Tags
+Current Version:1.0
+Current Version Code:1
diff --git a/metadata/com.android.gpstest.osmdroid.txt b/metadata/com.android.gpstest.osmdroid.txt
new file mode 100644
index 0000000000..35fce2e366
--- /dev/null
+++ b/metadata/com.android.gpstest.osmdroid.txt
@@ -0,0 +1,78 @@
+Categories:Navigation
+License:Apache-2.0
+Web Site:
+Source Code:https://github.com/barbeau/gpstest
+Issue Tracker:https://github.com/barbeau/gpstest/issues
+
+Auto Name:GPSTest
+Summary:An app for testing GPS and GNSS capabilities of a device
+Description:
+GPSTest displays real-time information for satellites in view of your device. A
+vital open-source test tool for platform engineers, developers, and power users,
+GPSTest can also assist users in understanding why their GPS/GNSS is or isn't
+working.
+
+Supports:
+
+* GPS (USA Navstar)
+* GLONASS (Russia)
+* QZSS (Japan)
+* BeiDou/COMPASS (China)
+* Galileo (European Union)
+* Various satellite-based augmentation systems SBAS (e.g., GAGAN, Anik F1, Galaxy 15, Inmarsat 3-F2, Inmarsat 4-F3, SES-5)
+
+GLONASS satellites are shown as squares on the Sky view, U.S. NAVSTAR satellites
+are shown as circles, Galileo and QZSS and SBAS satellites are shown as
+triangles, and BeiDou satellites are shown as pentagons.
+
+Menu options:
+
+* Inject Time Data - Injects Time assistance data for GPS into the platform, using information from a Network Time Protocol (NTP) server provided by the device OEM using an Android API in AOSP
+* Inject XTRA Data - Injects XTRA assistance data for GPS into the platform, using information from a XTRA server provided by the device OEM using an Android API in AOSP
+* Clear Assist Data - Clears all assistance data used for GPS, including NTP and XTRA data provided by the device OEM
+* Settings - Switch between light and dark themes, change map tile type, auto-start GPS on startup, minimum time and distance between GPS updates, keep screen on.
+.
+
+Repo Type:git
+Repo:https://github.com/barbeau/gpstest.git
+
+Build:3.1.0,29
+ commit=v3.1.0
+ subdir=GPSTest
+ gradle=osmdroid
+ prebuild=sed -i -e '/theTask.dependsOn "askForPasswords"/d' build.gradle
+
+Build:3.1.1,30
+ commit=v3.1.1
+ subdir=GPSTest
+ gradle=osmdroid
+ prebuild=sed -i -e '/theTask.dependsOn "askForPasswords"/d' build.gradle
+
+Build:3.1.3,32
+ commit=v3.1.3
+ subdir=GPSTest
+ gradle=osmdroid
+ prebuild=sed -i -e '/theTask.dependsOn "askForPasswords"/d' build.gradle
+
+Build:3.1.4,33
+ commit=v3.1.4
+ subdir=GPSTest
+ gradle=osmdroid
+ prebuild=sed -i -e '/theTask.dependsOn "askForPasswords"/d' build.gradle
+
+Build:3.1.5,34
+ commit=v3.1.5
+ subdir=GPSTest
+ gradle=osmdroid
+ prebuild=sed -i -e '/theTask.dependsOn "askForPasswords"/d' build.gradle
+
+Build:3.2.0,35
+ commit=v3.2.0
+ subdir=GPSTest
+ gradle=osmdroid
+ prebuild=sed -i -e '/theTask.dependsOn "askForPasswords"/d' build.gradle
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:3.2.0
+Current Version Code:35
diff --git a/metadata/com.android.keepass.txt b/metadata/com.android.keepass.txt
index 98265fa6fb..16eab427b6 100644
--- a/metadata/com.android.keepass.txt
+++ b/metadata/com.android.keepass.txt
@@ -1,5 +1,5 @@
Categories:Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.keepassdroid.com
Source Code:https://github.com/bpellin/keepassdroid
Issue Tracker:
@@ -235,7 +235,37 @@ Build:2.2.1,166
gradle=flavor1
rm=app/libs
+Build:2.2.2,167
+ commit=v2.2.2
+ subdir=app
+ gradle=flavor1
+ rm=app/libs
+
+Build:2.2.2.1,168
+ commit=v2.2.2.1
+ subdir=app
+ gradle=flavor1
+ rm=app/libs
+
+Build:2.2.2.2,169
+ commit=v2.2.2.2
+ subdir=app
+ gradle=flavor1
+ rm=app/libs
+
+Build:2.2.2.4,171
+ commit=v2.2.2.4
+ subdir=app
+ gradle=flavor1
+ rm=app/libs
+
+Build:2.3.4,178
+ commit=v2.3.4
+ subdir=app
+ gradle=general
+ rm=app/libs
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.2.1
-Current Version Code:166
+Current Version:2.3.4
+Current Version Code:178
diff --git a/metadata/com.android.quake.txt b/metadata/com.android.quake.txt
index cb18c80493..95d3453e59 100644
--- a/metadata/com.android.quake.txt
+++ b/metadata/com.android.quake.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/jackpal/glesquake
Issue Tracker:https://github.com/jackpal/glesquake/issues
diff --git a/metadata/com.android.shellms.txt b/metadata/com.android.shellms.txt
index f40f781331..22224362f3 100644
--- a/metadata/com.android.shellms.txt
+++ b/metadata/com.android.shellms.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/try2codesecure/ShellMS
Issue Tracker:https://github.com/try2codesecure/ShellMS/issues
@@ -10,6 +10,11 @@ Description:
ShellMS is the simplest and easiest ADB Shell Messaging Application. If you
don't know what ADB or SDK is you definitely don't need this app. For the others
it's useful tool to speed up messaging when you're working on your computer.
+
+'''Usage:'''
+
+* with mobile phone numbers: adb shell am startservice --user 0 -n com.android.shellms/.sendSMS -e contact +123456789 -e msg "Message"
+* with display names from phone: adb shell am startservice --user 0 -n com.android.shellms/.sendSMS -e contact "Contact's DISPLAY NAME" -e msg "MSG"
.
Repo Type:git
@@ -27,7 +32,17 @@ Build:1.2,3
Build:1.3,4
commit=v1.3
+Build:1.4,5
+ disable=Older failing build
+ commit=v1.4
+
+Build:1.5,6
+ commit=v1.5
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's/2.10/2.14.1/' ../gradle/wrapper/gradle-wrapper.properties
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.3
-Current Version Code:4
+Current Version:1.5
+Current Version Code:6
diff --git a/metadata/com.android.talkback.txt b/metadata/com.android.talkback.txt
index e2305289a8..2435294fce 100644
--- a/metadata/com.android.talkback.txt
+++ b/metadata/com.android.talkback.txt
@@ -28,9 +28,10 @@ Repo:https://github.com/google/talkback.git
Build:5.0.7_aosp,50007000
commit=12bdf2063e121a021f050c94cf5ebb2489c8af8a
patch=play-services-50007000.patch
- gradle=yes
output=build/outputs/apk/com.android.talkback-aosp-release.apk
- prebuild=rm libs/*.jar
+ rm=libs
+ 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.androidemu.gba.txt b/metadata/com.androidemu.gba.txt
index 63bf90ce84..8740a545c1 100644
--- a/metadata/com.androidemu.gba.txt
+++ b/metadata/com.androidemu.gba.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://gameboid.sf.net
Source Code:http://sf.net/p/gameboid/code
Issue Tracker:http://sf.net/p/gameboid/tickets
diff --git a/metadata/com.androidemu.gbc.txt b/metadata/com.androidemu.gbc.txt
index 83c3b0a9db..e53dd1302b 100644
--- a/metadata/com.androidemu.gbc.txt
+++ b/metadata/com.androidemu.gbc.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://gbcoid.sf.net
Source Code:http://sf.net/p/gbcoid/code
Issue Tracker:http://sf.net/p/gbcoid/tickets
diff --git a/metadata/com.androidemu.nes.txt b/metadata/com.androidemu.nes.txt
index 2b30e578c5..fe5cb9c0d2 100644
--- a/metadata/com.androidemu.nes.txt
+++ b/metadata/com.androidemu.nes.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://nesoid.sf.net
Source Code:http://sf.net/p/nesoid/code
Issue Tracker:http://sf.net/p/nesoid/tickets
@@ -9,6 +9,16 @@ Summary:Nintendo NES emulator
Description:
This project is based on sources made available by original Nesoid developer,
who in turn used code of FCEUltra (currently known as FCEUX).
+
+Nesoid is the famous NES/FC emulator for Android.
+
+* Very fast with sound
+* Customizable on-screen keypad
+* Save states
+* Net-play (Bluetooth/WiFi)
+* Cheats
+* Support Vs. System ROMs
+* Light gun
.
Repo Type:git
diff --git a/metadata/com.androzic.txt b/metadata/com.androzic.txt
index 3be870a027..22b8d813d5 100644
--- a/metadata/com.androzic.txt
+++ b/metadata/com.androzic.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://androzic.com
Source Code:https://github.com/andreynovikov/Androzic
Issue Tracker:https://github.com/andreynovikov/Androzic/issues
diff --git a/metadata/com.andybotting.tramhunter.txt b/metadata/com.andybotting.tramhunter.txt
index 57178ac8a6..a38e29d991 100644
--- a/metadata/com.andybotting.tramhunter.txt
+++ b/metadata/com.andybotting.tramhunter.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://tramhunter.andybotting.com
Source Code:https://github.com/andybotting/tramhunter
Issue Tracker:https://github.com/andybotting/tramhunter/issues
diff --git a/metadata/com.angryburg.uapp.txt b/metadata/com.angryburg.uapp.txt
index 0098c9ac5a..38c1e132ec 100644
--- a/metadata/com.angryburg.uapp.txt
+++ b/metadata/com.angryburg.uapp.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:Niles Rogoff
Author Email:lain@rogoff.xyz
Web Site:https://dangeru.us
@@ -13,6 +13,18 @@ The official app for danger/u/, [https://dangeru.us/ dangeru.us]
Based on the Sukeban Games visual novel Va-11 Hall-A. Assets used with
permission.
+
+This app provides you a fully functional version of Jill's phone, with all it's
+features you know and love from the game.
+
+At it's core is danger/u/, a fully functional version of the textboard for the
+denizens of Glitch City. You can listen to soundtracks from the jukebox, and
+read the latest news about the universe in the Augmented Eye.
+
+The looks of the app can be altered using Nanocamo, where you can select your
+favorite theme. The blog of famous cyberpunk superstar, Kira Miki, is also
+available, where she will post her life and hot-and-happenings around Glitch
+City.
.
Repo Type:git
@@ -53,7 +65,17 @@ Build:4.2.3,423
subdir=app
gradle=yes
+Build:4.2.4,424
+ commit=4.2.4
+ subdir=app
+ gradle=yes
+
+Build:4.2.5,425
+ commit=4.2.5
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:4.2.3
-Current Version Code:423
+Current Version:4.2.5
+Current Version Code:425
diff --git a/metadata/com.anoopknr.pastebin.txt b/metadata/com.anoopknr.pastebin.txt
new file mode 100644
index 0000000000..66392e973b
--- /dev/null
+++ b/metadata/com.anoopknr.pastebin.txt
@@ -0,0 +1,31 @@
+Categories:Internet
+License:GPL-3.0-only
+Web Site:https://gitlab.com/anoopknr/pastebin
+Source Code:https://gitlab.com/anoopknr/pastebin/tree/HEAD
+Issue Tracker:https://gitlab.com/anoopknr/pastebin/issues
+
+Auto Name:PasteBin
+Summary:Client application for Ubuntu pastebin
+Description:
+Client application for Ubuntu pastebin, a web application where you can paste
+snippets of text, usually source code or log files, for public viewing. Pastes
+made to pastebin are usually only saved for a short period of time.
+.
+
+Repo Type:git
+Repo:https://gitlab.com/anoopknr/pastebin.git
+
+Build:1.0,1
+ commit=1.0
+ subdir=app
+ gradle=yes
+
+Build:1.5,2
+ commit=1.5
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:1.5
+Current Version Code:2
diff --git a/metadata/com.anoshenko.android.mahjongg.txt b/metadata/com.anoshenko.android.mahjongg.txt
index e6d882c4b7..34945872b4 100644
--- a/metadata/com.anoshenko.android.mahjongg.txt
+++ b/metadata/com.anoshenko.android.mahjongg.txt
@@ -1,7 +1,7 @@
Categories:Games
-License:GPL-3.0
-Web Site:https://code.google.com/p/mahjonggbuilder
-Source Code:https://code.google.com/p/mahjonggbuilder/source
+License:GPL-3.0-only
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:Mahjongg Builder
@@ -14,9 +14,6 @@ of pieces.
The built-in layout editor allows creation of new game layouts.
.
-Repo Type:git-svn
-Repo:https://mahjonggbuilder.googlecode.com/svn/trunk/Android
-
Build:1.4.4,14
commit=15
@@ -24,3 +21,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:1.4.4
Current Version Code:14
+
+No Source Since:1.4.5
diff --git a/metadata/com.anthony.deepl.openl.txt b/metadata/com.anthony.deepl.openl.txt
new file mode 100644
index 0000000000..a773e70752
--- /dev/null
+++ b/metadata/com.anthony.deepl.openl.txt
@@ -0,0 +1,45 @@
+AntiFeatures:NonFreeNet
+Categories:Writing,Reading,Science & Education
+License:MIT
+Web Site:https://github.com/Anthony-Reboul/AndroidDeepL
+Source Code:https://github.com/Anthony-Reboul/AndroidDeepL
+Issue Tracker:https://github.com/Anthony-Reboul/AndroidDeepL/issues
+Changelog:https://github.com/Anthony-Reboul/AndroidDeepL/releases
+Bitcoin:3DetrDfft3ChjXMQUsTwQL1ozQvBXwGSsQ
+Litecoin:LXRwRuKMpqSepWobvpKaCKYFHrtwQC4bqM
+
+Summary:Unofficial application of DeepL Translator
+Description:
+OpenL Translator is an open source front-end to the high-quality DeepL machine
+translation services (available for English, German, French, Spanish, Italian,
+Dutch and Polish).
+
+Note that DeepL's terms of usage disallow submitting any text containing
+personal data, and submitted text will be retained for a certain amount of time.
+.
+
+Repo Type:git
+Repo:https://github.com/Anthony-Reboul/AndroidDeepL
+
+Build:2.0.1,5
+ commit=2.0.1
+ subdir=app
+ gradle=openlWithoutPlayServices
+ prebuild=sed -n -i -e '/maven.fabric/{s/.*//;x;N;d;};x;p;${x;p;}' ../build.gradle && \
+ sed -i -e '/io.fabric/d' ../build.gradle build.gradle && \
+ sed -i -e '/google-services/d' ../build.gradle build.gradle && \
+ sed -i -e '/withPlayServicesImplementation(.*) {/,/}/d; /withPlayServicesImplementation/d' build.gradle
+
+Build:2.1.0,6
+ commit=2.1.0
+ subdir=app
+ gradle=openlWithoutPlayServices
+ prebuild=sed -n -i -e '/maven.fabric/{s/.*//;x;N;d;};x;p;${x;p;}' ../build.gradle && \
+ sed -i -e '/io.fabric/d' ../build.gradle build.gradle && \
+ sed -i -e '/google-services/d' ../build.gradle build.gradle && \
+ sed -i -e '/withPlayServicesImplementation(.*) {/,/}/d; /withPlayServicesImplementation/d' build.gradle
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:2.1.0
+Current Version Code:6
diff --git a/metadata/com.antoniotari.reactiveampacheapp.txt b/metadata/com.antoniotari.reactiveampacheapp.txt
index 076bb74b82..5acf27bc46 100644
--- a/metadata/com.antoniotari.reactiveampacheapp.txt
+++ b/metadata/com.antoniotari.reactiveampacheapp.txt
@@ -1,5 +1,5 @@
Categories:Multimedia,Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://gitlab.com/antoniotari/reactive-ampache/blob/HEAD/README.md
Source Code:https://gitlab.com/antoniotari/reactive-ampache/
Issue Tracker:https://gitlab.com/antoniotari/reactive-ampache/issues
diff --git a/metadata/com.anysoftkeyboard.languagepack.SSH.txt b/metadata/com.anysoftkeyboard.languagepack.SSH.txt
index 9da5d387c4..8a9f03c590 100644
--- a/metadata/com.anysoftkeyboard.languagepack.SSH.txt
+++ b/metadata/com.anysoftkeyboard.languagepack.SSH.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.pedramhayati.com/2012/07/16/ssh-terminal-keyboard-android/
Source Code:https://github.com/pi3ch/ssh_anysoftkeyboard
Issue Tracker:https://github.com/pi3ch/ssh_anysoftkeyboard/issues
diff --git a/metadata/com.anysoftkeyboard.languagepack.afrikaans.txt b/metadata/com.anysoftkeyboard.languagepack.afrikaans.txt
new file mode 100644
index 0000000000..b55925e7cc
--- /dev/null
+++ b/metadata/com.anysoftkeyboard.languagepack.afrikaans.txt
@@ -0,0 +1,35 @@
+Categories:Writing
+License:Apache-2.0
+Web Site:
+Source Code:https://github.com/AnySoftKeyboard/LanguagePack/tree/Afrikaans
+Issue Tracker:https://github.com/AnySoftKeyboard/LanguagePack/issues
+Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMMN94&lc=US&item_name=AnySoftKeyboard
+
+Name:AnySoftKeyboard: Afrikaans
+Auto Name:AnySoftKeyboard - Afrikaans Language Pack
+Summary:Language pack for AnySoftKeyboard
+Description:
+Afrikaans language pack with dictionary.
+
+The source code is in another branch to the default.
+
+Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
+layout from AnySoftKeyboard's Settings->Keyboards menu.
+.
+
+Repo Type:git
+Repo:https://github.com/AnySoftKeyboard/LanguagePack.git
+
+Build:2.0.0,100
+ commit=afrikaans-2.0.0
+ gradle=yes
+ forceversion=yes
+ forcevercode=yes
+ rm=src/main/res/raw/words_*.dict
+ prebuild=sed -i -e 's/versionCode versionData.versionCode/versionCode 100/' build.gradle
+ preassemble=:makeDictionary
+
+Auto Update Mode:None
+Update Check Mode:RepoManifest/Afrikaans
+Current Version:2.0.0
+Current Version Code:100
diff --git a/metadata/com.anysoftkeyboard.languagepack.brazilian.txt b/metadata/com.anysoftkeyboard.languagepack.brazilian.txt
index e4b41f04ca..2db97c26ed 100644
--- a/metadata/com.anysoftkeyboard.languagepack.brazilian.txt
+++ b/metadata/com.anysoftkeyboard.languagepack.brazilian.txt
@@ -26,7 +26,15 @@ Build:2.0,100
forceversion=yes
preassemble=:makeDictionary
+Build:2.0.1,101
+ commit=brazilian-2.0.1
+ gradle=yes
+ forceversion=yes
+ forcevercode=yes
+ prebuild=sed -i -e 's/versionCode versionData.versionCode/versionCode 101/' build.gradle
+ preassemble=:makeDictionary
+
Auto Update Mode:None
Update Check Mode:RepoManifest/Brazilian
-Current Version:2.0.3
-Current Version Code:103
+Current Version:2.0.1
+Current Version Code:101
diff --git a/metadata/com.anysoftkeyboard.languagepack.french.txt b/metadata/com.anysoftkeyboard.languagepack.french.txt
index 5e4716474f..7a7eb717e1 100644
--- a/metadata/com.anysoftkeyboard.languagepack.french.txt
+++ b/metadata/com.anysoftkeyboard.languagepack.french.txt
@@ -26,7 +26,7 @@ Repo Type:git
Repo:https://github.com/AnySoftKeyboard/LanguagePack/
Build:1.0.67,67
- commit=adc03a2d1870d804212314f6c730f39604b39409
+ commit=french-1.0.67
gradle=yes
Auto Update Mode:None
diff --git a/metadata/com.anysoftkeyboard.languagepack.galician.txt b/metadata/com.anysoftkeyboard.languagepack.galician.txt
new file mode 100644
index 0000000000..d20d67e56a
--- /dev/null
+++ b/metadata/com.anysoftkeyboard.languagepack.galician.txt
@@ -0,0 +1,35 @@
+Categories:Writing
+License:Apache-2.0
+Web Site:
+Source Code:https://github.com/AnySoftKeyboard/LanguagePack/tree/Galician
+Issue Tracker:https://github.com/AnySoftKeyboard/LanguagePack/issues
+Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMMN94&lc=US&item_name=AnySoftKeyboard
+
+Name:AnySoftKeyboard: Galician
+Auto Name:AnySoftKeyboard - Galician Language Pack
+Summary:Language pack for AnySoftKeyboard
+Description:
+Galician language pack with more than 100,000 words from Galipedia articles.
+
+The source code is in another branch to the default.
+
+Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
+layout from AnySoftKeyboard's Settings->Keyboards menu.
+.
+
+Repo Type:git
+Repo:https://github.com/AnySoftKeyboard/LanguagePack.git
+
+Build:2.0.0,100
+ commit=galician-2.0.0
+ gradle=yes
+ forceversion=yes
+ forcevercode=yes
+ rm=src/main/res/raw/words_*.dict
+ prebuild=sed -i -e 's/versionCode versionData.versionCode/versionCode 100/' build.gradle
+ preassemble=:makeDictionary
+
+Auto Update Mode:None
+Update Check Mode:RepoManifest/Galician
+Current Version:2.0.0
+Current Version Code:100
diff --git a/metadata/com.anysoftkeyboard.languagepack.hebrew_large.txt b/metadata/com.anysoftkeyboard.languagepack.hebrew_large.txt
index c7494ab47c..0a34710fae 100644
--- a/metadata/com.anysoftkeyboard.languagepack.hebrew_large.txt
+++ b/metadata/com.anysoftkeyboard.languagepack.hebrew_large.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/AnySoftKeyboard/LanguagePack
Issue Tracker:https://github.com/AnySoftKeyboard/LanguagePack/issues
diff --git a/metadata/com.anysoftkeyboard.languagepack.hungarian.txt b/metadata/com.anysoftkeyboard.languagepack.hungarian.txt
index 67d385b53a..9443bb9056 100644
--- a/metadata/com.anysoftkeyboard.languagepack.hungarian.txt
+++ b/metadata/com.anysoftkeyboard.languagepack.hungarian.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/rhornig/anysoftkeyboard-hungarian/wiki
Source Code:https://github.com/rhornig/anysoftkeyboard-hungarian
Issue Tracker:https://github.com/rhornig/anysoftkeyboard-hungarian/issues
@@ -57,5 +57,5 @@ Tags not always reliable.
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:20161018
-Current Version Code:17
+Current Version:20180709
+Current Version Code:18
diff --git a/metadata/com.anysoftkeyboard.languagepack.indonesian.txt b/metadata/com.anysoftkeyboard.languagepack.indonesian.txt
new file mode 100644
index 0000000000..3c094721d1
--- /dev/null
+++ b/metadata/com.anysoftkeyboard.languagepack.indonesian.txt
@@ -0,0 +1,32 @@
+Categories:Writing
+License:Apache-2.0
+Web Site:
+Source Code:https://github.com/AnySoftKeyboard/LanguagePack/tree/Indonesian
+Issue Tracker:https://github.com/AnySoftKeyboard/LanguagePack/issues
+Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMMN94&lc=US&item_name=AnySoftKeyboard
+
+Name:AnySoftKeyboard: Indonesian
+Auto Name:AnySoftKeyboard - Indonesian Language Pack
+Summary:Language pack for AnySoftKeyboard
+Description:
+Indonesian language pack with keyboard layout and dictionary..
+
+The source code is in another branch to the default.
+
+Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
+layout from AnySoftKeyboard's Settings->Keyboards menu.
+.
+
+Repo Type:git
+Repo:https://github.com/AnySoftKeyboard/LanguagePack.git
+
+Build:2.0.0,67
+ commit=indonesian-2.0.0
+ gradle=yes
+ forceversion=yes
+ preassemble=:makeDictionary
+
+Auto Update Mode:None
+Update Check Mode:RepoManifest/Indonesian
+Current Version:2.0.0
+Current Version Code:67
diff --git a/metadata/com.anysoftkeyboard.languagepack.macedonian.txt b/metadata/com.anysoftkeyboard.languagepack.macedonian.txt
index 836368e9c9..4637525003 100644
--- a/metadata/com.anysoftkeyboard.languagepack.macedonian.txt
+++ b/metadata/com.anysoftkeyboard.languagepack.macedonian.txt
@@ -27,7 +27,13 @@ Build:2.0.0,168
forcevercode=yes
preassemble=:makeDictionary
+Build:2.0.1,186
+ commit=macedonian-2.0.1
+ gradle=yes
+ forceversion=yes
+ preassemble=:makeDictionary
+
Auto Update Mode:None
Update Check Mode:RepoManifest/Macedonian
-Current Version:2.0.0
-Current Version Code:168
+Current Version:2.0.1
+Current Version Code:186
diff --git a/metadata/com.anysoftkeyboard.languagepack.malayalam.txt b/metadata/com.anysoftkeyboard.languagepack.malayalam.txt
index ac27e13fee..4f2cd33085 100644
--- a/metadata/com.anysoftkeyboard.languagepack.malayalam.txt
+++ b/metadata/com.anysoftkeyboard.languagepack.malayalam.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://gitorious.org/amalaki/amalaki
Issue Tracker:
diff --git a/metadata/com.anysoftkeyboard.languagepack.neo.txt b/metadata/com.anysoftkeyboard.languagepack.neo.txt
index 45ca06f014..e029d9b2c8 100644
--- a/metadata/com.anysoftkeyboard.languagepack.neo.txt
+++ b/metadata/com.anysoftkeyboard.languagepack.neo.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://neo-layout.org
Source Code:https://github.com/kertase/neo_anysoftkeyboard
Issue Tracker:https://github.com/kertase/neo_anysoftkeyboard/issues
diff --git a/metadata/com.anysoftkeyboard.languagepack.norwegian.txt b/metadata/com.anysoftkeyboard.languagepack.norwegian.txt
index 289a471257..c6b997c423 100644
--- a/metadata/com.anysoftkeyboard.languagepack.norwegian.txt
+++ b/metadata/com.anysoftkeyboard.languagepack.norwegian.txt
@@ -24,17 +24,23 @@ Build:2.0.0,100
commit=norwegian_2.0.0
gradle=yes
forceversion=yes
- rm=src/main/res/raw/words_*.dict
preassemble=:makeDictionary
Build:2.0.1,101
commit=norwegian_2.0.1
gradle=yes
forceversion=yes
- rm=src/main/res/raw/words_*.dict
+ preassemble=:makeDictionary
+
+Build:2.0.2,102
+ commit=norwegian-2.0.2
+ gradle=yes
+ forceversion=yes
+ forcevercode=yes
+ prebuild=sed -i -e 's/versionCode versionData.versionCode/versionCode 102/' build.gradle
preassemble=:makeDictionary
Auto Update Mode:None
Update Check Mode:RepoManifest/Norwegian
-Current Version:2.0.1
-Current Version Code:101
+Current Version:2.0.2
+Current Version Code:102
diff --git a/metadata/com.anysoftkeyboard.languagepack.osspolish.txt b/metadata/com.anysoftkeyboard.languagepack.osspolish.txt
new file mode 100644
index 0000000000..2f9a936e0f
--- /dev/null
+++ b/metadata/com.anysoftkeyboard.languagepack.osspolish.txt
@@ -0,0 +1,32 @@
+Categories:Writing
+License:Apache-2.0
+Web Site:
+Source Code:https://github.com/AnySoftKeyboard/LanguagePack/tree/Polish
+Issue Tracker:https://github.com/AnySoftKeyboard/LanguagePack/issues
+Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMMN94&lc=US&item_name=AnySoftKeyboard
+
+Name:AnySoftKeyboard: Polish
+Auto Name:AnySoftKeyboard - Polish Language Pack
+Summary:Language pack for AnySoftKeyboard
+Description:
+Polish language pack with keyboard layout and dictionary..
+
+The source code is in another branch to the default.
+
+Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
+layout from AnySoftKeyboard's Settings->Keyboards menu.
+.
+
+Repo Type:git
+Repo:https://github.com/AnySoftKeyboard/LanguagePack.git
+
+Build:2.0.0,66
+ commit=polish-2.0.0
+ gradle=yes
+ forceversion=yes
+ preassemble=:makeDictionary
+
+Auto Update Mode:None
+Update Check Mode:RepoManifest/Polish
+Current Version:2.0.0
+Current Version Code:66
diff --git a/metadata/com.anysoftkeyboard.languagepack.ossturkish.txt b/metadata/com.anysoftkeyboard.languagepack.ossturkish.txt
new file mode 100644
index 0000000000..0e8f923f82
--- /dev/null
+++ b/metadata/com.anysoftkeyboard.languagepack.ossturkish.txt
@@ -0,0 +1,32 @@
+Categories:Writing
+License:Apache-2.0
+Web Site:
+Source Code:https://github.com/AnySoftKeyboard/LanguagePack/tree/Turkish
+Issue Tracker:https://github.com/AnySoftKeyboard/LanguagePack/issues
+Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMMN94&lc=US&item_name=AnySoftKeyboard
+
+Name:AnySoftKeyboard: Turkish
+Auto Name:AnySoftKeyboard - Türkçe Dil Paketi
+Summary:Language pack for AnySoftKeyboard
+Description:
+Turkish language pack with keyboard layout and dictionary..
+
+The source code is in another branch to the default.
+
+Install [[com.menny.android.anysoftkeyboard]] first, then select the desired
+layout from AnySoftKeyboard's Settings->Keyboards menu.
+.
+
+Repo Type:git
+Repo:https://github.com/AnySoftKeyboard/LanguagePack.git
+
+Build:2.0.0,65
+ commit=turkish-2.0.0
+ gradle=yes
+ forceversion=yes
+ preassemble=:makeDictionary
+
+Auto Update Mode:None
+Update Check Mode:RepoManifest/Turkish
+Current Version:2.0.0
+Current Version Code:65
diff --git a/metadata/com.anysoftkeyboard.languagepack.pali.txt b/metadata/com.anysoftkeyboard.languagepack.pali.txt
index fe0425bb28..8cfa900773 100644
--- a/metadata/com.anysoftkeyboard.languagepack.pali.txt
+++ b/metadata/com.anysoftkeyboard.languagepack.pali.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/yuttadhammo
Source Code:https://github.com/yuttadhammo/ask-pali-keyboard
Issue Tracker:https://github.com/yuttadhammo/ask-pali-keyboard/issues
diff --git a/metadata/com.anysoftkeyboard.languagepack.persian.txt b/metadata/com.anysoftkeyboard.languagepack.persian.txt
index 9b004f3a51..d8b9e5bdc0 100644
--- a/metadata/com.anysoftkeyboard.languagepack.persian.txt
+++ b/metadata/com.anysoftkeyboard.languagepack.persian.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.pedramhayati.com/2011/05/15/persianfarsi-language-for-android
Source Code:https://github.com/pi3ch/persian_anysoftkeyboard
Issue Tracker:https://github.com/pi3ch/persian_anysoftkeyboard/issues
diff --git a/metadata/com.anysoftkeyboard.languagepack.slovene.txt b/metadata/com.anysoftkeyboard.languagepack.slovene.txt
index 4f72552d75..bce1ca2f4b 100644
--- a/metadata/com.anysoftkeyboard.languagepack.slovene.txt
+++ b/metadata/com.anysoftkeyboard.languagepack.slovene.txt
@@ -25,7 +25,15 @@ Build:2.0,100
forceversion=yes
preassemble=:makeDictionary
+Build:2.0.1,101
+ disable=Unexpected version/version code in output; APK: '2.0.1' / '62', Expected: '2.0.1' / '101'
+ commit=slovene-2.0.1
+ gradle=yes
+ forceversion=yes
+ forcevercode=yes
+ preassemble=:makeDictionary
+
Auto Update Mode:None
Update Check Mode:RepoManifest/Slovene
-Current Version:2.0
-Current Version Code:100
+Current Version:2.0.1
+Current Version Code:101
diff --git a/metadata/com.anysoftkeyboard.languagepack.spain.txt b/metadata/com.anysoftkeyboard.languagepack.spain.txt
index c61eec3ec7..551b14e8bd 100644
--- a/metadata/com.anysoftkeyboard.languagepack.spain.txt
+++ b/metadata/com.anysoftkeyboard.languagepack.spain.txt
@@ -70,7 +70,15 @@ Build:2.1.1,167
prebuild=sed -i -e 's/versionCode versionData.versionCode/versionCode 167/' build.gradle
preassemble=:makeDictionary
+Build:2.1.1,168
+ commit=spanish-2.1.2
+ gradle=yes
+ forceversion=yes
+ forcevercode=yes
+ prebuild=sed -i -e 's/versionCode versionData.versionCode/versionCode 168/' build.gradle
+ preassemble=:makeDictionary
+
Auto Update Mode:None
Update Check Mode:RepoManifest/Spanish
-Current Version:2.1.1
-Current Version Code:167
+Current Version:2.1.2
+Current Version Code:168
diff --git a/metadata/com.anysoftkeyboard.languagepack.ukrainian.txt b/metadata/com.anysoftkeyboard.languagepack.ukrainian.txt
index 62c68dad2d..b5823b6299 100644
--- a/metadata/com.anysoftkeyboard.languagepack.ukrainian.txt
+++ b/metadata/com.anysoftkeyboard.languagepack.ukrainian.txt
@@ -34,6 +34,14 @@ Build:2.0,100
forceversion=yes
preassemble=:makeDictionary
+Build:2.0.1,101
+ commit=ukrainian-2.0.1
+ gradle=yes
+ forceversion=yes
+ forcevercode=yes
+ prebuild=sed -i -e 's/versionCode versionData.versionCode/versionCode 101/' build.gradle
+ preassemble=:makeDictionary
+
Auto Update Mode:None
Update Check Mode:RepoManifest/Ukrainian
Current Version:2.0
diff --git a/metadata/com.apkupdater.txt b/metadata/com.apkupdater.txt
index 9b545284c6..c248cb1b9d 100644
--- a/metadata/com.apkupdater.txt
+++ b/metadata/com.apkupdater.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/rumboalla/apkupdater/blob/HEAD/README.md
Source Code:https://github.com/rumboalla/apkupdater
Issue Tracker:https://github.com/rumboalla/apkupdater/issues
diff --git a/metadata/com.app.Zensuren.txt b/metadata/com.app.Zensuren.txt
index dc364c4cf8..fa77d09407 100644
--- a/metadata/com.app.Zensuren.txt
+++ b/metadata/com.app.Zensuren.txt
@@ -1,5 +1,5 @@
Categories:Time,Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/ngbvol/Zensuren
Issue Tracker:https://github.com/ngbvol/Zensuren/issues
diff --git a/metadata/com.app.missednotificationsreminder.txt b/metadata/com.app.missednotificationsreminder.txt
index 917693d126..8d5fd604ea 100644
--- a/metadata/com.app.missednotificationsreminder.txt
+++ b/metadata/com.app.missednotificationsreminder.txt
@@ -12,6 +12,15 @@ the user periodically about missing calls/messages/other notifications via sound
(only LED is blinking). This tool allows you to monitor notifications from any
applications which are important for you and perform sound reminder
periodically.
+
+Just launch app, allow it to receive notification events, select reminder
+interval and important applications. That's it. If there are any unhandled
+notifications from thet selected apps in the statusbar, app will notify you
+periodically with the notification sound you choose.
+
+The battery is used only if there are missed notifications which requires
+periodical reminder. App wakes phone to perform sound notification and then
+sleep again.
.
Repo Type:git
@@ -47,6 +56,16 @@ Build:1.1.15,2010115018
subdir=app
gradle=v18
+Build:1.1.19,2010119014
+ commit=1.1.19
+ subdir=app
+ gradle=v14
+
+Build:1.1.19,2010119018
+ commit=1.1.19
+ subdir=app
+ gradle=v18
+
Maintainer Notes:
Build both flavors with each release.
VC is generated at buildtime, cannot set UCM.
@@ -55,5 +74,5 @@ VC is generated at buildtime, cannot set UCM.
Archive Policy:4 versions
Auto Update Mode:None
Update Check Mode:None
-Current Version:1.1.15
-Current Version Code:2010115018
+Current Version:1.1.19
+Current Version Code:2010119018
diff --git a/metadata/com.app2go.sudokufree.txt b/metadata/com.app2go.sudokufree.txt
index 8d20ee5f4e..11a1800771 100644
--- a/metadata/com.app2go.sudokufree.txt
+++ b/metadata/com.app2go.sudokufree.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.1gravity.com
Source Code:https://code.google.com/p/sudoku-pro-android/source
Issue Tracker:
diff --git a/metadata/com.appengine.paranoid_android.lost.txt b/metadata/com.appengine.paranoid_android.lost.txt
index c1f7e63384..db4b205541 100644
--- a/metadata/com.appengine.paranoid_android.lost.txt
+++ b/metadata/com.appengine.paranoid_android.lost.txt
@@ -1,7 +1,7 @@
Categories:Theming
-License:LGPL-3.0
-Web Site:https://sites.google.com/site/paranoidandroidproject/ContactOwner
-Source Code:https://code.google.com/p/contactowner/source
+License:LGPL-3.0-only
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:Contact Owner
@@ -16,9 +16,6 @@ contact information will keep being displayed even after restarting your device,
as long as the application is installed.
.
-Repo Type:git-svn
-Repo:https://contactowner.googlecode.com/svn/branches/v2next
-
Build:2.2,12
commit=44
target=android-4
@@ -27,3 +24,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:2.2
Current Version Code:12
+
+No Source Since:2.3
diff --git a/metadata/com.ariwilson.seismowallpaper.txt b/metadata/com.ariwilson.seismowallpaper.txt
index 7dfcdc25f0..e9daa5d932 100644
--- a/metadata/com.ariwilson.seismowallpaper.txt
+++ b/metadata/com.ariwilson.seismowallpaper.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/evilrobot69/code
Issue Tracker:https://github.com/evilrobot69/code/issues
diff --git a/metadata/com.arnaud.metronome.txt b/metadata/com.arnaud.metronome.txt
index a3e19a826d..d1893c41e8 100644
--- a/metadata/com.arnaud.metronome.txt
+++ b/metadata/com.arnaud.metronome.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://gitlab.com/funkygoby/metronome
Issue Tracker:https://gitlab.com/funkygoby/metronome/issues
@@ -10,7 +10,16 @@ Summary:A light and reliable metronome
Description:
A reliable metronome for Android with large BPM capabilities, able to follow a
user-defined structure, polyrhythms and random mute. With generated or native
-sounds
+sounds.
+
+'''Features:'''
+
+* BPM ranging from ~ 0.2 to ~ 120000 (depends on phone)
+* management of non-integer (comma) measures
+* a regular click. If your phone can play an audio file without flinching then this metronome will be regular
+* possibility to write a complex structure (changes of metrics, equivalences, claves)
+* polyrhythms
+* random mute
.
Repo Type:git
diff --git a/metadata/com.artifex.mupdf.mini.txt b/metadata/com.artifex.mupdf.mini.txt
index 2313d34bd9..b200577642 100644
--- a/metadata/com.artifex.mupdf.mini.txt
+++ b/metadata/com.artifex.mupdf.mini.txt
@@ -1,6 +1,6 @@
AntiFeatures:KnownVuln
Categories:Reading
-License:AGPL-3.0+
+License:AGPL-3.0-or-later
Web Site:https://mupdf.com
Source Code:https://git.ghostscript.com/?p=mupdf-android-viewer-mini.git;a=summary
Issue Tracker:https://bugs.ghostscript.com
diff --git a/metadata/com.artifex.mupdf.viewer.app.txt b/metadata/com.artifex.mupdf.viewer.app.txt
index e5407330a0..e8e4b89fef 100644
--- a/metadata/com.artifex.mupdf.viewer.app.txt
+++ b/metadata/com.artifex.mupdf.viewer.app.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:AGPL-3.0+
+License:AGPL-3.0-or-later
Web Site:https://mupdf.com
Source Code:https://git.ghostscript.com/?p=mupdf-android-viewer.git;a=summary
Issue Tracker:https://bugs.ghostscript.com
@@ -29,6 +29,19 @@ Build:1.12.0,20
scandelete=jni/libmupdf/thirdparty,jni/libmupdf/build/release/scripts
ndk=r16b
+Build:1.13.0,30
+ commit=1.13.0
+ subdir=app
+ submodules=yes
+ gradle=yes
+ prebuild=sed -i -e '/maven.ghostscript.com/d' ../build.gradle && \
+ sed -i -e 's/enable true/enable false/' build.gradle && \
+ sed -i -e "s/'-j4'/'-j`nproc`'/" ../jni/build.gradle && \
+ sed -i -e "/Uncomment/a\ ndk.abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86'" ../jni/build.gradle && \
+ make -C ../jni/libmupdf generate
+ scandelete=jni/libmupdf/thirdparty,jni/libmupdf/build/release/scripts
+ ndk=r16b
+
Maintainer Notes:
Upstream builds separate APKs for all target architectures supported by NDK
(7 as of r16). We build universal APK with armeabi-v7a, arm64-v8a and x86
@@ -42,5 +55,5 @@ Documents:
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.12
-Current Version Code:20
+Current Version:1.13.0
+Current Version Code:30
diff --git a/metadata/com.artifex.mupdfdemo.txt b/metadata/com.artifex.mupdfdemo.txt
index 197fc1b6c9..40860e5cd0 100644
--- a/metadata/com.artifex.mupdfdemo.txt
+++ b/metadata/com.artifex.mupdfdemo.txt
@@ -1,6 +1,6 @@
AntiFeatures:KnownVuln
Categories:Reading
-License:AGPL-3.0+
+License:AGPL-3.0-or-later
Web Site:https://mupdf.com
Source Code:https://git.ghostscript.com/?p=mupdf-android-viewer-old.git;a=summary
Issue Tracker:https://bugs.ghostscript.com
diff --git a/metadata/com.as.anagramsolver.txt b/metadata/com.as.anagramsolver.txt
index 29f1888c84..7db0ecde26 100644
--- a/metadata/com.as.anagramsolver.txt
+++ b/metadata/com.as.anagramsolver.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/uberspot/AnagramSolver
Issue Tracker:https://github.com/uberspot/AnagramSolver/issues
diff --git a/metadata/com.aselalee.trainschedule.txt b/metadata/com.aselalee.trainschedule.txt
index 76d86f5dc2..e3e50a3229 100644
--- a/metadata/com.aselalee.trainschedule.txt
+++ b/metadata/com.aselalee.trainschedule.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/aselalee/sl-train-schedule
Issue Tracker:https://github.com/aselalee/sl-train-schedule/issues
diff --git a/metadata/com.ath0.rpn.txt b/metadata/com.ath0.rpn.txt
index ec6cb6b8cd..df4cdd4de4 100644
--- a/metadata/com.ath0.rpn.txt
+++ b/metadata/com.ath0.rpn.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://meta.ath0.com/software/rpn
Source Code:https://github.com/lpar/RPN
Issue Tracker:https://github.com/lpar/RPN/issues
diff --git a/metadata/com.atr.tedit.txt b/metadata/com.atr.tedit.txt
new file mode 100644
index 0000000000..5a3535a13d
--- /dev/null
+++ b/metadata/com.atr.tedit.txt
@@ -0,0 +1,48 @@
+Categories:Writing
+License:0BSD
+Web Site:http://1337atr.weebly.com/tedit.html
+Source Code:https://github.com/ATryder/TEdit
+Issue Tracker:https://github.com/ATryder/TEdit/issues
+Changelog:https://github.com/ATryder/TEdit/releases
+
+Auto Name:TEdit
+Summary:A simple text editor
+Description:
+TEdit is a simple text editor for Android devices which includes a graphical
+file browser to make locating existing files and saving new files easy.
+Additionally TEdit enables you to keep multiple files open simultaneously,
+simply select the file tabs icon to be presented with a list of currently open
+documents.
+.
+
+Repo Type:git
+Repo:https://github.com/ATryder/TEdit.git
+
+Build:2.1,6
+ commit=v2.1
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's/constraint-layout:1.0.0-beta3/constraint-layout:1.0.2/' build.gradle
+
+Build:2.1.1,7
+ commit=2.1.1
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's/constraint-layout:1.0.0-beta3/constraint-layout:1.0.2/' build.gradle
+
+Build:2.1.2,8
+ commit=2.1.2
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's/constraint-layout:1.0.0-beta3/constraint-layout:1.0.2/' build.gradle
+
+Build:2.1.3,9
+ commit=2.1.3
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's/constraint-layout:1.0.0-beta3/constraint-layout:1.0.2/' build.gradle
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:2.1.3
+Current Version Code:9
diff --git a/metadata/com.averi.worldscribe.txt b/metadata/com.averi.worldscribe.txt
new file mode 100644
index 0000000000..c146e44556
--- /dev/null
+++ b/metadata/com.averi.worldscribe.txt
@@ -0,0 +1,43 @@
+Categories:Writing
+License:MIT
+Web Site:
+Source Code:https://github.com/MarquisLP/World-Scribe
+Issue Tracker:https://github.com/MarquisLP/World-Scribe/issues
+Changelog:https://github.com/MarquisLP/World-Scribe/releases
+
+Auto Name:World Scribe
+Summary:Help story writers with fictional world-building
+Description:
+Ever wanted to create a fictional setting — for your next novel, comic,
+screenplay, or what-have-you — but find it difficult to keep everything
+organized?
+
+''World Scribe'' eases the creation process by letting you keep track of every
+important element in your world, including the ways in which they're connected.
+
+Whether you're a novelist, hobby writer, or role-player, World Scribe is an
+indispensable tool for making your settings more than just fiction. Bring your
+world to life today!
+
+'''Features:'''
+
+* World elements — known as Articles — are organized into five categories for your convenience: People (your colorful cast of characters), groups (people united by blood, race, or a driving motivation), places (the varied locales and vistas your world has to offer), items (gadgets, important artifacts, and various belongings), concepts (definitions for world-specific ideas like magic systems, religions, and superpowers).
+* Any Article can possess Connections to other Articles, complete with relationship descriptions. Each Connection also acts as a link to that Article's page. Need to find a character's siblings, or the ancient artifacts on their person? You can navigate to each of them straight from that character's page.
+* Any Article can also possess Snippets, which are custom text entries unique to that Article. Want to write down an important letter or speech from one of your characters? How about a song or poem warning of a dangerous location in the world? The possibilities are endless!
+* Everything you write is stored in simple text files, so feel free to export your worlds at any time and use them in other writing projects. You can find them in the "WorldScribe" folder on your phone's external storage.
+* Have a Dropbox account? You can backup each of your worlds to your Dropbox account for easy exporting and added safety (in case the Dark Lord seizes your device). To backup, just select the "Backup to Dropbox" option from the overflow menu at any time.
+.
+
+Repo Type:git
+Repo:https://github.com/MarquisLP/World-Scribe
+
+Build:1.4.6,17
+ commit=1.4.6
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/keystorePropertiesFile/d' build.gradle
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:1.4.6
+Current Version Code:17
diff --git a/metadata/com.b44t.messenger.txt b/metadata/com.b44t.messenger.txt
index 96b546607e..faa1d2e385 100644
--- a/metadata/com.b44t.messenger.txt
+++ b/metadata/com.b44t.messenger.txt
@@ -1,17 +1,17 @@
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://delta.chat/
Source Code:https://github.com/deltachat/deltachat-android
Issue Tracker:https://github.com/deltachat/deltachat-android/issues
-Changelog:https://github.com/deltachat/deltachat-android/blob/HEAD/CHANGELOG.md#delta-chat-changelog
-Donate:https://delta.chat/en/support
+Changelog:https://delta.chat/en/changelog
+Donate:https://delta.chat/en/contribute
Bitcoin:18e3zwis2raitdZVhEhHHT7xG6oXsZte9L
Auto Name:Delta Chat
Summary:Communicate instantly via e-mail
Description:
-Delta Chat is a project that aims to create a messaging app that is completely
-compatible to the existing e-mail infrastructure.
+Delta Chat is a messaging app that is completely compatible with the existing
+e-mail infrastructure.
So, with Delta Chat you get the ease of well-known messengers with the reach of
e-mail. Moreover, you're independent from other companies or services -- as your
@@ -290,7 +290,79 @@ Build:0.16.0,514
gradle nativeLibsToJar
ndk=r14b
+Build:0.17.0,517
+ commit=v0.17.0
+ subdir=MessengerProj
+ submodules=yes
+ gradle=fat
+ build=$$NDK$$/ndk-build -j `nproc` && \
+ gradle nativeLibsToJar
+ ndk=r14b
+
+Build:0.17.1,518
+ commit=v0.17.1
+ subdir=MessengerProj
+ submodules=yes
+ gradle=fat
+ build=$$NDK$$/ndk-build -j `nproc` && \
+ gradle nativeLibsToJar
+ ndk=r14b
+
+Build:0.17.2,519
+ commit=v0.17.2
+ subdir=MessengerProj
+ submodules=yes
+ gradle=fat
+ build=$$NDK$$/ndk-build -j `nproc` && \
+ gradle nativeLibsToJar
+ ndk=r14b
+
+Build:0.17.3,520
+ commit=v0.17.3
+ subdir=MessengerProj
+ submodules=yes
+ gradle=fat
+ build=$$NDK$$/ndk-build -j `nproc` && \
+ gradle nativeLibsToJar
+ ndk=r14b
+
+Build:0.18.0,530
+ commit=v0.18.0
+ subdir=MessengerProj
+ submodules=yes
+ gradle=fat
+ build=$$NDK$$/ndk-build -j `nproc` && \
+ gradle nativeLibsToJar
+ ndk=r14b
+
+Build:0.18.2,534
+ commit=v0.18.2
+ subdir=MessengerProj
+ submodules=yes
+ gradle=fat
+ build=$$NDK$$/ndk-build -j `nproc` && \
+ gradle nativeLibsToJar
+ ndk=r14b
+
+Build:0.19.0,535
+ commit=v0.19.0
+ subdir=MessengerProj
+ submodules=yes
+ gradle=fat
+ build=$$NDK$$/ndk-build -j `nproc` && \
+ gradle nativeLibsToJar
+ ndk=r14b
+
+Build:0.20.0,536
+ commit=v0.20.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.16.0
-Current Version Code:514
+Current Version:0.20.0
+Current Version Code:536
diff --git a/metadata/com.banasiak.coinflip.txt b/metadata/com.banasiak.coinflip.txt
index cd5b821f72..4099e2e8a8 100644
--- a/metadata/com.banasiak.coinflip.txt
+++ b/metadata/com.banasiak.coinflip.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/banasiak/CoinFlip
Issue Tracker:https://github.com/banasiak/CoinFlip/issues
diff --git a/metadata/com.banasiak.coinflipext.example.txt b/metadata/com.banasiak.coinflipext.example.txt
index bc387b7077..8cb6c6c714 100644
--- a/metadata/com.banasiak.coinflipext.example.txt
+++ b/metadata/com.banasiak.coinflipext.example.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/banasiak/CoinFlipExtExample
Issue Tracker:https://github.com/banasiak/CoinFlipExtExample/issues
diff --git a/metadata/com.beem.project.beem.txt b/metadata/com.beem.project.beem.txt
index 0e4a352a01..babb9f241a 100644
--- a/metadata/com.beem.project.beem.txt
+++ b/metadata/com.beem.project.beem.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://www.beem-project.com
Source Code:http://www.beem-project.com/projects/beem/repository
Issue Tracker:http://www.beem-project.com/projects/beem/issues
diff --git a/metadata/com.benny.openlauncher.txt b/metadata/com.benny.openlauncher.txt
index c8b33df68f..f72462e0e8 100644
--- a/metadata/com.benny.openlauncher.txt
+++ b/metadata/com.benny.openlauncher.txt
@@ -2,14 +2,30 @@ Categories:System
License:Apache-2.0
Web Site:https://github.com/OpenLauncherTeam/openlauncher/blob/HEAD/README.md
Source Code:https://github.com/OpenLauncherTeam/openlauncher
-Issue Tracker:https://github.com/OpenLauncherTeam/openlauncher/issues
+Issue Tracker:
Changelog:https://github.com/OpenLauncherTeam/openlauncher/blob/HEAD/CHANGELOG.md
Donate:https://github.com/OpenLauncherTeam/openlauncher/blob/HEAD/README.md#project-team
+LiberapayID:13083
Auto Name:OpenLauncher
Summary:Launch applications and manage homescreen
Description:
Launcher that aims to be a powerful and community driven project.
+
+'''Features:'''
+
+* Paged desktop
+* Double tab to sleep
+* Scroll-able background
+* Paged app drawer
+* Vertical app drawer
+* Search bar
+* Icon packs
+
+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
@@ -115,11 +131,16 @@ Build:0.5.10,33
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.10
-Current Version Code:33
+Current Version:0.5.12
+Current Version Code:35
diff --git a/metadata/com.better.alarm.txt b/metadata/com.better.alarm.txt
index b0cde35f94..029d904a4b 100644
--- a/metadata/com.better.alarm.txt
+++ b/metadata/com.better.alarm.txt
@@ -70,5 +70,5 @@ UCM does not work because upstream split the app into 3 repos.
Auto Update Mode:None
Update Check Mode:None
-Current Version:2.9.01
-Current Version Code:2901
+Current Version:0
+Current Version Code:0
diff --git a/metadata/com.bigbluecup.android.launcher.txt b/metadata/com.bigbluecup.android.launcher.txt
index 83a410dd32..1ee4219f26 100644
--- a/metadata/com.bigbluecup.android.launcher.txt
+++ b/metadata/com.bigbluecup.android.launcher.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://www.adventuregamestudio.co.uk/site/ags
Source Code:https://github.com/adventuregamestudio/ags
Issue Tracker:https://github.com/adventuregamestudio/ags/issues
diff --git a/metadata/com.biglybt.android.client.txt b/metadata/com.biglybt.android.client.txt
index 9e9e2fb3a1..68d6529c1b 100644
--- a/metadata/com.biglybt.android.client.txt
+++ b/metadata/com.biglybt.android.client.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://www.biglybt.com
Source Code:https://github.com/BiglySoftware/BiglyBT-Android
Issue Tracker:https://github.com/BiglySoftware/BiglyBT-Android/issues
@@ -44,11 +44,28 @@ Build:1.1.4,19
prebuild=sed -i -e '/gaFlavorCompile/d; /dexcount/d; /google-services/d' build.gradle && \
sed -i -e '/google-services/d' ../build.gradle
+Build:1.1.7,28
+ commit=v1.1.7
+ subdir=BiglyBT
+ submodules=yes
+ patch=noDexClassLoader.patch
+ gradle=CoreFlavorFossFlavor
+ prebuild=sed -i -e '/googleFlavorImplementation/d; /dexcount/d' build.gradle && \
+ sed -i -e '/google-services/d' ../build.gradle
+
+Build:1.1.8,29
+ commit=v1.1.8
+ subdir=BiglyBT
+ submodules=yes
+ gradle=CoreFlavorFossFlavor
+ prebuild=sed -i -e '/googleFlavorImplementation/d; /dexcount/d' build.gradle && \
+ sed -i -e '/google-services/d' ../build.gradle
+
Maintainer Notes:
Repo has metadata structure for description, title, images, etc
.
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9.]*$
-Current Version:1.1.4
-Current Version Code:19
+Current Version:1.1.8
+Current Version Code:29
diff --git a/metadata/com.bijoysingh.quicknote.txt b/metadata/com.bijoysingh.quicknote.txt
index c7f6f34f2d..b6e0891a43 100644
--- a/metadata/com.bijoysingh.quicknote.txt
+++ b/metadata/com.bijoysingh.quicknote.txt
@@ -1,9 +1,9 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/BijoySingh/Material-Notes-Android-App
-Issue Tracker:https://github.com/BijoySingh/Material-Notes-Android-App/issues
-Changelog:https://github.com/BijoySingh/Material-Notes-Android-App/releases
+Source Code:https://github.com/BijoySingh/Scarlet-Notes
+Issue Tracker:https://github.com/BijoySingh/Scarlet-Notes/issues
+Changelog:https://github.com/BijoySingh/Scarlet-Notes/releases
Auto Name:Material Notes
Summary:Quick and beautiful note-taking
@@ -11,10 +11,28 @@ Description:
Material Notes offers a simple no hassle interface for adding notes in a
beautiful material design. It works completely offline, offers rich notes with
lists, headings, quotes and more.
+
+* Offline by Default: Don't like companies storing your data, no problem this note app can be used offline.
+* Optional Cloud Sync: Optionally sync notes accross devices.
+* Rich Note Input: Add rich notes - lists, headings, quotes and more.
+* Tags: Add tags to your notes and find them easily
+* Markdown Support: The text elements have markdown support
+* Choice of Grid / List layouts
+* Simple UX: Simplistic and straight forward UI.
+* Archived, Favourites, and more
+* Set color to your notes
+* Night Mode: view notes in night mode, for your eyes and screens
+* Lock Notes: lock the notes with a pincode
+* Reminders: Add reminders for your notes
+* Power Search: Powerful and smooth search experience within app
+* Ad Free: Now and always ad-free.
+* Floating Heads: Quickly take notes while doing other stuff.
+* Pinning and Sorting Notes
+* Widget Support
.
Repo Type:git
-Repo:https://github.com/BijoySingh/Material-Notes-Android-App
+Repo:https://github.com/BijoySingh/Scarlet-Notes
Build:3.2.0,18
commit=v3.2.0
diff --git a/metadata/com.boardgamegeek.txt b/metadata/com.boardgamegeek.txt
index da70b6e442..50bc720ffa 100644
--- a/metadata/com.boardgamegeek.txt
+++ b/metadata/com.boardgamegeek.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/ccomeaux/boardgamegeek4android/blob/HEAD/README.md
Source Code:https://github.com/ccomeaux/boardgamegeek4android
Issue Tracker:
diff --git a/metadata/com.bobbyrne01.howfardoyouswim.txt b/metadata/com.bobbyrne01.howfardoyouswim.txt
index f24fe45bca..ba7d4cc513 100644
--- a/metadata/com.bobbyrne01.howfardoyouswim.txt
+++ b/metadata/com.bobbyrne01.howfardoyouswim.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:LGPL-3.0
+License:LGPL-3.0-only
Web Site:
Source Code:https://github.com/bobbyrne01/howfardoyouswim-android
Issue Tracker:https://github.com/bobbyrne01/howfardoyouswim-android/issues
diff --git a/metadata/com.bonelazy.profileswitcher.txt b/metadata/com.bonelazy.profileswitcher.txt
index 993a63c8c1..4436476dfc 100644
--- a/metadata/com.bonelazy.profileswitcher.txt
+++ b/metadata/com.bonelazy.profileswitcher.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/seamusphelan/ProfileSwitcher
Issue Tracker:https://github.com/seamusphelan/ProfileSwitcher/issues
diff --git a/metadata/com.borneq.heregpslocation.txt b/metadata/com.borneq.heregpslocation.txt
index e9e1f994e0..7bfa5c5964 100644
--- a/metadata/com.borneq.heregpslocation.txt
+++ b/metadata/com.borneq.heregpslocation.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/borneq/HereGPSLocation
Issue Tracker:https://github.com/borneq/HereGPSLocation/issues
diff --git a/metadata/com.botbrew.basil.txt b/metadata/com.botbrew.basil.txt
index df7d06729c..3ff3a86045 100644
--- a/metadata/com.botbrew.basil.txt
+++ b/metadata/com.botbrew.basil.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:LGPL-2.1
+License:LGPL-2.1-only
Web Site:http://botbrew.com
Source Code:https://github.com/jyio/botbrew-gui
Issue Tracker:https://github.com/jyio/botbrew-gui/issues
diff --git a/metadata/com.bottleworks.dailymoney.txt b/metadata/com.bottleworks.dailymoney.txt
index 6bc1ce5fe3..64f9e4757a 100644
--- a/metadata/com.bottleworks.dailymoney.txt
+++ b/metadata/com.bottleworks.dailymoney.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Money
-License:GPL-3.0
+License:GPL-3.0-only
Author Web Site:http://touch.facebook.com/profile.php?id=100393240038469
Web Site:
Source Code:https://github.com/dennischen/dailymoney2017
diff --git a/metadata/com.brentpanther.bitcoinwidget.txt b/metadata/com.brentpanther.bitcoinwidget.txt
index 630657d11c..e2592a7a85 100644
--- a/metadata/com.brentpanther.bitcoinwidget.txt
+++ b/metadata/com.brentpanther.bitcoinwidget.txt
@@ -9,7 +9,9 @@ Auto Name:Simple Bitcoin Widget
Summary:Show current Bitcoin exchange prices
Description:
A clean and simple Bitcoin widget to show the current price from different
-exchanges.
+exchanges. Customizable refresh interval. Very light battery usage. Shows prices
+for Bitcoin, Bitcoin Cash, Ethereum, Ethereum Classic, Litecoin, Iota, Ripple,
+Dash, Monero, NEM, NEO, Cardano, Stellar, Nano, Bitcoin Gold, and Zcash.
.
Repo Type:git
@@ -172,7 +174,42 @@ Build:6.1.2,162
subdir=bitcoin
gradle=yes
+Build:6.3,165
+ commit=btc-6.3
+ subdir=bitcoin
+ gradle=yes
+
+Build:6.4.1,171
+ commit=btc-6.4.1
+ subdir=bitcoin
+ gradle=yes
+
+Build:6.4.3,173
+ commit=btc-6.4.3
+ subdir=bitcoin
+ gradle=yes
+
+Build:6.4.4,174
+ commit=btc-6.4.4
+ subdir=bitcoin
+ gradle=yes
+
+Build:6.5.0,180
+ commit=btc-6.5.0
+ subdir=bitcoin
+ gradle=yes
+
+Build:6.5.2,182
+ commit=btc-6.5.2
+ subdir=bitcoin
+ gradle=yes
+
+Build:6.6,190
+ commit=btc-6.6
+ 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.6
+Current Version Code:190
diff --git a/metadata/com.brewcrewfoo.performance.txt b/metadata/com.brewcrewfoo.performance.txt
index de27cc778f..eaabd62119 100644
--- a/metadata/com.brewcrewfoo.performance.txt
+++ b/metadata/com.brewcrewfoo.performance.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://forum.xda-developers.com/showthread.php?t=2401988
Source Code:https://github.com/horn3t/android_packages_apps_PerformanceControl
Issue Tracker:http://forum.xda-developers.com/devdb/project/?id=600#bugReporter
diff --git a/metadata/com.bri1.soundbored.txt b/metadata/com.bri1.soundbored.txt
index 7f16cd98f5..9c0c38aa47 100644
--- a/metadata/com.bri1.soundbored.txt
+++ b/metadata/com.bri1.soundbored.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/nezvadovitz/soundbored
Issue Tracker:https://github.com/nezvadovitz/soundbored/issues
@@ -21,5 +21,5 @@ Source repo disappeared from https://github.com/nezvadovitz/soundbored.git
Auto Update Mode:None
Update Check Mode:Static
-Current Version:2.0
-Current Version Code:3
+Current Version:0
+Current Version Code:0
diff --git a/metadata/com.brianco.colorclock.txt b/metadata/com.brianco.colorclock.txt
index 5654e86823..970dc9d548 100644
--- a/metadata/com.brianco.colorclock.txt
+++ b/metadata/com.brianco.colorclock.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/NightlyNexus/Color-Clock
Issue Tracker:https://github.com/NightlyNexus/Color-Clock/issues
diff --git a/metadata/com.briankhuu.nfcmessageboard.txt b/metadata/com.briankhuu.nfcmessageboard.txt
index ccc8d5716c..c02e74c204 100644
--- a/metadata/com.briankhuu.nfcmessageboard.txt
+++ b/metadata/com.briankhuu.nfcmessageboard.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/mofosyne/NFCMessageBoard
Issue Tracker:https://github.com/mofosyne/NFCMessageBoard/issues
diff --git a/metadata/com.brillenheini.deepscratch.free.txt b/metadata/com.brillenheini.deepscratch.free.txt
index 3b5441d2aa..1d4df2e668 100644
--- a/metadata/com.brillenheini.deepscratch.free.txt
+++ b/metadata/com.brillenheini.deepscratch.free.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/brillenheini/DeepScratch/blob/HEAD/README.md
Source Code:https://github.com/brillenheini/DeepScratch
Issue Tracker:https://github.com/brillenheini/DeepScratch/issues
diff --git a/metadata/com.brocktice.JustSit.txt b/metadata/com.brocktice.JustSit.txt
index d8231013e5..af818ee67a 100644
--- a/metadata/com.brocktice.JustSit.txt
+++ b/metadata/com.brocktice.JustSit.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/justsit
Source Code:https://code.google.com/p/justsit/source
Issue Tracker:
diff --git a/metadata/com.btcontract.wallet.txt b/metadata/com.btcontract.wallet.txt
index f8afd3a26b..48c12a5d0b 100644
--- a/metadata/com.btcontract.wallet.txt
+++ b/metadata/com.btcontract.wallet.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://btcontract.com
Source Code:https://github.com/btcontract/wallet
Issue Tracker:https://github.com/btcontract/wallet/issues
@@ -8,7 +8,13 @@ Auto Name:Bitcoin
Summary:Simple Bitcoin wallet
Description:
Simple Bitcoin is a standalone wallet for Android devices which does not depend
-on any centralized service and gives you full control over your money.
+on any centralized service and gives you full control over your money. Here are
+some reasons to use it:
+
+* A single-page application which allows you to store your bitcoins securely and transfer them easily.
+* It is an HD wallet which means your balance and full transaction history can always be restored using a single mnemonic code should anything bad happen to your device.
+* This wallet is lightweight and blazingly fast. It works well even on a slow internet connections.
+* Wallet data is encrypted and password-protected.
.
Repo Type:git
diff --git a/metadata/com.bvalosek.cpuspy.txt b/metadata/com.bvalosek.cpuspy.txt
index a6fa55e0b9..088104c717 100644
--- a/metadata/com.bvalosek.cpuspy.txt
+++ b/metadata/com.bvalosek.cpuspy.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/bvalosek/cpuspy
Issue Tracker:https://github.com/bvalosek/cpuspy/issues
diff --git a/metadata/com.bvcode.ncopter.txt b/metadata/com.bvcode.ncopter.txt
index d861625991..155e9e95cb 100644
--- a/metadata/com.bvcode.ncopter.txt
+++ b/metadata/com.bvcode.ncopter.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/copter-gcs
Source Code:https://code.google.com/p/copter-gcs/source
Issue Tracker:
diff --git a/metadata/com.bwx.bequick.txt b/metadata/com.bwx.bequick.txt
index c7e82a57da..d2ae9e4676 100644
--- a/metadata/com.bwx.bequick.txt
+++ b/metadata/com.bwx.bequick.txt
@@ -36,5 +36,7 @@ anyway. (repo was at https://code.google.com/p/quick-settings)
Auto Update Mode:None
Update Check Mode:Static
-Current Version:1.9.9.3
-Current Version Code:201107260
+Current Version:0
+Current Version Code:0
+
+No Source Since:1.9.9.4
diff --git a/metadata/com.byagowi.persiancalendar.txt b/metadata/com.byagowi.persiancalendar.txt
index bd6c65d365..11f7cb91f6 100644
--- a/metadata/com.byagowi.persiancalendar.txt
+++ b/metadata/com.byagowi.persiancalendar.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/ebraminio/DroidPersianCalendar/blob/HEAD/README.md
Source Code:https://github.com/ebraminio/DroidPersianCalendar
Issue Tracker:https://github.com/ebraminio/DroidPersianCalendar/issues
@@ -8,8 +8,9 @@ Changelog:https://github.com/ebraminio/DroidPersianCalendar/releases
Auto Name:Persian Calendar
Summary:View the Persian calendar
Description:
-Persian calendar is not supported in Android so this can be used instead.
-Includes widgets and dashclock provider.
+Persian calendar is not supported in Android natively so this can be used
+instead. Includes widgets and dashclock provider, Compass/Qibla and Athan, and
+Afghanistan holidays, Dari, Kurdish and Pashto support.
.
Repo Type:git
@@ -163,7 +164,63 @@ Build:5.4.0,540
subdir=PersianCalendar
gradle=yes
+Build:5.5.1,551
+ commit=v5.5.1
+ subdir=PersianCalendar
+ gradle=yes
+
+Build:5.6.0,560
+ commit=v5.6.0
+ subdir=PersianCalendar
+ gradle=yes
+
+Build:5.7.2,572
+ disable=ProGuard: Duplicate jar entry [android/support/v4/d/b$a.class]
+ commit=v5.7.2
+ subdir=PersianCalendar
+ gradle=yes
+
+Build:5.8.1,581
+ commit=v5.8.1
+ subdir=PersianCalendar
+ gradle=yes
+
+Build:5.8.6,586
+ commit=v5.8.6
+ subdir=PersianCalendar
+ gradle=yes
+
+Build:5.8.7,587
+ commit=v5.8.7
+ subdir=PersianCalendar
+ gradle=yes
+
+Build:5.8.8,588
+ commit=v5.8.8
+ subdir=PersianCalendar
+ gradle=yes
+
+Build:5.9.1,591
+ commit=v5.9.1
+ subdir=PersianCalendar
+ gradle=yes
+
+Build:5.9.2,592
+ commit=v5.9.2
+ subdir=PersianCalendar
+ gradle=yes
+
+Build:5.9.3,593
+ commit=v5.9.3
+ subdir=PersianCalendar
+ gradle=yes
+
+Build:5.9.4,594
+ commit=v5.9.4
+ subdir=PersianCalendar
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags ^[0-9.v]*$
-Current Version:5.4.0
-Current Version Code:540
+Current Version:5.9.4
+Current Version Code:594
diff --git a/metadata/com.bytehamster.changelog.txt b/metadata/com.bytehamster.changelog.txt
index fa16bd9ab0..1495f310d3 100644
--- a/metadata/com.bytehamster.changelog.txt
+++ b/metadata/com.bytehamster.changelog.txt
@@ -59,7 +59,17 @@ Build:3.19,41
subdir=app
gradle=yes
+Build:3.20,42
+ commit=v3.20
+ subdir=app
+ gradle=yes
+
+Build:3.21,43
+ commit=v3.21
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:3.19
-Current Version Code:41
+Current Version:3.21
+Current Version Code:43
diff --git a/metadata/com.bytesforge.linkasanote.txt b/metadata/com.bytesforge.linkasanote.txt
new file mode 100644
index 0000000000..8b4df94856
--- /dev/null
+++ b/metadata/com.bytesforge.linkasanote.txt
@@ -0,0 +1,26 @@
+Categories:Internet
+License:GPL-3.0-or-later
+Web Site:
+Source Code:https://github.com/alexcustos/linkasanote
+Issue Tracker:https://github.com/alexcustos/linkasanote/issues
+
+Summary:Bind notes to links and sync them with Nextcloud
+Description:
+LaaNo is an app which is designed to simplify the access to the information
+found on the Web and to give more power to manage it.
+
+* The app allows to bind Notes to Links and, at the same time, providing independent access to them;
+* Notes can be used as background information or as flashcards;
+* Two-way data sync is possible via Nextcloud.
+.
+
+Repo Type:git
+Repo:https://github.com/alexcustos/linkasanote.git
+
+Build:0.3.3,30399
+ commit=v0.3.3
+ subdir=app
+ gradle=prod
+
+Auto Update Mode:None
+Update Check Mode:None
diff --git a/metadata/com.bytestemplar.tonedef.txt b/metadata/com.bytestemplar.tonedef.txt
index 52e07a1169..295f532d31 100644
--- a/metadata/com.bytestemplar.tonedef.txt
+++ b/metadata/com.bytestemplar.tonedef.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://BytesTemplar.com/
Source Code:https://github.com/Fortyseven/ToneDef
Issue Tracker:https://github.com/Fortyseven/ToneDef/issues
diff --git a/metadata/com.call.recorder.txt b/metadata/com.call.recorder.txt
index f6dce2675d..0e4866c260 100644
--- a/metadata/com.call.recorder.txt
+++ b/metadata/com.call.recorder.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/call-recorder-for-android
Source Code:https://code.google.com/p/call-recorder-for-android/source
Issue Tracker:
diff --git a/metadata/com.callrecorder.android.txt b/metadata/com.callrecorder.android.txt
index a13af17838..19cbdb66a4 100644
--- a/metadata/com.callrecorder.android.txt
+++ b/metadata/com.callrecorder.android.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/riul88/call-recorder-for-android/blob/HEAD/README.md
Source Code:https://github.com/riul88/call-recorder-for-android
Issue Tracker:https://github.com/riul88/call-recorder-for-android/issues
diff --git a/metadata/com.casimirlab.simpleDeadlines.txt b/metadata/com.casimirlab.simpleDeadlines.txt
index ac5866d4ef..f29ab742de 100644
--- a/metadata/com.casimirlab.simpleDeadlines.txt
+++ b/metadata/com.casimirlab.simpleDeadlines.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.casimir-lab.net
Source Code:https://github.com/chibibi/simpleDeadlines
Issue Tracker:https://github.com/chibibi/simpleDeadlines/issues
diff --git a/metadata/com.cebesius.materialhash.txt b/metadata/com.cebesius.materialhash.txt
index 7b18783938..6d3bc5c711 100644
--- a/metadata/com.cebesius.materialhash.txt
+++ b/metadata/com.cebesius.materialhash.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/carltonwhitehead/material-hash-android
Issue Tracker:https://github.com/carltonwhitehead/material-hash-android/issues
diff --git a/metadata/com.cebesius.wifiautoforget.txt b/metadata/com.cebesius.wifiautoforget.txt
index 2635668deb..5287e49361 100644
--- a/metadata/com.cebesius.wifiautoforget.txt
+++ b/metadata/com.cebesius.wifiautoforget.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/carltonwhitehead/wifi-auto-forget/blob/HEAD/README.md
Source Code:https://github.com/carltonwhitehead/wifi-auto-forget
Issue Tracker:https://github.com/carltonwhitehead/wifi-auto-forget/issues
diff --git a/metadata/com.cepmuvakkit.times.txt b/metadata/com.cepmuvakkit.times.txt
index 5eeeb4c75c..27e3ce4fef 100644
--- a/metadata/com.cepmuvakkit.times.txt
+++ b/metadata/com.cepmuvakkit.times.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.cepmuvakkit.com/en
Source Code:https://code.google.com/p/android-salat-times/source
Issue Tracker:
diff --git a/metadata/com.cgogolin.library.txt b/metadata/com.cgogolin.library.txt
index 0b084634ec..8b886e95a8 100644
--- a/metadata/com.cgogolin.library.txt
+++ b/metadata/com.cgogolin.library.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/cgogolin/library
Issue Tracker:https://github.com/cgogolin/library/issues
@@ -44,7 +44,10 @@ Build:6.0,60
Build:6.1,61
commit=v6.1
+Build:6.2,63
+ commit=v6.2
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:6.1
-Current Version Code:61
+Current Version:6.2
+Current Version Code:63
diff --git a/metadata/com.chanapps.four.activity.txt b/metadata/com.chanapps.four.activity.txt
index 6481a9dc77..668d14eade 100644
--- a/metadata/com.chanapps.four.activity.txt
+++ b/metadata/com.chanapps.four.activity.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/grzegorznittner/chanu/blob/HEAD/README.md
Source Code:https://github.com/grzegorznittner/chanu
Issue Tracker:https://github.com/grzegorznittner/chanu/issues
@@ -7,7 +7,23 @@ Issue Tracker:https://github.com/grzegorznittner/chanu/issues
Auto Name:Chanu
Summary:4chan viewer
Description:
-Browse the famous 4chan image board.
+Browse the famous [https://en.wikipedia.org/wiki/4chan 4chan image board].
+Features include:
+
+* Browse boards and threads at high speed
+* Track threads with watchlists
+* View entire thread in gallery and download all images
+* Post replies and make new threads
+* Upload images from the web, your album, or your camera
+* Favorite boards you visit the most
+* Optimizes bandwidth usage on mobile data
+* Offline mode saves content for when you aren't connected
+* Automatic thread image expansion
+* Light and dark mode selected from ambient light conditions
+* Widgets for displaying threads on your home screen
+* Optimized for both 7" and 10" tablets
+* Supports 4chan Pass
+* Customization options
.
Repo Type:git
diff --git a/metadata/com.chessclock.android.txt b/metadata/com.chessclock.android.txt
index 8ba735c5ce..e4a30ec7ce 100644
--- a/metadata/com.chessclock.android.txt
+++ b/metadata/com.chessclock.android.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/eldarerathis/Simple-Chess-Clock
Issue Tracker:https://github.com/eldarerathis/Simple-Chess-Clock/issues
@@ -9,6 +9,8 @@ Summary:Two touchable chess timers
Description:
Simple Chess Clock does what it says! It is designed for touchscreen Android
devices, and provides a simple, clear interface and easy interaction.
+
+'''Note:''' Development of this app has been discontinued.
.
Repo Type:git
@@ -20,6 +22,6 @@ Build:1.2.0,8
target=android-8
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:None
Current Version:1.2.0
Current Version Code:8
diff --git a/metadata/com.chrisheald.flexauth.txt b/metadata/com.chrisheald.flexauth.txt
index dd244f87c1..c83fcab23b 100644
--- a/metadata/com.chrisheald.flexauth.txt
+++ b/metadata/com.chrisheald.flexauth.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Security
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://www.coffeepowered.net/2010/06/10/flexauth-portable-authentication-for-battle-net
Source Code:https://github.com/cheald/FlexAuth
Issue Tracker:https://github.com/cheald/FlexAuth/issues
diff --git a/metadata/com.ciarang.tallyphant.txt b/metadata/com.ciarang.tallyphant.txt
index 273465a793..8ea5bf4afc 100644
--- a/metadata/com.ciarang.tallyphant.txt
+++ b/metadata/com.ciarang.tallyphant.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/CiaranG/tallyphant
Source Code:https://gitlab.com/CiaranG/tallyphant/tree/HEAD
Issue Tracker:https://gitlab.com/CiaranG/tallyphant/issues
diff --git a/metadata/com.cityfreqs.littlesirecho.txt b/metadata/com.cityfreqs.littlesirecho.txt
index 6a37e45418..a1f1315cd6 100644
--- a/metadata/com.cityfreqs.littlesirecho.txt
+++ b/metadata/com.cityfreqs.littlesirecho.txt
@@ -8,8 +8,15 @@ Auto Name:Little Sir Echo
Summary:Repeat SMS notifications
Description:
Listens for SMS/MMS package notifications, sets a user-defined timer to remind
-using default ringtone and it's own notification message. Has definable awake
-times.
+using default ringtone and it's own notification message and continues to do so
+until the user views the sms or removes any sms notifications.
+
+A simple setting for awake hours constrain Little Sir Echo to repeat
+notifications within user selected hours. Defaults apply for this and all other
+settings.
+
+'''Note:''' This app only [https://github.com/kaputnikGo/LittleSirEcho/issues/4
+works up to Android 5].
.
Repo Type:git
diff --git a/metadata/com.cityzen.cityzen.txt b/metadata/com.cityzen.cityzen.txt
index 9099c4d1a0..6109a9edcd 100644
--- a/metadata/com.cityzen.cityzen.txt
+++ b/metadata/com.cityzen.cityzen.txt
@@ -23,7 +23,17 @@ Build:1.0,1
subdir=CityZenApp/app
gradle=yes
+Build:1.1.0,10100099
+ commit=v1.1.0
+ subdir=CityZenApp/app
+ gradle=yes
+
+Build:1.1.1,10100199
+ commit=v1.1.1
+ subdir=CityZenApp/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.1
+Current Version Code:10100199
diff --git a/metadata/com.claha.showtimeremote.txt b/metadata/com.claha.showtimeremote.txt
index 4f75c920da..88ffd8a3d5 100644
--- a/metadata/com.claha.showtimeremote.txt
+++ b/metadata/com.claha.showtimeremote.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://movian.tv
Source Code:https://github.com/claha/movianremote
Issue Tracker:https://github.com/claha/movianremote/issues
diff --git a/metadata/com.code.android.vibevault.txt b/metadata/com.code.android.vibevault.txt
index 07145f5d78..f569ed0c9c 100644
--- a/metadata/com.code.android.vibevault.txt
+++ b/metadata/com.code.android.vibevault.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://blog.andrewpearson.org/2010/11/vibe-vault.html
Source Code:https://code.google.com/p/vibevault/source
Issue Tracker:
@@ -37,5 +37,5 @@ different versions will be under different dirs.
Auto Update Mode:None
Update Check Mode:Static
-Current Version:4.1
-Current Version Code:35
+Current Version:0
+Current Version Code:0
diff --git a/metadata/com.code61.deadpixel.txt b/metadata/com.code61.deadpixel.txt
index 1525628daf..006e4755b3 100644
--- a/metadata/com.code61.deadpixel.txt
+++ b/metadata/com.code61.deadpixel.txt
@@ -1,5 +1,5 @@
Categories:Graphics
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/SrpMtt/DeadPixel
Issue Tracker:https://github.com/SrpMtt/DeadPixel/issues
diff --git a/metadata/com.codebutler.farebot.txt b/metadata/com.codebutler.farebot.txt
index 61de570544..ad6ed46e6c 100644
--- a/metadata/com.codebutler.farebot.txt
+++ b/metadata/com.codebutler.farebot.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://codebutler.github.com/farebot
Source Code:https://github.com/codebutler/farebot
Issue Tracker:https://github.com/codebutler/farebot/issues
diff --git a/metadata/com.coinbase.android.txt b/metadata/com.coinbase.android.txt
index b2c1f50016..5b2aeab1cb 100644
--- a/metadata/com.coinbase.android.txt
+++ b/metadata/com.coinbase.android.txt
@@ -43,5 +43,5 @@ Upstream forgot about tags some time ago.
Auto Update Mode:None
Update Check Mode:None
-Current Version:2.2
-Current Version Code:15
+Current Version:0
+Current Version Code:0
diff --git a/metadata/com.colinmcdonough.android.torch.txt b/metadata/com.colinmcdonough.android.torch.txt
index 2ad61b8083..36934e74bf 100644
--- a/metadata/com.colinmcdonough.android.torch.txt
+++ b/metadata/com.colinmcdonough.android.torch.txt
@@ -26,5 +26,5 @@ Different package name for the ICS versions, so no UCM applies.
Auto Update Mode:None
Update Check Mode:None
-Current Version:0.2.3
-Current Version Code:6
+Current Version:0
+Current Version Code:0
diff --git a/metadata/com.color.colornamer.txt b/metadata/com.color.colornamer.txt
index 1bc0904df4..ab8845992f 100644
--- a/metadata/com.color.colornamer.txt
+++ b/metadata/com.color.colornamer.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.dektar.com
Source Code:https://github.com/kaytdek/ColorNamer
Issue Tracker:https://github.com/kaytdek/ColorNamer/issues
diff --git a/metadata/com.commit451.gitlab.txt b/metadata/com.commit451.gitlab.txt
index f660b0da2b..0f1a23df09 100644
--- a/metadata/com.commit451.gitlab.txt
+++ b/metadata/com.commit451.gitlab.txt
@@ -132,7 +132,25 @@ Build:2.5.0,2050000
gradle=fdroid
prebuild=sed -i -e '1,14d' -e '/normalImplementation/,+2d' -e '/enableCrashlytics/s/true/false/g' -e "/apply plugin: 'io.fabric'/d" build.gradle
+Build:2.6.0,2060000
+ commit=2.6.0
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '1,14d' -e '/normalImplementation/,+2d' -e '/enableCrashlytics/s/true/false/g' -e "/apply plugin: 'io.fabric'/d" build.gradle
+
+Build:2.6.1,2060100
+ commit=2.6.1
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '1,14d' -e '/normalImplementation/,+2d' -e '/enableCrashlytics/s/true/false/g' -e "/apply plugin: 'io.fabric'/d" build.gradle
+
+Build:2.6.3,2060300
+ commit=2.6.3
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '1,14d' -e '/normalImplementation/,+2d' -e '/enableCrashlytics/s/true/false/g' -e "/apply plugin: 'io.fabric'/d" build.gradle
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:2.5.0
-Current Version Code:2050000
+Current Version:2.6.3
+Current Version Code:2060300
diff --git a/metadata/com.commonslab.commonslab.txt b/metadata/com.commonslab.commonslab.txt
index 22e4144032..48585de6b6 100644
--- a/metadata/com.commonslab.commonslab.txt
+++ b/metadata/com.commonslab.commonslab.txt
@@ -9,6 +9,12 @@ Summary:Browse and contribute Wikimedia Commons
Description:
Browse and contribute to the Wikimedia Commons project.
+Upload photos, videos, and audios directly from your phone to Wikimedia Commons.
+No need to transfer your files to your desktop to upload on Wikimedia anymore.
+
+Wikimedia is one of the biggest communities to share knowledge and multimedia
+with the world.
+
This is a new version of [[org.wikimedia.commons.wikimedia]].
.
diff --git a/metadata/com.commonsware.android.arXiv.txt b/metadata/com.commonsware.android.arXiv.txt
index 3825410b46..36a235920e 100644
--- a/metadata/com.commonsware.android.arXiv.txt
+++ b/metadata/com.commonsware.android.arXiv.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/jdeslip/arxiv-mobile
Issue Tracker:https://github.com/jdeslip/arxiv-mobile/issues
diff --git a/metadata/com.concentricsky.android.khan.txt b/metadata/com.concentricsky.android.khan.txt
index f61364f730..13eafba598 100644
--- a/metadata/com.concentricsky.android.khan.txt
+++ b/metadata/com.concentricsky.android.khan.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://viewerforkhanacademy.com
Source Code:https://github.com/concentricsky/android-viewer-for-khan-academy
Issue Tracker:https://github.com/concentricsky/android-viewer-for-khan-academy/issues
diff --git a/metadata/com.corphish.nightlight.generic.txt b/metadata/com.corphish.nightlight.generic.txt
index 6091b23015..4ed13f7b5f 100644
--- a/metadata/com.corphish.nightlight.generic.txt
+++ b/metadata/com.corphish.nightlight.generic.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/corphish/NightLight
Source Code:https://github.com/corphish/NightLight
Issue Tracker:https://github.com/corphish/NightLight/issues
@@ -14,12 +14,12 @@ so...).
''Features''
-* Control blue light filter intensity to your liking.
-* Control green light filter to add reddish tint.
-* Easy one touch toggles, with a single slider to tweak blue light intensity.
+* Control blue/green light filter intensities to your liking.
+* Or, control the color temperature of the display.
* Quick Setting tile for easy toggling on/off night light anywhere.
* Automatic switching on/off night light at user specified timings.
* Supports sunset/sunrise timings. (Limitation: Once sunset/sunrise times are set, Night Light will be toggled every day at that time. Calculating sunset/sunrise times everyday and setting times based on it is not supported as of now.)
+* Create profiles, and then apply it with one tap, or let other apps (like Tasker) do it for you.
''Requirements''
@@ -44,7 +44,13 @@ Build:1.2.0,12
gradle=foss
prebuild=sed -i -e '/io.fabric/d' -e '/fabric.io/d' -e '/genericImplementation(.*) {/,/}/d' -e '/donateImplementation(.*) {/,/}/d' ../build.gradle build.gradle
+Build:1.5.1,19
+ commit=ce6ea1d793c54c2edfa88971680c883691421a66
+ subdir=app
+ gradle=foss
+ prebuild=sed -i -e '/io.fabric/d' -e '/fabric.io/d' -e '/genericImplementation(.*) {/,/}/d' -e '/donateImplementation(.*) {/,/}/d' ../build.gradle build.gradle
+
Auto Update Mode:None
Update Check Mode:None
-Current Version:1.2.0
-Current Version Code:12
+Current Version:1.5.1
+Current Version Code:19
diff --git a/metadata/com.coste.syncorg.txt b/metadata/com.coste.syncorg.txt
index e737146240..6de6d5139f 100644
--- a/metadata/com.coste.syncorg.txt
+++ b/metadata/com.coste.syncorg.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/wizmer/syncorg/blob/HEAD/README.org
Source Code:https://github.com/wizmer/syncorg
Issue Tracker:https://github.com/wizmer/syncorg/issues
diff --git a/metadata/com.cr5315.cfdc.txt b/metadata/com.cr5315.cfdc.txt
index 97b14b8c0e..16be260a0a 100644
--- a/metadata/com.cr5315.cfdc.txt
+++ b/metadata/com.cr5315.cfdc.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.cr5315.com
Source Code:https://github.com/cr5315/countdown-for-dashclock
Issue Tracker:https://github.com/cr5315/countdown-for-dashclock/issues
diff --git a/metadata/com.cradle.iitc_mobile.txt b/metadata/com.cradle.iitc_mobile.txt
index bca6b5b756..2149e9c7bf 100644
--- a/metadata/com.cradle.iitc_mobile.txt
+++ b/metadata/com.cradle.iitc_mobile.txt
@@ -2,8 +2,8 @@ AntiFeatures:NonFreeNet
Categories:Games
License:ISC
Web Site:http://iitc.jonatkins.com
-Source Code:https://github.com/jonatkins/ingress-intel-total-conversion
-Issue Tracker:https://github.com/jonatkins/ingress-intel-total-conversion/issues
+Source Code:https://github.com/iitc-project/ingress-intel-total-conversion
+Issue Tracker:https://github.com/iitc-project/ingress-intel-total-conversion/issues
Donate:http://iitc.jonatkins.com/?page=donate
Auto Name:IITC Mobile
@@ -18,7 +18,7 @@ nor open-source.
.
Repo Type:git
-Repo:https://github.com/jonatkins/ingress-intel-total-conversion.git
+Repo:https://github.com/iitc-project/ingress-intel-total-conversion.git
Build:0.3.2,13
disable=non-functional 18f9ef0c2e4af
diff --git a/metadata/com.crazyhitty.chdev.ks.munch.txt b/metadata/com.crazyhitty.chdev.ks.munch.txt
index 1c0eb34dd3..9fb6a7af27 100644
--- a/metadata/com.crazyhitty.chdev.ks.munch.txt
+++ b/metadata/com.crazyhitty.chdev.ks.munch.txt
@@ -12,6 +12,16 @@ Description:
Enable the users to manage their RSS feeds. User can add new sources, manage
them and view the article associated with the feeds.
+'''Features:'''
+
+* Load Rss feeds quickly
+* Add Rss Sources
+* Manage Rss Sources
+* Archive feeds
+* Customizable settings
+* Ad free
+* Opml Feeds integration
+
Tries to access dropbox.com when entering settings.
[https://github.com/crazyhitty/Munch/tree/HEAD/screenshots Screenshots]
diff --git a/metadata/com.csipsimple.txt b/metadata/com.csipsimple.txt
index fa3a55fc13..4a62e297df 100644
--- a/metadata/com.csipsimple.txt
+++ b/metadata/com.csipsimple.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.csipsimple.com
Source Code:https://code.google.com/p/csipsimple/source
Issue Tracker:
diff --git a/metadata/com.cybrosys.palmcalc.txt b/metadata/com.cybrosys.palmcalc.txt
index 90c2ea1740..7e860b7a3f 100644
--- a/metadata/com.cybrosys.palmcalc.txt
+++ b/metadata/com.cybrosys.palmcalc.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://palmcalc.com
Source Code:https://github.com/cybro/PalmCalc
Issue Tracker:https://github.com/cybro/PalmCalc/issues
diff --git a/metadata/com.dalthed.tucan.txt b/metadata/com.dalthed.tucan.txt
index 2c2691bfc2..0b1bc84649 100644
--- a/metadata/com.dalthed.tucan.txt
+++ b/metadata/com.dalthed.tucan.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/Tyde/TuCanMobile
Issue Tracker:https://github.com/Tyde/TuCanMobile/issues
diff --git a/metadata/com.danhasting.radar.txt b/metadata/com.danhasting.radar.txt
new file mode 100644
index 0000000000..0e3f42b4ed
--- /dev/null
+++ b/metadata/com.danhasting.radar.txt
@@ -0,0 +1,51 @@
+Categories:Multimedia,Internet
+License:GPL-3.0-or-later
+Author Name:Dan Hasting
+Author Email:appsupport@danhasting.com
+Web Site:https://github.com/dh4/WeatherRadar
+Source Code:https://github.com/dh4/WeatherRadar
+Issue Tracker:https://github.com/dh4/WeatherRadar/issues
+Donate:https://dh4.github.io/donate/
+Bitcoin:1EwgjPGYiChJ5vyBndt9ugzd963FiVc6gj
+
+Auto Name:Weather Radar
+Summary:An application featuring customizable, real-time doppler radar images
+Description:
+Weather Radar is an open-source application featuring doppler radar images from
+the United States National Weather Service and Weather Underground's API.
+
+The images are single images based on location rather than tiled images that can
+be panned like most other applications of this type. This allows faster loading
+when connection speeds are sub-optimal. Images can be customized including by
+resolution to help keep data usage to a minimum when needed. You can save your
+favorite views for easy reference.
+
+National Weather Service radar imagery is available for the United States and
+its territories. The Weather Underground radar imagery requires and API key from
+their website to work. There is a test feature available so you can try it out
+before acquiring your own API key. Their radar imagery is available for the
+United States and some parts of Canada, Mexico, Western Europe, and Australia.
+Their satellite imagery is available worldwide.
+
+'''NOTE:''' Weather Underground discontinued free API keys at the same time I
+released this application. If you already have an API key from them, it will
+work. Otherwise, there doesn't seem to be a way to get the Weather Underground
+images working. The NWS images still work fine.
+
+I will work on integrating another source.
+
+[https://github.com/dh4/WeatherRadar#screenshots Screenshots]
+.
+
+Repo Type:git
+Repo:https://github.com/dh4/WeatherRadar
+
+Build:1.0,2
+ commit=1.0
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:1.0
+Current Version Code:2
diff --git a/metadata/com.danielkim.soundrecorder.txt b/metadata/com.danielkim.soundrecorder.txt
index f50a120db3..48f646f650 100644
--- a/metadata/com.danielkim.soundrecorder.txt
+++ b/metadata/com.danielkim.soundrecorder.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://sites.google.com/site/danielyehunkim/
Source Code:https://github.com/dkim0419/SoundRecorder
Issue Tracker:https://github.com/dkim0419/SoundRecorder/issues
@@ -8,6 +8,20 @@ Auto Name:Sound Recorder
Summary:Record audio files
Description:
Simple sound recorder implementing material design.
+
+Use Sound Recorder to record lectures, singing, business meetings, notes and
+more!
+
+'''Features:'''
+
+* Material Design
+* Easy to Use
+* No Time Limits
+* MP4 Format
+* AAC Encoder
+* Manage files easily
+* Open source
+* NO ADVERTISEMENTS
.
Repo Type:git
diff --git a/metadata/com.danielme.muspyforandroid.txt b/metadata/com.danielme.muspyforandroid.txt
index f9f5d2f903..232cb9dc56 100644
--- a/metadata/com.danielme.muspyforandroid.txt
+++ b/metadata/com.danielme.muspyforandroid.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://danielme.com/muspy-for-android
Source Code:https://github.com/danielme-com/Muspy-for-Android
Issue Tracker:
diff --git a/metadata/com.darshancomputing.BatteryIndicator.txt b/metadata/com.darshancomputing.BatteryIndicator.txt
index 54b483e80a..4a8b094162 100644
--- a/metadata/com.darshancomputing.BatteryIndicator.txt
+++ b/metadata/com.darshancomputing.BatteryIndicator.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://www.batterybot.info
Source Code:https://github.com/darshan-/Battery-Indicator-Free
Issue Tracker:https://github.com/darshan-/Battery-Indicator-Free/issues
@@ -32,5 +32,5 @@ Build:10.0.1-beta1,13022
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:10.0.4
-Current Version Code:13030
+Current Version:11.0.2
+Current Version Code:26010
diff --git a/metadata/com.darshancomputing.BatteryIndicatorPro.txt b/metadata/com.darshancomputing.BatteryIndicatorPro.txt
index c12f3c97e2..e79ef91fee 100644
--- a/metadata/com.darshancomputing.BatteryIndicatorPro.txt
+++ b/metadata/com.darshancomputing.BatteryIndicatorPro.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://www.batterybot.info
Source Code:https://github.com/darshan-/Battery-Indicator-Pro
Issue Tracker:https://github.com/darshan-/Battery-Indicator-Pro/issues
diff --git a/metadata/com.daviancorp.android.monsterhunter3udatabase.txt b/metadata/com.daviancorp.android.monsterhunter3udatabase.txt
index 01ec570768..b11d5e07e7 100644
--- a/metadata/com.daviancorp.android.monsterhunter3udatabase.txt
+++ b/metadata/com.daviancorp.android.monsterhunter3udatabase.txt
@@ -30,5 +30,5 @@ changes other than changing the package name.
Auto Update Mode:None
Update Check Mode:Static
-Current Version:1.04
-Current Version Code:5
+Current Version:0
+Current Version Code:0
diff --git a/metadata/com.davidshewitt.admincontrol.yml b/metadata/com.davidshewitt.admincontrol.yml
index 2b6700390b..71d5dccd68 100644
--- a/metadata/com.davidshewitt.admincontrol.yml
+++ b/metadata/com.davidshewitt.admincontrol.yml
@@ -1,6 +1,6 @@
Categories:
- System
-License: GPL-3.0+
+License: GPL-3.0-or-later
SourceCode: https://github.com/linux-colonel/AdminControl
IssueTracker: https://github.com/linux-colonel/AdminControl/issues
@@ -20,7 +20,21 @@ Builds:
gradle:
- yes
+ - versionName: 1.0.3
+ versionCode: 4
+ commit: v1.0.3
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: 1.0.4
+ versionCode: 5
+ commit: v1.0.4
+ subdir: app
+ gradle:
+ - yes
+
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
-CurrentVersion: 1.0.2
-CurrentVersionCode: 3
+CurrentVersion: 1.0.4
+CurrentVersionCode: 5
diff --git a/metadata/com.dconstructing.cooper.txt b/metadata/com.dconstructing.cooper.txt
index 5b432331df..d58011d82b 100644
--- a/metadata/com.dconstructing.cooper.txt
+++ b/metadata/com.dconstructing.cooper.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://dconstructing.com
Source Code:https://github.com/losttime/cooper
Issue Tracker:https://github.com/losttime/cooper/issues
diff --git a/metadata/com.debian.debiandroid.txt b/metadata/com.debian.debiandroid.txt
index f467e61e40..4d8d93ae8f 100644
--- a/metadata/com.debian.debiandroid.txt
+++ b/metadata/com.debian.debiandroid.txt
@@ -1,6 +1,6 @@
Disabled:renamed to net.debian.debiandroid
Categories:Science & Education,Development
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/uberspot/DebianDroid
Source Code:https://github.com/uberspot/DebianDroid
Issue Tracker:https://github.com/uberspot/DebianDroid/issues
diff --git a/metadata/com.derek_s.hubble_gallery.txt b/metadata/com.derek_s.hubble_gallery.txt
index bfdf2f1dd6..9bfaf83548 100644
--- a/metadata/com.derek_s.hubble_gallery.txt
+++ b/metadata/com.derek_s.hubble_gallery.txt
@@ -9,7 +9,13 @@ Summary:Discover and read about the Hubble Telescope's best images
Description:
Hubble Gallery enables you to browse through all the amazing images and
descriptions that the Hubble Space Telescope mission released to the public over
-the past 25+ years.
+the past 25+ years:
+
+* Read descriptions on all images that have them
+* Easily navigate photos by section, popularity, and resolution
+* Save links to your favorite images, view them in the favorites section
+* Easily download and share images
+* Set an image as your wallpaper with one click
.
Repo Type:git
diff --git a/metadata/com.dev.cromer.jason.cshelper.txt b/metadata/com.dev.cromer.jason.cshelper.txt
index 6d4680a004..ec4283b90b 100644
--- a/metadata/com.dev.cromer.jason.cshelper.txt
+++ b/metadata/com.dev.cromer.jason.cshelper.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-2.0
+License:GPL-2.0-only
Author Web Site:https://medium.com/@JasonCromer
Web Site:
Source Code:https://github.com/JasonCromer/CSHelper
diff --git a/metadata/com.developfreedom.wordpowermadeeasy.txt b/metadata/com.developfreedom.wordpowermadeeasy.txt
index d26e625e87..fc56b61d1f 100644
--- a/metadata/com.developfreedom.wordpowermadeeasy.txt
+++ b/metadata/com.developfreedom.wordpowermadeeasy.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://developfreedom.org
Source Code:https://github.com/shubhamchaudhary/wordpowermadeeasy
Issue Tracker:https://github.com/shubhamchaudhary/wordpowermadeeasy/issues
diff --git a/metadata/com.dfa.hubzilla_android.txt b/metadata/com.dfa.hubzilla_android.txt
new file mode 100644
index 0000000000..04527e5874
--- /dev/null
+++ b/metadata/com.dfa.hubzilla_android.txt
@@ -0,0 +1,38 @@
+Categories:Internet
+License:GPL-3.0-or-later
+Web Site:https://hub.disroot.org/channel/nomad
+Source Code:https://framagit.org/disroot/AndHub
+Issue Tracker:https://framagit.org/disroot/AndHub/issues
+Donate:https://disroot.org/donate
+Bitcoin:1GNmDSXxpU1zaxEopKCJK2TzLh3dbZAxEA
+
+Auto Name:Nomad - Hubzilla for Android
+Summary:This is an unofficial client for the distributed social network Hubzilla
+Description:
+It's currently under development and should be used with that in mind. Please
+submit any bugs you might find. We are basing our work on the dandelion* app.
+The is a webview based app developed as a WebApp
+
+Why is a WebApp better than using the mobile site on a browser? Basically it
+provides better integration with the system (events coming into and going out of
+the app), customized interface and functions and a nice little icon that takes
+you directly to your favorite social network :)
+.
+
+Repo Type:git
+Repo:https://framagit.org/disroot/AndHub
+
+Build:0.8.8,38
+ commit=v0.8.8
+ subdir=app
+ gradle=yes
+
+Build:0.8.9,39
+ commit=v0.8.9
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:0.8.9
+Current Version Code:39
diff --git a/metadata/com.dftec.planetcon.txt b/metadata/com.dftec.planetcon.txt
index 2efefabebc..a6cf574db5 100644
--- a/metadata/com.dftec.planetcon.txt
+++ b/metadata/com.dftec.planetcon.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/dftec-es/planetcon
Issue Tracker:https://github.com/dftec-es/planetcon/issues
diff --git a/metadata/com.digitalfishfun.openshift.txt b/metadata/com.digitalfishfun.openshift.txt
index 7cfab73985..25e7a8eb3a 100644
--- a/metadata/com.digitalfishfun.openshift.txt
+++ b/metadata/com.digitalfishfun.openshift.txt
@@ -1,8 +1,8 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/joonatoona/OpenShift
-Issue Tracker:https://github.com/joonatoona/OpenShift/issues
+Source Code:https://github.com/LibreShift/OpenShift
+Issue Tracker:https://github.com/LibreShift/OpenShift/issues
Auto Name:LibreShift
Summary:Adjust screen color values
@@ -16,7 +16,7 @@ reboots.
Requires Root:yes
Repo Type:git
-Repo:https://github.com/joonatoona/OpenShift
+Repo:https://github.com/LibreShift/OpenShift
Build:1.0,1
commit=v0.1-alpha
diff --git a/metadata/com.digitallizard.nicecompass.txt b/metadata/com.digitallizard.nicecompass.txt
index af8091de86..52e0c27f83 100644
--- a/metadata/com.digitallizard.nicecompass.txt
+++ b/metadata/com.digitallizard.nicecompass.txt
@@ -1,8 +1,8 @@
Categories:Navigation
License:BSD-3-Clause
-Web Site:https://github.com/okey666/NiceCompass
-Source Code:https://github.com/okey666/NiceCompass
-Issue Tracker:https://github.com/okey666/NiceCompass/issues
+Web Site:
+Source Code:
+Issue Tracker:
Auto Name:Nice Compass
Summary:Graphical compass
@@ -10,9 +10,6 @@ Description:
It provides a graphical compass card along with text bearing information.
.
-Repo Type:git
-Repo:https://github.com/okey666/NiceCompass.git
-
Build:1.3,6
commit=b6f322cf10ec4320ca5b4111f75dccfdd4b6f7f0
srclibs=ActionBarSherlock@3.5.1
@@ -25,5 +22,7 @@ Github user deleted.
Auto Update Mode:None
Update Check Mode:None
-Current Version:1.3
-Current Version Code:6
+Current Version:0
+Current Version Code:0
+
+No Source Since:1.4
diff --git a/metadata/com.dimtion.shaarlier.txt b/metadata/com.dimtion.shaarlier.txt
index 31772a0b4e..b1333d54d9 100644
--- a/metadata/com.dimtion.shaarlier.txt
+++ b/metadata/com.dimtion.shaarlier.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/dimtion/Shaarlier/blob/HEAD/README.md
Source Code:https://github.com/dimtion/Shaarlier
Issue Tracker:https://github.com/dimtion/Shaarlier/issues
diff --git a/metadata/com.dirkgassen.wator.txt b/metadata/com.dirkgassen.wator.txt
index eb611a6ab5..79a5dd193f 100644
--- a/metadata/com.dirkgassen.wator.txt
+++ b/metadata/com.dirkgassen.wator.txt
@@ -1,5 +1,5 @@
Categories:Games,Science & Education
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://www.dirkgassen.com/projects/wator
Source Code:https://github.com/aperifons/Wa-Tor
Issue Tracker:https://github.com/aperifons/Wa-Tor/issues
diff --git a/metadata/com.dje.openwifinetworkremover.txt b/metadata/com.dje.openwifinetworkremover.txt
index e91dbea9df..5f8c719e7a 100644
--- a/metadata/com.dje.openwifinetworkremover.txt
+++ b/metadata/com.dje.openwifinetworkremover.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/duncanje/android-open-wifi-network-remover
Issue Tracker:https://github.com/duncanje/android-open-wifi-network-remover/issues
diff --git a/metadata/com.dkanada.chip.txt b/metadata/com.dkanada.chip.txt
index 4701849236..b7015592cc 100644
--- a/metadata/com.dkanada.chip.txt
+++ b/metadata/com.dkanada.chip.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/dkanada/Chip8/blob/HEAD/README.md
Source Code:https://github.com/dkanada/Chip8
Issue Tracker:https://github.com/dkanada/Chip8/issues
diff --git a/metadata/com.dkanada.icecons.txt b/metadata/com.dkanada.icecons.txt
index e474ff3478..1e9697a73d 100644
--- a/metadata/com.dkanada.icecons.txt
+++ b/metadata/com.dkanada.icecons.txt
@@ -1,5 +1,5 @@
Categories:Theming,Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/dkanada/frost/blob/HEAD/README.md
Source Code:https://github.com/dkanada/frost
Issue Tracker:https://github.com/dkanada/frost/issues
@@ -56,7 +56,32 @@ Build:1.3.4,19
subdir=app
gradle=yes
+Build:1.3.5,20
+ commit=v1.3.5
+ subdir=app
+ gradle=yes
+
+Build:1.3.6,21
+ commit=v1.3.6
+ subdir=app
+ gradle=yes
+
+Build:1.4,22
+ commit=v1.4
+ subdir=app
+ gradle=yes
+
+Build:1.4.1,23
+ commit=v1.4.1
+ subdir=app
+ gradle=yes
+
+Build:1.4.2,24
+ commit=v1.4.2
+ 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.4.2
+Current Version Code:24
diff --git a/metadata/com.dkanada.openapk.txt b/metadata/com.dkanada.openapk.txt
index e675aa0e89..4e69dbd1b2 100644
--- a/metadata/com.dkanada.openapk.txt
+++ b/metadata/com.dkanada.openapk.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/dkanada/OpenAPK/blob/HEAD/README.md
Source Code:https://github.com/dkanada/OpenAPK
Issue Tracker:https://github.com/dkanada/OpenAPK/issues
diff --git a/metadata/com.dnielfe.manager.txt b/metadata/com.dnielfe.manager.txt
index eda3d5c2ff..4b97dd28b9 100644
--- a/metadata/com.dnielfe.manager.txt
+++ b/metadata/com.dnielfe.manager.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://forum.xda-developers.com/showthread.php?t=2330864
Source Code:https://github.com/DF1E/SimpleExplorer
Issue Tracker:https://github.com/DF1E/SimpleExplorer/issues
diff --git a/metadata/com.doomy.overflow.txt b/metadata/com.doomy.overflow.txt
index c9ba5647e0..0b674e127f 100644
--- a/metadata/com.doomy.overflow.txt
+++ b/metadata/com.doomy.overflow.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://overflow.mrdoomy.xyz
Source Code:https://github.com/MrDoomy/OverFlow
Issue Tracker:https://github.com/MrDoomy/OverFlow/issues
diff --git a/metadata/com.doomy.torch.txt b/metadata/com.doomy.torch.txt
index 33d55ddae5..0b12a54c0f 100644
--- a/metadata/com.doomy.torch.txt
+++ b/metadata/com.doomy.torch.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://torch.mrdoomy.xyz
Source Code:https://github.com/MrDoomy/Torch
Issue Tracker:https://github.com/MrDoomy/Torch/issues
diff --git a/metadata/com.dosse.chromiumautoupdater.txt b/metadata/com.dosse.chromiumautoupdater.txt
index bf5aedd844..495227ea5a 100644
--- a/metadata/com.dosse.chromiumautoupdater.txt
+++ b/metadata/com.dosse.chromiumautoupdater.txt
@@ -1,5 +1,5 @@
Categories:Internet,System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://adolfintel.com/?p=chromium/index.frag
Source Code:https://github.com/adolfintel/chromiumUpdater
Issue Tracker:https://github.com/adolfintel/chromiumUpdater/issues
@@ -42,7 +42,17 @@ Build:1.7,17
subdir=ChromiumAutoUpdater/app
gradle=yes
+Build:1.8,22
+ commit=1.8
+ subdir=ChromiumAutoUpdater/app
+ gradle=yes
+
+Build:1.8.1,23
+ commit=1.8.1
+ subdir=ChromiumAutoUpdater/app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.7
-Current Version Code:17
+Current Version:1.8.1
+Current Version Code:23
diff --git a/metadata/com.dougkeen.bart.txt b/metadata/com.dougkeen.bart.txt
index 1f66adeb7f..9124eaf025 100644
--- a/metadata/com.dougkeen.bart.txt
+++ b/metadata/com.dougkeen.bart.txt
@@ -46,5 +46,5 @@ Build:2.2.6,33
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:2.2.6
-Current Version Code:33
+Current Version:2.2.16
+Current Version Code:44
diff --git a/metadata/com.dozingcatsoftware.bouncy.txt b/metadata/com.dozingcatsoftware.bouncy.txt
index 3d814b0296..2f4a813f68 100644
--- a/metadata/com.dozingcatsoftware.bouncy.txt
+++ b/metadata/com.dozingcatsoftware.bouncy.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.vectorpinball.com
Source Code:https://github.com/dozingcat/Vector-Pinball
Issue Tracker:https://github.com/dozingcat/Vector-Pinball/issues
diff --git a/metadata/com.dozingcatsoftware.cameratimer.txt b/metadata/com.dozingcatsoftware.cameratimer.txt
index 948ad31e04..4062479311 100644
--- a/metadata/com.dozingcatsoftware.cameratimer.txt
+++ b/metadata/com.dozingcatsoftware.cameratimer.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/dozingcat/CamTimer
Issue Tracker:https://github.com/dozingcat/CamTimer/issues
diff --git a/metadata/com.dozingcatsoftware.dodge.txt b/metadata/com.dozingcatsoftware.dodge.txt
index 924ba9fc43..260a9347ba 100644
--- a/metadata/com.dozingcatsoftware.dodge.txt
+++ b/metadata/com.dozingcatsoftware.dodge.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.dozingcatsoftware.com/Dodge
Source Code:https://code.google.com/p/dodge-android/source
Issue Tracker:
diff --git a/metadata/com.dozuki.ifixit.txt b/metadata/com.dozuki.ifixit.txt
index 3de8fff6e4..66584f2a26 100644
--- a/metadata/com.dozuki.ifixit.txt
+++ b/metadata/com.dozuki.ifixit.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://www.ifixit.com
Source Code:https://github.com/iFixit/iFixitAndroid
Issue Tracker:https://github.com/iFixit/iFixitAndroid/issues
diff --git a/metadata/com.dp.logcatapp.txt b/metadata/com.dp.logcatapp.txt
new file mode 100644
index 0000000000..e516d47794
--- /dev/null
+++ b/metadata/com.dp.logcatapp.txt
@@ -0,0 +1,77 @@
+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.
+
+'''Features:'''
+
+* Color coded logs based on log priority
+* Search through log messages and tags
+* Option to select from available log buffers¹
+* Save the logs as a simple text file (as you would see via logcat)
+* Dark UI theme (switches on at night automatically by default)
+
+¹ May not work on all devices, in which case, the option will simply not be
+present in Settings.
+.
+
+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
+
+Build:1.3.0,19
+ commit=v1.3.0
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/keystore/d' build.gradle
+
+Build:1.4.1,21
+ commit=v1.4.1
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/keystore/d' build.gradle
+
+Build:1.5.2,22
+ commit=v1.5.2
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/keystore/d' build.gradle
+
+Build:1.5.3,23
+ commit=v1.5.3
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/keystore/d' build.gradle
+
+Build:1.5.4,24
+ commit=v1.5.4
+ 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.5.4
+Current Version Code:24
diff --git a/metadata/com.dragons.aurora.txt b/metadata/com.dragons.aurora.txt
new file mode 100644
index 0000000000..a5cb919701
--- /dev/null
+++ b/metadata/com.dragons.aurora.txt
@@ -0,0 +1,34 @@
+AntiFeatures:NonFreeNet
+Categories:System
+License:GPL-2.0-or-later
+Author Name:Rahul Kumar Patel
+Author Email:whyorean@gmail.com
+Web Site:
+Source Code:https://gitlab.com/AuroraOSS/AuroraStore
+Issue Tracker:https://gitlab.com/AuroraOSS/AuroraStore/issues
+Changelog:https://gitlab.com/AuroraOSS/AuroraStore/blob/HEAD/CHANGELOG
+Donate:https://www.paypal.me/whyorean
+
+Auto Name:Aurora Store
+Summary:Download apks from Google Play Store
+Description:
+Aurora Store is a fork of '''Yalp Store''' by '''Sergey Yeriomin''' It lets you
+download apps '''directly''' from Google Play Store '''as apk files'''. It can
+search for '''updates''' of installed apps and lets you '''search''' for other
+apps.
+
+'''Aurora Store''' provides a '''Material UI''' to Yalp Store.
+.
+
+Repo Type:git
+Repo:https://gitlab.com/AuroraOSS/AuroraStore.git
+
+Build:2.0.3-β,210020003
+ commit=v2.0.3-β
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:2.0.3-β
+Current Version Code:210020003
diff --git a/metadata/com.drhoffmannsoftware.txt b/metadata/com.drhoffmannsoftware.txt
deleted file mode 100644
index 02082a4660..0000000000
--- a/metadata/com.drhoffmannsoftware.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-Categories:Science & Education
-License:GPL-2.0
-Web Site:https://gitlab.com/kollo/Tschernobyl
-Source Code:https://gitlab.com/kollo/Tschernobyl/tree/HEAD
-Issue Tracker:https://gitlab.com/kollo/Tschernobyl/issues
-
-Auto Name:TSCH_BYL
-Summary:Calculate radiation doses after nuclear accidents (GER)
-Description:
-This app is in German only and might no longer be maintained. Please read the
-[https://gitlab.com/kollo/Tschernobyl/blob/master/CONTRIBUTING.md contribution
-guidelines] for sending translations and patches.
-
-Programm zur Abschätzung der Folgen durch radioaktive Belastung nach einem
-Kernkraftwerksunfall. Ausgangsgröße ist die gemessene radioaktive Belastung der
-Luft, wie sie beim Erreichen des betroffenen Gebietes zuerst gemessen wird.
-Daraus werden die Strahlenbelastungen durch die Direktstrahlung, Bodenstrahlung
-und Nahrungsaufnahme abgeschätzt. Dann werden die Risiken analysiert und
-Verhaltensmaßregeln abgeleitet.
-.
-
-Repo Type:git
-Repo:https://gitlab.com/kollo/Tschernobyl.git
-
-Build:1.16-7-sf,7
- commit=9579002593d7a399d3dba1f04ff695c8e18f1d82
- gradle=yes
- forceversion=yes
-
-Auto Update Mode:None
-Update Check Mode:RepoManifest
-Current Version:1.16-7-sf
-Current Version Code:7
diff --git a/metadata/com.dririan.RingyDingyDingy.txt b/metadata/com.dririan.RingyDingyDingy.txt
index 681ae9c2da..a65ffc37a3 100644
--- a/metadata/com.dririan.RingyDingyDingy.txt
+++ b/metadata/com.dririan.RingyDingyDingy.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://ringydingydingy.com
Source Code:https://github.com/dririan/ringydingydingy
Issue Tracker:https://github.com/dririan/ringydingydingy/issues
diff --git a/metadata/com.drismo.txt b/metadata/com.drismo.txt
index 96be4af6ae..1a7faf6e88 100644
--- a/metadata/com.drismo.txt
+++ b/metadata/com.drismo.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/jmyrland/DriSMo
Issue Tracker:https://github.com/jmyrland/DriSMo/issues
diff --git a/metadata/com.drodin.tuxrider.txt b/metadata/com.drodin.tuxrider.txt
index 1d208f1381..ba68c4b4ec 100644
--- a/metadata/com.drodin.tuxrider.txt
+++ b/metadata/com.drodin.tuxrider.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Games
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://drodin.com/tuxrider
Source Code:https://github.com/drodin/TuxRider
Issue Tracker:https://github.com/drodin/TuxRider/issues
@@ -30,5 +30,5 @@ Build:1.0.9,11
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:1.0.10
-Current Version Code:12
+Current Version:1.3.0
+Current Version Code:13
diff --git a/metadata/com.drodin.zxdroid.txt b/metadata/com.drodin.zxdroid.txt
index 6c635c7626..85c85313d9 100644
--- a/metadata/com.drodin.zxdroid.txt
+++ b/metadata/com.drodin.zxdroid.txt
@@ -1,6 +1,6 @@
Disabled:Licensing issues
Categories:Games
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://drodin.com/zxdroid
Source Code:https://github.com/drodin/ZXdroid
Issue Tracker:https://github.com/drodin/ZXdroid/issues
diff --git a/metadata/com.duckduckgo.mobile.android.txt b/metadata/com.duckduckgo.mobile.android.txt
index 5cf68989fd..7267861f2e 100644
--- a/metadata/com.duckduckgo.mobile.android.txt
+++ b/metadata/com.duckduckgo.mobile.android.txt
@@ -15,7 +15,7 @@ Our app provides the privacy essentials you need to seamlessly take control of
your personal information as you search and browse the web, no matter where the
Internet takes you:
-* Escape Advertising Tracker Networks — Our Privacy Protection will block all the hidden trackers we can find, exposing the major advertising networks tracking you over time, so that you can track who's trying to track you.
+* Escape Advertising Tracker Networks — Our Privacy Protection will block all the hidden third-party trackers we can find, exposing the major advertising networks tracking you over time, so that you can track who's trying to track you.
* Increase Encryption Protection — We force sites to use an encrypted connection where available, protecting your data from prying eyes, like ISPs.
* Search Privately — You share your most personal information with your search engine, like your financial, medical, and political questions. What you search for is your own business, which is why DuckDuckGo search doesn't track you. Ever.
* Decode Privacy Policies — We’ve partnered with Terms of Service Didn't Read to include their scores and labels of website terms of service and privacy policies, where available.
@@ -186,11 +186,100 @@ 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
+
+Build:5.6.0,50600
+ commit=5.6.0
+ gradle=yes
+ output=app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk
+ ndk=r16b
+
+Build:5.6.1,50601
+ commit=5.6.1
+ gradle=yes
+ output=app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk
+ ndk=r16b
+
+Build:5.7.0,50700
+ commit=5.7.0
+ gradle=yes
+ output=app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk
+ ndk=r16b
+
+Build:5.7.1,50701
+ commit=5.7.1
+ gradle=yes
+ output=app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk
+ ndk=r16b
+
+Build:5.7.2,50702
+ commit=5.7.2
+ gradle=yes
+ output=app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk
+ ndk=r16b
+
+Build:5.7.3,50703
+ commit=5.7.3
+ gradle=yes
+ output=app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk
+ ndk=r16b
+
+Build:5.7.5,50705
+ commit=5.7.5
+ gradle=yes
+ output=app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk
+ ndk=r16b
+
+Build:5.8.0,50800
+ commit=5.8.0
+ gradle=yes
+ output=app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk
+ ndk=r16b
+
+Build:5.9.0,50900
+ commit=5.9.0
+ submodules=yes
+ gradle=yes
+ output=app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk
+ ndk=r17b
+
+Build:5.9.1,50901
+ commit=5.9.1
+ submodules=yes
+ gradle=yes
+ output=app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk
+ ndk=r17b
+
+Build:5.10.2,51002
+ commit=5.10.2
+ submodules=yes
+ gradle=yes
+ output=app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk
+ ndk=r17b
+
+Build:5.10.3,51003
+ commit=5.10.3
+ submodules=yes
+ gradle=yes
+ output=app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk
+ ndk=r17b
+
+Build:5.10.4,51004
+ commit=5.10.4
+ submodules=yes
+ gradle=yes
+ output=app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk
+ ndk=r17b
+
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.10.4
+Current Version Code:51004
diff --git a/metadata/com.dwdesign.tweetings.txt b/metadata/com.dwdesign.tweetings.txt
index 36df613309..5978459b27 100644
--- a/metadata/com.dwdesign.tweetings.txt
+++ b/metadata/com.dwdesign.tweetings.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.tweetings.net
Source Code:https://github.com/keverets/tweetings
Issue Tracker:https://github.com/keverets/tweetings/issues
diff --git a/metadata/com.dynamicg.homebuttonlauncher.txt b/metadata/com.dynamicg.homebuttonlauncher.txt
index 1c5632d3ef..885c036c02 100644
--- a/metadata/com.dynamicg.homebuttonlauncher.txt
+++ b/metadata/com.dynamicg.homebuttonlauncher.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://dynamicgandroidapps.svn.cloudforge.com/main/sites/homebuttonlauncher.html
Source Code:https://code.google.com/p/dynamicg-android-apps2/source
Issue Tracker:
diff --git a/metadata/com.dynamite.heaterrc.txt b/metadata/com.dynamite.heaterrc.txt
index 78ce39d614..376a1db71f 100644
--- a/metadata/com.dynamite.heaterrc.txt
+++ b/metadata/com.dynamite.heaterrc.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/dynamitetuning/com.dynamite.heaterrc
Issue Tracker:https://github.com/dynamitetuning/com.dynamite.heaterrc/issues
diff --git a/metadata/com.earthblood.tictactoe.txt b/metadata/com.earthblood.tictactoe.txt
index 2da2e6d778..d26c2cdae5 100644
--- a/metadata/com.earthblood.tictactoe.txt
+++ b/metadata/com.earthblood.tictactoe.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/Earthblood/Toe
Issue Tracker:https://github.com/Earthblood/Toe/issues
diff --git a/metadata/com.easwareapps.baria.txt b/metadata/com.easwareapps.baria.txt
index b4f74c7f23..3556ac857c 100644
--- a/metadata/com.easwareapps.baria.txt
+++ b/metadata/com.easwareapps.baria.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/easwareapps/BARIA
Source Code:https://gitlab.com/easwareapps/BARIA/tree/HEAD
Issue Tracker:https://gitlab.com/easwareapps/BARIA/issues
diff --git a/metadata/com.easwareapps.f2lflap2lock_adfree.txt b/metadata/com.easwareapps.f2lflap2lock_adfree.txt
index 5d65e16a5a..52a26865d9 100644
--- a/metadata/com.easwareapps.f2lflap2lock_adfree.txt
+++ b/metadata/com.easwareapps.f2lflap2lock_adfree.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://f2l.easwareapps.com
Source Code:https://gitlab.com/f2l-flap-2-lock/f2l-flap-2-lock
Issue Tracker:
diff --git a/metadata/com.easwareapps.g2l.txt b/metadata/com.easwareapps.g2l.txt
index b84067c6d9..89fb90e04d 100644
--- a/metadata/com.easwareapps.g2l.txt
+++ b/metadata/com.easwareapps.g2l.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://g2l.easwareapps.com
Source Code:https://gitlab.com/easwareapps/g2l-gesture-launcher
Issue Tracker:https://gitlab.com/easwareapps/g2l-gesture-launcher/issues
diff --git a/metadata/com.easwareapps.marbleone_ad_free.txt b/metadata/com.easwareapps.marbleone_ad_free.txt
index 990edb9852..99327c216b 100644
--- a/metadata/com.easwareapps.marbleone_ad_free.txt
+++ b/metadata/com.easwareapps.marbleone_ad_free.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://marbleone.easwareapps.com
Source Code:https://gitlab.com/easwareapps/marbleone
Issue Tracker:https://gitlab.com/easwareapps/marbleone/issues
diff --git a/metadata/com.easwareapps.quoter.txt b/metadata/com.easwareapps.quoter.txt
index 42267e3742..7f5e9b9f2d 100644
--- a/metadata/com.easwareapps.quoter.txt
+++ b/metadata/com.easwareapps.quoter.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.easwareapps.com
Source Code:https://gitlab.com/easwareapps/Quoter/tree/HEAD
Issue Tracker:https://gitlab.com/easwareapps/Quoter/issues
diff --git a/metadata/com.easwareapps.transparentwidget.txt b/metadata/com.easwareapps.transparentwidget.txt
index 70586e3dda..5a42f75cee 100644
--- a/metadata/com.easwareapps.transparentwidget.txt
+++ b/metadata/com.easwareapps.transparentwidget.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.easwareapps.com
Source Code:https://gitlab.com/easwareapps/TransparentWidget/tree/HEAD
Issue Tracker:https://gitlab.com/easwareapps/TransparentWidget/issues
diff --git a/metadata/com.ebaschiera.triplecamel.txt b/metadata/com.ebaschiera.triplecamel.txt
index 018e964e9c..d18d577823 100644
--- a/metadata/com.ebaschiera.triplecamel.txt
+++ b/metadata/com.ebaschiera.triplecamel.txt
@@ -1,6 +1,6 @@
-AntiFeatures:NonFreeNet,Tracking
+AntiFeatures:NonFreeNet
Categories:Internet,Money
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/ebaschiera/TripleCamel
Issue Tracker:https://github.com/ebaschiera/TripleCamel/issues
@@ -48,7 +48,12 @@ Build:1.0.7,8
subdir=app
gradle=yes
+Build:1.0.8,9
+ commit=v1.0.8
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.0.7
-Current Version Code:8
+Current Version:1.0.8
+Current Version Code:9
diff --git a/metadata/com.eddyspace.networkmonitor.txt b/metadata/com.eddyspace.networkmonitor.txt
index 8bf571aae9..2cf93e3d1f 100644
--- a/metadata/com.eddyspace.networkmonitor.txt
+++ b/metadata/com.eddyspace.networkmonitor.txt
@@ -1,6 +1,6 @@
Disabled:Beta that isn't being maintained and don't work on Android 4
Categories:Connectivity
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://anetmon.sourceforge.net
Source Code:https://sourceforge.net/p/anetmon/code/
Issue Tracker:https://sourceforge.net/p/anetmon/_list/tickets
diff --git a/metadata/com.edwardoyarzun.diccionario.txt b/metadata/com.edwardoyarzun.diccionario.txt
index 7442edffb2..805f640708 100644
--- a/metadata/com.edwardoyarzun.diccionario.txt
+++ b/metadata/com.edwardoyarzun.diccionario.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/edwardoyarzun/diccionariochilenoandroid
Issue Tracker:https://github.com/edwardoyarzun/diccionariochilenoandroid/issues
@@ -27,5 +27,5 @@ Set back to UCM:Tags once upstream uses tags with vercodes properly.
Auto Update Mode:None
Update Check Mode:Static
-Current Version:2.0
-Current Version Code:2
+Current Version:0
+Current Version Code:0
diff --git a/metadata/com.eibriel.reddot.txt b/metadata/com.eibriel.reddot.txt
index abaab9653d..1020a1f910 100644
--- a/metadata/com.eibriel.reddot.txt
+++ b/metadata/com.eibriel.reddot.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://github.com/Eibriel/RedDot/blob/HEAD/README.md
Source Code:https://github.com/Eibriel/RedDot
Issue Tracker:https://github.com/Eibriel/RedDot/issues
diff --git a/metadata/com.einmalfel.podlisten.txt b/metadata/com.einmalfel.podlisten.txt
index 96c84a014d..b70774c84c 100644
--- a/metadata/com.einmalfel.podlisten.txt
+++ b/metadata/com.einmalfel.podlisten.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/einmalfel/PodListen
Issue Tracker:https://github.com/einmalfel/PodListen/issues
diff --git a/metadata/com.elementarytoday.theia.txt b/metadata/com.elementarytoday.theia.txt
index 4527890972..d145e7f358 100644
--- a/metadata/com.elementarytoday.theia.txt
+++ b/metadata/com.elementarytoday.theia.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/varlesh/theia-icon-theme
Issue Tracker:https://github.com/varlesh/theia-icon-theme/issues
diff --git a/metadata/com.eletac.tronwallet.txt b/metadata/com.eletac.tronwallet.txt
new file mode 100644
index 0000000000..2f15874b5f
--- /dev/null
+++ b/metadata/com.eletac.tronwallet.txt
@@ -0,0 +1,35 @@
+Categories:Money
+License:Apache-2.0
+Author Name:Marius Gill
+Web Site:https://tron.network/
+Source Code:https://github.com/Dryec/tron-wallet-android
+Issue Tracker:https://github.com/Dryec/tron-wallet-android/issues
+Changelog:https://github.com/Dryec/tron-wallet-android/releases
+
+Auto Name:Tron Wallet
+Summary:Multifunctional wallet for the TRON network
+Description:
+''Tron Wallet'' is an officially supported, multifunctional wallet designed for
+the TRON network. It gives you the possibility to interact quickly and easily
+with your account or to keep your TRX and other account data safe in a cold
+wallet setup. This app offers you one of the safest ways to protect your private
+data.
+.
+
+Repo Type:git
+Repo:https://github.com/Dryec/tron-wallet-android.git
+
+Build:1.0.1.6,11
+ commit=1.0.1.6
+ subdir=app
+ gradle=yes
+
+Build:1.1.8.0,37
+ commit=v1.1.8.0
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.1.8.0
+Current Version Code:37
diff --git a/metadata/com.eleybourn.bookcatalogue.txt b/metadata/com.eleybourn.bookcatalogue.txt
index 7d62463b82..4901fdbcda 100644
--- a/metadata/com.eleybourn.bookcatalogue.txt
+++ b/metadata/com.eleybourn.bookcatalogue.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Reading
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/eleybourn/Book-Catalogue/wiki
Source Code:https://github.com/eleybourn/Book-Catalogue
Issue Tracker:https://github.com/eleybourn/Book-Catalogue/issues
diff --git a/metadata/com.elsdoerfer.android.autostarts.txt b/metadata/com.elsdoerfer.android.autostarts.txt
index b6d9fbe1fc..bffd961d90 100644
--- a/metadata/com.elsdoerfer.android.autostarts.txt
+++ b/metadata/com.elsdoerfer.android.autostarts.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://elsdoerfer.name/android-autostarts
Source Code:https://github.com/miracle2k/android-autostarts
Issue Tracker:https://github.com/miracle2k/android-autostarts/issues
diff --git a/metadata/com.emmanuelmess.simpleaccounting.txt b/metadata/com.emmanuelmess.simpleaccounting.txt
new file mode 100644
index 0000000000..f3dc4160bd
--- /dev/null
+++ b/metadata/com.emmanuelmess.simpleaccounting.txt
@@ -0,0 +1,31 @@
+Categories:Money
+License:GPL-3.0-only
+Web Site:
+Source Code:https://github.com/EmmanuelMess/Simple-Accounting
+Issue Tracker:https://github.com/EmmanuelMess/Simple-Accounting/issues
+Bitcoin:1HFhPxH9bqMKvs44nHqXjEEPC2m7z1V8tW
+
+Auto Name:Simple Accounting
+Summary:Manage your money easily
+Description:
+A very simple way to store your balance.
+.
+
+Repo Type:git
+Repo:https://github.com/EmmanuelMess/Simple-Accounting.git
+
+Build:1.5.1,18
+ commit=v1.5.1
+ subdir=SimpleAccounting/app
+ gradle=yes
+
+Build:1.5.1.1,19
+ disable=lintVitalRelease fails
+ commit=v1.5.1.1
+ subdir=SimpleAccounting/app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.5.1.1
+Current Version Code:19
diff --git a/metadata/com.eneko.hexcolortimewallpaper.txt b/metadata/com.eneko.hexcolortimewallpaper.txt
index ae2b93313d..715bee20d9 100644
--- a/metadata/com.eneko.hexcolortimewallpaper.txt
+++ b/metadata/com.eneko.hexcolortimewallpaper.txt
@@ -1,10 +1,10 @@
Categories:Theming
-License:GPL-3.0+
+License:GPL-3.0-or-later
Author Name:Eneko Sampedro
Author Email:n3k0@riseup.net
-Web Site:https://github.com/jajasuperman/HexColorTime/blob/HEAD/README.md
-Source Code:https://github.com/jajasuperman/HexColorTime
-Issue Tracker:https://github.com/jajasuperman/HexColorTime/issues
+Web Site:https://github.com/urtxintxa/HexColorTime/blob/HEAD/README.md
+Source Code:https://github.com/urtxintxa/HexColorTime
+Issue Tracker:https://github.com/urtxintxa/HexColorTime/issues
Auto Name:HexColorTime Wallpaper
Summary:Set the wallpaper color based on time hex value
@@ -14,7 +14,7 @@ to change the text and some other appareances
.
Repo Type:git
-Repo:https://github.com/jajasuperman/HexColorTime
+Repo:https://github.com/urtxintxa/HexColorTime
Build:1.0,1
commit=5544b467b43f55e98c56280d98a5ec103fde0b0e
diff --git a/metadata/com.enjoyingfoss.feeel.txt b/metadata/com.enjoyingfoss.feeel.txt
new file mode 100644
index 0000000000..dd3cda0d35
--- /dev/null
+++ b/metadata/com.enjoyingfoss.feeel.txt
@@ -0,0 +1,47 @@
+Categories:Sports & Health
+License:GPL-3.0-only
+Web Site:
+Source Code:https://gitlab.com/enjoyingfoss/feeel
+Issue Tracker:https://gitlab.com/enjoyingfoss/feeel/issues
+
+Auto Name:Feeel
+Summary:Guided at-home exercises
+Description:
+Feeel is an open-source Android app for doing simple at-home exercises. While it
+currently only holds the scientific 7-minute workout regime, the hope is to
+expand the amount of available exercises with the help of the community and to
+allow creating custom regimes, with an assortment of handful time-proven regimes
+built-in to start with.
+.
+
+Repo Type:git
+Repo:https://gitlab.com/enjoyingfoss/feeel.git
+
+Build:1.0,1
+ commit=v1.0
+ subdir=app
+ gradle=yes
+ rm=app/proguard-rules.pro
+
+Build:1.1,2
+ commit=v1.1
+ subdir=app
+ gradle=yes
+ rm=app/proguard-rules.pro
+
+Build:1.9,3
+ commit=v1.9
+ subdir=app
+ gradle=yes
+ rm=app/proguard-rules.pro
+
+Build:1.91,4
+ commit=v1.91
+ subdir=app
+ gradle=yes
+ rm=app/proguard-rules.pro
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.91
+Current Version Code:4
diff --git a/metadata/com.enjoyingfoss.om.txt b/metadata/com.enjoyingfoss.om.txt
new file mode 100644
index 0000000000..c9a15fac39
--- /dev/null
+++ b/metadata/com.enjoyingfoss.om.txt
@@ -0,0 +1,25 @@
+Categories:Sports & Health
+License:GPL-3.0-only
+Web Site:
+Source Code:https://gitlab.com/enjoyingfoss/om
+Issue Tracker:https://gitlab.com/enjoyingfoss/om/issues
+
+Auto Name:Om
+Summary:Meditate mindfully for increased emotional intelligence
+Description:
+A simple meditation player including one guided mindfulness meditation and one
+unguided one.
+.
+
+Repo Type:git
+Repo:https://gitlab.com/enjoyingfoss/om.git
+
+Build:1.0,1
+ commit=v1.0
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.0
+Current Version Code:1
diff --git a/metadata/com.enrico.earthquake.batterysimplysolid.txt b/metadata/com.enrico.earthquake.batterysimplysolid.txt
index d12e0b230d..71f542c4e5 100644
--- a/metadata/com.enrico.earthquake.batterysimplysolid.txt
+++ b/metadata/com.enrico.earthquake.batterysimplysolid.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/enricocid/Battery-Live
Issue Tracker:https://github.com/enricocid/Battery-Live/issues
diff --git a/metadata/com.enrico.earthquake.txt b/metadata/com.enrico.earthquake.txt
index 8a247da2aa..6063dd6962 100644
--- a/metadata/com.enrico.earthquake.txt
+++ b/metadata/com.enrico.earthquake.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/enricocid/Simply-Solid/blob/HEAD/README.md
Source Code:https://github.com/enricocid/Simply-Solid
Issue Tracker:https://github.com/enricocid/Simply-Solid/issues
@@ -8,6 +8,14 @@ Auto Name:Simply Solid
Summary:Set solid colors as background
Description:
Pick a solid color as your homescreen background color.
+
+'''Features:'''
+
+* Simple UI
+* Responsive toolbar
+* Material color chooser dialog
+* Save colors to storage
+* Round icon support for android 7.1
.
Repo Type:git
diff --git a/metadata/com.enrico.filemanager.txt b/metadata/com.enrico.filemanager.txt
index 5d9b5e4bf4..0f2d3b9d99 100644
--- a/metadata/com.enrico.filemanager.txt
+++ b/metadata/com.enrico.filemanager.txt
@@ -1,5 +1,5 @@
Categories:System,Development
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/enricocid/Storage-USB
Issue Tracker:https://github.com/enricocid/Storage-USB/issues
diff --git a/metadata/com.enrico.sample.txt b/metadata/com.enrico.sample.txt
index 0b4753f6a2..2341287443 100644
--- a/metadata/com.enrico.sample.txt
+++ b/metadata/com.enrico.sample.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/enricocid/Color-picker-library/blob/HEAD/README.md
Source Code:https://github.com/enricocid/Color-picker-library
Issue Tracker:https://github.com/enricocid/Color-picker-library/issues
@@ -9,6 +9,9 @@ Auto Name:Sample
Summary:Pick colors and display values
Description:
Simple color picker that shows additional information.
+
+DEPRECATION NOTICE: This project is no longer mantained and has been replaced by
+ColorBox.
.
Repo Type:git
diff --git a/metadata/com.eolwral.osmonitor.txt b/metadata/com.eolwral.osmonitor.txt
index 4d2ce9c14f..0a29cc0779 100644
--- a/metadata/com.eolwral.osmonitor.txt
+++ b/metadata/com.eolwral.osmonitor.txt
@@ -9,10 +9,16 @@ Donate:https://github.com/eolwral/OSMonitor
Auto Name:OS Monitor
Summary:Monitor the Operating System
Description:
+OS Monitor is a tool for monitoring your Android system. It offers the following
+information:
+
* Process: monitor all processes and display detail information about each.
* Connection: display every tcp or udp network connection, and query it via WHOIS. There is an option to display the reverse-ip lookup map in OpenStreetMap.
* Misc: monitor processor, battery and file system.
* Message: check dmesg or logcat in real-time.
+
+'''Note:''' Due to Android 7.0's security enhancement, OS Monitor won't support
+Android 7.0 and following versions.
.
Repo Type:git
diff --git a/metadata/com.episode6.android.appalarm.pro.txt b/metadata/com.episode6.android.appalarm.pro.txt
index 81d718c9db..223d65f536 100644
--- a/metadata/com.episode6.android.appalarm.pro.txt
+++ b/metadata/com.episode6.android.appalarm.pro.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://episode6.com
Source Code:https://github.com/ghackett/AppAlarm
Issue Tracker:https://github.com/ghackett/AppAlarm/issues
diff --git a/metadata/com.etesync.syncadapter.txt b/metadata/com.etesync.syncadapter.txt
index 8329dcfdcd..2dbace2a19 100644
--- a/metadata/com.etesync.syncadapter.txt
+++ b/metadata/com.etesync.syncadapter.txt
@@ -1,5 +1,5 @@
Categories:Security,System,Internet
-License:GPL-3.0
+License:GPL-3.0-only
Author Email:android@etesync.com
Web Site:https://www.etesync.com
Source Code:https://github.com/etesync/android
@@ -158,6 +158,54 @@ 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
+
+Build:0.21.0,30
+ commit=v0.21.0
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:0.21.1,31
+ commit=v0.21.1
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:0.21.2,32
+ commit=v0.21.2
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:0.21.4,34
+ commit=v0.21.4
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:0.21.5,35
+ commit=v0.21.5
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:0.21.6,36
+ commit=v0.21.6
+ subdir=app
+ submodules=yes
+ gradle=yes
+
Maintainer Notes:
Summary and Description are maintained by upstream using fastlane in
the source repo:
@@ -166,5 +214,5 @@ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.20.2
-Current Version Code:27
+Current Version:0.21.6
+Current Version Code:36
diff --git a/metadata/com.euedge.openaviationmap.android.txt b/metadata/com.euedge.openaviationmap.android.txt
index cc3fbbbc2a..ace517894b 100644
--- a/metadata/com.euedge.openaviationmap.android.txt
+++ b/metadata/com.euedge.openaviationmap.android.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.openaviationmap.org
Source Code:https://code.google.com/p/openaviationmap/source
Issue Tracker:
diff --git a/metadata/com.evancharlton.mileage.txt b/metadata/com.evancharlton.mileage.txt
index 5db518187f..62dadc20a5 100644
--- a/metadata/com.evancharlton.mileage.txt
+++ b/metadata/com.evancharlton.mileage.txt
@@ -10,6 +10,19 @@ Summary:A Mileage tracker
Description:
A Mileage tracker for an Android-based phone. Allows importing and exporting of
data in various formats, so it is easy to sync with your existing logs.
+
+'''Key features:'''
+
+* Multiple vehicle support
+* All new charts (thanks to aiCharts)
+* Customizable fillup fields
+* Per-vehicle measurement units
+* All new statistics
+* Vastly improved CSV importing
+* Streamlined import and export
+* Automatic SD card backups
+* All new vehicle types
+* Service interval templates
.
Repo Type:git
diff --git a/metadata/com.evenement.encapsulation.txt b/metadata/com.evenement.encapsulation.txt
index bb0bcb5168..c26134c322 100644
--- a/metadata/com.evenement.encapsulation.txt
+++ b/metadata/com.evenement.encapsulation.txt
@@ -1,5 +1,5 @@
Categories:Connectivity,Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/e-venement/eve-control/blob/HEAD/README.md
Source Code:https://github.com/e-venement/eve-control
Issue Tracker:https://github.com/e-venement/eve-control/issues
diff --git a/metadata/com.eventyay.attendee.txt b/metadata/com.eventyay.attendee.txt
new file mode 100644
index 0000000000..d879a35e80
--- /dev/null
+++ b/metadata/com.eventyay.attendee.txt
@@ -0,0 +1,30 @@
+AntiFeatures:Tracking,NonFreeNet
+Categories:Internet,Connectivity
+License:Apache-2.0
+Web Site:https://eventyay.com/
+Source Code:https://github.com/fossasia/open-event-android
+Issue Tracker:https://github.com/fossasia/open-event-android/issues
+
+Auto Name:Eventyay Attendee
+Summary:Events app to checkout nearby events
+Description:
+Discover upcoming events near you and get personalized recommendations.
+.
+
+Repo Type:git
+Repo:https://github.com/fossasia/open-event-android
+
+Build:0.0.1a,1
+ commit=v0.0.1a
+ subdir=app
+ gradle=fdroid
+
+Build:0.0.2a,2
+ commit=v0.0.2a
+ subdir=app
+ gradle=fdroid
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:0.0.2a
+Current Version Code:2
diff --git a/metadata/com.eventyay.organizer.txt b/metadata/com.eventyay.organizer.txt
new file mode 100644
index 0000000000..1440b58e28
--- /dev/null
+++ b/metadata/com.eventyay.organizer.txt
@@ -0,0 +1,33 @@
+AntiFeatures:Tracking
+Categories:Internet,Connectivity
+License:GPL-3.0-only
+Web Site:https://eventyay.com/
+Source Code:https://github.com/fossasia/open-event-orga-app
+Issue Tracker:https://github.com/fossasia/open-event-orga-app/issues
+
+Auto Name:${appName}
+Summary:Event management app for Organizers using eventyay platform
+Description:
+Eventyay Organizer App provides event management features like:
+
+* Event manager log in and sign up
+* Manual attendee check in
+* Attendee check in through QR code scan
+* Basic event analytics
+* Basic ticket management
+* Event Detail
+* Organizer Detail
+.
+
+Repo Type:git
+Repo:https://github.com/fossasia/open-event-orga-app
+
+Build:1.0.6alpha,7
+ commit=v1.0.6alpha
+ subdir=app
+ gradle=fdroid
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.0.6alpha
+Current Version Code:7
diff --git a/metadata/com.everysoft.autoanswer.txt b/metadata/com.everysoft.autoanswer.txt
index b0c0113a53..976932175a 100644
--- a/metadata/com.everysoft.autoanswer.txt
+++ b/metadata/com.everysoft.autoanswer.txt
@@ -1,7 +1,7 @@
Categories:Phone & SMS
-License:GPL-3.0
-Web Site:https://code.google.com/p/auto-answer
-Source Code:https://code.google.com/p/auto-answer/source
+License:GPL-3.0-only
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:AutoAnswer
@@ -12,9 +12,6 @@ automatically when it rings. Can be limited to just contacts or starred
contacts. Also has a speakerphone option.
.
-Repo Type:git-svn
-Repo:https://auto-answer.googlecode.com/svn/trunk
-
Build:1.1,2
commit=5
target=android-8
@@ -35,3 +32,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:1.5
Current Version Code:6
+
+No Source Since:1.6
diff --git a/metadata/com.example.CosyDVR.txt b/metadata/com.example.CosyDVR.txt
index 0e47ea9b71..5073f0951f 100644
--- a/metadata/com.example.CosyDVR.txt
+++ b/metadata/com.example.CosyDVR.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://cosydvr.esy.es
Source Code:https://github.com/sergstetsuk/CosyDVR
Issue Tracker:https://github.com/sergstetsuk/CosyDVR/issues
diff --git a/metadata/com.example.android.maxpapers.txt b/metadata/com.example.android.maxpapers.txt
index 1b55b01b70..c689b2881d 100644
--- a/metadata/com.example.android.maxpapers.txt
+++ b/metadata/com.example.android.maxpapers.txt
@@ -1,7 +1,7 @@
Categories:Theming
License:EPL-1.0
-Web Site:https://code.google.com/p/lcarswallpaper
-Source Code:https://code.google.com/p/lcarswallpaper/source
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:LCARS Wallpapers
@@ -11,9 +11,6 @@ Star Trek LCARS themed live wallpaper for Android 2.1+ devices that shows
various system information.
.
-Repo Type:git-svn
-Repo:https://lcarswallpaper.googlecode.com/svn/trunk/lcarswallpaper
-
Build:1.0.2,35
commit=35
prebuild=sed -i -r 's/(android:versionName)/android:versionCode="35" \1/' AndroidManifest.xml
@@ -26,3 +23,5 @@ Auto Update Mode:None
Update Check Mode:None
Current Version:1.1.1
Current Version Code:46
+
+No Source Since:1.1.2
diff --git a/metadata/com.example.ismael.downloadfilesweb.txt b/metadata/com.example.ismael.downloadfilesweb.txt
index f72fac6a79..855c95ce43 100644
--- a/metadata/com.example.ismael.downloadfilesweb.txt
+++ b/metadata/com.example.ismael.downloadfilesweb.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://gitlab.com/ismo/DownloadFilesWeb
Source Code:https://gitlab.com/ismo/DownloadFilesWeb/tree/HEAD
Issue Tracker:https://gitlab.com/ismo/DownloadFilesWeb/issues
diff --git a/metadata/com.example.lukas.app.txt b/metadata/com.example.lukas.app.txt
index 6c4be3dec4..0a4f0dd102 100644
--- a/metadata/com.example.lukas.app.txt
+++ b/metadata/com.example.lukas.app.txt
@@ -1,5 +1,5 @@
Categories:Navigation,Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/kas70/SAnd/blob/HEAD/README.md
Source Code:https://github.com/kas70/SAnd
Issue Tracker:https://github.com/kas70/SAnd/issues
diff --git a/metadata/com.example.muzei.muzeiapod.txt b/metadata/com.example.muzei.muzeiapod.txt
index 4fd72df4a8..e94bb1cb11 100644
--- a/metadata/com.example.muzei.muzeiapod.txt
+++ b/metadata/com.example.muzei.muzeiapod.txt
@@ -1,5 +1,5 @@
Categories:Multimedia,Theming
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/igoralmeida/muzei-apod
Issue Tracker:https://github.com/igoralmeida/muzei-apod/issues
diff --git a/metadata/com.example.root.analyticaltranslator.txt b/metadata/com.example.root.analyticaltranslator.txt
index e58a86b02c..e1fdb40da0 100644
--- a/metadata/com.example.root.analyticaltranslator.txt
+++ b/metadata/com.example.root.analyticaltranslator.txt
@@ -1,8 +1,8 @@
Categories:Science & Education
-License:GPL-3.0
-Web Site:https://github.com/xpheres/AndroidAnalyticalTranslator/blob/HEAD/README.md
-Source Code:https://github.com/xpheres/AndroidAnalyticalTranslator
-Issue Tracker:https://github.com/xpheres/AndroidAnalyticalTranslator/issues
+License:GPL-3.0-only
+Web Site:
+Source Code:
+Issue Tracker:
Donate:http://lingoworld.eu/lingoworld/donations/donate.php
Bitcoin:15WVb3LZWCsdZGjkNFBuELwt3U4zpnSgwa
@@ -20,9 +20,6 @@ Only translation from German to Spanish is already implemented (English is being
implemented right now).
.
-Repo Type:git
-Repo:https://github.com/xpheres/AndroidAnalyticalTranslator
-
Build:0.01,1
commit=9622285934dbf9fd4497618c43999d673f1ea4e7
subdir=app
@@ -58,3 +55,5 @@ Auto Update Mode:None
Update Check Mode:Tags
Current Version:0.06
Current Version Code:6
+
+No Source Since:0.07
diff --git a/metadata/com.example.sshtry.txt b/metadata/com.example.sshtry.txt
index d7c60d3977..b0700db219 100644
--- a/metadata/com.example.sshtry.txt
+++ b/metadata/com.example.sshtry.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://bitbucket.org/rrbarrero/minidlnaomatic
Source Code:https://bitbucket.org/rrbarrero/minidlnaomatic/src
Issue Tracker:
diff --git a/metadata/com.example.tobiastrumm.freifunkautoconnect.txt b/metadata/com.example.tobiastrumm.freifunkautoconnect.txt
index 7b2ba793e0..d86d962c20 100644
--- a/metadata/com.example.tobiastrumm.freifunkautoconnect.txt
+++ b/metadata/com.example.tobiastrumm.freifunkautoconnect.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/WIStudent/FreifunkAutoConnectApp
Issue Tracker:https://github.com/WIStudent/FreifunkAutoConnectApp/issues
diff --git a/metadata/com.f.coin.txt b/metadata/com.f.coin.txt
index eb90d0234c..57559e7fcb 100644
--- a/metadata/com.f.coin.txt
+++ b/metadata/com.f.coin.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://fcoin.de
Source Code:https://github.com/PrXenon/fcoin
Issue Tracker:https://github.com/PrXenon/fcoin/issues
diff --git a/metadata/com.f0x.eddymalou.txt b/metadata/com.f0x.eddymalou.txt
index 1e4bb25ce7..302e164300 100644
--- a/metadata/com.f0x.eddymalou.txt
+++ b/metadata/com.f0x.eddymalou.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/F0x06/EddyMalou
Issue Tracker:https://github.com/F0x06/EddyMalou/issues
diff --git a/metadata/com.fake.android.torchlight.txt b/metadata/com.fake.android.torchlight.txt
new file mode 100644
index 0000000000..53e56833f0
--- /dev/null
+++ b/metadata/com.fake.android.torchlight.txt
@@ -0,0 +1,38 @@
+Categories:System
+License:Apache-2.0
+Web Site:https://kaeptmblaubaer1000.github.io/
+Source Code:https://github.com/kaeptmblaubaer1000/android-torchlight
+Issue Tracker:https://github.com/kaeptmblaubaer1000/android-torchlight/issues
+
+Auto Name:Torchlight
+Summary:Use the flash of your camera as a light
+Description:
+This is a privacy-friendly torchlight. It only uses the privileges it really
+needs:
+
+* Camera: to access the camera
+* Flashlight: to use the flashlight on the camera.
+.
+
+Repo Type:git
+Repo:https://github.com/kaeptmblaubaer1000/android-torchlight.git
+
+Build:0.02b5,205
+ commit=0.02b5
+ subdir=app
+ gradle=yes
+
+Build:2.6,206
+ commit=2.6
+ subdir=app
+ gradle=yes
+
+Build:2.7,207
+ commit=2.7
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:2.7
+Current Version Code:207
diff --git a/metadata/com.falconware.prestissimo.txt b/metadata/com.falconware.prestissimo.txt
index 60f7130780..57d0bba904 100644
--- a/metadata/com.falconware.prestissimo.txt
+++ b/metadata/com.falconware.prestissimo.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:LGPL-2.1
+License:LGPL-2.1-only
Web Site:
Source Code:https://github.com/TheRealFalcon/Prestissimo
Issue Tracker:https://github.com/TheRealFalcon/Prestissimo/issues
diff --git a/metadata/com.farmerbb.notepad.txt b/metadata/com.farmerbb.notepad.txt
new file mode 100644
index 0000000000..b853aedd93
--- /dev/null
+++ b/metadata/com.farmerbb.notepad.txt
@@ -0,0 +1,76 @@
+Categories:Writing
+License:Apache-2.0
+Web Site:
+Source Code:https://github.com/farmerbb/Notepad
+Issue Tracker:https://github.com/farmerbb/Notepad/issues
+
+Name:Notepad
+Auto Name:${appName}
+Summary:A simple, bare-bones, no-frills note taking app
+Description:
+A simple, bare-bones, no-frills note taking app.
+
+Features:
+
+* Quickly create and save plain-text notes
+* Optionally create rich-text notes using Markdown or HTML (Android 5.0+)
+* Beautiful, easy-to-use UI with Material Design elements
+* Dual-pane view for tablets
+* Share notes to and receive text from other apps
+* Auto-saves drafts
+* View Mode for notes with clickable links
+* Sort notes by date or by name
+* Keyboard shortcuts for common actions (see below)
+* Integration with Google Now "note to self"
+* Import and export notes to external storage (Android 4.4+)
+* Zero permissions and absolutely zero ads
+* Open-source
+
+Keyboard shortcuts:
+
+* Search+M: launch Notepad from any application
+* Ctrl+N: New Note
+* Ctrl+E: Edit Note
+* Ctrl+S: Save
+* Ctrl+D: Delete
+* Ctrl+H: Share
+.
+
+Repo Type:git
+Repo:https://github.com/farmerbb/Notepad.git
+
+Build:2.3,100
+ commit=100
+ subdir=app
+ gradle=yes
+
+Build:2.3.1,101
+ commit=101
+ subdir=app
+ gradle=yes
+
+Build:2.3.1,102
+ commit=102
+ subdir=app
+ gradle=yes
+
+Build:2.3.2,104
+ commit=104
+ subdir=app
+ gradle=yes
+
+Build:2.3.3,106
+ commit=106
+ subdir=app
+ gradle=yes
+
+Build:2.3.3,107
+ commit=107
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's/4.10/4.9/' ../gradle/wrapper/gradle-wrapper.properties
+
+Auto Update Mode:Version %c
+Update Check Mode:Tags
+Current Version:2.3.3
+Current Version Code:107
diff --git a/metadata/com.farmerbb.secondscreen.free.txt b/metadata/com.farmerbb.secondscreen.free.txt
new file mode 100644
index 0000000000..3e788931a6
--- /dev/null
+++ b/metadata/com.farmerbb.secondscreen.free.txt
@@ -0,0 +1,54 @@
+Categories:System
+License:Apache-2.0
+Web Site:
+Source Code:https://github.com/farmerbb/SecondScreen
+Issue Tracker:https://github.com/farmerbb/SecondScreen/issues
+
+Name:SecondScreen
+Auto Name:${appName}
+Summary:Better screen mirroring
+Description:
+SecondScreen is an application designed for power users that frequently connect
+their Android devices to external displays. It works with your existing screen
+mirroring solution to give you the best experience possible. With SecondScreen,
+you can change your device's resolution and density to fit your TV or monitor,
+enable always-on desktop mode in Chrome, and even turn your device's backlight
+off, among several other features.
+
+This app requires elevated permissions, granted via root access or adb shell
+commands. The app will do nothing if you do not have a rooted device or access
+to adb.
+.
+
+Repo Type:git
+Repo:https://github.com/farmerbb/SecondScreen.git
+
+Build:2.7,172
+ commit=172
+ subdir=app
+ gradle=free
+
+Build:2.7.1,175
+ commit=175
+ subdir=app
+ gradle=free
+
+Build:2.7.1,176
+ commit=176
+ subdir=app
+ gradle=free
+
+Build:2.8,178
+ commit=178
+ subdir=app
+ gradle=free
+
+Build:2.8.1,179
+ commit=179
+ subdir=app
+ gradle=free
+
+Auto Update Mode:Version %c
+Update Check Mode:Tags
+Current Version:2.8.1
+Current Version Code:179
diff --git a/metadata/com.farmerbb.taskbar.txt b/metadata/com.farmerbb.taskbar.txt
index fd42b2bc61..2a0011922a 100644
--- a/metadata/com.farmerbb.taskbar.txt
+++ b/metadata/com.farmerbb.taskbar.txt
@@ -11,6 +11,15 @@ Description:
Puts a start menu and recent apps tray on top of your screen accessible at any
time, increasing your productivity and turning your Android tablet or phone into
a real multitasking machine.
+
+'''Features:'''
+
+* Start menu - shows you all applications installed on the device, configurable as a list or as a grid
+* Recent apps tray - shows your most recently used apps and lets you easily switch between them
+* Collapsible and hideable - show it when you need it, hide it when you don't
+* Many different configuration options - customize Taskbar however you want
+* Pin favorite apps or block the ones you don't want to see
+* Designed with keyboard and mouse in mind
.
Repo Type:git
@@ -306,12 +315,32 @@ Build:3.7.1,170
subdir=app
gradle=free
+Build:3.9.1,183
+ commit=183
+ subdir=app
+ gradle=free
+
+Build:3.9.2,184
+ commit=184
+ subdir=app
+ gradle=free
+
+Build:3.9.3,185
+ commit=185
+ subdir=app
+ gradle=free
+
+Build:4.0,189
+ commit=189
+ subdir=app
+ gradle=free
+
Maintainer Notes:
Multiple versions with same versionName.
See here: https://github.com/farmerbb/Taskbar/issues/4
.
-Auto Update Mode:None
-Update Check Mode:RepoManifest
-Current Version:3.9.1
-Current Version Code:183
+Auto Update Mode:Version %c
+Update Check Mode:Tags
+Current Version:4.0
+Current Version Code:189
diff --git a/metadata/com.fastaccess.github.libre.txt b/metadata/com.fastaccess.github.libre.txt
index d6eae46cc7..a5fff28d4b 100644
--- a/metadata/com.fastaccess.github.libre.txt
+++ b/metadata/com.fastaccess.github.libre.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/thermatk/FastHub-Libre
Source Code:https://github.com/thermatk/FastHub-Libre
Issue Tracker:https://github.com/thermatk/FastHub-Libre/issues
@@ -131,11 +131,16 @@ Build:4.6.6,466
subdir=app
gradle=yes
+Build:4.6.7,467
+ commit=4.6.7
+ subdir=app
+ gradle=yes
+
Maintainer Notes:
Bump for bugfix build.
.
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:4.6.6
-Current Version Code:466
+Current Version:4.6.7
+Current Version Code:467
diff --git a/metadata/com.fastaccess.github.txt b/metadata/com.fastaccess.github.txt
index d49f49d0d3..bf682831c2 100644
--- a/metadata/com.fastaccess.github.txt
+++ b/metadata/com.fastaccess.github.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree,NonFreeNet
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/k0shk0sh/FastHub
Issue Tracker:https://github.com/k0shk0sh/FastHub/issues
diff --git a/metadata/com.fastebro.androidrgbtool.txt b/metadata/com.fastebro.androidrgbtool.txt
index dbf70dfaab..fd41e32cdf 100644
--- a/metadata/com.fastebro.androidrgbtool.txt
+++ b/metadata/com.fastebro.androidrgbtool.txt
@@ -8,6 +8,20 @@ Auto Name:RGB Tool
Summary:Get RGB and HEX values of a color
Description:
Simple and fast tool to get RGB channel and HEX values about a color.
+
+RGB Tool lets you find out all the colors you need in a very simple and quick
+way. It features RGB and HSB color models plus color transparency and it
+displays HEX value.
+
+You can take a picture with the camera or open an image stored on your device to
+get color information. It is also possible to extract image palette data of a
+picture.
+
+Save your preferred colors, so you can easily pick them later or whenever you
+need.
+
+When you have found your color, you can also print it in a PDF document or using
+a printer.
.
Repo Type:git
diff --git a/metadata/com.forrestguice.suntimeswidget.txt b/metadata/com.forrestguice.suntimeswidget.txt
index 55476a2903..a7a11c6397 100644
--- a/metadata/com.forrestguice.suntimeswidget.txt
+++ b/metadata/com.forrestguice.suntimeswidget.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/forrestguice/SuntimesWidget
Issue Tracker:https://github.com/forrestguice/SuntimesWidget/issues
@@ -7,14 +7,6 @@ Changelog:https://github.com/forrestguice/SuntimesWidget/blob/HEAD/CHANGELOG.md
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NZJ5FJBCKY6K2
Auto Name:Suntimes
-Summary:Display sunrise, sunset, and twilight times
-Description:
-Displays sunrise, sunset, and twilight times. Also features a widget for this.
-
-The times reported by this app are approximate. They are calculated on your
-device without the assistance of a third party service (uses sunrisesunsetlib).
-The app doesn't require network connectivity, GPS is optional.
-.
Repo Type:git
Repo:https://github.com/forrestguice/SuntimesWidget
@@ -119,7 +111,57 @@ Build:0.7.4,23
subdir=app
gradle=yes
+Build:0.8.0,24
+ commit=v0.8.0
+ subdir=app
+ gradle=yes
+
+Build:0.8.1,25
+ commit=v0.8.1
+ subdir=app
+ gradle=yes
+
+Build:0.8.2,26
+ commit=v0.8.2
+ subdir=app
+ gradle=yes
+
+Build:0.8.3,27
+ commit=v0.8.3
+ subdir=app
+ gradle=yes
+
+Build:0.8.4,28
+ commit=v0.8.4
+ subdir=app
+ gradle=yes
+
+Build:0.8.5,29
+ commit=v0.8.5
+ subdir=app
+ gradle=yes
+
+Build:0.8.6,30
+ commit=v0.8.6
+ subdir=app
+ gradle=yes
+
+Build:0.9.0,31
+ commit=v0.9.0
+ subdir=app
+ gradle=yes
+
+Build:0.9.1,32
+ commit=v0.9.1
+ subdir=app
+ gradle=yes
+
+Build:0.9.2,33
+ commit=v0.9.2
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.7.4
-Current Version Code:23
+Current Version:0.9.2
+Current Version Code:33
diff --git a/metadata/com.fproject.cryptolitycs.yml b/metadata/com.fproject.cryptolitycs.yml
new file mode 100644
index 0000000000..f709a15d80
--- /dev/null
+++ b/metadata/com.fproject.cryptolitycs.yml
@@ -0,0 +1,38 @@
+AntiFeatures:
+ - NonFreeNet
+Categories:
+ - Money
+License: GPL-3.0-only
+WebSite: https://gitlab.com/lszathmary/Cryptolitycs
+SourceCode: https://gitlab.com/lszathmary/Cryptolitycs/tree/HEAD
+IssueTracker: https://gitlab.com/lszathmary/Cryptolitycs/issues
+
+AutoName: Cryptolitycs
+Summary: Cryptocurrency tracker
+Description: |
+ The primary goal of the application is to allow the user to follow the cryptocurrency market. Cryptolitycs gives quick and easy access to cryptocurrency related information.
+
+ Features:
+
+ * Detailed information on every coin such as: percent change, available supply, market cap, highest price, lowest price.
+ * With the help of the generated price charts, the user can track how the price of a currencies has changed during the past 30 days.
+ * Choose from a selection of more than 4000 different coins, including populare coins like Ethereum, Bitcoin, Ripple and many more.
+ * Contains a usable converter, which allows multiple conversions at once and provides up to 8 decimal places when needed for the great accuracy.
+ * Shows the most recent cryptocurrency related news from different sources.
+ .
+
+RepoType: git
+Repo: https://gitlab.com/lszathmary/Cryptolitycs.git
+
+Builds:
+ - versionName: '1.0'
+ versionCode: 1
+ commit: '1.0'
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version %v
+UpdateCheckMode: Tags
+CurrentVersion: '1.0'
+CurrentVersionCode: 1
diff --git a/metadata/com.fr3ts0n.androbd.plugin.mqtt.txt b/metadata/com.fr3ts0n.androbd.plugin.mqtt.txt
index 8077a47d37..a3c6adab6f 100644
--- a/metadata/com.fr3ts0n.androbd.plugin.mqtt.txt
+++ b/metadata/com.fr3ts0n.androbd.plugin.mqtt.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0+
+License:GPL-3.0-or-later
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
@@ -16,7 +16,12 @@ Build:V1.0.0,10000
subdir=MqttPublisher
gradle=yes
+Build:V1.0.1,10001
+ commit=V1.0.1
+ subdir=MqttPublisher
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:V1.0.0
-Current Version Code:10000
+Current Version:V1.0.1
+Current Version Code:10001
diff --git a/metadata/com.fr3ts0n.ecu.gui.androbd.txt b/metadata/com.fr3ts0n.ecu.gui.androbd.txt
index 8fb7da2189..0bbfbfe7c6 100644
--- a/metadata/com.fr3ts0n.ecu.gui.androbd.txt
+++ b/metadata/com.fr3ts0n.ecu.gui.androbd.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/fr3ts0n/AndrOBD/wiki
Source Code:https://github.com/fr3ts0n/AndrOBD
Issue Tracker:https://github.com/fr3ts0n/AndrOBD/issues
@@ -10,7 +10,9 @@ Auto Name:AndrOBD
Summary:Connect to your car's OBD system
Description:
Use your phone/tablet to connect to your car's on-board diagnostics system via
-any ELM327 bluetooth adapter.
+any ELM327 bluetooth adapter. This app then lets you read and clear fault codes,
+read/record live data, read freeze frame and vehicle info data, offers you data
+charts, a dashboard, export functionality and more.
.
Repo Type:git
@@ -612,7 +614,31 @@ Build:V2.0.2,20002
cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/main/java/ && \
cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/
+Build:V2.0.3,20003
+ commit=V2.0.3
+ 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/
+
+Build:V2.0.4,20004
+ commit=V2.0.4
+ 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.2
-Current Version Code:20002
+Current Version:V2.0.4
+Current Version Code:20004
diff --git a/metadata/com.fr3ts0n.stagefever.txt b/metadata/com.fr3ts0n.stagefever.txt
index 50ed1fc878..0de46aba02 100644
--- a/metadata/com.fr3ts0n.stagefever.txt
+++ b/metadata/com.fr3ts0n.stagefever.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/fr3ts0n/StageFever/blob/HEAD/README.md
Source Code:https://github.com/fr3ts0n/StageFever
Issue Tracker:https://github.com/fr3ts0n/StageFever/issues
@@ -11,6 +11,13 @@ Shows stage notes, AMP/effect settings, BPM etc. for any song in setlist. A
setlist is a csv file following the scheme:
Song;Artist;Settings;BPM;Stage notes
+
+'''Features:'''
+
+* all important song notes on one glance: Amplifier/effect settings, visual BPM, stage notes
+* single click to move to next/previous song
+* set list overview and navigation with swipe left
+* import set list data from CSV file
.
Repo Type:git
diff --git a/metadata/com.freerdp.afreerdp.txt b/metadata/com.freerdp.afreerdp.txt
index 64259f5bd6..2bfcfe83b0 100644
--- a/metadata/com.freerdp.afreerdp.txt
+++ b/metadata/com.freerdp.afreerdp.txt
@@ -7,10 +7,16 @@ Issue Tracker:https://github.com/FreeRDP/FreeRDP/issues
Auto Name:aFreeRDP
Summary:FreeRDP is a free remote desktop protocol client
Description:
-FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released
-under the Apache license. Enjoy the freedom of using your software wherever you
-want, the way you want it, in a world where interoperability can finally
-liberate your computing experience.
+''FreeRDP'' is a free implementation of the Remote Desktop Protocol (RDP),
+released under the Apache license. Enjoy the freedom of using your software
+wherever you want, the way you want it, in a world where interoperability can
+finally liberate your computing experience.
+
+You can simply use your Android device to start all your applications like Word,
+Outlook, Adobe Photoshop, games or any other installed application.
+
+''aFreeRDP'' supports all operating systems that support Terminal Services
+respectively Remote Desktop Services out of the box.
.
Repo Type:git
@@ -44,7 +50,21 @@ Build:2.0.0-rc1,11
./android-build-freerdp.sh --ndk $$NDK$$ --sdk $$SDK$$ --conf android-build-64.conf
ndk=r12b
+Build:2.0.0-rc2,12
+ commit=2.0.0-rc2
+ subdir=client/Android/Studio/aFreeRDP
+ patch=2.0.0-rc0-gcc-sysroot.diff
+ gradle=yes
+ prebuild=echo -e "RELEASE_STORE_FILE=\nRELEASE_KEY_ALIAS=" >>../gradle.properties && \
+ cd ../../../../scripts && \
+ sed -i -e 's/OPENSSL_TAG=OpenSSL_1_1_0[a-g]/OPENSSL_TAG=OpenSSL_1_1_0h/' -e 's/WITH_OPENH264=0/WITH_OPENH264=1/' android-build-*.conf && \
+ sed -i -e 's/make/make USE_ASM=no/' android-build-openh264.sh
+ build=cd ../../../../scripts && \
+ ./android-build-freerdp.sh --ndk $$NDK$$ --sdk $$SDK$$ --conf android-build-32.conf && \
+ ./android-build-freerdp.sh --ndk $$NDK$$ --sdk $$SDK$$ --conf android-build-64.conf
+ ndk=r12b
+
Auto Update Mode:None
Update Check Mode:None
-Current Version:2.0.0-rc1
-Current Version Code:11
+Current Version:2.0.0-rc2
+Current Version Code:12
diff --git a/metadata/com.freezingwind.animereleasenotifier.txt b/metadata/com.freezingwind.animereleasenotifier.txt
index deac312375..f8651f9c3b 100644
--- a/metadata/com.freezingwind.animereleasenotifier.txt
+++ b/metadata/com.freezingwind.animereleasenotifier.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://animereleasenotifier.com
Source Code:https://github.com/blitzprog/anime-release-notifier-android
Issue Tracker:https://github.com/blitzprog/anime-release-notifier-android/issues
diff --git a/metadata/com.frostwire.android.txt b/metadata/com.frostwire.android.txt
index 960e8d0e69..bd5bec6b83 100644
--- a/metadata/com.frostwire.android.txt
+++ b/metadata/com.frostwire.android.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree,Tracking
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://frostwire.com/android
Source Code:https://github.com/frostwire/frostwire-android
Issue Tracker:https://github.com/frostwire/frostwire-android/issues
@@ -54,5 +54,5 @@ No further updates - see description.
Auto Update Mode:None
Update Check Mode:Static
-Current Version:1.0.7
-Current Version Code:85
+Current Version:0
+Current Version Code:0
diff --git a/metadata/com.frozendevs.periodictable.txt b/metadata/com.frozendevs.periodictable.txt
index a3d7c488bc..9539a6153e 100644
--- a/metadata/com.frozendevs.periodictable.txt
+++ b/metadata/com.frozendevs.periodictable.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/Frozen-Developers/android-periodic-table
Issue Tracker:https://github.com/Frozen-Developers/android-periodic-table/issues
diff --git a/metadata/com.frrahat.quransimple.txt b/metadata/com.frrahat.quransimple.txt
index 847ee2b885..568d867815 100644
--- a/metadata/com.frrahat.quransimple.txt
+++ b/metadata/com.frrahat.quransimple.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:
Source Code:https://github.com/frrahat/Quran-For-My-Android
Issue Tracker:https://github.com/frrahat/Quran-For-My-Android/issues
diff --git a/metadata/com.fsck.k9.material.txt b/metadata/com.fsck.k9.material.txt
index ffe14876cf..8802440e1f 100644
--- a/metadata/com.fsck.k9.material.txt
+++ b/metadata/com.fsck.k9.material.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/scoute-dich/K9-MailClient/blob/HEAD/README.md
Source Code:https://github.com/scoute-dich/K9-MailClient
Issue Tracker:https://github.com/scoute-dich/K9-MailClient/issues
diff --git a/metadata/com.fsck.k9.txt b/metadata/com.fsck.k9.txt
index bc819cc3a5..c9f80a7e11 100644
--- a/metadata/com.fsck.k9.txt
+++ b/metadata/com.fsck.k9.txt
@@ -4,7 +4,7 @@ License:Apache-2.0
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
+Changelog:https://k9mail.github.io/k-9/changelog_5.6-MAINT_branch.xml
LiberapayID:34990
Auto Name:K-9 Mail
@@ -269,7 +269,13 @@ Build:5.403,23630
gradle=yes
rm=tools/android-studio/settings.jar
+Build:5.600,26000
+ commit=5.600
+ subdir=k9mail
+ gradle=yes
+ rm=tools/android-studio/settings.jar
+
Auto Update Mode:Version %v
-Update Check Mode:RepoManifest/5.4-MAINT
-Current Version:5.403
-Current Version Code:23630
+Update Check Mode:RepoManifest/5.6-MAINT
+Current Version:5.600
+Current Version Code:26000
diff --git a/metadata/com.fullscreen.txt b/metadata/com.fullscreen.txt
index 79e20a51fe..8ed63dc38a 100644
--- a/metadata/com.fullscreen.txt
+++ b/metadata/com.fullscreen.txt
@@ -1,8 +1,8 @@
Categories:Reading,Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/renancunha33/diolinux_webapp2
-Issue Tracker:https://github.com/renancunha33/diolinux_webapp2/issues
+Source Code:https://github.com/renancunha33/DiolinuxApp
+Issue Tracker:https://github.com/renancunha33/DiolinuxApp/issues
Auto Name:Diolinux
Summary:View www.diolinux.com.br
@@ -12,7 +12,7 @@ technology news.
.
Repo Type:git
-Repo:https://github.com/renancunha33/diolinux_webapp2
+Repo:https://github.com/renancunha33/DiolinuxApp
Build:2.1.2.5,1
commit=9d3bcf926d0a6acb88c716950172e1b42f7f88f3
diff --git a/metadata/com.funambol.androidsync.txt b/metadata/com.funambol.androidsync.txt
index 3b777dd69d..8eb2c2d620 100644
--- a/metadata/com.funambol.androidsync.txt
+++ b/metadata/com.funambol.androidsync.txt
@@ -1,6 +1,6 @@
Disabled:Replaced by com.funambol.funv10
Categories:System
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:https://onemediahub.com/
Source Code:https://funambol.svn.sourceforge.net/viewvc/funambol/android-client/trunk/android-client
Issue Tracker:https://sourceforge.net/projects/funambol/support
diff --git a/metadata/com.fusionx.lightirc.txt b/metadata/com.fusionx.lightirc.txt
index 67c24308d4..d75ab40113 100644
--- a/metadata/com.fusionx.lightirc.txt
+++ b/metadata/com.fusionx.lightirc.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/tilal6991/HoloIRC/blob/HEAD/README.mkdn
Source Code:https://github.com/tilal6991/HoloIRC
Issue Tracker:https://github.com/tilal6991/HoloIRC/issues
diff --git a/metadata/com.futurice.android.reservator.txt b/metadata/com.futurice.android.reservator.txt
index fab4fd3fb8..191c3cd255 100644
--- a/metadata/com.futurice.android.reservator.txt
+++ b/metadata/com.futurice.android.reservator.txt
@@ -10,6 +10,20 @@ Summary:Display availablity of meeting rooms
Description:
Displays the availability status of meeting rooms along with the free/busy-time.
Requires a Google-Account for schedules.
+
+Reservator is an open source meeting room display system for tablets. Mount your
+tablet next to your meeting rooms door, install Reservator and you’re good to
+go! Reservator uses your Google calendar’s resources for booking so you can use
+it, for example, for conference rooms, classrooms or for lending a video
+projector. While using Reservator, you can still book rooms normally through
+Google Calendar. You can also use the application for reserving other meeting
+rooms within your company.
+
+'''Features:'''
+
+* Integration: Reservator works with Google apps.
+* Booking: You can instantly book a meeting room with Reservator. You can also view the rooms calendar and book a meeting somewhere in the future. Simply pick the time and enter your name and it’s booked.
+* Traffic lights: The display will be green if the room is available, yellow if a meeting is about to start soon and red if it’s reserved. With this information you can quickly decide what conference room you want to use by just walking around.
.
Repo Type:git
@@ -22,5 +36,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.gabm.fancyplaces.txt b/metadata/com.gabm.fancyplaces.txt
index 8c92d68407..2383a7f10f 100644
--- a/metadata/com.gabm.fancyplaces.txt
+++ b/metadata/com.gabm.fancyplaces.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/gabm/FancyPlaces
Issue Tracker:https://github.com/gabm/FancyPlaces/issues
diff --git a/metadata/com.gabm.screenrotationcontrol.txt b/metadata/com.gabm.screenrotationcontrol.txt
index e28d214c2c..eeb595e1a8 100644
--- a/metadata/com.gabm.screenrotationcontrol.txt
+++ b/metadata/com.gabm.screenrotationcontrol.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gabm.github.io/TapAndTurn/
Source Code:https://github.com/gabm/TapAndTurn
Issue Tracker:https://github.com/gabm/TapAndTurn/issues
diff --git a/metadata/com.gacode.relaunchx.txt b/metadata/com.gacode.relaunchx.txt
index 96d015bbe3..1e407a8fce 100644
--- a/metadata/com.gacode.relaunchx.txt
+++ b/metadata/com.gacode.relaunchx.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/Leszek111/ReLaunchX
Issue Tracker:https://github.com/Leszek111/ReLaunchX/issues
diff --git a/metadata/com.games.boardgames.aeonsend.txt b/metadata/com.games.boardgames.aeonsend.txt
index 3e563c1312..cf0b4934d3 100644
--- a/metadata/com.games.boardgames.aeonsend.txt
+++ b/metadata/com.games.boardgames.aeonsend.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:Jan Svoboda
Author Email:svoboh@gmail.com
Web Site:https://github.com/JanSvoboda/aeonsend-randomizer/blob/HEAD/README.md
diff --git a/metadata/com.gcstar.scanner.txt b/metadata/com.gcstar.scanner.txt
index 29a47c7fe7..996dcb2d18 100644
--- a/metadata/com.gcstar.scanner.txt
+++ b/metadata/com.gcstar.scanner.txt
@@ -1,7 +1,7 @@
Categories:Multimedia
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://www.gcstar.org/
-Source Code:http://svn.gna.org/viewcvs/gcstar/scanner
+Source Code:
Issue Tracker:
Donate:http://gcstar.org/contribute.en.php#donate
@@ -16,9 +16,6 @@ you can store additional data, such as the location or who you've lent it to.
You may also search and filter your collection by many criteria.
.
-Repo Type:git-svn
-Repo:http://svn.gna.org/svn/gcstar/scanner
-
Build:1.0,1
commit=2124
@@ -26,3 +23,5 @@ Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.0
Current Version Code:1
+
+No Source Since:1.1
diff --git a/metadata/com.gcstar.viewer.txt b/metadata/com.gcstar.viewer.txt
index c0675b7edf..c1f83a64bf 100644
--- a/metadata/com.gcstar.viewer.txt
+++ b/metadata/com.gcstar.viewer.txt
@@ -1,7 +1,7 @@
Categories:Writing
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://wiki.gcstar.org/en/gcstar_viewer
-Source Code:http://svn.gna.org/viewcvs/gcstar/viewer
+Source Code:
Issue Tracker:
Donate:http://gcstar.org/contribute.en.php#donate
@@ -14,9 +14,6 @@ you can store additional data, such as the location or who you've lent it to.
You may also search and filter your collection by many criteria.
.
-Repo Type:git-svn
-Repo:http://svn.gna.org/svn/gcstar/viewer
-
Build:2.8,10
commit=2149
@@ -33,3 +30,5 @@ Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:2.12
Current Version Code:14
+
+No Source Since:2.13
diff --git a/metadata/com.geecko.QuickLyric.txt b/metadata/com.geecko.QuickLyric.txt
index 604a0c1951..0259b2b239 100644
--- a/metadata/com.geecko.QuickLyric.txt
+++ b/metadata/com.geecko.QuickLyric.txt
@@ -1,8 +1,8 @@
Categories:Multimedia,Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://www.quicklyric.be
-Source Code:https://github.com/geecko86/QuickLyric
-Issue Tracker:https://github.com/geecko86/QuickLyric/issues
+Source Code:https://github.com/QuickLyric/QuickLyric
+Issue Tracker:https://github.com/QuickLyric/QuickLyric/issues
Auto Name:QuickLyric
Summary:Fetch and display song lyrics
@@ -11,10 +11,20 @@ QuickLyric fetches your lyrics for you. It includes a search engine and is
simple and easy to use. It can also detect what song is playing on your device.
The NFC permission is used to share lyrics via Android Beam.
+
+'''Highlights:'''
+
+* The fastest lyrics finder
+* Synchronized lyrics - the ultimate karaoke experience right in your pocket!
+* Floating lyrics to enjoy your lyrics without interrupting what you're doing
+* Display an (optional) notification to access your lyrics even quicker
+* Quickly download the lyrics for your whole library of songs (Google Play, Spotify or your own files)
+* Identify songs with your microphone: hold your phone to the music and the lyrics will appear!
+* A top-notch support team that will gladly answer all your questions
.
Repo Type:git
-Repo:https://github.com/geecko86/QuickLyric
+Repo:https://github.com/QuickLyric/QuickLyric
Build:1.5.3,6
commit=1.5.3
diff --git a/metadata/com.gelakinetic.mtgfam.txt b/metadata/com.gelakinetic.mtgfam.txt
index 67d5805fd1..b634bab94a 100644
--- a/metadata/com.gelakinetic.mtgfam.txt
+++ b/metadata/com.gelakinetic.mtgfam.txt
@@ -145,6 +145,54 @@ Build:3.4.6,53
rm=mobile/annotations.jar
scanignore=mobile/src/main/res/raw/datagz
+Build:3.5.0,54
+ commit=v3.5.0
+ subdir=mobile
+ gradle=yes
+ forceversion=yes
+ rm=mobile/annotations.jar
+ scanignore=mobile/src/main/res/raw/datagz
+
+Build:3.5.1,55
+ commit=v3.5.1
+ subdir=mobile
+ gradle=yes
+ forceversion=yes
+ rm=mobile/annotations.jar
+ scanignore=mobile/src/main/res/raw/datagz
+
+Build:3.5.2,56
+ commit=v3.5.2
+ subdir=mobile
+ gradle=yes
+ forceversion=yes
+ rm=mobile/annotations.jar
+ scanignore=mobile/src/main/res/raw/datagz
+
+Build:3.5.3,57
+ commit=v3.5.3
+ subdir=mobile
+ gradle=yes
+ forceversion=yes
+ rm=mobile/annotations.jar
+ scanignore=mobile/src/main/res/raw/datagz
+
+Build:3.5.4,58
+ commit=v3.5.4
+ subdir=mobile
+ gradle=yes
+ forceversion=yes
+ rm=mobile/annotations.jar
+ scanignore=mobile/src/main/res/raw/datagz
+
+Build:3.5.5,59
+ commit=v3.5.5
+ subdir=mobile
+ gradle=yes
+ forceversion=yes
+ rm=mobile/annotations.jar
+ scanignore=mobile/src/main/res/raw/datagz
+
Maintainer Notes:
Under mobile/src/main/res/raw/datagz is the apps card database.
Cannot enable AUM because of fdroid/fdroidserver#144.
@@ -152,5 +200,5 @@ Cannot enable AUM because of fdroid/fdroidserver#144.
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:3.4.6
-Current Version Code:53
+Current Version:3.5.5
+Current Version Code:59
diff --git a/metadata/com.genonbeta.TrebleShot.txt b/metadata/com.genonbeta.TrebleShot.txt
index 95d59c0214..6c040107d1 100644
--- a/metadata/com.genonbeta.TrebleShot.txt
+++ b/metadata/com.genonbeta.TrebleShot.txt
@@ -1,5 +1,5 @@
Categories:Connectivity,Multimedia
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:
Source Code:https://github.com/genonbeta/TrebleShot
Issue Tracker:https://github.com/genonbeta/TrebleShot/issues
@@ -126,7 +126,57 @@ Build:1.2.5.12,67
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
+
+Build:1.2.6.2,72
+ commit=1.2.6.2
+ subdir=app
+ gradle=yes
+
+Build:1.2.6.3,73
+ commit=1.2.6.3
+ subdir=app
+ gradle=yes
+
+Build:1.2.6.4,76
+ commit=e7897a2f9b5ae05e46754813153e98a7cd5d213d
+ subdir=app
+ gradle=fossReliant
+
+Build:1.2.6.5,77
+ commit=1.2.6.5
+ subdir=app
+ gradle=fossReliant
+
+Build:1.2.7,78
+ commit=1.2.7
+ subdir=app
+ gradle=fossReliant
+
+Build:1.2.7.1,79
+ commit=1.2.7.1
+ subdir=app
+ gradle=fossReliant
+
+Build:1.2.7.2,80
+ commit=1.2.7.2
+ subdir=app
+ gradle=fossReliant
+
+Build:1.2.7.3,81
+ commit=1.2.7.3
+ subdir=app
+ gradle=fossReliant
+
Auto Update Mode:Version %v
Update Check Mode:Tags ^[0-9\.]*$
-Current Version:1.2.5.12
-Current Version Code:67
+Current Version:1.2.7.3
+Current Version Code:81
diff --git a/metadata/com.gh4a.txt b/metadata/com.gh4a.txt
index 5ab0b22f44..d1cfef3d97 100644
--- a/metadata/com.gh4a.txt
+++ b/metadata/com.gh4a.txt
@@ -96,7 +96,13 @@ Build:4.3.1,58
gradle=foss
prebuild=sed -i -e '/fabric/d' -e '/playstoreImplementation(.*) {/,/}/d' -e s/ClientId/\'\"f0f32f2ee4a709ba3640\"\'/ -e s/ClientSecret/\'\"f94cffda88486696c2762ad986bc0b8b830c9cff\"\'/ build.gradle
+Build:4.3.2,59
+ commit=v4.3.2
+ subdir=app
+ gradle=foss
+ prebuild=sed -i -e '/fabric/d' -e '/playstoreImplementation(.*) {/,/}/d' -e s/ClientId/\'\"f0f32f2ee4a709ba3640\"\'/ -e s/ClientSecret/\'\"f94cffda88486696c2762ad986bc0b8b830c9cff\"\'/ build.gradle
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:4.3.1
-Current Version Code:58
+Current Version:4.3.2
+Current Version Code:59
diff --git a/metadata/com.ghostsq.commander.https.txt b/metadata/com.ghostsq.commander.https.txt
index 125234dac2..ddc351dc11 100644
--- a/metadata/com.ghostsq.commander.https.txt
+++ b/metadata/com.ghostsq.commander.https.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://sites.google.com/site/ghostcommander1
Source Code:https://sourceforge.net/p/gc-webdav/svn/HEAD/tree/
Issue Tracker:https://sourceforge.net/p/ghostcommander/_list/tickets
diff --git a/metadata/com.ghostsq.commander.samba.txt b/metadata/com.ghostsq.commander.samba.txt
index 514535c992..15c6838bb8 100644
--- a/metadata/com.ghostsq.commander.samba.txt
+++ b/metadata/com.ghostsq.commander.samba.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://sites.google.com/site/ghostcommander1
Source Code:https://sourceforge.net/p/gc-samba/code
Issue Tracker:https://sourceforge.net/p/gc-samba/bugs/
@@ -110,5 +110,5 @@ Build:1.32,62
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:1.33b2
-Current Version Code:72
+Current Version:1.33b3
+Current Version Code:73
diff --git a/metadata/com.ghostsq.commander.sftp.txt b/metadata/com.ghostsq.commander.sftp.txt
index c7ef0358c3..8a9976dce4 100644
--- a/metadata/com.ghostsq.commander.sftp.txt
+++ b/metadata/com.ghostsq.commander.sftp.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://sites.google.com/site/ghostcommander1
Source Code:https://sourceforge.net/p/gc-sftp/code
Issue Tracker:https://sourceforge.net/p/ghostcommander/_list/tickets
@@ -92,5 +92,5 @@ be used.
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:1.14.6
-Current Version Code:36
+Current Version:1.14.7b1
+Current Version Code:37
diff --git a/metadata/com.ghostsq.commander.txt b/metadata/com.ghostsq.commander.txt
index c0395bf005..60c9db86ec 100644
--- a/metadata/com.ghostsq.commander.txt
+++ b/metadata/com.ghostsq.commander.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://sites.google.com/site/ghostcommander1
Source Code:https://sourceforge.net/p/ghostcommander/code
Issue Tracker:https://sourceforge.net/projects/ghostcommander/support
@@ -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
@@ -296,6 +296,37 @@ Build:1.55b3,335
prebuild=mv $$Zip4j$$/src/net ./src/
scanignore=src/com/ghostsq/commander/adapters/CA.java
+Build:1.56b8,353
+ commit=618
+ srclibs=Zip4j@d0ec9f4f80bdbeaec76478ab0c0a63d9e9e7eaa5
+ extlibs=android/android-support-v4.jar
+ prebuild=mv $$Zip4j$$/src/net ./src/
+ scanignore=src/com/ghostsq/commander/adapters/CA.java
+
+Build:1.56b10,355
+ commit=621
+ srclibs=Zip4j@d0ec9f4f80bdbeaec76478ab0c0a63d9e9e7eaa5
+ prebuild=mv $$Zip4j$$/src/net ./src/
+ scanignore=src/com/ghostsq/commander/adapters/CA.java
+
+Build:1.56.1b1,357
+ commit=622
+ srclibs=Zip4j@d0ec9f4f80bdbeaec76478ab0c0a63d9e9e7eaa5
+ prebuild=mv $$Zip4j$$/src/net ./src/
+ scanignore=src/com/ghostsq/commander/adapters/CA.java
+
+Build:1.56.2b2,362
+ commit=624
+ srclibs=Zip4j@d0ec9f4f80bdbeaec76478ab0c0a63d9e9e7eaa5
+ prebuild=mv $$Zip4j$$/src/net ./src/
+ scanignore=src/com/ghostsq/commander/adapters/CA.java
+
+Build:1.56.3b2,364
+ commit=628
+ srclibs=Zip4j@d0ec9f4f80bdbeaec76478ab0c0a63d9e9e7eaa5
+ prebuild=mv $$Zip4j$$/src/net ./src/
+ scanignore=src/com/ghostsq/commander/adapters/CA.java
+
Maintainer Notes:
No commit messages in source repo! No tags. Apks on website can be used to
confirm a release is real. Commit where AndroidManifest is changed usually
@@ -305,7 +336,7 @@ The scanignore is for the dex class loading which is used for loading plugins.
.
Archive Policy:4 versions
-Auto Update Mode:None
+Auto Update Mode:Version %v
Update Check Mode:RepoManifest
-Current Version:1.56b5
-Current Version Code:350
+Current Version:1.56.3b2
+Current Version Code:364
diff --git a/metadata/com.ghstudios.android.mhgendatabase.txt b/metadata/com.ghstudios.android.mhgendatabase.txt
index cd39f2a644..d90e609375 100644
--- a/metadata/com.ghstudios.android.mhgendatabase.txt
+++ b/metadata/com.ghstudios.android.mhgendatabase.txt
@@ -4,7 +4,7 @@ Web Site:http://gatheringhallstudios.com/
Source Code:https://github.com/gatheringhallstudios/MHGenDatabase
Issue Tracker:https://github.com/gatheringhallstudios/MHGenDatabase/issues
-Auto Name:MHGen Database
+Auto Name:MHGU Database
Summary:An extensive, all in one, Monster Hunter Generations reference
Description:
From the creators of the MH4U Database app comes a quick and easy to use Monster
@@ -44,7 +44,22 @@ Build:1.1.2,6
subdir=app
gradle=yes
+Build:2.0.1,9
+ commit=V2.0.1
+ subdir=app
+ gradle=yes
+
+Build:2.0.2,10
+ commit=V2.0.2
+ subdir=app
+ gradle=yes
+
+Build:2.1.1,12
+ commit=V2.1.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version V%v
Update Check Mode:Tags
-Current Version:1.1.2
-Current Version Code:6
+Current Version:2.1.1
+Current Version Code:12
diff --git a/metadata/com.gianlu.aria2android.yml b/metadata/com.gianlu.aria2android.yml
new file mode 100644
index 0000000000..c32b927ae9
--- /dev/null
+++ b/metadata/com.gianlu.aria2android.yml
@@ -0,0 +1,27 @@
+Categories:
+ - Internet
+License: GPL-3.0-only
+SourceCode: https://github.com/devgianlu/Aria2Android
+IssueTracker: https://github.com/devgianlu/Aria2Android/issues
+Donate: https://www.paypal.me/devgianlu
+
+AutoName: Aria2Android
+
+RepoType: git
+Repo: https://github.com/devgianlu/Aria2Android
+
+Builds:
+ - versionName: 1.9.1
+ versionCode: 35
+ commit: v1.9.1
+ subdir: app
+ submodules: true
+ gradle:
+ - foss
+ prebuild: |-
+ sed -i -e "/maven.fabric.io/d" ../build.gradle ../CommonUtils/build.gradle
+
+AutoUpdateMode: Version v%v
+UpdateCheckMode: Tags
+CurrentVersion: 1.9.1
+CurrentVersionCode: 35
diff --git a/metadata/com.gianlu.dnshero.txt b/metadata/com.gianlu.dnshero.txt
new file mode 100644
index 0000000000..ad00025c5a
--- /dev/null
+++ b/metadata/com.gianlu.dnshero.txt
@@ -0,0 +1,46 @@
+AntiFeatures:NonFreeNet
+Categories:Internet
+License:GPL-3.0-only
+Web Site:
+Source Code:https://github.com/devgianlu/DNSHero
+Issue Tracker:https://github.com/devgianlu/DNSHero/issues
+Donate:https://www.paypal.me/devgianlu
+
+Auto Name:DNS Hero
+
+Repo Type:git
+Repo:https://github.com/devgianlu/DNSHero
+
+Build:1.0.5-foss,6
+ commit=v1.0.5
+ subdir=app
+ gradle=foss
+ srclibs=CommonUtils@a89ffaebd726b747d0cfcb4c67b66b5abfc5a9a2
+ prebuild=sed -i -e '/maven.fabric.io/d' ../build.gradle && \
+ sed -i -e 's#../CommonUtils#app/$$CommonUtils$$#' ../settings.gradle
+
+Build:1.1.3,10
+ commit=v1.1.3
+ subdir=app
+ submodules=yes
+ gradle=foss
+ prebuild=sed -i -e '/maven.fabric.io/d' ../build.gradle ../CommonUtils/build.gradle
+
+Build:1.2.0,11
+ commit=v1.2.0
+ subdir=app
+ submodules=yes
+ gradle=foss
+ prebuild=sed -i -e '/maven.fabric.io/d' ../build.gradle ../CommonUtils/build.gradle
+
+Build:1.2.3,13
+ commit=v1.2.3
+ subdir=app
+ submodules=yes
+ gradle=foss
+ prebuild=sed -i -e '/maven.fabric.io/d' ../build.gradle ../CommonUtils/build.gradle
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.2.3
+Current Version Code:13
diff --git a/metadata/com.gimranov.zandy.app.txt b/metadata/com.gimranov.zandy.app.txt
index d5c6217291..3aae5a6db8 100644
--- a/metadata/com.gimranov.zandy.app.txt
+++ b/metadata/com.gimranov.zandy.app.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:http://www.gimranov.com/forum/
Source Code:https://github.com/ajlyon/zandy
Issue Tracker:https://github.com/ajlyon/zandy/issues
diff --git a/metadata/com.ginkel.hashit.txt b/metadata/com.ginkel.hashit.txt
index a2889e4ef7..dc5f0860d8 100644
--- a/metadata/com.ginkel.hashit.txt
+++ b/metadata/com.ginkel.hashit.txt
@@ -1,5 +1,5 @@
Categories:Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://android.ginkel.com
Source Code:https://github.com/ginkel/hashit
Issue Tracker:https://github.com/ginkel/hashit/issues
diff --git a/metadata/com.github.aba2l.taswast.txt b/metadata/com.github.aba2l.taswast.txt
new file mode 100644
index 0000000000..a0433651a8
--- /dev/null
+++ b/metadata/com.github.aba2l.taswast.txt
@@ -0,0 +1,25 @@
+Categories:Time
+License:GPL-3.0-only
+Web Site:
+Source Code:https://gitlab.com/AbA2L/Taswast
+Issue Tracker:https://gitlab.com/AbA2L/Taswast/issues
+
+Auto Name:Taswast
+Summary:Amazigh Calendar
+Description:
+Taswast is an Amazigh calendar. Counts days/months/years with the amazigh system
+and repertorying all the traditional events of the year.
+.
+
+Repo Type:git
+Repo:https://gitlab.com/AbA2L/Taswast.git
+
+Build:1.0,1
+ commit=v0.9-beta.2
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.0
+Current Version Code:1
diff --git a/metadata/com.github.alijc.cricketsalarm.txt b/metadata/com.github.alijc.cricketsalarm.txt
index df523a7efd..0b07a8167f 100644
--- a/metadata/com.github.alijc.cricketsalarm.txt
+++ b/metadata/com.github.alijc.cricketsalarm.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/alijc/CricketsAlarm
Issue Tracker:https://github.com/alijc/CricketsAlarm/issues
diff --git a/metadata/com.github.axet.audiorecorder.txt b/metadata/com.github.axet.audiorecorder.txt
index db0d59e224..8b28582bcf 100644
--- a/metadata/com.github.axet.audiorecorder.txt
+++ b/metadata/com.github.axet.audiorecorder.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/axet/android-audio-recorder
Source Code:https://gitlab.com/axet/android-audio-recorder/tree/HEAD
Issue Tracker:https://gitlab.com/axet/android-audio-recorder/issues
@@ -324,7 +324,91 @@ Build:3.2.1,258
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
+
+Build:3.2.5,262
+ commit=audiorecorder-3.2.5
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:3.2.7,264
+ commit=audiorecorder-3.2.7
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:3.2.12,270
+ commit=audiorecorder-3.2.12
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:3.2.13,271
+ commit=audiorecorder-3.2.13
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:3.2.14,272
+ commit=audiorecorder-3.2.14
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:3.2.15,273
+ commit=audiorecorder-3.2.15
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:3.2.17,275
+ commit=audiorecorder-3.2.17
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:3.2.18,276
+ commit=audiorecorder-3.2.18
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:3.2.19,277
+ commit=audiorecorder-3.2.19
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:3.2.20,278
+ commit=audiorecorder-3.2.20
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:3.2.21,279
+ commit=audiorecorder-3.2.21
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:3.2.22,280
+ commit=audiorecorder-3.2.22
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:3.2.23,281
+ commit=audiorecorder-3.2.23
+ 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.2.1
-Current Version Code:258
+Current Version:3.2.23
+Current Version Code:281
diff --git a/metadata/com.github.axet.binauralbeats.txt b/metadata/com.github.axet.binauralbeats.txt
new file mode 100644
index 0000000000..8d1740debf
--- /dev/null
+++ b/metadata/com.github.axet.binauralbeats.txt
@@ -0,0 +1,64 @@
+Categories:Sports & Health
+License:GPL-3.0-only
+Web Site:
+Source Code:https://gitlab.com/axet/android-binaural-beats
+Issue Tracker:https://gitlab.com/axet/android-binaural-beats/issues
+
+Auto Name:Binaural Beats
+Summary:Meditation helper
+Description:
+Simplified Binaural Beats application helps you to relax and meditate.
+.
+
+Repo Type:git
+Repo:https://gitlab.com/axet/android-binaural-beats.git
+
+Build:1.4.8,139
+ commit=binauralbeats-1.4.8
+ subdir=app
+ gradle=yes
+
+Build:1.4.10,141
+ commit=binauralbeats-1.4.10
+ subdir=app
+ gradle=yes
+
+Build:1.4.11,142
+ commit=binauralbeats-1.4.11
+ subdir=app
+ gradle=yes
+
+Build:1.4.13,144
+ commit=binauralbeats-1.4.13
+ subdir=app
+ gradle=yes
+
+Build:1.4.16,147
+ commit=binauralbeats-1.4.16
+ subdir=app
+ gradle=yes
+
+Build:1.4.19,150
+ commit=binauralbeats-1.4.19
+ subdir=app
+ gradle=yes
+
+Build:1.4.20,151
+ commit=binauralbeats-1.4.20
+ subdir=app
+ gradle=yes
+
+Build:1.4.21,152
+ commit=binauralbeats-1.4.21
+ subdir=app
+ gradle=yes
+
+Build:1.4.24,156
+ commit=binauralbeats-1.4.24
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version binauralbeats-%v
+Update Check Mode:Tags
+Current Version:1.4.24
+Current Version Code:156
diff --git a/metadata/com.github.axet.bookreader.txt b/metadata/com.github.axet.bookreader.txt
index 98de785ba4..de26595ad1 100644
--- a/metadata/com.github.axet.bookreader.txt
+++ b/metadata/com.github.axet.bookreader.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://gitlab.com/axet/android-book-reader/tree/HEAD
Issue Tracker:https://gitlab.com/axet/android-book-reader/issues
@@ -125,7 +125,217 @@ Build:1.1.52,180
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
+
+Build:1.2.4,190
+ commit=bookreader-1.2.4
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.2.5,191
+ commit=bookreader-1.2.5
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.2.6,192
+ commit=bookreader-1.2.6
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.3.0,193
+ commit=bookreader-1.3.0
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.4.3,197
+ commit=bookreader-1.4.3
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.4.6,200
+ commit=bookreader-1.4.6
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.5.10,211
+ commit=bookreader-1.5.10
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.5.13,214
+ commit=bookreader-1.5.13
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.6.2,217
+ commit=bookreader-1.6.2
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.6.4,219
+ commit=bookreader-1.6.4
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.6.7,222
+ commit=bookreader-1.6.7
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.6.9,224
+ commit=bookreader-1.6.9
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.6.10,225
+ commit=bookreader-1.6.10
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.6.11,226
+ commit=bookreader-1.6.11
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.6.20,235
+ commit=bookreader-1.6.20
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.6.22,237
+ commit=bookreader-1.6.22
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.7.10,259
+ commit=bookreader-1.7.10
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.7.21,270
+ commit=bookreader-1.7.21
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.8.3,274
+ commit=bookreader-1.8.3
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.8.8,279
+ commit=bookreader-1.8.8
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.8.11,282
+ commit=bookreader-1.8.11
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.9.1,284
+ commit=bookreader-1.9.1
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.9.2,285
+ commit=bookreader-1.9.2
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.9.6,289
+ commit=bookreader-1.9.6
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.9.8,291
+ commit=bookreader-1.9.8
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.9.9,292
+ commit=bookreader-1.9.9
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.9.12,295
+ commit=bookreader-1.9.12
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.9.13,296
+ commit=bookreader-1.9.13
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.9.15,298
+ commit=bookreader-1.9.15
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.9.17,300
+ commit=bookreader-1.9.17
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.9.26,309
+ commit=bookreader-1.9.26
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.9.31,314
+ commit=bookreader-1.9.31
+ 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.52
-Current Version Code:180
+Current Version:1.9.31
+Current Version Code:314
diff --git a/metadata/com.github.axet.callrecorder.txt b/metadata/com.github.axet.callrecorder.txt
index 883ad5c9c8..4249bc0bc9 100644
--- a/metadata/com.github.axet.callrecorder.txt
+++ b/metadata/com.github.axet.callrecorder.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/axet/android-call-recorder
Source Code:https://gitlab.com/axet/android-call-recorder/tree/HEAD
Issue Tracker:https://gitlab.com/axet/android-call-recorder/issues
@@ -274,7 +274,97 @@ Build:1.6.3,158
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
+
+Build:1.6.6,161
+ commit=callrecorder-1.6.6
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.6.9,164
+ commit=callrecorder-1.6.9
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.6.13,168
+ commit=callrecorder-1.6.13
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.6.14,169
+ commit=callrecorder-1.6.14
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.6.15,170
+ commit=callrecorder-1.6.15
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.6.16,171
+ commit=callrecorder-1.6.16
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.6.18,173
+ commit=callrecorder-1.6.18
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.6.22,177
+ commit=callrecorder-1.6.22
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.6.24,179
+ commit=callrecorder-1.6.24
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.6.25,180
+ commit=callrecorder-1.6.25
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.6.28,183
+ commit=callrecorder-1.6.28
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.6.29,184
+ commit=callrecorder-1.6.29
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.6.30,185
+ commit=callrecorder-1.6.30
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
+
+Build:1.6.31,186
+ commit=callrecorder-1.6.31
+ 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.6.3
-Current Version Code:158
+Current Version:1.6.31
+Current Version Code:186
diff --git a/metadata/com.github.axet.hourlyreminder.txt b/metadata/com.github.axet.hourlyreminder.txt
index 643dcc12a1..6bb9b8b20d 100644
--- a/metadata/com.github.axet.hourlyreminder.txt
+++ b/metadata/com.github.axet.hourlyreminder.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/axet/android-hourly-reminder
Source Code:https://gitlab.com/axet/android-hourly-reminder/tree/HEAD
Issue Tracker:https://gitlab.com/axet/android-hourly-reminder/issues
@@ -259,7 +259,73 @@ Build:3.1.25,346
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
+
+Build:3.2.2,350
+ commit=hourlyreminder-3.2.2
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
+
+Build:3.2.3,351
+ commit=hourlyreminder-3.2.3
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
+
+Build:3.2.4,352
+ commit=hourlyreminder-3.2.4
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
+
+Build:3.2.7,355
+ commit=hourlyreminder-3.2.7
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
+
+Build:3.2.9,357
+ commit=hourlyreminder-3.2.9
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
+
+Build:3.2.13,361
+ commit=hourlyreminder-3.2.13
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
+
+Build:3.2.14,362
+ commit=hourlyreminder-3.2.14
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
+
+Build:3.2.18,366
+ commit=hourlyreminder-3.2.18
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
+
+Build:3.2.20,368
+ commit=hourlyreminder-3.2.20
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
+
+Build:3.2.22,370
+ commit=hourlyreminder-3.2.22
+ 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.25
-Current Version Code:346
+Current Version:3.2.22
+Current Version Code:370
diff --git a/metadata/com.github.axet.maps.txt b/metadata/com.github.axet.maps.txt
index 17ee9795b5..f9537700aa 100644
--- a/metadata/com.github.axet.maps.txt
+++ b/metadata/com.github.axet.maps.txt
@@ -7,7 +7,12 @@ Issue Tracker:https://gitlab.com/axet/omim/issues
Summary:Offline OpenStreetMap maps
Description:
OpenStreetMap offline maps with track recording and custom bookmarks .kml path.
-Based on MAPS.ME project.
+Based on MAPS.ME project. Features include:
+
+* Track Recording (record your tracks)
+* Custom Bookmarks path (helps backup your bookmarks with apps like: Syncthing)
+* Removed ads and binaries (peace and freedom)
+* Screenlock option (prevent app stay turned on while in pocket with lockscreen enabled)
.
Repo Type:git
@@ -46,7 +51,83 @@ Build:8.1.0-4-Google,1032
scandelete=3party
ndk=r16b
+Build:8.2.3-1-Google,1035
+ commit=omim-8.2.3-1
+ timeout=10800
+ subdir=android
+ submodules=yes
+ gradle=google
+ rm=3party/Alohalytics/examples,iphone,tools/shaders_compiler
+ prebuild=sed -i -E -e '/\/\/ .* keys?$/,/^$/d' build.gradle && \
+ sed -i -e '/com.appsflyer/d' -e '/com.pushwoosh/d' build.gradle && \
+ sed -i -e '/com.pushwoosh/d' -e '/pushManager/d' src/com/mapswithme/maps/MwmApplication.java && \
+ sed -i -e '/com.pushwoosh/d' -e 's/ implements SendPushTagsCallBack//' -e '/PushManager/d' -e '/^ @Override/d' src/com/mapswithme/util/statistics/PushwooshHelper.java && \
+ sed -i -e '/^
+Date: Fri, 4 May 2018 11:33:05 +0200
+Subject: [PATCH] Update build.gradle
+
+Add google repostiory
+---
+ build.gradle | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/build.gradle b/build.gradle
+index c2ac3d1..f5f903c 100644
+--- a/build.gradle
++++ b/build.gradle
+@@ -3,6 +3,7 @@
+ buildscript {
+ repositories {
+ jcenter()
++ google()
+ }
+ dependencies {
+ classpath 'com.android.tools.build:gradle:3.0.0'
diff --git a/metadata/com.gueei.applocker.txt b/metadata/com.gueei.applocker.txt
index a87a0097c5..dd55751326 100644
--- a/metadata/com.gueei.applocker.txt
+++ b/metadata/com.gueei.applocker.txt
@@ -1,5 +1,5 @@
Categories:Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/applocker
Source Code:https://code.google.com/p/applocker/source
Issue Tracker:
diff --git a/metadata/com.guvery.notifyme.txt b/metadata/com.guvery.notifyme.txt
index a4dbf0649c..5eadbdd87a 100644
--- a/metadata/com.guvery.notifyme.txt
+++ b/metadata/com.guvery.notifyme.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:
Source Code:https://github.com/guvery/NotifyMe
Issue Tracker:https://github.com/guvery/NotifyMe/issues
diff --git a/metadata/com.harasoft.relaunch.txt b/metadata/com.harasoft.relaunch.txt
index d2bed3a4b8..a5e045c5e3 100644
--- a/metadata/com.harasoft.relaunch.txt
+++ b/metadata/com.harasoft.relaunch.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/yiselieren/ReLaunch
Issue Tracker:https://github.com/yiselieren/ReLaunch/issues
diff --git a/metadata/com.hayaisoftware.launcher.txt b/metadata/com.hayaisoftware.launcher.txt
index b875529ec2..4fc48b6da0 100644
--- a/metadata/com.hayaisoftware.launcher.txt
+++ b/metadata/com.hayaisoftware.launcher.txt
@@ -9,6 +9,10 @@ Summary:Fast and leightweight launcher
Description:
A fast, lightweight search-based launcher. Currently the app requires no
permissions and the APK's size is lower than 100KB.
+
+Use it in conjunction with your current launcher as an alternative app drawer to
+quickly launch your apps. You can also launch the app enabling its permanent
+notification or by long pressing/swiping up the home button.
.
Repo Type:git
diff --git a/metadata/com.health.openscale.txt b/metadata/com.health.openscale.txt
index b4da43a917..90997ba6d2 100644
--- a/metadata/com.health.openscale.txt
+++ b/metadata/com.health.openscale.txt
@@ -1,5 +1,5 @@
Categories:Sports & Health
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/oliexdev/openScale
Source Code:https://github.com/oliexdev/openScale
Issue Tracker:https://github.com/oliexdev/openScale/issues
@@ -79,7 +79,27 @@ 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
+
+Build:1.8,27
+ commit=v1.8
+ subdir=android_app/app
+ gradle=yes
+
+Build:1.8.1,28
+ commit=v1.8.1
+ 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.8.1
+Current Version Code:28
diff --git a/metadata/com.hectorone.multismssender.txt b/metadata/com.hectorone.multismssender.txt
index 0a017121c4..d9d52eba69 100644
--- a/metadata/com.hectorone.multismssender.txt
+++ b/metadata/com.hectorone.multismssender.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://mathux.org
Source Code:https://gitlab.mathux.org/Mathieu/MultiSmsSender
Issue Tracker:https://gitlab.mathux.org/Mathieu/MultiSmsSender/issues
diff --git a/metadata/com.hexad.bluezime.hidenabler.txt b/metadata/com.hexad.bluezime.hidenabler.txt
index 2750185c83..755b92feb5 100644
--- a/metadata/com.hexad.bluezime.hidenabler.txt
+++ b/metadata/com.hexad.bluezime.hidenabler.txt
@@ -1,5 +1,5 @@
Categories:System,Games
-License:LGPL-3.0
+License:LGPL-3.0-only
Web Site:https://code.google.com/p/android-bluez-ime
Source Code:https://code.google.com/p/android-bluez-ime/source
Issue Tracker:
diff --git a/metadata/com.hexad.bluezime.txt b/metadata/com.hexad.bluezime.txt
index 593376b15a..539b1f0fd9 100644
--- a/metadata/com.hexad.bluezime.txt
+++ b/metadata/com.hexad.bluezime.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
Web Site:
Source Code:https://github.com/kenkendk/android-bluez-ime
Issue Tracker:https://github.com/kenkendk/android-bluez-ime/issues
diff --git a/metadata/com.hexairbot.hexmini.txt b/metadata/com.hexairbot.hexmini.txt
index c305b7ad37..c79dfd9319 100644
--- a/metadata/com.hexairbot.hexmini.txt
+++ b/metadata/com.hexairbot.hexmini.txt
@@ -1,6 +1,6 @@
Disabled:Incompatible GPLv2 with Apache2 libs
Categories:Games
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://flexbot.cc
Source Code:https://github.com/HexAirbot/HexNanoController_Android
Issue Tracker:https://github.com/HexAirbot/HexNanoController_Android/issues
diff --git a/metadata/com.hobbyone.HashDroid.txt b/metadata/com.hobbyone.HashDroid.txt
index 426ea6de29..fb6c3059bb 100644
--- a/metadata/com.hobbyone.HashDroid.txt
+++ b/metadata/com.hobbyone.HashDroid.txt
@@ -1,5 +1,5 @@
Categories:Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://gitlab.com/f-droid-mirrors/hash_droid.git
Issue Tracker:
diff --git a/metadata/com.holokenmod.txt b/metadata/com.holokenmod.txt
index 25f636ca59..2011b7ef51 100755
--- a/metadata/com.holokenmod.txt
+++ b/metadata/com.holokenmod.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/queler/holokenmod
Issue Tracker:https://github.com/queler/holokenmod/issues
diff --git a/metadata/com.horaapps.leafpic.txt b/metadata/com.horaapps.leafpic.txt
index e0c812fbb2..c44e6848ba 100644
--- a/metadata/com.horaapps.leafpic.txt
+++ b/metadata/com.horaapps.leafpic.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/HoraApps/LeafPic/blob/HEAD/README.md
Source Code:https://github.com/HoraApps/LeafPic
Issue Tracker:https://github.com/HoraApps/LeafPic/issues
diff --git a/metadata/com.htruong.inputmethod.latin.txt b/metadata/com.htruong.inputmethod.latin.txt
index b1e38ff50d..587874225a 100644
--- a/metadata/com.htruong.inputmethod.latin.txt
+++ b/metadata/com.htruong.inputmethod.latin.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.tnhh.net/2013/04/02/sophia-ime-easter-awesomeness.html
Source Code:https://github.com/htruong/sophia_oss
Issue Tracker:https://github.com/htruong/sophia_oss/issues
diff --git a/metadata/com.hughes.android.dictionary.txt b/metadata/com.hughes.android.dictionary.txt
index 0879bedcbb..0f3a2ab357 100644
--- a/metadata/com.hughes.android.dictionary.txt
+++ b/metadata/com.hughes.android.dictionary.txt
@@ -101,5 +101,5 @@ No tags, but releases can be cross-referenced with the apk in the source repo.
Archive Policy:0 versions
Auto Update Mode:None
Update Check Mode:Static
-Current Version:5.0.1
-Current Version Code:25
+Current Version:0
+Current Version Code:0
diff --git a/metadata/com.iamtrk.androidexplorer.txt b/metadata/com.iamtrk.androidexplorer.txt
index 1d99e6490b..a594478159 100644
--- a/metadata/com.iamtrk.androidexplorer.txt
+++ b/metadata/com.iamtrk.androidexplorer.txt
@@ -7,7 +7,16 @@ Issue Tracker:https://github.com/iamtrk/Device-Explorer/issues
Auto Name:Android Explorer
Summary:Get device information
Description:
-Get various hardware and software information from the device.
+Get various hardware and software information from the device:
+
+* Device IDs information (IMEI, IMSI, SIM Serial, Android ID, MAC Address).
+* Build data (Manufacturer, OS Version, CPU Architecture).
+* CPU & RAM Usage.
+* Root & Encryption check.
+* Display information.
+* File system information.
+* Kernel details.
+* Runtime information.
.
Repo Type:git
diff --git a/metadata/com.iazasoft.footguy.txt b/metadata/com.iazasoft.footguy.txt
index 405adb95d3..9a759a492d 100644
--- a/metadata/com.iazasoft.footguy.txt
+++ b/metadata/com.iazasoft.footguy.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/elboza/footguy
Issue Tracker:https://github.com/elboza/footguy/issues
diff --git a/metadata/com.ibrahimyousre.resumebuilder.txt b/metadata/com.ibrahimyousre.resumebuilder.txt
new file mode 100644
index 0000000000..348e561f00
--- /dev/null
+++ b/metadata/com.ibrahimyousre.resumebuilder.txt
@@ -0,0 +1,32 @@
+Categories:Writing
+License:MIT
+Web Site:
+Source Code:https://github.com/IbrahimYousre/Resume-Builder
+Issue Tracker:https://github.com/IbrahimYousre/Resume-Builder/issues
+
+Auto Name:Resume Builder
+Summary:An app to help you create your resume
+Description:
+This is a simple Android app that will help you build a beautiful resume.
+.
+
+Repo Type:git
+Repo:https://github.com/IbrahimYousre/Resume-Builder.git
+
+Build:1.1,2
+ commit=v1.1.2
+ subdir=app
+ gradle=yes
+
+Build:1.1.4,4
+ disable=includes Firebase, Crashlytics
+ commit=v1.1.4
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:None
+Update Check Mode:Tags
+Current Version:1.1.4
+Current Version Code:4
+
+No Source Since:1.1.4
diff --git a/metadata/com.icechen1.notable.pro.txt b/metadata/com.icechen1.notable.pro.txt
index abeb5cf33f..9b8008aa71 100644
--- a/metadata/com.icechen1.notable.pro.txt
+++ b/metadata/com.icechen1.notable.pro.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://yuchenhou.com/
Source Code:https://github.com/icechen1/Notable
Issue Tracker:https://github.com/icechen1/Notable/issues
@@ -8,6 +8,24 @@ Auto Name:Notable Plus
Summary:Add and manage reminders
Description:
Allows you to set reminders and notes in your notification bar.
+
+'''Features:'''
+
+* Multi-line reminders
+* Alarms
+* Reminder History
+* DeskClock Extension!
+* Detail screen to see more information
+* Different color flags (icons)
+* Voice recognition shortcut
+* Swipe to remove reminder (option to turn it on/off in options)
+* Option to turn a quick shortcut on and off in the settings
+* Quick Share to Notable
+* Design inspired from the Holo / Google Now cards
+* Click to dismiss the notification
+* Restore previous reminders after a reboot
+* (Android 4.1+) Edit notifications, expandable notifications
+* (Android 4.1+) Hide the checkmarks from the status bar by setting priority as MINIMUM
.
Repo Type:git
diff --git a/metadata/com.ichi2.anki.txt b/metadata/com.ichi2.anki.txt
index 05af93c32a..2955586ecb 100644
--- a/metadata/com.ichi2.anki.txt
+++ b/metadata/com.ichi2.anki.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://ankidroid.org/docs/help.html
Source Code:https://github.com/ankidroid/Anki-Android
Issue Tracker:https://github.com/ankidroid/Anki-Android/issues
@@ -256,11 +256,18 @@ Build:2.8.3,20803300
rm=tools,docs
scanignore=AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
+Build:2.8.4,20804300
+ commit=v2.8.4
+ subdir=AnkiDroid
+ gradle=yes
+ rm=tools,docs
+ scanignore=AnkiDroid/src/main/java/com/ichi2/libanki/hooks/ExternalHookLoader.java
+
Maintainer Notes:
Uses DexLoader to load custom decks and plugins (?).
.
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9.]*$
-Current Version:2.8.3
-Current Version Code:20803300
+Current Version:2.8.4
+Current Version Code:20804300
diff --git a/metadata/com.igisw.openmoneybox.txt b/metadata/com.igisw.openmoneybox.txt
index 99c8b25286..c4cf8629a3 100644
--- a/metadata/com.igisw.openmoneybox.txt
+++ b/metadata/com.igisw.openmoneybox.txt
@@ -1,27 +1,57 @@
Categories:Money
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://igisw-bilancio.sourceforge.net/
-Source Code:https://launchpad.net/bilancio
-Issue Tracker:https://bugs.launchpad.net/bilancio
-Changelog:https://sourceforge.net/p/igisw-bilancio/wiki/Changelog_3.1.2_Android/
+Source Code:https://gitlab.com/igi0/openmoneybox/tree/HEAD
+Issue Tracker:https://gitlab.com/igi0/openmoneybox/issues
+Changelog:https://sourceforge.net/p/igisw-bilancio/wiki/Changelog_3.2.1_Android/
Donate:http://igisw-bilancio.sourceforge.net/donation.html
Auto Name:OpenMoneyBox
-Repo Type:bzr
-Repo:lp:bilancio/trunk
+Repo Type:git
+Repo:https://gitlab.com/igi0/openmoneybox.git
Build:3.1.2.5,17
commit=4
subdir=android/API24
gradle=yes
+Build:3.2.1.1,18
+ commit=v3.2.1.1
+ subdir=android/API24
+ gradle=yes
+
+Build:3.2.1.2,19
+ commit=v3.2.1.2
+ subdir=android/API24
+ gradle=yes
+
+Build:3.2.1.3,20
+ commit=v3.2.1.3
+ subdir=android/API24
+ gradle=yes
+
+Build:3.2.2.2,21
+ commit=v3.2.2.2
+ subdir=android/API26
+ gradle=yes
+
+Build:3.2.2.3,22
+ commit=v3.2.2.3
+ subdir=android/API26
+ gradle=yes
+
+Build:3.2.2.4,23
+ commit=v3.2.2.4
+ subdir=android/API26
+ gradle=yes
+
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
.
-Auto Update Mode:None
-Update Check Mode:RepoManifest
-Current Version:3.1.2.5
-Current Version Code:17
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:3.2.2.4
+Current Version Code:23
diff --git a/metadata/com.igisw.openmoneybox/en-US/icon.png b/metadata/com.igisw.openmoneybox/en-US/icon.png
index 3414bd31d7..1a8fb00c7c 100644
Binary files a/metadata/com.igisw.openmoneybox/en-US/icon.png and b/metadata/com.igisw.openmoneybox/en-US/icon.png differ
diff --git a/metadata/com.ihunda.android.binauralbeat.txt b/metadata/com.ihunda.android.binauralbeat.txt
index 938220fa50..a804d0c330 100644
--- a/metadata/com.ihunda.android.binauralbeat.txt
+++ b/metadata/com.ihunda.android.binauralbeat.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://on.fb.me/lBDvPK
Source Code:https://github.com/GiorgioRegni/Binaural-Beats
Issue Tracker:https://github.com/GiorgioRegni/Binaural-Beats/issues
@@ -44,5 +44,5 @@ is rarely up to date or correct.
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:4.7
-Current Version Code:47
+Current Version:5.7
+Current Version Code:57
diff --git a/metadata/com.infonuascape.osrshelper.txt b/metadata/com.infonuascape.osrshelper.txt
index 745f7a5cfd..69476adaf3 100644
--- a/metadata/com.infonuascape.osrshelper.txt
+++ b/metadata/com.infonuascape.osrshelper.txt
@@ -1,19 +1,42 @@
AntiFeatures:NonFreeNet,UpstreamNonFree
Categories:Games
-License:GPL-3.0
-Web Site:https://github.com/ldionmarcil/OSRSHelper/blob/HEAD/README.md
-Source Code:https://github.com/ldionmarcil/OSRSHelper
-Issue Tracker:https://github.com/ldionmarcil/OSRSHelper/issues
+License:GPL-3.0-only
+Web Site:https://github.com/OSRSHelper/OSRSHelper/blob/HEAD/README.md
+Source Code:https://github.com/OSRSHelper/OSRSHelper
+Issue Tracker:https://github.com/OSRSHelper/OSRSHelper/issues
Auto Name:OSRS Helper
Summary:View your RuneScape stats
Description:
View stats of your [http://oldschool.runescape.com/ OldSchool Runescape]
character.
+
+Do you sometimes feel the urgent need to look up your total level or your daily
+gainz on Old School Runescape, but cannot because you're away from the computer?
+How many times have you missed that golden opportunity to show that girl at the
+bar that you have a max cape and that you once gained 1.4m cooking experience in
+a single day?
+
+We solved that problem for you. With this app, you'll be able to:
+
+* Check the hiscores (regular, ironman, ultimate IM, hardcore IM);
+* Share your hiscores with your friends;
+* Consult the Crystal Math Labs (CML) experience tracker;
+* Check out the top experience gains for players tracked with CML;
+* Keep track of your Efficient Hours Played (EHP);
+* Consult the Grand Exchange database;
+* Add widgets to your homescreen! Display your stats/track any item's GE value (Powered by OSBuddy);
+* Set your local RS profile, don't have to type your RSN all the time;
+* Use a dynamic combat calculator;
+* Keep up with OSRS news;
+* Get notified in near-realtime of new OSRS blog posts;
+* Browse the worldmap, with various pre-defined points of interest.
+
+and more!
.
Repo Type:git
-Repo:https://github.com/ldionmarcil/OSRSHelper
+Repo:https://github.com/OSRSHelper/OSRSHelper
Build:1.1.1,3
commit=7c8b3ba8f400e280e36fec17779a295e94a70a5d
@@ -60,5 +83,5 @@ Contains crashlytics since at least 1.6.2.
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:2.0.7
-Current Version Code:35
+Current Version:2.0.10
+Current Version Code:40
diff --git a/metadata/com.integralblue.callerid.txt b/metadata/com.integralblue.callerid.txt
index acde79210b..787176cd61 100644
--- a/metadata/com.integralblue.callerid.txt
+++ b/metadata/com.integralblue.callerid.txt
@@ -1,5 +1,5 @@
Categories:Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://candrews.integralblue.com
Source Code:https://gitorious.org/callerid-for-android/mainline
Issue Tracker:
diff --git a/metadata/com.internalpositioning.find3.find3app.yml b/metadata/com.internalpositioning.find3.find3app.yml
new file mode 100644
index 0000000000..6ea7c1f3f4
--- /dev/null
+++ b/metadata/com.internalpositioning.find3.find3app.yml
@@ -0,0 +1,54 @@
+Categories:
+ - Navigation
+License: MIT
+WebSite: https://www.internalpositioning.com/doc/tracking_your_phone.md
+SourceCode: https://github.com/schollz/find3-android-scanner
+IssueTracker: https://github.com/schollz/find3-android-scanner/issues
+Changelog: https://github.com/schollz/find3-android-scanner/releases
+
+AutoName: FIND3 Scanner
+Summary: Scan Bluetooth and WiFi for FIND3
+Description: |-
+ ''FIND3'' is a minimal Android app for using with
+ [https://www.internalpositioning.com/ FIND3]. This app will allow you to use
+ your phone to perform constant scans of Bluetooth and WiFi signals and levels
+ that can be associated with certain locations in your home to allow internal
+ positioning. To receive the data, the [https://github.com/schollz/find3 FIND3
+ public server] can be used or a personal server can be deployed.
+
+ The Framework for Internal Navigation and Discovery (FIND) is like GPS, but for
+ your every room in your house/business, with using only a simple smartphone or
+ laptop.
+
+ Your device (laptop or a smartphone) tracks itself by actively scanning for
+ nearby Bluetooth/WiFi devices and records their signal strengths and
+ classifying them based on known signal strengths for a given location.
+
+ This repository is a complete re-write of the [github.com/schollz/find previous
+ version of FIND]. The API for sending fingerprints (/track and /learn) is
+ backward compatible. There are several notable improvements on the previous
+ version:
+
+ * Support for any data source, Bluetooth / WiFi / magnetic fields / etc. (previously just WiFi)
+ * Passive scanning built-in (previously required a separate server)
+ * Support for Bluetooth scanning in scanning utility (previously just WiFi)
+ * Meta-learning with 10 different machine learning classifiers (previously just three)
+ * Client uses Websockets+React which reduces bandwidth (and coding complexity)
+ * Rolling compression of mac addresses for much smaller on-disk databases (see mapslimmer)
+ * Data storage in SQLITE-database (previously it was BoltDB)
+
+RepoType: git
+Repo: https://github.com/schollz/find3-android-scanner
+
+Builds:
+ - versionName: 3.0.3
+ versionCode: 6
+ commit: v3.0.3
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version v%v
+UpdateCheckMode: Tags
+CurrentVersion: 3.0.3
+CurrentVersionCode: 6
diff --git a/metadata/com.intervigil.micdroid.txt b/metadata/com.intervigil.micdroid.txt
index 6fbbce05e7..7680289209 100644
--- a/metadata/com.intervigil.micdroid.txt
+++ b/metadata/com.intervigil.micdroid.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Multimedia
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://www.intervigil.net/micdroid
Source Code:https://github.com/intervigilium/MicDroid
Issue Tracker:https://github.com/intervigilium/MicDroid/issues
diff --git a/metadata/com.invano.ambientweather.txt b/metadata/com.invano.ambientweather.txt
index 892f40d8db..c3896b708e 100644
--- a/metadata/com.invano.ambientweather.txt
+++ b/metadata/com.invano.ambientweather.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://github.com/invano/AmbientWeatherDashClockExtension/blob/HEAD/README.md#ambientweatherdashclockextension
Source Code:https://github.com/invano/AmbientWeatherDashClockExtension
Issue Tracker:https://github.com/invano/AmbientWeatherDashClockExtension/issues
diff --git a/metadata/com.irahul.worldclock.txt b/metadata/com.irahul.worldclock.txt
index 61efd93410..21864d583b 100644
--- a/metadata/com.irahul.worldclock.txt
+++ b/metadata/com.irahul.worldclock.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.irahul.com
Source Code:https://github.com/rahulaga/WorldClock
Issue Tracker:https://github.com/rahulaga/WorldClock/issues
diff --git a/metadata/com.isanexusdev.androidcpg.txt b/metadata/com.isanexusdev.androidcpg.txt
index 6256799363..9a2676adab 100644
--- a/metadata/com.isanexusdev.androidcpg.txt
+++ b/metadata/com.isanexusdev.androidcpg.txt
@@ -1,5 +1,5 @@
Categories:Multimedia,Internet
-License:LGPL-3.0
+License:LGPL-3.0-only
Web Site:http://androidcpg.mine.bz
Source Code:https://github.com/IsaNexusDev/androidcpg
Issue Tracker:https://github.com/IsaNexusDev/androidcpg/issues
diff --git a/metadata/com.isdp.trirose.txt b/metadata/com.isdp.trirose.txt
index 4e42d58979..8f8921ff27 100644
--- a/metadata/com.isdp.trirose.txt
+++ b/metadata/com.isdp.trirose.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.iseedeadpixel.com
Source Code:https://github.com/evankale/TriRose
Issue Tracker:https://github.com/evankale/TriRose/issues
diff --git a/metadata/com.iskrembilen.quasseldroid.txt b/metadata/com.iskrembilen.quasseldroid.txt
index 09d92c2d30..b9ba3534f6 100644
--- a/metadata/com.iskrembilen.quasseldroid.txt
+++ b/metadata/com.iskrembilen.quasseldroid.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://quasseldroid.iskrembilen.com
Source Code:https://github.com/sandsmark/QuasselDroid
Issue Tracker:https://github.com/sandsmark/QuasselDroid/issues
@@ -9,6 +9,12 @@ Summary:Client for Quassel IRC
Description:
Quassel is a distributed, decentralized IRC client. This app is a pure Java
client for the Quassel core.
+
+REQUIRES A QUASSEL CORE – DOES NOT WORK AS STANDALONE IRC CLIENT!
+
+* Use IRC on the go – thanks to the Quassel core, you’ll never miss anything
+* Always have your entire chat history available – just scroll up to load older messages, the core keeps them for you
+* Be notified when someone messages you – even if you had no connection in the meantime
.
Repo Type:git
diff --git a/metadata/com.itds.sms.ping.txt b/metadata/com.itds.sms.ping.txt
index bcda5b3494..f500851330 100644
--- a/metadata/com.itds.sms.ping.txt
+++ b/metadata/com.itds.sms.ping.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/itds-consulting/android-silent-ping-sms
Issue Tracker:https://github.com/itds-consulting/android-silent-ping-sms/issues
diff --git a/metadata/com.ivanvolosyuk.sharetobrowser.txt b/metadata/com.ivanvolosyuk.sharetobrowser.txt
index 5a751a30ea..87c21fc7c3 100644
--- a/metadata/com.ivanvolosyuk.sharetobrowser.txt
+++ b/metadata/com.ivanvolosyuk.sharetobrowser.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/IvanVolosyuk/share-to-browser
Issue Tracker:https://github.com/IvanVolosyuk/share-to-browser/issues
diff --git a/metadata/com.iven.lfflfeedreader.txt b/metadata/com.iven.lfflfeedreader.txt
index e7967c5fce..c7574fd0ac 100644
--- a/metadata/com.iven.lfflfeedreader.txt
+++ b/metadata/com.iven.lfflfeedreader.txt
@@ -1,17 +1,30 @@
Categories:Reading,Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://forum.xda-developers.com/member.php?u=4884893
-Source Code:https://github.com/enricocid/lffl-feed-reader
-Issue Tracker:https://github.com/enricocid/lffl-feed-reader/issues
+Source Code:https://github.com/enricocid/iven-feed-reader
+Issue Tracker:https://github.com/enricocid/iven-feed-reader/issues
Auto Name:Iven News Reader
Summary:Feed reader for Lffl
Description:
-Light and modern Android feed reader.
+Light and modern Android feed reader that will allow you to read feeds in RSS
+format. Features:
+
+* Notifications
+* Custom feeds
+* Simple but modern UI
+* Themes
+* Immersive mode
+* In-app webview
+* Various customizations
+
+It is highly recommended to use the feedburner service to burn feeds, and enable
+"Convert format burner" service inside Optimize tab and select "Convert feed
+format to: RSS 2.0" to ensure the best compatibility.
.
Repo Type:git
-Repo:https://github.com/enricocid/lffl-feed-reader
+Repo:https://github.com/enricocid/iven-feed-reader
Build:1.0,1
disable=crashes
diff --git a/metadata/com.iven.musicplayergo.txt b/metadata/com.iven.musicplayergo.txt
new file mode 100644
index 0000000000..399af41fb9
--- /dev/null
+++ b/metadata/com.iven.musicplayergo.txt
@@ -0,0 +1,99 @@
+Categories:Multimedia
+License:GPL-3.0-only
+Author Name:Ivan D'Ortenzio
+Web Site:
+Source Code:https://github.com/enricocid/Music-Player-GO
+Issue Tracker:https://github.com/enricocid/Music-Player-GO/issues
+Changelog:https://github.com/enricocid/Music-Player-GO/releases
+
+Auto Name:Music Player GO
+Summary:Very slim music player
+Description:
+''Music Player GO'' is a very slim mucic player (app size only ~1M). It offers a
+colorful and simple "Unified UI" (no need to navigate between activities). The
+app also features an Equalizer, Themes (Light, dark, night) andmore. It even
+deals with Pause/resume when the headsets are (dis)connected.
+.
+
+Repo Type:git
+Repo:https://github.com/enricocid/Music-Player-GO.git
+
+Build:2.3.3.3,49
+ commit=v2.3.3.3
+ subdir=project/app
+ gradle=yes
+
+Build:2.4.1.5,56
+ commit=v2.4.1.5
+ subdir=project/app
+ gradle=yes
+
+Build:2.4.1.8,59
+ commit=v2.4.1.8
+ subdir=project/app
+ gradle=yes
+
+Build:2.4.2.2,62
+ commit=v2.4.2.2
+ subdir=project/app
+ gradle=yes
+
+Build:2.5,63
+ commit=v2.5
+ subdir=project/app
+ gradle=yes
+
+Build:2.5.1.3,67
+ commit=v2.5.1.3
+ subdir=project/app
+ gradle=yes
+
+Build:2.5.1.4,68
+ commit=v2.5.1.4
+ subdir=project/app
+ gradle=yes
+
+Build:2.5.1.5,69
+ commit=v2.5.1.5
+ subdir=project/app
+ gradle=yes
+
+Build:2.5.2,70
+ commit=v2.5.2
+ subdir=project/app
+ gradle=yes
+
+Build:2.5.3.1,72
+ commit=v2.5.3.1
+ subdir=project/app
+ gradle=yes
+
+Build:2.5.3.2,73
+ commit=ae6e2ff6f20cd70e905a06c638e2d1a3a4382d1b
+ subdir=project/app
+ gradle=yes
+
+Build:3.0.4.1,81
+ commit=v.3.0.4.1
+ subdir=project/app
+ gradle=yes
+
+Build:3.1.1,84
+ commit=v3.1.1
+ subdir=project/app
+ gradle=yes
+
+Build:3.1.2.1,87
+ commit=v3.1.2.1
+ subdir=project/app
+ gradle=yes
+
+Build:3.1.3.2,90
+ commit=v3.1.3.2
+ subdir=project/app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:3.1.3.2
+Current Version Code:90
diff --git a/metadata/com.iven.xdafeedreader.txt b/metadata/com.iven.xdafeedreader.txt
index 3bfe9b4dc9..0c9d8138b0 100644
--- a/metadata/com.iven.xdafeedreader.txt
+++ b/metadata/com.iven.xdafeedreader.txt
@@ -1,5 +1,5 @@
Categories:Reading,Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/enricocid/xda-feed-reader/blob/HEAD/README.md
Source Code:https://github.com/enricocid/xda-feed-reader
Issue Tracker:https://github.com/enricocid/xda-feed-reader/issues
diff --git a/metadata/com.jarsilio.android.pocketup.txt b/metadata/com.jarsilio.android.pocketup.txt
index ea3e2bad3e..0e0318ca36 100644
--- a/metadata/com.jarsilio.android.pocketup.txt
+++ b/metadata/com.jarsilio.android.pocketup.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/juanitobananas/pocket-up
Source Code:https://gitlab.com/juanitobananas/pocket-up/tree/HEAD
Issue Tracker:https://gitlab.com/juanitobananas/pocket-up/issues
@@ -45,7 +45,19 @@ Build:1.0.3a,5
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.3a
-Current Version Code:5
+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 82bd18c996..dfd543e14b 100644
--- a/metadata/com.jarsilio.android.scrambledeggsif.txt
+++ b/metadata/com.jarsilio.android.scrambledeggsif.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Author Email:juam+scrambled@posteo.net
Web Site:https://gitlab.com/juanitobananas/scrambled-exif
Source Code:https://gitlab.com/juanitobananas/scrambled-exif/tree/HEAD
@@ -88,7 +88,13 @@ Build:1.2.1,13
submodules=yes
gradle=yes
+Build:1.2.2,14
+ commit=v1.2.2
+ subdir=app
+ submodules=yes
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.2.1
-Current Version Code:13
+Current Version:1.2.2
+Current Version Code:14
diff --git a/metadata/com.jarsilio.android.waveup.txt b/metadata/com.jarsilio.android.waveup.txt
index 1e56bb2a40..96eb44a436 100644
--- a/metadata/com.jarsilio.android.waveup.txt
+++ b/metadata/com.jarsilio.android.waveup.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/juanitobananas/wave-up
Source Code:https://gitlab.com/juanitobananas/wave-up/tree/HEAD
Issue Tracker:https://gitlab.com/juanitobananas/wave-up/issues
@@ -240,7 +240,79 @@ Build:1.6.1a,42
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
+
+Build:2.0.1,47
+ commit=v2.0.1
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:2.1.0,48
+ commit=v2.1.0
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:2.1.0a,49
+ commit=v2.1.0a
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:2.1.0b,50
+ commit=v2.1.0b
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:2.1.0c,51
+ commit=v2.1.0c
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:2.2.0,52
+ commit=v2.2.0
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:2.3.0,53
+ commit=v2.3.0
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:2.3.0a,54
+ commit=v2.3.0a
+ subdir=app
+ submodules=yes
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.6.1a
-Current Version Code:42
+Current Version:2.3.0a
+Current Version Code:54
diff --git a/metadata/com.javierllorente.adc.txt b/metadata/com.javierllorente.adc.txt
index d7cc78bf75..9c38c834b3 100644
--- a/metadata/com.javierllorente.adc.txt
+++ b/metadata/com.javierllorente.adc.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/javierllorente/adc
Issue Tracker:https://github.com/javierllorente/adc/issues
diff --git a/metadata/com.javiersantos.mlmanager.txt b/metadata/com.javiersantos.mlmanager.txt
index 38427c4743..67cbbd2bc1 100644
--- a/metadata/com.javiersantos.mlmanager.txt
+++ b/metadata/com.javiersantos.mlmanager.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://javiersantos.github.io/mlmanager
Source Code:https://github.com/javiersantos/MLManager
Issue Tracker:https://github.com/javiersantos/MLManager/issues
diff --git a/metadata/com.javiersantos.mlmanagerpro.txt b/metadata/com.javiersantos.mlmanagerpro.txt
index ce43a81d9f..1d9e4ae7c2 100644
--- a/metadata/com.javiersantos.mlmanagerpro.txt
+++ b/metadata/com.javiersantos.mlmanagerpro.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://javiersantos.github.io/mlmanager
Source Code:https://github.com/javiersantos/MLManager
Issue Tracker:https://github.com/javiersantos/MLManager/issues
diff --git a/metadata/com.javiersantos.whatsappbetaupdater.txt b/metadata/com.javiersantos.whatsappbetaupdater.txt
index 5174d06707..6cb01d585d 100644
--- a/metadata/com.javiersantos.whatsappbetaupdater.txt
+++ b/metadata/com.javiersantos.whatsappbetaupdater.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet,NonFreeAdd
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/javiersantos/WhatsAppBetaUpdater/blob/HEAD/README.md
Source Code:https://github.com/javiersantos/WhatsAppBetaUpdater
Issue Tracker:https://github.com/javiersantos/WhatsAppBetaUpdater/issues
diff --git a/metadata/com.jbirdvegas.mgerrit.txt b/metadata/com.jbirdvegas.mgerrit.txt
index 08d2873f75..05b7eab5a9 100644
--- a/metadata/com.jbirdvegas.mgerrit.txt
+++ b/metadata/com.jbirdvegas.mgerrit.txt
@@ -36,5 +36,5 @@ Build:2.111.84,2111084
Auto Update Mode:None
Update Check Mode:Static
-Current Version:2.111.72
-Current Version Code:210003
+Current Version:2.111.90
+Current Version Code:2111090
diff --git a/metadata/com.jecelyin.editor.txt b/metadata/com.jecelyin.editor.txt
index 10c5873e88..88d4f5f2f3 100644
--- a/metadata/com.jecelyin.editor.txt
+++ b/metadata/com.jecelyin.editor.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://jecelyin.github.io/920-Text-Editor-old
Source Code:https://github.com/jecelyin/920-Text-Editor-old
Issue Tracker:https://github.com/jecelyin/920-Text-Editor-old/issues
diff --git a/metadata/com.jeffboody.GearsES2eclair.txt b/metadata/com.jeffboody.GearsES2eclair.txt
index 1b873317cf..dd77223e6e 100644
--- a/metadata/com.jeffboody.GearsES2eclair.txt
+++ b/metadata/com.jeffboody.GearsES2eclair.txt
@@ -34,5 +34,5 @@ Build:7,7
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:7
-Current Version Code:7
+Current Version:20180602
+Current Version Code:10
diff --git a/metadata/com.jelly.theme.revenge.txt b/metadata/com.jelly.theme.revenge.txt
index 89177dade0..2d720950ae 100644
--- a/metadata/com.jelly.theme.revenge.txt
+++ b/metadata/com.jelly.theme.revenge.txt
@@ -22,5 +22,5 @@ Github project deleted or made private.
Auto Update Mode:None
Update Check Mode:None
-Current Version:11
-Current Version Code:11
+Current Version:0
+Current Version Code:0
diff --git a/metadata/com.jereksel.libresubstratum.txt b/metadata/com.jereksel.libresubstratum.txt
index de3fa94d60..8b1b8457b3 100644
--- a/metadata/com.jereksel.libresubstratum.txt
+++ b/metadata/com.jereksel.libresubstratum.txt
@@ -1,11 +1,11 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Author Email:jereksel@gmail.com
Web Site:
Source Code:https://github.com/jereksel/Bucket
Issue Tracker:https://github.com/jereksel/Bucket/issues
-Name: Bucket - Overlay Manager
+Name:Bucket - Overlay Manager
Auto Name:Bucket
Repo Type:git
@@ -33,5 +33,5 @@ Build:0.2.1-fdroid,3
Auto Update Mode:None
Update Check Mode:None
-Current Version:0.2.1-fdroid
-Current Version Code:3
+Current Version:0.4
+Current Version Code:5
diff --git a/metadata/com.jeyries.quake2.txt b/metadata/com.jeyries.quake2.txt
index 9341480009..e57f3bb978 100644
--- a/metadata/com.jeyries.quake2.txt
+++ b/metadata/com.jeyries.quake2.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://www.jeyries.fr/quake2android
Source Code:https://code.google.com/p/quake2android/source
Issue Tracker:
diff --git a/metadata/com.jlyr.txt b/metadata/com.jlyr.txt
index 64c2cf7f7a..a8d1c114c3 100644
--- a/metadata/com.jlyr.txt
+++ b/metadata/com.jlyr.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/jlyr
Source Code:https://code.google.com/p/jlyr/source
Issue Tracker:
diff --git a/metadata/com.jmelzer.myttr.txt b/metadata/com.jmelzer.myttr.txt
index a6bfa11f5d..626e8538e4 100644
--- a/metadata/com.jmelzer.myttr.txt
+++ b/metadata/com.jmelzer.myttr.txt
@@ -72,5 +72,5 @@ non-free libs: https://github.com/chokdee/myTTR/issues/7; removed due upstream r
Archive Policy:0 versions
Auto Update Mode:None
Update Check Mode:None
-Current Version:2.1.2
-Current Version Code:28
+Current Version:0
+Current Version Code:0
diff --git a/metadata/com.jmstudios.chibe.txt b/metadata/com.jmstudios.chibe.txt
index 57e6661901..925cb166cd 100644
--- a/metadata/com.jmstudios.chibe.txt
+++ b/metadata/com.jmstudios.chibe.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/raatmarien/chibe/blob/HEAD/README.md
Source Code:https://github.com/raatmarien/chibe
Issue Tracker:https://github.com/raatmarien/chibe/issues
diff --git a/metadata/com.jmstudios.pointandhit.android.txt b/metadata/com.jmstudios.pointandhit.android.txt
index 29fc9851dc..91ac425b0f 100644
--- a/metadata/com.jmstudios.pointandhit.android.txt
+++ b/metadata/com.jmstudios.pointandhit.android.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/raatmarien/Point-and-Hit/blob/HEAD/README.md
Source Code:https://github.com/raatmarien/Point-and-Hit
Issue Tracker:https://github.com/raatmarien/Point-and-Hit/issues
diff --git a/metadata/com.jmstudios.redmoon.txt b/metadata/com.jmstudios.redmoon.txt
index a3ed6912fb..2316cc99a9 100644
--- a/metadata/com.jmstudios.redmoon.txt
+++ b/metadata/com.jmstudios.redmoon.txt
@@ -1,9 +1,9 @@
Categories:System
-License:GPL-3.0+
-Web Site:https://github.com/raatmarien/red-moon/blob/HEAD/README.md
-Source Code:https://github.com/raatmarien/red-moon
-Issue Tracker:https://github.com/raatmarien/red-moon/issues
-Changelog:https://github.com/raatmarien/red-moon/releases
+License:GPL-3.0-or-later
+Web Site:https://github.com/LibreShift/red-moon/blob/HEAD/README.md
+Source Code:https://github.com/LibreShift/red-moon
+Issue Tracker:https://github.com/LibreShift/red-moon/issues
+Changelog:https://github.com/LibreShift/red-moon/releases
Auto Name:Red Moon
Summary:Screen filter for night time phone use
@@ -32,7 +32,7 @@ Permissions:
.
Repo Type:git
-Repo:https://github.com/raatmarien/red-moon
+Repo:https://github.com/LibreShift/red-moon
Build:2.1,4
commit=v2.1
diff --git a/metadata/com.johan.vertretungsplan.txt b/metadata/com.johan.vertretungsplan.txt
index 5154502adc..99e0cde40a 100644
--- a/metadata/com.johan.vertretungsplan.txt
+++ b/metadata/com.johan.vertretungsplan.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://ls.vertretungsplan.me
Source Code:https://github.com/johan12345/ls-vertretungsplan
Issue Tracker:https://github.com/johan12345/ls-vertretungsplan/issues
diff --git a/metadata/com.jonbanjo.cupsprintservice.txt b/metadata/com.jonbanjo.cupsprintservice.txt
index 219d67331a..3959caf19d 100644
--- a/metadata/com.jonbanjo.cupsprintservice.txt
+++ b/metadata/com.jonbanjo.cupsprintservice.txt
@@ -1,5 +1,5 @@
Categories:Connectivity,Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://gitlab.com/krt/jfcups-service
Issue Tracker:https://gitlab.com/krt/jfcups-service/issues
diff --git a/metadata/com.jonglen7.jugglinglab.txt b/metadata/com.jonglen7.jugglinglab.txt
index 6cfe266d3f..c4d8fb54fa 100644
--- a/metadata/com.jonglen7.jugglinglab.txt
+++ b/metadata/com.jonglen7.jugglinglab.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://jugglinglab.sourceforge.net
Source Code:https://code.google.com/p/jugglinglab/source
Issue Tracker:
diff --git a/metadata/com.jorgecastillo.kanadrill.txt b/metadata/com.jorgecastillo.kanadrill.txt
index d039478169..3881c17729 100644
--- a/metadata/com.jorgecastillo.kanadrill.txt
+++ b/metadata/com.jorgecastillo.kanadrill.txt
@@ -1,8 +1,8 @@
Categories:Reading
License:BSD-2-Clause-FreeBSD
Web Site:
-Source Code:https://github.com/jorgecastillo/KanaDrill
-Issue Tracker:https://github.com/jorgecastillo/KanaDrill/issues
+Source Code:
+Issue Tracker:
Auto Name:KanaDrill
Summary:Learn the Japanese kana
@@ -10,9 +10,6 @@ Description:
Learn the Japanese kana through repetition
.
-Repo Type:git
-Repo:https://github.com/jorgecastillo/KanaDrill
-
Build:1.0.9,9
commit=5c36e8c30644cfc2b0a8e7946506cb31cbbacbf4
target=android-19
@@ -111,3 +108,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:1.3.3
Current Version Code:33
+
+No Source Since:1.3.4
diff --git a/metadata/com.joshtwigg.cmus.droid.txt b/metadata/com.joshtwigg.cmus.droid.txt
index 04d96c6c74..144e9bc860 100644
--- a/metadata/com.joshtwigg.cmus.droid.txt
+++ b/metadata/com.joshtwigg.cmus.droid.txt
@@ -1,5 +1,5 @@
Categories:Multimedia,Internet
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://github.com/jatwigg/cmus-android-remote/blob/HEAD/README.md
Source Code:https://github.com/jatwigg/cmus-android-remote
Issue Tracker:https://github.com/jatwigg/cmus-android-remote/issues
diff --git a/metadata/com.jpkrause.c_feed.txt b/metadata/com.jpkrause.c_feed.txt
index f360db68a4..b4712c9c0c 100644
--- a/metadata/com.jpkrause.c_feed.txt
+++ b/metadata/com.jpkrause.c_feed.txt
@@ -1,6 +1,6 @@
Disabled:Copyright problems for content
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/jpkrause/C-Feed
Issue Tracker:https://github.com/jpkrause/C-Feed/issues
diff --git a/metadata/com.jstappdev.dbclf.txt b/metadata/com.jstappdev.dbclf.txt
new file mode 100644
index 0000000000..f4408700e8
--- /dev/null
+++ b/metadata/com.jstappdev.dbclf.txt
@@ -0,0 +1,41 @@
+Categories:Science & Education
+License:Apache-2.0
+Web Site:
+Source Code:https://github.com/j05t/dbclf
+Issue Tracker:https://github.com/j05t/dbclf/issues
+
+Auto Name:Identify Dog Breeds
+Summary:Identify over one hundred different dog breeds with your smartphone
+Description:
+Identify over one hundred different dog breeds with your smartphone.
+
+This application will not run on devices with less than 1 GB of RAM.
+
+If you like this app consider buying the premium version which supports the
+identification of more than two hundred different dog breeds with much higher
+accuracy.
+
+Click the camera button or load an image from the gallery to identify a dog in a
+single picture. Activate continuous predictions and keep the dog in the circle
+to get predictions directly from the video stream. The app works best for images
+loaded from the gallery.
+
+The application reports up to three predictions with highest confidence. Please
+treat the output only as a suggestion.
+
+Based on an extended version of the Stanford Dogs Dataset. Icons made by
+Pause08, Smashicons, Freepik from www.flaticon.com.
+.
+
+Repo Type:git
+Repo:https://github.com/j05t/dbclf
+
+Build:28,58
+ commit=v1.0.2
+ gradle=yes
+ output=gradleBuild/outputs/apk/release/com.jstappdev.dbclf-release-unsigned.apk
+
+Auto Update Mode:None
+Update Check Mode:Tags
+Current Version:28
+Current Version Code:58
diff --git a/metadata/com.jtechme.jumpgo.txt b/metadata/com.jtechme.jumpgo.txt
index a58c022b53..80d2fc4e82 100644
--- a/metadata/com.jtechme.jumpgo.txt
+++ b/metadata/com.jtechme.jumpgo.txt
@@ -50,5 +50,5 @@ Build:4.3.053,113
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:4.3.054.1
-Current Version Code:115
+Current Version:4.4.0.24
+Current Version Code:130
diff --git a/metadata/com.jvillalba.apod.classic.txt b/metadata/com.jvillalba.apod.classic.txt
new file mode 100644
index 0000000000..8a7b03d4ea
--- /dev/null
+++ b/metadata/com.jvillalba.apod.classic.txt
@@ -0,0 +1,31 @@
+Categories:Science & Education,Multimedia
+License:MIT
+Web Site:
+Source Code:https://github.com/fighthawkarg/NasaApodCL
+Issue Tracker:https://github.com/fighthawkarg/NasaApodCL/issues
+Donate:https://www.paypal.me/fightinghawk
+
+Auto Name:Apod Classic
+Summary:NASA Astronomy Picture of the Day Classic
+Description:
+NASA Astronomy Picture of the Day Classic
+
+App Icon by Icons8.com.
+
+* View Images from NASA
+* Read Descriptions of Images to Learn More About Them
+* Download Your Favorites Images
+.
+
+Repo Type:git
+Repo:https://github.com/fighthawkarg/NasaApodCL.git
+
+Build:3.2.8,11
+ commit=3.2.8
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:3.2.8
+Current Version Code:11
diff --git a/metadata/com.jvillalba.apod.md.txt b/metadata/com.jvillalba.apod.md.txt
new file mode 100644
index 0000000000..be9b541774
--- /dev/null
+++ b/metadata/com.jvillalba.apod.md.txt
@@ -0,0 +1,31 @@
+Categories:Science & Education,Multimedia
+License:MIT
+Web Site:
+Source Code:https://github.com/fighthawkarg/NasaApodMD
+Issue Tracker:https://github.com/fighthawkarg/NasaApodMD/issues
+Donate:https://www.paypal.me/fightinghawk
+
+Auto Name:Apod MD
+Summary:NASA Astronomy Picture of the Day with Material Design
+Description:
+NASA Astronomy Picture of the Day with Material Design
+
+App Icon by Icons8.com.
+
+* View Images from NASA
+* Read Descriptions of Images to Learn More About Them
+* Download Your Favorites Images
+.
+
+Repo Type:git
+Repo:https://github.com/fighthawkarg/NasaApodMD.git
+
+Build:3.2.8,11
+ commit=3.2.8
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:3.2.8
+Current Version Code:11
diff --git a/metadata/com.kaliturin.blacklist.txt b/metadata/com.kaliturin.blacklist.txt
new file mode 100644
index 0000000000..928e5a8a6a
--- /dev/null
+++ b/metadata/com.kaliturin.blacklist.txt
@@ -0,0 +1,34 @@
+Categories:Phone & SMS
+License:Apache-2.0
+Web Site:
+Source Code:https://github.com/kaliturin/BlackList
+Issue Tracker:https://github.com/kaliturin/BlackList/issues
+
+Auto Name:Blacklist Blocker
+Summary:Block unwanted calls and/or SMS
+Description:
+This application allows you to block unwanted calls and/or SMS in a variety of
+ways: blacklists, whitelists, contacts-only.
+
+* Managing the Blacklist - to block phone numbers.
+* Managing the Whitelist - to exclude phone numbers from blocking.
+* Reading the Contacts and SMS lists of your phone - to block phone numbers not included in these lists.
+* Blocking of private/anonymous numbers.
+* Different ways of comparing blocked numbers (equality, by fragment, etc.).
+* Recording of the Event log - the history of blocked calls and SMS (with saving the texts).
+* Managing notifications about block events.
+* Support for light and dark themes of the interface.
+.
+
+Repo Type:git
+Repo:https://github.com/kaliturin/BlackList.git
+
+Build:1.2.12,18
+ commit=v1.2.12
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.2.12
+Current Version Code:18
diff --git a/metadata/com.kanedias.vanilla.audiotag.txt b/metadata/com.kanedias.vanilla.audiotag.txt
index 0de58f05d4..16bbfdd1ff 100644
--- a/metadata/com.kanedias.vanilla.audiotag.txt
+++ b/metadata/com.kanedias.vanilla.audiotag.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://vanilla-music.github.io
Source Code:https://github.com/vanilla-music/vanilla-music-tag-editor
Issue Tracker:https://github.com/vanilla-music/vanilla-music-tag-editor/issues
@@ -143,7 +143,13 @@ Build:1.2.6,15
submodules=yes
gradle=yes
+Build:1.3.0,16
+ commit=1.3.0
+ subdir=app
+ submodules=yes
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.2.6
-Current Version Code:15
+Current Version:1.3.0
+Current Version Code:16
diff --git a/metadata/com.kanedias.vanilla.coverfetch.txt b/metadata/com.kanedias.vanilla.coverfetch.txt
index 6bc2f82529..c971c5760e 100644
--- a/metadata/com.kanedias.vanilla.coverfetch.txt
+++ b/metadata/com.kanedias.vanilla.coverfetch.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://vanilla-music.github.io
Source Code:https://github.com/vanilla-music/vanilla-music-cover-fetch
Issue Tracker:https://github.com/vanilla-music/vanilla-music-cover-fetch/issues
@@ -14,12 +14,12 @@ are installed, request a context menu from library screen, select "Plugins" and
"Cover fetch" afterwards. Note that this plugin requires internet connection to
be useful.
-Features:
+'''Features:'''
* Requests artwork by artist and album from musicbrainz
* Can interact with Tag Editor plugin:
-* - Can read artwork from file tags and show them without internet connection.
-* - Can write artwork retrieved from wiki to file tags
+* Can read artwork from file tags and show them without internet connection.
+* Can write artwork retrieved from wiki to file tags
.
Repo Type:git
@@ -64,7 +64,13 @@ Build:1.3.0,7
submodules=yes
gradle=yes
+Build:1.4.0,8
+ commit=1.4.0
+ subdir=app
+ submodules=yes
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.3.0
-Current Version Code:7
+Current Version:1.4.0
+Current Version Code:8
diff --git a/metadata/com.kanedias.vanilla.lyrics.txt b/metadata/com.kanedias.vanilla.lyrics.txt
index 88cf96f515..b235660353 100644
--- a/metadata/com.kanedias.vanilla.lyrics.txt
+++ b/metadata/com.kanedias.vanilla.lyrics.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://vanilla-music.github.io
Source Code:https://github.com/vanilla-music/vanilla-music-lyrics-search
Issue Tracker:https://github.com/vanilla-music/vanilla-music-lyrics-search/issues
@@ -14,12 +14,12 @@ are installed, request a context menu from library screen, select "Plugins" and
"Lyrics search" afterwards. Note that this plugin requires internet connection
to be useful.
-Features:
+'''Features:'''
* Requests lyrics by artist and title from lyrics.wikia.com
* Can interact with Tag Editor plugin:
-* - Can read lyrics from file tags and show them without internet connection.
-* - Can write lyrics retrieved from wiki to file tags
+* Can read lyrics from file tags and show them without internet connection.
+* Can write lyrics retrieved from wiki to file tags
.
Repo Type:git
@@ -74,7 +74,13 @@ Build:1.2.2,9
submodules=yes
gradle=yes
+Build:1.3.0,10
+ commit=1.3.0
+ subdir=app
+ submodules=yes
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.2.2
-Current Version Code:9
+Current Version:1.3.0
+Current Version Code:10
diff --git a/metadata/com.kaneoriley.cyanogenport.launcher3.txt b/metadata/com.kaneoriley.cyanogenport.launcher3.txt
index 46315cb8f8..82529f9b80 100644
--- a/metadata/com.kaneoriley.cyanogenport.launcher3.txt
+++ b/metadata/com.kaneoriley.cyanogenport.launcher3.txt
@@ -7,7 +7,9 @@ Issue Tracker:
Name:Catapult
Summary:Launcher based on Cyanogen's Trebuchet
Description:
-Launcher based on Cyanogenmod's Trebuchet.
+''Catapult'' is a Launcher based on Cyanogen's Trebuchet. If you like the style
+and simplicity of Cyanogenmod, you can now have it on any device running Android
+Lollipop.
.
Repo Type:git
diff --git a/metadata/com.keylesspalace.tusky.txt b/metadata/com.keylesspalace.tusky.txt
index 29d901ce9f..ed738d07a9 100644
--- a/metadata/com.keylesspalace.tusky.txt
+++ b/metadata/com.keylesspalace.tusky.txt
@@ -1,8 +1,9 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://tuskyapp.github.io/
Source Code:https://github.com/tuskyapp/Tusky
Issue Tracker:https://github.com/tuskyapp/Tusky/issues
+Changelog:https://github.com/tuskyapp/Tusky/releases
LiberapayID:23062
Auto Name:Tusky
@@ -82,8 +83,58 @@ 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
+
+Build:1.8.0,38
+ commit=v1.8.0
+ subdir=app
+ gradle=yes
+
+Build:2.0,41
+ commit=v2.0
+ subdir=app
+ gradle=yes
+
+Build:2.1,42
+ commit=v2.1
+ subdir=app
+ gradle=yes
+
+Build:2.2,44
+ commit=v2.2
+ subdir=app
+ gradle=yes
+
+Build:2.3,45
+ commit=v2.3
+ subdir=app
+ gradle=blue
+
+Build:3.0,48
+ commit=v3.0
+ subdir=app
+ gradle=blue
+
+Build:3.1,49
+ commit=v3.1
+ subdir=app
+ gradle=blue
+
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:3.1
+Current Version Code:49
diff --git a/metadata/com.kgurgul.cpuinfo.yml b/metadata/com.kgurgul.cpuinfo.yml
new file mode 100644
index 0000000000..f24fd21929
--- /dev/null
+++ b/metadata/com.kgurgul.cpuinfo.yml
@@ -0,0 +1,40 @@
+Categories:
+ - System
+License: Apache-2.0
+SourceCode: https://github.com/kamgurgul/cpu-info
+IssueTracker: https://github.com/kamgurgul/cpu-info/issues
+Changelog: https://github.com/kamgurgul/cpu-info/releases
+
+Summary: Information about device hardware and software
+Description: |-
+ CPU Info provide main information about hardware and software of your device:
+
+ * CPU specification (with current frequency on specyfic cores)
+ * GPU specification
+ * RAM and storage state (internal, external and SD card)
+ * Display metrics
+ * Android OS details
+ * Sensors data
+ * Battery status
+ * WiFi and Bluetooth mac address (on older Androids)
+ * Audio card info
+ * Native libraries used in another applications
+ * CPU and battery temperature monitor
+
+RepoType: git
+Repo: https://github.com/kamgurgul/cpu-info.git
+
+Builds:
+ - versionName: 4.1.0
+ versionCode: 40100
+ commit: 4.1.0
+ subdir: app
+ gradle:
+ - yes
+
+MaintainerNotes: We can't use auto update because version code and name are dynamic.
+
+AutoUpdateMode: None
+UpdateCheckMode: None
+CurrentVersion: 4.1.0
+CurrentVersionCode: 40100
diff --git a/metadata/com.kirit.android.mintercept.txt b/metadata/com.kirit.android.mintercept.txt
index e41d20743f..9c67c1d02c 100644
--- a/metadata/com.kirit.android.mintercept.txt
+++ b/metadata/com.kirit.android.mintercept.txt
@@ -1,6 +1,6 @@
Disabled:SVN source code repo gives a 503, can't be cloned
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://www.kirit.com/Missile%20intercept
Source Code:http://www.kirit.com/Missile%20intercept
Issue Tracker:
diff --git a/metadata/com.kmagic.solitaire.txt b/metadata/com.kmagic.solitaire.txt
index 4954b9ae0e..09ac4fc22e 100644
--- a/metadata/com.kmagic.solitaire.txt
+++ b/metadata/com.kmagic.solitaire.txt
@@ -1,20 +1,21 @@
Categories:Games
License:Apache-2.0
-Web Site:https://code.google.com/p/solitaire-for-android
-Source Code:https://code.google.com/p/solitaire-for-android/source
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:Solitaire
Summary:Solitaire collection
Description:
+This abandoned app is kept for historical reasons, so you should rather use it's
+succesor [[net.sourceforge.solitaire_cg]]. It has matured a lot, is well
+maintained and offers additional features and games.
+
Solitaire Collection of Klondike (Regular solitaire), Spider Solitaire, and
Freecell using the touchscreen interface. Features include multi-level undo,
animated card movement, and statistic/score tracking.
.
-Repo Type:git-svn
-Repo:https://solitaire-for-android.googlecode.com/svn/trunk
-
Build:1.12.2,450
commit=30
prebuild=rm build.xml
@@ -24,3 +25,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:1.12.2
Current Version Code:450
+
+No Source Since:1.12.3
diff --git a/metadata/com.kn.paper_foss_theme.txt b/metadata/com.kn.paper_foss_theme.txt
index 5b44974d59..7c0eee0e17 100644
--- a/metadata/com.kn.paper_foss_theme.txt
+++ b/metadata/com.kn.paper_foss_theme.txt
@@ -1,11 +1,10 @@
Categories:Theming
License:CC-BY-SA-4.0
Web Site:
-Source Code:https://github.com/beli3ver/Paper-FOSS-Theme
-Issue Tracker:https://github.com/beli3ver/Paper-FOSS-Theme/issues
-Changelog:https://github.com/beli3ver/Paper-FOSS-Theme/blob/HEAD/CHANGELOG.md
+Source Code:https://gitlab.com/beli3ver/Paper-FOSS-Theme
+Issue Tracker:https://gitlab.com/beli3ver/Paper-FOSS-Theme/issues
+Changelog:https://gitlab.com/beli3ver/Paper-FOSS-Theme/blob/HEAD/CHANGELOG.md
Bitcoin:1CYiRF6AncdNkxcWTRFf5Mxi7UaFhC3jFG
-Litecoin:LY4Bq1K9gVWrMb4hkGQ39zGUcYJBx7dYcU
Auto Name:Paper
Summary:Icon theme
@@ -17,7 +16,7 @@ aiming to provide a consistent and minimalistic look to your device.
.
Repo Type:git
-Repo:https://github.com/beli3ver/Paper-FOSS-Theme
+Repo:https://gitlab.com/beli3ver/Paper-FOSS-Theme
Build:0.2,2
commit=04337f1af3c1cb34cef1ad6c8f856d5ec57a511a
@@ -115,7 +114,15 @@ Build:1.1.5.1,30
gradle=yes
prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle
+Build:1.2.1.1,34
+ commit=v1.2.1.1
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.1.5.1
-Current Version Code:30
+Current Version:1.2.1.1
+Current Version Code:34
+
+No Source Since:1.1.5.2
diff --git a/metadata/com.knirirr.beecount.txt b/metadata/com.knirirr.beecount.txt
index a3356a5b9b..4d8b7b029c 100644
--- a/metadata/com.knirirr.beecount.txt
+++ b/metadata/com.knirirr.beecount.txt
@@ -197,7 +197,13 @@ Build:2.4.6,119
init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.14.1" }' >> ../build.gradle
gradle=yes
+Build:2.4.7,120
+ commit=2.4.7
+ subdir=beecount
+ init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.14.1" }' >> ../build.gradle
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:2.4.6
-Current Version Code:119
+Current Version:2.4.7
+Current Version Code:120
diff --git a/metadata/com.kpz.pomodorotasks.activity.txt b/metadata/com.kpz.pomodorotasks.activity.txt
index e1a908ed53..f83997e2ed 100644
--- a/metadata/com.kpz.pomodorotasks.activity.txt
+++ b/metadata/com.kpz.pomodorotasks.activity.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/pomodorotasks
Source Code:https://code.google.com/p/pomodorotasks/source
Issue Tracker:
diff --git a/metadata/com.kunzisoft.keepass.libre.txt b/metadata/com.kunzisoft.keepass.libre.txt
index 6cbdcb5d86..05560c9f56 100644
--- a/metadata/com.kunzisoft.keepass.libre.txt
+++ b/metadata/com.kunzisoft.keepass.libre.txt
@@ -1,12 +1,12 @@
Categories:Security
-License:GPL-3.0
-Author Name:Jeremy JAMET
+License:GPL-3.0-or-later
+Author Name:Kunzisoft
Author Email:contact@kunzisoft.com
-Web Site:http://www.kunzisoft.com/KeepassDX
+Web Site:https://www.kunzisoft.com/KeepassDX
Source Code:https://github.com/Kunzisoft/KeePassDX
Issue Tracker:https://github.com/Kunzisoft/KeePassDX/issues
Changelog:https://github.com/Kunzisoft/KeePassDX/blob/HEAD/CHANGELOG
-Donate:http://www.kunzisoft.com/donation?project=KeePassDX
+Donate:https://www.kunzisoft.com/donation?project=keepassdx
LiberapayID:4971
Bitcoin:1DSwXCk7Sob24sNsofywNoRQw2f5Qj5t2F
Litecoin:LRmhvGbKNXFLTxyK8Q9zBxDXjBWm6Rzt34
@@ -41,7 +41,32 @@ Build:2.5.0.0beta7-libre,7
subdir=app
gradle=libre
-Auto Update Mode:Version %v
+Build:2.5.0.0beta9-libre,9
+ commit=2.5.0.0beta9
+ subdir=app
+ gradle=libre
+
+Build:2.5.0.0beta11-libre,11
+ commit=2.5.0.0beta11
+ subdir=app
+ gradle=libre
+
+Build:2.5.0.0beta14-libre,14
+ commit=2.5.0.0beta14
+ subdir=app
+ gradle=libre
+
+Build:2.5.0.0beta15-libre,15
+ commit=2.5.0.0beta15
+ subdir=app
+ gradle=libre
+
+Build:2.5.0.0beta17-libre,17
+ commit=2.5.0.0beta17
+ subdir=app
+ gradle=libre
+
+Auto Update Mode:None
Update Check Mode:Tags
-Current Version:2.5.0.0beta7
-Current Version Code:7
+Current Version:2.5.0.0beta17-libre
+Current Version Code:17
diff --git a/metadata/com.kunzisoft.keyboard.switcher.txt b/metadata/com.kunzisoft.keyboard.switcher.txt
new file mode 100644
index 0000000000..cb1b78d2de
--- /dev/null
+++ b/metadata/com.kunzisoft.keyboard.switcher.txt
@@ -0,0 +1,31 @@
+Categories:Writing
+License:GPL-3.0-or-later
+Author Name:Kunzisoft
+Author Email:contact@kunzisoft.com
+Web Site:https://www.kunzisoft.com/
+Source Code:https://gitlab.com/kunzisoft/Android-KeyboardSwitcher
+Issue Tracker:https://gitlab.com/kunzisoft/Android-KeyboardSwitcher/issues
+Donate:https://www.kunzisoft.com/donation?project=keyboardswitcher
+LiberapayID:4971
+Bitcoin:1DSwXCk7Sob24sNsofywNoRQw2f5Qj5t2F
+Litecoin:LRmhvGbKNXFLTxyK8Q9zBxDXjBWm6Rzt34
+
+Auto Name:Keyboard Switcher
+
+Repo Type:git
+Repo:https://gitlab.com/kunzisoft/Android-KeyboardSwitcher
+
+Build:1.0,1
+ commit=1.0
+ subdir=app
+ gradle=yes
+
+Build:1.1,2
+ commit=1.1
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:1.1
+Current Version Code:2
diff --git a/metadata/com.kure.musicplayer.txt b/metadata/com.kure.musicplayer.txt
index 31ffcf59c1..635894542a 100644
--- a/metadata/com.kure.musicplayer.txt
+++ b/metadata/com.kure.musicplayer.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/alexdantas/kure-music-player/blob/HEAD/README.md
Source Code:https://github.com/alexdantas/kure-music-player
Issue Tracker:https://github.com/alexdantas/kure-music-player/issues
diff --git a/metadata/com.kvance.Nectroid.txt b/metadata/com.kvance.Nectroid.txt
index aac49c2f24..090b8d3f4b 100644
--- a/metadata/com.kvance.Nectroid.txt
+++ b/metadata/com.kvance.Nectroid.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/cknave/nectroid
Issue Tracker:https://github.com/cknave/nectroid/issues
diff --git a/metadata/com.launcher.silverfish.txt b/metadata/com.launcher.silverfish.txt
index f027af17ed..edb2268047 100644
--- a/metadata/com.launcher.silverfish.txt
+++ b/metadata/com.launcher.silverfish.txt
@@ -1,5 +1,5 @@
Categories:System,Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/stanipintjuk/Silverfish
Issue Tracker:https://github.com/stanipintjuk/Silverfish/issues
diff --git a/metadata/com.lavadip.miniVector.yml b/metadata/com.lavadip.miniVector.yml
new file mode 100644
index 0000000000..2bfd3f7b35
--- /dev/null
+++ b/metadata/com.lavadip.miniVector.yml
@@ -0,0 +1,44 @@
+Categories:
+ - Internet
+ - Phone & SMS
+License: Apache-2.0
+SourceCode: https://github.com/LiMium/mini-vector-android
+Changelog: https://github.com/LiMium/mini-vector-android/blob/HEAD/CHANGES.rst
+
+AutoName: miniVector
+Summary: Open team collaboration
+Description: |-
+ A simplified fork of the [[im.vector.alpha]] Android app.
+
+ This is a minified Android Matrix client derived from the official client. It requires fewer permissions and compiles to a much smaller package.
+
+ Full credit goes to the original developers. This fork just shaves-off the following features and dependencies:
+
+ * Jitsi integration (for audio / video conference)
+ * React native libraries
+ * Application Icon badger
+ * Analytics
+
+RepoType: git
+Repo: https://github.com/Bubu/mini-vector-android.git
+
+Builds:
+ - versionName: 0.8.15
+ versionCode: 81500
+ commit: miniv0.8.15-fdroid
+ subdir: vector
+ gradle:
+ - appfdroid
+ srclibs:
+ - mini-matrixsdk@v0.9.9-no-webrtc
+ - olmsdk@2.3.0
+ prebuild: |-
+ sed -i -e '/com.google.firebase/d' build.gradle && sed -i -e '/com.google.gms.google-services/d' build.gradle && mkdir -p libs
+ build: |-
+ pushd $$olmsdk$$/android && echo ndk.dir=$$NDK$$ > local.properties && gradle assembleRelease && popd && cp $$olmsdk$$/android/olm-sdk/build/outputs/aar/olm-sdk-release-2.3.0.aar libs/olm-sdk.aar && mkdir -p $$mini-matrixsdk$$/matrix-sdk/libs && cp $$olmsdk$$/android/olm-sdk/build/outputs/aar/olm-sdk-release-2.3.0.aar $$mini-matrixsdk$$/matrix-sdk/libs/olm-sdk.aar && pushd $$mini-matrixsdk$$ && gradle clean assembleRelease && popd && cp $$mini-matrixsdk$$/matrix-sdk/build/outputs/aar/matrix-sdk-release-*.aar libs/matrix-sdk.aar
+ ndk: r17b
+
+AutoUpdateMode: None
+UpdateCheckMode: None
+CurrentVersion: 0.8.15
+CurrentVersionCode: 81500
diff --git a/metadata/com.leafdigital.kanji.android.txt b/metadata/com.leafdigital.kanji.android.txt
index fcf66c686d..372bd2a4d8 100644
--- a/metadata/com.leafdigital.kanji.android.txt
+++ b/metadata/com.leafdigital.kanji.android.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/quen/kanjirecog/tree/android
Issue Tracker:https://github.com/quen/kanjirecog/issues
diff --git a/metadata/com.leafpic.app.txt b/metadata/com.leafpic.app.txt
index 5003311087..51def71c6b 100644
--- a/metadata/com.leafpic.app.txt
+++ b/metadata/com.leafpic.app.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/HoraApps/LeafPic/blob/HEAD/README.md
Source Code:https://github.com/HoraApps/LeafPic
Issue Tracker:https://github.com/HoraApps/LeafPic/issues
diff --git a/metadata/com.leinardi.kitchentimer.txt b/metadata/com.leinardi.kitchentimer.txt
index d8a3d3b059..9b133408b8 100644
--- a/metadata/com.leinardi.kitchentimer.txt
+++ b/metadata/com.leinardi.kitchentimer.txt
@@ -1,7 +1,7 @@
Categories:Time
-License:GPL-3.0
-Web Site:https://code.google.com/p/kitchentimer
-Source Code:https://code.google.com/p/kitchentimer/source
+License:GPL-3.0-only
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:Kitchen Timer
@@ -10,9 +10,6 @@ Description:
Three independent timers on one screen.
.
-Repo Type:hg
-Repo:https://code.google.com/p/kitchentimer
-
Build:1.1.6,116
commit=aec14b3db581
@@ -20,3 +17,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:1.1.6
Current Version Code:116
+
+No Source Since:1.1.7
diff --git a/metadata/com.lgallardo.qbittorrentclient.txt b/metadata/com.lgallardo.qbittorrentclient.txt
index 8ec7fba571..d5809a02b3 100644
--- a/metadata/com.lgallardo.qbittorrentclient.txt
+++ b/metadata/com.lgallardo.qbittorrentclient.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/lgallard/qBittorrent-Client/blob/HEAD/README.md
Source Code:https://github.com/lgallard/qBittorrent-Client
Issue Tracker:https://github.com/lgallard/qBittorrent-Client/issues
diff --git a/metadata/com.lgallardo.qbittorrentclientpro.txt b/metadata/com.lgallardo.qbittorrentclientpro.txt
index 27821fa744..c8df31273b 100644
--- a/metadata/com.lgallardo.qbittorrentclientpro.txt
+++ b/metadata/com.lgallardo.qbittorrentclientpro.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/lgallard/qBittorrent-Client/blob/HEAD/README.md
Source Code:https://github.com/lgallard/qBittorrent-Client
Issue Tracker:https://github.com/lgallard/qBittorrent-Client/issues
diff --git a/metadata/com.linkomnia.android.Changjie.txt b/metadata/com.linkomnia.android.Changjie.txt
index 9c2e332026..4ec8168f8c 100644
--- a/metadata/com.linkomnia.android.Changjie.txt
+++ b/metadata/com.linkomnia.android.Changjie.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/wanleung/ChangjieIME
Issue Tracker:https://github.com/wanleung/ChangjieIME/issues
diff --git a/metadata/com.linuxcounter.lico_update_003.txt b/metadata/com.linuxcounter.lico_update_003.txt
index 14840c0e9a..2ceed15f49 100644
--- a/metadata/com.linuxcounter.lico_update_003.txt
+++ b/metadata/com.linuxcounter.lico_update_003.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://www.linuxcounter.net
Source Code:https://github.com/alexloehner/linuxcounter.android.app
Issue Tracker:https://github.com/alexloehner/linuxcounter.android.app/issues
diff --git a/metadata/com.liveplayergames.finneypoker.txt b/metadata/com.liveplayergames.finneypoker.txt
index b91cc3488a..3690cfd30f 100644
--- a/metadata/com.liveplayergames.finneypoker.txt
+++ b/metadata/com.liveplayergames.finneypoker.txt
@@ -1,5 +1,5 @@
Categories:Money,Games
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:https://www.unclefinneyspoker.com/
Source Code:https://github.com/liveplayergames/UFP
Issue Tracker:https://github.com/liveplayergames/UFP/issues
diff --git a/metadata/com.llamacorp.equate.txt b/metadata/com.llamacorp.equate.txt
index 796c32468b..b3b91a33b9 100644
--- a/metadata/com.llamacorp.equate.txt
+++ b/metadata/com.llamacorp.equate.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/EvanRespaut/Equate
Issue Tracker:https://github.com/EvanRespaut/Equate/issues
@@ -57,7 +57,12 @@ Build:1.6,7
subdir=app
gradle=yes
+Build:1.7,8
+ commit=v1.7
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%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/com.log28.txt b/metadata/com.log28.txt
new file mode 100644
index 0000000000..6c76c2c7a3
--- /dev/null
+++ b/metadata/com.log28.txt
@@ -0,0 +1,32 @@
+Categories:Sports & Health
+License:LGPL-3.0-only
+Web Site:
+Source Code:https://github.com/zoenb/log28
+Issue Tracker:https://github.com/zoenb/log28/issues
+
+Auto Name:log28
+Summary:A simple no-frills period tracker
+Description:
+log28 is a simple no-frills period tracker.
+
+Features:
+
+* Easily view cycle progress
+* Predict future periods
+* Log symptoms and activity
+* Take daily notes
+* Backup your data or move it between devices
+.
+
+Repo Type:git
+Repo:https://github.com/zoenb/log28.git
+
+Build:0.6.0,10
+ commit=0.6.0
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:0.6.0
+Current Version Code:10
diff --git a/metadata/com.lostrealm.lembretes.txt b/metadata/com.lostrealm.lembretes.txt
index 8750a855fd..4217b08bc3 100644
--- a/metadata/com.lostrealm.lembretes.txt
+++ b/metadata/com.lostrealm.lembretes.txt
@@ -1,8 +1,8 @@
Categories:Science & Education
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
-Source Code:https://github.com/edsonduarte1990/reminders
-Issue Tracker:https://github.com/edsonduarte1990/reminders/issues
+Source Code:https://github.com/uatach/reminders
+Issue Tracker:https://github.com/uatach/reminders/issues
Auto Name:Reminders
Summary:UNICAMP canteen information
@@ -14,7 +14,7 @@ it reminds him.
.
Repo Type:git
-Repo:https://github.com/edsonduarte1990/reminders.git
+Repo:https://github.com/uatach/reminders.git
Build:0.8,1
commit=v0.8
diff --git a/metadata/com.lucasdnd.bitclock16.txt b/metadata/com.lucasdnd.bitclock16.txt
index add7a7e324..a7feff5e69 100644
--- a/metadata/com.lucasdnd.bitclock16.txt
+++ b/metadata/com.lucasdnd.bitclock16.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://github.com/lucasdnd/16-bit-clock/blob/HEAD/README.md
Source Code:https://github.com/lucasdnd/16-bit-clock
Issue Tracker:https://github.com/lucasdnd/16-bit-clock/issues
diff --git a/metadata/com.lucasdnd.decimaltimeclockwidget.txt b/metadata/com.lucasdnd.decimaltimeclockwidget.txt
index ecf1c02394..fdd3809a5f 100644
--- a/metadata/com.lucasdnd.decimaltimeclockwidget.txt
+++ b/metadata/com.lucasdnd.decimaltimeclockwidget.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://github.com/lucasdnd/decimal-clock-widget/blob/HEAD/README.md
Source Code:https://github.com/lucasdnd/decimal-clock-widget
Issue Tracker:https://github.com/lucasdnd/decimal-clock-widget/issues
@@ -8,6 +8,9 @@ Auto Name:Decimal Time Clock Widget
Summary:Shows decimal clock as a widget
Description:
Add a decimal clock widget to your homescreen.
+
+* Time of day represented in 100 time units, each divided in 100 equal parts.
+* Date can be represented on both the Gregorian format and Isaac Asimov's World Season Calendar format.
.
Repo Type:git
diff --git a/metadata/com.lucasdnd.unixtimeclockwidget.txt b/metadata/com.lucasdnd.unixtimeclockwidget.txt
index 468f74a63a..aba6678397 100644
--- a/metadata/com.lucasdnd.unixtimeclockwidget.txt
+++ b/metadata/com.lucasdnd.unixtimeclockwidget.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://github.com/lucasdnd/unix-time-clock-widget/blob/HEAD/README.md
Source Code:https://github.com/lucasdnd/unix-time-clock-widget
Issue Tracker:https://github.com/lucasdnd/unix-time-clock-widget/issues
diff --git a/metadata/com.luk.timetable2.txt b/metadata/com.luk.timetable2.txt
index 6faedc561e..9ef5ff5ed8 100644
--- a/metadata/com.luk.timetable2.txt
+++ b/metadata/com.luk.timetable2.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/LuK1337/TimeTable2
Issue Tracker:https://github.com/luk1337/TimeTable2/issues
diff --git a/metadata/com.lukekorth.screennotifications.txt b/metadata/com.lukekorth.screennotifications.txt
index c9fd52f7ff..16d5dec024 100644
--- a/metadata/com.lukekorth.screennotifications.txt
+++ b/metadata/com.lukekorth.screennotifications.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://lukekorth.com
Source Code:https://github.com/lkorth/screen-notifications
Issue Tracker:https://github.com/lkorth/screen-notifications/issues
diff --git a/metadata/com.luorrak.ouroboros.txt b/metadata/com.luorrak.ouroboros.txt
index aa3fa8a65b..34c2397b23 100644
--- a/metadata/com.luorrak.ouroboros.txt
+++ b/metadata/com.luorrak.ouroboros.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/Luorrak/Ouroboros/blob/HEAD/README.md
Source Code:https://github.com/Luorrak/Ouroboros
Issue Tracker:https://github.com/Luorrak/Ouroboros/issues
@@ -9,6 +9,19 @@ Summary:Client for 8ch.net
Description:
Companion client for the 8chan/8ch.net image board. It's layout is very heavily
inspired by Chanobol and the design of Montanax's unreleased app Miko.
+
+'''Features:'''
+
+* Posting replies and threads
+* Upload up to 5 images
+* Captcha support
+* Save images
+* Gallery view
+* Themes
+* Watchlists
+* Searching the catalog
+* Get notifications when replied to
+* Jump to new posts in a thread
.
Repo Type:git
diff --git a/metadata/com.madgag.agit.txt b/metadata/com.madgag.agit.txt
index 0e0d613642..c803fcf446 100644
--- a/metadata/com.madgag.agit.txt
+++ b/metadata/com.madgag.agit.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/rtyley/agit/wiki
Source Code:https://github.com/rtyley/agit
Issue Tracker:https://github.com/rtyley/agit/issues
diff --git a/metadata/com.malek.alldebrid.txt b/metadata/com.malek.alldebrid.txt
index b5409f64b6..3e6c1ebe82 100644
--- a/metadata/com.malek.alldebrid.txt
+++ b/metadata/com.malek.alldebrid.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/Allsimon/Alldebrid
Issue Tracker:https://github.com/Allsimon/Alldebrid/issues
diff --git a/metadata/com.manichord.mgit.txt b/metadata/com.manichord.mgit.txt
index 090e195a2f..19068f6065 100644
--- a/metadata/com.manichord.mgit.txt
+++ b/metadata/com.manichord.mgit.txt
@@ -1,14 +1,16 @@
Categories:Development
-License:GPL-3.0
-Web Site:http://manichord.com/MGit
+License:GPL-3.0-only
+Web Site:https://manichord.com/projects/mgit.html
Source Code:https://github.com/maks/MGit
Issue Tracker:https://github.com/maks/MGit/issues
+Changelog:https://github.com/maks/MGit/releases
Donate:http://projects.sheimi.me/SGit
Auto Name:MGit
Summary:View and interact with git repositories
Description:
-A git client and text editor, forked from unmaintained [[me.sheimi.sgit]].
+A git client and text editor, forked from no longer maintained
+[[me.sheimi.sgit]].
.
Repo Type:git
@@ -35,7 +37,27 @@ Build:1.5.4.3,208
subdir=app
gradle=yes
+Build:1.5.4.4,209
+ commit=v1.5.4.4
+ subdir=app
+ gradle=yes
+
+Build:1.5.4.5,210
+ commit=v1.5.4.5
+ subdir=app
+ gradle=yes
+
+Build:1.5.4.6,211
+ commit=v1.5.4.6
+ subdir=app
+ gradle=yes
+
+Build:1.5.4.7,212
+ commit=v1.5.4.7
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.5.4.3
-Current Version Code:208
+Current Version:1.5.4.7
+Current Version Code:212
diff --git a/metadata/com.manor.currentwidget.txt b/metadata/com.manor.currentwidget.txt
index 7e0a0b165a..2e113cf426 100644
--- a/metadata/com.manor.currentwidget.txt
+++ b/metadata/com.manor.currentwidget.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/rmanor/currentwidget
Issue Tracker:https://github.com/rmanor/currentwidget/issues
diff --git a/metadata/com.mantz_it.rfanalyzer.txt b/metadata/com.mantz_it.rfanalyzer.txt
index f62ac49373..884dc0adf9 100644
--- a/metadata/com.mantz_it.rfanalyzer.txt
+++ b/metadata/com.mantz_it.rfanalyzer.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://github.com/demantz/RFAnalyzer/blob/HEAD/Readme.md
Source Code:https://github.com/demantz/RFAnalyzer
Issue Tracker:https://github.com/demantz/RFAnalyzer/issues
@@ -11,6 +11,23 @@ Description:
View a FFT plot and a waterfall plot of the frequency spectrum received by a
[http://greatscottgadgets.com/hackrf/ HackRF]. The new version can also
demodulate audio from AM and FM signals!
+
+Use an OTG (on-the-go) USB cable to connect your HackRF/RTL-SDR to an Android
+phone/tablet and this app will visualize the RF spectrum (frequency magnitude
+and waterfall plot)! Browse through the frequency spectrum just by using scroll
+and zoom touch gestures. Additional features are:
+
+* Many settings: FFT size, averaging, peak holding, color scheme, ...
+* read samples from a file (generated by hackrf_transfer tool or by rtl_sdr)
+* AM/FM/SSB audio demodulation
+* adjust squelch and channel width
+* Record to a raw IQ file compatible with hackrf_transfer, ...
+* Bookmarks
+* rad1o support
+
+Read
+[https://github.com/demantz/RFAnalyzer/blob/master/doc/rf_analyzer_manual.md the
+manual] for more details.
.
Repo Type:git
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.maralexbar.wifikeyview.txt b/metadata/com.maralexbar.wifikeyview.txt
index 340b0d0030..17e6d75d8d 100644
--- a/metadata/com.maralexbar.wifikeyview.txt
+++ b/metadata/com.maralexbar.wifikeyview.txt
@@ -1,5 +1,5 @@
Categories:Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/Maralexbar/Wifi-Key-View
Issue Tracker:https://github.com/Maralexbar/Wifi-Key-View/issues
diff --git a/metadata/com.marceljurtz.lifecounter.txt b/metadata/com.marceljurtz.lifecounter.txt
index a228b2ebd4..281d551158 100644
--- a/metadata/com.marceljurtz.lifecounter.txt
+++ b/metadata/com.marceljurtz.lifecounter.txt
@@ -1,8 +1,8 @@
Categories:Games
License:MIT
Web Site:
-Source Code:https://github.com/MarcelJurtz/MTG_LifeCounter
-Issue Tracker:https://github.com/MarcelJurtz/MTG_LifeCounter/issues
+Source Code:https://github.com/MarcelJurtz/LifeCounter
+Issue Tracker:https://github.com/MarcelJurtz/LifeCounter/issues
Auto Name:LifeCounter
Summary:Lifecounter for Magic The Gathering
@@ -16,7 +16,7 @@ Currently available in English and German.
.
Repo Type:git
-Repo:https://github.com/MarcelJurtz/MTG_LifeCounter
+Repo:https://github.com/MarcelJurtz/LifeCounter
Build:10,10
commit=1.8.2
diff --git a/metadata/com.mariogrip.octoprint.txt b/metadata/com.mariogrip.octoprint.txt
index eb8f2276c1..6e5ad84a22 100644
--- a/metadata/com.mariogrip.octoprint.txt
+++ b/metadata/com.mariogrip.octoprint.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:
Source Code:https://github.com/mariogrip/octodroid
Issue Tracker:https://github.com/mariogrip/octodroid/issues
diff --git a/metadata/com.markusborg.test.txt b/metadata/com.markusborg.test.txt
index b7df158808..996ab270f4 100644
--- a/metadata/com.markusborg.test.txt
+++ b/metadata/com.markusborg.test.txt
@@ -90,5 +90,5 @@ Auto Update Mode:Version v.%v
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:1.8.1
-Current Version Code:17
+Current Version:1.8.2
+Current Version Code:18
diff --git a/metadata/com.markuspage.android.atimetracker.txt b/metadata/com.markuspage.android.atimetracker.txt
index 74e0638460..d0297d46fa 100644
--- a/metadata/com.markuspage.android.atimetracker.txt
+++ b/metadata/com.markuspage.android.atimetracker.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:
Source Code:https://github.com/netmackan/ATimeTracker
Issue Tracker:https://github.com/netmackan/ATimeTracker/issues
diff --git a/metadata/com.markuspage.android.certtools.txt b/metadata/com.markuspage.android.certtools.txt
index 09d317ec5e..a77c701f8d 100644
--- a/metadata/com.markuspage.android.certtools.txt
+++ b/metadata/com.markuspage.android.certtools.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/netmackan/CertTools
Issue Tracker:https://github.com/netmackan/CertTools/issues
@@ -7,7 +7,8 @@ Issue Tracker:https://github.com/netmackan/CertTools/issues
Auto Name:CertTools
Summary:Certificate Viewer
Description:
-Certificate (X.509) viewer for Android.
+Certificate (X.509) viewer that reads from PEM files and displays the X509
+certificate. Use a file manager to open a PEM file.
.
Repo Type:git
diff --git a/metadata/com.maskyn.fileeditorpro.txt b/metadata/com.maskyn.fileeditorpro.txt
index b5fed53159..08f5da5dbd 100644
--- a/metadata/com.maskyn.fileeditorpro.txt
+++ b/metadata/com.maskyn.fileeditorpro.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://vmihalachi.github.io/turbo-editor
Source Code:https://github.com/vmihalachi/turbo-editor
Issue Tracker:https://github.com/vmihalachi/turbo-editor/issues
diff --git a/metadata/com.matburt.mobileorg.txt b/metadata/com.matburt.mobileorg.txt
index 983b276291..8c04a9b7d2 100644
--- a/metadata/com.matburt.mobileorg.txt
+++ b/metadata/com.matburt.mobileorg.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://github.com/matburt/mobileorg-android/wiki
Source Code:https://github.com/matburt/mobileorg-android
Issue Tracker:https://github.com/matburt/mobileorg-android/issues
diff --git a/metadata/com.matejdro.pebbledialer.txt b/metadata/com.matejdro.pebbledialer.txt
index 12d7b4e4f7..69afe062fd 100644
--- a/metadata/com.matejdro.pebbledialer.txt
+++ b/metadata/com.matejdro.pebbledialer.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://forums.getpebble.com/discussion/5767/android-pebbledialer-new-call-controls-for-your-pebble
Source Code:https://github.com/matejdro/PebbleDialer-Android
Issue Tracker:https://github.com/matejdro/PebbleDialer-Android/issues
diff --git a/metadata/com.matteopacini.katana.txt b/metadata/com.matteopacini.katana.txt
index 4bcc057d56..5d8887a8a7 100644
--- a/metadata/com.matteopacini.katana.txt
+++ b/metadata/com.matteopacini.katana.txt
@@ -1,6 +1,6 @@
AntiFeatures:Tracking
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/Zi0P4tch0/Katana
Issue Tracker:https://github.com/Zi0P4tch0/Katana/issues
diff --git a/metadata/com.mattermost.mattermost.txt b/metadata/com.mattermost.mattermost.txt
index 32cb4fad8b..f896c32bc1 100644
--- a/metadata/com.mattermost.mattermost.txt
+++ b/metadata/com.mattermost.mattermost.txt
@@ -1,39 +1,46 @@
-Disabled:play-services usage
+AntiFeatures:UpstreamNonFree
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.
-- Discuss topics in private groups, one-to-one or team-wide - Find what you're
-looking for with full text search, filters and #hashtags - Easily share images,
-video, audio and files - Personalize your experience with custom colors,
-formatting and fonts - Connect in-house systems with webhooks and
-Slack-compatible integrations
+* Discuss topics in private groups, one-to-one or team-wide
+* Find what you're looking for with full text search, filters and #hashtags
+* Easily share images, video, audio and files
+* Personalize your experience with custom colors, formatting and fonts
+* Connect in-house systems with webhooks and Slack-compatible integrations
To use this app, you need a "Team URL" from a Mattermost server. To host your
-own server go to http://www.mattermost.org/download/
+own server go to [https://about.mattermost.com/download/ mattermost.com].
-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
+Find the Terms of Service for this app [https://about.mattermost.com/terms
+here].
.
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
+ rm=app/src/main/java/com/mattermost/gcm
-Auto Update Mode:None
-Update Check Mode:None
-Current Version:3.4.1
-Current Version Code:341
+Build:3.10.3,399
+ commit=v3.10.3
+ subdir=app
+ patch=play-services.patch
+ gradle=yes
+ rm=app/src/main/java/com/mattermost/gcm
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:3.10.3
+Current Version Code:399
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">
+
+-
+
+
+ 3.3.0 RC2 -> 3.3.0 (stable)
+.
+
Auto Update Mode:Version stable-%v
-Update Check Mode:Tags ^stable
-Current Version:3.0.3
-Current Version Code:30000399
+Update Check Mode:Static
+Current Version:3.3.0
+Current Version Code:30030099
diff --git a/metadata/com.nextcloud.talk2.txt b/metadata/com.nextcloud.talk2.txt
index 0608f5f259..ecda44c901 100644
--- a/metadata/com.nextcloud.talk2.txt
+++ b/metadata/com.nextcloud.talk2.txt
@@ -1,5 +1,5 @@
Categories:Internet,Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://nextcloud.com/talk/
Source Code:https://github.com/nextcloud/talk-android
Issue Tracker:https://github.com/nextcloud/talk-android/issues
@@ -21,7 +21,97 @@ Build:1.1.1,31
subdir=app
gradle=generic
+Build:1.1.3,33
+ commit=v1.1.3
+ subdir=app
+ gradle=generic
+
+Build:1.2.0,34
+ commit=v1.2.0beta1
+ subdir=app
+ gradle=generic
+
+Build:1.2.0beta2,35
+ commit=v1.2.0beta2
+ subdir=app
+ gradle=generic
+
+Build:1.2.0beta3,36
+ commit=v1.2.0beta3
+ subdir=app
+ gradle=generic
+
+Build:2.0.0,39
+ commit=v2.0.0
+ subdir=app
+ gradle=generic
+
+Build:2.0.1,42
+ commit=v2.0.1
+ subdir=app
+ gradle=generic
+
+Build:2.1.0beta1,44
+ commit=v2.1.0beta1
+ subdir=app
+ gradle=generic
+
+Build:2.1.0beta2,45
+ commit=v2.1.0beta2
+ subdir=app
+ gradle=generic
+
+Build:2.1.0beta3,46
+ commit=v2.1.0beta3
+ subdir=app
+ gradle=generic
+
+Build:2.1.0,49
+ disable=failing build
+ commit=v2.1.0
+ subdir=app
+ gradle=generic
+
+Build:2.1.1,50
+ disable=failing build
+ commit=v2.1.1
+ subdir=app
+ gradle=generic
+
+Build:2.1.2,51
+ commit=v2.1.2
+ subdir=app
+ gradle=generic
+
+Build:3.0.0beta3,54
+ commit=v3.0.0beta3
+ subdir=app
+ gradle=generic
+ rm=app/gplay.gradle
+
+Build:3.0.0beta8,59
+ commit=v3.0.0beta8
+ subdir=app
+ gradle=generic
+ rm=app/gplay.gradle
+ prebuild=sed -i -e '/work-firebase/d' build.gradle
+
+Build:3.0.0beta10,61
+ commit=v3.0.0beta10
+ subdir=app
+ gradle=generic
+ rm=app/gplay.gradle
+ prebuild=sed -i -e '/work-firebase/d' build.gradle
+
+Build:3.0.0,62
+ commit=v3.0.0
+ subdir=app
+ gradle=generic
+ rm=app/gplay.gradle
+ prebuild=sed -i -e '/work-firebase/d' build.gradle
+
+Archive Policy:5 versions
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9]+\.[0-9]+\.[0-9]+$
-Current Version:1.1.1
-Current Version Code:31
+Current Version:3.0.0
+Current Version Code:62
diff --git a/metadata/com.nextgis.mobile.txt b/metadata/com.nextgis.mobile.txt
index 299fe7f0d2..d6738f5675 100644
--- a/metadata/com.nextgis.mobile.txt
+++ b/metadata/com.nextgis.mobile.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://nextgis.ru/en/nextgis-mobile
Source Code:https://github.com/nextgis/android_gisapp
Issue Tracker:https://github.com/nextgis/android_gisapp/issues
diff --git a/metadata/com.nhellfire.kerneladiutor.txt b/metadata/com.nhellfire.kerneladiutor.txt
index f7957889d3..34c592e68f 100644
--- a/metadata/com.nhellfire.kerneladiutor.txt
+++ b/metadata/com.nhellfire.kerneladiutor.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/NHellFire/KernelAdiutor
Issue Tracker:https://github.com/NHellFire/KernelAdiutor/issues
diff --git a/metadata/com.nicobrailo.pianoli.yml b/metadata/com.nicobrailo.pianoli.yml
new file mode 100644
index 0000000000..eca1d3406d
--- /dev/null
+++ b/metadata/com.nicobrailo.pianoli.yml
@@ -0,0 +1,35 @@
+Categories:
+ - Games
+License: GPL-3.0-only
+WebSite: https://github.com/nicolasbrailo/PianOli
+SourceCode: https://github.com/nicolasbrailo/PianOli
+IssueTracker: https://github.com/nicolasbrailo/PianOli/issues
+Changelog: https://github.com/nicolasbrailo/PianOli/releases
+
+AutoName: PianOli
+Summary: Baby game to keep your device safe from random baby-taps
+Description: |-
+ Have a baby curious about shiny tablets and phones? Use this app as a
+ baby-game and, more importantly, to prevent random taps of a baby from
+ doing anything you may not want. This app will show a small piano a baby
+ can use to explore sounds in a mobile device. At the same time, it will
+ block any naive attempts at closing the app. The back, home and apps-menu
+ buttons will be blocked, and Android's top menu won't be available. This
+ ensures a baby can't accidentally close the game, preventing any actions on
+ the device you may not want.
+
+RepoType: git
+Repo: https://github.com/nicolasbrailo/PianOli
+
+Builds:
+ - versionName: '1.1'
+ versionCode: 2
+ commit: V1.1
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version V%v
+UpdateCheckMode: Tags
+CurrentVersion: '1.1'
+CurrentVersionCode: 2
diff --git a/metadata/com.nicolasbrailo.vlcfreemote.txt b/metadata/com.nicolasbrailo.vlcfreemote.txt
new file mode 100644
index 0000000000..0392c24141
--- /dev/null
+++ b/metadata/com.nicolasbrailo.vlcfreemote.txt
@@ -0,0 +1,36 @@
+Categories:Multimedia
+License:GPL-3.0-or-later
+Web Site:
+Source Code:https://github.com/nicolasbrailo/VlcFreemote
+Issue Tracker:https://github.com/nicolasbrailo/VlcFreemote/issues
+
+Auto Name:VlcFreemote
+Summary:Remotely control a VLC server
+Description:
+Simple & easy to use VLC remote control. Setup VLC to use its HTTP interface and
+VlcFreemote will automatically detect it. Intuitive interface to play media,
+manage the play queue, bookmarks, etc.
+.
+
+Repo Type:git
+Repo:https://github.com/nicolasbrailo/VlcFreemote.git
+
+Build:1.6,6
+ commit=V1.6
+ subdir=app
+ gradle=yes
+
+Build:1.7,7
+ commit=V1.7
+ subdir=app
+ gradle=yes
+
+Build:1.8,8
+ commit=V1.8
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version V%v
+Update Check Mode:Tags
+Current Version:1.8
+Current Version Code:8
diff --git a/metadata/com.nicue.onetwo.txt b/metadata/com.nicue.onetwo.txt
index 1c75d2add6..5f3a18c423 100644
--- a/metadata/com.nicue.onetwo.txt
+++ b/metadata/com.nicue.onetwo.txt
@@ -7,8 +7,21 @@ Issue Tracker:https://github.com/ndleyton/OneTwo/issues
Auto Name:OneTwo
Summary:Provides you with dices, counter and timers
Description:
-lp you with your TableTop experience. That includes a Counter, Dices, Timers and
-an intuitive way to choose who starts!.
+OneTwo comes with tools to help you with your TableTop experience. That
+includes:
+
+* a Counter to keep scores/lives
+* Dice: from 2 to 99999 faces!
+* Timers: chess styled for up to 15 synced timers
+* an intuitive way to choose who starts
+* a way to choose a random order for the players!
+
+Begin your board game session with a random order of your friends chosen with
+just their fingers. Then annotate them in the counter to keep track of their
+lives or score. Roll as many dices as you want! and keep track of how long you
+are taking each turn with a simple an easy chess inspired timer!.
+
+All of this packed in a lightweght, material designed app.
.
Repo Type:git
@@ -41,5 +54,5 @@ Build:1.1.6,14
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:1.1.6
-Current Version Code:14
+Current Version:1.1.7
+Current Version Code:15
diff --git a/metadata/com.nightshadelabs.anotherbrowser.txt b/metadata/com.nightshadelabs.anotherbrowser.txt
index beff175060..f5031e9c95 100644
--- a/metadata/com.nightshadelabs.anotherbrowser.txt
+++ b/metadata/com.nightshadelabs.anotherbrowser.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/GodsMoon/Flashify
Issue Tracker:https://github.com/GodsMoon/Flashify/issues
diff --git a/metadata/com.nikhiljha.lobstersapp.yml b/metadata/com.nikhiljha.lobstersapp.yml
new file mode 100644
index 0000000000..8ae74287ca
--- /dev/null
+++ b/metadata/com.nikhiljha.lobstersapp.yml
@@ -0,0 +1,32 @@
+Categories:
+ - Internet
+License: MIT
+WebSite: https://gitlab.com/nikhiljha/lobsters-app
+SourceCode: https://gitlab.com/nikhiljha/lobsters-app/tree/HEAD
+IssueTracker: https://gitlab.com/nikhiljha/lobsters-app/issues
+
+Name: Lobsters App
+Summary: An app for lobste.rs
+Description: |-
+ This is an app for [https://lobste.rs/ lobste.rs] and its sister sites.
+ Contributions are welcome.
+
+RepoType: git
+Repo: https://gitlab.com/nikhiljha/lobsters-app.git
+
+Builds:
+ - versionName: 0.0.3
+ versionCode: 3
+ commit: v0.0.3
+ output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
+ srclibs:
+ - flutter@v0.8.2
+ rm:
+ - ios
+ prebuild: $$flutter$$/bin/flutter pub get
+ build: $$flutter$$/bin/flutter build apk --flavor fdroid
+
+AutoUpdateMode: None
+UpdateCheckMode: None
+CurrentVersion: 0.0.3
+CurrentVersionCode: 3
diff --git a/metadata/com.niparasc.papanikolis.txt b/metadata/com.niparasc.papanikolis.txt
index 8803d8bc57..818888f333 100644
--- a/metadata/com.niparasc.papanikolis.txt
+++ b/metadata/com.niparasc.papanikolis.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://niparasc.blogspot.com
Source Code:https://github.com/niparasc/papanikolis-submarine
Issue Tracker:https://github.com/niparasc/papanikolis-submarine/issues
diff --git a/metadata/com.nltechno.dolidroidpro.txt b/metadata/com.nltechno.dolidroidpro.txt
index df5f0aad47..0f0bf4a599 100644
--- a/metadata/com.nltechno.dolidroidpro.txt
+++ b/metadata/com.nltechno.dolidroidpro.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://framagit.org/eldy/dolidroid
Source Code:https://git.framasoft.org/eldy/dolidroid/tree/develop
Issue Tracker:
@@ -9,6 +9,24 @@ Name:DoliDroid
Summary:Use Dolibarr ERP & CRM
Description:
Use [https://www.dolibarr.org/ Dolibarr ERP & CRM] from your device.
+
+This application is not a standalone program. It is a front end client to use
+your online hosted instance of Dolibarr ERP & CRM software (Open-source web
+software to manage your business). The advantages of DoliDroid are:
+
+* DoliDroid is not a duplicated code of Dolibarr for Android, but rewamps your Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.
+* Upgrading Dolibarr will not break DoliDroid.
+* DoliDroid use embedded image resources of your version, when available, to reduce bandwidth usage.
+* DoliDroid use internal cache for pages that should not change during session (like menu page)
+* Connections parameters (login/password) are saved. No need to enter them each time you use DoliDroid.
+* Integration with your phone or other applications is better (Clicking on a PDF opens the PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)
+* A lot of other enhancement make usability of your Dolibarr from a smartphone better like:
+* Save spaces of the menus bars by replacing the menu with a button always visible to choose your meny entry more friendly.
+* Provide a button, always available, to make a quick search on any item.
+* All visible date use year on 2 chars instead of 4 to save you space.
+* When the popup calendar is opened, the keyword is no more opened if not required like it is on a common browser (Dolibarr v7 required).
+* Components that provide help information on mouse hover are hidden to save space (they are useless without a mouse).
+* A lot of other not useful information are hidden.
.
Repo Type:git
@@ -28,5 +46,5 @@ Build:1.6,28
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:DoliDroid Pro 1.7
-Current Version Code:30
+Current Version:DoliDroid Pro 2.0
+Current Version Code:33
diff --git a/metadata/com.nma.util.sdcardtrac.txt b/metadata/com.nma.util.sdcardtrac.txt
index fa202bbe48..500b0c6d71 100644
--- a/metadata/com.nma.util.sdcardtrac.txt
+++ b/metadata/com.nma.util.sdcardtrac.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/nma83/SDCardTrac
Issue Tracker:https://github.com/nma83/SDCardTrac/issues
diff --git a/metadata/com.nononsenseapps.feeder.txt b/metadata/com.nononsenseapps.feeder.txt
index dac9648bab..263159fcd9 100644
--- a/metadata/com.nononsenseapps.feeder.txt
+++ b/metadata/com.nononsenseapps.feeder.txt
@@ -1,5 +1,5 @@
Categories:Internet,Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/spacecowboy/Feeder
Source Code:https://gitlab.com/spacecowboy/Feeder
Issue Tracker:https://gitlab.com/spacecowboy/Feeder/issues
@@ -178,7 +178,49 @@ Build:1.6.1,29
submodules=yes
gradle=yes
+Build:1.6.2,30
+ commit=1.6.2
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:1.6.3,31
+ commit=1.6.3
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:1.6.4,32
+ commit=1.6.4
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:1.6.5,33
+ commit=1.6.5
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:1.6.6,34
+ commit=1.6.6
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:1.6.7,35
+ commit=1.6.7
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:1.6.8,36
+ commit=1.6.8
+ subdir=app
+ submodules=yes
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.6.1
-Current Version Code:29
+Current Version:1.6.8
+Current Version Code:36
diff --git a/metadata/com.nononsenseapps.notepad.txt b/metadata/com.nononsenseapps.notepad.txt
index c5db0de805..b95914e490 100644
--- a/metadata/com.nononsenseapps.notepad.txt
+++ b/metadata/com.nononsenseapps.notepad.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://www.nononsenseapps.com
Source Code:https://github.com/spacecowboy/NotePad
Issue Tracker:https://github.com/spacecowboy/NotePad/issues
@@ -10,6 +10,24 @@ Auto Name:Notes
Summary:Notepad and todo app with sync support
Description:
Notepad and todo list app with a modern look.
+
+'''Features:'''
+
+* Dash Clock support
+* Notifications (repeatable)
+* Location reminders
+* Language selection
+* Widget, lockscreen-support, resizeable and configurable.
+* Automatic synchronization with Google Tasks
+* Ability to set passwords on notes
+* Move tasks between different lists
+* Drag to reorder your tasks
+* Integration with Android Agenda Widget
+* Search
+* Themes: light and dark available
+
+'''Note:''' This app is no longer developed. You can use [[com.orgzly]] as an
+actively developed note app that can also import your old notes.
.
Repo Type:git
@@ -123,7 +141,10 @@ Maintainer Notes:
* INFO: downgrade gradle for now
* INFO: remove play-sevices
* INFO: verCode is split up, which breaks UCM
+* INFO: this app is no longer developed
.
Auto Update Mode:None
Update Check Mode:None
+Current Version:5.7.2
+Current Version Code:57200
diff --git a/metadata/com.notecryptpro.txt b/metadata/com.notecryptpro.txt
index 11263b1e13..2a957e58a2 100644
--- a/metadata/com.notecryptpro.txt
+++ b/metadata/com.notecryptpro.txt
@@ -1,5 +1,5 @@
Categories:Writing,Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/RyuzakiKK/NoteCrypt
Issue Tracker:https://github.com/RyuzakiKK/NoteCrypt/issues
@@ -39,7 +39,12 @@ Build:1.42,18
subdir=app
gradle=yes
+Build:1.43,19
+ commit=1.43
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.42
-Current Version Code:18
+Current Version:1.43
+Current Version Code:19
diff --git a/metadata/com.notriddle.budget.txt b/metadata/com.notriddle.budget.txt
index 1ce0ec55a7..4c5c57a454 100644
--- a/metadata/com.notriddle.budget.txt
+++ b/metadata/com.notriddle.budget.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://www.notriddle.com
Source Code:https://github.com/notriddle/budget-envelopes
Issue Tracker:https://github.com/notriddle/budget-envelopes/issues
diff --git a/metadata/com.notriddle.null_launcer.txt b/metadata/com.notriddle.null_launcer.txt
index ea7707fce8..17eb7213b3 100644
--- a/metadata/com.notriddle.null_launcer.txt
+++ b/metadata/com.notriddle.null_launcer.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://www.notriddle.com
Source Code:https://github.com/notriddle/null-launcher
Issue Tracker:https://github.com/notriddle/null-launcher/issues
diff --git a/metadata/com.numguesser.tonio_rpchp.numberguesser.txt b/metadata/com.numguesser.tonio_rpchp.numberguesser.txt
index 576a9bb28f..d038dbfc9e 100644
--- a/metadata/com.numguesser.tonio_rpchp.numberguesser.txt
+++ b/metadata/com.numguesser.tonio_rpchp.numberguesser.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/Reepeecheep/NumberGuesser/blob/HEAD/README.md
Source Code:https://github.com/Reepeecheep/NumberGuesser
Issue Tracker:https://github.com/Reepeecheep/NumberGuesser/issues
diff --git a/metadata/com.numix.icons_circle.txt b/metadata/com.numix.icons_circle.txt
index 4b58f78b18..5455a77d26 100644
--- a/metadata/com.numix.icons_circle.txt
+++ b/metadata/com.numix.icons_circle.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeAdd
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/numixproject/com.numix.icons_circle/blob/HEAD/README.md
Source Code:https://github.com/numixproject/com.numix.icons_circle
Issue Tracker:https://github.com/numixproject/com.numix.icons_circle/issues
diff --git a/metadata/com.nutomic.syncthingandroid.txt b/metadata/com.nutomic.syncthingandroid.txt
index c66ee539b6..08dacc1481 100644
--- a/metadata/com.nutomic.syncthingandroid.txt
+++ b/metadata/com.nutomic.syncthingandroid.txt
@@ -636,7 +636,78 @@ Build:0.10.7,4140
ndk=r15c
preassemble=buildNative
+Build:0.10.8,4141
+ commit=0.10.8
+ submodules=yes
+ sudo=apt-get install -y golang-1.9-go/testing && \
+ ln -s /usr/lib/go-1.9/bin/go /usr/bin/go
+ gradle=yes
+ output=app/build/outputs/apk/release/app-release-unsigned.apk
+ prebuild=sed -i -e '/signingConfig/d' app/build.gradle
+ ndk=r15c
+ preassemble=buildNative
+
+Build:0.10.10,4143
+ commit=0.10.10
+ submodules=yes
+ sudo=apt-get install -y golang-1.9-go/testing && \
+ ln -s /usr/lib/go-1.9/bin/go /usr/bin/go
+ gradle=yes
+ output=app/build/outputs/apk/release/app-release-unsigned.apk
+ rm=syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
+ prebuild=sed -i -e '/signingConfig/d' app/build.gradle
+ ndk=r15c
+ preassemble=buildNative
+
+Build:0.10.11,4144
+ commit=0.10.11
+ submodules=yes
+ sudo=apt-get install -y golang-1.9-go/testing && \
+ ln -s /usr/lib/go-1.9/bin/go /usr/bin/go
+ gradle=yes
+ output=app/build/outputs/apk/release/app-release-unsigned.apk
+ rm=syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
+ prebuild=sed -i -e '/signingConfig/d' app/build.gradle
+ ndk=r15c
+ preassemble=buildNative
+
+Build:0.10.12,4145
+ commit=0.10.12
+ submodules=yes
+ sudo=apt-get install -y golang-1.9-go/testing && \
+ ln -s /usr/lib/go-1.9/bin/go /usr/bin/go
+ gradle=yes
+ output=app/build/outputs/apk/release/app-release-unsigned.apk
+ rm=syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
+ prebuild=sed -i -e '/signingConfig/d' app/build.gradle
+ ndk=r15c
+ preassemble=buildNative
+
+Build:0.10.13,4146
+ commit=0.10.13
+ submodules=yes
+ sudo=apt-get install -y golang-1.9-go/testing && \
+ ln -s /usr/lib/go-1.9/bin/go /usr/bin/go
+ gradle=yes
+ output=app/build/outputs/apk/release/app-release-unsigned.apk
+ rm=syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
+ prebuild=sed -i -e '/signingConfig/d' app/build.gradle
+ ndk=r15c
+ preassemble=buildNative
+
+Build:0.10.14,4148
+ commit=0.10.14
+ submodules=yes
+ sudo=apt-get install -y golang-1.9-go/testing && \
+ ln -s /usr/lib/go-1.9/bin/go /usr/bin/go
+ gradle=yes
+ output=app/build/outputs/apk/release/app-release-unsigned.apk
+ rm=syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
+ prebuild=sed -i -e '/signingConfig/d' app/build.gradle
+ ndk=r15c
+ preassemble=buildNative
+
Auto Update Mode:Version %v
Update Check Mode:Tags ^[0-9.]*$
-Current Version:0.10.7
-Current Version Code:4140
+Current Version:0.10.14
+Current Version Code:4148
diff --git a/metadata/com.nutomic.zertman.txt b/metadata/com.nutomic.zertman.txt
index 4b979ceba7..045ba6b4dc 100644
--- a/metadata/com.nutomic.zertman.txt
+++ b/metadata/com.nutomic.zertman.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/Nutomic/movecerts
Issue Tracker:https://github.com/Nutomic/movecerts/issues
diff --git a/metadata/com.oakley.fon.txt b/metadata/com.oakley.fon.txt
index b0b53ac4c9..96d37fa08e 100644
--- a/metadata/com.oakley.fon.txt
+++ b/metadata/com.oakley.fon.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/gjedeer/androidwisprclient/blob/HEAD/README.md
Source Code:https://github.com/gjedeer/androidwisprclient
Issue Tracker:https://github.com/gjedeer/androidwisprclient/issues
@@ -13,6 +13,15 @@ with a username and password using WISPr and supports routers managed by FON and
partners.
Based on the no longer maintained [[com.sputnik.wispr]].
+
+'''Features:'''
+
+* Free Wi-Fi access for members of Fon and its partners
+* Automatically connect to the Fon network whenever a Fon Wi-Fi hotspot is detected
+* Test the speed of the network you are connected to.
+* Save hotspots areas for offline navigation
+* Check your usage statistics
+* Choose to be alerted so you know when you are logged in
.
Repo Type:git
diff --git a/metadata/com.ogsdroid.txt b/metadata/com.ogsdroid.txt
index 47540c4ef0..db1e99437f 100644
--- a/metadata/com.ogsdroid.txt
+++ b/metadata/com.ogsdroid.txt
@@ -46,7 +46,7 @@ Build:1.0.2,5
gradle=yes
Maintainer Notes:
-While the web interface code of online-go.com is under AGPL-3.0+, the rest of
+While the web interface code of online-go.com is under AGPL-3.0-or-later, the rest of
server-side code is not available.
.
diff --git a/metadata/com.omegavesko.sutransplus.txt b/metadata/com.omegavesko.sutransplus.txt
index 29992dcb00..dd2bd1448e 100644
--- a/metadata/com.omegavesko.sutransplus.txt
+++ b/metadata/com.omegavesko.sutransplus.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/omegavesko/SuTransPlus
Issue Tracker:https://github.com/omegavesko/SuTransPlus/issues
diff --git a/metadata/com.onetwofivegames.kungfoobarracuda.txt b/metadata/com.onetwofivegames.kungfoobarracuda.txt
index 358758697b..f91e3a23ca 100644
--- a/metadata/com.onetwofivegames.kungfoobarracuda.txt
+++ b/metadata/com.onetwofivegames.kungfoobarracuda.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://twitter.com/onetwofivegames
Source Code:https://github.com/poseidn/KungFoo
Issue Tracker:https://github.com/poseidn/KungFoo/issues
@@ -9,6 +9,10 @@ Auto Name:Kung Foo Barracuda
Summary:Play a beat'em up arcade game
Description:
Beat'em up arcade for the masses!
+
+Play a classic beat'em up acrade game like it is 1987. This gameplay is combined
+with the vertical scoller madness we all like from our favourite space shooters!
+How high can your score get?
.
Repo Type:git
diff --git a/metadata/com.opendoorstudios.ds4droid.txt b/metadata/com.opendoorstudios.ds4droid.txt
index e5137e67cc..8108d3357d 100644
--- a/metadata/com.opendoorstudios.ds4droid.txt
+++ b/metadata/com.opendoorstudios.ds4droid.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://nds4droid.com
Source Code:https://github.com/jquesnelle/nds4droid
Issue Tracker:https://github.com/jquesnelle/nds4droid/issues
diff --git a/metadata/com.orgzly.txt b/metadata/com.orgzly.txt
index b17a0d6710..bd291cb913 100644
--- a/metadata/com.orgzly.txt
+++ b/metadata/com.orgzly.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://www.orgzly.com/
Source Code:https://github.com/orgzly/orgzly-android
Issue Tracker:https://github.com/orgzly/orgzly-android/issues
@@ -87,7 +87,37 @@ Build:1.6.2,95
subdir=app
gradle=fdroid
+Build:1.6.4,101
+ commit=v1.6.4
+ subdir=app
+ gradle=fdroid
+
+Build:1.6.5,103
+ commit=v1.6.5
+ subdir=app
+ gradle=fdroid
+
+Build:1.6.6,105
+ commit=v1.6.6
+ subdir=app
+ gradle=fdroid
+
+Build:1.6.7,107
+ commit=v1.6.7
+ subdir=app
+ gradle=fdroid
+
+Build:1.6.8,109
+ commit=v1.6.8
+ subdir=app
+ gradle=fdroid
+
+Build:1.6.9,112
+ commit=v1.6.9
+ subdir=app
+ gradle=fdroid
+
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9\.]+$
-Current Version:1.6.2
-Current Version Code:95
+Current Version:1.6.9
+Current Version Code:112
diff --git a/metadata/com.orphan.amplayer.txt b/metadata/com.orphan.amplayer.txt
index 7dcf332e0c..31323a5818 100644
--- a/metadata/com.orphan.amplayer.txt
+++ b/metadata/com.orphan.amplayer.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/abeiro/amplayer.droid
Issue Tracker:https://github.com/abeiro/amplayer.droid/issues
diff --git a/metadata/com.orpheusdroid.screenrecorder.txt b/metadata/com.orpheusdroid.screenrecorder.txt
index afd9a71266..70f1ab3926 100644
--- a/metadata/com.orpheusdroid.screenrecorder.txt
+++ b/metadata/com.orpheusdroid.screenrecorder.txt
@@ -1,8 +1,8 @@
Categories:System
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:https://orpheusdroid.com
-Source Code:https://github.com/vijai1996/screenrecorder
-Issue Tracker:https://github.com/vijai1996/screenrecorder/issues
+Source Code:https://gitlab.com/vijai/screenrecorder
+Issue Tracker:https://gitlab.com/vijai/screenrecorder/issues
Donate:https://paypal.me/vijaichander
Bitcoin:1Cbf61y8XNx3BLWvoZB71x4XgBKB7r8BuB
@@ -28,7 +28,7 @@ screenrecorder@orpheusdroid.com
.
Repo Type:git
-Repo:https://github.com/vijai1996/screenrecorder
+Repo:https://gitlab.com/vijai/screenrecorder
Build:1.1,4
commit=a078649ef3c3a6b53d16b6987a70d99818094a4a
@@ -99,9 +99,22 @@ Build:1.8.5,22
Build:1.8.6,23
commit=1.8.6
subdir=app
- gradle=yes
+ gradle=fdroid
+ prebuild=sed -i -e '/def getAppKey/,/^}/d' -e 's/getAppKey("[_a-z]*")/"\\"\\""/' -e '/versionNameSuffix/d' build.gradle
+
+Build:1.8.7,24
+ commit=1.8.7
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '/def getAppKey/,/^}/d' -e 's/getAppKey("[_a-z]*")/"\\"\\""/' -e '/versionNameSuffix/d' build.gradle
+
+Build:1.8.8,28
+ commit=1.8.8
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '/def getAppKey/,/^}/d' -e 's/getAppKey("[_a-z]*")/"\\"\\""/' -e '/versionNameSuffix/d' build.gradle
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.8.6
-Current Version Code:23
+Current Version:1.8.8
+Current Version Code:28
diff --git a/metadata/com.osmnavigator.txt b/metadata/com.osmnavigator.txt
index f57b44cec4..8c14d69a3d 100644
--- a/metadata/com.osmnavigator.txt
+++ b/metadata/com.osmnavigator.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/MKergall/osmbonuspack
Issue Tracker:https://github.com/MKergall/osmbonuspack/issues
diff --git a/metadata/com.outdoordevs.ellaism.wallet.txt b/metadata/com.outdoordevs.ellaism.wallet.txt
new file mode 100755
index 0000000000..d2abc703cd
--- /dev/null
+++ b/metadata/com.outdoordevs.ellaism.wallet.txt
@@ -0,0 +1,35 @@
+Categories:Money
+License:GPL-3.0-only
+Web Site:https://www.ellaism.org
+Source Code:https://github.com/ellaism/Lunary-Ethereum-Wallet
+Issue Tracker:https://github.com/ellaism/Lunary-Ethereum-Wallet/issues
+
+Auto Name:Ellaism Wallet
+Summary:Ellaism Mobile Wallet
+Description:
+Ellaism has zero pre-mine and has no mandatory developer fees with all support
+and development donated freely by the community. We believe this makes our coin
+one of the most honest pure Ethereum projects, and something that is uniquely
+interesting as a platform for serious developers, educators, and enthusiasts.
+
+The Ellaism Wallet is based on a fork of Lunary Ethereum Wallet, an open source
+secure wallet for Android.
+.
+
+Repo Type:git
+Repo:https://github.com/ellaism/Lunary-Ethereum-Wallet
+
+Build:1.0.4,34
+ commit=v1.0.4
+ subdir=app
+ gradle=fdroid
+
+Build:1.0.5,35
+ commit=v1.0.5
+ subdir=app
+ gradle=fdroid
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.0.5
+Current Version Code:35
diff --git a/metadata/com.owncloud.android.txt b/metadata/com.owncloud.android.txt
index 8ee1496b40..421271639f 100644
--- a/metadata/com.owncloud.android.txt
+++ b/metadata/com.owncloud.android.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://owncloud.org
Source Code:https://github.com/owncloud/android
Issue Tracker:https://github.com/owncloud/android/issues
@@ -11,7 +11,10 @@ Summary:Synchronization client
Description:
ownCloud is a free software package you can install on a server to manage files,
contacts, calendars, music, pictures and much more. This is the official Android
-app which enables you to view and upload files.
+app which enables you to browse all of your ownCloud synced files, create and
+edit new files, share these files and folders with co-workers, and keep the
+contents of those folders in sync across all of your devices. Simply copy a file
+into a directory on your server and ownCloud does the rest.
.
Repo Type:git
@@ -290,6 +293,34 @@ Build:2.7.0-beta.1,20600100
srclibs=TouchImageView@v1.2.0
rm=libs/disklrucache*,owncloud-android-library/libs,user_manual
+Build:2.7.0,20700000
+ commit=oc-android-2.7.0
+ submodules=yes
+ gradle=yes
+ srclibs=TouchImageView@v1.2.0
+ rm=libs/disklrucache*,owncloud-android-library/libs,user_manual
+
+Build:2.8.0-beta.1,20700100
+ commit=oc-android-2.8.0-beta.1
+ submodules=yes
+ gradle=yes
+ srclibs=TouchImageView@v1.2.0
+ rm=libs/disklrucache*,owncloud-android-library/libs,user_manual
+
+Build:2.8.0,20800000
+ commit=oc-android-2.8.0
+ submodules=yes
+ gradle=yes
+ srclibs=TouchImageView@v1.2.0
+ rm=libs/disklrucache*,owncloud-android-library/libs,user_manual
+
+Build:2.9.0-beta.1,20800100
+ commit=oc-android-2.9.0-beta.1
+ submodules=yes
+ gradle=yes
+ srclibs=TouchImageView@v1.2.0
+ rm=libs/disklrucache*,owncloud-android-library/libs,user_manual
+
Maintainer Notes:
Last jar in use is touch-image-view, since apparently it's not in any maven
repo. Verified against upstream at https://github.com/MikeOrtiz/TouchImageView.
@@ -297,5 +328,5 @@ repo. Verified against upstream at https://github.com/MikeOrtiz/TouchImageView.
Auto Update Mode:Version oc-android-%v
Update Check Mode:Tags ^oc-android-[0-9.]*$
-Current Version:2.6.0
-Current Version Code:20600000
+Current Version:2.8.0
+Current Version Code:20800000
diff --git a/metadata/com.palliser.nztides.txt b/metadata/com.palliser.nztides.txt
index 87b8d84bf7..c9dba248c2 100644
--- a/metadata/com.palliser.nztides.txt
+++ b/metadata/com.palliser.nztides.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/jevonlongdell/nztides
Issue Tracker:https://github.com/jevonlongdell/nztides/issues
diff --git a/metadata/com.panaceasupplies.android.games.toytrain.txt b/metadata/com.panaceasupplies.android.games.toytrain.txt
index 97dfee6aab..017dfc12f4 100644
--- a/metadata/com.panaceasupplies.android.games.toytrain.txt
+++ b/metadata/com.panaceasupplies.android.games.toytrain.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://ri-li.sourceforge.net
Source Code:https://github.com/dennis-sheil/commandergenius/tree/toytrain
Issue Tracker:
diff --git a/metadata/com.paranoid.ParanoidWallpapers.txt b/metadata/com.paranoid.ParanoidWallpapers.txt
index 46522c8e6b..bf185fd67c 100644
--- a/metadata/com.paranoid.ParanoidWallpapers.txt
+++ b/metadata/com.paranoid.ParanoidWallpapers.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/ParanoidAndroid/android_packages_apps_ParanoidWallpapers
Issue Tracker:https://github.com/ParanoidAndroid/android_packages_apps_ParanoidWallpapers/issues
diff --git a/metadata/com.passcard.txt b/metadata/com.passcard.txt
index 02ffc4d03d..3a48d3ecc9 100644
--- a/metadata/com.passcard.txt
+++ b/metadata/com.passcard.txt
@@ -1,8 +1,8 @@
Categories:Security,Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://passcard.hda.me/
-Source Code:https://github.com/passcard4android/PassCard
-Issue Tracker:https://github.com/passcard4android/PassCard/issues
+Source Code:https://github.com/cryptofuture/PassCard
+Issue Tracker:https://github.com/cryptofuture/PassCard/issues
Changelog:https://github.com/cryptofuture/PassCard/blob/HEAD/ChangeLog
Bitcoin:1N5czHaoSLukFSTq2ZJujaWGjkmBxv2dT9
@@ -16,7 +16,7 @@ to change your password.
.
Repo Type:git
-Repo:https://github.com/passcard4android/PassCard.git
+Repo:https://github.com/cryptofuture/PassCard.git
Build:1.0,1
commit=56d9adb711c9fcfb6d930f612ac68158605836d0
diff --git a/metadata/com.pavelsikun.runinbackgroundpermissionsetter.txt b/metadata/com.pavelsikun.runinbackgroundpermissionsetter.txt
index 279f828109..aae1164d8d 100644
--- a/metadata/com.pavelsikun.runinbackgroundpermissionsetter.txt
+++ b/metadata/com.pavelsikun.runinbackgroundpermissionsetter.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/MrBIMC/RunInBackgroundPermissionSetter
Issue Tracker:https://github.com/MrBIMC/RunInBackgroundPermissionSetter/issues
diff --git a/metadata/com.pcinpact.txt b/metadata/com.pcinpact.txt
index 3e307e108f..86a4ba8c46 100644
--- a/metadata/com.pcinpact.txt
+++ b/metadata/com.pcinpact.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/AnaelMobilia/NextINpact-Unofficial
Issue Tracker:https://github.com/AnaelMobilia/NextINpact-Unofficial/issues
diff --git a/metadata/com.peppercarrot.runninggame.txt b/metadata/com.peppercarrot.runninggame.txt
index 8a9ff934ad..b09ef30006 100644
--- a/metadata/com.peppercarrot.runninggame.txt
+++ b/metadata/com.peppercarrot.runninggame.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/WinterLicht/PepperAndCarrotRunningGame/blob/HEAD/README.md
Source Code:https://github.com/WinterLicht/PepperAndCarrotRunningGame/
Issue Tracker:https://github.com/WinterLicht/PepperAndCarrotRunningGame/issues
diff --git a/metadata/com.phikal.regex.txt b/metadata/com.phikal.regex.txt
index 35c018d721..d0d6fde412 100644
--- a/metadata/com.phikal.regex.txt
+++ b/metadata/com.phikal.regex.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://github.com/phikal/ReGeX/blob/HEAD/README.md
Source Code:https://github.com/phikal/ReGeX
Issue Tracker:https://github.com/phikal/ReGeX/issues
@@ -9,6 +9,17 @@ Summary:A regular expression matching game
Description:
Try and find a regular expression (Perl style) to match certain strings, while
not matching others.
+
+Currently there are three game modes, that can be selected and configured from
+the settings. These generate Tasks, set limits to how many characters may be
+used, and which solutions are successful an which are not.
+
+All game modes are based on the same concept: the Task to solve will be
+displayed on the screen as soon as possible (near immediately for Random game,
+longer for REDB game), and then the user has to enter a regular expression to
+solve the task. As soon as it fits to conditions, it will be automatically
+submitted, and the next task will generate - no questions asked. The user will
+be notified in case s?he rises up a level.
.
Repo Type:git
diff --git a/metadata/com.philliphsu.clock2.txt b/metadata/com.philliphsu.clock2.txt
index 0f43f27e13..b7d6ca1553 100644
--- a/metadata/com.philliphsu.clock2.txt
+++ b/metadata/com.philliphsu.clock2.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/philliphsu/ClockPlus/blob/HEAD/README.md
Source Code:https://github.com/philliphsu/ClockPlus
Issue Tracker:https://github.com/philliphsu/ClockPlus/issues
diff --git a/metadata/com.philolog.hoplitekeyboard.txt b/metadata/com.philolog.hoplitekeyboard.txt
new file mode 100644
index 0000000000..28e8e46ee3
--- /dev/null
+++ b/metadata/com.philolog.hoplitekeyboard.txt
@@ -0,0 +1,25 @@
+Categories:System
+License:GPL-3.0-or-later
+Web Site:
+Source Code:https://github.com/jeremymarch/HoplitePolytonicKeyboardAndroid
+Issue Tracker:https://github.com/jeremymarch/HoplitePolytonicKeyboardAndroid/issues
+
+Auto Name:Hoplite Polytonic Greek Keyboard
+Summary:A keyboard extension which allows the user to type in Polytonic Greek
+Description:
+A keyboard extension which allows the user to type in Polytonic Greek.
+.
+
+Repo Type:git
+Repo:https://github.com/jeremymarch/HoplitePolytonicKeyboardAndroid.git
+
+Build:1.2.2,20
+ commit=1.2.2
+ subdir=app
+ gradle=yes
+ ndk=r16b
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:1.2.2
+Current Version Code:20
diff --git a/metadata/com.phpsysinfo.txt b/metadata/com.phpsysinfo.txt
index 8198100e8b..797c9f9a2e 100644
--- a/metadata/com.phpsysinfo.txt
+++ b/metadata/com.phpsysinfo.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://rk4an.github.io/psiandroid
Source Code:https://github.com/phpsysinfo/psiandroid
Issue Tracker:https://github.com/phpsysinfo/psiandroid/issues
@@ -9,6 +9,24 @@ Summary:Monitor phpSysInfo
Description:
Little tool allowing you to monitor your
[https://phpsysinfo.github.io/phpsysinfo/ phpSysInfo] system on your phone.
+
+'''Features:'''
+
+* Operating System Information (Version, Uptime, ...)
+* CPU, Memory and Disk usage
+* Multi-host
+* HTTPS
+* Basic/Digest Authentification
+* Temperatures (MotherBoard and IPMI)
+* Fans speed (MotherBoard)
+* Network informations
+* PSStatus
+* SMART
+* RAID
+* UPS
+* UpdateNotifier
+* Printers (SNMP)
+* Auto-Refresh feature (experimental)
.
Repo Type:git
@@ -34,7 +52,25 @@ Build:0.91,910
init=sed -i '/outputFile/,+1d' build.gradle
gradle=yes
+Build:0.94,940
+ commit=v0.94
+ subdir=app
+ init=sed -i '/outputFile/,+1d' build.gradle
+ gradle=yes
+
+Build:0.95,950
+ commit=v0.95
+ subdir=app
+ init=sed -i '/outputFile/,+1d' build.gradle
+ gradle=yes
+
+Build:0.96,960
+ commit=v0.96
+ subdir=app
+ init=sed -i '/outputFile/,+1d' build.gradle
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.91
-Current Version Code:910
+Current Version:0.96
+Current Version Code:960
diff --git a/metadata/com.physphil.android.unitconverterultimate.txt b/metadata/com.physphil.android.unitconverterultimate.txt
index 7405259790..4db2101acf 100644
--- a/metadata/com.physphil.android.unitconverterultimate.txt
+++ b/metadata/com.physphil.android.unitconverterultimate.txt
@@ -64,7 +64,25 @@ Build:5.2,50200
sed -i -e '/gms/d' -e 's/\(repositories {\)/\1 jcenter()/' ../build.gradle && \
sed -i -e '/firebase/d' build.gradle
-Auto Update Mode:None
+Build:5.3.1,50301
+ commit=v5.3.1
+ subdir=app
+ gradle=base
+ prebuild=perl -0 -p -i -e 's|\s*||s' app/src/main/res/xml/preferences.xml && \
+ perl -0 -p -i -e 's|\s*||s' app/src/main/AndroidManifest.xml && \
+ sed -i -e '/gms/d' -e 's/\(repositories {\)/\1 jcenter()/' ../build.gradle && \
+ sed -i -e '/firebase/d' build.gradle
+
+Build:5.3.3,50303
+ commit=v5.3.3
+ subdir=app
+ gradle=base
+ prebuild=perl -0 -p -i -e 's|\s*||s' app/src/main/res/xml/preferences.xml && \
+ perl -0 -p -i -e 's|\s*||s' app/src/main/AndroidManifest.xml && \
+ sed -i -e '/gms/d' -e 's/\(repositories {\)/\1 jcenter()/' ../build.gradle && \
+ sed -i -e '/firebase/d' build.gradle
+
+Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:5.2
-Current Version Code:50200
+Current Version:5.3.3
+Current Version Code:50303
diff --git a/metadata/com.pierreduchemin.punchlinebingo.txt b/metadata/com.pierreduchemin.punchlinebingo.txt
index 8f9875a278..b36795b60b 100644
--- a/metadata/com.pierreduchemin.punchlinebingo.txt
+++ b/metadata/com.pierreduchemin.punchlinebingo.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://gitlab.com/pierreduchemin/punchline-bingo
Issue Tracker:https://gitlab.com/pierreduchemin/punchline-bingo/issues
diff --git a/metadata/com.pikselbit.wrongpinshutdown.txt b/metadata/com.pikselbit.wrongpinshutdown.txt
index 16c713a597..2a614bdd5c 100644
--- a/metadata/com.pikselbit.wrongpinshutdown.txt
+++ b/metadata/com.pikselbit.wrongpinshutdown.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Security
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/squarrel/WrongPinShutdown/blob/HEAD/README.md
Source Code:https://github.com/squarrel/WrongPinShutdown
Issue Tracker:https://github.com/squarrel/WrongPinShutdown/issues
@@ -34,7 +34,7 @@ Maintainer Notes:
Auto Update Mode:None
Update Check Mode:None
-Current Version:1.1
-Current Version Code:2
+Current Version:0
+Current Version Code:0
No Source Since:1.1
diff --git a/metadata/com.pilockerstable.txt b/metadata/com.pilockerstable.txt
index 2885dac75b..3dbcf26c17 100644
--- a/metadata/com.pilockerstable.txt
+++ b/metadata/com.pilockerstable.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://forum.xda-developers.com/showthread.php?p=53218143
Source Code:https://github.com/Pi-Developers/Pi-Locker
Issue Tracker:https://github.com/Pi-Developers/Pi-Locker/issues
diff --git a/metadata/com.pilot51.voicenotify.txt b/metadata/com.pilot51.voicenotify.txt
index ba5f932c72..4ef06430f1 100644
--- a/metadata/com.pilot51.voicenotify.txt
+++ b/metadata/com.pilot51.voicenotify.txt
@@ -54,7 +54,12 @@ Build:1.1.2,22
subdir=app
gradle=yes
+Build:1.1.3,23
+ commit=v1.1.3
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.1.2
-Current Version Code:22
+Current Version:1.1.3
+Current Version Code:23
diff --git a/metadata/com.pindroid.txt b/metadata/com.pindroid.txt
index a0a2011b03..5238c96ea3 100644
--- a/metadata/com.pindroid.txt
+++ b/metadata/com.pindroid.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/maxpower47/PinDroid
Issue Tracker:https://github.com/maxpower47/PinDroid/issues
diff --git a/metadata/com.piratebayfree.txt b/metadata/com.piratebayfree.txt
index cb335baad9..9b21874051 100644
--- a/metadata/com.piratebayfree.txt
+++ b/metadata/com.piratebayfree.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Internet
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://tpbapp.com
Source Code:https://github.com/tpbapp/Pirate-Proxy
Issue Tracker:https://github.com/tpbapp/Pirate-Proxy/issues
diff --git a/metadata/com.piwi.stickeroid.txt b/metadata/com.piwi.stickeroid.txt
index 3ffc53acfa..ac735cd99f 100644
--- a/metadata/com.piwi.stickeroid.txt
+++ b/metadata/com.piwi.stickeroid.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://code.google.com/p/stickeroid
Source Code:https://code.google.com/p/stickeroid/source
Issue Tracker:
diff --git a/metadata/com.pixiv.muzei.pixivsource.txt b/metadata/com.pixiv.muzei.pixivsource.txt
index 44a064708e..12118ab7fc 100644
--- a/metadata/com.pixiv.muzei.pixivsource.txt
+++ b/metadata/com.pixiv.muzei.pixivsource.txt
@@ -1,5 +1,5 @@
Categories:Multimedia,Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/dahlia/muzei-pixiv
Issue Tracker:https://github.com/dahlia/muzei-pixiv/issues
diff --git a/metadata/com.platypus.SAnd.txt b/metadata/com.platypus.SAnd.txt
index da4451afc5..0377ffc478 100644
--- a/metadata/com.platypus.SAnd.txt
+++ b/metadata/com.platypus.SAnd.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/kas70/SAnd/blob/HEAD/README.md
Source Code:https://gitlab.com/kas70/SAnd/tree/HEAD
Issue Tracker:https://gitlab.com/kas70/SAnd/issues
diff --git a/metadata/com.platypus.dicer.txt b/metadata/com.platypus.dicer.txt
index d93770abf6..ebb637262c 100644
--- a/metadata/com.platypus.dicer.txt
+++ b/metadata/com.platypus.dicer.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/kas70/Dicer/blob/HEAD/README.md
Source Code:https://gitlab.com/kas70/Dicer/tree/HEAD
Issue Tracker:https://gitlab.com/kas70/Dicer/issues
diff --git a/metadata/com.pluscubed.matloglibre.txt b/metadata/com.pluscubed.matloglibre.txt
new file mode 100644
index 0000000000..952a794265
--- /dev/null
+++ b/metadata/com.pluscubed.matloglibre.txt
@@ -0,0 +1,46 @@
+Categories:System
+License:GPL-3.0-or-later
+Web Site:https://pluscubed.com
+Source Code:https://github.com/pluscubed/matlog
+Issue Tracker:https://github.com/pluscubed/matlog/issues
+Changelog:https://github.com/pluscubed/matlog/releases
+
+Name:MatLog Libre
+Auto Name:${appName}
+Summary:Material Design logcat reader based on CatLog
+Description:
+Debug your apps. Find error stacktraces. See what your phone is saying about you
+behind your back. It's all there in the system log, aka logcat!
+
+MatLog shows a scrolling (tailed) view of the Android "logcat" system log, hence
+the goofy name. It also allows you to record logs in real time, send logs via
+email, and filter using a variety of criteria.
+
+* Color-coded tag names
+* Easy-to-read column display
+* Real-time search
+* Recording mode (with widget)
+* Save & open from SD card
+* Send logs as email or attachment
+* Auto-scrolls when at the bottom of the screen
+* Search autosuggestions & saved filters
+* Select and save parts of logs
+* Open-source and ad-free
+* Material goodness
+
+^ Above copied from Nolan Lawson's original CatLog app's description.
+.
+
+Repo Type:git
+Repo:https://github.com/pluscubed/matlog.git
+
+Build:1.1.2,7
+ commit=1.1.2
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/firebase/d' -e '/google-services/d' ''../build.gradle build.gradle
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags ^[0-9.]*$
+Current Version:1.1.2
+Current Version Code:7
diff --git a/metadata/com.poinsart.votar.txt b/metadata/com.poinsart.votar.txt
index d1014f45d0..1d541d0ff6 100644
--- a/metadata/com.poinsart.votar.txt
+++ b/metadata/com.poinsart.votar.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:AGPL-3.0+
+License:AGPL-3.0-or-later
Web Site:https://votar.libre-innovation.org
Source Code:https://github.com/stephanepoinsart/votar
Issue Tracker:https://github.com/stephanepoinsart/votar/issues
diff --git a/metadata/com.polipoid.txt b/metadata/com.polipoid.txt
index 435c1e5c9c..a9f8cbdac7 100644
--- a/metadata/com.polipoid.txt
+++ b/metadata/com.polipoid.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/splondike/polipoid
Issue Tracker:https://github.com/splondike/polipoid/issues
diff --git a/metadata/com.politedroid.txt b/metadata/com.politedroid.txt
index 62de924548..b64137194d 100644
--- a/metadata/com.politedroid.txt
+++ b/metadata/com.politedroid.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/miguelvps/PoliteDroid
Issue Tracker:https://github.com/miguelvps/PoliteDroid/issues
diff --git a/metadata/com.poloure.simplerss.txt b/metadata/com.poloure.simplerss.txt
index 9eeec10e6c..3f3ec22b87 100644
--- a/metadata/com.poloure.simplerss.txt
+++ b/metadata/com.poloure.simplerss.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/poloure/rss
Issue Tracker:https://github.com/poloure/rss/issues
@@ -28,5 +28,5 @@ Source code no longer published.
Auto Update Mode:None
Update Check Mode:Static
-Current Version:0.24.12
-Current Version Code:42
+Current Version:0
+Current Version Code:0
diff --git a/metadata/com.poupa.vinylmusicplayer.txt b/metadata/com.poupa.vinylmusicplayer.txt
index c5cbad193e..8571ae7d7c 100644
--- a/metadata/com.poupa.vinylmusicplayer.txt
+++ b/metadata/com.poupa.vinylmusicplayer.txt
@@ -1,10 +1,11 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:Adrien Poupa
Author Email:adrien@poupa.fr
Web Site:https://adrien.poupa.fr
Source Code:https://github.com/AdrienPoupa/VinylMusicPlayer
Issue Tracker:https://github.com/AdrienPoupa/VinylMusicPlayer/issues
+Changelog:https://github.com/AdrienPoupa/VinylMusicPlayer/blob/HEAD/CHANGELOG.md
Auto Name:Vinyl Music Player
Summary:Light and slick material design music player
@@ -32,7 +33,22 @@ Build:0.16.4.4,150
subdir=app
gradle=yes
+Build:0.16.5.2,153
+ commit=0.16.5.2
+ subdir=app
+ gradle=yes
+
+Build:0.17.0,155
+ commit=0.17.0
+ subdir=app
+ gradle=yes
+
+Build:0.18.0,157
+ commit=0.18.0
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:0.16.4.4
-Current Version Code:150
+Current Version:0.18.0
+Current Version Code:157
diff --git a/metadata/com.prhlt.aemus.Read4SpeechExperiments.txt b/metadata/com.prhlt.aemus.Read4SpeechExperiments.txt
index 993381f1c7..903de9888a 100644
--- a/metadata/com.prhlt.aemus.Read4SpeechExperiments.txt
+++ b/metadata/com.prhlt.aemus.Read4SpeechExperiments.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/egranell/Read4SpeechExperiments
Source Code:https://gitlab.com/egranell/Read4SpeechExperiments/tree/HEAD
Issue Tracker:https://gitlab.com/egranell/Read4SpeechExperiments/issues
diff --git a/metadata/com.primokorn.enhancement.txt b/metadata/com.primokorn.enhancement.txt
index b510690e54..9144befbc5 100644
--- a/metadata/com.primokorn.enhancement.txt
+++ b/metadata/com.primokorn.enhancement.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/Primokorn/EnhancementTheme
Source Code:https://gitlab.com/Primokorn/EnhancementTheme/tree/HEAD
Issue Tracker:https://gitlab.com/Primokorn/EnhancementTheme/issues
diff --git a/metadata/com.proch.practicehub.txt b/metadata/com.proch.practicehub.txt
index 31651a7af7..5a73c6d2d3 100644
--- a/metadata/com.proch.practicehub.txt
+++ b/metadata/com.proch.practicehub.txt
@@ -1,7 +1,7 @@
Categories:Multimedia
-License:GPL-3.0
-Web Site:https://code.google.com/p/music-practice-tools
-Source Code:https://code.google.com/p/music-practice-tools/source
+License:GPL-3.0-only
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:Practice Hub
@@ -11,9 +11,6 @@ Tools for musicians, including a chromoatic tuner, a metronome, and a pitch
drone.
.
-Repo Type:git
-Repo:https://code.google.com/p/music-practice-tools
-
Build:1.0,1
commit=109c0bddf346
buildjni=yes
@@ -30,3 +27,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:2.0
Current Version Code:2
+
+No Source Since:2.1
diff --git a/metadata/com.qsp.player.txt b/metadata/com.qsp.player.txt
index 69648eef00..94d6261998 100644
--- a/metadata/com.qsp.player.txt
+++ b/metadata/com.qsp.player.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://qsp.su
Source Code:https://qsp-android-player.googlecode.com
Issue Tracker:http://qsp.su/index.php?option=com_agora&task=topic&id=128&Itemid=57
diff --git a/metadata/com.quaap.audiometer.txt b/metadata/com.quaap.audiometer.txt
index 1ef297eb1a..dbf53b59a1 100644
--- a/metadata/com.quaap.audiometer.txt
+++ b/metadata/com.quaap.audiometer.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://quaap.com/D/AudioMeter
Source Code:https://github.com/quaap/AudioMeter
Issue Tracker:https://github.com/quaap/AudioMeter/issues
@@ -12,6 +12,15 @@ A simple VU-style audio meter. You can choose from several formulas to allow
the meter to work in low- and high-noise level enviromnents.
I noticed there was no audio meter in F-Droid, so I thought I'd build one.
+
+The app offers a few ways to calculate the audio level to display:
+
+* dBFS: Decibels relative to Full Scale.
+* RMS: Root Mean Square. This is arguable the most correct, but it is a little insensitive at low volumes.
+* LogRMS: Natural log of RMS: My first attempt to even out the scale. It's a little too sensitive to noisy mics.
+* SqrtRMS: Squareroot of RMS: My second attempt to even out RMS: it seems to works best.
+* Max: Simply find the loudest bit of each sample. Most responsive, but will peg the scale on noisey places.
+* Avg: Simple average of the sound.
.
Repo Type:git
diff --git a/metadata/com.quaap.bookymcbookface.txt b/metadata/com.quaap.bookymcbookface.txt
index ce7a157e13..0fc78c456a 100644
--- a/metadata/com.quaap.bookymcbookface.txt
+++ b/metadata/com.quaap.bookymcbookface.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/quaap/BookyMcBookface
Source Code:https://github.com/quaap/BookyMcBookface
Issue Tracker:https://github.com/quaap/BookyMcBookface/issues
@@ -7,12 +7,6 @@ Changelog:https://github.com/quaap/BookyMcBookface/releases
Donate:https://paypal.me/quaap
Auto Name:Booky McBookface
-Summary:An extremely unfancy and very basic ebook reader
-Description:
-A simple, very unfancy (and somewhat deficient) e-book reader. Loads epub, txt,
-and html books. See [https://github.com/quaap/BookyMcBookface Github] for the
-full feature list and instructions.
-.
Repo Type:git
Repo:https://github.com/quaap/BookyMcBookface
@@ -32,7 +26,27 @@ Build:0.3.2,32
subdir=app
gradle=yes
+Build:0.3.4,34
+ commit=v0.3.4
+ subdir=app
+ gradle=yes
+
+Build:0.3.5,35
+ commit=v0.3.5
+ subdir=app
+ gradle=yes
+
+Build:0.4.0,40
+ commit=v0.4.0
+ subdir=app
+ gradle=yes
+
+Build:0.4.1,410
+ commit=v0.4.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9\.]+$
-Current Version:0.3.2
-Current Version Code:32
+Current Version:0.4.1
+Current Version Code:410
diff --git a/metadata/com.quaap.computationaldemonology.txt b/metadata/com.quaap.computationaldemonology.txt
index b7de9234e9..7ca5488e73 100644
--- a/metadata/com.quaap.computationaldemonology.txt
+++ b/metadata/com.quaap.computationaldemonology.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://quaap.com/D/ComputationalDemonology
Source Code:https://github.com/quaap/ComputationalDemonology
Issue Tracker:https://github.com/quaap/ComputationalDemonology/issues
diff --git a/metadata/com.quaap.dodatheexploda.txt b/metadata/com.quaap.dodatheexploda.txt
index 0166f484fa..15f9a01078 100644
--- a/metadata/com.quaap.dodatheexploda.txt
+++ b/metadata/com.quaap.dodatheexploda.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://quaap.com/D/DodaTheExploda
Source Code:https://github.com/quaap/DodaTheExploda
Issue Tracker:https://github.com/quaap/DodaTheExploda/issues
@@ -30,7 +30,12 @@ Build:0.2,2
subdir=app
gradle=yes
+Build:0.3,3
+ commit=v0.3
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9\.]+$
-Current Version:0.2
-Current Version Code:2
+Current Version:0.3
+Current Version Code:3
diff --git a/metadata/com.quaap.fishberserker.txt b/metadata/com.quaap.fishberserker.txt
index 88943703ea..c7ac762770 100644
--- a/metadata/com.quaap.fishberserker.txt
+++ b/metadata/com.quaap.fishberserker.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://quaap.com/D/SeafoodBerserker
Source Code:https://github.com/quaap/SeafoodBerserker
Issue Tracker:https://github.com/quaap/SeafoodBerserker/issues
@@ -7,19 +7,6 @@ Changelog:https://github.com/quaap/SeafoodBerserker/releases
Donate:https://paypal.me/quaap
Auto Name:Seafood Berserker!
-Summary:Seafood Berserker
-Description:
-No ninjas, no fruit. Just heavy-metal Vikings who love to slice seafood!
-
-Slice all the seafood from entering your Viking ship, but don't chop the
-anchors! It has two modes, "Classic" where you lose a life for each missed
-food, and "arcade" where you just go for points.
-
-I started this game a long time ago as a joke, but illness and family matters
-eventually made it so I couldn't finish it. So I just cleaned it up a bit and
-published it now because I'm not sure when I'll get back to it! I hope someone
-can enjoy it!
-.
Repo Type:git
Repo:https://github.com/quaap/SeafoodBerserker
@@ -40,7 +27,12 @@ Build:0.2.2,22
subdir=app
gradle=yes
+Build:0.2.3,23
+ commit=v0.2.3
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9\.]+$
-Current Version:0.2.2
-Current Version Code:22
+Current Version:0.2.3
+Current Version Code:23
diff --git a/metadata/com.quaap.launchtime.txt b/metadata/com.quaap.launchtime.txt
index 50eef1a24e..34c5bd27bb 100644
--- a/metadata/com.quaap.launchtime.txt
+++ b/metadata/com.quaap.launchtime.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://quaap.com/D/LaunchTime
Source Code:https://github.com/quaap/LaunchTime
Issue Tracker:https://github.com/quaap/LaunchTime/issues
@@ -7,18 +7,6 @@ Changelog:https://github.com/quaap/LaunchTime/releases
Donate:https://paypal.me/quaap
Auto Name:LaunchTime
-Summary:Organize your homescreen and apps
-Description:
-Alternative homescreen/launcher which features a side menu used to automatically
-and manually organize your apps into common-sense and customizable categories.
-It also includes appwidget support, text search for apps, a QuickBar, homescreen
-shortcuts/links, recent apps list, UI color configurations, and portrait and
-landscape support.
-
-In version 7, there is beta support for adw/nova/apex iconpacks, icon and app
-label customization, icon tinting, built-in themes, and Android 7.1 action
-shortcuts.
-.
Repo Type:git
Repo:https://github.com/quaap/LaunchTime
@@ -98,7 +86,37 @@ Build:0.7.5,75
subdir=app
gradle=yes
+Build:0.7.6,76
+ commit=v0.7.6
+ subdir=app
+ gradle=yes
+
+Build:0.8.0,801
+ commit=v0.8.0
+ subdir=app
+ gradle=yes
+
+Build:0.8.1,810
+ commit=v0.8.1
+ subdir=app
+ gradle=yes
+
+Build:0.8.2,820
+ commit=v0.8.2
+ subdir=app
+ gradle=yes
+
+Build:0.8.3,830
+ commit=v0.8.3
+ subdir=app
+ gradle=yes
+
+Build:0.8.4,840
+ commit=v0.8.4
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9\.]+$
-Current Version:0.7.5
-Current Version Code:75
+Current Version:0.8.4
+Current Version Code:840
diff --git a/metadata/com.quaap.phonefonefun.txt b/metadata/com.quaap.phonefonefun.txt
index d4ed024bb9..5a4d2e2c2c 100644
--- a/metadata/com.quaap.phonefonefun.txt
+++ b/metadata/com.quaap.phonefonefun.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://quaap.com/D/PhoneFoneFun
Source Code:https://github.com/quaap/PhoneFoneFun
Issue Tracker:https://github.com/quaap/PhoneFoneFun/issues
@@ -12,6 +12,9 @@ Description:
A simple play phone/fone for young children. Makes accurate phone noises and can
also speak using Text-to-speech. I've tested with my own 2.5 year-old, and he
loves it!
+
+Creates a standard "old-school" cell phone which can beep like a real phone, say
+numbers and make a fake conversation (using text-to-speech).
.
Repo Type:git
@@ -22,7 +25,12 @@ Build:1.2,12
subdir=app
gradle=yes
+Build:1.3,13
+ commit=v1.3
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9\.]+$
-Current Version:1.2
-Current Version Code:12
+Current Version:1.3
+Current Version Code:13
diff --git a/metadata/com.quaap.primary.txt b/metadata/com.quaap.primary.txt
index ee55ece351..f2c32fd2aa 100644
--- a/metadata/com.quaap.primary.txt
+++ b/metadata/com.quaap.primary.txt
@@ -1,5 +1,5 @@
Categories:Science & Education,Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://quaap.com/D/Primary
Source Code:https://github.com/quaap/Primary
Issue Tracker:https://github.com/quaap/Primary/issues
@@ -45,7 +45,12 @@ Build:0.3.2,32
subdir=app
gradle=yes
+Build:0.3.3,33
+ commit=v0.3.3
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.3.2
-Current Version Code:32
+Current Version:0.3.3
+Current Version Code:33
diff --git a/metadata/com.quran.labs.androidquran.txt b/metadata/com.quran.labs.androidquran.txt
index 14ad57dd61..dfa2f2a2a3 100644
--- a/metadata/com.quran.labs.androidquran.txt
+++ b/metadata/com.quran.labs.androidquran.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://android.quran.com/
Source Code:https://github.com/quran/quran_android
Issue Tracker:https://github.com/quran/quran_android/issues
@@ -37,5 +37,5 @@ Build:2.7.2,272
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:2.8.0-p1
-Current Version Code:2801
+Current Version:2.9.1-p1
+Current Version Code:2911
diff --git a/metadata/com.radioreddit.android.txt b/metadata/com.radioreddit.android.txt
index 6213151a07..ac9ee6d112 100644
--- a/metadata/com.radioreddit.android.txt
+++ b/metadata/com.radioreddit.android.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/chris-blay/radio-reddit-for-Android
Issue Tracker:https://github.com/chris-blay/radio-reddit-for-Android/issues
diff --git a/metadata/com.radiostudent.radiostudentstream.txt b/metadata/com.radiostudent.radiostudentstream.txt
index be1594e9f7..9f2ec72804 100644
--- a/metadata/com.radiostudent.radiostudentstream.txt
+++ b/metadata/com.radiostudent.radiostudentstream.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/RadioStudent/RadioStudent-Android
Issue Tracker:https://github.com/RadioStudent/RadioStudent-Android/issues
diff --git a/metadata/com.rareventure.gps2.txt b/metadata/com.rareventure.gps2.txt
index bac321b05f..4d21c9f86b 100644
--- a/metadata/com.rareventure.gps2.txt
+++ b/metadata/com.rareventure.gps2.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/redfish64/TinyTravelTracker
Issue Tracker:https://github.com/redfish64/TinyTravelTracker/issues
@@ -412,7 +412,25 @@ Build:1.1.37,80
gradle=yes
scanignore=app/src/main/resources/org/joda/time/tz/data,app/src/main/assets/fonts
+Build:1.1.38,81
+ commit=v1.1.38
+ subdir=app
+ gradle=yes
+ scanignore=app/src/main/resources/org/joda/time/tz/data,app/src/main/assets/fonts
+
+Build:1.1.39,82
+ commit=v1.1.39
+ subdir=app
+ gradle=yes
+ scanignore=app/src/main/resources/org/joda/time/tz/data,app/src/main/assets/fonts
+
+Build:1.1.40,83
+ commit=v1.1.40
+ subdir=app
+ gradle=yes
+ scanignore=app/src/main/resources/org/joda/time/tz/data,app/src/main/assets/fonts
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.1.37
-Current Version Code:80
+Current Version:1.1.40
+Current Version Code:83
diff --git a/metadata/com.rascarlo.aurdroid.txt b/metadata/com.rascarlo.aurdroid.txt
index b93fee816f..a310f30b61 100644
--- a/metadata/com.rascarlo.aurdroid.txt
+++ b/metadata/com.rascarlo.aurdroid.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/rascarlo/AURdroid
Issue Tracker:https://github.com/rascarlo/AURdroid/issues
@@ -45,7 +45,17 @@ Build:4.1.3,8
subdir=app
gradle=yes
+Build:4.1.4,9
+ commit=v4.1.4
+ subdir=app
+ gradle=yes
+
+Build:4.1.5,10
+ commit=v4.1.5
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:4.1.3
-Current Version Code:8
+Current Version:4.1.5
+Current Version Code:10
diff --git a/metadata/com.rastating.droidbeard.txt b/metadata/com.rastating.droidbeard.txt
index 27337ce677..6de5d19102 100644
--- a/metadata/com.rastating.droidbeard.txt
+++ b/metadata/com.rastating.droidbeard.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.droidbeard.com
Source Code:https://github.com/rastating/DroidBeard
Issue Tracker:https://github.com/rastating/DroidBeard/issues
@@ -8,7 +8,14 @@ Auto Name:DroidBeard
Summary:Manage SickBeard installations
Description:
Managing your [http://sickbeard.com/ SickBeard] installation either at home or
-remotely.
+remotely. Current features include:
+
+* Add new shows from your Android device
+* See upcoming episodes
+* View snatch and download history
+* Manage episode statuses and force searches
+* Supports multiple profiles so you can manage multiple Sick Beard installations
+* Support for Sick Rage specific API
.
Repo Type:git
diff --git a/metadata/com.ratebeer.android.txt b/metadata/com.ratebeer.android.txt
index a73e1adc3c..9167d8ee81 100644
--- a/metadata/com.ratebeer.android.txt
+++ b/metadata/com.ratebeer.android.txt
@@ -1,6 +1,6 @@
Disabled:non-free, little chance we'll ever build it
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://www.ratebeer.com
Source Code:https://github.com/erickok/ratebeer
Issue Tracker:https://github.com/erickok/ratebeer/issues
diff --git a/metadata/com.reddyetwo.hashmypass.app.txt b/metadata/com.reddyetwo.hashmypass.app.txt
index d16709a538..21abdf024d 100644
--- a/metadata/com.reddyetwo.hashmypass.app.txt
+++ b/metadata/com.reddyetwo.hashmypass.app.txt
@@ -1,5 +1,5 @@
Categories:Security,Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/gustavomondron/twik/blob/HEAD/README.md
Source Code:https://github.com/gustavomondron/twik
Issue Tracker:https://github.com/gustavomondron/twik/issues
diff --git a/metadata/com.redirectapps.tvkill.txt b/metadata/com.redirectapps.tvkill.txt
index 14a7764a44..8de5d79592 100644
--- a/metadata/com.redirectapps.tvkill.txt
+++ b/metadata/com.redirectapps.tvkill.txt
@@ -1,5 +1,5 @@
Categories:Multimedia,System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/42SK/TVKILL
Issue Tracker:https://github.com/42SK/TVKILL/issues
@@ -10,6 +10,18 @@ Description:
Turn off supported TVs using your device's built-in IR-blaster. The app basicly
transmits a variety of off-patterns for different TVs successively, which will
cause most TVs to power down.
+
+If you activate the repetitive-mode, your phone will transmit the off signals
+over and over again, even when you close the Application or lock your screen.
+This way, you can simply deploy your phone in front of a TV and the TV will turn
+itself off again whenever somebody tries to switch it on. (Great for private
+screening events)
+
+You can also select an off-pattern that only affects devices from a single
+manufacturer, in case you want to turn-off a TV from a specific brand.
+
+TV KILL also includes a widget for your home screen, so you don't even have to
+open the app to turn a TV off.
.
Repo Type:git
@@ -76,7 +88,17 @@ Build:1.2.5,21
subdir=app
gradle=yes
+Build:1.3.1,23
+ commit=v1.3.1
+ subdir=app
+ gradle=yes
+
+Build:1.3.2,24
+ commit=v1.3.2
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.2.5
-Current Version Code:21
+Current Version:1.3.2
+Current Version Code:24
diff --git a/metadata/com.rehanced.lunary.txt b/metadata/com.rehanced.lunary.txt
index 13bcfecd92..843afc03f8 100644
--- a/metadata/com.rehanced.lunary.txt
+++ b/metadata/com.rehanced.lunary.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Money,Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/manuelsc/Lunary-Ethereum-Wallet
Issue Tracker:https://github.com/manuelsc/Lunary-Ethereum-Wallet/issues
diff --git a/metadata/com.reicast.emulator.txt b/metadata/com.reicast.emulator.txt
index 0cdc04d47b..13266c2e19 100644
--- a/metadata/com.reicast.emulator.txt
+++ b/metadata/com.reicast.emulator.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Games
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://reicast.com
Source Code:https://github.com/reicast/reicast-emulator
Issue Tracker:https://github.com/reicast/reicast-emulator/issues
diff --git a/metadata/com.replica.replicaisland.txt b/metadata/com.replica.replicaisland.txt
index 853af7c906..9bab7385a5 100644
--- a/metadata/com.replica.replicaisland.txt
+++ b/metadata/com.replica.replicaisland.txt
@@ -1,7 +1,7 @@
Categories:Games
License:Apache-2.0
Web Site:http://www.replicaisland.net
-Source Code:https://code.google.com/p/replicaisland/source
+Source Code:
Issue Tracker:
Auto Name:Replica Island
@@ -13,9 +13,6 @@ unique, challenging game play, Replica Island is a new take on the classic
platformer genre.
.
-Repo Type:git-svn
-Repo:https://replicaisland.googlecode.com/svn/trunk
-
Build:1.4,14
commit=7
@@ -23,3 +20,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:1.4
Current Version Code:14
+
+No Source Since:1.5
diff --git a/metadata/com.retroarch.txt b/metadata/com.retroarch.txt
index ef1047a2b6..b8592c2e6e 100644
--- a/metadata/com.retroarch.txt
+++ b/metadata/com.retroarch.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://www.libretro.com
Source Code:https://github.com/libretro/RetroArch
Issue Tracker:https://github.com/libretro/RetroArch/issues
diff --git a/metadata/com.rfo.basic.txt b/metadata/com.rfo.basic.txt
index 2777d56e3e..3ad6b8a2c6 100644
--- a/metadata/com.rfo.basic.txt
+++ b/metadata/com.rfo.basic.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/ibinshoid/LASKmobile
Issue Tracker:https://github.com/ibinshoid/LASKmobile/issues
diff --git a/metadata/com.rhiannonweb.android.migrainetracker.txt b/metadata/com.rhiannonweb.android.migrainetracker.txt
index dadb3ff54f..5930f98cf7 100644
--- a/metadata/com.rhiannonweb.android.migrainetracker.txt
+++ b/metadata/com.rhiannonweb.android.migrainetracker.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://sourceforge.net/projects/migrainetracker
Source Code:https://sourceforge.net/p/migrainetracker/code
Issue Tracker:https://sourceforge.net/p/migrainetracker/tickets/
diff --git a/metadata/com.ridgelineapps.resdicegame.txt b/metadata/com.ridgelineapps.resdicegame.txt
index b63b6a92a3..e45151649e 100644
--- a/metadata/com.ridgelineapps.resdicegame.txt
+++ b/metadata/com.ridgelineapps.resdicegame.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeAssets
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/Bubu/android-dice-game
Issue Tracker:https://github.com/Bubu/android-dice-game/issues
diff --git a/metadata/com.rigid.birthdroid.txt b/metadata/com.rigid.birthdroid.txt
index c86e86e2e5..47feba13ec 100644
--- a/metadata/com.rigid.birthdroid.txt
+++ b/metadata/com.rigid.birthdroid.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/rigid/Birthdroid/blob/HEAD/README.md
Source Code:https://github.com/rigid/Birthdroid
Issue Tracker:https://github.com/rigid/Birthdroid/issues
diff --git a/metadata/com.robert.maps.txt b/metadata/com.robert.maps.txt
index 1fe733bd61..d2c7be5581 100644
--- a/metadata/com.robert.maps.txt
+++ b/metadata/com.robert.maps.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://robertdeveloper.blogspot.com/2009/08/rmaps.html
Source Code:https://github.com/RobertDeveloper/RMaps.0.9.x
Issue Tracker:https://github.com/RobertDeveloper/RMaps.0.9.x/issues
diff --git a/metadata/com.rockbyte.arxiv.txt b/metadata/com.rockbyte.arxiv.txt
new file mode 100644
index 0000000000..3c9870c7cf
--- /dev/null
+++ b/metadata/com.rockbyte.arxiv.txt
@@ -0,0 +1,38 @@
+Categories:Science & Education
+License:Apache-2.0
+Web Site:https://lopespm.github.io/arxiv-papers-mobile
+Source Code:https://github.com/lopespm/arxiv-papers-mobile
+Issue Tracker:https://github.com/lopespm/arxiv-papers-mobile/issues
+Bitcoin:1jokQaTneW1KCbCWsMdVtvPv6oSJ1H3tF
+
+Auto Name:arXiv Papers
+Summary:Search, download and save arXiv scientific papers
+Description:
+Quickly search through a wealth of scientific papers offered by arXiv. Those you
+choose to download are kept at easy reach to consult and see.
+
+App built using react native.
+.
+
+Repo Type:git
+Repo:https://github.com/lopespm/arxiv-papers-mobile
+
+Build:1.0-no-google-play,9
+ commit=v1.0-no-google-play
+ subdir=android/app
+ 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/
+ gradle=yes
+ prebuild=npm install && \
+ truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel && \
+ rm ../../node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar ../../node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar && \
+ rm -rf ../../node_modules/react-native-snackbar/android/build/
+ scanignore=android/build.gradle
+ scandelete=node_modules
+
+Auto Update Mode:None
+Update Check Mode:Tags
+Current Version:1.0-no-google-play
+Current Version Code:9
diff --git a/metadata/com.rogerbassonsrenart.paddletennis.txt b/metadata/com.rogerbassonsrenart.paddletennis.txt
index 9451d7d980..a215fd58e1 100644
--- a/metadata/com.rogerbassonsrenart.paddletennis.txt
+++ b/metadata/com.rogerbassonsrenart.paddletennis.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/rogerbassons/PaddleTennisAndroid
Source Code:https://gitlab.com/rogerbassons/PaddleTennisAndroid/tree/HEAD
Issue Tracker:https://gitlab.com/rogerbassons/PaddleTennisAndroid/issues
diff --git a/metadata/com.roguetemple.hydroid.txt b/metadata/com.roguetemple.hydroid.txt
index 1f727364f3..36ddf8c56c 100644
--- a/metadata/com.roguetemple.hydroid.txt
+++ b/metadata/com.roguetemple.hydroid.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://www.roguetemple.com/z/hydra/hydroid.php
Source Code:https://bitbucket.org/dalb8/hydra-slayer
Issue Tracker:
diff --git a/metadata/com.roguetemple.hyperroid.txt b/metadata/com.roguetemple.hyperroid.txt
index 2a5d2b37c3..2a8bb55cc4 100644
--- a/metadata/com.roguetemple.hyperroid.txt
+++ b/metadata/com.roguetemple.hyperroid.txt
@@ -1,8 +1,8 @@
Categories:Games
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://www.roguetemple.com/z/hyper.php
-Source Code:https://bitbucket.org/dalb8/hyperrogue-iii-for-android
-Issue Tracker:
+Source Code:https://github.com/zenorogue/hyperrogue
+Issue Tracker:https://github.com/zenorogue/hyperrogue/issues
Donate:http://www.roguetemple.com/z/hyper.php
Auto Name:HyperRogue
@@ -19,8 +19,8 @@ from getting yourself killed accidentally by ignoring moves which lead to
instant death (similar to the check rule from Chess).
.
-Repo Type:hg
-Repo:https://bitbucket.org/dalb8/hyperrogue-iii-for-android
+Repo Type:git
+Repo:https://github.com/zenorogue/hyperrogue.git
Build:3.7,370
commit=2
@@ -50,7 +50,29 @@ Build:6.6,661
rm=app/src/main/jni/hyper
scanignore=app/src/main/orig/langen
-Auto Update Mode:None
-Update Check Mode:RepoManifest
-Current Version:6.6
-Current Version Code:661
+Build:10.4b,10042
+ commit=v10.4b
+ subdir=hyperroid/app
+ gradle=yes
+ prebuild=sed -i -e "s/abiFilters .*/abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'/" build.gradle
+ scandelete=hyper.exe
+ build=pushd .. && \
+ bash copy.sh && \
+ popd
+ ndk=r17b
+
+Build:10.4t,10420
+ disable=error: use of undeclared identifier 'hashval'
+ commit=10.4t
+ subdir=hyperroid/app
+ gradle=yes
+ prebuild=sed -i -e "s/abiFilters .*/abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'/" build.gradle
+ build=pushd .. && \
+ bash copy.sh && \
+ popd
+ ndk=r17b
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:10.4t
+Current Version Code:10420
diff --git a/metadata/com.rubenwardy.minetestmodmanager.txt b/metadata/com.rubenwardy.minetestmodmanager.txt
index 9ebb2ebaf1..d9ad8bbda4 100644
--- a/metadata/com.rubenwardy.minetestmodmanager.txt
+++ b/metadata/com.rubenwardy.minetestmodmanager.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
Author Name:rubenwardy
Web Site:http://rubenwardy.com/mtmods4android/
Source Code:https://github.com/rubenwardy/mtmods4android
@@ -10,6 +10,9 @@ Summary:Minetest Mods manager
Description:
Install and update Minetest mods.
+Minetest is intended to be modded. Let our mod finder help you find and download
+mods to play. There are over a thousand mods to choose from!
+
The app depends on a free network service, see
[https://github.com/rubenwardy/mtmods4android_server source code] and
[http://app-mtmm.rubenwardy.com/ website] for more details.
diff --git a/metadata/com.saha.batchuninstaller.txt b/metadata/com.saha.batchuninstaller.txt
new file mode 100644
index 0000000000..e509760480
--- /dev/null
+++ b/metadata/com.saha.batchuninstaller.txt
@@ -0,0 +1,29 @@
+Categories:System
+License:GPL-3.0-only
+Web Site:
+Source Code:https://github.com/sarbajitsaha/Batch-Uninstaller
+Issue Tracker:https://github.com/sarbajitsaha/Batch-Uninstaller/issues
+Bitcoin:3GRYNKRUFsefuvKuTycgbMjB4DFxUXVys4
+
+Auto Name:Batch Uninstaller
+Summary:Uninstall multiple applications at once
+Description:
+Batch Uninstaller allows you to uninstall multiple apps at once. If root
+permission is not available, you can still delete multiple apps a lot quicker
+than you can using the native android implementation. However, you will be
+prompted for each app uninstalled. Non Root users can not uninstall system apps.
+This is a limitation with the Android Operating system.
+.
+
+Repo Type:git
+Repo:https://github.com/sarbajitsaha/Batch-Uninstaller.git
+
+Build:0.9,1
+ commit=0.92
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:0.9
+Current Version Code:1
diff --git a/metadata/com.samsung.srpol.txt b/metadata/com.samsung.srpol.txt
index 8a10b06379..e902b1182a 100644
--- a/metadata/com.samsung.srpol.txt
+++ b/metadata/com.samsung.srpol.txt
@@ -1,5 +1,5 @@
Categories:Science & Education,Security,System
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:https://edukacjamedialna.edu.pl/info/aplikacje-mobilne
Source Code:https://git.mdrn.pl/mobilnebezpieczenstwo.git
Issue Tracker:http://redmine.nowoczesnapolska.org.pl/projects/mobilesec/issues
diff --git a/metadata/com.samwhited.opensharelocationplugin.txt b/metadata/com.samwhited.opensharelocationplugin.txt
index 9ba55e9f1d..97373c3427 100644
--- a/metadata/com.samwhited.opensharelocationplugin.txt
+++ b/metadata/com.samwhited.opensharelocationplugin.txt
@@ -19,24 +19,29 @@ Repo Type:git
Repo:https://bitbucket.org/SamWhited/opensharelocationplugin.git
Build:1.1.1,3
+ disable=remove on developer request
commit=v1.1.1
gradle=yes
Build:1.1.2,4
+ disable=remove on developer request
commit=v1.1.2
gradle=yes
Build:1.1.3,5
+ disable=remove on developer request
commit=v1.1.3
gradle=yes
Build:1.2.0-beta3,6
+ disable=remove on developer request
commit=v1.2.0-beta3
gradle=yes
prebuild=mkdir -p src/main/assets && \
cp ./LICENSE src/main/assets/
Build:2.0.1,8
+ disable=remove on developer request
commit=v2.0.1
gradle=yes
prebuild=mkdir -p src/main/assets && \
@@ -44,6 +49,7 @@ Build:2.0.1,8
sed -i -e '/applicationVariants/,+10d' build.gradle
Build:2.1.1,10
+ disable=remove on developer request
commit=v2.1.1
gradle=yes
prebuild=mkdir -p src/main/assets && \
@@ -51,6 +57,7 @@ Build:2.1.1,10
sed -i -e '/applicationVariants/,+10d' build.gradle
Build:2.2.0,11
+ disable=remove on developer request
commit=v2.2.0
gradle=yes
prebuild=mkdir -p src/main/assets && \
@@ -58,6 +65,7 @@ Build:2.2.0,11
sed -i -e '/applicationVariants/,+11d' build.gradle
Build:2.3.0,12
+ disable=remove on developer request
commit=v2.3.0
gradle=yes
prebuild=sed -i -e "s/thunderforestAPIKey/\'\"abc\"\'/" build.gradle && \
@@ -65,6 +73,7 @@ Build:2.3.0,12
sed -i -e "/Cycle Map/d" src/main/res/values/strings.xml
Build:2.3.1,13
+ disable=remove on developer request
commit=v2.3.1
gradle=yes
prebuild=sed -i -e "s/thunderforestAPIKey/\'\"abc\"\'/" build.gradle && \
@@ -72,6 +81,7 @@ Build:2.3.1,13
sed -i -e "/Cycle Map/d" src/main/res/values/strings.xml
Build:2.3.2,14
+ disable=remove on developer request
commit=v2.3.2
gradle=yes
prebuild=sed -i -e "s/thunderforestAPIKey/\'\"abc\"\'/" build.gradle && \
@@ -79,6 +89,7 @@ Build:2.3.2,14
sed -i -e "/Cycle Map/d" src/main/res/values/strings.xml
Build:2.4.0,15
+ disable=remove on developer request
commit=v2.4.0
gradle=yes
prebuild=sed -i -e "s/thunderforestAPIKey/\'\"abc\"\'/" build.gradle && \
@@ -86,6 +97,7 @@ Build:2.4.0,15
sed -i -e "/Cycle Map/d" src/main/res/values/strings.xml
Build:2.4.1,16
+ disable=remove on developer request
commit=v2.4.1
gradle=yes
prebuild=sed -i -e "s/thunderforestAPIKey/\'\"abc\"\'/" build.gradle && \
@@ -108,6 +120,6 @@ for an example.
Archive Policy:0 versions
Auto Update Mode:None
-Update Check Mode:Tags
+Update Check Mode:None
Current Version:2.4.1
Current Version Code:16
diff --git a/metadata/com.sandeel.bushidoblocks.txt b/metadata/com.sandeel.bushidoblocks.txt
index ab53ca881c..1c9d92bf3b 100644
--- a/metadata/com.sandeel.bushidoblocks.txt
+++ b/metadata/com.sandeel.bushidoblocks.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/sandeel/Bushido-Blocks
Issue Tracker:https://github.com/sandeel/Bushido-Blocks/issues
diff --git a/metadata/com.sapientech.mediagoblin.txt b/metadata/com.sapientech.mediagoblin.txt
index b091aab8c7..37c6e13a48 100644
--- a/metadata/com.sapientech.mediagoblin.txt
+++ b/metadata/com.sapientech.mediagoblin.txt
@@ -1,5 +1,5 @@
Categories:Multimedia,Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://mediagoblin.org
Source Code:https://notabug.org/SapienTech/MediaGoblinApp
Issue Tracker:https://notabug.org/SapienTech/MediaGoblinApp/issues
diff --git a/metadata/com.sapos_aplastados.game.clash_of_balls.txt b/metadata/com.sapos_aplastados.game.clash_of_balls.txt
index de2532ef34..0e69badcac 100644
--- a/metadata/com.sapos_aplastados.game.clash_of_balls.txt
+++ b/metadata/com.sapos_aplastados.game.clash_of_balls.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/bkueng/clash_of_balls
Issue Tracker:https://github.com/bkueng/clash_of_balls/issues
diff --git a/metadata/com.scar45.aokp.co.webviewer.txt b/metadata/com.scar45.aokp.co.webviewer.txt
index b6b3b0de59..4407ccb87d 100644
--- a/metadata/com.scar45.aokp.co.webviewer.txt
+++ b/metadata/com.scar45.aokp.co.webviewer.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://aokp.co
Source Code:https://github.com/scar45/aokp-co-webviewer
Issue Tracker:https://github.com/scar45/aokp-co-webviewer/issues
diff --git a/metadata/com.scottmain.android.searchlight.txt b/metadata/com.scottmain.android.searchlight.txt
index 58bf4d6c7e..6a325e3586 100644
--- a/metadata/com.scottmain.android.searchlight.txt
+++ b/metadata/com.scottmain.android.searchlight.txt
@@ -1,20 +1,19 @@
Categories:System
License:Apache-2.0
-Web Site:https://code.google.com/p/search-light
-Source Code:https://code.google.com/p/search-light/source
-Issue Tracker:
+Web Site:
+Source Code:https://github.com/scottamain/Search_Light
+Issue Tracker:https://github.com/scottamain/Search_Light/issues
Auto Name:Search Light
Summary:LED Flashlight
Description:
-Uses your camera's LED as a flashlight/torch.
+Uses your camera's LED as a flashlight/torch. Also features a viewfinder using
+the camera so you can see into tight spots that might be blocked by your phone
+as you shine the light.
Try [[org.bc_bd.mrwhite]] if your device doesn't have a camera/flashlight.
.
-Repo Type:git-svn
-Repo:https://search-light.googlecode.com/svn/trunk
-
Build:1.0,1
commit=2
@@ -24,5 +23,5 @@ Build:1.3,4
Auto Update Mode:None
Update Check Mode:Static
-Current Version:1.3
-Current Version Code:4
+Current Version:2.0
+Current Version Code:5
diff --git a/metadata/com.seafile.seadroid2.txt b/metadata/com.seafile.seadroid2.txt
index bd8f29b55c..77c7a127aa 100644
--- a/metadata/com.seafile.seadroid2.txt
+++ b/metadata/com.seafile.seadroid2.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:AGPL-3.0+
+License:AGPL-3.0-or-later
Web Site:http://seafile.com/en/download
Source Code:https://github.com/haiwen/seadroid
Issue Tracker:https://github.com/haiwen/seadroid/issues
@@ -448,7 +448,62 @@ Build:2.2.2,77
sed -i -e 's/compile fileTree.*/compile "com.googlecode.android-vcard:android-vcard:1.4"/' build.gradle
build=$$MVN3$$ install -f $$android-vcard$$/pom.xml -Dmaven.test.skip=true
+Build:2.2.3,78
+ commit=2.2.3
+ subdir=app
+ gradle=yes
+ srclibs=android-vcard@android-vcard-1.4
+ rm=app/libs
+ prebuild=find $$android-vcard$$ -name '*.jar' -delete && \
+ sed -i -e '/repositories/a\ mavenLocal()' ../build.gradle && \
+ sed -i -e 's/compile fileTree.*/compile "com.googlecode.android-vcard:android-vcard:1.4"/' build.gradle
+ build=$$MVN3$$ install -f $$android-vcard$$/pom.xml -Dmaven.test.skip=true
+
+Build:2.2.4,79
+ commit=2.2.4
+ subdir=app
+ gradle=yes
+ srclibs=android-vcard@android-vcard-1.4
+ rm=app/libs
+ prebuild=find $$android-vcard$$ -name '*.jar' -delete && \
+ sed -i -e '/repositories/a\ mavenLocal()' ../build.gradle && \
+ sed -i -e 's/implementation fileTree.*/compile "com.googlecode.android-vcard:android-vcard:1.4"/' build.gradle
+ build=$$MVN3$$ install -f $$android-vcard$$/pom.xml -Dmaven.test.skip=true
+
+Build:2.2.6,81
+ commit=2.2.6
+ subdir=app
+ gradle=yes
+ srclibs=android-vcard@android-vcard-1.4
+ rm=app/libs
+ prebuild=find $$android-vcard$$ -name '*.jar' -delete && \
+ sed -i -e '/repositories/a\ mavenLocal()' ../build.gradle && \
+ sed -i -e 's/implementation fileTree.*/compile "com.googlecode.android-vcard:android-vcard:1.4"/' build.gradle
+ build=$$MVN3$$ install -f $$android-vcard$$/pom.xml -Dmaven.test.skip=true
+
+Build:2.2.7,82
+ commit=2.2.7
+ subdir=app
+ gradle=yes
+ srclibs=android-vcard@android-vcard-1.4
+ rm=app/libs
+ prebuild=find $$android-vcard$$ -name '*.jar' -delete && \
+ sed -i -e '/repositories/a\ mavenLocal()' ../build.gradle && \
+ sed -i -e 's/implementation fileTree.*/compile "com.googlecode.android-vcard:android-vcard:1.4"/' build.gradle
+ build=$$MVN3$$ install -f $$android-vcard$$/pom.xml -Dmaven.test.skip=true
+
+Build:2.2.8,83
+ commit=2.2.8
+ subdir=app
+ gradle=yes
+ srclibs=android-vcard@android-vcard-1.4
+ rm=app/libs
+ prebuild=find $$android-vcard$$ -name '*.jar' -delete && \
+ sed -i -e '/repositories/a\ mavenLocal()' ../build.gradle && \
+ sed -i -e 's/implementation fileTree.*/compile "com.googlecode.android-vcard:android-vcard:1.4"/' build.gradle
+ build=$$MVN3$$ install -f $$android-vcard$$/pom.xml -Dmaven.test.skip=true
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:2.2.2
-Current Version Code:77
+Current Version:2.2.8
+Current Version Code:83
diff --git a/metadata/com.seavenois.tetris.txt b/metadata/com.seavenois.tetris.txt
index c3ed431496..188b7b17dc 100644
--- a/metadata/com.seavenois.tetris.txt
+++ b/metadata/com.seavenois.tetris.txt
@@ -1,7 +1,7 @@
Categories:Games
-License:GPL-3.0
-Web Site:https://code.google.com/p/tttris
-Source Code:https://code.google.com/p/tttris/source
+License:GPL-3.0-only
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:Tttris
@@ -10,9 +10,6 @@ Description:
A clone of the classic Tetris game for Android devices. Still under development.
.
-Repo Type:git-svn
-Repo:https://tttris.googlecode.com/svn/trunk
-
Build:0.8-beta,1
commit=32
@@ -23,3 +20,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:0.9-beta
Current Version Code:3
+
+No Source Since:0.10
diff --git a/metadata/com.seawolfsanctuary.keepingtracks.txt b/metadata/com.seawolfsanctuary.keepingtracks.txt
index 9025dd4b72..2cdd6f6747 100644
--- a/metadata/com.seawolfsanctuary.keepingtracks.txt
+++ b/metadata/com.seawolfsanctuary.keepingtracks.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://keepingtracks.seawolfsanctuary.com
Source Code:http://code.seawolfsanctuary.com/keepingtracks
Issue Tracker:http://code.seawolfsanctuary.com/keepingtracks/issues?status=new&status=open
diff --git a/metadata/com.seb.SLWP.txt b/metadata/com.seb.SLWP.txt
index 369549a669..aae426a157 100644
--- a/metadata/com.seb.SLWP.txt
+++ b/metadata/com.seb.SLWP.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/earth-live-wallpaper
Source Code:https://code.google.com/p/earth-live-wallpaper/source
Issue Tracker:
diff --git a/metadata/com.seb.SLWPmaps.txt b/metadata/com.seb.SLWPmaps.txt
index ce9b8b5031..147a7ec71a 100644
--- a/metadata/com.seb.SLWPmaps.txt
+++ b/metadata/com.seb.SLWPmaps.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/earth-live-wallpaper
Source Code:https://code.google.com/p/earth-live-wallpaper/source
Issue Tracker:
diff --git a/metadata/com.secuso.privacyFriendlyCodeScanner.txt b/metadata/com.secuso.privacyFriendlyCodeScanner.txt
index b1f4ced57a..e337327008 100644
--- a/metadata/com.secuso.privacyFriendlyCodeScanner.txt
+++ b/metadata/com.secuso.privacyFriendlyCodeScanner.txt
@@ -1,5 +1,5 @@
Categories:Multimedia,System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://secuso.org/pfa
Source Code:https://github.com/SecUSo/privacy-friendly-qr-scanner
Issue Tracker:https://github.com/SecUSo/privacy-friendly-qr-scanner/issues
diff --git a/metadata/com.secuso.torchlight2.txt b/metadata/com.secuso.torchlight2.txt
index bf5e210b47..1680f8166f 100644
--- a/metadata/com.secuso.torchlight2.txt
+++ b/metadata/com.secuso.torchlight2.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://www.secuso.informatik.tu-darmstadt.de/en/secuso-home/
Source Code:https://github.com/SecUSo/privacy-friendly-torchlight
Issue Tracker:https://github.com/SecUSo/privacy-friendly-torchlight/issues
diff --git a/metadata/com.semche.invasion.txt b/metadata/com.semche.invasion.txt
index a263bf7252..b5a96f6c6a 100644
--- a/metadata/com.semche.invasion.txt
+++ b/metadata/com.semche.invasion.txt
@@ -25,5 +25,5 @@ Repo has been removed.
Auto Update Mode:None
Update Check Mode:Static
-Current Version:1.0
-Current Version Code:1
+Current Version:0
+Current Version Code:0
diff --git a/metadata/com.serone.desktoplabel.txt b/metadata/com.serone.desktoplabel.txt
index 17dc1410d8..e6f85abb8f 100644
--- a/metadata/com.serone.desktoplabel.txt
+++ b/metadata/com.serone.desktoplabel.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://code.google.com/p/desktoplabel
Source Code:https://code.google.com/p/desktoplabel/source
Issue Tracker:
diff --git a/metadata/com.serwylo.lexica.txt b/metadata/com.serwylo.lexica.txt
index b2e7f7f34d..d52cf85f87 100644
--- a/metadata/com.serwylo.lexica.txt
+++ b/metadata/com.serwylo.lexica.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/lexica/lexica
Issue Tracker:https://github.com/lexica/lexica/issues
@@ -56,7 +56,32 @@ Build:0.10.0,1000
subdir=app
gradle=yes
+Build:0.11.0,1100
+ commit=v0.11.0
+ subdir=app
+ gradle=yes
+
+Build:0.11.1,1101
+ commit=v0.11.1
+ subdir=app
+ gradle=yes
+
+Build:0.11.2,1102
+ commit=v0.11.2
+ subdir=app
+ gradle=yes
+
+Build:0.11.3,1103
+ commit=v0.11.3
+ subdir=app
+ gradle=yes
+
+Build:0.11.4,1104
+ commit=v0.11.4
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.10.0
-Current Version Code:1000
+Current Version:0.11.4
+Current Version Code:1104
diff --git a/metadata/com.serwylo.msjviewer.txt b/metadata/com.serwylo.msjviewer.txt
index 4758e8a46c..e6f3e970ac 100644
--- a/metadata/com.serwylo.msjviewer.txt
+++ b/metadata/com.serwylo.msjviewer.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Sports & Health
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/pserwylo/msjviewer
Issue Tracker:https://github.com/pserwylo/msjviewer/issues
diff --git a/metadata/com.sevag.pitcha.txt b/metadata/com.sevag.pitcha.txt
index 39b31c5a8f..fa7eed9c93 100644
--- a/metadata/com.sevag.pitcha.txt
+++ b/metadata/com.sevag.pitcha.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/sevagh/Pitcha/blob/HEAD/README.txt
Source Code:https://github.com/sevagh/Pitcha
Issue Tracker:https://github.com/sevagh/Pitcha/issues
diff --git a/metadata/com.sgr_b2.compass.txt b/metadata/com.sgr_b2.compass.txt
index c5eb8d5dbe..3ee0a43744 100644
--- a/metadata/com.sgr_b2.compass.txt
+++ b/metadata/com.sgr_b2.compass.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://bitbucket.org/alekseyt/compass
Issue Tracker:https://bitbucket.org/alekseyt/compass/issues
diff --git a/metadata/com.shadcat.secdroid.txt b/metadata/com.shadcat.secdroid.txt
index bb9d82b9d8..88f2d87690 100644
--- a/metadata/com.shadcat.secdroid.txt
+++ b/metadata/com.shadcat.secdroid.txt
@@ -1,5 +1,5 @@
Categories:Security
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:
Source Code:https://github.com/x942/secdroid
Issue Tracker:https://github.com/x942/secdroid/issues
diff --git a/metadata/com.shahul3d.indiasatelliteweather.txt b/metadata/com.shahul3d.indiasatelliteweather.txt
index c2ae2e434d..f19036ae90 100644
--- a/metadata/com.shahul3d.indiasatelliteweather.txt
+++ b/metadata/com.shahul3d.indiasatelliteweather.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Science & Education
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/Shahul3D/IndiaSatelliteWeather
Issue Tracker:https://github.com/Shahul3D/IndiaSatelliteWeather/issues
diff --git a/metadata/com.shanewmiller.gorecompanion.txt b/metadata/com.shanewmiller.gorecompanion.txt
index 58274669fd..e63ee5429d 100644
--- a/metadata/com.shanewmiller.gorecompanion.txt
+++ b/metadata/com.shanewmiller.gorecompanion.txt
@@ -27,5 +27,5 @@ Source repo deleted.
Auto Update Mode:None
Update Check Mode:Static
-Current Version:1.0
-Current Version Code:3
+Current Version:0
+Current Version Code:0
diff --git a/metadata/com.shapps.mintubeapp.txt b/metadata/com.shapps.mintubeapp.txt
index 7d1394a264..22a73c6592 100644
--- a/metadata/com.shapps.mintubeapp.txt
+++ b/metadata/com.shapps.mintubeapp.txt
@@ -52,5 +52,5 @@ Build:0.95,3
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:0.95
-Current Version Code:3
+Current Version:0.97
+Current Version Code:4
diff --git a/metadata/com.shatteredpixel.shatteredpixeldungeon.txt b/metadata/com.shatteredpixel.shatteredpixeldungeon.txt
index d15e30d9da..e6a51405c9 100644
--- a/metadata/com.shatteredpixel.shatteredpixeldungeon.txt
+++ b/metadata/com.shatteredpixel.shatteredpixeldungeon.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://shatteredpixel.tumblr.com
Source Code:https://github.com/00-Evan/shattered-pixel-dungeon
Issue Tracker:https://github.com/00-Evan/shattered-pixel-dungeon/issues
@@ -10,6 +10,21 @@ Summary:Play a rogue-like game
Description:
Traditional roguelike game with pixel-art graphics and simple interface. Based
on [[com.watabou.pixeldungeon]].
+
+Every game is unique, with four different playable characters, randomized levels
+and enemies, and over 150 items to collect and use. The game is simple to get
+into, but has lots of depth. Strategy is required if you want to win!
+
+Shattered Pixel Dungeon includes:
+
+* High replayability: Randomly generated levels, enemies, and items. No two games are the same!
+* 4 hero classes: Warrior, Mage, Rogue, and Huntress. Each hero has a unique playstyle.
+* 8 subclasses: Successful heroes can refine their skills to become more powerful.
+* 5 distinct dungeon regions: each with their own enemies, traps, and quests.
+* Over 150 different items: including powerful wands, rings, weapons, and armor.
+* 50+ different enemies, 30 different traps, and 5 bosses to test your skills.
+* Unique artifacts, which grow in power as you use them.
+* Updates, with new content roughly once a month.
.
Repo Type:git
@@ -295,13 +310,35 @@ Build:0.6.3b,245
preassemble=:SPD-classes:ndkBuild
Build:0.6.4,251
+ disable=Could not find com.android.tools.lint:lint-gradle:26.1.0
commit=v0.6.4
subdir=core
gradle=yes
scandelete=SPD-classes/src/main/jniLibs/
preassemble=:SPD-classes:ndkBuild
+Build:0.6.4a,252
+ commit=v0.6.4a
+ subdir=core
+ gradle=yes
+ scandelete=SPD-classes/src/main/jniLibs/
+ preassemble=:SPD-classes:ndkBuild
+
+Build:0.6.5a,261
+ commit=v0.6.5a
+ subdir=core
+ gradle=yes
+ scandelete=SPD-classes/src/main/jniLibs/
+ preassemble=:SPD-classes:ndkBuild
+
+Build:0.6.5c,264
+ commit=v0.6.5c
+ subdir=core
+ gradle=yes
+ scandelete=SPD-classes/src/main/jniLibs/
+ preassemble=:SPD-classes:ndkBuild
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.6.4
-Current Version Code:251
+Current Version:0.6.5c
+Current Version Code:264
diff --git a/metadata/com.shkmishra.lyrically.txt b/metadata/com.shkmishra.lyrically.txt
index e115bd557c..33295d828e 100644
--- a/metadata/com.shkmishra.lyrically.txt
+++ b/metadata/com.shkmishra.lyrically.txt
@@ -3,12 +3,23 @@ License:MIT
Web Site:
Source Code:https://github.com/shkcodes/Lyrically
Issue Tracker:https://github.com/shkcodes/Lyrically/issues
+Changelog:https://github.com/shkcodes/Lyrically/releases
Auto Name:Lyrically
Summary:A lyrics app which works everywhere
Description:
An everywhere lyrics app which can be used by simply swiping a part of your
screen. See the lyrics without interrupting what you're doing.
+
+Supported Apps include:
+
+* Google Play Music
+* Spotify
+* Phonograph
+* Shuttle
+* Poweramp
+* BlackPlayer
+* Rocket Player
.
Repo Type:git
@@ -71,7 +82,12 @@ Build:0.53,15
subdir=app
gradle=yes
+Build:0.54,16
+ commit=0.54
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:0.53
-Current Version Code:15
+Current Version:0.54
+Current Version Code:16
diff --git a/metadata/com.showmehills.txt b/metadata/com.showmehills.txt
index d27503beed..4302d3396b 100644
--- a/metadata/com.showmehills.txt
+++ b/metadata/com.showmehills.txt
@@ -1,6 +1,6 @@
AntiFeatures:Tracking,UpstreamNonFree
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/ShowMeHills/ShowMeHills/wiki
Source Code:https://github.com/ShowMeHills/ShowMeHills
Issue Tracker:https://github.com/ShowMeHills/ShowMeHills/issues
diff --git a/metadata/com.shurik.droidzebra.txt b/metadata/com.shurik.droidzebra.txt
index afb63df476..6843cb580f 100644
--- a/metadata/com.shurik.droidzebra.txt
+++ b/metadata/com.shurik.droidzebra.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/alkom/droidzebra
Issue Tracker:https://github.com/alkom/droidzebra/issues
diff --git a/metadata/com.silentlexx.instead.txt b/metadata/com.silentlexx.instead.txt
index 5343d89a18..3d25635430 100644
--- a/metadata/com.silentlexx.instead.txt
+++ b/metadata/com.silentlexx.instead.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://instead.syscall.ru
Source Code:https://sourceforge.net/p/instead/code
Issue Tracker:http://instead.syscall.ru/forum/viewforum.php?id=14
diff --git a/metadata/com.silverkeytech.android_rivers.txt b/metadata/com.silverkeytech.android_rivers.txt
index bb4d118b7c..0547bfc837 100644
--- a/metadata/com.silverkeytech.android_rivers.txt
+++ b/metadata/com.silverkeytech.android_rivers.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://rivers.silverkeytech.com
Source Code:https://github.com/dodyg/AndroidRivers
Issue Tracker:https://github.com/dodyg/AndroidRivers/issues
diff --git a/metadata/com.simonramstedt.yoke.yml b/metadata/com.simonramstedt.yoke.yml
new file mode 100644
index 0000000000..9ca0c57840
--- /dev/null
+++ b/metadata/com.simonramstedt.yoke.yml
@@ -0,0 +1,47 @@
+Categories:
+ - Connectivity
+ - Games
+License: MIT
+SourceCode: https://github.com/rmst/yoke-android
+IssueTracker: https://github.com/rmst/yoke-android/issues
+Changelog: https://github.com/rmst/yoke-android/releases
+
+AutoName: Yoke
+Summary: Hackable gamepad for Linux
+Description: |-
+ Yoke connects to a Linux computer via network (Wifi / Bluetooth / USB). It
+ will be recognized as a normal Joystick/Gamepad by Linux, so it can be used
+ as a game controller.
+
+ The Linux client can be installed from https://github.com/rmst/yoke
+
+ Yoke currently supports 6 axes:
+
+ * Accelerometer X, Y
+ * Left thumbstick X, Y
+ * Right thumbstick X, Y
+
+ Credits: Icon made by Freepik from www.flaticon.com
+
+RepoType: git
+Repo: https://github.com/rmst/yoke-android.git
+
+Builds:
+ - versionName: 0.1.1
+ versionCode: 3
+ commit: v0.1.1
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: 0.1.2
+ versionCode: 4
+ commit: v0.1.2
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version v%v
+UpdateCheckMode: Tags
+CurrentVersion: 0.1.2
+CurrentVersionCode: 4
diff --git a/metadata/com.simplemobiletools.applauncher.txt b/metadata/com.simplemobiletools.applauncher.txt
index bc0e33fe45..b815b2eaf1 100644
--- a/metadata/com.simplemobiletools.applauncher.txt
+++ b/metadata/com.simplemobiletools.applauncher.txt
@@ -71,7 +71,22 @@ Build:3.1.2,12
subdir=app
gradle=yes
+Build:4.0.0,13
+ commit=4.0.0
+ subdir=app
+ gradle=yes
+
+Build:4.1.0,14
+ commit=4.1.0
+ subdir=app
+ gradle=yes
+
+Build:4.1.1,15
+ commit=4.1.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.1.2
-Current Version Code:12
+Current Version:4.1.1
+Current Version Code:15
diff --git a/metadata/com.simplemobiletools.calculator.txt b/metadata/com.simplemobiletools.calculator.txt
index 7bc1327bfd..2f14ef5c85 100644
--- a/metadata/com.simplemobiletools.calculator.txt
+++ b/metadata/com.simplemobiletools.calculator.txt
@@ -75,7 +75,17 @@ Build:3.2.0,19
subdir=app
gradle=yes
+Build:4.0.0,20
+ commit=4.0.0
+ subdir=app
+ gradle=yes
+
+Build:4.1.0,21
+ commit=4.1.0
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.2.0
-Current Version Code:19
+Current Version:4.1.0
+Current Version Code:21
diff --git a/metadata/com.simplemobiletools.calendar.txt b/metadata/com.simplemobiletools.calendar.txt
index 242d948358..0cefe9b3e4 100644
--- a/metadata/com.simplemobiletools.calendar.txt
+++ b/metadata/com.simplemobiletools.calendar.txt
@@ -445,7 +445,57 @@ Build:3.4.1,117
subdir=app
gradle=yes
+Build:3.4.2,118
+ commit=3.4.2
+ subdir=app
+ gradle=yes
+
+Build:4.0.0,119
+ commit=4.0.0
+ subdir=app
+ gradle=yes
+
+Build:4.0.3,122
+ commit=4.0.3
+ subdir=app
+ gradle=yes
+
+Build:4.0.4,123
+ commit=4.0.4
+ subdir=app
+ gradle=yes
+
+Build:4.1.0,124
+ commit=4.1.0
+ subdir=app
+ gradle=yes
+
+Build:4.1.1,125
+ commit=4.1.1
+ subdir=app
+ gradle=yes
+
+Build:4.1.2,126
+ commit=4.1.2
+ subdir=app
+ gradle=yes
+
+Build:4.1.3,127
+ commit=4.1.3
+ subdir=app
+ gradle=yes
+
+Build:4.2.0,128
+ commit=4.2.0
+ subdir=app
+ gradle=yes
+
+Build:4.2.1,129
+ commit=4.2.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.4.1
-Current Version Code:117
+Current Version:4.2.1
+Current Version Code:129
diff --git a/metadata/com.simplemobiletools.camera.txt b/metadata/com.simplemobiletools.camera.txt
index 79dc828331..d7e10a628d 100644
--- a/metadata/com.simplemobiletools.camera.txt
+++ b/metadata/com.simplemobiletools.camera.txt
@@ -195,7 +195,32 @@ Build:3.2.1,57
subdir=app
gradle=yes
+Build:4.0.0,58
+ commit=4.0.0
+ subdir=app
+ gradle=yes
+
+Build:4.1.1,60
+ commit=4.1.1
+ subdir=app
+ gradle=yes
+
+Build:4.1.2,61
+ commit=4.1.2
+ subdir=app
+ gradle=yes
+
+Build:4.1.3,62
+ commit=4.1.3
+ subdir=app
+ gradle=yes
+
+Build:4.2.0,63
+ commit=4.2.0
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.2.1
-Current Version Code:57
+Current Version:4.2.0
+Current Version Code:63
diff --git a/metadata/com.simplemobiletools.clock.txt b/metadata/com.simplemobiletools.clock.txt
index ce090c8345..cd05ebf161 100644
--- a/metadata/com.simplemobiletools.clock.txt
+++ b/metadata/com.simplemobiletools.clock.txt
@@ -30,7 +30,37 @@ Build:3.1.2,4
subdir=app
gradle=yes
+Build:3.1.3,5
+ commit=3.1.3
+ subdir=app
+ gradle=yes
+
+Build:4.0.0,6
+ commit=4.0.0
+ subdir=app
+ gradle=yes
+
+Build:4.0.1,7
+ commit=4.0.1
+ subdir=app
+ gradle=yes
+
+Build:4.1.0,8
+ commit=4.1.0
+ subdir=app
+ gradle=yes
+
+Build:4.2.0,9
+ commit=4.2.0
+ subdir=app
+ gradle=yes
+
+Build:4.3.0,10
+ commit=4.3.0
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.1.2
-Current Version Code:4
+Current Version:4.3.0
+Current Version Code:10
diff --git a/metadata/com.simplemobiletools.contacts.txt b/metadata/com.simplemobiletools.contacts.txt
index 5302b77ed2..92b9adba81 100644
--- a/metadata/com.simplemobiletools.contacts.txt
+++ b/metadata/com.simplemobiletools.contacts.txt
@@ -80,7 +80,72 @@ Build:3.5.0,16
subdir=app
gradle=yes
+Build:3.5.1,17
+ commit=3.5.1
+ subdir=app
+ gradle=yes
+
+Build:3.5.2,18
+ commit=3.5.2
+ subdir=app
+ gradle=yes
+
+Build:3.5.3,19
+ commit=3.5.3
+ subdir=app
+ gradle=yes
+
+Build:4.0.2,22
+ commit=4.0.2
+ subdir=app
+ gradle=yes
+
+Build:4.0.3,23
+ commit=4.0.3
+ subdir=app
+ gradle=yes
+
+Build:4.0.4,24
+ commit=4.0.4
+ subdir=app
+ gradle=yes
+
+Build:4.0.5,25
+ commit=4.0.5
+ subdir=app
+ gradle=yes
+
+Build:4.1.0,26
+ commit=4.1.0
+ subdir=app
+ gradle=yes
+
+Build:4.2.1,28
+ commit=4.2.1
+ subdir=app
+ gradle=yes
+
+Build:4.2.2,29
+ commit=4.2.2
+ subdir=app
+ gradle=yes
+
+Build:4.3.0,30
+ commit=4.3.0
+ subdir=app
+ gradle=yes
+
+Build:4.4.0,31
+ commit=4.4.0
+ subdir=app
+ gradle=yes
+
+Build:4.5.0,32
+ commit=4.5.0
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.5.0
-Current Version Code:16
+Current Version:4.5.0
+Current Version Code:32
diff --git a/metadata/com.simplemobiletools.draw.txt b/metadata/com.simplemobiletools.draw.txt
index 9981a8131c..e48c4ffef2 100644
--- a/metadata/com.simplemobiletools.draw.txt
+++ b/metadata/com.simplemobiletools.draw.txt
@@ -136,7 +136,32 @@ Build:3.1.6,33
subdir=app
gradle=yes
+Build:4.0.0,34
+ commit=4.0.0
+ subdir=app
+ gradle=yes
+
+Build:4.1.0,36
+ commit=4.1.0
+ subdir=app
+ gradle=yes
+
+Build:4.2.0,37
+ commit=4.2.0
+ subdir=app
+ gradle=yes
+
+Build:4.3.0,38
+ commit=4.3.0
+ subdir=app
+ gradle=yes
+
+Build:4.3.1,39
+ commit=4.3.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.1.6
-Current Version Code:33
+Current Version:4.3.1
+Current Version Code:39
diff --git a/metadata/com.simplemobiletools.filemanager.txt b/metadata/com.simplemobiletools.filemanager.txt
index 6c24ba1340..bbcd3efdc7 100644
--- a/metadata/com.simplemobiletools.filemanager.txt
+++ b/metadata/com.simplemobiletools.filemanager.txt
@@ -320,7 +320,84 @@ Build:3.3.3,49
cp -a $$RootTools$$/src/com src/main/java/ && \
cp -a $$RootShell$$/src/com src/main/java/
+Build:3.4.0,50
+ commit=3.4.0
+ subdir=app
+ gradle=yes
+ srclibs=RootTools@4.2,RootShell@1.3
+ rm=libs
+ prebuild=sed -i -e '/RootTools.jar/d' build.gradle && \
+ mkdir -p src/main/java && \
+ cp -a $$RootTools$$/src/com src/main/java/ && \
+ cp -a $$RootShell$$/src/com src/main/java/
+
+Build:4.0.0,51
+ commit=4.0.0
+ subdir=app
+ gradle=yes
+ srclibs=RootTools@4.2,RootShell@1.3
+ rm=libs
+ prebuild=sed -i -e '/RootTools.jar/d' build.gradle && \
+ mkdir -p src/main/java && \
+ cp -a $$RootTools$$/src/com src/main/java/ && \
+ cp -a $$RootShell$$/src/com src/main/java/
+
+Build:4.1.1,53
+ commit=4.1.1
+ subdir=app
+ gradle=yes
+ srclibs=RootTools@4.2,RootShell@1.3
+ rm=libs
+ prebuild=sed -i -e '/RootTools.jar/d' build.gradle && \
+ mkdir -p src/main/java && \
+ cp -a $$RootTools$$/src/com src/main/java/ && \
+ cp -a $$RootShell$$/src/com src/main/java/
+
+Build:4.1.2,54
+ commit=4.1.2
+ subdir=app
+ gradle=yes
+ srclibs=RootTools@4.2,RootShell@1.3
+ rm=libs
+ prebuild=sed -i -e '/RootTools.jar/d' build.gradle && \
+ mkdir -p src/main/java && \
+ cp -a $$RootTools$$/src/com src/main/java/ && \
+ cp -a $$RootShell$$/src/com src/main/java/
+
+Build:4.2.0,55
+ commit=4.2.0
+ subdir=app
+ gradle=yes
+ srclibs=RootTools@4.2,RootShell@1.3
+ rm=libs
+ prebuild=sed -i -e '/RootTools.jar/d' build.gradle && \
+ mkdir -p src/main/java && \
+ cp -a $$RootTools$$/src/com src/main/java/ && \
+ cp -a $$RootShell$$/src/com src/main/java/
+
+Build:4.3.0,56
+ commit=4.3.0
+ subdir=app
+ gradle=yes
+ srclibs=RootTools@4.2,RootShell@1.3
+ rm=libs
+ prebuild=sed -i -e '/RootTools.jar/d' build.gradle && \
+ mkdir -p src/main/java && \
+ cp -a $$RootTools$$/src/com src/main/java/ && \
+ cp -a $$RootShell$$/src/com src/main/java/
+
+Build:4.3.1,57
+ commit=4.3.1
+ subdir=app
+ gradle=yes
+ srclibs=RootTools@4.2,RootShell@1.3
+ rm=libs
+ prebuild=sed -i -e '/RootTools.jar/d' build.gradle && \
+ mkdir -p src/main/java && \
+ cp -a $$RootTools$$/src/com src/main/java/ && \
+ cp -a $$RootShell$$/src/com src/main/java/
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.3.3
-Current Version Code:49
+Current Version:4.3.1
+Current Version Code:57
diff --git a/metadata/com.simplemobiletools.flashlight.txt b/metadata/com.simplemobiletools.flashlight.txt
index cf38d90d12..e0abdccc5a 100644
--- a/metadata/com.simplemobiletools.flashlight.txt
+++ b/metadata/com.simplemobiletools.flashlight.txt
@@ -95,7 +95,22 @@ Build:3.2.0,27
subdir=app
gradle=yes
+Build:3.2.1,28
+ commit=3.2.1
+ subdir=app
+ gradle=yes
+
+Build:4.0.0,29
+ commit=4.0.0
+ subdir=app
+ gradle=yes
+
+Build:4.1.0,30
+ commit=4.1.0
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.2.0
-Current Version Code:27
+Current Version:4.1.0
+Current Version Code:30
diff --git a/metadata/com.simplemobiletools.gallery.txt b/metadata/com.simplemobiletools.gallery.txt
index 47a39d6efb..1e5f915cb1 100644
--- a/metadata/com.simplemobiletools.gallery.txt
+++ b/metadata/com.simplemobiletools.gallery.txt
@@ -591,7 +591,132 @@ Build:3.6.3,169
subdir=app
gradle=yes
+Build:3.7.0,170
+ commit=3.7.0
+ subdir=app
+ gradle=yes
+
+Build:3.7.1,171
+ commit=3.7.1
+ subdir=app
+ gradle=yes
+
+Build:3.7.2,172
+ commit=3.7.2
+ subdir=app
+ gradle=yes
+
+Build:3.7.3,173
+ commit=3.7.3
+ subdir=app
+ gradle=yes
+
+Build:3.8.0,174
+ commit=3.8.0
+ subdir=app
+ gradle=yes
+
+Build:3.8.1,175
+ commit=3.8.1
+ subdir=app
+ gradle=yes
+
+Build:3.8.2,176
+ commit=3.8.2
+ subdir=app
+ gradle=yes
+
+Build:4.0.0,177
+ commit=4.0.0
+ subdir=app
+ gradle=yes
+
+Build:4.1.0,178
+ commit=4.1.0
+ subdir=app
+ gradle=yes
+
+Build:4.1.1,179
+ commit=4.1.1
+ subdir=app
+ gradle=yes
+
+Build:4.2.0,180
+ commit=4.2.0
+ subdir=app
+ gradle=yes
+
+Build:4.2.1,181
+ commit=4.2.1
+ subdir=app
+ gradle=yes
+
+Build:4.3.1,183
+ commit=4.3.1
+ subdir=app
+ gradle=yes
+
+Build:4.3.3,185
+ commit=4.3.3
+ subdir=app
+ gradle=yes
+
+Build:4.3.4,186
+ commit=4.3.4
+ subdir=app
+ gradle=yes
+
+Build:4.3.5,187
+ commit=4.3.5
+ subdir=app
+ gradle=yes
+
+Build:4.4.0,188
+ commit=4.4.0
+ subdir=app
+ gradle=yes
+
+Build:4.4.1,189
+ commit=4.4.1
+ subdir=app
+ gradle=yes
+
+Build:4.4.4,192
+ commit=4.4.4
+ subdir=app
+ gradle=yes
+
+Build:4.5.2,195
+ commit=4.5.2
+ subdir=app
+ gradle=yes
+
+Build:4.6.0,196
+ commit=4.6.0
+ subdir=app
+ gradle=yes
+
+Build:4.6.1,197
+ commit=4.6.1
+ subdir=app
+ gradle=yes
+
+Build:4.6.2,198
+ commit=4.6.2
+ subdir=app
+ gradle=yes
+
+Build:4.6.4,200
+ commit=4.6.4
+ subdir=app
+ gradle=yes
+
+Build:4.6.5,201
+ commit=4.6.5
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.6.3
-Current Version Code:169
+Current Version:4.6.5
+Current Version Code:201
diff --git a/metadata/com.simplemobiletools.musicplayer.txt b/metadata/com.simplemobiletools.musicplayer.txt
index b993180807..d379a5e55a 100644
--- a/metadata/com.simplemobiletools.musicplayer.txt
+++ b/metadata/com.simplemobiletools.musicplayer.txt
@@ -180,7 +180,37 @@ Build:3.2.5,42
subdir=app
gradle=yes
+Build:4.0.1,44
+ commit=4.0.1
+ subdir=app
+ gradle=yes
+
+Build:4.1.0,45
+ commit=4.1.0
+ subdir=app
+ gradle=yes
+
+Build:4.1.1,46
+ commit=4.1.1
+ subdir=app
+ gradle=yes
+
+Build:4.2.0,47
+ commit=4.2.0
+ subdir=app
+ gradle=yes
+
+Build:4.3.0,48
+ commit=4.3.0
+ subdir=app
+ gradle=yes
+
+Build:4.3.1,49
+ commit=4.3.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.2.5
-Current Version Code:42
+Current Version:4.3.1
+Current Version Code:49
diff --git a/metadata/com.simplemobiletools.notes.txt b/metadata/com.simplemobiletools.notes.txt
index ba91f53597..65237fb560 100644
--- a/metadata/com.simplemobiletools.notes.txt
+++ b/metadata/com.simplemobiletools.notes.txt
@@ -186,7 +186,27 @@ Build:3.2.0,47
subdir=app
gradle=yes
+Build:4.0.0,48
+ commit=4.0.0
+ subdir=app
+ gradle=yes
+
+Build:4.1.0,49
+ commit=4.1.0
+ subdir=app
+ gradle=yes
+
+Build:4.2.0,50
+ commit=4.2.0
+ subdir=app
+ gradle=yes
+
+Build:4.3.0,51
+ commit=4.3.0
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.2.0
-Current Version Code:47
+Current Version:4.3.0
+Current Version Code:51
diff --git a/metadata/com.simplemobiletools.thankyou.txt b/metadata/com.simplemobiletools.thankyou.txt
index f244d2a282..e788e8e5cb 100644
--- a/metadata/com.simplemobiletools.thankyou.txt
+++ b/metadata/com.simplemobiletools.thankyou.txt
@@ -30,7 +30,22 @@ Build:3.1.0,8
subdir=app
gradle=yes
+Build:4.0.0,9
+ commit=4.0.0
+ subdir=app
+ gradle=yes
+
+Build:4.0.1,10
+ commit=4.0.1
+ subdir=app
+ gradle=yes
+
+Build:4.1.0,11
+ commit=4.1.0
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.1.0
-Current Version Code:8
+Current Version:4.1.0
+Current Version Code:11
diff --git a/metadata/com.sinpo.xnfc.txt b/metadata/com.sinpo.xnfc.txt
index 7258494825..54641e6c2a 100644
--- a/metadata/com.sinpo.xnfc.txt
+++ b/metadata/com.sinpo.xnfc.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/sinpolib/nfcard
Issue Tracker:https://github.com/sinpolib/nfcard/issues
diff --git a/metadata/com.sismics.reader.txt b/metadata/com.sismics.reader.txt
index 61c5f0a830..4f51ff92c3 100644
--- a/metadata/com.sismics.reader.txt
+++ b/metadata/com.sismics.reader.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://www.sismics.com
Source Code:https://github.com/sismics/reader
Issue Tracker:https://github.com/sismics/reader/issues
diff --git a/metadata/com.slash.batterychargelimit.txt b/metadata/com.slash.batterychargelimit.txt
index b089985d6a..0f5a985d85 100644
--- a/metadata/com.slash.batterychargelimit.txt
+++ b/metadata/com.slash.batterychargelimit.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://forum.xda-developers.com/android/apps-games/root-battery-charge-limit-t3557002
Source Code:https://github.com/sriharshaarangi/BatteryChargeLimit
Issue Tracker:https://github.com/sriharshaarangi/BatteryChargeLimit/issues
diff --git a/metadata/com.sli.juicymobile.txt b/metadata/com.sli.juicymobile.txt
index dd44fa68ee..2d016923d9 100644
--- a/metadata/com.sli.juicymobile.txt
+++ b/metadata/com.sli.juicymobile.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:
Source Code:https://github.com/sli/juicy-mobile
Issue Tracker:https://github.com/sli/juicy-mobile/issues
diff --git a/metadata/com.sli.ohmcalc.txt b/metadata/com.sli.ohmcalc.txt
index 653a226d90..aa19b1e0b7 100644
--- a/metadata/com.sli.ohmcalc.txt
+++ b/metadata/com.sli.ohmcalc.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:
Source Code:https://github.com/sli/ohmcalc
Issue Tracker:https://github.com/sli/ohmcalc/issues
@@ -24,5 +24,5 @@ Source repo deleted.
Auto Update Mode:None
Update Check Mode:Static
-Current Version:0.1
-Current Version Code:1
+Current Version:0
+Current Version Code:0
diff --git a/metadata/com.smithdtyler.prettygoodmusicplayer.launchermode.txt b/metadata/com.smithdtyler.prettygoodmusicplayer.launchermode.txt
index 579127966d..f06c4eb868 100644
--- a/metadata/com.smithdtyler.prettygoodmusicplayer.launchermode.txt
+++ b/metadata/com.smithdtyler.prettygoodmusicplayer.launchermode.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/smithdtyler/prettygoodmusicplayer/tree/launchermode
Issue Tracker:https://github.com/smithdtyler/prettygoodmusicplayer/issues
@@ -9,6 +9,24 @@ Summary:Music player running as launcher
Description:
Based on [[com.smithdtyler.prettygoodmusicplayer]], a music player that focuses
on basics, rock solid music playing, this player can be set to act as launcher.
+
+Tired of music players that take forever to start up because they're loading ads
+or trying to download stuff? Of music players that ignore Bluetooth controls, or
+stop responding after a few minutes? I was too, so I wrote this app!
+
+Feature Details:
+
+* Audiobook mode for resuming playback where you left off
+* Notification controls
+* The color theme and text size are now configurable!
+* This player protects against accidental pausing when your phone is jostled and the headphone cord shifts. I added this because it was annoying when my phone was in my pocket and would auto-pause because the headphone cable was bumped.
+* Plays .mp3, .m4p, .m4a, .aac, and many more types of audio files.
+* Accepts play, pause, previous, and next commands from Bluetooth headsets.
+* When you select 'All songs' for a given artist, the songs are ordered by album, not alphabetically.
+* Automatically pauses and resumes when another app (e.g. GPS) needs audio.
+* If another app needs audio for more than 30 seconds (e.g. a phone call), it does not automatically resume.
+* "Repeat All" is always on.
+* If you click "back" too quickly, it double checks that you want to leave before quitting.
.
Repo Type:git
diff --git a/metadata/com.smithdtyler.prettygoodmusicplayer.txt b/metadata/com.smithdtyler.prettygoodmusicplayer.txt
index 6c748e3939..09fe21c224 100644
--- a/metadata/com.smithdtyler.prettygoodmusicplayer.txt
+++ b/metadata/com.smithdtyler.prettygoodmusicplayer.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/smithdtyler/prettygoodmusicplayer
Issue Tracker:https://github.com/smithdtyler/prettygoodmusicplayer/issues
diff --git a/metadata/com.smorgasbork.hotdeath.txt b/metadata/com.smorgasbork.hotdeath.txt
index bdb30fbb60..1bcf20fe81 100644
--- a/metadata/com.smorgasbork.hotdeath.txt
+++ b/metadata/com.smorgasbork.hotdeath.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/jpriebe/hotdeath
Issue Tracker:https://github.com/jpriebe/hotdeath/issues
@@ -7,7 +7,9 @@ Issue Tracker:https://github.com/jpriebe/hotdeath/issues
Auto Name:Hot Death
Summary:Card game
Description:
-A variant of the classic card game Uno
+''Hot Death'' is a variation of the classic card game, Uno, with all sorts of
+extra cards like the Quitter, Magic 5, Mystery Draw, and of course, the Hot
+Death card itself.
.
Repo Type:git
diff --git a/metadata/com.snaheth.trulyrandom.txt b/metadata/com.snaheth.trulyrandom.txt
index 0110639bde..7aaf25ad30 100644
--- a/metadata/com.snaheth.trulyrandom.txt
+++ b/metadata/com.snaheth.trulyrandom.txt
@@ -30,5 +30,5 @@ Github repo deleted.
Auto Update Mode:None
Update Check Mode:None
-Current Version:1.01
-Current Version Code:2
+Current Version:0
+Current Version Code:0
diff --git a/metadata/com.sound.ampache.txt b/metadata/com.sound.ampache.txt
index b2fd87eaec..a602593d05 100644
--- a/metadata/com.sound.ampache.txt
+++ b/metadata/com.sound.ampache.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:
Source Code:https://github.com/Dejvino/amdroid
Issue Tracker:https://github.com/Dejvino/amdroid/issues
diff --git a/metadata/com.sovworks.edslite.yml b/metadata/com.sovworks.edslite.yml
new file mode 100644
index 0000000000..82b76c49f0
--- /dev/null
+++ b/metadata/com.sovworks.edslite.yml
@@ -0,0 +1,35 @@
+Categories:
+ - Security
+License: GPL-2.0-or-later
+AuthorName: sovworks
+AuthorEmail: eds@sovworks.com
+WebSite: https://sovworks.com/eds/
+SourceCode: https://github.com/sovworks/edslite
+IssueTracker: https://github.com/sovworks/edslite/issues
+Donate: https://sovworks.com/eds/donations.php
+
+Summary: Virtual disk encryption
+Description: |
+ EDS allows you to store your files in an encrypted container.
+
+ * Supports VeraCrypt(R), TrueCrypt(R), LUKS, EncFs container formats.
+ * Choose among different secure ciphers.
+ * Encrypt/decrypt any kind of file.
+ * All the standard file operations supported.
+ * You can quickly open a folder (or file) inside a container from the Home screen using the shortcut widget.
+
+RepoType: git
+Repo: https://github.com/sovworks/edslite
+
+Builds:
+ - versionName: 2.0.0.224
+ versionCode: 224
+ commit: release-lite-224
+ subdir: app
+ gradle:
+ - liteLicCheckNoneNoinetNofsml
+
+AutoUpdateMode: Version release-lite-%c
+UpdateCheckMode: Tags
+CurrentVersion: 2.0.0.224
+CurrentVersionCode: 224
diff --git a/metadata/com.spartan.headsupgeocaching.txt b/metadata/com.spartan.headsupgeocaching.txt
index 1293fc73c4..5c75382262 100644
--- a/metadata/com.spartan.headsupgeocaching.txt
+++ b/metadata/com.spartan.headsupgeocaching.txt
@@ -1,6 +1,6 @@
Disabled:Source code disappeared. Never built.
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://headsupconcepts.blogspot.com
Source Code:https://www.gitorious.org/headsup-geocaching/headsup-geocaching
Issue Tracker:
diff --git a/metadata/com.spazedog.mounts2sd.txt b/metadata/com.spazedog.mounts2sd.txt
index 1b14de3f29..c486edd382 100644
--- a/metadata/com.spazedog.mounts2sd.txt
+++ b/metadata/com.spazedog.mounts2sd.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://forum.xda-developers.com/showthread.php?t=2432479
Source Code:https://github.com/SpazeDog/mounts2sd
Issue Tracker:https://github.com/SpazeDog/mounts2sd/issues
diff --git a/metadata/com.spisoft.quicknote.txt b/metadata/com.spisoft.quicknote.txt
new file mode 100644
index 0000000000..3770f2e251
--- /dev/null
+++ b/metadata/com.spisoft.quicknote.txt
@@ -0,0 +1,34 @@
+Categories:Writing
+License:GPL-3.0-only
+Web Site:https://qn.phie.ovh
+Source Code:https://github.com/PhieF/CarnetDocumentation
+Issue Tracker:https://github.com/PhieF/CarnetAndroid/issues
+Changelog:https://qn.phie.ovh/fdroid_changelog
+LiberapayID:34946
+
+
+Repo Type:git
+Repo:https://github.com/PhieF/CarnetFdroid.git
+
+Build:0.1,1
+ commit=e6639d21a1908c030329032d5de25e79afd5043e
+ subdir=CarnetAndroid
+ submodules=yes
+ gradle=fdroid
+ output=app/build/outputs/apk/fdroid/release/app-fdroid-release-unsigned.apk
+ prebuild=sed -i -e '1d' -e "2s/^/include\ \'\:app\'\,\ \'\:Sync\' \n/" -e '/GoogleSync/d' settings.gradle && \
+ sed -i -e '/googleCompile/d' app/build.gradle
+
+Build:0.2,2
+ commit=2dd1783af688b81445288faa27e2fa8e22aa07fe
+ subdir=app/CarnetAndroid
+ submodules=yes
+ gradle=fdroid
+ output=app/build/outputs/apk/fdroid/release/app-fdroid-release-unsigned.apk
+ prebuild=sed -i -e '1d' -e "2s/^/include\ \'\:app\'\,\ \'\:Sync\' \n/" -e '/GoogleSync/d' settings.gradle && \
+ sed -i -e '/googleImplementation/d' app/build.gradle
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:0.2
+Current Version Code:2
diff --git a/metadata/com.sputnik.wispr.txt b/metadata/com.sputnik.wispr.txt
index 8e1891e313..ba4a0a398d 100644
--- a/metadata/com.sputnik.wispr.txt
+++ b/metadata/com.sputnik.wispr.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/jfisbein/androidwisprclient
Issue Tracker:https://github.com/jfisbein/androidwisprclient/issues
diff --git a/metadata/com.spydiko.rotationmanager_foss.txt b/metadata/com.spydiko.rotationmanager_foss.txt
index 4fb39a08ce..9e22aad2c3 100644
--- a/metadata/com.spydiko.rotationmanager_foss.txt
+++ b/metadata/com.spydiko.rotationmanager_foss.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/AleixDev/AppSpecificOrientation_FOSS/blob/HEAD/README.md
Source Code:https://github.com/AleixDev/AppSpecificOrientation_FOSS
Issue Tracker:https://github.com/AleixDev/AppSpecificOrientation_FOSS/issues
diff --git a/metadata/com.stoutner.privacybrowser.standard.txt b/metadata/com.stoutner.privacybrowser.standard.txt
index e33518f1d1..1ec249fe60 100644
--- a/metadata/com.stoutner.privacybrowser.standard.txt
+++ b/metadata/com.stoutner.privacybrowser.standard.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Author Name:Soren Stoutner
Author Email:soren@stoutner.com
Web Site:https://www.stoutner.com/privacy-browser
@@ -178,6 +178,30 @@ Build:2.8.1,31
gradle=standard
prebuild=sed -i -e '/firebase/d' build.gradle
+Build:2.9,32
+ commit=v2.9
+ subdir=app
+ gradle=standard
+ prebuild=sed -i -e '/firebase/d' build.gradle
+
+Build:2.10,33
+ commit=v2.10
+ subdir=app
+ gradle=standard
+ prebuild=sed -i -e '/firebase/d' build.gradle
+
+Build:2.11,34
+ commit=v2.11
+ subdir=app
+ gradle=standard
+ prebuild=sed -i -e '/firebase/d' build.gradle
+
+Build:2.12,35
+ commit=v2.12
+ subdir=app
+ gradle=standard
+ prebuild=sed -i -e '/firebase/d' build.gradle
+
Maintainer Notes:
Summary and Description are maintained by upstream using fastlane in
the source repo:
@@ -186,5 +210,5 @@ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.8.1
-Current Version Code:31
+Current Version:2.12
+Current Version Code:35
diff --git a/metadata/com.stripe1.xmouse.yml b/metadata/com.stripe1.xmouse.yml
new file mode 100644
index 0000000000..59c80500c3
--- /dev/null
+++ b/metadata/com.stripe1.xmouse.yml
@@ -0,0 +1,45 @@
+Categories:
+ - System
+License: MIT
+WebSite: https://github.com/bradand/XMouse
+SourceCode: https://github.com/bradand/XMouse
+IssueTracker: https://github.com/bradand/XMouse/issues
+Bitcoin: 17DaqbcEEG3Hn5jBv3sRjPTUUCW1eBp1Wg
+
+AutoName: XMouse
+Summary: Remotely control X11 via SSH commands generated by your phone or tablet
+Description: |-
+ Remotely control a Linux Box X11 display via SSH commands generated by your
+ phone or tablet. Works well on the Raspberry Pi or any other Linux machine.
+
+ '''Features'''
+ * Authentication via password or private key (ssh-rsa only)
+ * Keyboard and Mouse emulation
+ * Mouse move, two finger scroll, two finger zoom in/out, one finger scroll on right edge, tap to click, short hold to initiate drag
+ * Customizable keyboard functions and position, can save multiple layout profiles
+ * Volume rocker on device mimics keyboard volume keys
+ * Many other special keys, your functionality may vary
+ * Send custom ssh commands
+ * Tested on Ubuntu Linux, not Windows, not Mac
+ * Minimal design
+ * Free with no ads
+
+ '''Required programs on Linux host machine'''
+ * openssh-server
+ * xdotool
+
+RepoType: git
+Repo: https://github.com/bradand/XMouse
+
+Builds:
+ - versionName: 2.0.27
+ versionCode: 25
+ commit: 7d61ecb805993aee4c1977b6af075ce4a6691077
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: None
+UpdateCheckMode: RepoManifest
+CurrentVersion: 2.0.27
+CurrentVersionCode: 25
diff --git a/metadata/com.styrkurapp.app.txt b/metadata/com.styrkurapp.app.txt
index 475fc3b22d..e65965465c 100644
--- a/metadata/com.styrkurapp.app.txt
+++ b/metadata/com.styrkurapp.app.txt
@@ -1,5 +1,5 @@
Categories:Sports & Health
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:
Issue Tracker:
@@ -22,9 +22,6 @@ progress.
Track your measurements, weight and muscle gain with a simple and charts.
.
-Repo Type:git
-Repo:https://github.com/Styrkur/styrkur-app/
-
Build:1.1.5,101048
commit=8f0155f6fa21a6a9d629db4dda2ba359ad419298
subdir=mobile/platforms/android
@@ -37,5 +34,7 @@ No such gitlab user any more.
Auto Update Mode:None
Update Check Mode:None
-Current Version:1.1.5
-Current Version Code:10104
+Current Version:0
+Current Version Code:0
+
+No Source Since:1.1.6
diff --git a/metadata/com.sunshine.makilite.txt b/metadata/com.sunshine.makilite.txt
index af2579bbd2..003cb4b42c 100644
--- a/metadata/com.sunshine.makilite.txt
+++ b/metadata/com.sunshine.makilite.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet,Tracking
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://sunshineapps.com.ua/
Source Code:https://github.com/sfilmak/MakiLite
Issue Tracker:https://github.com/sfilmak/MakiLite/issues
diff --git a/metadata/com.sunyata.kindmind.txt b/metadata/com.sunyata.kindmind.txt
index 2293dbee5b..cea815551a 100644
--- a/metadata/com.sunyata.kindmind.txt
+++ b/metadata/com.sunyata.kindmind.txt
@@ -1,5 +1,5 @@
Categories:Sports & Health
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/SunyataZero/KindMind
Issue Tracker:https://github.com/SunyataZero/KindMind/issues
diff --git a/metadata/com.sweetiepiggy.everylocale.txt b/metadata/com.sweetiepiggy.everylocale.txt
index e98fee68c0..817ac115b3 100644
--- a/metadata/com.sweetiepiggy.everylocale.txt
+++ b/metadata/com.sweetiepiggy.everylocale.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://freecode.com/projects/every-locale
Source Code:https://github.com/sweetiepiggy/Every-Locale
Issue Tracker:https://github.com/sweetiepiggy/Every-Locale/issues
diff --git a/metadata/com.swiss.tournament.txt b/metadata/com.swiss.tournament.txt
index 5d7a604f72..9e0a286daf 100644
--- a/metadata/com.swiss.tournament.txt
+++ b/metadata/com.swiss.tournament.txt
@@ -42,5 +42,5 @@ Switch to UCM:RepoManifest when https://github.com/JhilanAlkarawi/Swiss-Tourname
Auto Update Mode:None
Update Check Mode:Static
-Current Version:1.0
-Current Version Code:1
+Current Version:0
+Current Version Code:0
diff --git a/metadata/com.taiste.lainari_en.txt b/metadata/com.taiste.lainari_en.txt
index 1f6b1802ce..408e6e0216 100644
--- a/metadata/com.taiste.lainari_en.txt
+++ b/metadata/com.taiste.lainari_en.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/helsinki-city-library/pocketlibrary/wiki
Source Code:https://github.com/helsinki-city-library/pocketlibrary
Issue Tracker:https://github.com/helsinki-city-library/pocketlibrary/issues
diff --git a/metadata/com.tasomaniac.openwith.floss.txt b/metadata/com.tasomaniac.openwith.floss.txt
index 3aacecb8e0..c9f8ab086e 100644
--- a/metadata/com.tasomaniac.openwith.floss.txt
+++ b/metadata/com.tasomaniac.openwith.floss.txt
@@ -45,6 +45,18 @@ Build:1.9-floss,19000
gradle=floss
prebuild=sed -i -e '/playImplementation/,+2d' -e '/fabric/d' -e '/SimpleDateFormatConstant/d' build.gradle ../build.gradle
+Build:1.9-floss,19001
+ commit=1.9.1
+ subdir=app
+ gradle=floss
+ prebuild=sed -i -e '/playImplementation/,+2d' -e '/fabric/d' -e '/SimpleDateFormatConstant/d' build.gradle ../build.gradle
+
+Build:2.0-floss,20000
+ commit=2.0
+ subdir=app
+ gradle=floss
+ prebuild=sed -i -e '/playImplementation/,+2d' -e '/fabric/d' -e '/SimpleDateFormatConstant/d' build.gradle ../build.gradle
+
Maintainer Notes:
Summary and Description have been removed since upstream provides
much better ones via Triple-T Gradle Play Publisher:
@@ -54,4 +66,4 @@ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
Auto Update Mode:None
Update Check Mode:None
Current Version:1.9-floss
-Current Version Code:19000
+Current Version Code:19001
diff --git a/metadata/com.tassadar.multirommgr.txt b/metadata/com.tassadar.multirommgr.txt
index a8f8c8900f..760e44bd10 100644
--- a/metadata/com.tassadar.multirommgr.txt
+++ b/metadata/com.tassadar.multirommgr.txt
@@ -1,5 +1,5 @@
Categories:Development,Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/Tasssadar/MultiROMMgr
Issue Tracker:https://github.com/Tasssadar/MultiROMMgr/issues
diff --git a/metadata/com.tastycactus.timesheet.txt b/metadata/com.tastycactus.timesheet.txt
index 30ce66e827..3f6b17429a 100644
--- a/metadata/com.tastycactus.timesheet.txt
+++ b/metadata/com.tastycactus.timesheet.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://tastycactus.com/projects/timesheet
Source Code:https://github.com/ambrice/timesheet
Issue Tracker:https://github.com/ambrice/timesheet/issues
diff --git a/metadata/com.teamdc.stephendiniz.autoaway.txt b/metadata/com.teamdc.stephendiniz.autoaway.txt
index e8e9ed3561..bcae7f3992 100644
--- a/metadata/com.teamdc.stephendiniz.autoaway.txt
+++ b/metadata/com.teamdc.stephendiniz.autoaway.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/DizzyThermal/Auto-Away
Issue Tracker:https://github.com/DizzyThermal/Auto-Away/issues
diff --git a/metadata/com.teeworlds.txt b/metadata/com.teeworlds.txt
index a343bb9032..6054f875fd 100644
--- a/metadata/com.teeworlds.txt
+++ b/metadata/com.teeworlds.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://www.teeworlds.com
Source Code:https://github.com/pelya/commandergenius
Issue Tracker:https://github.com/pelya/commandergenius/issues
diff --git a/metadata/com.teleca.jamendo.txt b/metadata/com.teleca.jamendo.txt
index 60431097be..8a91b64e78 100644
--- a/metadata/com.teleca.jamendo.txt
+++ b/metadata/com.teleca.jamendo.txt
@@ -10,6 +10,10 @@ Description:
A music player tied to the jamendo.com site, a large resource of free-licensed
music.
+Discover, listen, download and share the works of independent artists from
+across the world. JAMENDO.COM offers the largest Creative Commons-licensed music
+catalog on the planet! It's all free, legal & unlimited!
+
The versions with "-legacy" appended are for Android 1.6 through to 2.2. Take
care not to update automatically if you are using this one.
.
diff --git a/metadata/com.tengu.sharetoclipboard.txt b/metadata/com.tengu.sharetoclipboard.txt
index 0fc5e0ee0a..dfb0a7a9c7 100644
--- a/metadata/com.tengu.sharetoclipboard.txt
+++ b/metadata/com.tengu.sharetoclipboard.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/tengusw/share_to_clipboard
Issue Tracker:https://github.com/tengusw/share_to_clipboard/issues
diff --git a/metadata/com.termux.api.txt b/metadata/com.termux.api.txt
index 1364a7ab51..0f6dca8d74 100644
--- a/metadata/com.termux.api.txt
+++ b/metadata/com.termux.api.txt
@@ -1,5 +1,5 @@
Categories:System,Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://termux.com
Source Code:https://github.com/termux/termux-api
Issue Tracker:https://github.com/termux/termux-api/issues
@@ -10,7 +10,20 @@ Auto Name:Termux:API
Summary:Access Android functions from Termux
Description:
Expose basic Android functionality like sending SMS or accessing GPS data to the
-[[com.termux]] app.
+[[com.termux]] app. This is an add-on which requires that the main Termux app is
+installed to use.
+
+* Read and send sms messages from your terminal.
+* Access device GPS location sensor from scripts.
+* Pipe the result of commands into the device text-to-speech engine.
+* Vibrate the device when something interesting happens.
+* Access the system clipboard from shell scripts.
+* List contacts from the system contact list.
+
+Besides installing this app an additional package is required to install inside
+Termux:
+
+$ apt install termux-api
.
Repo Type:git
@@ -108,7 +121,49 @@ Build:0.20,20
gradle=yes
prebuild=sed -i -e '/signingConfig/d' build.gradle
+Build:0.21,21
+ commit=v0.21
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/signingConfig/d' build.gradle
+
+Build:0.22,22
+ commit=v0.22
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/signingConfig/d' build.gradle
+
+Build:0.24,24
+ commit=v0.24
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/signingConfig/d' build.gradle
+
+Build:0.25,25
+ commit=v0.25
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/signingConfig/d' build.gradle
+
+Build:0.26,26
+ commit=v0.26
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/signingConfig/d' build.gradle
+
+Build:0.27,27
+ commit=v0.27
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/signingConfig/d' build.gradle
+
+Build:0.28,28
+ commit=v0.28
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/signingConfig/d' build.gradle
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.20
-Current Version Code:20
+Current Version:0.28
+Current Version Code:28
diff --git a/metadata/com.termux.boot.txt b/metadata/com.termux.boot.txt
index 23664cb5de..e78bc1f3b1 100644
--- a/metadata/com.termux.boot.txt
+++ b/metadata/com.termux.boot.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://termux.com
Source Code:https://github.com/termux/termux-boot
Issue Tracker:https://github.com/termux/termux-boot/issues
@@ -14,13 +14,9 @@ This plugin for [[com.termux]] allows programs to be run at boot.
Instructions:
* Start the Termux:Boot app once by clicking on its launcher icon.
-
* This allow the app to be run at boot.
-
* Create the ~/.termux/boot/ directory.
-
* Put scripts you want to execute inside the ~/.termux/boot/ directory.
-
* If there are multiple files, they will be executed in a sorted order.
Note that you may want to run termux-wake-lock as first thing want to ensure
diff --git a/metadata/com.termux.styling.txt b/metadata/com.termux.styling.txt
index 30400712c8..375a7d7638 100644
--- a/metadata/com.termux.styling.txt
+++ b/metadata/com.termux.styling.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://termux.com
Source Code:https://github.com/termux/termux-styling
Issue Tracker:https://github.com/termux/termux-styling/issues
@@ -79,7 +79,17 @@ Build:0.21,21
subdir=app
gradle=yes
+Build:0.23,23
+ commit=v0.23
+ subdir=app
+ gradle=yes
+
+Build:0.24,24
+ commit=v0.24
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.21
-Current Version Code:21
+Current Version:0.24
+Current Version Code:24
diff --git a/metadata/com.termux.tasker.txt b/metadata/com.termux.tasker.txt
index 7c827f0e32..b9e127361c 100644
--- a/metadata/com.termux.tasker.txt
+++ b/metadata/com.termux.tasker.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeDep
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://termux.com
Source Code:https://github.com/termux/termux-tasker
Issue Tracker:https://github.com/termux/termux-tasker/issues
diff --git a/metadata/com.termux.txt b/metadata/com.termux.txt
index 460190a40c..03fa387e15 100644
--- a/metadata/com.termux.txt
+++ b/metadata/com.termux.txt
@@ -1,8 +1,9 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://termux.com
Source Code:https://github.com/termux/termux-app
Issue Tracker:https://github.com/termux/termux-app/issues
+Changelog:https://github.com/termux/termux-app/releases
Donate:https://termux.com/donate.html
Bitcoin:1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
@@ -294,7 +295,32 @@ Build:0.60,60
subdir=app
gradle=yes
+Build:0.61,61
+ commit=v0.61
+ subdir=app
+ gradle=yes
+
+Build:0.62,62
+ commit=v0.62
+ subdir=app
+ gradle=yes
+
+Build:0.63,63
+ commit=v0.63
+ subdir=app
+ gradle=yes
+
+Build:0.64,64
+ commit=v0.64
+ subdir=app
+ gradle=yes
+
+Build:0.65,65
+ commit=v0.65
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.60
-Current Version Code:60
+Current Version:0.65
+Current Version Code:65
diff --git a/metadata/com.termux.widget.txt b/metadata/com.termux.widget.txt
index 3d16408724..bd39029f15 100644
--- a/metadata/com.termux.widget.txt
+++ b/metadata/com.termux.widget.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://termux.com
Source Code:https://github.com/termux/termux-widget
Issue Tracker:https://github.com/termux/termux-widget/issues
diff --git a/metadata/com.termux.window.txt b/metadata/com.termux.window.txt
index 9c24af41a9..2b3039b9c9 100644
--- a/metadata/com.termux.window.txt
+++ b/metadata/com.termux.window.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://termux.com
Source Code:https://github.com/termux/termux-float
Issue Tracker:https://github.com/termux/termux-float/issues
diff --git a/metadata/com.th.XenonWallpapers.txt b/metadata/com.th.XenonWallpapers.txt
index 264d214a3c..b807796f3f 100644
--- a/metadata/com.th.XenonWallpapers.txt
+++ b/metadata/com.th.XenonWallpapers.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://www.xenonhd.com
Source Code:https://github.com/TeamHorizon/android_packages_apps_XenonWallpapers
Issue Tracker:https://github.com/TeamHorizon/android_packages_apps_XenonWallpapers/issues
diff --git a/metadata/com.thefonz.ed_tool.txt b/metadata/com.thefonz.ed_tool.txt
index d5e3e1f81d..7931ef4377 100644
--- a/metadata/com.thefonz.ed_tool.txt
+++ b/metadata/com.thefonz.ed_tool.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://github.com/SmokeyMcBong/ED_Tool/blob/HEAD/README.md
Source Code:https://github.com/SmokeyMcBong/ED_Tool
Issue Tracker:https://github.com/SmokeyMcBong/ED_Tool/issues
diff --git a/metadata/com.thermatk.android.xf.fakegapps.yml b/metadata/com.thermatk.android.xf.fakegapps.yml
index 01907e6084..a8810009e3 100644
--- a/metadata/com.thermatk.android.xf.fakegapps.yml
+++ b/metadata/com.thermatk.android.xf.fakegapps.yml
@@ -1,6 +1,6 @@
Categories:
- System
-License: GPL-3.0
+License: GPL-3.0-only
SourceCode: https://github.com/thermatk/FakeGApps
IssueTracker: https://github.com/thermatk/FakeGApps/issues
Changelog: https://github.com/thermatk/FakeGApps/releases
diff --git a/metadata/com.thibaudperso.sonycamera.txt b/metadata/com.thibaudperso.sonycamera.txt
index f225ae1c72..75af58b579 100644
--- a/metadata/com.thibaudperso.sonycamera.txt
+++ b/metadata/com.thibaudperso.sonycamera.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Multimedia
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://github.com/ThibaudM/timelapse-sony/blob/HEAD/README.md
Source Code:https://github.com/ThibaudM/timelapse-sony
Issue Tracker:https://github.com/ThibaudM/timelapse-sony/issues
@@ -10,6 +10,14 @@ Summary:Control a Sony camera over WiFi
Description:
Take pictures with interval time in WiFi mode for your Sony camera. Works with
devices RX100-mk2, NEX-5R, QX-10 / QX-100, NEX-6, Alpha-7, RX10 and DSC-HX50V.
+
+'''Features:'''
+
+* Take pictures remotely with your sony camera
+* Choose the delay between pictures
+* Initial delay
+* Photo preview
+* Take pictures even when the screen is turned off
.
Repo Type:git
diff --git a/metadata/com.timvdalen.gizmooi.txt b/metadata/com.timvdalen.gizmooi.txt
index aaa592f761..0fe6de81ba 100644
--- a/metadata/com.timvdalen.gizmooi.txt
+++ b/metadata/com.timvdalen.gizmooi.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/timvdalen/gizmooi
Issue Tracker:https://github.com/timvdalen/gizmooi/issues
diff --git a/metadata/com.tinfoil.sms.txt b/metadata/com.tinfoil.sms.txt
deleted file mode 100644
index f8715fbeb1..0000000000
--- a/metadata/com.tinfoil.sms.txt
+++ /dev/null
@@ -1,47 +0,0 @@
-Categories:Phone & SMS
-License:GPL-3.0
-Web Site:http://tinfoilhat.github.io/tinfoil-sms
-Source Code:https://github.com/tinfoilhat/tinfoil-sms
-Issue Tracker:https://github.com/tinfoilhat/tinfoil-sms/issues
-Donate:https://tinfoilhat.github.io/tinfoil-sms/#donate
-
-Auto Name:Tinfoil-SMS
-Summary:Encrypt text messages
-Description:
-Tinfoil-SMS encrypts your texts. It uses 256 bit ECC public keys as well as a
-unique signed key exchange to prevent any "man-in-the-middle" attacks.
-
-WARNING! THIS BUILD USES BINARY FILES FROM UPSTREAM!
-.
-
-Repo Type:git
-Repo:https://github.com/tinfoilhat/tinfoil-sms.git
-
-Build:1.3.1,16
- disable=orwell and bouncycastle/strippedcastle fail to build
- commit=1.3.1-fdroid
- srclibs=1:NineOldAndroids@2.4.0,Orwell@v1.1,BouncyCastle@r1rv50
- rm=libs/*
- extlibs=android/android-support-v4.jar
- prebuild=cp $$Orwell$$/libs/bcprov-jdk15on-150.jar $$Orwell$$/../bin/orwell-1.1.jar libs/
- scanignore=resources
-
-Build:1.4.0,20
- disable=builds, but uses jars
- commit=cfe99a6264af818521d1ed6c3f9c18b4089b5f8b
- srclibs=1:NineOldAndroids@2.4.0,Orwell@v1.1
- rm=libs/*
- extlibs=android/android-support-v4.jar
- prebuild=cp $$Orwell$$/../bin/orwell*jar $$Orwell$$/libs/bcprov*jar libs/
-
-Maintainer Notes:
-* Use commits from master-fdroid ...
-* ... or v.v.v-fdroid tags.
-* orwell and bcprov build but
-* Patch to switch to gradle is included, wait for Orwell's issue #2.
-.
-
-Auto Update Mode:None
-Update Check Mode:Tags
-Current Version:1.4.0
-Current Version Code:20
diff --git a/metadata/com.tkjelectronics.balanduino.txt b/metadata/com.tkjelectronics.balanduino.txt
index 1b4b89c189..7e55020dfa 100644
--- a/metadata/com.tkjelectronics.balanduino.txt
+++ b/metadata/com.tkjelectronics.balanduino.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://www.balanduino.net
Source Code:https://github.com/TKJElectronics/BalanduinoAndroidApp
Issue Tracker:https://github.com/TKJElectronics/BalanduinoAndroidApp/issues
diff --git a/metadata/com.tmarki.comicmaker.txt b/metadata/com.tmarki.comicmaker.txt
index 93123a8ab3..14aeb7291b 100644
--- a/metadata/com.tmarki.comicmaker.txt
+++ b/metadata/com.tmarki.comicmaker.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Graphics
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.tmarki.com/apps
Source Code:https://github.com/tmarki/android-rage-maker
Issue Tracker:https://github.com/tmarki/android-rage-maker/issues
diff --git a/metadata/com.tmendes.birthdaydroid.txt b/metadata/com.tmendes.birthdaydroid.txt
index 96df56364b..ae408df6b3 100644
--- a/metadata/com.tmendes.birthdaydroid.txt
+++ b/metadata/com.tmendes.birthdaydroid.txt
@@ -1,10 +1,10 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/tmendes/BirthDayDroid/blob/HEAD/README.md
Source Code:https://gitlab.com/tmendes/BirthDayDroid
Issue Tracker:https://gitlab.com/tmendes/BirthDayDroid/issues
-Auto Name:BirthDay Droid
+Auto Name:BirthDayDroid
Summary:Check your contacts birthdays
Description:
Helps you to remember your contact's birthdays. It scans your local contact list
@@ -30,7 +30,52 @@ Build:20170615_VC12,12
subdir=app
gradle=yes
-Auto Update Mode:None
-Update Check Mode:RepoManifest
-Current Version:20170615_VC12
-Current Version Code:12
+Build:20180602_VC20,20
+ commit=20180602_VC20
+ subdir=app
+ gradle=yes
+
+Build:20180612_VC21,21
+ commit=20180612_VC21
+ subdir=app
+ gradle=yes
+
+Build:20180620_VC22,22
+ commit=20180620_VC22
+ subdir=app
+ gradle=yes
+
+Build:20180718_VC23,23
+ commit=20180718_VC23
+ subdir=app
+ gradle=yes
+
+Build:20180801_VC24,24
+ commit=20180801_VC24
+ subdir=app
+ gradle=yes
+
+Build:20180802_VC25,25
+ commit=20180802_VC25
+ subdir=app
+ gradle=yes
+
+Build:20180814_VC26,26
+ commit=20180814_VC26
+ subdir=app
+ gradle=yes
+
+Build:20180825_VC27,27
+ commit=20180825_VC27
+ subdir=app
+ gradle=yes
+
+Build:20180826_VC28,28
+ commit=20180826_VC28
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:20180826_VC28
+Current Version Code:28
diff --git a/metadata/com.tmendes.dadosd.txt b/metadata/com.tmendes.dadosd.txt
index a9489544e3..202d672451 100644
--- a/metadata/com.tmendes.dadosd.txt
+++ b/metadata/com.tmendes.dadosd.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/tmendes/DadosD/blob/HEAD/README.md
Source Code:https://gitlab.com/tmendes/DadosD
Issue Tracker:https://gitlab.com/tmendes/DadosD/issues
diff --git a/metadata/com.tobykurien.batteryfu.txt b/metadata/com.tobykurien.batteryfu.txt
index 88fb27ad73..cdff009c9c 100644
--- a/metadata/com.tobykurien.batteryfu.txt
+++ b/metadata/com.tobykurien.batteryfu.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/tobykurien/BatteryFu
Issue Tracker:https://github.com/tobykurien/BatteryFu/issues
@@ -41,7 +41,15 @@ Build:1.47,47
prebuild=cp libs/android-support-v4.jar Widgets/libs/ && \
sed -i -e '/task wrapper(type: Wrapper) {/,+2d' build.gradle
+Build:1.48,48
+ commit=v1.48
+ gradle=yes
+ rm=libs/android-support-v4.jar,Widgets/libs/android-support-v4.jar,gradle
+ extlibs=android/android-support-v4.jar
+ prebuild=cp libs/android-support-v4.jar Widgets/libs/ && \
+ echo -e "android { lintOptions { disable 'MissingTranslation' } }" >> build.gradle
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.47
-Current Version Code:47
+Current Version:1.48
+Current Version Code:48
diff --git a/metadata/com.tobykurien.google_news.txt b/metadata/com.tobykurien.google_news.txt
index da89148d0a..219ec3590c 100644
--- a/metadata/com.tobykurien.google_news.txt
+++ b/metadata/com.tobykurien.google_news.txt
@@ -1,8 +1,8 @@
Categories:Internet
License:MIT
Web Site:https://plus.google.com/u/0/118226948467140990198/posts/YVNFmADvAs4
-Source Code:https://github.com/tobykurien/GoogleNews
-Issue Tracker:https://github.com/tobykurien/GoogleNews/issues
+Source Code:https://github.com/tobykurien/GoogleApps
+Issue Tracker:https://github.com/tobykurien/GoogleApps/issues
Auto Name:GApps Browser
Summary:Sandbox for web apps
@@ -19,7 +19,7 @@ regular browser, thus keeping the Google authentication sandboxed in the app.
.
Repo Type:git
-Repo:https://github.com/tobykurien/GoogleNews.git
+Repo:https://github.com/tobykurien/GoogleApps.git
Build:1.8,8
commit=4fc415
diff --git a/metadata/com.tobykurien.webapps.txt b/metadata/com.tobykurien.webapps.txt
index 5753556168..afa83cfe1c 100644
--- a/metadata/com.tobykurien.webapps.txt
+++ b/metadata/com.tobykurien.webapps.txt
@@ -138,7 +138,22 @@ Build:v2.15,22
subdir=app
gradle=yes
+Build:v2.16,23
+ commit=v2.16
+ subdir=app
+ gradle=yes
+
+Build:v2.17,24
+ commit=v2.17
+ subdir=app
+ gradle=yes
+
+Build:v2.18,25
+ commit=v2.18
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:v2.15
-Current Version Code:22
+Current Version:v2.18
+Current Version Code:25
diff --git a/metadata/com.tobykurien.webmediashare.yml b/metadata/com.tobykurien.webmediashare.yml
new file mode 100644
index 0000000000..ad376236c0
--- /dev/null
+++ b/metadata/com.tobykurien.webmediashare.yml
@@ -0,0 +1,36 @@
+Categories:
+ - Internet
+ - Multimedia
+License: MIT
+WebSite: https://github.com/tobykurien/WebMediaShare
+SourceCode: https://github.com/tobykurien/WebMediaShare
+IssueTracker: https://github.com/tobykurien/WebMediaShare/issues
+Changelog: https://github.com/tobykurien/WebMediaShare/releases
+
+AutoName: Web Media Share
+Summary: Browser for viewing, sharing, or casting media from websites
+Description: |
+ WebMediaShare is an app to browse your favourite media websites (e.g. online
+ streaming sites, online radio stations, etc.) so that you can:
+
+ * view the content without ads/popups/redirects/etc.
+ * share music from a streaming site to a media player app like VLC, so that it continues playing even if the screen is off
+ * send the media to your TV or Hifi (e.g. via the Kore app for Kodi, [[org.xbmc.kore]]). This works like Chromecast, but without the need for the Chromecast device, a Google account, Google Play Services, or special support for the site.
+ * share the media URL to friends on chats or email
+ * share the media to an app for downloading
+
+RepoType: git
+Repo: https://github.com/tobykurien/WebMediaShare.git
+
+Builds:
+ - versionName: v1.0
+ versionCode: 1
+ commit: v1.0
+ gradle:
+ - yes
+ output: app/build/outputs/apk/app-release-unsigned.apk
+
+AutoUpdateMode: Version v%v
+UpdateCheckMode: Tags
+CurrentVersion: v1.0
+CurrentVersionCode: 1
diff --git a/metadata/com.todobom.opennotescanner.txt b/metadata/com.todobom.opennotescanner.txt
index 50571b7f6c..b34da25881 100644
--- a/metadata/com.todobom.opennotescanner.txt
+++ b/metadata/com.todobom.opennotescanner.txt
@@ -1,5 +1,5 @@
Categories:Science & Education,Graphics
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/ctodobom/OpenNoteScanner
Issue Tracker:https://github.com/ctodobom/OpenNoteScanner/issues
diff --git a/metadata/com.tomaszmarzeion.notepad.txt b/metadata/com.tomaszmarzeion.notepad.txt
index 340875af96..bc8469c8ab 100644
--- a/metadata/com.tomaszmarzeion.notepad.txt
+++ b/metadata/com.tomaszmarzeion.notepad.txt
@@ -1,8 +1,8 @@
Categories:Writing
-License:GPL-3.0+
-Web Site:https://github.com/szafir1100/drawable-notepad/blob/HEAD/README.md
-Source Code:https://github.com/szafir1100/drawable-notepad
-Issue Tracker:https://github.com/szafir1100/drawable-notepad/issues
+License:GPL-3.0-or-later
+Web Site:https://github.com/tmarzeion/drawable-notepad/blob/HEAD/README.md
+Source Code:https://github.com/tmarzeion/drawable-notepad
+Issue Tracker:https://github.com/tmarzeion/drawable-notepad/issues
Auto Name:Notepad
Summary:Take notes
@@ -19,7 +19,7 @@ Features:
.
Repo Type:git
-Repo:https://github.com/szafir1100/drawable-notepad.git
+Repo:https://github.com/tmarzeion/drawable-notepad.git
Build:1.0,1
commit=c860ffe766bd546215d0a0e7dc49e8e28279dcf7
diff --git a/metadata/com.tomatodev.timerdroid.txt b/metadata/com.tomatodev.timerdroid.txt
index 4e0f2c1444..e7dd7ca2fd 100644
--- a/metadata/com.tomatodev.timerdroid.txt
+++ b/metadata/com.tomatodev.timerdroid.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/hoffimar/timerdroid
Issue Tracker:https://github.com/hoffimar/timerdroid/issues
@@ -28,5 +28,5 @@ Build:2.1.3,1412213
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:3.1.1
-Current Version Code:1412311
+Current Version:3.1.2
+Current Version Code:1412312
diff --git a/metadata/com.tomer.alwayson.txt b/metadata/com.tomer.alwayson.txt
index 584bb7cb93..625d179a37 100644
--- a/metadata/com.tomer.alwayson.txt
+++ b/metadata/com.tomer.alwayson.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:Tomer Rosenfeld
Author Email:tomer@tomerrosenfeld.com
Web Site:
diff --git a/metadata/com.tomer.dbz.widget.txt b/metadata/com.tomer.dbz.widget.txt
index 12d39eb3b6..4be573d1a6 100644
--- a/metadata/com.tomer.dbz.widget.txt
+++ b/metadata/com.tomer.dbz.widget.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:Tomer Rosenfeld
Author Email:tomer@tomerrosenfeld.com
Web Site:
diff --git a/metadata/com.tomer.draw.txt b/metadata/com.tomer.draw.txt
index cc4a419681..21fc1a0809 100644
--- a/metadata/com.tomer.draw.txt
+++ b/metadata/com.tomer.draw.txt
@@ -1,5 +1,5 @@
Categories:Graphics
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:Tomer Rosenfeld
Author Email:tomer.rosenfeld@protonmail.com
Web Site:
@@ -11,7 +11,16 @@ Auto Name:Quick Draw Everywhere
Summary:Draw and take notes everywhere on your device
Description:
Quickly draw anywhere on your screen using a floating bubble and a simple, yet
-powerful drawing canvas
+powerful drawing canvas.
+
+The app will create a popup icon, clicking that icon will open a drawing area.
+Draw and sketch in the provided area, when you are done click the save button.
+
+'''Features:'''
+
+* Save and view images
+* Draw/erase
+* Undo button
.
Repo Type:git
diff --git a/metadata/com.tomer.poke.notifier.txt b/metadata/com.tomer.poke.notifier.txt
index f675b43bbc..b00914b874 100644
--- a/metadata/com.tomer.poke.notifier.txt
+++ b/metadata/com.tomer.poke.notifier.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeDep
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/rosenpin/More-For-GO/blob/HEAD/README.md
Source Code:https://github.com/rosenpin/More-For-GO
Issue Tracker:https://github.com/rosenpin/More-For-GO/issues
diff --git a/metadata/com.tomer.screenshotsharer.txt b/metadata/com.tomer.screenshotsharer.txt
index 82058b5f47..4bddd3a80f 100644
--- a/metadata/com.tomer.screenshotsharer.txt
+++ b/metadata/com.tomer.screenshotsharer.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:Tomer Rosenfeld
Author Email:tomer@tomerrosenfeld.com
Web Site:
diff --git a/metadata/com.tortel.syslog.txt b/metadata/com.tortel.syslog.txt
index 6f25ba37d6..a0f72754bb 100644
--- a/metadata/com.tortel.syslog.txt
+++ b/metadata/com.tortel.syslog.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://github.com/Tortel/SysLog/blob/HEAD/Readme.md
Source Code:https://github.com/Tortel/SysLog
Issue Tracker:https://github.com/Tortel/SysLog/issues
@@ -11,6 +11,15 @@ Description:
Records various log types, compresses them and saves them as currently as a tar
file. The logs are saved under the primary external storage folders named by the
date and time.
+
+Log types supported:
+
+* Kernel logs (dmsg)
+* Last kernel log (last_kmsg, if device supports it)
+* Main log (Logcat)
+* Modem log
+* Event logs
+* SELinux audit logs
.
Repo Type:git
@@ -57,11 +66,26 @@ Build:2.1.2,26
subdir=app
gradle=yes
+Build:2.1.4,28
+ commit=v2.1.4
+ subdir=app
+ gradle=yes
+
+Build:2.1.5,29
+ commit=v2.1.5
+ subdir=app
+ gradle=yes
+
+Build:2.1.6,30
+ commit=v2.1.6
+ 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.6
+Current Version Code:30
diff --git a/metadata/com.tortuca.holoken.txt b/metadata/com.tortuca.holoken.txt
index fddf72da0e..93c9cd24ff 100644
--- a/metadata/com.tortuca.holoken.txt
+++ b/metadata/com.tortuca.holoken.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/tortuca/holoken-alpha
Issue Tracker:https://github.com/tortuca/holoken-alpha/issues
diff --git a/metadata/com.totsp.crossword.shortyz.txt b/metadata/com.totsp.crossword.shortyz.txt
index debd4483ea..34f4c172b9 100644
--- a/metadata/com.totsp.crossword.shortyz.txt
+++ b/metadata/com.totsp.crossword.shortyz.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.kebernet.net/Home/projects/shortyz
Source Code:https://github.com/kebernet/shortyz
Issue Tracker:https://github.com/kebernet/shortyz/issues
diff --git a/metadata/com.traffar.a24game.txt b/metadata/com.traffar.a24game.txt
index fad3e9a5b0..556360821b 100644
--- a/metadata/com.traffar.a24game.txt
+++ b/metadata/com.traffar.a24game.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://bitbucket.org/przemekr/24-game
Source Code:https://bitbucket.org/przemekr/24-game/src
Issue Tracker:https://bitbucket.org/przemekr/24-game/issues
diff --git a/metadata/com.traffar.game_of_life.txt b/metadata/com.traffar.game_of_life.txt
index 267db085b0..f5892bba90 100644
--- a/metadata/com.traffar.game_of_life.txt
+++ b/metadata/com.traffar.game_of_life.txt
@@ -1,5 +1,5 @@
Categories:Games,Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://bitbucket.org/przemekr/game_of_life_agg
Source Code:https://bitbucket.org/przemekr/game_of_life_agg/src
Issue Tracker:https://bitbucket.org/przemekr/game_of_life_agg/issues
diff --git a/metadata/com.traffar.gomoku.txt b/metadata/com.traffar.gomoku.txt
index 788fde0f78..8292de6f15 100644
--- a/metadata/com.traffar.gomoku.txt
+++ b/metadata/com.traffar.gomoku.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://bitbucket.org/przemekr/gomoku
Source Code:https://bitbucket.org/przemekr/gomoku/src
Issue Tracker:https://bitbucket.org/przemekr/gomoku/issues
diff --git a/metadata/com.traffar.oware.txt b/metadata/com.traffar.oware.txt
index 20c4a50f56..05aa36c7d0 100644
--- a/metadata/com.traffar.oware.txt
+++ b/metadata/com.traffar.oware.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://bitbucket.org/przemekr/oware_agg
Source Code:https://bitbucket.org/przemekr/oware_agg/src
Issue Tracker:https://bitbucket.org/przemekr/oware_agg/issues
diff --git a/metadata/com.traffar.pentago.txt b/metadata/com.traffar.pentago.txt
index 8b149f5280..0bb740aa36 100644
--- a/metadata/com.traffar.pentago.txt
+++ b/metadata/com.traffar.pentago.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://bitbucket.org/przemekr/pentago
Source Code:https://bitbucket.org/przemekr/pentago/src
Issue Tracker:https://bitbucket.org/przemekr/pentago/issues
diff --git a/metadata/com.tritop.androsense2.txt b/metadata/com.tritop.androsense2.txt
index ce7129484c..eac4cd2a46 100644
--- a/metadata/com.tritop.androsense2.txt
+++ b/metadata/com.tritop.androsense2.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/androsens2
Source Code:https://code.google.com/p/androsens2/source
Issue Tracker:
diff --git a/metadata/com.tttdevs.stncbookmarks.txt b/metadata/com.tttdevs.stncbookmarks.txt
index d6853bb481..ffbe7ae186 100644
--- a/metadata/com.tttdevs.stncbookmarks.txt
+++ b/metadata/com.tttdevs.stncbookmarks.txt
@@ -1,5 +1,5 @@
Categories:Internet,Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/TTTDevs/NextCloudBookmarksAndroid/blob/HEAD/README.md
Source Code:https://github.com/TTTDevs/NextCloudBookmarksAndroid
Issue Tracker:https://github.com/TTTDevs/NextCloudBookmarksAndroid/issues
diff --git a/metadata/com.tum.yahtzee.txt b/metadata/com.tum.yahtzee.txt
index 0367937fbe..d8c173d795 100644
--- a/metadata/com.tum.yahtzee.txt
+++ b/metadata/com.tum.yahtzee.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/MichaelE1000/yahtzee4android
Issue Tracker:https://github.com/MichaelE1000/yahtzee4android/issues
diff --git a/metadata/com.tunes.viewer.txt b/metadata/com.tunes.viewer.txt
index 5b94563e69..5115605a78 100644
--- a/metadata/com.tunes.viewer.txt
+++ b/metadata/com.tunes.viewer.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://tunesviewer.sourceforge.net
Source Code:https://bitbucket.org/LBryan/tunesviewer-android
Issue Tracker:https://sourceforge.net/p/tunesviewer/bugs/
diff --git a/metadata/com.twinone.locker.txt b/metadata/com.twinone.locker.txt
index 48b7cf8b94..6bd3a00043 100644
--- a/metadata/com.twinone.locker.txt
+++ b/metadata/com.twinone.locker.txt
@@ -39,5 +39,5 @@ Github project deleted or made private.
Auto Update Mode:None
Update Check Mode:None
-Current Version:2.6.0
-Current Version Code:2600
+Current Version:0
+Current Version Code:0
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.twofours.surespot.txt b/metadata/com.twofours.surespot.txt
index 65daa4a286..b23514c00b 100644
--- a/metadata/com.twofours.surespot.txt
+++ b/metadata/com.twofours.surespot.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeDep
Categories:Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://www.surespot.me/
Source Code:https://github.com/zoff99/surespot-android
Issue Tracker:https://github.com/zoff99/surespot-android/issues
diff --git a/metadata/com.u17od.upm.txt b/metadata/com.u17od.upm.txt
index 8f23207d15..dbac24ab01 100644
--- a/metadata/com.u17od.upm.txt
+++ b/metadata/com.u17od.upm.txt
@@ -1,5 +1,5 @@
Categories:Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://upm.sourceforge.net
Source Code:https://github.com/adrian/upm-android
Issue Tracker:https://github.com/adrian/upm-android/issues
@@ -30,5 +30,5 @@ However, app was added years ago...
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:1.17
-Current Version Code:22
+Current Version:1.18
+Current Version Code:23
diff --git a/metadata/com.ubuntuone.android.files.txt b/metadata/com.ubuntuone.android.files.txt
index 9689c4d2f0..901798f056 100644
--- a/metadata/com.ubuntuone.android.files.txt
+++ b/metadata/com.ubuntuone.android.files.txt
@@ -1,7 +1,7 @@
Disabled:UbuntuOne has been shut down.
AntiFeatures:NonFreeNet,UpstreamNonFree
Categories:Internet
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:https://one.ubuntu.com
Source Code:https://code.launchpad.net/ubuntuone-android-files
Issue Tracker:https://bugs.launchpad.net/ubuntuone-android-files
diff --git a/metadata/com.ultrafunk.network_info.txt b/metadata/com.ultrafunk.network_info.txt
index 407761aadf..57a6125969 100644
--- a/metadata/com.ultrafunk.network_info.txt
+++ b/metadata/com.ultrafunk.network_info.txt
@@ -9,7 +9,16 @@ Summary:Widget for network connectivity
Description:
Easy to use single or dual widget with a clean design that shows the current
mobile data and/or WiFi connection details, with quick shortcuts to change the
-settings for each of them and easy access to turn any of them ON or OFF.
+settings for each of them and easy access to turn any of them ON or OFF. On
+Android 5 (Lollipop) and newer versions the Mobile data ON / OFF toggle displays
+the Data usage screen because Google has removed the API used to turn mobile
+data on & off.
+
+For mobile data connections it displays the current network operator name,
+broadband access type (EDGE, LTE etc.) + generation (2G, 3G, 4G), roaming status
+and approximate data usage per hour / day / week since device boot. For Wi-Fi
+connections it displays the current network name (SSID), security type, link
+speed, IP address and frequency band (2.4 or 5 GHz).
.
Repo Type:git
diff --git a/metadata/com.ultramegasoft.flavordex2.txt b/metadata/com.ultramegasoft.flavordex2.txt
new file mode 100644
index 0000000000..abb39c1a31
--- /dev/null
+++ b/metadata/com.ultramegasoft.flavordex2.txt
@@ -0,0 +1,25 @@
+Categories:Writing
+License:MIT
+Web Site:http://ultramegasoft.com
+Source Code:https://github.com/ultramega/flavordex
+Issue Tracker:https://github.com/ultramega/flavordex/issues
+
+Auto Name:Flavordex
+
+Repo Type:git
+Repo:https://github.com/ultramega/flavordex
+
+Build:2.5.0,21
+ commit=2.5.0
+ subdir=app
+ gradle=yes
+
+Build:2.5.1,22
+ commit=2.5.1
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:2.5.1
+Current Version Code:22
diff --git a/metadata/com.ultramegatech.ey.txt b/metadata/com.ultramegatech.ey.txt
index b4716af9e5..a6827c2240 100644
--- a/metadata/com.ultramegatech.ey.txt
+++ b/metadata/com.ultramegatech.ey.txt
@@ -5,19 +5,6 @@ Source Code:https://github.com/ultramega/elementary
Issue Tracker:https://github.com/ultramega/elementary/issues
Auto Name:Elementary
-Summary:Periodic Table of the Elements reference app
-Description:
-Elementary is a simple Periodic Table and element reference application.
-
-Features:
-
-* Zoomable Periodic Table of the Elements
-* Tap an element to view some basic details
-* Easy access to Wikipedia and a YouTube video on the element
-* Free with absolutely no ads!
-
-Videos provided by [http://www.periodicvideos.com/ Periodic Videos].
-.
Repo Type:git
Repo:https://github.com/ultramega/elementary.git
@@ -139,7 +126,17 @@ Build:0.8.5,31
subdir=app
gradle=yes
+Build:0.8.6,32
+ commit=0.8.6
+ subdir=app
+ gradle=yes
+
+Build:0.9.0,33
+ commit=0.9.0
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:0.8.5
-Current Version Code:31
+Current Version:0.9.0
+Current Version Code:33
diff --git a/metadata/com.unleashyouradventure.swaccess.txt b/metadata/com.unleashyouradventure.swaccess.txt
index 49a435826b..2141d399cb 100644
--- a/metadata/com.unleashyouradventure.swaccess.txt
+++ b/metadata/com.unleashyouradventure.swaccess.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://unleashyouradventure.com
Source Code:https://github.com/patrick-schweizer/smashwords-access-for-android
Issue Tracker:https://github.com/patrick-schweizer/smashwords-access-for-android/issues
diff --git a/metadata/com.uploadedlobster.PwdHash.txt b/metadata/com.uploadedlobster.PwdHash.txt
index 41991853ce..94bec1fd6b 100644
--- a/metadata/com.uploadedlobster.PwdHash.txt
+++ b/metadata/com.uploadedlobster.PwdHash.txt
@@ -51,7 +51,12 @@ Build:1.3.12,23
Build:1.3.13,24
commit=1.3.13
+Build:1.3.14,25
+ commit=1.3.14
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.3.13
-Current Version Code:24
+Current Version:1.3.14
+Current Version Code:25
diff --git a/metadata/com.ushahidi.android.app.txt b/metadata/com.ushahidi.android.app.txt
index 43085699da..fec458506e 100644
--- a/metadata/com.ushahidi.android.app.txt
+++ b/metadata/com.ushahidi.android.app.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:LGPL-3.0
+License:LGPL-3.0-only
Web Site:
Source Code:https://github.com/ushahidi/Ushahidi_Android
Issue Tracker:
diff --git a/metadata/com.utyf.pmetro.txt b/metadata/com.utyf.pmetro.txt
index 08cf302e06..7f1ff75840 100644
--- a/metadata/com.utyf.pmetro.txt
+++ b/metadata/com.utyf.pmetro.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/Utyff/pMetro
Issue Tracker:https://github.com/Utyff/pMetro/issues
diff --git a/metadata/com.vadimfrolov.duorem.txt b/metadata/com.vadimfrolov.duorem.txt
index c1206388ff..f2d13434cb 100644
--- a/metadata/com.vadimfrolov.duorem.txt
+++ b/metadata/com.vadimfrolov.duorem.txt
@@ -1,41 +1,16 @@
Categories:System,Internet,Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Author Name:Vadim Frolov
Author Email:mail@vadimfrolov.com
-Web Site:https://github.com/fralik/duorem
+Web Site:https://github.com/fralik/Duorem
Source Code:https://github.com/fralik/Duorem
Issue Tracker:https://github.com/fralik/Duorem/issues
+Changelog:https://github.com/fralik/Duorem/blob/HEAD/CHANGELOG.md
Auto Name:Duorem
-Summary:Wake up or shutdown remote computer from your phone/tablet
-Description:
-The idea behind this app is to provide people who are not very familiar with
-computer interfaces a simple and easy way to control a remote computer. Imagine
-your grand parent needs a way to power a media server. Quick and efficiently!
-
-The application uses Wake On Lan (WOL) technique to start a remote computer. You
-need to make sure that your computer and network is set up for and support WOL.
-The app can only power off or restart a Linux-based computer. It performs these
-actions using secure shell (SSH). Your remote computer must be configurated to
-enable ssh connections. Username that is used for SSH must have sudo rights.
-
-Note that SSH credentials are stored in application praeferences unencrypted!
-Anyone with root access can read it.
-
-Differences from similar apps
-
-* Supports power off and power on signals.
-* Controls only a single computer.
-* Big interface controls for people with thick fingers.
-* Remote computer status and commands feedback.
-* Host search for easy first-time setup.
-* Open source, no ads.
-
-Bug reports and comments are welcome on app development page.
-.
Repo Type:git
-Repo:https://github.com/fralik/Duorem
+Repo:https://github.com/fralik/Duorem.git
Build:1.0.0,1
commit=v1.0.0
@@ -54,7 +29,25 @@ Build:1.1.1,3
gradle=yes
prebuild=echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
+Build:1.1.2,4
+ commit=v1.1.2
+ subdir=app
+ gradle=yes
+ prebuild=echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
+
+Build:1.1.3,5
+ commit=v1.1.3
+ subdir=app
+ gradle=yes
+ prebuild=echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
+
+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
Update Check Mode:Tags v.*\d$
-Current Version:1.1.1
-Current Version Code:3
+Current Version:1.1.3
+Current Version Code:5
diff --git a/metadata/com.valleytg.oasvn.android.txt b/metadata/com.valleytg.oasvn.android.txt
index e74f907bfe..74d1f5bee0 100644
--- a/metadata/com.valleytg.oasvn.android.txt
+++ b/metadata/com.valleytg.oasvn.android.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:LGPL-3.0
+License:LGPL-3.0-only
Web Site:
Source Code:http://www.valleytg.com
Issue Tracker:http://www.valleytg.com:8090/secure/Dashboard.jspa
diff --git a/metadata/com.veniosg.dir.txt b/metadata/com.veniosg.dir.txt
index ed81dcbdfb..3b7b6bd8d6 100644
--- a/metadata/com.veniosg.dir.txt
+++ b/metadata/com.veniosg.dir.txt
@@ -37,6 +37,11 @@ Build:1.5.2.3,1523
subdir=app
gradle=Fdroid
+Build:1.5.6,1560
+ commit=1.5.6
+ subdir=app
+ gradle=Fdroid
+
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.]*)
diff --git a/metadata/com.vgorcum.minedmonero.txt b/metadata/com.vgorcum.minedmonero.txt
index 5d22c8c86c..ccc7d582b5 100644
--- a/metadata/com.vgorcum.minedmonero.txt
+++ b/metadata/com.vgorcum.minedmonero.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/mvgorcum/minedmonero
Source Code:https://gitlab.com/mvgorcum/minedmonero/tree/HEAD
Issue Tracker:https://gitlab.com/mvgorcum/minedmonero/issues
diff --git a/metadata/com.viper.simplert.txt b/metadata/com.viper.simplert.txt
index 1e6aa62140..9475fc014f 100644
--- a/metadata/com.viper.simplert.txt
+++ b/metadata/com.viper.simplert.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/vvviperrr/SimpleRT
Issue Tracker:https://github.com/vvviperrr/SimpleRT/issues
@@ -10,6 +10,11 @@ Description:
Allows you to share your computer's internet connection with your Android device
via a USB cable.
+''Features:''
+
+* Multi-tether. You can connect several android devices into one virtual network!
+* DNS server specifying (custom or system one).
+
Development is still in progress, bugs and errors can occur.
.
diff --git a/metadata/com.vlille.checker.txt b/metadata/com.vlille.checker.txt
index 16b2526008..07610fcc81 100644
--- a/metadata/com.vlille.checker.txt
+++ b/metadata/com.vlille.checker.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/ojacquemart/vlilleChecker
Issue Tracker:https://github.com/ojacquemart/vlilleChecker/issues
diff --git a/metadata/com.vmihalachi.turboeditor.txt b/metadata/com.vmihalachi.turboeditor.txt
index fdbb000404..01740e236a 100644
--- a/metadata/com.vmihalachi.turboeditor.txt
+++ b/metadata/com.vmihalachi.turboeditor.txt
@@ -1,6 +1,6 @@
Disabled:Superseded by com.maskyn.fileeditorpro
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://vmihalachi.github.io/turbo-editor
Source Code:https://github.com/vmihalachi/turbo-editor
Issue Tracker:https://github.com/vmihalachi/turbo-editor/issues
diff --git a/metadata/com.voidcode.diasporawebclient.txt b/metadata/com.voidcode.diasporawebclient.txt
index 135ae8534d..abd4d69480 100644
--- a/metadata/com.voidcode.diasporawebclient.txt
+++ b/metadata/com.voidcode.diasporawebclient.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/voidcode/Diaspora-Webclient
Issue Tracker:https://github.com/voidcode/Diaspora-Webclient/issues
@@ -7,7 +7,13 @@ Issue Tracker:https://github.com/voidcode/Diaspora-Webclient/issues
Auto Name:Diaspora Webclient
Summary:Diaspora Social Network Client
Description:
-Client for the Diaspora social network.
+Client for the Diaspora social network which gives you the opportunity to
+
+* Read your stream.
+* Share a message.
+* Find quickly a stream via tag searches.
+* Switch between pods(see settings).
+* Auto-translation of post(with Google or Microsoft Translator).
.
Repo Type:git
diff --git a/metadata/com.volosyukivan.txt b/metadata/com.volosyukivan.txt
index 9dceedd954..f3d0ea57ae 100644
--- a/metadata/com.volosyukivan.txt
+++ b/metadata/com.volosyukivan.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/ivanvolosyuk/wifikeyboard
Issue Tracker:https://github.com/ivanvolosyuk/wifikeyboard/issues
diff --git a/metadata/com.vonglasow.michael.qz.txt b/metadata/com.vonglasow.michael.qz.txt
index 04ce19909f..baa7359b63 100644
--- a/metadata/com.vonglasow.michael.qz.txt
+++ b/metadata/com.vonglasow.michael.qz.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://gitlab.com/mvglasow/qz/wikis/home
Source Code:https://gitlab.com/mvglasow/qz
Issue Tracker:https://gitlab.com/mvglasow/qz/issues
@@ -16,7 +16,19 @@ Build:1.1,10100
gradle=yes
rm=contrib/rdssurveyor/RDSSurveyor/lib/*jar,contrib/rdssurveyor/JNIBackends/V4LBackend/libv4ltuner.so
+Build:1.2,10200
+ commit=qz-1.2
+ submodules=yes
+ gradle=yes
+ rm=contrib/rdssurveyor/RDSSurveyor/lib/*jar,contrib/rdssurveyor/JNIBackends/V4LBackend/libv4ltuner.so
+
+Build:2.0.0,20000
+ commit=qz-2.0.0
+ submodules=yes
+ gradle=yes
+ rm=contrib/rdssurveyor/RDSSurveyor/lib/*jar,contrib/rdssurveyor/JNIBackends/V4LBackend/libv4ltuner.so
+
Auto Update Mode:Version qz-%v
Update Check Mode:Tags
-Current Version:1.1
-Current Version Code:10100
+Current Version:2.0.0
+Current Version Code:20000
diff --git a/metadata/com.vonglasow.michael.satstat.txt b/metadata/com.vonglasow.michael.satstat.txt
index d3af63c4f5..44049663a2 100644
--- a/metadata/com.vonglasow.michael.satstat.txt
+++ b/metadata/com.vonglasow.michael.satstat.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://mvglasow.github.io/satstat/index.html
Source Code:https://github.com/mvglasow/satstat
Issue Tracker:https://github.com/mvglasow/satstat/issues
diff --git a/metadata/com.vrem.wifianalyzer.txt b/metadata/com.vrem.wifianalyzer.txt
index c72cc8ce9c..4d54758fa3 100644
--- a/metadata/com.vrem.wifianalyzer.txt
+++ b/metadata/com.vrem.wifianalyzer.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://vremsoftwaredevelopment.github.io/WiFiAnalyzer
Source Code:https://github.com/VREMSoftwareDevelopment/WifiAnalyzer
Issue Tracker:https://github.com/VREMSoftwareDevelopment/WifiAnalyzer/issues
@@ -141,11 +141,31 @@ Build:1.8.10,36
subdir=app
gradle=yes
+Build:1.8.11,37
+ commit=V1.8.11-F-DROID
+ subdir=app
+ gradle=yes
+
+Build:1.9.1,39
+ commit=V1.9.1-F-DROID
+ subdir=app
+ gradle=yes
+
+Build:1.9.2,40
+ commit=V1.9.2-F-DROID
+ subdir=app
+ gradle=yes
+
+Build:1.9.3,41
+ commit=V1.9.3-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.9.3
+Current Version Code:41
diff --git a/metadata/com.vsmartcard.acardemulator.txt b/metadata/com.vsmartcard.acardemulator.txt
index 16a1a866d3..a05c8835a1 100644
--- a/metadata/com.vsmartcard.acardemulator.txt
+++ b/metadata/com.vsmartcard.acardemulator.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://frankmorgner.github.io/vsmartcard/ACardEmulator/README.html
Source Code:https://github.com/frankmorgner/vsmartcard
Issue Tracker:https://github.com/frankmorgner/vsmartcard/issues
diff --git a/metadata/com.vsmartcard.remotesmartcardreader.app.txt b/metadata/com.vsmartcard.remotesmartcardreader.app.txt
index 51c47fc2e1..5f5daf591e 100644
--- a/metadata/com.vsmartcard.remotesmartcardreader.app.txt
+++ b/metadata/com.vsmartcard.remotesmartcardreader.app.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://frankmorgner.github.io/vsmartcard/remote-reader/README.html
Source Code:https://github.com/frankmorgner/vsmartcard
Issue Tracker:https://github.com/frankmorgner/vsmartcard/issues
diff --git a/metadata/com.vuze.android.remote.txt b/metadata/com.vuze.android.remote.txt
index a47bb4a799..8d612f4b54 100644
--- a/metadata/com.vuze.android.remote.txt
+++ b/metadata/com.vuze.android.remote.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://wiki.vuze.com/w/Android_Remote_Guide
Source Code:https://github.com/vuze/vuze-remote-for-android
Issue Tracker:http://forum.vuze.com/Forum-Android-Remote-Client
diff --git a/metadata/com.vwp.locdemo.txt b/metadata/com.vwp.locdemo.txt
index 95be3a19e8..f8e01b7f08 100644
--- a/metadata/com.vwp.locdemo.txt
+++ b/metadata/com.vwp.locdemo.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://sourceforge.net/p/libwlocate/code
Issue Tracker:https://sourceforge.net/p/libwlocate
diff --git a/metadata/com.vwp.owmap.txt b/metadata/com.vwp.owmap.txt
index db5126cf2d..68add8ac7c 100644
--- a/metadata/com.vwp.owmap.txt
+++ b/metadata/com.vwp.owmap.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://sourceforge.net/p/libwlocate/code
Issue Tracker:https://sourceforge.net/p/libwlocate
diff --git a/metadata/com.vwp.owmini.txt b/metadata/com.vwp.owmini.txt
index b57794057c..73a86a9bc6 100644
--- a/metadata/com.vwp.owmini.txt
+++ b/metadata/com.vwp.owmini.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://sourceforge.net/p/libwlocate/code
Issue Tracker:https://sourceforge.net/p/libwlocate
diff --git a/metadata/com.wabadaba.dziennik.txt b/metadata/com.wabadaba.dziennik.txt
index 60963ece84..dcc2091515 100644
--- a/metadata/com.wabadaba.dziennik.txt
+++ b/metadata/com.wabadaba.dziennik.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/shymmq/librus-client-kotlin
Issue Tracker:https://github.com/shymmq/librus-client-kotlin/issues
@@ -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.waifusims.wanicchou.txt b/metadata/com.waifusims.wanicchou.txt
new file mode 100644
index 0000000000..4c6caf63a5
--- /dev/null
+++ b/metadata/com.waifusims.wanicchou.txt
@@ -0,0 +1,32 @@
+AntiFeatures:NonFreeNet
+Categories:Science & Education
+License:Apache-2.0
+Web Site:
+Source Code:https://github.com/Limegrass/Wanicchou
+Issue Tracker:https://github.com/Limegrass/Wanicchou/issues
+
+Auto Name:Wanicchou
+Summary:Online Japanese-Japanese Dictionary with Anki support
+Description:
+和日帳 (わにっちょう)Wanicchou is a J-J Dictionary drawing definitions from
+[https://www.sanseido.biz/ Sanseido] interfaced with the AnkiDroid API to
+quickly add words and their definitions.
+.
+
+Repo Type:git
+Repo:https://github.com/Limegrass/Wanicchou.git
+
+Build:v0.2.1-beta,7
+ commit=v0.2.1-beta
+ subdir=app
+ gradle=yes
+
+Build:v0.3.2-beta,9
+ commit=v0.3.2-beta
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:v0.3.2-beta
+Current Version Code:9
diff --git a/metadata/com.waist.line.txt b/metadata/com.waist.line.txt
new file mode 100644
index 0000000000..f62dfc93b7
--- /dev/null
+++ b/metadata/com.waist.line.txt
@@ -0,0 +1,163 @@
+Categories:Sports & Health
+License:GPL-3.0-only
+Web Site:
+Source Code:https://github.com/davidhealey/waistline
+Issue Tracker:https://github.com/davidhealey/waistline/issues
+Changelog:https://github.com/davidhealey/waistline/releases
+
+Auto Name:Waistline
+Summary:Free calorie counter and weight tracker
+Description:
+Currently in Beta. Waistline is a calorie counter and weight tracker that allows
+the user to keep a diary of the food they eat and variations in their weight.
+All data is kept on the user's device and can be exported or imported easily
+when needed. The app includes a barcode scanner that connects to the Open Food
+Facts database to pull in product information.
+.
+
+Repo Type:git
+Repo:https://github.com/davidhealey/waistline.git
+
+Build:1.0.0,10000
+ commit=v1.0
+ subdir=platforms/android/app
+ gradle=yes
+ srclibs=BarcodeScanner@2.1.5
+ rm=node_modules,platforms/android/CordovaLib/build/intermediates,platforms/android/app/build/intermediates,platforms/browser,plugins,platforms/android/app/libs/barcodescanner-release-2.1.5.aar
+ prebuild=sed -i -e '/gradleVersion/d' build.gradle
+ scandelete=platforms
+ build=pushd $$BarcodeScanner$$ && \
+ rm local.properties && \
+ gradle clean assembleRelease && \
+ popd && \
+ cp $$BarcodeScanner$$/barcodescanner/build/outputs/aar/barcodescanner-release.aar libs/barcodescanner-release-2.1.5.aar
+
+Build:1.0.2,10002
+ commit=v1.0.2
+ subdir=platforms/android/app
+ gradle=yes
+ srclibs=BarcodeScanner@2.1.5
+ rm=node_modules,platforms/android/CordovaLib/build/intermediates,platforms/android/app/build/intermediates,platforms/browser,plugins,platforms/android/app/libs/barcodescanner-release-2.1.5.aar
+ prebuild=sed -i -e '/gradleVersion/d' build.gradle
+ scandelete=platforms
+ build=pushd $$BarcodeScanner$$ && \
+ rm local.properties && \
+ gradle clean assembleRelease && \
+ popd && \
+ cp $$BarcodeScanner$$/barcodescanner/build/outputs/aar/barcodescanner-release.aar libs/barcodescanner-release-2.1.5.aar
+
+Build:2.0.0,20000
+ commit=v2.0.0
+ subdir=platforms/android/app
+ gradle=yes
+ srclibs=BarcodeScanner@2.1.5
+ rm=node_modules,platforms/android/CordovaLib/build/intermediates,platforms/android/app/build/intermediates,platforms/browser,plugins,platforms/android/app/libs/barcodescanner-release-2.1.5.aar
+ prebuild=sed -i -e '/gradleVersion/d' build.gradle
+ scandelete=platforms
+ build=pushd $$BarcodeScanner$$ && \
+ rm local.properties && \
+ gradle clean assembleRelease && \
+ popd && \
+ cp $$BarcodeScanner$$/barcodescanner/build/outputs/aar/barcodescanner-release.aar libs/barcodescanner-release-2.1.5.aar
+
+Build:2.1.0,20100
+ commit=v2.1.0
+ subdir=platforms/android/app
+ gradle=yes
+ srclibs=BarcodeScanner@2.1.5
+ rm=node_modules,platforms/android/CordovaLib/build/intermediates,platforms/android/app/build/intermediates,platforms/browser,plugins,platforms/android/app/libs/barcodescanner-release-2.1.5.aar
+ prebuild=sed -i -e '/gradleVersion/d' build.gradle
+ scandelete=platforms
+ build=pushd $$BarcodeScanner$$ && \
+ rm local.properties && \
+ gradle clean assembleRelease && \
+ popd && \
+ cp $$BarcodeScanner$$/barcodescanner/build/outputs/aar/barcodescanner-release.aar libs/barcodescanner-release-2.1.5.aar
+
+Build:2.2.1,20201
+ commit=v2.2.1
+ subdir=platforms/android/app
+ gradle=yes
+ srclibs=BarcodeScanner@2.1.5
+ rm=node_modules,platforms/android/CordovaLib/build/intermediates,platforms/android/app/build/intermediates,platforms/browser,plugins,platforms/android/app/libs/barcodescanner-release-2.1.5.aar
+ prebuild=sed -i -e '/gradleVersion/d' build.gradle
+ scandelete=platforms
+ build=pushd $$BarcodeScanner$$ && \
+ rm local.properties && \
+ gradle clean assembleRelease && \
+ popd && \
+ cp $$BarcodeScanner$$/barcodescanner/build/outputs/aar/barcodescanner-release.aar libs/barcodescanner-release-2.1.5.aar
+
+Build:2.2.2,20202
+ disable=Unexpected version/version code in output; APK: '2.2.1' / '20201', Expected: '2.2.2' / '20202'
+ commit=v2.2.2
+ subdir=platforms/android/app
+ gradle=yes
+ srclibs=BarcodeScanner@2.1.5
+ rm=node_modules,platforms/android/CordovaLib/build/intermediates,platforms/android/app/build/intermediates,platforms/browser,plugins,platforms/android/app/libs/barcodescanner-release-2.1.5.aar
+ prebuild=sed -i -e '/gradleVersion/d' build.gradle
+ scandelete=platforms
+ build=pushd $$BarcodeScanner$$ && \
+ rm local.properties && \
+ gradle clean assembleRelease && \
+ popd && \
+ cp $$BarcodeScanner$$/barcodescanner/build/outputs/aar/barcodescanner-release.aar libs/barcodescanner-release-2.1.5.aar
+
+Build:2.2.3,20203
+ commit=v2.2.3
+ subdir=platforms/android/app
+ gradle=yes
+ srclibs=BarcodeScanner@2.1.5
+ rm=node_modules,platforms/android/CordovaLib/build/intermediates,platforms/android/app/build/intermediates,platforms/browser,plugins,platforms/android/app/libs/barcodescanner-release-2.1.5.aar
+ prebuild=sed -i -e '/gradleVersion/d' build.gradle
+ scandelete=platforms
+ build=pushd $$BarcodeScanner$$ && \
+ rm local.properties && \
+ gradle clean assembleRelease && \
+ popd && \
+ cp $$BarcodeScanner$$/barcodescanner/build/outputs/aar/barcodescanner-release.aar libs/barcodescanner-release-2.1.5.aar
+
+Build:2.3.3,20303
+ commit=2.3.3
+ subdir=platforms/android/app
+ gradle=yes
+ srclibs=BarcodeScanner@2.1.5
+ rm=images,node_modules,platforms/android/CordovaLib/build/intermediates,platforms/android/app/build/intermediates,platforms/browser,plugins,platforms/android/app/libs/barcodescanner-release-2.1.5.aar,res,www
+ prebuild=sed -i -e '/gradleVersion/d' build.gradle
+ build=pushd $$BarcodeScanner$$ && \
+ rm local.properties && \
+ gradle clean assembleRelease && \
+ popd && \
+ cp $$BarcodeScanner$$/barcodescanner/build/outputs/aar/barcodescanner-release.aar libs/barcodescanner-release-2.1.5.aar
+
+Build:2.3.4,20304
+ disable=uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library [:CordovaLib]
+ commit=2.3.4
+ subdir=platforms/android/app
+ gradle=yes
+ srclibs=BarcodeScanner@2.1.5
+ rm=images,node_modules,platforms/android/CordovaLib/build/intermediates,platforms/android/app/build/intermediates,platforms/browser,plugins,platforms/android/app/libs/barcodescanner-release-2.1.5.aar,res,www
+ prebuild=sed -i -e '/gradleVersion/d' build.gradle
+ build=pushd $$BarcodeScanner$$ && \
+ rm local.properties && \
+ gradle clean assembleRelease && \
+ popd && \
+ cp $$BarcodeScanner$$/barcodescanner/build/outputs/aar/barcodescanner-release.aar libs/barcodescanner-release-2.1.5.aar
+
+Build:2.3.5,20305
+ commit=2.3.5
+ subdir=platforms/android/app
+ gradle=yes
+ srclibs=BarcodeScanner@2.1.5
+ rm=images,node_modules,platforms/android/CordovaLib/build/intermediates,platforms/android/app/build/intermediates,platforms/browser,plugins,platforms/android/app/libs/barcodescanner-release-2.1.5.aar,res,www
+ prebuild=sed -i -e '/gradleVersion/d' build.gradle
+ build=pushd $$BarcodeScanner$$ && \
+ rm local.properties && \
+ gradle clean assembleRelease && \
+ popd && \
+ cp $$BarcodeScanner$$/barcodescanner/build/outputs/aar/barcodescanner-release.aar libs/barcodescanner-release-2.1.5.aar
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:2.3.5
+Current Version Code:20305
diff --git a/metadata/com.wanderfar.expander.txt b/metadata/com.wanderfar.expander.txt
index 033297934d..82d968e86c 100644
--- a/metadata/com.wanderfar.expander.txt
+++ b/metadata/com.wanderfar.expander.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/bhubie/Expander
Issue Tracker:https://github.com/bhubie/Expander/issues
diff --git a/metadata/com.wangdaye.mysplash.txt b/metadata/com.wangdaye.mysplash.txt
index 598b20c105..ce633d53d6 100644
--- a/metadata/com.wangdaye.mysplash.txt
+++ b/metadata/com.wangdaye.mysplash.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:LGPL-3.0
+License:LGPL-3.0-only
Web Site:https://github.com/WangDaYeeeeee/Mysplash/blob/HEAD/README.md
Source Code:https://github.com/WangDaYeeeeee/Mysplash
Issue Tracker:https://github.com/WangDaYeeeeee/Mysplash/issues
@@ -191,7 +191,21 @@ Build:3.3.1,331
gradle=yes
prebuild=sed -i -Ee '/systemProp.https?.proxy/d' ../gradle.properties
+Build:3.3.3,333
+ commit=3.3.3
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -Ee '/systemProp.https?.proxy/d' ../gradle.properties
+
+Build:3.3.9,339
+ commit=3.3.9
+ subdir=app
+ patch=3.3.9-de_locale.patch,3.3.9-ru_locale.patch
+ gradle=yes
+ rm=app/src/main/res/resource/values-ru/arrays.xml,app/src/main/res/resource/values-ru/strings.xml
+ prebuild=git checkout a307d32e325b8f33022f28975fac9253d1de705d -- ../gradle.properties
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.3.1
-Current Version Code:331
+Current Version:3.3.9
+Current Version Code:339
diff --git a/metadata/com.wangdaye.mysplash/3.3.9-de_locale.patch b/metadata/com.wangdaye.mysplash/3.3.9-de_locale.patch
new file mode 100644
index 0000000000..9651fdbdd1
--- /dev/null
+++ b/metadata/com.wangdaye.mysplash/3.3.9-de_locale.patch
@@ -0,0 +1,43 @@
+commit 8beace7c677f2e4787f74569cee1ebda2137edec
+Author: mueller-ma
+Date: Fri Nov 10 21:27:51 2017 +0100
+
+ Fix typos in german translation
+
+ Signed-off-by: mueller-ma
+
+diff --git a/app/src/main/res/resource/values-de/arrays.xml b/app/src/main/res/resource/values-de/arrays.xml
+index 5ab208f..ac3decf 100644
+--- a/app/src/main/res/resource/values-de/arrays.xml
++++ b/app/src/main/res/resource/values-de/arrays.xml
+@@ -37,7 +37,7 @@
+
+
+
+- - HERUNTERKADEN
++ - HERUNTERLADEN
+ - TEILEN
+ - HINTERGRUNDBILD
+
+@@ -52,7 +52,7 @@
+
+
+
+- - Tiny
++ - Klein
+ - Kompakt
+ - Roh
+
+diff --git a/app/src/main/res/resource/values-de/strings.xml b/app/src/main/res/resource/values-de/strings.xml
+index 2954626..88296c4 100644
+--- a/app/src/main/res/resource/values-de/strings.xml
++++ b/app/src/main/res/resource/values-de/strings.xml
+@@ -38,7 +38,7 @@
+ Favoriten
+ Sammeln
+ Gesammelt
+- Herunterkaden
++ Herunterladen
+ Gefolgt
+ Veröffentlicht
+ Publiziert
diff --git a/metadata/com.wangdaye.mysplash/3.3.9-ru_locale.patch b/metadata/com.wangdaye.mysplash/3.3.9-ru_locale.patch
new file mode 100644
index 0000000000..7262932a1c
--- /dev/null
+++ b/metadata/com.wangdaye.mysplash/3.3.9-ru_locale.patch
@@ -0,0 +1,549 @@
+commit 6955c45d5ff00ea6b30d5369a75b512f4fca315c
+Author: Lesya Novaselskaya
+Date: Fri Nov 17 21:41:20 2017 +0300
+
+ Fix ru_locale strings and arrays
+
+ 1) Fix incorrect, awkward and machine-translated strings
+
+ 2) Regroup strings (they were ordered alphabetically; it was pretty
+ confusing: related values, originally grouped by type ['settings_'
+ or 'action_' etc.) were scattered all around the xml) to fit the
+ original EN XML file
+
+ 3) Fix missing, incorrect, awkward and machined-translated arrays
+
+ 4) Add missing strings (it seems that many strings were added in
+ EN locale, but were missing in Russian one) and arrays
+
+ 5) Perhaps it was not worth translating commented out
+ portion. I thought it was probably tagging work in progress, so if
+ it's not needed, I can remove it.
+
+ 6) Fix date format
+
+ 7) RU translation is not simply fixed up, it was rather reworked.
+ Hence fix translator name.
+
+ Signed-off-by: Lesya Novaselskaya
+
+diff --git a/app/src/main/res/resource/values-ru/arrays-fixed.xml b/app/src/main/res/resource/values-ru/arrays-fixed.xml
+new file mode 100644
+index 0000000..54baa41
+--- /dev/null
++++ b/app/src/main/res/resource/values-ru/arrays-fixed.xml
+@@ -0,0 +1,174 @@
++
++
++
++
++
++ - ПОПУЛЯРНЫЕ
++ - НОВЫЕ
++ - ИЗБРАННЫЕ
++
++
++
++
++ - ИЗБРАННЫЕ
++ - ВСЕ
++ - ВЫБРАННЫЕ ПРОФЕССИОНАЛАМИ
++
++
++
++ - избранные
++ - все
++ - выбранные профессионалами
++
++
++
++
++ - ФОТОГРАФИИ
++ - КОЛЛЕКЦИИ
++ - ПОЛЬЗОВАТЕЛИ
++
++
++
++
++ - ФОТОГРАФИИ
++ - ПОНРАВИВШИЕСЯ
++ - КОЛЛЕКЦИИ
++
++
++
++
++ - ПОДПИСЧИКИ
++ - ПОДПИСКИ
++
++
++
++
++ - ЗАГРУЗИТЬ
++ - ПОДЕЛИТЬСЯ
++ - ФОНОВОЕ ИЗОБРАЖЕНИЕ
++
++
++
++
++ - Свежие
++ - Старые
++ - Популярные
++ - Случайные
++
++
++
++ - свежие
++ - старые
++ - популярные
++ - случайные
++
++
++
++
++ - Крошечный
++ - Сжатый
++ - Исходный
++
++
++
++ - крошечный
++ - сжатый
++ - исходный
++
++
++
++
++ - К спискам изображений
++ - Домой
++ - Действие не назначено
++
++
++
++ - к спискам изображений
++ - домой
++ - действие не назначено
++
++
++
++
++ - Быстро (300 мс)
++ - Средне (1000 мс)
++ - Обычно (2000 мс)
++
++
++
++ - 300
++ - 1000
++ - 2000
++
++
++
++
++ - Пейзаж
++ - Портрет
++ - Квадрат
++
++
++
++ - пейзаж
++ - портрет
++ - квадрат
++
++
++
++
++
+diff --git a/app/src/main/res/resource/values-ru/strings-fixed.xml b/app/src/main/res/resource/values-ru/strings-fixed.xml
+new file mode 100644
+index 0000000..ef31a89
+--- /dev/null
++++ b/app/src/main/res/resource/values-ru/strings-fixed.xml
+@@ -0,0 +1,316 @@
++
++
++
++ Mysplash
++ Работает с Unsplash.com
++
++
++ О приложении
++ Введение
++ GitHub
++ Почта
++ Исходный код
++ Пожертвования (Alipay)
++ ПЕРЕВОДЧИКИ
++ БИБЛИОТЕКИ
++ Войти
++ Выйти
++ Копировать
++ Далее
++ Отмена
++ Фон
++ Подробнее
++ Перезапустить
++ Создать
++ Удалить
++ Сохранить
++ Проверить
++ Настроить
++ Поиск
++ Подписаться
++ Подписан
++ Мои подписки
++ ВСЕ
++ Статистика
++ Автор:
++ Вкл.
++ Сейчас
++
++ Нравится
++ Понравившиеся
++ Добавить
++ Добавлены
++ Загрузить
++ Подписаны на вас
++ Реализовано
++ Опубликовано
++ ОТОБРАННЫЕ
++ Фотографии
++ Пользователи
++ для
++ ваш
++ вы
++ Фотография
++ ЕЩЁ
++
++ лет назад
++ месяцев назад
++ дней назад
++ часов назад
++ минут назад
++ секунд назад
++
++ Похожие фотографии
++ Похожие коллекции
++
++ Использовать системный
++
++
++ Unsplash.com
++ Отличные (и бесплатные) снимки хорошего качества.\n Ими поделились лучшие на свете фотографы.
++ Retrofit 2.0
++ HTTP клиент с надёжной системой типов для Android и Java (разработка Square, Inc).
++ Glide
++ Библиотека для загрузки и кэширования изображений для Android. Основное отличие — плавная прокрутка.
++ CircularProgressView
++ Сделанный в реалистичном (material) стиле круглый индикатор выполнения процесса для Android.
++ CircleImageView
++ Круглая иконка для представления изображений для Android.
++ PhotoView
++ Реализация ImageView для Android, поддерживающая масштабирование с помощью жестов.
++ InkPageIndicator
++ @nickbutcher написал InkPageIndicator для Plaid (https://github.com.nickbutcher/plaid). David Pacioianu портировал его для API 14+ (4.0+).
++ greenDAO
++ greenDAO это световой индикатор активности для Android, который отображает объекты в базах данных SQLite.
++ Butter Knife
++ Привязывает представление данных и объекты на Android к полям и методам. Генерирует шаблоны кода.
++
++
++ Нажмите, чтобы попробовать ещё раз
++
++ Загрузить не удалось.
++ Загрузить не удалось.
++ Загружать нечего.
++ Загружать нечего.
++
++ Найти не получилось.
++ Ничего не нашлось.
++ Искать нечего.
++ Искать нечего.
++ Найти снимки, коллекции или пользователей
++ Ключевое слово для поиска снимков
++ Ключевое слово для поиска пользователей
++ Найти снимок
++ Найти коллекцию
++ Найти пользователя
++
++ Перепустите приложение, прежде чем продолжить с ним работать.
++
++ Загрузка выполнена.
++ Снимок загружен.
++ Загрузить снимок не получилось.
++ Коллекция загружена.
++ Загрузить коллекцию не получилось.
++ Загружается
++ Загрузка начата.
++ Обнаружить SD карту не получилось.
++ Создать файл не получилось.
++ Нет необходимых прав доступа.
++ Поделиться снимком
++ Установить снимок как фоновое изображение
++ Загрузить повторно.
++ Файла с таким именем нет.
++
++ Просмотры
++ Загрузки
++ Понравилось
++ Размер
++ Цвет
++ Местоположение
++ Производитель фотоаппарата
++ Модель фотоаппарата
++ Экпозиция
++ Диаметр объектива
++ Фокусное расстояние
++ Светочувствительность
++
++ В портфолио ничего нет.
++ Фильтр не настроен.
++
++ Request access token failed.
++ Войдите в аккаунт Unsplash.
++ Войти в аккаунт Unsplash.
++
++ Редактировать личные данные
++ Имя пользователя (буквы, цифры, символы подчёркивания)
++ Имя
++ Фамилия
++ Почта
++ Личная страница или портфолио
++ Местоположение
++ Коротко о себе
++ Изменить личные данные не получилось.
++
++ Добавить в коллекцию
++ Удалить из коллекции
++ Создать новую коллекцию
++ Изменить коллекцию
++ Название
++ Описание (необязательно)
++ Отметить коллекцию как личную
++
++ Необходимо указать название.
++ Точно?
++
++ Что делает кнопка назад.
++
++ Добавить снимок не получилось.
++ Удалить снимок не получилось.
++ Создать коллекцию не получилось.
++ Не удалось сохранить изменения в коллекции.
++ Удалить коллекцию не получилось.
++
++ Сервер перегружен
++ Превышено число обращений в час к Unsplash API. Сейчас ничего загрузить не получится.\n\nПопробуйте ещё раз чуть позже.
++
++ Подтвердить смену темы
++ Если сейчас поменять тему, это отменит все текущие загрузки.
++ Подтвердить перезапуск
++ Если сейчас перезапустить приложение, это отменит все текущие загрузки.
++
++ Чтобы выйти, нажмите ещё раз.
++
++ Снимок с Unsplash.com
++ Автор: # , снято $\n
++ Коллекция с Unsplash.com
++ Создано # , $\n
++ Личные данные пользователя Unsplash.com
++ #\n
++
++ Не получилось отметить снимок как понравившийся.
++ Удалить из понравившегося не получилось.
++
++ Не получилось подписаться.
++ Отменить подписку не получилось.
++
++ История изменений отсутствует или не загрузилась.
++
++ Загрузить уведомления не получилось.
++
++ Частота обновления (в часах)
++ Можно выбрать в пределах от 1 до 24 часов.
++ Обновлять только если устройство подключено к Wi-Fi.
++ Указать источник для коллекции.
++ Источник отмечен.
++ Источник с таким именем уже есть.
++ Выйти без сохранения настроек?
++
++
++ Прокрутить в начало
++ Нажмите на верхнюю панель или на кнопку назад, чтобы попасть в начало просмотра.
++
++ d MMMM yyyy г.
++ Избранные фотографии с Unsplash
++
++
++ Домой
++ Подписаться
++ Коллекции
++ Категории
++ Множественный фильтр
++ Изменить тему
++ Загрузки
++ Настройки
++ О приложении
++
++ Здания
++ Еда и напитки
++ Природа
++ Предметы
++ Люди
++ Техника
++
++ Поиск
++ Фильтр
++ Уведомления
++
++ Обновить
++
++ Удалить текст
++
++ Нравится
++ Сохранить
++ Веб-страница загрузки
++ Веб-страница с историей снимка
++ Поделиться
++ Меню
++
++ Ссылка на портфолио
++ Загрузить свою фотографию
++
++ Редактировать
++ Загрузить
++ Отметить как источник для сборника лучших снимков
++
++ Путь загрузки
++ Отменить все
++
++ Обрезать изображение как квадрат
++ Обрезать изображение как прямоугольник
++
++ Выровнять по левому краю
++ Выровнять по центру
++ Выровнять по правому краю
++
++ Фоновое изображение
++ Экран блокировки
++ Фоновое изображение и экран блокировки
++
++ Настройки для сборника лучших снимков
++
++
++ activity_container
++
++ photo_image
++ photo_background
++
++ user_avatar
++
++ me_avatar
++
++ collection_avatar
++ collection_background
++
++
++ ОСНОВНЫЕ
++ Нажмите кнопку назад, чтобы попасть в начало
++ Пользовательский API ключ
++ Настройте ваш собственный API ключ и секретный код.
++ Язык
++
++ ФИЛЬТР
++ Порядок по умолчанию
++ Коллекция по умолчанию
++
++ ЗАГРУЗКИ
++ Размер загружаемых изображений
++
++ ПРОСМОТР
++ Продолжительность цветового насыщения снимка
++ Показывать сетку изображений в вертиальной ориентации
++ Показывать сетку изображений в горизонтальной ориентации
++
++
++ back_to_top
++ custom_api_key
++ language
++ default_photo_order
++ download_scale
++ saturation_animation_duration
++ grid_list_in_port
++ grid_list_in_land
++
++ notified_set_back_to_top
++
++
+diff --git a/app/src/main/java/com/wangdaye/mysplash/about/presenter/CreateAboutModelImplementor.java b/app/src/main/java/com/wangdaye/mysplash/about/presenter/CreateAboutModelImplementor.java
+index 85fe20b..c9c5944 100644
+--- a/app/src/main/java/com/wangdaye/mysplash/about/presenter/CreateAboutModelImplementor.java
++++ b/app/src/main/java/com/wangdaye/mysplash/about/presenter/CreateAboutModelImplementor.java
+@@ -72,10 +72,10 @@ public class CreateAboutModelImplementor {
+ R.drawable.flag_de,
+ "https://github.com/OffifialMITX"));
+ modelList.add(new TranslatorObject(
+- "https://avatars0.githubusercontent.com/u/3891063?v=3&s=400",
+- "Alex",
++ "https://avatars0.githubusercontent.com/u/1187496?s=400&v=4",
++ "Mesnevi",
+ R.drawable.flag_ru,
+- "https://github.com/Ulop"));
++ "https://github.com/Mesnevi"));
+ modelList.add(new TranslatorObject(
+ "https://ssl.gstatic.com/bt/C3341AA7A1A076756462EE2E5CD71C11/avatars/avatar_tile_s_80.png",
+ "Sergio Otón",
diff --git a/metadata/com.wanghaus.remembeer.txt b/metadata/com.wanghaus.remembeer.txt
index f94f186d7b..1624f8d8d7 100644
--- a/metadata/com.wanghaus.remembeer.txt
+++ b/metadata/com.wanghaus.remembeer.txt
@@ -1,9 +1,9 @@
AntiFeatures:NonFreeNet
Categories:Writing
License:MIT
-Web Site:http://remembeer.info
-Source Code:https://code.discordians.net/projects/remembeer/repository
-Issue Tracker:https://code.discordians.net/projects/remembeer/issues
+Web Site:
+Source Code:
+Issue Tracker:
Auto Name:Remembeer
Summary:Rate the beers you drink
@@ -37,5 +37,7 @@ Source repo at git://code.discordians.net/srv/git/remembeer.git disappeared.
Auto Update Mode:None
Update Check Mode:None
-Current Version:1.3.0
-Current Version Code:50
+Current Version:0
+Current Version Code:0
+
+No Source Since:1.3.1
diff --git a/metadata/com.watabou.pixeldungeon.txt b/metadata/com.watabou.pixeldungeon.txt
index f5c8f8e37c..821ed1c180 100644
--- a/metadata/com.watabou.pixeldungeon.txt
+++ b/metadata/com.watabou.pixeldungeon.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://pixeldungeon.watabou.ru
Source Code:https://github.com/watabou/pixel-dungeon
Issue Tracker:https://github.com/watabou/pixel-dungeon/issues
diff --git a/metadata/com.wbrenna.gtfsoffline.txt b/metadata/com.wbrenna.gtfsoffline.txt
index d69881df54..bbe262e51f 100644
--- a/metadata/com.wbrenna.gtfsoffline.txt
+++ b/metadata/com.wbrenna.gtfsoffline.txt
@@ -1,5 +1,5 @@
Categories:Navigation,Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://wbrenna.ca/wilson/projects/gtfsoffline.php
Source Code:https://github.com/wbrenna/GTFSOffline
Issue Tracker:https://github.com/wbrenna/GTFSOffline/issues
diff --git a/metadata/com.weatherlight.elloshare.txt b/metadata/com.weatherlight.elloshare.txt
index 3385f35c58..9bc2432d4b 100644
--- a/metadata/com.weatherlight.elloshare.txt
+++ b/metadata/com.weatherlight.elloshare.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Internet
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://github.com/roadriverrail/elloshare/blob/HEAD/README.md
Source Code:https://github.com/roadriverrail/elloshare
Issue Tracker:https://github.com/roadriverrail/elloshare/issues
diff --git a/metadata/com.webworxshop.swallowcatcher.txt b/metadata/com.webworxshop.swallowcatcher.txt
index 7f10c0f432..2d06f14b7e 100644
--- a/metadata/com.webworxshop.swallowcatcher.txt
+++ b/metadata/com.webworxshop.swallowcatcher.txt
@@ -1,6 +1,6 @@
Disabled:Development ceased
Categories:Internet
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:http://blog.webworxshop.com/projects/swallowcatcher
Source Code:https://gitorious.org/swallowcatcher
Issue Tracker:
diff --git a/metadata/com.weicheng.taipeiyoubikeoffline.txt b/metadata/com.weicheng.taipeiyoubikeoffline.txt
index 3abe8bc073..1736058718 100644
--- a/metadata/com.weicheng.taipeiyoubikeoffline.txt
+++ b/metadata/com.weicheng.taipeiyoubikeoffline.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.youbike.com.tw/home.php?eng=1
Source Code:https://bitbucket.org/tiduswc2/taipei-youbike-offline/src
Issue Tracker:https://bitbucket.org/tiduswc2/taipei-youbike-offline/issues
diff --git a/metadata/com.wikaba.ogapp.txt b/metadata/com.wikaba.ogapp.txt
index aa18c81822..48357284ce 100644
--- a/metadata/com.wikaba.ogapp.txt
+++ b/metadata/com.wikaba.ogapp.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/afwang/ogame-android-app
Issue Tracker:https://github.com/afwang/ogame-android-app/issues
diff --git a/metadata/com.willhauck.linconnectclient.txt b/metadata/com.willhauck.linconnectclient.txt
index 822099f795..757992b567 100644
--- a/metadata/com.willhauck.linconnectclient.txt
+++ b/metadata/com.willhauck.linconnectclient.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/hauckwill/linconnect-client
Issue Tracker:https://github.com/hauckwill/linconnect-client/issues
diff --git a/metadata/com.willianveiga.countdowntimer.txt b/metadata/com.willianveiga.countdowntimer.txt
index 86a6daad78..1b6424748c 100644
--- a/metadata/com.willianveiga.countdowntimer.txt
+++ b/metadata/com.willianveiga.countdowntimer.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/willianveiga/CountdownTimer
Issue Tracker:https://github.com/willianveiga/CountdownTimer/issues
diff --git a/metadata/com.wireguard.android.txt b/metadata/com.wireguard.android.txt
new file mode 100644
index 0000000000..b7a65b56ab
--- /dev/null
+++ b/metadata/com.wireguard.android.txt
@@ -0,0 +1,176 @@
+Categories:Security,System,Connectivity,Internet
+License:GPL-2.0-or-later
+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 [https://www.wireguard.com project webpage].
+
+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.0.20180521,414
+ commit=0.0.20180521
+ subdir=app
+ submodules=yes
+ gradle=yes
+ ndk=r16b
+
+Build:0.0.20180523,415
+ commit=0.0.20180523
+ subdir=app
+ submodules=yes
+ gradle=yes
+ ndk=r16b
+
+Build:0.0.20180524,416
+ commit=0.0.20180524
+ subdir=app
+ submodules=yes
+ gradle=yes
+ ndk=r16b
+
+Build:0.0.20180526,417
+ commit=0.0.20180526
+ subdir=app
+ submodules=yes
+ gradle=yes
+ ndk=r16b
+
+Build:0.0.20180529,419
+ commit=0.0.20180529
+ subdir=app
+ submodules=yes
+ gradle=yes
+ ndk=r16b
+
+Build:0.0.20180601,420
+ commit=0.0.20180601
+ subdir=app
+ submodules=yes
+ gradle=yes
+ ndk=r16b
+
+Build:0.0.20180604,421
+ commit=0.0.20180604
+ subdir=app
+ submodules=yes
+ gradle=yes
+ ndk=r16b
+
+Build:0.0.20180605,422
+ commit=0.0.20180605
+ subdir=app
+ submodules=yes
+ gradle=yes
+ ndk=r16b
+
+Build:0.0.20180606,423
+ commit=0.0.20180606
+ subdir=app
+ submodules=yes
+ gradle=yes
+ ndk=r16b
+
+Build:0.0.20180612,424
+ commit=0.0.20180612
+ subdir=app
+ submodules=yes
+ gradle=yes
+ ndk=r16b
+
+Build:0.0.20180616,426
+ disable=Fetched in submodule path 'app/tools/wireguard', but it did not contain 6a2cfa9bee43573f5c3c9d25f69821c4fbb336cd
+ commit=0.0.20180616
+ subdir=app
+ submodules=yes
+ gradle=yes
+ ndk=r16b
+
+Build:0.0.20180625,427
+ disable=Fetched in submodule path 'app/tools/wireguard', but it did not contain e1167518ff41ae9ee21a3e90c7959be2867c3636
+ commit=0.0.20180625
+ subdir=app
+ submodules=yes
+ gradle=yes
+ ndk=r16b
+
+Build:0.0.20180706,429
+ commit=0.0.20180706
+ subdir=app
+ submodules=yes
+ gradle=yes
+ ndk=r16b
+
+Build:0.0.20180711,432
+ commit=0.0.20180711
+ subdir=app
+ submodules=yes
+ gradle=yes
+ ndk=r16b
+
+Build:0.0.20180716,433
+ commit=0.0.20180716
+ subdir=app
+ submodules=yes
+ gradle=yes
+ ndk=r16b
+
+Build:0.0.20180718,434
+ commit=0.0.20180718
+ subdir=app
+ submodules=yes
+ gradle=yes
+ ndk=r16b
+
+Build:0.0.20180720,435
+ commit=0.0.20180720
+ subdir=app
+ submodules=yes
+ gradle=yes
+ ndk=r16b
+
+Build:0.0.20180724,436
+ commit=0.0.20180724
+ subdir=app
+ submodules=yes
+ gradle=yes
+ ndk=r16b
+
+Build:0.0.20180725,437
+ commit=0.0.20180725
+ subdir=app
+ submodules=yes
+ gradle=yes
+ ndk=r16b
+
+Build:0.0.20180729,438
+ commit=0.0.20180729
+ subdir=app
+ submodules=yes
+ gradle=yes
+ ndk=r16b
+
+Build:0.0.20180826,439
+ commit=0.0.20180826
+ subdir=app
+ submodules=yes
+ gradle=yes
+ ndk=r16b
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:0.0.20180826
+Current Version Code:439
diff --git a/metadata/com.wmstein.tourcount.txt b/metadata/com.wmstein.tourcount.txt
index 6d2ad99934..e6b2c0a0c2 100644
--- a/metadata/com.wmstein.tourcount.txt
+++ b/metadata/com.wmstein.tourcount.txt
@@ -7,7 +7,7 @@ Issue Tracker:https://github.com/wistein/TourCount/issues
Auto Name:TourCount
Summary:Species-specific counting of butterflies in nature
Description:
-TourCount is an Android App that supports species-specific counting of
+TourCount is an application that supports species-specific counting of
butterflies in nature.
The integrated database is organized according to a tour in nature with its
@@ -114,7 +114,22 @@ Build:3.0.1,301
subdir=tourcount
gradle=yes
+Build:3.0.3,303
+ commit=3.0.3
+ subdir=tourcount
+ gradle=yes
+
+Build:3.0.4,304
+ commit=3.0.4
+ subdir=tourcount
+ gradle=yes
+
+Build:3.0.4,305
+ commit=3.0.5
+ subdir=tourcount
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.0.1
-Current Version Code:301
+Current Version:3.0.4
+Current Version Code:305
diff --git a/metadata/com.wmstein.transektcount.txt b/metadata/com.wmstein.transektcount.txt
index f83879ffa4..2067543a8d 100644
--- a/metadata/com.wmstein.transektcount.txt
+++ b/metadata/com.wmstein.transektcount.txt
@@ -7,7 +7,7 @@ Issue Tracker:https://github.com/wistein/TransektCount/issues
Auto Name:TransektCount
Summary:Transect counting according to the Butterfly Monitoring Scheme methodology
Description:
-TransektCount is an Android App that supports transect counters in nature
+TransektCount is an application that supports transect counters in nature
preserving projects according to the Butterfly Monitoring Scheme methodology. It
allows a species-specific counting per transect section.
@@ -133,7 +133,17 @@ Build:3.0.2,302
subdir=transektcount
gradle=yes
+Build:3.0.3,303
+ commit=3.0.3
+ subdir=transektcount
+ gradle=yes
+
+Build:3.0.4,304
+ commit=3.0.4
+ subdir=transektcount
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.0.2
-Current Version Code:302
+Current Version:3.0.4
+Current Version Code:304
diff --git a/metadata/com.woefe.shoppinglist.txt b/metadata/com.woefe.shoppinglist.txt
index 40a54fee74..4ca24a5d9d 100644
--- a/metadata/com.woefe.shoppinglist.txt
+++ b/metadata/com.woefe.shoppinglist.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0+
+License:GPL-3.0-or-later
Author Name:Wolfgang Popp
Web Site:https://woefe.github.io/ShoppingList/
Source Code:https://github.com/woefe/ShoppingList
@@ -11,7 +11,7 @@ Description:
Manage your shopping lists and other types of lists. The lists are stored as
simple text files and use a simple, human-readable syntax. This allows you to
synchronize them with other devices by using applications such as
-[Syncthing](https://syncthing.net/) and [Nextcloud](https://nextcloud.com/)
+[https://syncthing.net/ Syncthing] and [https://nextcloud.com/ Nextcloud].
.
Repo Type:git
@@ -27,7 +27,17 @@ Build:0.9.0,9
subdir=app
gradle=yes
+Build:0.10.0,10
+ commit=v0.10.0
+ subdir=app
+ gradle=yes
+
+Build:0.10.1,11
+ commit=v0.10.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.9.0
-Current Version Code:9
+Current Version:0.10.1
+Current Version Code:11
diff --git a/metadata/com.wolas.awesomewallpaper.txt b/metadata/com.wolas.awesomewallpaper.txt
index aaf72bb7e9..93ea21a145 100644
--- a/metadata/com.wolas.awesomewallpaper.txt
+++ b/metadata/com.wolas.awesomewallpaper.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/vvolas/Awesome-Live-Wallpaper
Issue Tracker:https://github.com/vvolas/Awesome-Live-Wallpaper/issues
diff --git a/metadata/com.workingagenda.democracydroid.txt b/metadata/com.workingagenda.democracydroid.txt
index 5ea99cfd27..8a1691b9dd 100644
--- a/metadata/com.workingagenda.democracydroid.txt
+++ b/metadata/com.workingagenda.democracydroid.txt
@@ -1,5 +1,5 @@
Categories:Multimedia,Reading,Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/fenimore/DemocracyDroid
Issue Tracker:https://github.com/fenimore/DemocracyDroid/issues
@@ -126,7 +126,17 @@ Build:3.6.4,41
subdir=app
gradle=yes
+Build:3.7.0,42
+ commit=v3.7.0
+ subdir=app
+ gradle=yes
+
+Build:3.7.1,43
+ commit=v3.7.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:3.6.4
-Current Version Code:41
+Current Version:3.7.1
+Current Version Code:43
diff --git a/metadata/com.workingagenda.devinettes.txt b/metadata/com.workingagenda.devinettes.txt
index 154d057df4..5a4f6995a3 100644
--- a/metadata/com.workingagenda.devinettes.txt
+++ b/metadata/com.workingagenda.devinettes.txt
@@ -1,9 +1,9 @@
AntiFeatures:NonFreeAssets
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://devinettes.workingagenda.com
-Source Code:https://github.com/polypmer/devinettes-android
-Issue Tracker:https://github.com/polypmer/devinettes-android/issues
+Source Code:https://github.com/fenimore/devinettes-android
+Issue Tracker:https://github.com/fenimore/devinettes-android/issues
Auto Name:Devinettes
Summary:A collection of riddles in verse
@@ -13,7 +13,7 @@ and no keys under the mat The riddles are licensed under CC-BY-NC-ND.
.
Repo Type:git
-Repo:https://github.com/polypmer/devinettes-android
+Repo:https://github.com/fenimore/devinettes-android
Build:1.0,1
commit=e4ad029adad8a2cd9a056f5beefd2410d73e438e
diff --git a/metadata/com.workingagenda.fissure.txt b/metadata/com.workingagenda.fissure.txt
index 082c032e17..c742a2671e 100644
--- a/metadata/com.workingagenda.fissure.txt
+++ b/metadata/com.workingagenda.fissure.txt
@@ -1,18 +1,22 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/polypmer/fissure-android
-Issue Tracker:https://github.com/polypmer/fissure-android/issues
+Source Code:https://github.com/fenimore/fissure-android
+Issue Tracker:https://github.com/fenimore/fissure-android/issues
Auto Name:Fissure
Summary:Create and view GIFs
Description:
A simple utility for creating and viewing GIF files from JPEGs on an Android
device.
+
+''Fissure'' loads and compresses JPEG pictures, and saves GIFs to the Picture
+folder on your phone. Still rough around the edges, don't expect a fully
+featured app!
.
Repo Type:git
-Repo:https://github.com/polypmer/fissure-android
+Repo:https://github.com/fenimore/fissure-android
Build:0.1.0,1
commit=d1e385cb45b7ff767c824cc457424be2570c9b46
diff --git a/metadata/com.wownero.wownerujo.yml b/metadata/com.wownero.wownerujo.yml
new file mode 100644
index 0000000000..b51749ed47
--- /dev/null
+++ b/metadata/com.wownero.wownerujo.yml
@@ -0,0 +1,83 @@
+Categories:
+ - Money
+License: Apache-2.0
+WebSite: https://wownero.org
+SourceCode: https://github.com/fuwa0529/wownerujo/
+IssueTracker: https://github.com/fuwa0529/wownerujo//issues
+
+AutoName: Wownerujo
+Summary: Wownero wallet
+Description: |-
+ Wownero is a fork of the cryptocurrency Monero with primary alterations.
+
+ Wownero’s emission is capped and supply is finite.
+
+ Wownero is a fairly launched coin with no premine.
+
+ It’s not a fork of another blockchain. With its own genesis block there is no degradation of privacy caused by ring signatures using different participants for the same transaction outputs.
+
+ Unlike opposing forks.
+
+RepoType: git
+Repo: https://github.com/fuwa0529/wownerujo/
+
+Builds:
+ - versionName: 1.5.10.6
+ versionCode: 1060
+ commit: v1.5.10.6
+ timeout: 14400
+ sudo: apt install -y g++ build-essential tofrodos
+ gradle:
+ - yes
+ output: app/build/outputs/apk/release/wownerujo-*_universal.apk
+ build: ANDROID_NDK_ROOT=$$NDK$$ make
+ ndk: r17b
+
+ - versionName: 1.6.3.0
+ versionCode: 1070
+ commit: v1.6.3.0
+ timeout: 14400
+ sudo: apt install -y g++ build-essential tofrodos
+ gradle:
+ - yes
+ output: app/build/outputs/apk/release/wownerujo-*_universal.apk
+ build: ANDROID_NDK_ROOT=$$NDK$$ make
+ ndk: r17b
+
+ - versionName: 1.6.4.0
+ versionCode: 1080
+ commit: v1.6.4.0
+ timeout: 14400
+ sudo: apt install -y g++ build-essential tofrodos
+ gradle:
+ - yes
+ output: app/build/outputs/apk/release/wownerujo-*_universal.apk
+ build: ANDROID_NDK_ROOT=$$NDK$$ make
+ ndk: r17b
+
+ - versionName: 2.3.0.0
+ versionCode: 1090
+ commit: v2.3.0.0
+ timeout: 14400
+ sudo: apt install -y g++ build-essential tofrodos
+ gradle:
+ - yes
+ output: app/build/outputs/apk/release/wownerujo-*_universal.apk
+ build: ANDROID_NDK_ROOT=$$NDK$$ make
+ ndk: r17b
+
+ - versionName: 2.3.0.1
+ versionCode: 1100
+ commit: v2.3.0.1
+ timeout: 14400
+ sudo: apt install -y g++ build-essential tofrodos
+ gradle:
+ - yes
+ output: app/build/outputs/apk/release/wownerujo-*_universal.apk
+ build: ANDROID_NDK_ROOT=$$NDK$$ make
+ ndk: r17b
+
+AutoUpdateMode: Version v%v
+UpdateCheckMode: Tags
+CurrentVersion: 2.3.0.1
+CurrentVersionCode: 1100
diff --git a/metadata/com.write.Quill.txt b/metadata/com.write.Quill.txt
index 687b03e627..740b24895d 100644
--- a/metadata/com.write.Quill.txt
+++ b/metadata/com.write.Quill.txt
@@ -1,5 +1,5 @@
Categories:Graphics
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/android-quill
Source Code:https://code.google.com/p/android-quill/source
Issue Tracker:
diff --git a/metadata/com.xabber.android.classic.txt b/metadata/com.xabber.android.classic.txt
index add3c586f4..1a15f6245c 100644
--- a/metadata/com.xabber.android.classic.txt
+++ b/metadata/com.xabber.android.classic.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://www.xabber.com
Source Code:https://github.com/redsolution/xabber-android
Issue Tracker:https://github.com/redsolution/xabber-android/issues
diff --git a/metadata/com.xabber.androiddev.txt b/metadata/com.xabber.androiddev.txt
index e51ce3dc9f..6cda176260 100644
--- a/metadata/com.xabber.androiddev.txt
+++ b/metadata/com.xabber.androiddev.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://www.xabber.com
Source Code:https://github.com/redsolution/xabber-android
Issue Tracker:https://github.com/redsolution/xabber-android/issues
@@ -495,5 +495,5 @@ github respository (may not be in master branch).
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:2.2.1(468)
-Current Version Code:468
+Current Version:2.4(500)
+Current Version Code:500
diff --git a/metadata/com.xenris.liquidwarsos.txt b/metadata/com.xenris.liquidwarsos.txt
index d8cc34f3b2..996840e96d 100644
--- a/metadata/com.xenris.liquidwarsos.txt
+++ b/metadata/com.xenris.liquidwarsos.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/xenris/liquid-wars-android
Issue Tracker:https://github.com/xenris/liquid-wars-android/issues
diff --git a/metadata/com.xmission.trevin.android.todo.txt b/metadata/com.xmission.trevin.android.todo.txt
index a4140a279c..b0f837cb09 100644
--- a/metadata/com.xmission.trevin.android.todo.txt
+++ b/metadata/com.xmission.trevin.android.todo.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://sourceforge.net/p/androidtodolist
Source Code:https://sourceforge.net/p/androidtodolist/code
Issue Tracker:https://sourceforge.net/p/androidtodolist/tickets
diff --git a/metadata/com.xperia64.timidityae.txt b/metadata/com.xperia64.timidityae.txt
index e32dc3780a..c79ceb81fd 100644
--- a/metadata/com.xperia64.timidityae.txt
+++ b/metadata/com.xperia64.timidityae.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeAssets
Categories:Multimedia
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/xperia64/timidity-ae
Issue Tracker:https://github.com/xperia64/timidity-ae/issues
@@ -12,6 +12,20 @@ Multimedia player focused on playing MIDI files. Instead of built-in Android
MIDI playing features, it uses Timidity++ engine and allows specifying
soundfonts and options. Included soundfont 8Rock11e seems to have non-free
license "Distribute freely. Don't disassemble."
+
+Features include:
+
+* High quality MIDI file playback far superior to Android's built in Synth
+* Support for multiple user-set SoundFonts or patch sets
+* Multi-track mixer with support for per-track instrument and volume adjustment (only available for MIDI and MOD files)
+* Tempo, pitch, voice, and resampling controls
+* Create, save, and load custom instrument and volume configurations
+* Additional support for Amiga MOD files as well as the formats Android natively supports (mp3, ogg, flac, etc)
+* Export MIDI or MOD files to wav
+* Compressed .sfArk and .sfArk.exe SoundFont extraction
+* Notification with playback buttons (Honeycomb or later)
+* Folder and playlist based music organization
+* Dark and light themes
.
Repo Type:git
@@ -28,6 +42,6 @@ Build:2.7.6,81
buildjni=yes
Auto Update Mode:None
-Update Check Mode:Tags
-Current Version:2.7.6
-Current Version Code:81
+Update Check Mode:RepoManifest
+Current Version:3.0.6
+Current Version Code:96
diff --git a/metadata/com.yasfa.views.txt b/metadata/com.yasfa.views.txt
index bf1a17dba9..2ce77c64fe 100644
--- a/metadata/com.yasfa.views.txt
+++ b/metadata/com.yasfa.views.txt
@@ -1,5 +1,5 @@
Categories:Multimedia,Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/IanEH/YASFA1/blob/HEAD/ReadMe.txt
Source Code:https://github.com/IanEH/YASFA1
Issue Tracker:https://github.com/IanEH/YASFA1/issues
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.yubico.yubiclip.txt b/metadata/com.yubico.yubiclip.txt
index 3cc5c35c95..405f89f174 100644
--- a/metadata/com.yubico.yubiclip.txt
+++ b/metadata/com.yubico.yubiclip.txt
@@ -9,6 +9,25 @@ Summary:Copy YubiKey NEO OTP from NFC to clipboard
Description:
Read a One-Time Password (OTP) from a YubiKey NEO over NFC, and copy it to the
system clipboard.
+
+Once installed the app does not need to be started. Just swiping the YubiKey NEO
+against the phones NFC reader will cause it to run, displaying a message to
+indicate that the OTP has been copied, all without leaving the currently running
+app.
+
+Note that the default NDEF programming needs to be used. If you've reprogrammed
+the NDEF tag of your YubiKey NEO, you will need to change it back to the URL:
+https://my.yubico.com/neo/
+
+This can be done using the
+[http://opensource.yubico.com/yubikey-personalization-gui/ personalization
+tool].
+
+When using a YubiKey NEO with a static password in scan code mode you will need
+to configure which keyboard layout to use in the YubiClip Settings. Currently
+only the US layout is supported. If you would like to see additional layout
+support, please consider contributing code via a pull request to
+[https://github.com/Yubico/yubiclip-android/ our source code repositiory].
.
Repo Type:git
@@ -34,7 +53,12 @@ Build:1.2.0,5
commit=yubiclip-1.2.0
maven=yes
+Build:1.3.0,10300
+ commit=yubiclip-1.3.0
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version yubiclip-%v
Update Check Mode:Tags
-Current Version:1.2.0
-Current Version Code:5
+Current Version:1.3.0
+Current Version Code:10300
diff --git a/metadata/com.yubico.yubioath.txt b/metadata/com.yubico.yubioath.txt
index c857f062ea..1041794cd2 100644
--- a/metadata/com.yubico.yubioath.txt
+++ b/metadata/com.yubico.yubioath.txt
@@ -100,7 +100,15 @@ Build:2.0.1,20001
subdir=app
gradle=yes
-Auto Update Mode:Version %v
+Build:2.1.0,20100
+ disable=includes com.google.android.gms:play-services-vision
+ commit=2.1.0
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:None
Update Check Mode:Tags ^[0-9.]+$
-Current Version:2.0.1
-Current Version Code:20001
+Current Version:2.1.0
+Current Version Code:20100
+
+No Source Since:2.1.0
diff --git a/metadata/com.zapta.apps.maniana.txt b/metadata/com.zapta.apps.maniana.txt
index dd69b1c1b2..91e8b5702a 100644
--- a/metadata/com.zapta.apps.maniana.txt
+++ b/metadata/com.zapta.apps.maniana.txt
@@ -1,7 +1,7 @@
Categories:Writing
License:Apache-2.0
-Web Site:https://code.google.com/p/maniana
-Source Code:https://code.google.com/p/maniana/source
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:Maniana
@@ -14,9 +14,6 @@ helps you to answer a simple question "which of my errands am I going to do
today?". A perfect solution for every procrastinator!
.
-Repo Type:git
-Repo:https://code.google.com/p/maniana
-
Build:1.01.18,18
commit=i5bceec4cf403
subdir=Maniana
@@ -45,3 +42,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:1.26
Current Version Code:26015
+
+No Source Since:1.2.27
diff --git a/metadata/com.zaren.txt b/metadata/com.zaren.txt
index f3cb9b7f80..055f5dce0e 100644
--- a/metadata/com.zaren.txt
+++ b/metadata/com.zaren.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/zaren678/Hdhomerun-signal-meter
Issue Tracker:https://github.com/zaren678/Hdhomerun-signal-meter/issues
diff --git a/metadata/com.zeapo.pwdstore.txt b/metadata/com.zeapo.pwdstore.txt
index d3aa0d790a..d1ac488ea1 100644
--- a/metadata/com.zeapo.pwdstore.txt
+++ b/metadata/com.zeapo.pwdstore.txt
@@ -1,8 +1,9 @@
Categories:Internet,Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/zeapo/Android-Password-Store/blob/HEAD/README.md
Source Code:https://github.com/zeapo/Android-Password-Store
Issue Tracker:https://github.com/zeapo/Android-Password-Store/issues
+Changelog:https://github.com/zeapo/Android-Password-Store/releases
Auto Name:Password Store
Summary:Manage your passwords
@@ -10,6 +11,19 @@ Description:
Simple password manager that is compatible with [http://www.passwordstore.org/
pass]: Passwords are stored in simple text files which are encrypted with
OpenPGP.
+
+Requires [[org.sufficientlysecure.keychain]] to encrypt and decrypt passwords.
+
+'''Features:'''
+
+* Clone an existing pass repository
+* Initialize a new pass repository
+* List the passwords
+* Handle the directories as categories
+* Decrypt the password files (first line is the password, the rest is extra data)
+* Add a new password to the current category (or no category if added at the root)
+* Pull and Push changes to the remote repository
+* Ability to change remote repository info
.
Repo Type:git
diff --git a/metadata/com.zegoggles.smssync.txt b/metadata/com.zegoggles.smssync.txt
index 49e4663915..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
@@ -226,7 +218,12 @@ Build:1.5.11-beta13,1566
subdir=app
gradle=yes
-Auto Update Mode:None
+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.aagtl.txt b/metadata/com.zoffcc.applications.aagtl.txt
index ae8a692411..040d652a77 100644
--- a/metadata/com.zoffcc.applications.aagtl.txt
+++ b/metadata/com.zoffcc.applications.aagtl.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://aagtl.work.zoff.cc
Source Code:https://aagtl.zoffcc.com/aagtl_public1
Issue Tracker:
diff --git a/metadata/com.zoffcc.applications.metalab_open_widget.txt b/metadata/com.zoffcc.applications.metalab_open_widget.txt
new file mode 100644
index 0000000000..bb177781e8
--- /dev/null
+++ b/metadata/com.zoffcc.applications.metalab_open_widget.txt
@@ -0,0 +1,24 @@
+Categories:Internet
+License:GPL-2.0-only
+Web Site:https://github.com/zoff99/MetalabDoorWidget
+Source Code:https://github.com/zoff99/MetalabDoorWidget
+Issue Tracker:https://github.com/zoff99/MetalabDoorWidget/issues
+
+Auto Name:MetalabDoorWidget
+
+Repo Type:git
+Repo:https://github.com/zoff99/MetalabDoorWidget
+
+Build:1.0.1,10001
+ commit=7623e29bcaf53c1af847e29f41af2fc81bc0bd0b
+ subdir=app
+ gradle=yes
+
+Maintainer Notes:
+Description and summary in app git repository
+.
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags ^[0-9].*
+Current Version:1.0.1
+Current Version Code:10001
diff --git a/metadata/com.zoffcc.applications.trifa.txt b/metadata/com.zoffcc.applications.trifa.txt
index c73bfe5e11..3ca7ee0096 100644
--- a/metadata/com.zoffcc.applications.trifa.txt
+++ b/metadata/com.zoffcc.applications.trifa.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://github.com/zoff99/ToxAndroidRefImpl
Source Code:https://github.com/zoff99/ToxAndroidRefImpl
Issue Tracker:https://github.com/zoff99/ToxAndroidRefImpl/issues
@@ -100,11 +100,32 @@ Build:1.0.15,10015
prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.6.4111459'
ndk=r13b
+Build:1.0.16,10016
+ commit=1.0.16
+ subdir=android-refimpl-app/app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.6.4111459'
+ ndk=r13b
+
+Build:1.0.17,10017
+ commit=1.0.17
+ subdir=android-refimpl-app/app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.6.4111459'
+ ndk=r13b
+
+Build:1.0.19,10019
+ commit=1.0.19
+ 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.15
-Current Version Code:10015
+Current Version:1.0.19
+Current Version Code:10019
diff --git a/metadata/com.zoffcc.applications.zanavi.txt b/metadata/com.zoffcc.applications.zanavi.txt
index 7349682e25..58d4ff4d6e 100644
--- a/metadata/com.zoffcc.applications.zanavi.txt
+++ b/metadata/com.zoffcc.applications.zanavi.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://fd.zanavi.cc
Source Code:https://github.com/zoff99/zanavi
Issue Tracker:https://github.com/zoff99/zanavi/issues
diff --git a/metadata/com.zoffcc.fahrplan.toxcon.txt b/metadata/com.zoffcc.fahrplan.toxcon.txt
new file mode 100644
index 0000000000..9d7be60951
--- /dev/null
+++ b/metadata/com.zoffcc.fahrplan.toxcon.txt
@@ -0,0 +1,24 @@
+Categories:Internet
+License:GPL-2.0-only
+Web Site:https://github.com/zoff99/CampFahrplan
+Source Code:https://github.com/zoff99/CampFahrplan
+Issue Tracker:https://github.com/zoff99/CampFahrplan/issues
+
+Auto Name:ToxCon 2018 Schedule
+
+Repo Type:git
+Repo:https://github.com/zoff99/CampFahrplan
+
+Build:1.0.0,10000
+ commit=046d17c6e4e3c9b467f5865e09de701c0f37f041
+ subdir=app
+ gradle=yes
+
+Maintainer Notes:
+Description and summary in app git repository
+.
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags ^[0-9].*
+Current Version:1.0.0
+Current Version Code:10000
diff --git a/metadata/com.zola.bmi.txt b/metadata/com.zola.bmi.txt
index e2ea396b0a..71e09dbb9b 100644
--- a/metadata/com.zola.bmi.txt
+++ b/metadata/com.zola.bmi.txt
@@ -1,5 +1,5 @@
Categories:Sports & Health
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/zikalify/BMI_Calculator
Issue Tracker:https://github.com/zikalify/BMI_Calculator/issues
diff --git a/metadata/community.fairphone.checkup.yml b/metadata/community.fairphone.checkup.yml
new file mode 100644
index 0000000000..0f5eaf53cf
--- /dev/null
+++ b/metadata/community.fairphone.checkup.yml
@@ -0,0 +1,38 @@
+Categories:
+ - System
+License: Apache-2.0
+WebSite: https://github.com/WeAreFairphone/FP2-Checkup
+SourceCode: https://github.com/WeAreFairphone/FP2-Checkup
+IssueTracker: https://github.com/WeAreFairphone/FP2-Checkup/issues
+
+AutoName: Fairphone Checkup
+Summary: An app that allows end users to test the features of their device
+Description: |-
+ This is a fork of the Fairphone 2 checkup app that has been modified in
+ order to work on other devices as well.
+
+ It allows you to test various components of your phone:
+ * Screen
+ * Speakers
+ * Microphones
+ * Mobile connectivity
+ * Wi-Fi
+ * Vibration
+
+ It can be useful when you need to diagnose an issue with your device.
+
+RepoType: git
+Repo: https://github.com/WeAreFairphone/FP2-Checkup
+
+Builds:
+ - versionName: 2.1.8
+ versionCode: 20108
+ commit: 2.1.8
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version %v
+UpdateCheckMode: Tags
+CurrentVersion: 2.1.8
+CurrentVersionCode: 20108
diff --git a/metadata/community.fairphone.clock.txt b/metadata/community.fairphone.clock.txt
index 41a5fb8d47..0db39b3424 100644
--- a/metadata/community.fairphone.clock.txt
+++ b/metadata/community.fairphone.clock.txt
@@ -4,21 +4,7 @@ Web Site:
Source Code:https://github.com/WeAreFairphone/android_packages_apps_ClockWidget
Issue Tracker:https://github.com/WeAreFairphone/android_packages_apps_ClockWidget/issues
-Auto Name:Clock widget
-Summary:Add Fairphone clock widget to your homescreen
-Description:
-The interactive clock on the phone's lock screen is another function to create
-more awareness when you use your phone. You can cycle through the clock by
-tapping on it, and it will show different data, for example:
-
-* how long you own your Fairphone (this data is pulled from the motherboard manufacturer date)
-* until what time the battery will last
-* the amount of time you've had 'peace of mind' (based on Android's "no interruptions" setting).
-
-If you want to, you can easily share this information with others by pressing
-the Share button. So now you can brag about how long you’ve been a proud
-Fairphone owner to all your friends!
-.
+Auto Name:Fairphone Clock Widget
Repo Type:git
Repo:https://github.com/WeAreFairphone/android_packages_apps_ClockWidget
@@ -28,7 +14,12 @@ Build:2.0,2
gradle=yes
prebuild=sed -i -e '/proguardFiles/d' -e '/minifyEnabled/s/true/false/' -e '/shrinkResources/s/true/false/' build.gradle
-Auto Update Mode:None
+Build:2.1.0,3
+ commit=2.1.0
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
Update Check Mode:Tags [0-9.]*$
-Current Version:2.0
-Current Version Code:2
+Current Version:2.1.0
+Current Version Code:3
diff --git a/metadata/community.fairphone.fplauncher3.txt b/metadata/community.fairphone.fplauncher3.txt
new file mode 100644
index 0000000000..379a9b7818
--- /dev/null
+++ b/metadata/community.fairphone.fplauncher3.txt
@@ -0,0 +1,30 @@
+Categories:Theming
+License:Apache-2.0
+Web Site:https://github.com/WeAreFairphone/FP2-Launcher
+Source Code:https://github.com/WeAreFairphone/FP2-Launcher
+Issue Tracker:https://github.com/WeAreFairphone/FP2-Launcher/issues
+
+Auto Name:Fairphone 2 Launcher
+
+Repo Type:git
+Repo:https://github.com/WeAreFairphone/FP2-Launcher.git
+
+Build:2.0,8
+ commit=26c46d63eb9bbc25e836c535c5688cb885cb0be2
+ gradle=yes
+ prebuild=echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
+
+Build:2.1.0,9
+ commit=2.1.0
+ gradle=yes
+ prebuild=echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
+
+Build:2.2.0,10
+ commit=2.2.0
+ gradle=yes
+ prebuild=echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:2.2.0
+Current Version Code:10
diff --git a/metadata/community.fairphone.launcher.txt b/metadata/community.fairphone.launcher.txt
new file mode 100644
index 0000000000..c4affb7301
--- /dev/null
+++ b/metadata/community.fairphone.launcher.txt
@@ -0,0 +1,20 @@
+Categories:Theming
+License:Apache-2.0
+Web Site:
+Source Code:https://github.com/WeAreFairphone/FP1-Launcher
+Issue Tracker:https://github.com/WeAreFairphone/FP1-Launcher/issues
+
+Auto Name:Fairphone 1 Launcher
+
+Repo Type:git
+Repo:https://github.com/WeAreFairphone/FP1-Launcher.git
+
+Build:2.0,2
+ commit=2.0
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:2.0
+Current Version Code:2
diff --git a/metadata/community.peers.internetradio.txt b/metadata/community.peers.internetradio.txt
deleted file mode 100644
index 502a6b304b..0000000000
--- a/metadata/community.peers.internetradio.txt
+++ /dev/null
@@ -1,51 +0,0 @@
-Categories:Multimedia,Internet
-License:GPL-3.0+
-Web Site:https://peers.community
-Source Code:https://notabug.org/metadb-apps/InternetRadio
-Issue Tracker:https://notabug.org/metadb-apps/InternetRadio/issues
-
-Auto Name:Internet Radio
-Summary:Listen to Internet radio stations
-Description:
-This is a small app to search Internet radio stations, and listen to them.
-
-* Single-tap the notification to play/pause the stream
-* Remove the notification to stop the player
-
-The list of radio stations is maintained by [https://www.radio-browser.info
-RadioBrowser], and the data is retrieved from [https://metadb.peers.community
-MetaDB].
-.
-
-Repo Type:git
-Repo:https://notabug.org/metadb-apps/InternetRadio.git
-
-Build:1.0,1
- commit=v1.0
- subdir=app
- gradle=yes
-
-Build:2.0,2
- commit=v2.0
- subdir=app
- gradle=yes
-
-Build:2.1,3
- commit=v2.1
- 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:3.1.0
-Current Version Code:5
diff --git a/metadata/community.peers.internetradio.yml b/metadata/community.peers.internetradio.yml
new file mode 100644
index 0000000000..e677b7bc83
--- /dev/null
+++ b/metadata/community.peers.internetradio.yml
@@ -0,0 +1,70 @@
+Categories:
+ - Multimedia
+ - Internet
+License: GPL-3.0-or-later
+WebSite: https://peers.community
+SourceCode: https://notabug.org/metadb-apps/InternetRadio
+IssueTracker: https://notabug.org/metadb-apps/InternetRadio/issues
+
+AutoName: Internet Radio
+Summary: Listen to Internet radio stations
+Description: |
+ This is a small app to search Internet radio stations, and listen to them.
+
+ * Single-tap the notification to play/pause the stream
+ * Remove the notification to stop the player
+
+ The list of radio stations is maintained by [https://www.radio-browser.info
+ RadioBrowser], and the data is retrieved from [https://metadb.peers.community
+ MetaDB].
+
+RepoType: git
+Repo: https://notabug.org/metadb-apps/InternetRadio.git
+
+Builds:
+ - versionName: '1.0'
+ versionCode: 1
+ commit: v1.0
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: '2.0'
+ versionCode: 2
+ commit: v2.0
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: '2.1'
+ versionCode: 3
+ commit: v2.1
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: 3.0.0
+ versionCode: 4
+ commit: v3.0.0
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: 3.1.0
+ versionCode: 5
+ commit: v3.1.0
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: 3.1.1
+ versionCode: 6
+ commit: v3.1.1
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version v%v
+UpdateCheckMode: Tags
+CurrentVersion: 3.1.1
+CurrentVersionCode: 6
diff --git a/metadata/community.peers.license.txt b/metadata/community.peers.license.txt
index 13dc823834..b3d1a4a4f4 100644
--- a/metadata/community.peers.license.txt
+++ b/metadata/community.peers.license.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://metadb.peers.community
Source Code:https://notabug.org/metadb-apps/License
Issue Tracker:https://notabug.org/metadb-apps/License/issues
diff --git a/metadata/cri.sanity.txt b/metadata/cri.sanity.txt
index 0f8e712a73..8b12cc8e44 100644
--- a/metadata/cri.sanity.txt
+++ b/metadata/cri.sanity.txt
@@ -1,6 +1,6 @@
AntiFeatures:Ads
Categories:Phone & SMS
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/awaken/sanity
Issue Tracker:https://github.com/awaken/sanity/issues
diff --git a/metadata/csd.qtproject.minesweeper.txt b/metadata/csd.qtproject.minesweeper.txt
index 932f67f545..88bc0ade9b 100644
--- a/metadata/csd.qtproject.minesweeper.txt
+++ b/metadata/csd.qtproject.minesweeper.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/vamartid/Minesweeper
Issue Tracker:https://github.com/vamartid/Minesweeper/issues
diff --git a/metadata/csh.cryptonite.txt b/metadata/csh.cryptonite.txt
index 5a657b94e6..4f2d83645d 100644
--- a/metadata/csh.cryptonite.txt
+++ b/metadata/csh.cryptonite.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/neurodroid/cryptonite
Issue Tracker:https://github.com/neurodroid/cryptonite/issues
diff --git a/metadata/cx.hell.android.pdfview.txt b/metadata/cx.hell.android.pdfview.txt
index c216312cce..ab85a4d53d 100644
--- a/metadata/cx.hell.android.pdfview.txt
+++ b/metadata/cx.hell.android.pdfview.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/mpietrzak/apv
Issue Tracker:https://github.com/mpietrzak/apv/issues
diff --git a/metadata/cx.hell.android.pdfviewpro.txt b/metadata/cx.hell.android.pdfviewpro.txt
index 78dc99c617..8d4bfa455e 100644
--- a/metadata/cx.hell.android.pdfviewpro.txt
+++ b/metadata/cx.hell.android.pdfviewpro.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/mpietrzak/apv
Issue Tracker:https://github.com/mpietrzak/apv/issues
diff --git a/metadata/cx.mccormick.pddroidparty.txt b/metadata/cx.mccormick.pddroidparty.txt
index 8d45105eac..ef4d4ea2e1 100644
--- a/metadata/cx.mccormick.pddroidparty.txt
+++ b/metadata/cx.mccormick.pddroidparty.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://droidparty.net
Source Code:https://github.com/chr15m/PdDroidParty
Issue Tracker:https://github.com/chr15m/PdDroidParty/issues
diff --git a/metadata/cx.ring.txt b/metadata/cx.ring.txt
index df41b30c1c..c6e5e9410e 100644
--- a/metadata/cx.ring.txt
+++ b/metadata/cx.ring.txt
@@ -1,8 +1,9 @@
Categories:Phone & SMS,Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://ring.cx/
-Source Code:
-Issue Tracker:https://tuleap.ring.cx/projects/ring/
+Source Code:https://git.ring.cx/savoirfairelinux/ring-client-android
+Issue Tracker:https://git.ring.cx/savoirfairelinux/ring-client-android/issues
+Changelog:https://git.ring.cx/savoirfairelinux/ring-client-android/tree/master/ring-android/fastlane/metadata/android/en-US/changelogs
Auto Name:Ring
Summary:Secure and distributed communication platform
@@ -11,6 +12,22 @@ Ring (formerly SFLphone) is a free distributed multimedia communication
software. It is developed by Savoir-faire Linux with the help of a global
community of users and contributors. Savoir-faire Linux is a Canadian company
specialized in Linux and free software.
+
+Ring allows to make audio or video calls, and to send messages, safely and
+freely, in confidence. Ring is a Free and open source software that requires no
+central server.
+
+What can you do with Ring:
+
+* send text messages
+* make audio calls
+* make video calls
+* send files
+* use your existing SIP account
+
+There are plenty of ways to help us, check out: [https://ring.cx/en/contribute]
+
+You can also install Ring on Windows, macOS, iOS and GNU/Linux.
.
Repo Type:git
@@ -545,16 +562,77 @@ 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:20180501,117
+ commit=3b176a6abca66f1c0f1485cec57dfd87487e6d98
+ 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
+
+Build:20180712,127
+ commit=af8399f830b9fd10689d2d11a4e76ddf576d2f40
+ timeout=10800
+ subdir=client-android/ring-android/app
+ submodules=yes
+ sudo=apt-get update && \
+ apt-get install --yes -t jessie-backports swig
+ gradle=noPush
+ rm=client-electron,client-gnome,client-ios,client-macosx,client-uwp,client-windows
+ build=cd ../.. && \
+ export ANDROID_NDK_ROOT="$ANDROID_NDK" && \
+ export ANDROID_ABI="armeabi-v7a arm64-v8a x86" && \
+ ./compile.sh --release --no-gradle
+ ndk=r16b
+
+Build:20180805,129
+ commit=ac674c27172339c0c4eb7fc23a560f694905efb0
+ timeout=10800
+ subdir=client-android/ring-android/app
+ submodules=yes
+ sudo=apt-get update && \
+ apt-get install --yes -t jessie-backports swig
+ gradle=noPush
+ rm=client-electron,client-gnome,client-ios,client-macosx,client-uwp,client-windows
+ build=cd ../.. && \
+ export ANDROID_NDK_ROOT="$ANDROID_NDK" && \
+ export ANDROID_ABI="armeabi-v7a arm64-v8a x86" && \
+ ./compile.sh --release --no-gradle
+ ndk=r17b
+
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:20180406
-Current Version Code:113
+Current Version:20180805
+Current Version Code:129
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/cz.dvratil.fbeventsync.yml b/metadata/cz.dvratil.fbeventsync.yml
new file mode 100644
index 0000000000..e87b96f5ea
--- /dev/null
+++ b/metadata/cz.dvratil.fbeventsync.yml
@@ -0,0 +1,56 @@
+AntiFeatures:
+ - NonFreeNet
+ - Tracking
+Categories:
+ - Time
+License: GPL-3.0-or-later
+SourceCode: https://github.com/danvratil/FBEventSync
+IssueTracker: https://github.com/danvratil/FBEventSync/issues
+
+AutoName: Event Sync for Facebook
+Summary: Sync your Facebook Events into your calendar
+Description: |-
+ '''Event Sync for Facebook''' is an app that will sync your Facebook events to
+ your calendar. It will create five new calendars:
+
+ * Events I'm Attending - for events that you marked yourself that you are 'Going' on Facebook
+ * Events I May Be Attending - for events that you marked yourself as 'Maybe' on Facebook
+ * Events I Have Not Responded To - for events that you were invited to but did not respond yet
+ * Events I Declined - for events that you marked yourself as 'Not Going' on Facebook
+ * Friends' Birthdays - you no longer have an excuse to forget your friends' birthdays
+
+ You can configure reminders for events in each of those calendars
+ independently. You can also configure how often the events should be synced.
+
+ Antifeatures:
+ * Tracking and NonFreeNet - You are required to log in to Facebook
+
+RepoType: git
+Repo: https://github.com/danvratil/FBEventSync
+
+Builds:
+ - versionName: '0.27'
+ versionCode: 31
+ commit: '0.27'
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: '0.29'
+ versionCode: 33
+ commit: '0.29'
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: '0.30'
+ versionCode: 34
+ commit: '0.30'
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version %v
+UpdateCheckMode: Tags
+CurrentVersion: '0.30'
+CurrentVersionCode: 34
diff --git a/metadata/cz.eutopia.snooperstopper.txt b/metadata/cz.eutopia.snooperstopper.txt
index 2d96106323..357f009b82 100644
--- a/metadata/cz.eutopia.snooperstopper.txt
+++ b/metadata/cz.eutopia.snooperstopper.txt
@@ -1,5 +1,5 @@
Categories:Security,System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/xmikos/SnooperStopper/blob/HEAD/README.md
Source Code:https://github.com/xmikos/SnooperStopper
Issue Tracker:https://github.com/xmikos/SnooperStopper/issues
diff --git a/metadata/cz.hejl.chesswalk.txt b/metadata/cz.hejl.chesswalk.txt
index 6abb23597a..36e43c099b 100644
--- a/metadata/cz.hejl.chesswalk.txt
+++ b/metadata/cz.hejl.chesswalk.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://gitlab.com/chesswalk/chesswalk
Issue Tracker:https://gitlab.com/chesswalk/chesswalk/issues
diff --git a/metadata/cz.jiriskorpil.amixerwebui.txt b/metadata/cz.jiriskorpil.amixerwebui.txt
index 3f0afbe340..b9adcf9bd0 100644
--- a/metadata/cz.jiriskorpil.amixerwebui.txt
+++ b/metadata/cz.jiriskorpil.amixerwebui.txt
@@ -19,7 +19,12 @@ Build:0.3.1,7
subdir=app
gradle=yes
+Build:0.3.2,8
+ commit=v0.3.2
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.3.1
-Current Version Code:7
+Current Version:0.3.2
+Current Version Code:8
diff --git a/metadata/cz.jirkovsky.lukas.chmupocasi.txt b/metadata/cz.jirkovsky.lukas.chmupocasi.txt
index 6de46d8691..fcfb69fe6f 100644
--- a/metadata/cz.jirkovsky.lukas.chmupocasi.txt
+++ b/metadata/cz.jirkovsky.lukas.chmupocasi.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://bitbucket.org/stativ/chmupocasi
Source Code:https://bitbucket.org/stativ/chmupocasi/src
Issue Tracker:https://bitbucket.org/stativ/chmupocasi/issues
diff --git a/metadata/cz.martykan.forecastie.txt b/metadata/cz.martykan.forecastie.txt
index 17e9f700a4..5aeb0e2443 100644
--- a/metadata/cz.martykan.forecastie.txt
+++ b/metadata/cz.martykan.forecastie.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/martykan/forecastie/blob/HEAD/README.md
Source Code:https://github.com/martykan/forecastie
Issue Tracker:https://github.com/martykan/forecastie/issues
diff --git a/metadata/cz.martykan.webtube.txt b/metadata/cz.martykan.webtube.txt
index fa50ebb3dc..e07ab2a23e 100644
--- a/metadata/cz.martykan.webtube.txt
+++ b/metadata/cz.martykan.webtube.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Multimedia,Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/martykan/webTube/blob/HEAD/README.md
Source Code:https://github.com/martykan/webTube
Issue Tracker:https://github.com/martykan/webTube/issues
@@ -66,7 +66,25 @@ Build:1.1,13
subdir=app
gradle=yes
+Build:1.1.2,15
+ disable=Could not find com.android.tools.build:gradle:3.1.3
+ commit=v1.1.2
+ subdir=app
+ gradle=yes
+
+Build:1.1.3,16
+ disable=Could not find com.android.support:appcompat-v7:28.0.0-alpha3
+ commit=v1.1.3
+ subdir=app
+ gradle=yes
+
+Build:1.2,17
+ commit=v1.2
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's/4.10/4.9/' ../gradle/wrapper/gradle-wrapper.properties
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.1
-Current Version Code:13
+Current Version:1.2
+Current Version Code:17
diff --git a/metadata/cz.nic.turris.txt b/metadata/cz.nic.turris.txt
index 41b4f82071..2d7d5d3d9a 100644
--- a/metadata/cz.nic.turris.txt
+++ b/metadata/cz.nic.turris.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://www.turris.cz/
Source Code:https://gitlab.labs.nic.cz/turris/turris-android/
Issue Tracker:https://forum.turris.cz/
diff --git a/metadata/cz.romario.opensudoku.txt b/metadata/cz.romario.opensudoku.txt
index 65de5ee029..7e47578047 100644
--- a/metadata/cz.romario.opensudoku.txt
+++ b/metadata/cz.romario.opensudoku.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/romario333/opensudoku
Issue Tracker:https://github.com/romario333/opensudoku/issues
@@ -10,6 +10,9 @@ Description:
OpenSudoku is a simple sudoku game. It's designed to be controlled both by
finger and keyboard. It's preloaded with 90 puzzles in 3 difficulty levels. More
puzzles can be downloaded from the web and it also allows you to enter your own.
+
+'''Note:''' the developer marked this project as "no longer being actively
+maintained" on 2016-04-06.
.
Repo Type:git
diff --git a/metadata/d.d.meshenger.yml b/metadata/d.d.meshenger.yml
new file mode 100644
index 0000000000..b18b745fe8
--- /dev/null
+++ b/metadata/d.d.meshenger.yml
@@ -0,0 +1,30 @@
+Categories:
+ - Connectivity
+ - Internet
+ - Multimedia
+ - Phone & SMS
+License: GPL-3.0-only
+WebSite: https://github.com/dakhnod/Meshenger
+SourceCode: https://github.com/dakhnod/Meshenger
+IssueTracker: https://github.com/dakhnod/Meshenger/issues
+
+AutoName: Meshenger
+Summary: An Open-Source P2P Messenger
+Description: |
+ This app allows voice- and videocommunication without any server or Internet access. Simply scan each others contact QR-Code and call each other. This works on most networks such as community networks or even company networks.
+
+RepoType: git
+Repo: https://github.com/dakhnod/Meshenger
+
+Builds:
+ - versionName: 1.0.0
+ versionCode: 1
+ commit: 28b55f7e69d92bbb6c8f34a64be7822cf48b1473
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version %v
+UpdateCheckMode: Tags
+CurrentVersion: 1.0.0
+CurrentVersionCode: 1
diff --git a/metadata/damo.three.ie.txt b/metadata/damo.three.ie.txt
index 2aaac6fb01..c34f5e85f9 100644
--- a/metadata/damo.three.ie.txt
+++ b/metadata/damo.three.ie.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/DamienOReilly/PrepayCredit
Issue Tracker:https://github.com/DamienOReilly/PrepayCredit/issues
diff --git a/metadata/daniel_32.flexiblewallpaper.txt b/metadata/daniel_32.flexiblewallpaper.txt
index 68e82847fc..ded0e4df81 100644
--- a/metadata/daniel_32.flexiblewallpaper.txt
+++ b/metadata/daniel_32.flexiblewallpaper.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/danielmeek32/FlexibleWallpaper
Issue Tracker:https://github.com/danielmeek32/FlexibleWallpaper/issues
diff --git a/metadata/dasher.android.txt b/metadata/dasher.android.txt
index dcf7a1788d..6b5d72dc85 100644
--- a/metadata/dasher.android.txt
+++ b/metadata/dasher.android.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.inference.phy.cam.ac.uk/dasher/MobileDasher.html
Source Code:https://github.com/acl33/AndroidDasher
Issue Tracker:https://github.com/acl33/AndroidDasher/issues
diff --git a/metadata/de.Cherubin7th.blackscreenpresentationremote.txt b/metadata/de.Cherubin7th.blackscreenpresentationremote.txt
index 9025296864..6061531e61 100644
--- a/metadata/de.Cherubin7th.blackscreenpresentationremote.txt
+++ b/metadata/de.Cherubin7th.blackscreenpresentationremote.txt
@@ -1,6 +1,6 @@
AntiFeatures:Ads
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/Cherubin7th/BlackSCREENpREsENtAtIONremote
Issue Tracker:https://github.com/Cherubin7th/BlackSCREENpREsENtAtIONremote/issues
diff --git a/metadata/de.HS_Aalen.don.yml b/metadata/de.HS_Aalen.don.yml
new file mode 100644
index 0000000000..a81ad14c2e
--- /dev/null
+++ b/metadata/de.HS_Aalen.don.yml
@@ -0,0 +1,25 @@
+Categories:
+ - Science & Education
+License: GPL-3.0-or-later
+WebSite: https://www.hs-aalen.de/
+SourceCode: https://gitlab.com/HS_Aalen_RN/Aalener_Optik-Formelrechner
+IssueTracker: https://gitlab.com/HS_Aalen_RN/Aalener_Optik-Formelrechner/issues
+Changelog: https://gitlab.com/HS_Aalen_RN/Aalener_Optik-Formelrechner/tags
+
+AutoName: Aalener Optik-Formelrechner
+
+RepoType: git
+Repo: https://gitlab.com/HS_Aalen_RN/Aalener_Optik-Formelrechner
+
+Builds:
+ - versionName: '1.10'
+ versionCode: 4
+ commit: v1.10
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version v%v
+UpdateCheckMode: Tags
+CurrentVersion: '1.10'
+CurrentVersionCode: 4
diff --git a/metadata/de.agrothe.go.txt b/metadata/de.agrothe.go.txt
index 0e8989b043..e9f19e5bc3 100644
--- a/metadata/de.agrothe.go.txt
+++ b/metadata/de.agrothe.go.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://sourceforge.net/projects/godroid
Source Code:https://sourceforge.net/p/godroid/git
Issue Tracker:https://sourceforge.net/p/godroid/_list/tickets
diff --git a/metadata/de.antonarnold.android.xoverrideheadphonejackdetection.yml b/metadata/de.antonarnold.android.xoverrideheadphonejackdetection.yml
new file mode 100644
index 0000000000..4128a34cb6
--- /dev/null
+++ b/metadata/de.antonarnold.android.xoverrideheadphonejackdetection.yml
@@ -0,0 +1,29 @@
+Categories:
+ - System
+ - Multimedia
+License: GPL-3.0-or-later
+WebSite: https://github.com/anton-arnold/xoverrideheadphonejackdetection
+IssueTracker: https://github.com/anton-arnold/xoverrideheadphonejackdetection/issues
+
+AutoName: XOverrideHeadphoneJackDetection
+Summary: Manually override the headphone jack detection
+Description: |
+ This XPosed module allows you to manually override the headphone jack detection of an Android device.
+
+ Most smartphones provide a headphone/headset jack that allows using a headset instead the internal speaker/microphone. To automatically select between these, a mechanical switch is added to detect a plugged in cable. If this switch breaks and replacing it is not realistic, your phone may become more or less unusable. With this module you are able to manually control the headphone detection state and continue using your phone.
+
+RepoType: git
+Repo: https://github.com/anton-arnold/xoverrideheadphonejackdetection.git
+
+Builds:
+ - versionName: '1.2'
+ versionCode: 2
+ commit: '1.2'
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version %v
+UpdateCheckMode: Tags
+CurrentVersion: '1.2'
+CurrentVersionCode: 2
diff --git a/metadata/de.antonfluegge.android.yubnubwidgetadfree.txt b/metadata/de.antonfluegge.android.yubnubwidgetadfree.txt
index 5001adadee..d86b78cc7e 100644
--- a/metadata/de.antonfluegge.android.yubnubwidgetadfree.txt
+++ b/metadata/de.antonfluegge.android.yubnubwidgetadfree.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://sourceforge.net/p/yubnubapp
Source Code:https://sourceforge.net/p/yubnubapp/code
Issue Tracker:https://sourceforge.net/p/yubnubapp/tickets
diff --git a/metadata/de.arnefeil.bewegungsmelder.txt b/metadata/de.arnefeil.bewegungsmelder.txt
index 0d9dd2968b..182a01f346 100644
--- a/metadata/de.arnefeil.bewegungsmelder.txt
+++ b/metadata/de.arnefeil.bewegungsmelder.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://arnef.github.io/bewegungsmelder-android
Source Code:https://github.com/arnef/bewegungsmelder-android
Issue Tracker:https://github.com/arnef/bewegungsmelder-android/issues
diff --git a/metadata/de.arnowelzel.android.periodical.txt b/metadata/de.arnowelzel.android.periodical.txt
index bc517a0681..2599489295 100644
--- a/metadata/de.arnowelzel.android.periodical.txt
+++ b/metadata/de.arnowelzel.android.periodical.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://arnowelzel.de/wiki/android/app/periodical
Source Code:https://github.com/arnowelzel/periodical
Issue Tracker:https://github.com/arnowelzel/periodical/issues
@@ -11,6 +11,9 @@ Description:
This application calculates the days of fertility according to Knaus-Ogino. The
data can be backed up on a memory card, if present.
+WARNING: It is not recommended to use this calendar to avoid pregnancy! There
+are more accurate methods, like measuring the basal body temperature.
+
If you have any further questions or want to help translating the app, please
[http://arnowelzel.de/wiki/en/arno contact upstream].
.
@@ -112,7 +115,42 @@ Build:1.05,49
subdir=app
gradle=yes
+Build:1.06,50
+ commit=1.06
+ subdir=app
+ gradle=yes
+
+Build:1.11,52
+ commit=1.11
+ subdir=app
+ gradle=yes
+
+Build:1.12,53
+ commit=1.12
+ subdir=app
+ gradle=yes
+
+Build:1.13,55
+ commit=1.13
+ subdir=app
+ gradle=yes
+
+Build:1.14,56
+ commit=1.14
+ subdir=app
+ gradle=yes
+
+Build:1.15,57
+ commit=1.15
+ subdir=app
+ gradle=yes
+
+Build:1.16,58
+ commit=1.16
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.05
-Current Version Code:49
+Current Version:1.16
+Current Version Code:58
diff --git a/metadata/de.audioattack.openlink.txt b/metadata/de.audioattack.openlink.txt
index e5f6a308ab..30abbca771 100644
--- a/metadata/de.audioattack.openlink.txt
+++ b/metadata/de.audioattack.openlink.txt
@@ -1,11 +1,12 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:Marc Nause
Web Site:https://gitlab.com/marc.nause/openlink
Source Code:https://gitlab.com/marc.nause/openlink/tree/HEAD
Issue Tracker:https://gitlab.com/marc.nause/openlink/issues
Changelog:https://gitlab.com/marc.nause/openlink/raw/HEAD/changelog.txt
Donate:https://paypal.me/nause
+LiberapayID:12290
Auto Name:Easy Open Link
Summary:Open URLs via select and share
@@ -21,6 +22,14 @@ allows you to open several links at the same time.
The share function has become a common feature in more recent versions of
Android. This app requires Android 1.5 or newer, but is most useful with Android
4.0 or later.
+
+The app does not add an icon to the launcher since this is not necessary. The
+complete functionality of the app is accessed via the "share" menu. Copyright
+information can be displayed via the "start" button of the F-Droid app.
+
+The permission RECEIVE_BOOT_COMPLETED is required to check if browser which
+supports opening links in incognito mode (Firefox 55+, Fennec 55+, Jelly) is
+installed.
.
Repo Type:git
@@ -96,7 +105,12 @@ Build:1.5.2,19
subdir=app
gradle=yes
+Build:1.5.4,21
+ commit=r1.5.4
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version r%v
Update Check Mode:Tags
-Current Version:1.5.2
-Current Version Code:19
+Current Version:1.5.4
+Current Version Code:21
diff --git a/metadata/de.audioattack.yacy31c3search.txt b/metadata/de.audioattack.yacy31c3search.txt
index a53609dfd6..bd25dee8eb 100644
--- a/metadata/de.audioattack.yacy31c3search.txt
+++ b/metadata/de.audioattack.yacy31c3search.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/marc.nause/31c3-search
Source Code:https://gitlab.com/marc.nause/31c3-search/tree/HEAD
Issue Tracker:https://gitlab.com/marc.nause/31c3-search/issues
diff --git a/metadata/de.audioattack.yacy32c3search.txt b/metadata/de.audioattack.yacy32c3search.txt
index bb0aa2b154..3e728d0fce 100644
--- a/metadata/de.audioattack.yacy32c3search.txt
+++ b/metadata/de.audioattack.yacy32c3search.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/yacy/yacy_search_androidclient
Issue Tracker:https://github.com/yacy/yacy_search_androidclient/issues
diff --git a/metadata/de.azapps.mirakel.dashclock.txt b/metadata/de.azapps.mirakel.dashclock.txt
index 7c8a36c9c2..6524cd291c 100644
--- a/metadata/de.azapps.mirakel.dashclock.txt
+++ b/metadata/de.azapps.mirakel.dashclock.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://mirakel.azapps.de
Source Code:https://github.com/MirakelX/mirakel-android
Issue Tracker:https://mirakel.atlassian.net/issues
diff --git a/metadata/de.azapps.mirakelandroid.txt b/metadata/de.azapps.mirakelandroid.txt
index f69d74cacc..2e97881168 100644
--- a/metadata/de.azapps.mirakelandroid.txt
+++ b/metadata/de.azapps.mirakelandroid.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://mirakel.azapps.de
Source Code:https://github.com/MirakelX/mirakel-android
Issue Tracker:https://mirakel.atlassian.net/issues
diff --git a/metadata/de.b0nk.fp1_epo_autoupdate.txt b/metadata/de.b0nk.fp1_epo_autoupdate.txt
index f37a9835d7..17ff70d1c4 100644
--- a/metadata/de.b0nk.fp1_epo_autoupdate.txt
+++ b/metadata/de.b0nk.fp1_epo_autoupdate.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Navigation,System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://gitlab.com/sn0b/fp1-epo-autoupdate/wikis/home
Source Code:https://gitlab.com/sn0b/fp1-epo-autoupdate
Issue Tracker:https://gitlab.com/sn0b/fp1-epo-autoupdate/issues
diff --git a/metadata/de.badaix.snapcast.txt b/metadata/de.badaix.snapcast.txt
index 736c4645ed..44236de887 100644
--- a/metadata/de.badaix.snapcast.txt
+++ b/metadata/de.badaix.snapcast.txt
@@ -1,5 +1,5 @@
Categories:Multimedia,Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/badaix/snapcast/blob/HEAD/README.md
Source Code:https://github.com/badaix/snapcast
Issue Tracker:https://github.com/badaix/snapcast/issues
diff --git a/metadata/de.baumann.browser.txt b/metadata/de.baumann.browser.txt
index 7f1d88d904..591e2ae7c9 100644
--- a/metadata/de.baumann.browser.txt
+++ b/metadata/de.baumann.browser.txt
@@ -1,14 +1,26 @@
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/scoute-dich/browser/blob/HEAD/README.md
Source Code:https://github.com/scoute-dich/browser
Issue Tracker:https://github.com/scoute-dich/browser/issues
Changelog:https://github.com/scoute-dich/browser/blob/HEAD/CHANGELOG.md
-Auto Name:F|L|OSS Browser
+Auto Name:FOSS Browser
Summary:Browse the web
Description:
-Simple browser based on Android's WebView.
+Simple browser based on Android's WebView. The base is
+[https://github.com/mthli/Ninja Ninja]. The intention is to provide a simple and
+light wight but powerful browser with a nice looking user interface.
+
+'''Some nice extra features:'''
+
+* full oreo support
+* search on site
+* open links in background
+* Websearch (from marked text context menu)
+* screenshots of the whole website
+* build in file browser (open, share, delete files)
+* open links in other apps (for example YouTube)
.
Repo Type:git
@@ -228,7 +240,35 @@ Build:5.6,76
prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle && \
sed -i -e '/jitpack.de/d' ../build.gradle
+Build:5.7,77
+ commit=v5.7
+ subdir=app
+ gradle=yes
+ prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle && \
+ sed -i -e '/jitpack.de/d' ../build.gradle
+
+Build:5.8,80
+ commit=v5.8
+ subdir=app
+ gradle=yes
+ prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle && \
+ sed -i -e '/jitpack.de/d' ../build.gradle
+
+Build:5.9,81
+ commit=v5.9
+ subdir=app
+ gradle=yes
+ prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle && \
+ sed -i -e '/jitpack.de/d' ../build.gradle
+
+Build:6.0,83
+ commit=v6.0
+ 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.6
-Current Version Code:76
+Current Version:6.0
+Current Version Code:83
diff --git a/metadata/de.baumann.diaspora.txt b/metadata/de.baumann.diaspora.txt
index 55f1b51765..42fd0f982b 100644
--- a/metadata/de.baumann.diaspora.txt
+++ b/metadata/de.baumann.diaspora.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/scoute-dich/Diaspora/blob/HEAD/README.md
Source Code:https://github.com/scoute-dich/Diaspora
Issue Tracker:https://github.com/scoute-dich/Diaspora/issues
diff --git a/metadata/de.baumann.hhsmoodle.txt b/metadata/de.baumann.hhsmoodle.txt
index 0d68825adb..f5dbcb192b 100644
--- a/metadata/de.baumann.hhsmoodle.txt
+++ b/metadata/de.baumann.hhsmoodle.txt
@@ -1,5 +1,5 @@
Categories:Time,Science & Education
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/scoute-dich/HHSMoodle/blob/HEAD/README.md
Source Code:https://github.com/scoute-dich/HHSMoodle
Issue Tracker:https://github.com/scoute-dich/HHSMoodle/issues
diff --git a/metadata/de.baumann.pdfcreator.txt b/metadata/de.baumann.pdfcreator.txt
index e42b06c178..02dc313911 100644
--- a/metadata/de.baumann.pdfcreator.txt
+++ b/metadata/de.baumann.pdfcreator.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/scoute-dich/PDFCreator
Issue Tracker:https://github.com/scoute-dich/PDFCreator/issues
diff --git a/metadata/de.baumann.quitsmoking.txt b/metadata/de.baumann.quitsmoking.txt
index 9a889a8fea..ca4eb7992e 100644
--- a/metadata/de.baumann.quitsmoking.txt
+++ b/metadata/de.baumann.quitsmoking.txt
@@ -1,5 +1,5 @@
Categories:Sports & Health
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/scoute-dich/QuitSmoking
Issue Tracker:https://github.com/scoute-dich/QuitSmoking/issues
diff --git a/metadata/de.baumann.sieben.txt b/metadata/de.baumann.sieben.txt
index 2bec71e41d..8c24dae9cf 100644
--- a/metadata/de.baumann.sieben.txt
+++ b/metadata/de.baumann.sieben.txt
@@ -1,5 +1,5 @@
Categories:Sports & Health
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/scoute-dich/Sieben/blob/HEAD/README.md
Source Code:https://github.com/scoute-dich/Sieben
Issue Tracker:https://github.com/scoute-dich/Sieben/issues
diff --git a/metadata/de.baumann.thema.txt b/metadata/de.baumann.thema.txt
index 873a17ca84..b615f282c2 100644
--- a/metadata/de.baumann.thema.txt
+++ b/metadata/de.baumann.thema.txt
@@ -1,9 +1,9 @@
Categories:Theming
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
-Source Code:https://github.com/scoute-dich/Baumann_Theme
-Issue Tracker:https://github.com/scoute-dich/Baumann_Theme/issues
-Changelog:https://github.com/scoute-dich/Baumann_Theme/blob/HEAD/CHANGELOG.md
+Source Code:https://github.com/scoute-dich/Blue-Minimal
+Issue Tracker:https://github.com/scoute-dich/Blue-Minimal/issues
+Changelog:https://github.com/scoute-dich/Blue-Minimal/blob/HEAD/CHANGELOG.md
Auto Name:Blue Minimal
Summary:Minimalistic CM12+ theme
@@ -13,12 +13,12 @@ minimalistic look to your device. It is based on several other CM12 themes. A
device running the Cyanogenmod 12 ROM or any other rom compatible with the CM12
theme engine is needed to use the theme.
-[https://github.com/scoute-dich/Baumann_Theme/blob/HEAD/screenshots.md
+[https://github.com/scoute-dich/Blue-Minimal/blob/HEAD/screenshots.md
Screenshots]
.
Repo Type:git
-Repo:https://github.com/scoute-dich/Baumann_Theme
+Repo:https://github.com/scoute-dich/Blue-Minimal
Build:3.1,12
commit=8c20ff6a78020b17e8b60860a5e039ecf5c3ce3d
diff --git a/metadata/de.baumann.weather.txt b/metadata/de.baumann.weather.txt
index 0170216d7d..dd61d18a66 100644
--- a/metadata/de.baumann.weather.txt
+++ b/metadata/de.baumann.weather.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/scoute-dich/Weather/blob/HEAD/README.md
Source Code:https://github.com/scoute-dich/Weather
Issue Tracker:https://github.com/scoute-dich/Weather/issues
diff --git a/metadata/de.benibela.videlibri.txt b/metadata/de.benibela.videlibri.txt
index b7b8c4a4f8..4642b5ebc6 100644
--- a/metadata/de.benibela.videlibri.txt
+++ b/metadata/de.benibela.videlibri.txt
@@ -1,6 +1,6 @@
Disabled:wip
Categories:Reading
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://videlibri.sourceforge.net
Source Code:https://sourceforge.net/p/videlibri/code/ci/default/tree
Issue Tracker:https://sourceforge.net/p/videlibri/tickets
@@ -52,5 +52,5 @@ Maintainer Notes:
Auto Update Mode:None
Update Check Mode:Tags ^VIDELIBRI
-Current Version:1.970
-Current Version Code:1970
+Current Version:1.991
+Current Version Code:1991
diff --git a/metadata/de.binary_kitchen.doorlock_app.yml b/metadata/de.binary_kitchen.doorlock_app.yml
new file mode 100644
index 0000000000..78cf61df6d
--- /dev/null
+++ b/metadata/de.binary_kitchen.doorlock_app.yml
@@ -0,0 +1,44 @@
+Categories:
+ - Internet
+ - Security
+License: GPL-3.0-only
+WebSite: https://binary.kitchen
+SourceCode: https://github.com/binary-kitchen/doorlock-app
+IssueTracker: https://github.com/binary-kitchen/doorlock-app/issues
+
+AutoName: Binary Kitchen Doorlock
+Summary: Binary Kitchen's Open Sesame
+Description: |
+ "We are proud to present the next generation of the revolutionary way to unlock the door of the Binary Kitchen hackspace.
+
+ Some usage notes:
+ * The app allows for automatic WiFi switching. If activated, newer Android versions (Oreo and upwards) require coarse grained location permissions. Otherwise SSID can not be read.
+ * Settings screen won't disappear unless user provided username & password
+ * The app contains a widget -- the space widget. It remotely shows if the space is open. A click on the button will update it.
+ * Please file bug reports on https://github.com/Binary-Kitchen/doorlock-app
+
+ Good quality... No fake! Contains 50 metric tons of finest software engineering.
+ ."
+
+RepoType: git
+Repo: https://github.com/binary-kitchen/doorlock-app
+
+Builds:
+ - versionName: 2.1.1
+ versionCode: 4
+ commit: v2.1.1
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: '2.2'
+ versionCode: 5
+ commit: v2.2
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version v%v
+UpdateCheckMode: Tags
+CurrentVersion: '2.2'
+CurrentVersionCode: 5
diff --git a/metadata/de.bitsharesmunich.smartcoinswallet.txt b/metadata/de.bitsharesmunich.smartcoinswallet.txt
index b9a9888306..34dba7ab48 100644
--- a/metadata/de.bitsharesmunich.smartcoinswallet.txt
+++ b/metadata/de.bitsharesmunich.smartcoinswallet.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://bitshares-munich.de
Source Code:https://github.com/kenCode-de/smartcoins-wallet
Issue Tracker:https://github.com/kenCode-de/smartcoins-wallet/issues
diff --git a/metadata/de.bitsharesmunich.wallet.txt b/metadata/de.bitsharesmunich.wallet.txt
index da864b1657..88c720c5bd 100644
--- a/metadata/de.bitsharesmunich.wallet.txt
+++ b/metadata/de.bitsharesmunich.wallet.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://bitshares-munich.de
Source Code:https://github.com/kenCode-de/bitshares-wallet
Issue Tracker:https://github.com/kenCode-de/bitshares-wallet/issues
diff --git a/metadata/de.bjusystems.vdrmanager.txt b/metadata/de.bjusystems.vdrmanager.txt
index 6612082dc9..9da058421a 100644
--- a/metadata/de.bjusystems.vdrmanager.txt
+++ b/metadata/de.bjusystems.vdrmanager.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://projects.vdr-developer.org/projects/vdr-manager/wiki
Source Code:https://projects.vdr-developer.org/projects/vdr-manager/repository
Issue Tracker:https://projects.vdr-developer.org/projects/vdr-manager/issues
diff --git a/metadata/de.blau.android.txt b/metadata/de.blau.android.txt
index 3f850ab6bd..13a959d233 100644
--- a/metadata/de.blau.android.txt
+++ b/metadata/de.blau.android.txt
@@ -289,11 +289,52 @@ Build:10.1.2-fdroid,403
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
-.
+Build:10.2.4.0,503
+ commit=10.2.4
+ gradle=yes
+ prebuild=sed -i -e '/bintray/d' -e '/markdown/d' -e '/preset-utils/d' build.gradle
-Auto Update Mode:None
-Update Check Mode:Tags
-Current Version:10.2.0.0
-Current Version Code:501
+Build:10.2.5.0,504
+ commit=10.2.5
+ gradle=yes
+ prebuild=sed -i -e '/bintray/d' -e '/markdown/d' -e '/preset-utils/d' build.gradle
+
+Build:10.2.6.0,505
+ commit=10.2.6
+ gradle=yes
+ prebuild=sed -i -e '/bintray/d' -e '/markdown/d' -e '/preset-utils/d' build.gradle
+
+Build:11.0.0.0,607
+ commit=11.0.0
+ gradle=yes
+ prebuild=sed -i -e '/bintray/d' -e '/markdown/d' -e '/preset-utils/d' build.gradle
+
+Build:11.0.1.0,608
+ commit=11.0.1
+ gradle=yes
+ prebuild=sed -i -e '/bintray/d' -e '/markdown/d' -e '/preset-utils/d' build.gradle
+
+Build:11.0.2.0,609
+ commit=11.0.2
+ gradle=yes
+ prebuild=sed -i -e '/bintray/d' -e '/markdown/d' -e '/preset-utils/d' build.gradle
+
+Build:11.0.4.0,610
+ commit=11.0.4
+ gradle=yes
+ prebuild=sed -i -e '/bintray/d' -e '/markdown/d' -e '/preset-utils/d' build.gradle
+
+Build:11.0.5.0,611
+ commit=11.0.5.0
+ gradle=yes
+ prebuild=sed -i -e '/bintray/d' -e '/markdown/d' -e '/preset-utils/d' build.gradle
+
+Build:11.1.0.0,703
+ commit=11.1.0.0
+ gradle=yes
+ prebuild=sed -i -e '/bintray/d' -e '/markdown/d' -e '/preset-utils/d' build.gradle
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags ^[0-9.]*$
+Current Version:11.1.0.0
+Current Version Code:703
diff --git a/metadata/de.blinkt.openvpn.txt b/metadata/de.blinkt.openvpn.txt
index 1c12c0bd6d..793ca650ec 100644
--- a/metadata/de.blinkt.openvpn.txt
+++ b/metadata/de.blinkt.openvpn.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://ics-openvpn.blinkt.de/
Source Code:https://github.com/schwabe/ics-openvpn
Issue Tracker:https://github.com/schwabe/ics-openvpn/issues
@@ -247,11 +247,22 @@ Build:0.6.73,153
build=USE_BREAKPAD=0 ./misc/build-native.sh
ndk=r15b
+Build:0.7.5,158
+ commit=v0.7.5-production
+ subdir=main
+ submodules=yes
+ sudo=apt update && \
+ apt install -y swig/jessie-backports
+ gradle=normal
+ rm=main/src/main/cpp/mbedtls/tests
+ scandelete=main/breakpad
+ ndk=r16b
+
Maintainer Notes:
gradle patches should not apply to 65+
.
Auto Update Mode:Version v%v-production
Update Check Mode:Tags .*-production
-Current Version:0.6.73
-Current Version Code:153
+Current Version:0.7.5
+Current Version Code:158
diff --git a/metadata/de.boesling.hydromemo.txt b/metadata/de.boesling.hydromemo.txt
index 1d5aa844aa..d15200fe24 100644
--- a/metadata/de.boesling.hydromemo.txt
+++ b/metadata/de.boesling.hydromemo.txt
@@ -1,5 +1,5 @@
Categories:Time,Sports & Health
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/mboesling/HydroMemo
Issue Tracker:https://github.com/mboesling/HydroMemo/issues
diff --git a/metadata/de.chaosdorf.meteroid.txt b/metadata/de.chaosdorf.meteroid.txt
index 5d7d09b0b0..35777dd649 100644
--- a/metadata/de.chaosdorf.meteroid.txt
+++ b/metadata/de.chaosdorf.meteroid.txt
@@ -55,7 +55,12 @@ Build:2.4.0,28
subdir=meteroid
gradle=yes
+Build:2.4.1,29
+ commit=v2.4.1
+ subdir=meteroid
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.4.0
-Current Version Code:28
+Current Version:2.4.1
+Current Version Code:29
diff --git a/metadata/de.christinecoenen.code.zapp.txt b/metadata/de.christinecoenen.code.zapp.txt
index b0c1e630ba..bcc61a1f06 100644
--- a/metadata/de.christinecoenen.code.zapp.txt
+++ b/metadata/de.christinecoenen.code.zapp.txt
@@ -132,7 +132,22 @@ Build:1.10.0,25
subdir=app
gradle=yes
+Build:1.11.0,26
+ commit=v1.11.0
+ subdir=app
+ gradle=yes
+
+Build:1.11.1,27
+ commit=v1.11.1
+ subdir=app
+ gradle=yes
+
+Build:1.11.2,28
+ commit=v1.11.2
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.10.0
-Current Version Code:25
+Current Version:1.11.2
+Current Version Code:28
diff --git a/metadata/de.clemensbartz.android.launcher.txt b/metadata/de.clemensbartz.android.launcher.txt
index 72e83ffe2c..ae77d20de7 100644
--- a/metadata/de.clemensbartz.android.launcher.txt
+++ b/metadata/de.clemensbartz.android.launcher.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://clemensbartz.de/essential-launcher/
Source Code:https://github.com/clemensbartz/essential-launcher
Issue Tracker:https://github.com/clemensbartz/essential-launcher/issues
@@ -26,7 +26,22 @@ Build:1.3,10
subdir=launcher
gradle=yes
+Build:1.4,11
+ commit=v1.4
+ subdir=launcher
+ gradle=yes
+
+Build:1.5,12
+ commit=v1.5
+ subdir=launcher
+ gradle=yes
+
+Build:1.5.1,13
+ commit=v1.5.1
+ subdir=launcher
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.3
-Current Version Code:10
+Current Version:1.5.1
+Current Version Code:13
diff --git a/metadata/de.cryptobitch.muelli.barcodegen.txt b/metadata/de.cryptobitch.muelli.barcodegen.txt
index 0f738f3028..5ef9583d1a 100644
--- a/metadata/de.cryptobitch.muelli.barcodegen.txt
+++ b/metadata/de.cryptobitch.muelli.barcodegen.txt
@@ -1,5 +1,5 @@
Categories:Graphics
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/muelli/barcodegen
Source Code:https://gitlab.com/muelli/barcodegen/tree/HEAD
Issue Tracker:https://gitlab.com/muelli/barcodegen/issues
diff --git a/metadata/de.cryptobitch.muelli.vouchercalc.txt b/metadata/de.cryptobitch.muelli.vouchercalc.txt
index ab251b8e11..b0004b2064 100644
--- a/metadata/de.cryptobitch.muelli.vouchercalc.txt
+++ b/metadata/de.cryptobitch.muelli.vouchercalc.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/muelli/vouchercalc
Source Code:https://gitlab.com/muelli/vouchercalc/tree/HEAD
Issue Tracker:https://gitlab.com/muelli/vouchercalc/issues
diff --git a/metadata/de.cwde.freeshisen.txt b/metadata/de.cwde.freeshisen.txt
index 361deee4fd..4a6cd6c37a 100644
--- a/metadata/de.cwde.freeshisen.txt
+++ b/metadata/de.cwde.freeshisen.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/knilch0r/freeshisen
Issue Tracker:https://github.com/knilch0r/freeshisen/issues
@@ -45,5 +45,5 @@ Build:0.6.4,16
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:0.6.4
-Current Version Code:16
+Current Version:0.6.6
+Current Version Code:18
diff --git a/metadata/de.cweiske.headphoneindicator.txt b/metadata/de.cweiske.headphoneindicator.txt
index 3302ce6c29..f12d289c07 100644
--- a/metadata/de.cweiske.headphoneindicator.txt
+++ b/metadata/de.cweiske.headphoneindicator.txt
@@ -1,5 +1,5 @@
Categories:System,Connectivity
-License:GPL-3.0+
+License:GPL-3.0-or-later
Author Name:Christian Weiske
Author Email:cweiske+fdroid.org@cweiske.de
Web Site:
diff --git a/metadata/de.d120.ophasekistenstapeln.txt b/metadata/de.d120.ophasekistenstapeln.txt
index fe8217306d..ccc1a00bc4 100644
--- a/metadata/de.d120.ophasekistenstapeln.txt
+++ b/metadata/de.d120.ophasekistenstapeln.txt
@@ -1,5 +1,5 @@
Categories:Games,Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://d120.de/studenten/ophase
Source Code:https://github.com/d120/Kistenstapeln-Android
Issue Tracker:https://github.com/d120/Kistenstapeln-Android/issues
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.danoeh.antennapod/be/summary.txt b/metadata/de.danoeh.antennapod/be/summary.txt
new file mode 100644
index 0000000000..6e22fedc65
--- /dev/null
+++ b/metadata/de.danoeh.antennapod/be/summary.txt
@@ -0,0 +1 @@
+Пашыраны падкаст-менеджар і прайгравальнік
\ No newline at end of file
diff --git a/metadata/de.danoeh.antennapod/el/summary.txt b/metadata/de.danoeh.antennapod/el/summary.txt
new file mode 100644
index 0000000000..8dc8310cf0
--- /dev/null
+++ b/metadata/de.danoeh.antennapod/el/summary.txt
@@ -0,0 +1 @@
+Προχωρημένη εφαρμογή αναπαραγωγής και διαχείρισης pocast
\ No newline at end of file
diff --git a/metadata/de.danoeh.antennapod/eo/summary.txt b/metadata/de.danoeh.antennapod/eo/summary.txt
index af6da7e331..a50fc55d03 100644
--- a/metadata/de.danoeh.antennapod/eo/summary.txt
+++ b/metadata/de.danoeh.antennapod/eo/summary.txt
@@ -1 +1 @@
-Altnivela podcast manaĝero kaj ludanto
\ No newline at end of file
+Potenca organizilo kaj ludilo de podkastoj
\ No newline at end of file
diff --git a/metadata/de.danoeh.antennapod/hu/summary.txt b/metadata/de.danoeh.antennapod/hu/summary.txt
new file mode 100644
index 0000000000..afe72ccd6f
--- /dev/null
+++ b/metadata/de.danoeh.antennapod/hu/summary.txt
@@ -0,0 +1 @@
+Fejlett podcastkezelő és lejátszó
\ No newline at end of file
diff --git a/metadata/de.danoeh.antennapod/is/summary.txt b/metadata/de.danoeh.antennapod/is/summary.txt
new file mode 100644
index 0000000000..c59d494a4d
--- /dev/null
+++ b/metadata/de.danoeh.antennapod/is/summary.txt
@@ -0,0 +1 @@
+Þróað tól til að sýsla með hlaðvörp (podcast) og spila
\ No newline at end of file
diff --git a/metadata/de.danoeh.antennapod/nl/summary.txt b/metadata/de.danoeh.antennapod/nl/summary.txt
index 87eb5bb0aa..8577144573 100644
--- a/metadata/de.danoeh.antennapod/nl/summary.txt
+++ b/metadata/de.danoeh.antennapod/nl/summary.txt
@@ -1 +1 @@
-Geavanceerde podcast manager en speler
\ No newline at end of file
+Geavanceerde podcastbeheerder en -speler
\ No newline at end of file
diff --git a/metadata/de.danoeh.antennapod/ro/summary.txt b/metadata/de.danoeh.antennapod/ro/summary.txt
new file mode 100644
index 0000000000..041a45ec54
--- /dev/null
+++ b/metadata/de.danoeh.antennapod/ro/summary.txt
@@ -0,0 +1 @@
+Manager si player avansat de podcast-uri
\ No newline at end of file
diff --git a/metadata/de.danoeh.antennapod/ru/summary.txt b/metadata/de.danoeh.antennapod/ru/summary.txt
index e4c5aa003e..bfea225cdc 100644
--- a/metadata/de.danoeh.antennapod/ru/summary.txt
+++ b/metadata/de.danoeh.antennapod/ru/summary.txt
@@ -1 +1 @@
-Многофункциональное приложение проигрывает и управляет подкастами
\ No newline at end of file
+Многофункциональное приложение управляет подкастами
\ No newline at end of file
diff --git a/metadata/de.devmil.paperlaunch.txt b/metadata/de.devmil.paperlaunch.txt
index 6658b8c1d6..2eb9f69268 100644
--- a/metadata/de.devmil.paperlaunch.txt
+++ b/metadata/de.devmil.paperlaunch.txt
@@ -44,6 +44,6 @@ Build:1.0.10,12
gradle=yes
Auto Update Mode:Version release_%v
-Update Check Mode:Tags
+Update Check Mode:Tags ^release_
Current Version:1.0.10
Current Version Code:12
diff --git a/metadata/de.digisocken.anotherrss.txt b/metadata/de.digisocken.anotherrss.txt
index de6c420ba9..c9c13d5d0f 100644
--- a/metadata/de.digisocken.anotherrss.txt
+++ b/metadata/de.digisocken.anotherrss.txt
@@ -108,7 +108,27 @@ Build:2.14,214
subdir=app
gradle=yes
+Build:2.15,215
+ commit=v2.15
+ subdir=app
+ gradle=yes
+
+Build:2.17,217
+ commit=v2.17
+ subdir=app
+ gradle=yes
+
+Build:2.18,218
+ commit=v2.18
+ subdir=app
+ gradle=yes
+
+Build:2.21,221
+ commit=v2.21
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.14
-Current Version Code:214
+Current Version:2.21
+Current Version Code:221
diff --git a/metadata/de.digisocken.openwort.txt b/metadata/de.digisocken.openwort.txt
index a850c7ecc5..c9604618a4 100644
--- a/metadata/de.digisocken.openwort.txt
+++ b/metadata/de.digisocken.openwort.txt
@@ -44,7 +44,17 @@ Build:1.7,17
subdir=app
gradle=yes
+Build:1.8,18
+ commit=v1.8
+ subdir=app
+ gradle=yes
+
+Build:1.9,19
+ commit=v1.9
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.7
-Current Version Code:17
+Current Version:1.9
+Current Version Code:19
diff --git a/metadata/de.digisocken.reotwe.txt b/metadata/de.digisocken.reotwe.txt
new file mode 100644
index 0000000000..6b500a24f0
--- /dev/null
+++ b/metadata/de.digisocken.reotwe.txt
@@ -0,0 +1,61 @@
+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
+
+Build:2.04,204
+ commit=v2.04
+ subdir=app
+ gradle=yes
+
+Build:2.05,205
+ commit=v2.05
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:2.05
+Current Version Code:205
diff --git a/metadata/de.dotwee.micropinner.txt b/metadata/de.dotwee.micropinner.txt
index 818cf810a5..dff317779e 100644
--- a/metadata/de.dotwee.micropinner.txt
+++ b/metadata/de.dotwee.micropinner.txt
@@ -56,7 +56,18 @@ Build:v2.0.1,26
subdir=app
gradle=yes
+Build:v2.1.0,27
+ disable=Could not find com.android.tools.build:gradle:3.0.0
+ commit=release-v2.1.0
+ subdir=app
+ gradle=yes
+
+Build:v2.2.0,29
+ commit=release-v2.2.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.2.0
+Current Version Code:29
diff --git a/metadata/de.drhoffmannsoft.pizza.txt b/metadata/de.drhoffmannsoft.pizza.txt
index a8aabe23d9..dee3385bc3 100644
--- a/metadata/de.drhoffmannsoft.pizza.txt
+++ b/metadata/de.drhoffmannsoft.pizza.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://gitlab.com/kollo/PizzaCostCalculator
Source Code:https://gitlab.com/kollo/PizzaCostCalculator/tree/HEAD
Issue Tracker:https://gitlab.com/kollo/PizzaCostCalculator/issues
@@ -25,5 +25,5 @@ Build:1.05-9,9
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:1.05-9
-Current Version Code:9
+Current Version:1.05-10
+Current Version Code:10
diff --git a/metadata/de.drhoffmannsoftware.txt b/metadata/de.drhoffmannsoftware.txt
index 302bbe5b89..06ec189224 100644
--- a/metadata/de.drhoffmannsoftware.txt
+++ b/metadata/de.drhoffmannsoftware.txt
@@ -1,19 +1,10 @@
Categories:Science & Education
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://gitlab.com/kollo/Tschernobyl
Issue Tracker:https://gitlab.com/kollo/Tschernobyl/issues
Auto Name:TSCH_BYL
-Summary:Calculates radiation doses and consequences after nuclear power accidents
-Description:
-Programm zur Abschätzung der Folgen durch radioaktive Belastung nach einem
-Kernkraftwerksunfall. Ausgangsgröße ist die gemessene radioaktive Belastung der
-Luft, wie sie beim Erreichen des betroffenen Gebietes zuerst gemessen wird.
-Daraus werden die Strahlenbelastungen durch die Direktstrahlung, Bodenstrahlung
-und Nahrungsaufnahme abgeschätzt. Dann werden die Risiken analysiert und
-Verhaltensmaßregeln abgeleitet.
-.
Repo Type:git
Repo:https://gitlab.com/kollo/Tschernobyl.git
@@ -22,7 +13,18 @@ Build:1.16-7,7
commit=7c1c3086abf4972f2bd64a86776873025034473c
gradle=yes
+Build:1.16-9,9
+ commit=7e59d8f16cff0b29cac8393af1f1fcea86902b6c
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/keystore/d' 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
+.
+
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:1.16-7
-Current Version Code:7
+Current Version:1.16-9-sf
+Current Version Code:9
diff --git a/metadata/de.drhoffmannsoftware.xearth.txt b/metadata/de.drhoffmannsoftware.xearth.txt
index f313a041fb..70cfd0c212 100644
--- a/metadata/de.drhoffmannsoftware.xearth.txt
+++ b/metadata/de.drhoffmannsoftware.xearth.txt
@@ -18,13 +18,10 @@ Repo Type:git
Repo:https://gitlab.com/kollo/xearth.git
Build:1.2-22,22
- disable=newer version but lower vercode
-
-Build:2015.10.09.01,2015100901
- commit=c54ed008
+ commit=1.2-22
gradle=yes
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:None
Current Version:1.2-22
Current Version Code:22
diff --git a/metadata/de.duenndns.gmdice.txt b/metadata/de.duenndns.gmdice.txt
index d96aafe133..25c5a22dcf 100644
--- a/metadata/de.duenndns.gmdice.txt
+++ b/metadata/de.duenndns.gmdice.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/ge0rg/gamemasterdice
Issue Tracker:https://github.com/ge0rg/gamemasterdice/issues
diff --git a/metadata/de.eidottermihi.raspicheck.txt b/metadata/de.eidottermihi.raspicheck.txt
index 75711b895a..51ddbf0966 100644
--- a/metadata/de.eidottermihi.raspicheck.txt
+++ b/metadata/de.eidottermihi.raspicheck.txt
@@ -1,5 +1,5 @@
Categories:Connectivity,Development
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://github.com/eidottermihi/rpicheck/blob/HEAD/README.md
Source Code:https://github.com/eidottermihi/rpicheck
Issue Tracker:https://github.com/eidottermihi/rpicheck/issues
@@ -10,6 +10,14 @@ Summary:Check the status of your RasPi
Description:
Show the user the current system status of a running Raspberry Pi computer. To
gather the information needed, RasPi Check uses a SSH connection.
+
+RasPi Check shows you overclocking information (frequency, temperature, volts)
+and more system information (free memory, runtime, disk status). You can also
+restart or halt your Raspberry Pi ® and send custom commands! If you always want
+to keep an eye on your Pi there's also a widget for your homescreen.
+
+All you need for the app to work are your SSH login credentials. You can either
+authentificate via password or via private/public key.
.
Repo Type:git
@@ -20,7 +28,17 @@ Build:1.8.0,39
subdir=app
gradle=yes
-Auto Update Mode:None
+Build:1.8.11,52
+ commit=v1.8.11
+ subdir=app
+ gradle=yes
+
+Build:v1.8.12,53
+ commit=vv1.8.12
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:v1.8.9
-Current Version Code:50
+Current Version:v1.8.12
+Current Version Code:53
diff --git a/metadata/de.feisar.wordvalue.txt b/metadata/de.feisar.wordvalue.txt
index 448f5657a4..4131e86bbb 100644
--- a/metadata/de.feisar.wordvalue.txt
+++ b/metadata/de.feisar.wordvalue.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/as4565683/WordValueCalculator/blob/HEAD/README.md
Source Code:https://github.com/as4565683/WordValueCalculator
Issue Tracker:https://github.com/as4565683/WordValueCalculator/issues
diff --git a/metadata/de.fgerbig.spacepeng.txt b/metadata/de.fgerbig.spacepeng.txt
index da61b8e9d3..098d7a7b82 100644
--- a/metadata/de.fgerbig.spacepeng.txt
+++ b/metadata/de.fgerbig.spacepeng.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://gitlab.com/fgerbig/SpacePeng
Issue Tracker:https://gitlab.com/fgerbig/SpacePeng/issues
diff --git a/metadata/de.fmaul.android.cmis.txt b/metadata/de.fmaul.android.cmis.txt
index 8c47b188c8..1c99b29b83 100644
--- a/metadata/de.fmaul.android.cmis.txt
+++ b/metadata/de.fmaul.android.cmis.txt
@@ -1,7 +1,7 @@
Categories:System
License:Apache-2.0
-Web Site:https://code.google.com/p/android-cmis-browser
-Source Code:https://code.google.com/p/android-cmis-browser/source
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:CMIS Browser
@@ -17,9 +17,6 @@ or Nuxeo. CMIS = Content Management Interoperability Services.
* Multiple Repositories
.
-Repo Type:hg
-Repo:https://android-cmis-browser.googlecode.com/hg
-
Build:0.9.6,8
commit=release 0.9.6
@@ -27,3 +24,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:0.9.6
Current Version Code:8
+
+No Source Since:0.9.7
diff --git a/metadata/de.fragdenstaat.app.txt b/metadata/de.fragdenstaat.app.txt
new file mode 100644
index 0000000000..8c3aa83889
--- /dev/null
+++ b/metadata/de.fragdenstaat.app.txt
@@ -0,0 +1,85 @@
+Categories:Reading,Writing
+License:MIT
+Web Site:http://app.fragdenstaat.de/
+Source Code:https://github.com/jfilter/frag-den-staat-app
+Issue Tracker:https://github.com/jfilter/frag-den-staat-app/issues
+
+Auto Name:FragDenStaat
+Summary:Navigate FragDenStaat
+Description:
+This app is for FragDenStaat.de, a platform to simplify the process of sending
+and managing FOI requests to German public bodies.
+
+The app should include the basic functionalities of the website such as browsing
+through requests, searching, and creating new requests.
+.
+
+Repo Type:git
+Repo:https://github.com/jfilter/frag-den-staat-app.git
+
+Build:0.8.1,23
+ commit=v0.8.1
+ subdir=android/app
+ 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/
+ gradle=yes
+ prebuild=npm install && \
+ truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel && \
+ rm ../../node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar ../../node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
+ scanignore=android/build.gradle
+ scandelete=node_modules
+
+Build:0.8.3,25
+ disable=doesn't build
+ commit=v0.8.3
+ subdir=android/app
+ 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/
+ gradle=yes
+ prebuild=npm install && \
+ truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel && \
+ rm ../../node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar ../../node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
+ scanignore=android/build.gradle
+ scandelete=node_modules
+
+Build:0.8.4,26
+ disable=doesn't build
+ commit=v0.8.4
+ subdir=android/app
+ 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/
+ gradle=yes
+ prebuild=npm install && \
+ truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel && \
+ rm ../../node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar ../../node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
+ scanignore=android/build.gradle
+ scandelete=node_modules
+
+Build:0.8.5,27
+ commit=v0.8.5
+ subdir=android/app
+ 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/
+ gradle=yes
+ prebuild=npm install && \
+ truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel && \
+ rm ../../node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar ../../node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
+ scanignore=android/build.gradle
+ scandelete=node_modules
+
+Maintainer Notes:
+scanignore is used to allow the "node_modules/react-native/android" local Maven repository which contains the prebuilt react-native library which we get from npm.
+.
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:0.8.5
+Current Version Code:27
diff --git a/metadata/de.freewarepoint.whohasmystuff.txt b/metadata/de.freewarepoint.whohasmystuff.txt
index 0073b637d4..72962c6bc8 100644
--- a/metadata/de.freewarepoint.whohasmystuff.txt
+++ b/metadata/de.freewarepoint.whohasmystuff.txt
@@ -1,8 +1,8 @@
Categories:Money
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/stovocor/whohasmystuff
-Issue Tracker:https://github.com/stovocor/whohasmystuff/issues
+Source Code:
+Issue Tracker:
Auto Name:Who Has My Stuff?
Summary:Manager for lent items
@@ -13,9 +13,6 @@ of your lent things with this very simple application. It lets you define a
description, date and contact person from your address book for each object.
.
-Repo Type:git
-Repo:https://github.com/stovocor/whohasmystuff.git
-
Build:1.0.7,8
commit=1.0.7
target=android-15
@@ -110,3 +107,5 @@ Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:1.0.33
Current Version Code:34
+
+No Source Since:1.0.34
diff --git a/metadata/de.freifunk_karte.freifunk_karte.yml b/metadata/de.freifunk_karte.freifunk_karte.yml
new file mode 100644
index 0000000000..7d32090ab6
--- /dev/null
+++ b/metadata/de.freifunk_karte.freifunk_karte.yml
@@ -0,0 +1,33 @@
+Categories:
+ - Internet
+ - Navigation
+License: GPL-3.0-only
+WebSite: https://www.freifunk-karte.de
+SourceCode: https://gitlab.com/TheRMaverick/Freifunk-Karte
+IssueTracker: https://gitlab.com/TheRMaverick/Freifunk-Karte/issues
+
+AutoName: Freifunk-Karte
+Summary: Map for viewing the Freifunk Nodes on a OpenStreetMap
+Description: |-
+ You need free WiFi on your road? This app is for you. It shows the Freifunk
+ Nodes on a OpenStreetMap. Go to it and connect. That's it. No contract, no
+ ads. Only free Internet for you.
+
+ The Data is provided from the offical Freifunk API and used the website
+ freifunk-karte.de
+
+RepoType: git
+Repo: https://gitlab.com/TheRMaverick/Freifunk-Karte
+
+Builds:
+ - versionName: '1.4'
+ versionCode: 7
+ commit: '1.4'
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version %v
+UpdateCheckMode: Tags
+CurrentVersion: '1.4'
+CurrentVersionCode: 7
diff --git a/metadata/de.gabbo.forro_lyrics.txt b/metadata/de.gabbo.forro_lyrics.txt
index 0b20d8b57f..3bfd334183 100644
--- a/metadata/de.gabbo.forro_lyrics.txt
+++ b/metadata/de.gabbo.forro_lyrics.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/GabbO2/ForroLyrics
Source Code:https://gitlab.com/GabbO2/ForroLyrics/tree/HEAD
Issue Tracker:https://gitlab.com/GabbO2/ForroLyrics/issues
diff --git a/metadata/de.geeksfactory.opacclient.txt b/metadata/de.geeksfactory.opacclient.txt
index 1edceeed8c..52450bc908 100644
--- a/metadata/de.geeksfactory.opacclient.txt
+++ b/metadata/de.geeksfactory.opacclient.txt
@@ -1232,6 +1232,84 @@ Build:5.3.1,186
scandelete=opacclient/buildSrc
preassemble=downloadJson
+Build:5.3.2,187
+ commit=5.3.2
+ 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
+
+Build:5.3.3,188
+ commit=5.3.3
+ 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
+
+Build:5.4.0,189
+ commit=5.4.0
+ subdir=opacclient/opacapp
+ submodules=yes
+ gradle=yes
+ srclibs=CWACAdapter@v1.0.1,Endless@v1.2.3
+ rm=opacclient/opacapp/libs/*.jar
+ prebuild=cp -fR $$CWACAdapter$$/src/com src/main/java/ && \
+ cp -fR $$Endless$$/src/com src/main/java/ && \
+ sed -i -e '/adapter/d' -e '/endless/d' build.gradle
+ scandelete=opacclient/buildSrc
+ preassemble=downloadJson
+
+Build:5.4.1,190
+ commit=5.4.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
+
+Build:5.4.3,192
+ commit=5.4.3
+ 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
+
+Build:5.4.4,193
+ commit=5.4.4
+ 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
@@ -1240,5 +1318,5 @@ to deploy.
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:5.3.1
-Current Version Code:186
+Current Version:5.4.4
+Current Version Code:193
diff --git a/metadata/de.grobox.blitzmail.txt b/metadata/de.grobox.blitzmail.txt
index c1e5820942..4229b07e3f 100644
--- a/metadata/de.grobox.blitzmail.txt
+++ b/metadata/de.grobox.blitzmail.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:AGPL-3.0+
+License:AGPL-3.0-or-later
Web Site:https://github.com/grote/BlitzMail/blob/HEAD/README.md
Source Code:https://github.com/grote/BlitzMail
Issue Tracker:https://github.com/grote/BlitzMail/issues
diff --git a/metadata/de.grobox.liberario.txt b/metadata/de.grobox.liberario.txt
index db5c1d527e..b9cdc6bfa1 100644
--- a/metadata/de.grobox.liberario.txt
+++ b/metadata/de.grobox.liberario.txt
@@ -1,12 +1,12 @@
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Author Name:Torsten Grote
-Web Site:https://transportr.grobox.de?utm_source=fdroid
+Web Site:https://transportr.app/?utm_source=fdroid
Source Code:https://github.com/grote/Transportr
Issue Tracker:https://github.com/grote/Transportr/issues
Changelog:https://github.com/grote/Transportr/releases
-Donate:https://transportr.grobox.de/?utm_source=fdroid#donate
-FlattrID:1921242
+Donate:https://transportr.app/donate/?utm_source=fdroid
+LiberapayID:34751
Bitcoin:12JaQp8zfqRb83JfSwVjH4rZWsZnWRPoyG
Auto Name:Liberario
@@ -219,7 +219,25 @@ Build:1.1.9,49
prebuild=./pre-build.sh
gradleprops=buildServer
+Build:2.0.0,108
+ commit=2.0.0
+ subdir=app
+ gradle=yes
+ gradleprops=buildServer
+
+Build:2.0.1,109
+ commit=2.0.1
+ subdir=app
+ gradle=yes
+ gradleprops=buildServer
+
+Build:2.0.2,111
+ commit=2.0.2
+ subdir=app
+ gradle=yes
+ gradleprops=buildServer
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.1.9
-Current Version Code:49
+Current Version:2.0.2
+Current Version Code:111
diff --git a/metadata/de.guerda.matekarte.txt b/metadata/de.guerda.matekarte.txt
index 6a76206420..92c497b993 100644
--- a/metadata/de.guerda.matekarte.txt
+++ b/metadata/de.guerda.matekarte.txt
@@ -1,6 +1,6 @@
Disabled:Upstream not ready
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/guerda/Matekarte
Issue Tracker:https://github.com/guerda/Matekarte/issues
diff --git a/metadata/de.hampager.dapnetmobile.txt b/metadata/de.hampager.dapnetmobile.txt
index 16f0d3a478..33c3dc61a0 100644
--- a/metadata/de.hampager.dapnetmobile.txt
+++ b/metadata/de.hampager.dapnetmobile.txt
@@ -66,7 +66,22 @@ Build:1.0.15,20
subdir=app
gradle=yes
+Build:1.0.16,21
+ commit=1.0.16
+ subdir=app
+ gradle=yes
+
+Build:1.1.0,22
+ commit=1.1.0
+ subdir=app
+ gradle=yes
+
+Build:1.1.1,23
+ commit=1.1.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.0.15
-Current Version Code:20
+Current Version:1.1.1
+Current Version Code:23
diff --git a/metadata/de.hirtenstrasse.michael.lnkshortener.txt b/metadata/de.hirtenstrasse.michael.lnkshortener.txt
index 856efa582e..e0078fc883 100644
--- a/metadata/de.hirtenstrasse.michael.lnkshortener.txt
+++ b/metadata/de.hirtenstrasse.michael.lnkshortener.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://android.1n.pm
Source Code:https://github.com/michaelachmann/LnkShortener
Issue Tracker:https://github.com/michaelachmann/LnkShortener/issues
diff --git a/metadata/de.hoffmannsgimmicks.txt b/metadata/de.hoffmannsgimmicks.txt
index 2d3d276737..0e1c1130c2 100644
--- a/metadata/de.hoffmannsgimmicks.txt
+++ b/metadata/de.hoffmannsgimmicks.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://gitlab.com/kollo/MeetingCostClock
Issue Tracker:https://gitlab.com/kollo/MeetingCostClock/issues
@@ -19,12 +19,17 @@ Build:1.08-10,10
commit=3addf5a40f067e72e88fc8041455c544a2f23716
gradle=yes
-Build:2015.10.09.01,2015100901
- disable=upstream lowered vc on update
- commit=52f4a9f6be4c4b53816c3306acfa79bef52cd6d0
+Build:1.08-11,11
+ commit=6f412a4fca72d0010da5e0ee8dff0dda3f048220
gradle=yes
-Auto Update Mode:None
-Update Check Mode:RepoManifest
-Current Version:1.08-10
-Current Version Code:10
+Build:1.08-12,12
+ commit=1.08-12
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/keystore/d' build.gradle
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:1.08-12
+Current Version Code:12
diff --git a/metadata/de.hoffmannsgimmickstaupunkt.txt b/metadata/de.hoffmannsgimmickstaupunkt.txt
index 2e0f85b9c4..c9aee429e4 100644
--- a/metadata/de.hoffmannsgimmickstaupunkt.txt
+++ b/metadata/de.hoffmannsgimmickstaupunkt.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://gitlab.com/kollo/Taupunkt
Issue Tracker:https://gitlab.com/kollo/Taupunkt/issues
@@ -26,12 +26,11 @@ Build:1.06-16,16
gradle=yes
prebuild=sed -i -e '/versionCode/d' -e '/versionName/d' build.gradle
-Build:2015.10.09.01,2015100901
- disable=wrong vc
- commit=3d90b57d607582828d0291f5d69d29a1af06e57f
+Build:1.06-19,19
+ commit=5dafdb862126f90d5635b193ad6e3a237c250c6d
gradle=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:1.06-16
-Current Version Code:16
+Current Version:1.06-19
+Current Version Code:19
diff --git a/metadata/de.homac.Mirrored.txt b/metadata/de.homac.Mirrored.txt
index 6f189a8878..3044dd7f88 100644
--- a/metadata/de.homac.Mirrored.txt
+++ b/metadata/de.homac.Mirrored.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/mirrored/mirrored
Source Code:https://gitlab.com/mirrored/mirrored/tree/HEAD
Issue Tracker:https://gitlab.com/mirrored/mirrored/issues
diff --git a/metadata/de.hosenhasser.funktrainer.txt b/metadata/de.hosenhasser.funktrainer.txt
new file mode 100644
index 0000000000..2eb1eb5b95
--- /dev/null
+++ b/metadata/de.hosenhasser.funktrainer.txt
@@ -0,0 +1,32 @@
+Categories:Science & Education
+License:Apache-2.0
+Web Site:
+Source Code:https://github.com/meyerd/funktrainer
+Issue Tracker:https://github.com/meyerd/funktrainer/issues
+
+Auto Name:Funktrainer
+Summary:Learn for your German ham radio exam
+Description:
+This app will ask you the official questions of the German ham radio exam. The
+questions are shuffled and preferably wrong answered questions will be asked.
+.
+
+Repo Type:git
+Repo:https://github.com/meyerd/funktrainer.git
+
+Build:1.3.0.0,43
+ commit=1.3.0.0
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/enable true/d' build.gradle
+ ndk=r16b
+
+Maintainer Notes:
+Upstream builds separate APKs for all target architectures.
+We build an universal APK.
+.
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:1.3.0.0
+Current Version Code:43
diff --git a/metadata/de.hu_berlin.informatik.spws2014.mapever.txt b/metadata/de.hu_berlin.informatik.spws2014.mapever.txt
index 1c2b6955d6..73a63b4677 100644
--- a/metadata/de.hu_berlin.informatik.spws2014.mapever.txt
+++ b/metadata/de.hu_berlin.informatik.spws2014.mapever.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/diedricm/MapEver
Issue Tracker:https://github.com/diedricm/MapEver/issues
diff --git a/metadata/de.j4velin.wifiAutoOff.txt b/metadata/de.j4velin.wifiAutoOff.txt
index 886820e338..e80267160b 100644
--- a/metadata/de.j4velin.wifiAutoOff.txt
+++ b/metadata/de.j4velin.wifiAutoOff.txt
@@ -1,8 +1,8 @@
Categories:Connectivity
License:Apache-2.0
-Web Site:https://github.com/j4velin/WiFi-Auto-Off/blob/HEAD/README.md
-Source Code:https://github.com/j4velin/WiFi-Auto-Off
-Issue Tracker:https://github.com/j4velin/WiFi-Auto-Off/issues
+Web Site:https://github.com/j4velin/WiFi-Automatic/blob/HEAD/README.md
+Source Code:https://github.com/j4velin/WiFi-Automatic
+Issue Tracker:https://github.com/j4velin/WiFi-Automatic/issues
Auto Name:WiFi Automatic
Summary:Turn off WiFi automatically
@@ -26,7 +26,7 @@ power than staying on WiFi.
.
Repo Type:git
-Repo:https://github.com/j4velin/WiFi-Auto-Off.git
+Repo:https://github.com/j4velin/WiFi-Automatic.git
Build:1.3.1,8
commit=b93697dd4fca0967e31ee84bc3a15573a09243a9
diff --git a/metadata/de.jdsoft.law.txt b/metadata/de.jdsoft.law.txt
index ee4150269f..0cd31014af 100644
--- a/metadata/de.jdsoft.law.txt
+++ b/metadata/de.jdsoft.law.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/jfreax/OpenLaw
Issue Tracker:https://github.com/jfreax/OpenLaw/issues
diff --git a/metadata/de.jkliemann.parkendd.txt b/metadata/de.jkliemann.parkendd.txt
index 6596c17521..6ca2ea1647 100644
--- a/metadata/de.jkliemann.parkendd.txt
+++ b/metadata/de.jkliemann.parkendd.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://jkliemann.de/parkendd
Source Code:https://github.com/jklmnn/ParkenDD
Issue Tracker:https://github.com/jklmnn/ParkenDD/issues
@@ -169,7 +169,12 @@ Build:1.2.4,29
subdir=app
gradle=yes
+Build:1.2.5,30
+ commit=v1.2.5
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.2.4
-Current Version Code:29
+Current Version:1.2.5
+Current Version Code:30
diff --git a/metadata/de.jl.notificationlog.yml b/metadata/de.jl.notificationlog.yml
new file mode 100644
index 0000000000..10e0c5d1af
--- /dev/null
+++ b/metadata/de.jl.notificationlog.yml
@@ -0,0 +1,23 @@
+Categories:
+ - System
+License: GPL-3.0-or-later
+SourceCode: https://gitlab.com/notificationlog/notificationlog-android
+IssueTracker: https://gitlab.com/notificationlog/notificationlog-android/issues
+
+AutoName: NotificationLog
+
+RepoType: git
+Repo: https://gitlab.com/notificationlog/notificationlog-android
+
+Builds:
+ - versionName: '1.1'
+ versionCode: 2
+ commit: release-1.1
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version release-%v
+UpdateCheckMode: Tags
+CurrentVersion: '1.1'
+CurrentVersionCode: 2
diff --git a/metadata/de.jurihock.voicesmith.txt b/metadata/de.jurihock.voicesmith.txt
index 97359bc12a..998fa33a7b 100644
--- a/metadata/de.jurihock.voicesmith.txt
+++ b/metadata/de.jurihock.voicesmith.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://voicesmith.jurihock.de
Source Code:https://github.com/jurihock/voicesmith
Issue Tracker:https://github.com/jurihock/voicesmith/issues
diff --git a/metadata/de.k3b.android.androFotoFinder.txt b/metadata/de.k3b.android.androFotoFinder.txt
index 12b14e6849..94913a5624 100644
--- a/metadata/de.k3b.android.androFotoFinder.txt
+++ b/metadata/de.k3b.android.androFotoFinder.txt
@@ -1,15 +1,15 @@
Categories:Multimedia
-License:GPL-3.0
-Web Site:https://github.com/k3b/androFotoFinder/wiki
-Source Code:https://github.com/k3b/androFotoFinder
-Issue Tracker:https://github.com/k3b/androFotoFinder/issues
-Changelog:https://github.com/k3b/androFotoFinder/wiki/History
+License:GPL-3.0-only
+Web Site:https://github.com/k3b/APhotoManager/wiki
+Source Code:https://github.com/k3b/APhotoManager
+Issue Tracker:https://github.com/k3b/APhotoManager/issues
+Changelog:https://github.com/k3b/APhotoManager/wiki/History
Donate:http://donate.openstreetmap.org/
-Auto Name:A Photo Manager (dev)
+Auto Name:A Photo Manager
Repo Type:git
-Repo:https://github.com/k3b/androFotoFinder
+Repo:https://github.com/k3b/APhotoManager
Build:0.3.4.150728,4
commit=v0.3.4.150728
@@ -184,11 +184,21 @@ Build:0.6.4.180321,37
subdir=app
gradle=yes
+Build:0.7.0.180823,38
+ commit=v0.7.0.180823
+ subdir=app
+ gradle=yes
+
+Build:0.7.1.180830,39
+ commit=v0.7.1.180830
+ subdir=app
+ gradle=yes
+
Maintainer Notes:
Please use git-branch "FDroid" for FDroid-builds.
.
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.6.4.180321
-Current Version Code:37
+Current Version:0.7.1.180830
+Current Version Code:39
diff --git a/metadata/de.k3b.android.calendar.ics.adapter.txt b/metadata/de.k3b.android.calendar.ics.adapter.txt
index ada94ebdbc..a66275686e 100644
--- a/metadata/de.k3b.android.calendar.ics.adapter.txt
+++ b/metadata/de.k3b.android.calendar.ics.adapter.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/k3b/CalendarIcsAdapter/wiki
Source Code:https://github.com/k3b/CalendarIcsAdapter
Issue Tracker:https://github.com/k3b/CalendarIcsAdapter/issues
diff --git a/metadata/de.k3b.android.contentproviderhelper.txt b/metadata/de.k3b.android.contentproviderhelper.txt
index f8a424ee71..3574c7bb14 100644
--- a/metadata/de.k3b.android.contentproviderhelper.txt
+++ b/metadata/de.k3b.android.contentproviderhelper.txt
@@ -1,5 +1,5 @@
Categories:Development,System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/k3b/ContentProviderHelper/wiki
Source Code:https://github.com/k3b/ContentProviderHelper
Issue Tracker:https://github.com/k3b/ContentProviderHelper/issues
diff --git a/metadata/de.k3b.android.locationMapViewer.txt b/metadata/de.k3b.android.locationMapViewer.txt
index 7fb88e8082..9771057070 100644
--- a/metadata/de.k3b.android.locationMapViewer.txt
+++ b/metadata/de.k3b.android.locationMapViewer.txt
@@ -1,5 +1,5 @@
Categories:Navigation,System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/k3b/locationMapViewer/wiki
Source Code:https://github.com/k3b/locationMapViewer
Issue Tracker:https://github.com/k3b/locationMapViewer/issues
diff --git a/metadata/de.k3b.android.toGoZip.txt b/metadata/de.k3b.android.toGoZip.txt
index 58209e646a..0734776817 100644
--- a/metadata/de.k3b.android.toGoZip.txt
+++ b/metadata/de.k3b.android.toGoZip.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/k3b/toGoZip/wiki
Source Code:https://github.com/k3b/toGoZip
Issue Tracker:https://github.com/k3b/toGoZip/issues
@@ -50,7 +50,12 @@ Build:2.0.11.171227,11
subdir=app
gradle=yes
+Build:2.0.12.180516,12
+ commit=v2.0.12.180516
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.0.11.171227
-Current Version Code:11
+Current Version:2.0.12.180516
+Current Version Code:12
diff --git a/metadata/de.karbach.tac.txt b/metadata/de.karbach.tac.txt
index 42684578f0..b05dbaacab 100644
--- a/metadata/de.karbach.tac.txt
+++ b/metadata/de.karbach.tac.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:
Source Code:https://github.com/CarstenKarbach/MoTAC
Issue Tracker:https://github.com/CarstenKarbach/MoTAC/issues
@@ -8,6 +8,26 @@ Auto Name:MoTAC
Summary:Digital TAC board
Description:
Play [http://www.spiel-tac.de/ TAC] on the go.
+
+''MoTAC'' is a mobile board for the TAC board game. This app and your TAC cards
+is all you need to play TAC everywhere. Save and resume your game at any time.
+''MoTAC'' is the best way for playing TAC while traveling.
+
+You can play with 1-4 players, because MoTAC allows any move possible on a real
+board. Counters are moved per drag-and-drop to any location on the board.
+However, basic rule checking is also included. Tap a counter for displaying all
+allowed moves, choose one to automatically make the move. MoTAC can only be
+played along with the TAC cards. It solely replaces board and marbles.
+
+* no network connection required
+* no advertisement
+* last 100 moves are stored
+* change the player colors
+* zoom the board on small displays
+* auto-saving of game status
+* animated card playing
+* especially suitable for tablets
+* export your game as image
.
Repo Type:git
diff --git a/metadata/de.kodejak.hashr.txt b/metadata/de.kodejak.hashr.txt
index bbbb8271e7..7f1d5313be 100644
--- a/metadata/de.kodejak.hashr.txt
+++ b/metadata/de.kodejak.hashr.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/kodejak/Hashr/blob/HEAD/README.md
Source Code:https://github.com/kodejak/Hashr
Issue Tracker:https://github.com/kodejak/Hashr/issues
diff --git a/metadata/de.koelle.christian.trickytripper.txt b/metadata/de.koelle.christian.trickytripper.txt
index 0d88996c15..08579b132a 100644
--- a/metadata/de.koelle.christian.trickytripper.txt
+++ b/metadata/de.koelle.christian.trickytripper.txt
@@ -8,7 +8,22 @@ Changelog:https://github.com/koelleChristian/trickytripper/blob/HEAD/app/src/mai
Auto Name:Tricky Tripper
Summary:Manage travel expenses
Description:
-Especially for managing shared expenses
+Especially for managing shared expenses.
+
+''Tricky Tripper'' is an offline-compatible utility for managing travel
+expenses. It is especially intended for holidays with shared expenses, e.g. you
+go on a trip with your friends and from time to time one companion pays for all
+travelers. In such a situation ''Tricky Tripper'' splits the costs among the
+companions as you want it. The application calculates all debts among the
+travelers and offers means to get even, during or after the trip.
+
+'''Features:'''
+
+* Even or individual splitting of costs among travelers.
+* Debt protocol
+* Function to settle debts
+* It's offline-compatible.
+* Report export (Dropbox, Evernote, Mail, SDCard)
.
Repo Type:git
@@ -54,7 +69,17 @@ Build:1.5.8,21
subdir=app
gradle=yes
+Build:1.5.9,22
+ commit=f66eaa9ed0cffff3743f110bce06e6581ac3ceb5
+ subdir=app
+ gradle=yes
+
+Build:1.6.0,23
+ commit=77868c83493d1c4cde30d4ea424435a745d5aebf
+ subdir=app
+ gradle=yes
+
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:1.5.8
-Current Version Code:21
+Current Version:1.6.0
+Current Version Code:23
diff --git a/metadata/de.kromke.andreas.unpopmusicplayerfree.txt b/metadata/de.kromke.andreas.unpopmusicplayerfree.txt
index d6abf8e8bf..859c59e303 100644
--- a/metadata/de.kromke.andreas.unpopmusicplayerfree.txt
+++ b/metadata/de.kromke.andreas.unpopmusicplayerfree.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://gitlab.com/AndreasK/unpopular-music-player
Issue Tracker:https://gitlab.com/AndreasK/unpopular-music-player/issues
@@ -84,7 +84,22 @@ Build:1.43,21
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
+
+Build:1.44.2,24
+ commit=v1.44.2
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.43
-Current Version Code:21
+Current Version:1.44.2
+Current Version Code:24
diff --git a/metadata/de.kromonos.android.rpcoiner.txt b/metadata/de.kromonos.android.rpcoiner.txt
index 111eadcebe..fa0657760b 100644
--- a/metadata/de.kromonos.android.rpcoiner.txt
+++ b/metadata/de.kromonos.android.rpcoiner.txt
@@ -1,6 +1,6 @@
Disabled:Alpha and development stopped
Categories:Money
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://kromonos.net
Source Code:https://gitorious.org/rpcoiner/rpcoiner
Issue Tracker:https://bugs.bka.li/describecomponents.cgi?product=RPCoiner
diff --git a/metadata/de.kugihan.dictionaryformids.hmi_android.txt b/metadata/de.kugihan.dictionaryformids.hmi_android.txt
index 1ca74ea2a5..2e4e0f890f 100644
--- a/metadata/de.kugihan.dictionaryformids.hmi_android.txt
+++ b/metadata/de.kugihan.dictionaryformids.hmi_android.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:
Source Code:http://dictionarymid.sourceforge.net/android.html
Issue Tracker:http://dictionarymid.german-fighters.com/forum/index.php?board=12.0
@@ -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.kugihan.dictionaryformids.hmi_android/be/summary.txt b/metadata/de.kugihan.dictionaryformids.hmi_android/be/summary.txt
new file mode 100644
index 0000000000..f48b1616ab
--- /dev/null
+++ b/metadata/de.kugihan.dictionaryformids.hmi_android/be/summary.txt
@@ -0,0 +1 @@
+Аўтаномныя слоўнікі
\ No newline at end of file
diff --git a/metadata/de.kugihan.dictionaryformids.hmi_android/eo/summary.txt b/metadata/de.kugihan.dictionaryformids.hmi_android/eo/summary.txt
index 1cb10605ac..64c1458654 100644
--- a/metadata/de.kugihan.dictionaryformids.hmi_android/eo/summary.txt
+++ b/metadata/de.kugihan.dictionaryformids.hmi_android/eo/summary.txt
@@ -1 +1 @@
-Senkonektaj vortaroj
\ No newline at end of file
+Lokaj vortaroj
\ No newline at end of file
diff --git a/metadata/de.kugihan.dictionaryformids.hmi_android/hu/summary.txt b/metadata/de.kugihan.dictionaryformids.hmi_android/hu/summary.txt
new file mode 100644
index 0000000000..0d3a26a785
--- /dev/null
+++ b/metadata/de.kugihan.dictionaryformids.hmi_android/hu/summary.txt
@@ -0,0 +1 @@
+Offline szótárak
\ No newline at end of file
diff --git a/metadata/de.kugihan.dictionaryformids.hmi_android/is/summary.txt b/metadata/de.kugihan.dictionaryformids.hmi_android/is/summary.txt
new file mode 100644
index 0000000000..68730c1cd2
--- /dev/null
+++ b/metadata/de.kugihan.dictionaryformids.hmi_android/is/summary.txt
@@ -0,0 +1 @@
+Ónettengd orðasöfn
\ No newline at end of file
diff --git a/metadata/de.kugihan.dictionaryformids.hmi_android/ro/summary.txt b/metadata/de.kugihan.dictionaryformids.hmi_android/ro/summary.txt
new file mode 100644
index 0000000000..e89fb96b21
--- /dev/null
+++ b/metadata/de.kugihan.dictionaryformids.hmi_android/ro/summary.txt
@@ -0,0 +1 @@
+Dictionare Offline
\ No newline at end of file
diff --git a/metadata/de.kugihan.dictionaryformids.hmi_android/uk/description.txt b/metadata/de.kugihan.dictionaryformids.hmi_android/uk/description.txt
index 225a3d2234..ef2386fca8 100644
--- a/metadata/de.kugihan.dictionaryformids.hmi_android/uk/description.txt
+++ b/metadata/de.kugihan.dictionaryformids.hmi_android/uk/description.txt
@@ -2,5 +2,5 @@ DictionaryForMIDs - це гнучкий словник, який можна на
Крім мовних словників, можна налаштувати будь-який інший словник для DictionaryForMID, наприклад ZIP-словник, телефонний словник, словник медичних термінів тощо.
-Зверніть увагу, що словники, які встановлені для DictionaryForMID, можуть мати різні авторські права. Всі словники, які можна завантажити з веб-сайту, можуть вільно використовувати. Кілька словників поставляються з застосунком а більше, надаються у розділі словники для завантаження веб-сайту.
+Зверніть увагу, що словники, які встановлені для DictionaryForMID, можуть мати різні авторські права. Всі словники, які можна завантажити з веб-сайту, можуть вільно використовувати. Кілька словників поставляються з застосунком, а більше надаються у розділі "словники" для завантаження з веб-сайту.
diff --git a/metadata/de.langerhans.wallet.txt b/metadata/de.langerhans.wallet.txt
index 0483f0385d..0b6a7d1d1c 100644
--- a/metadata/de.langerhans.wallet.txt
+++ b/metadata/de.langerhans.wallet.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://langerhans.github.io/dogecoin-wallet-new
Source Code:https://github.com/langerhans/dogecoin-wallet-new
Issue Tracker:https://github.com/langerhans/dogecoin-wallet-new/issues
diff --git a/metadata/de.larcado.sesam.yml b/metadata/de.larcado.sesam.yml
new file mode 100644
index 0000000000..50005be15c
--- /dev/null
+++ b/metadata/de.larcado.sesam.yml
@@ -0,0 +1,35 @@
+Categories:
+ - Security
+License: Apache-2.0
+WebSite: https://gitlab.com/larcado/sesam
+SourceCode: https://gitlab.com/larcado/sesam/tree/HEAD
+IssueTracker: https://gitlab.com/larcado/sesam/issues
+Changelog: https://gitlab.com/larcado/sesam/blob/HEAD/CHANGELOG
+
+AutoName: sesam
+Summary: Hash based password manager
+Description: A password manager app that does not store the passwords but only generates
+ them based on a salted hash function (PBKDF2WithHmacSHA1).
+
+RepoType: git
+Repo: https://gitlab.com/larcado/sesam.git
+
+Builds:
+ - versionName: 1.0.0
+ versionCode: 1
+ commit: v1.0.0
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: 1.1.0
+ versionCode: 2
+ commit: v1.1.0
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version v%v
+UpdateCheckMode: Tags
+CurrentVersion: 1.1.0
+CurrentVersionCode: 2
diff --git a/metadata/de.laxu.apps.nachtlagerdownloader.txt b/metadata/de.laxu.apps.nachtlagerdownloader.txt
index 050adfdd01..3cd0ba7896 100644
--- a/metadata/de.laxu.apps.nachtlagerdownloader.txt
+++ b/metadata/de.laxu.apps.nachtlagerdownloader.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://nachtlager.de
Source Code:https://github.com/allo-/NachtlagerDownloader
Issue Tracker:https://github.com/allo-/NachtlagerDownloader/issues
diff --git a/metadata/de.lihotzki.pixelflood.txt b/metadata/de.lihotzki.pixelflood.txt
index 1e76778138..c24d8daf8a 100644
--- a/metadata/de.lihotzki.pixelflood.txt
+++ b/metadata/de.lihotzki.pixelflood.txt
@@ -1,5 +1,5 @@
Categories:Graphics,Internet
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:
Source Code:https://github.com/lukaslihotzki/pixelflood
Issue Tracker:https://github.com/lukaslihotzki/pixelflood/issues
diff --git a/metadata/de.lisas.alex.runuserinit.txt b/metadata/de.lisas.alex.runuserinit.txt
new file mode 100644
index 0000000000..f12dfc7641
--- /dev/null
+++ b/metadata/de.lisas.alex.runuserinit.txt
@@ -0,0 +1,29 @@
+Categories:System,Connectivity
+License:GPL-3.0-only
+Web Site:https://lisas.de/git/?p=runuserinit.git;a=summary
+Source Code:https://lisas.de/git/?p=runuserinit.git;a=tree
+Issue Tracker:
+
+Auto Name:Run Userinit
+Summary:Run user init scripts after boot
+Description:
+Very simple Android app to allow running userinit scripts when the system
+completes booting. All it does is executing run-parts on the
+/data/local/userinit.d/ directory when the system boot has been completed. Can
+be used to run sshd automatically after boot.
+.
+
+Requires Root:yes
+
+Repo Type:git
+Repo:https://lisas.de/~alex/runuserinit.git
+
+Build:1.1,2
+ commit=fb79b8cb50d6c4b4aa7ad5ed2812275caea866d8
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:None
+Update Check Mode:RepoManifest
+Current Version:1.1
+Current Version Code:2
diff --git a/metadata/de.live.gdev.cherrymusic.txt b/metadata/de.live.gdev.cherrymusic.txt
index f47db3e7e5..6aa10ce5f2 100644
--- a/metadata/de.live.gdev.cherrymusic.txt
+++ b/metadata/de.live.gdev.cherrymusic.txt
@@ -1,11 +1,12 @@
Categories:Multimedia,Internet
License:MIT
Author Name:Gregor Santner
-Web Site:http://gsantner.net
+Web Site:https://gsantner.net/index.html?source=fdroid&project=cherry
Source Code:https://github.com/gsantner/cherrymusic-android
Issue Tracker:https://github.com/gsantner/cherrymusic-android/issues
Changelog:https://github.com/gsantner/cherrymusic-android/blob/HEAD/CHANGELOG.md
-Donate:http://gsantner.net/supportme
+Donate:https://gsantner.net/supportme/?project=memetastic&source=cherry
+LiberapayID:13079
Bitcoin:1B9ZyYdQoY9BxMe9dRUEKaZbJWsbQqfXU5
Litecoin:LSC2NUiXmnsJiaRczq9AKceX6CEHQHP39w
diff --git a/metadata/de.live.gdev.timetracker.txt b/metadata/de.live.gdev.timetracker.txt
index 5cedf32625..6b60d69054 100644
--- a/metadata/de.live.gdev.timetracker.txt
+++ b/metadata/de.live.gdev.timetracker.txt
@@ -1,11 +1,12 @@
Categories:Internet,Time
License:MIT
Author Name:Gregor Santner
-Web Site:http://gsantner.net
+Web Site:https://gsantner.net/index.html?source=fdroid&project=kimai
Source Code:https://github.com/gsantner/kimai-android
Issue Tracker:https://github.com/gsantner/kimai-android/issues
Changelog:https://github.com/gsantner/kimai-android/blob/HEAD/CHANGELOG.md
-Donate:http://gsantner.net/supportme
+Donate:https://gsantner.net/supportme/?project=kimai&source=fdroid
+LiberapayID:13079
Bitcoin:1B9ZyYdQoY9BxMe9dRUEKaZbJWsbQqfXU5
Litecoin:LSC2NUiXmnsJiaRczq9AKceX6CEHQHP39w
@@ -118,7 +119,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.luhmer.owncloudnewsreader.txt b/metadata/de.luhmer.owncloudnewsreader.txt
index 2e41461614..4bb407b312 100644
--- a/metadata/de.luhmer.owncloudnewsreader.txt
+++ b/metadata/de.luhmer.owncloudnewsreader.txt
@@ -1,21 +1,32 @@
Categories:Internet
-License:AGPL-3.0+
+License:AGPL-3.0-or-later
Web Site:
-Source Code:https://github.com/owncloud/News-Android-App
-Issue Tracker:https://github.com/owncloud/News-Android-App/issues
-Changelog:https://github.com/owncloud/News-Android-App#updates
+Source Code:https://github.com/nextcloud/news-android
+Issue Tracker:https://github.com/nextcloud/news-android/issues
+Changelog:https://github.com/nextcloud/news-android/blob/HEAD/CHANGELOG.md
-Auto Name:Nextcloud News
+Auto Name:News
Summary:News/feed reader
Description:
-Allows you to connect to the [http://owncloud.org ownCloud] News Reader server
+Allows you to connect to the [https://owncloud.org/ ownCloud] News Reader server
app from your device and read RSS feeds on the go.
-Status: Beta
+'''Features:'''
+
+* Offline reading
+* Cache images offline
+* Background synchronization
+* Customizable Listview
+* Mark as read while scrolling
+* Dark/Light Theme
+* Customizable font
+* Widget
+* Pull-To-Refresh
+* and many more!
.
Repo Type:git
-Repo:https://github.com/owncloud/News-Android-App.git
+Repo:https://github.com/nextcloud/news-android.git
Build:0.3.7,20
commit=7db2de9ebeee8b441c3726f
@@ -731,6 +742,50 @@ Build:0.9.9.15,129
mkdir libs && \
mv $$JavaOptionClass$$/target/option-1.3-SNAPSHOT.jar libs/option-1.3.jar
+Build:0.9.9.16,130
+ commit=v.0.9.9.16.1
+ subdir=News-Android-App
+ submodules=yes
+ init=sed -i -e '/com.nbsp:library/d' build.gradle && \
+ sed -i -e '/com.gu:option/d' build.gradle && \
+ sed -i -e '/maven { url/d' build.gradle && \
+ sed -i -e '/signingConfigs {/,+3d' build.gradle && \
+ sed -i "/repositories {/a flatDir { dirs 'libs' }" build.gradle && \
+ sed -i "/dependencies {/a compile project(':MaterialFilePicker:library')" build.gradle && \
+ sed -i "$ ainclude ':MaterialFilePicker:library'" ../settings.gradle
+ gradle=oss
+ srclibs=MaterialFilePicker@13920fc,JavaOptionClass@e933c3a
+ prebuild=rm -rf $$MaterialFilePicker$$/app && \
+ cp -r $$MaterialFilePicker$$ ../ && \
+ sed -i -e '/apply from/d' ../MaterialFilePicker/library/build.gradle && \
+ pushd $$JavaOptionClass$$ && \
+ $$MVN3$$ package -Dmaven.compiler.source=1.6 -Dmaven.compiler.target=1.6 && \
+ popd && \
+ mkdir libs && \
+ mv $$JavaOptionClass$$/target/option-1.3-SNAPSHOT.jar libs/option-1.3.jar
+
+Build:0.9.9.18,133
+ commit=v.0.9.9.18
+ subdir=News-Android-App
+ submodules=yes
+ init=sed -i -e '/com.nbsp:library/d' build.gradle && \
+ sed -i -e '/com.gu:option/d' build.gradle && \
+ sed -i -e '/maven { url/d' build.gradle && \
+ sed -i -e '/signingConfigs {/,+3d' build.gradle && \
+ sed -i "/repositories {/a flatDir { dirs 'libs' }" build.gradle && \
+ sed -i "/dependencies {/a compile project(':MaterialFilePicker:library')" build.gradle && \
+ sed -i "$ ainclude ':MaterialFilePicker:library'" ../settings.gradle
+ gradle=oss
+ srclibs=MaterialFilePicker@13920fc,JavaOptionClass@e933c3a
+ prebuild=rm -rf $$MaterialFilePicker$$/app && \
+ cp -r $$MaterialFilePicker$$ ../ && \
+ sed -i -e '/apply from/d' ../MaterialFilePicker/library/build.gradle && \
+ pushd $$JavaOptionClass$$ && \
+ $$MVN3$$ package -Dmaven.compiler.source=1.6 -Dmaven.compiler.target=1.6 && \
+ popd && \
+ mkdir libs && \
+ mv $$JavaOptionClass$$/target/option-1.3-SNAPSHOT.jar libs/option-1.3.jar
+
Maintainer Notes:
MaterialShowcaseView/build.gradle misses the google() repo but it's specified at top level.
So deleting this file prevents it from overriding the top level one.
@@ -738,5 +793,5 @@ So deleting this file prevents it from overriding the top level one.
Auto Update Mode:Version v.%v
Update Check Mode:Tags
-Current Version:0.9.9.15
-Current Version Code:129
+Current Version:0.9.9.18
+Current Version Code:133
diff --git a/metadata/de.markusfisch.android.shadereditor.txt b/metadata/de.markusfisch.android.shadereditor.txt
index fd6a06f030..4b6dcf0c02 100644
--- a/metadata/de.markusfisch.android.shadereditor.txt
+++ b/metadata/de.markusfisch.android.shadereditor.txt
@@ -9,6 +9,21 @@ Summary:Create and edit GLSL shaders
Description:
Create and edit GLSL shaders on your Android phone or tablet and use them as
live wallpaper.
+
+'''Features:'''
+
+* Live preview in background or on an extra screen
+* Syntax highlighting
+* Error highlighting
+* FPS display
+* Use any shader as live wallpaper
+* Exposure of hardware sensors
+* Support for wallpaper offset
+* Exposure of battery level
+* Supports multiple touches
+* Previous rendered frame in backbuffer texture
+* Import and use arbitrary textures
+* Disables rendering when battery is low
.
Repo Type:git
@@ -153,6 +168,16 @@ Build:2.10.6,45
subdir=app
gradle=yes
+Build:2.11.0,46
+ commit=2.11.0
+ subdir=app
+ gradle=yes
+
+Build:2.12.0,47
+ commit=2.12.0
+ subdir=app
+ gradle=yes
+
Maintainer Notes:
TouchThruDrawerlayout.java can be removed since its identical to the correctly
named TouchThruDrawerLayout.java.
@@ -160,5 +185,5 @@ named TouchThruDrawerLayout.java.
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:2.10.6
-Current Version Code:45
+Current Version:2.12.0
+Current Version Code:47
diff --git a/metadata/de.marmaro.krt.ffupdater.txt b/metadata/de.marmaro.krt.ffupdater.txt
index 7a387ab01e..ef5abdefa0 100644
--- a/metadata/de.marmaro.krt.ffupdater.txt
+++ b/metadata/de.marmaro.krt.ffupdater.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeAdd
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://gitlab.com/krt/ffupdater
Issue Tracker:https://gitlab.com/krt/ffupdater/issues
diff --git a/metadata/de.meonwax.soundboard.txt b/metadata/de.meonwax.soundboard.txt
index 3a2a321fc6..257caace8c 100644
--- a/metadata/de.meonwax.soundboard.txt
+++ b/metadata/de.meonwax.soundboard.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:meonwax
Author Email:meonwax@meonwax.de
Web Site:
diff --git a/metadata/de.mpg.mpdl.labcam.txt b/metadata/de.mpg.mpdl.labcam.txt
index ee532bc075..f36ca1871f 100644
--- a/metadata/de.mpg.mpdl.labcam.txt
+++ b/metadata/de.mpg.mpdl.labcam.txt
@@ -4,6 +4,7 @@ Web Site:http://labcam.mpdl.mpg.de/
Source Code:https://github.com/MPDL/LabCam
Issue Tracker:https://github.com/MPDL/LabCam/issues
+Auto Name:LabCam
Summary:Upload your scientific data to an imeji backend
Description:
LabCam enables to easily capture scientific research data like photos or videos
@@ -25,5 +26,5 @@ Build:1.1.1,3
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:2.0
-Current Version Code:6
+Current Version:1.0
+Current Version Code:1
diff --git a/metadata/de.mreiter.countit.txt b/metadata/de.mreiter.countit.txt
index e9d9dc391c..426d8c750e 100644
--- a/metadata/de.mreiter.countit.txt
+++ b/metadata/de.mreiter.countit.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://bitbucket.org/m_reiter/countit
Source Code:https://bitbucket.org/m_reiter/countit/src
Issue Tracker:https://bitbucket.org/m_reiter/countit/issues
diff --git a/metadata/de.msal.muzei.nationalgeographic.txt b/metadata/de.msal.muzei.nationalgeographic.txt
index 8ac2843b93..4260df23ee 100644
--- a/metadata/de.msal.muzei.nationalgeographic.txt
+++ b/metadata/de.msal.muzei.nationalgeographic.txt
@@ -1,17 +1,27 @@
Categories:Multimedia,Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/msal/muzei-nationalgeographic
-Issue Tracker:https://github.com/msal/muzei-nationalgeographic/issues
+Source Code:https://github.com/sal0max/muzei-nationalgeographic
+Issue Tracker:https://github.com/sal0max/muzei-nationalgeographic/issues
-Name:National Geographic for Muzei
+Auto Name:National Geographic for Muzei
Summary:National Geographic pictures for Muzei
Description:
The National Geographic photo of the day for [[net.nurik.roman.muzei]].
+
+'''Features:'''
+
+* Toggle between having always the newest photo of the day and showing random wallpapers.
+* Set your custom refresh interval.
+* To reduce mobile data usage you can chose to only update on Wi-Fi.
+* Read the entire photo description of the current photo within the app.
+* Share your current photo with the world.
+
+Note: You must have [[net.nurik.roman.muzei]] installed to use this plugin.
.
Repo Type:git
-Repo:https://github.com/msal/muzei-nationalgeographic.git
+Repo:https://github.com/sal0max/muzei-nationalgeographic.git
Build:1.1,3
commit=1.1
diff --git a/metadata/de.naturalnet.zahnarztgeraeusche.txt b/metadata/de.naturalnet.zahnarztgeraeusche.txt
index 30da9e3b94..ba02e5ef3c 100644
--- a/metadata/de.naturalnet.zahnarztgeraeusche.txt
+++ b/metadata/de.naturalnet.zahnarztgeraeusche.txt
@@ -25,6 +25,7 @@ Maintainer Notes:
License fsf approved as shown in https://directory.fsf.org/wiki/Category:License .
.
+Archive Policy:0 versions
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.1.1
diff --git a/metadata/de.nico.asura.txt b/metadata/de.nico.asura.txt
index 2d5b4116c5..437bda3c17 100644
--- a/metadata/de.nico.asura.txt
+++ b/metadata/de.nico.asura.txt
@@ -2,7 +2,7 @@ Categories:Development
License:MIT
Author Name:Nico Alt
Author Email:nicoalt@posteo.org
-Web Site:https://altnico.github.io/projects/android/Asura.html
+Web Site:
Source Code:https://gitlab.com/asura/android
Issue Tracker:https://gitlab.com/asura/android/issues
Changelog:https://gitlab.com/asura/android/blob/HEAD/CHANGELOG.md
@@ -10,6 +10,10 @@ Changelog:https://gitlab.com/asura/android/blob/HEAD/CHANGELOG.md
Auto Name:Asura
Summary:Template for an app parsing a JSON file
Description:
+As of April 2018, this project is
+[https://gitlab.com/asura/android/commit/c2f65b8265509aaf6c8511769329230da11ba698
+unmaintained].
+
The goal of Asura is to make it easy to build an individual app which parses a
JSON file and display it in a ListView, mainly just with configuring a single
file. To get further information, take a look
@@ -49,7 +53,8 @@ Build:0.54.1,12
commit=0.54.1
gradle=yes
-Auto Update Mode:Version %v
+Archive Policy:0 versions
+Auto Update Mode:None
Update Check Mode:Tags
Current Version:0.54.1
Current Version Code:12
diff --git a/metadata/de.nico.gpt.txt b/metadata/de.nico.gpt.txt
index 78180427d7..5256cd2864 100644
--- a/metadata/de.nico.gpt.txt
+++ b/metadata/de.nico.gpt.txt
@@ -2,7 +2,7 @@ Categories:Games
License:MIT
Author Name:Nico Alt
Author Email:nicoalt@posteo.org
-Web Site:https://altnico.github.io/projects/miscellaneous/gpt.html
+Web Site:
Source Code:https://gitlab.com/NicoAlt/gpt
Issue Tracker:https://gitlab.com/NicoAlt/gpt/issues
Changelog:https://gitlab.com/NicoAlt/gpt/tags
@@ -11,6 +11,8 @@ Name:Gameplay Timer
Auto Name:GPT
Summary:Notification on Game Events
Description:
+As of April 2018, this app is unmaintained.
+
With Gameplay Timer you will never miss an event in your favourite game again
because you will get instantly notified when something important happens.
@@ -29,7 +31,8 @@ Build:0.40,7
subdir=app
gradle=yes
-Auto Update Mode:Version %v
+Archive Policy:0 versions
+Auto Update Mode:None
Update Check Mode:Tags
Current Version:0.40
Current Version Code:7
diff --git a/metadata/de.nico.ha_manager.txt b/metadata/de.nico.ha_manager.txt
index fe6bab1b26..1042792ef4 100644
--- a/metadata/de.nico.ha_manager.txt
+++ b/metadata/de.nico.ha_manager.txt
@@ -1,8 +1,8 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:Nico Alt
Author Email:nicoalt@posteo.org
-Web Site:https://altnico.github.io/projects/android/HW-Manager.html
+Web Site:
Source Code:https://gitlab.com/hw-manager/android
Issue Tracker:https://gitlab.com/hw-manager/android/issues
Changelog:https://gitlab.com/hw-manager/android/blob/HEAD/CHANGELOG.md
@@ -10,6 +10,10 @@ Changelog:https://gitlab.com/hw-manager/android/blob/HEAD/CHANGELOG.md
Auto Name:HW-Manager
Summary:Manage your homework
Description:
+As of April 2018, this app is
+[https://gitlab.com/hw-manager/android/commit/471b28a05741f4564a55e6c2ef64b0386be75567
+unmaintained].
+
Make your schoolday easier by keeping the overview over your homework. The
project follows the "KISS" principle - Keep it simple, stupid.
.
@@ -88,7 +92,8 @@ Build:0.94.3,26
commit=0.94.3
gradle=yes
-Auto Update Mode:Version %v
+Archive Policy:0 versions
+Auto Update Mode:None
Update Check Mode:Tags
Current Version:0.94.3
Current Version Code:26
diff --git a/metadata/de.onyxbits.listmyapps.txt b/metadata/de.onyxbits.listmyapps.txt
index 4aa4511dd9..dd426a319c 100644
--- a/metadata/de.onyxbits.listmyapps.txt
+++ b/metadata/de.onyxbits.listmyapps.txt
@@ -8,7 +8,14 @@ Auto Name:List My Apps
Summary:List apps
Description:
Compiles a list of apps installed on the device, in a text format for easy
-sharing.
+sharing:
+
+* Plain text
+* HTML list (e.g. for blog comments)
+* BBCode list (used by many forums)
+* Markdown list (e.g. for Reddit)
+* Market URL (e.g. for direct sharing via barcode scanner app or importing in Raccoon: http://www.onyxbits.de/raccoon)
+* Any custom format, defined through the build-in template editor.
.
Repo Type:git
diff --git a/metadata/de.onyxbits.sensorreadout.txt b/metadata/de.onyxbits.sensorreadout.txt
index eb65c93295..7bf321f4e2 100644
--- a/metadata/de.onyxbits.sensorreadout.txt
+++ b/metadata/de.onyxbits.sensorreadout.txt
@@ -8,7 +8,12 @@ Auto Name:Sensor Readout
Summary:Realtime graphs of sensor data
Description:
Provides low level access to the devices sensors. Readout is presented in a
-graph for easy side by side comparison with other devices
+graph for easy side by side comparison with other devices.
+
+'''Usage:'''
+
+* Touch desired sensor on the list screen in order to start the readout. Long touch the sensor to show it's details. Use "Back" to close the details dialog again.
+* On readout view, touching the graph will stop the sensor from being read out. After stopping, the graph can be scrolled and or panned by a drag or pinch gesture. To restart the readout, return to the main sensor list and select the sensor again.
.
Repo Type:git
diff --git a/metadata/de.onyxbits.textfiction.txt b/metadata/de.onyxbits.textfiction.txt
index 39b71c9c85..b728dcc1df 100644
--- a/metadata/de.onyxbits.textfiction.txt
+++ b/metadata/de.onyxbits.textfiction.txt
@@ -48,7 +48,12 @@ Build:2.6,10
rm=custom_rules.xml
extlibs=android/android-support-v4.jar
+Build:2.7,11
+ commit=2.7
+ rm=custom_rules.xml
+ extlibs=android/android-support-v4.jar
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.6
-Current Version Code:10
+Current Version:2.7
+Current Version Code:11
diff --git a/metadata/de.perflyst.batterycalibration.txt b/metadata/de.perflyst.batterycalibration.txt
new file mode 100644
index 0000000000..789ada40aa
--- /dev/null
+++ b/metadata/de.perflyst.batterycalibration.txt
@@ -0,0 +1,33 @@
+Categories:System
+License:MIT
+Web Site:
+Source Code:https://github.com/Perflyst/BatteryCalibration
+Issue Tracker:https://github.com/Perflyst/BatteryCalibration/issues
+
+Auto Name:BatteryCalibration
+Summary:Calibrate your battery
+Description:
+This is a simple open source battery calibration app which needs super user
+rights.
+
+'''How does it calibrate your battery?''' The app resets your fuel gauge and the
+batterystats.bin file.
+
+'''Why is superuser required?''' To reset the fuel gauge it has to write into a
+/sys/class/ file. This is not possible without superuser permission.
+.
+
+Requires Root:yes
+
+Repo Type:git
+Repo:https://github.com/Perflyst/BatteryCalibration.git
+
+Build:1.0,1
+ commit=1.0
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:1.0
+Current Version Code:1
diff --git a/metadata/de.perflyst.untis.txt b/metadata/de.perflyst.untis.txt
new file mode 100644
index 0000000000..4a9d517015
--- /dev/null
+++ b/metadata/de.perflyst.untis.txt
@@ -0,0 +1,44 @@
+AntiFeatures:NonFreeNet
+Categories:Internet
+License:GPL-3.0-or-later
+Web Site:
+Source Code:https://github.com/Perflyst/OpenUntis/
+Issue Tracker:https://github.com/Perflyst/OpenUntis/issues
+Changelog:https://github.com/Perflyst/OpenUntis/releases
+
+Auto Name:OpenUntis
+Summary:An alternative FLOSS client for the Untis timetable system
+Description:
+An alternative FLOSS Android client for the Untis timetable system.
+
+Untis is a proprietary timetable software. More information about Untis can be
+found at https://untis.at. To use Untis, your school must provide it. Your
+school must also give you an account with which you can access your current
+timetable. Why use this app when there is an official one? The official app is
+also proprietary and includes libraries from google and other tracking software.
+OpenUntis offers you exactly the same features and even more. Free choice of
+themes and dark mode are of course also included.
+
+OpenUntis is a fork of BetterUntis, we removed proprietary libraries and some
+unnecessary requests to other non-free networks.
+
+WebUntis is a non-free network.
+.
+
+Repo Type:git
+Repo:https://github.com/Perflyst/OpenUntis.git
+
+Build:2.0.3,12
+ commit=v2.0.3
+ subdir=app
+ gradle=yes
+
+Build:2.0.4,13
+ commit=v2.0.4
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:2.0.4
+Current Version Code:13
diff --git a/metadata/de.ph1b.audiobook.txt b/metadata/de.ph1b.audiobook.txt
index 08f50a125f..f949629dad 100644
--- a/metadata/de.ph1b.audiobook.txt
+++ b/metadata/de.ph1b.audiobook.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/PaulWoitaschek/Voice
Issue Tracker:https://github.com/PaulWoitaschek/Voice/issues
diff --git a/metadata/de.phoenixstudios.pc_dimmer.txt b/metadata/de.phoenixstudios.pc_dimmer.txt
index cc02bc3bb4..bd7e4ce05d 100644
--- a/metadata/de.phoenixstudios.pc_dimmer.txt
+++ b/metadata/de.phoenixstudios.pc_dimmer.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://www.pcdimmer.de/
Source Code:https://github.com/xn--nding-jua/PC_DIMMER_Android
Issue Tracker:https://github.com/xn--nding-jua/PC_DIMMER_Android/issues
@@ -7,8 +7,14 @@ Issue Tracker:https://github.com/xn--nding-jua/PC_DIMMER_Android/issues
Auto Name:PC_DIMMER
Summary:Remote light control
Description:
-Control some parts of [http://pcdimmer.de PCDIMMER] instances, a software for
-managing up to 16 DMX-Universes.
+Control some parts of [https://www.pcdimmer.de/ PCDIMMER] instances, a software
+for managing up to 16 DMX-Universes.
+
+* control panel
+* scenes
+* single devices or groups (Dimmer/Strobe/Shutter, RGB+A+W, PanTilt and Iris)
+* node control
+* channel overview and single channels
[https://github.com/xn--nding-jua/PC_DIMMER_Android/tree/master/Screenshots
Screenshots]
diff --git a/metadata/de.pinyto.exalteddicer.txt b/metadata/de.pinyto.exalteddicer.txt
index 534ec03068..952ebd5217 100644
--- a/metadata/de.pinyto.exalteddicer.txt
+++ b/metadata/de.pinyto.exalteddicer.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/Yonjuni/ExaltedDicer
Issue Tracker:https://github.com/Yonjuni/ExaltedDicer/issues
diff --git a/metadata/de.pixart.messenger.yml b/metadata/de.pixart.messenger.yml
new file mode 100644
index 0000000000..449a2d7daa
--- /dev/null
+++ b/metadata/de.pixart.messenger.yml
@@ -0,0 +1,36 @@
+Categories:
+ - Internet
+License: GPL-3.0-only
+AuthorName: Christian Schneppe
+SourceCode: https://github.com/kriztan/Pix-Art-Messenger
+IssueTracker: https://github.com/kriztan/Pix-Art-Messenger/issues
+Changelog: https://github.com/kriztan/Pix-Art-Messenger/blob/HEAD/CHANGELOG.md
+
+AutoName: Pix-Art Messenger
+
+RepoType: git
+Repo: https://github.com/kriztan/Pix-Art-Messenger
+
+Builds:
+ - versionName: 2.0.2
+ versionCode: 233
+ commit: 2.0.2
+ gradle:
+ - standard
+
+ - versionName: 2.1.0 (beta 2018-07-15)
+ versionCode: 237
+ commit: 2.1.0.3
+ gradle:
+ - standard
+
+ - versionName: 2.1.0
+ versionCode: 238
+ commit: 2.1.0
+ gradle:
+ - standard
+
+AutoUpdateMode: Version %v
+UpdateCheckMode: Tags ^[0-9.]+$
+CurrentVersion: 2.1.0
+CurrentVersionCode: 238
diff --git a/metadata/de.qspool.clementineremote.txt b/metadata/de.qspool.clementineremote.txt
index 14321794b3..114c04ca50 100644
--- a/metadata/de.qspool.clementineremote.txt
+++ b/metadata/de.qspool.clementineremote.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/clementine-player/Android-Remote/blob/HEAD/README.md
Source Code:https://github.com/clementine-player/Android-Remote
Issue Tracker:https://github.com/clementine-player/Android-Remote/issues
diff --git a/metadata/de.quaddyservices.dynamicnightlight.txt b/metadata/de.quaddyservices.dynamicnightlight.txt
index 37e6217097..072663b44d 100644
--- a/metadata/de.quaddyservices.dynamicnightlight.txt
+++ b/metadata/de.quaddyservices.dynamicnightlight.txt
@@ -8,7 +8,13 @@ Auto Name:Dynamic Night Light
Summary:Low brightness clock
Description:
Adjustable brightness clock display with illuminated bars. Numbers move around
-to prevent a screen burn-in.
+to prevent a screen burn-in. Smoth animations. Clock shows in each direction.
+Maximal display brightness is 50% (can be changed via options - open via long
+touch).
+
+Connect to power supply to keep display on the whole night. Without power
+connected the display timouts after default time (can be set via option to keep
+phone display on even when on battery).
.
Repo Type:git
@@ -49,4 +55,4 @@ Update Check Mode:HTTP
Vercode Operation:%c + 2
Update Check Data:https://raw.githubusercontent.com/quaddy-services/DynamicNightLight/HEAD/app/version.properties|VERSION_CODE=(.*)|https://raw.githubusercontent.com/quaddy-services/DynamicNightLight/master/app/build.gradle|versionName "(.*)"
Current Version:2.0.
-Current Version Code:2102
+Current Version Code:2104
diff --git a/metadata/de.rampro.activitydiary.txt b/metadata/de.rampro.activitydiary.txt
index 4411a06737..1db5604c15 100644
--- a/metadata/de.rampro.activitydiary.txt
+++ b/metadata/de.rampro.activitydiary.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/ramack/ActivityDiary
Source Code:https://github.com/ramack/ActivityDiary
Issue Tracker:https://github.com/ramack/ActivityDiary/issues
@@ -49,8 +49,28 @@ Build:1.1.8,118
subdir=app
gradle=yes
+Build:1.2.2,122
+ commit=v1.2.2
+ subdir=app
+ gradle=yes
+
+Build:1.2.5,125
+ commit=v1.2.5
+ subdir=app
+ gradle=yes
+
+Build:1.3.0,130
+ commit=v1.3.0
+ subdir=app
+ gradle=yes
+
+Build:1.3.1,131
+ commit=v1.3.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
Update Check Ignore:(alpha|beta|rc|RC|dev)
-Current Version:1.1.8
-Current Version Code:118
+Current Version:1.3.1
+Current Version Code:131
diff --git a/metadata/de.reimardoeffinger.quickdic.txt b/metadata/de.reimardoeffinger.quickdic.txt
index a26bc98f9a..781c08f87e 100644
--- a/metadata/de.reimardoeffinger.quickdic.txt
+++ b/metadata/de.reimardoeffinger.quickdic.txt
@@ -146,7 +146,22 @@ Build:5.4.4,98
submodules=yes
gradle=yes
+Build:5.4.5,100
+ commit=v5.4.5
+ submodules=yes
+ gradle=yes
+
+Build:5.4.7,102
+ commit=v5.4.7
+ submodules=yes
+ gradle=yes
+
+Build:5.4.8,103
+ commit=v5.4.8
+ 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.8
+Current Version Code:103
diff --git a/metadata/de.retujo.bierverkostung.txt b/metadata/de.retujo.bierverkostung.txt
index 2c3ae97a10..14e2ab690a 100644
--- a/metadata/de.retujo.bierverkostung.txt
+++ b/metadata/de.retujo.bierverkostung.txt
@@ -34,7 +34,12 @@ Build:1.1.0,2
subdir=application
gradle=yes
+Build:1.2.0,3
+ commit=1.2.0
+ subdir=application
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.1.0
-Current Version Code:2
+Current Version:1.2.0
+Current Version Code:3
diff --git a/metadata/de.robv.android.xposed.installer.txt b/metadata/de.robv.android.xposed.installer.txt
index 5256115d9a..5b6ae41b5a 100644
--- a/metadata/de.robv.android.xposed.installer.txt
+++ b/metadata/de.robv.android.xposed.installer.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://xposed.info
Source Code:https://github.com/rovo89/XposedInstaller
Issue Tracker:https://github.com/rovo89/XposedInstaller/issues
diff --git a/metadata/de.saschahlusiak.freebloks.txt b/metadata/de.saschahlusiak.freebloks.txt
index 6facdb8e99..b6540f6b4a 100644
--- a/metadata/de.saschahlusiak.freebloks.txt
+++ b/metadata/de.saschahlusiak.freebloks.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0
+License:GPL-2.0-only
Author Name:Sascha Hlusiak
Author Email:mail@saschahlusiak.de
Web Site:http://www.saschahlusiak.de/freebloks-3d-android/
@@ -10,6 +10,11 @@ Auto Name:Freebloks
Summary:Board game
Description:
Strategy board game similar to the famous board game Blokus.
+
+Try to place as many tiles on the board as possible, keeping in mind only two
+simple rules: your tiles must touch a corner of one of your previously placed
+tiles, but they must not share an edge. Can you play more tiles than your
+opponents?
.
Repo Type:git
diff --git a/metadata/de.schaeuffelhut.android.openvpn.txt b/metadata/de.schaeuffelhut.android.openvpn.txt
index 54b7dc60d4..3b1cc308c1 100644
--- a/metadata/de.schaeuffelhut.android.openvpn.txt
+++ b/metadata/de.schaeuffelhut.android.openvpn.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/android-openvpn-settings
Source Code:https://code.google.com/p/android-openvpn-settings/source
Issue Tracker:
diff --git a/metadata/de.schildbach.oeffi.txt b/metadata/de.schildbach.oeffi.txt
new file mode 100644
index 0000000000..0889008184
--- /dev/null
+++ b/metadata/de.schildbach.oeffi.txt
@@ -0,0 +1,58 @@
+Categories:Navigation
+License:GPL-3.0-only
+Author Name:Andreas Schildbach
+Web Site:https://oeffi.schildbach.de
+Source Code:https://gitlab.com/oeffi/oeffi
+Issue Tracker:
+Bitcoin:1PW21MuBgPnjfUQriwK7TnRADFotEhdysr
+
+Auto Name:Öffi
+Summary:The King of Public Transit
+Description:
+All-in-one app for public transit:
+
+* trip planner (door to door),
+* live departure times (including delays),
+* nearby stations (also on a map) and
+* interactive network plans.
+
+Öffi makes use of official time table and connection data of the selected public
+transit authority! This ensures that disruptions become visible as soon as the
+transit authority has included them with the data.
+
+Requested permissions:
+
+* Full network access, because Öffi needs to query information services for departures and disruptions.
+* Location, so Öffi can show nearby stations and navigate you from your current location.
+* Contacts/Calendar, so Öffi can route you to your contacts or location from a calendar event, store a connection in your calendar or e-mail it to your friends.
+
+Other than that, Öffi will not use your private data.
+.
+
+Repo Type:git
+Repo:https://gitlab.com/oeffi/oeffi.git
+Binaries:https://oeffi.schildbach.de/downloads/oeffi-%v.apk
+
+Build:10.0-aosp,610
+ commit=v10.0
+ subdir=oeffi
+ submodules=yes
+ gradle=yes
+ prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "3.4.1" }' >> ../build.gradle
+
+Build:10.0.2-aosp,612
+ commit=v10.0.2
+ subdir=oeffi
+ submodules=yes
+ gradle=yes
+ prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "3.4.1" }' >> ../build.gradle
+
+Build:10.0.3-aosp,613
+ commit=v10.0.3
+ subdir=oeffi
+ submodules=yes
+ gradle=yes
+ prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "3.4.1" }' >> ../build.gradle
+
+Auto Update Mode:None
+Update Check Mode:None
diff --git a/metadata/de.schildbach.wallet.faircoin.txt b/metadata/de.schildbach.wallet.faircoin.txt
index af93e3b7bb..909006a276 100644
--- a/metadata/de.schildbach.wallet.faircoin.txt
+++ b/metadata/de.schildbach.wallet.faircoin.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://fair-coin.org/
Source Code:https://github.com/FairCoinTeam/faircoin-wallet
Issue Tracker:https://github.com/FairCoinTeam/faircoin-wallet/issues
diff --git a/metadata/de.schildbach.wallet.txt b/metadata/de.schildbach.wallet.txt
index aa28a05803..c9d241c8f3 100644
--- a/metadata/de.schildbach.wallet.txt
+++ b/metadata/de.schildbach.wallet.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://wallet.schildbach.de
Source Code:https://github.com/bitcoin-wallet/bitcoin-wallet
Issue Tracker:https://github.com/bitcoin-wallet/bitcoin-wallet/issues
@@ -918,7 +918,52 @@ 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
+
+Build:6.23,363
+ commit=v6.23-prod
+ subdir=wallet
+ gradle=yes
+ prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "3.4.1" }' >> ../build.gradle
+ scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
+
+Build:6.26,366
+ commit=v6.26-prod
+ subdir=wallet
+ gradle=yes
+ prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "3.4.1" }' >> ../build.gradle
+ scandelete=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
+ ndk=r17b
+
+Build:6.29,369
+ commit=v6.29-prod
+ subdir=wallet
+ gradle=yes
+ prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "3.4.1" }' >> ../build.gradle
+ scandelete=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
+ ndk=r17b
+
+Build:6.30,370
+ commit=v6.30-prod
+ subdir=wallet
+ gradle=yes
+ prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "3.4.1" }' >> ../build.gradle
+ scandelete=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
+ ndk=r17b
+
Auto Update Mode:None
Update Check Mode:RepoManifest/prod
-Current Version:6.15
-Current Version Code:355
+Current Version:6.26
+Current Version Code:366
diff --git a/metadata/de.schildbach.wallet/signatures/370/BITCOIN-.RSA b/metadata/de.schildbach.wallet/signatures/370/BITCOIN-.RSA
new file mode 100644
index 0000000000..d9b1f99d6d
Binary files /dev/null and b/metadata/de.schildbach.wallet/signatures/370/BITCOIN-.RSA differ
diff --git a/metadata/de.schildbach.wallet/signatures/370/BITCOIN-.SF b/metadata/de.schildbach.wallet/signatures/370/BITCOIN-.SF
new file mode 100644
index 0000000000..57769cac76
--- /dev/null
+++ b/metadata/de.schildbach.wallet/signatures/370/BITCOIN-.SF
@@ -0,0 +1,811 @@
+Signature-Version: 1.0
+Created-By: 1.0 (Android)
+SHA-256-Digest-Manifest: tVmlNOIa6b6O2LBbRDquunONwwMoJu3nCo8z/UpBKEk=
+
+Name: AndroidManifest.xml
+SHA-256-Digest: Wv42YpZE/pFy4SAbUx7JLUMGD5iIgAKKyfGbkBMN2SQ=
+
+Name: META-INF/proguard/okhttp3.pro
+SHA-256-Digest: /kVvJXfJ8Trq0OPBSYmUJNA/RTgmpbqGYne9n7RUd0w=
+
+Name: assets/bip39-wordlist.txt
+SHA-256-Digest: 21yvKd2pReUBOlaGlarZasdCHAJTOcInF87CqhNTa9k=
+
+Name: assets/checkpoints-testnet.txt
+SHA-256-Digest: +g4wzgDZDQ4CPLRfpstuSUWmkXjVsCRrD3u5hsm1xBs=
+
+Name: assets/checkpoints.txt
+SHA-256-Digest: Ce1Qwzl31jbFFC20b2cdfnw35n98oDCTNoJJ/CQHPR0=
+
+Name: assets/electrum-servers.txt
+SHA-256-Digest: h4kmlwWEFv3rAhQvb2JUUUIo7GUxl5J9Gf7+Df3XPeE=
+
+Name: assets/fees-testnet.txt
+SHA-256-Digest: jPb3uTDsVs/q5lpJQcnkbhAgKcAptSLkOQTvAmYGh0M=
+
+Name: assets/fees.txt
+SHA-256-Digest: jinC2moyHNgu7BhUOs8uye1wEsbpW95AMllNiHtT5qw=
+
+Name: classes.dex
+SHA-256-Digest: fYR/eMH6H7TXHOM9Yw+jK11FiSl+OBRUeDZ4YT3So0w=
+
+Name: lib/armeabi-v7a/libscrypt.so
+SHA-256-Digest: aIth6ZeufqTmKVOz2dw0BxxKZJ/zaGH5rSASCGwLzsI=
+
+Name: lib/x86/libscrypt.so
+SHA-256-Digest: 2peZ4kk9CaVpmsidF4/SPtCA9p7kNQXwMTDIWAHWkVk=
+
+Name: res/anim/slide_in_bottom.xml
+SHA-256-Digest: wl0AIgXh6BqAH1XF0Ucs7jJlarjQI7EUTMyZelGudoQ=
+
+Name: res/anim/slide_in_left.xml
+SHA-256-Digest: Udn9V7+gozkhLk6oJgq3ds2u9GNYKmoNxLvHqwW3NGc=
+
+Name: res/anim/slide_in_right.xml
+SHA-256-Digest: ZCjG/HczIfmN8NVRb9ouxhiIrcy1LHkhe/6bekeMIOE=
+
+Name: res/anim/slide_in_top.xml
+SHA-256-Digest: zw9cmSjCSFsqVa3hz3FPLivAN2nmRnn7Qi2s48nysas=
+
+Name: res/anim/transaction_layout_anim.xml
+SHA-256-Digest: VuzQGV+BVMOdBeDI1rJB+QUcGLSu4GuFSrph960diAY=
+
+Name: res/animator/fade_in_drawable.xml
+SHA-256-Digest: GGViBshnxkrxVT9wanRjMTKgLj3JaxFUETg9j3UAdzc=
+
+Name: res/animator/fade_in_view.xml
+SHA-256-Digest: n0HS4HVUaG2MgkFIlBXbENDPQV8+/cuEGJ7/XZ9BuPw=
+
+Name: res/animator/fade_out_drawable.xml
+SHA-256-Digest: l9yd5OVGTcaamPGGtN+112KhcPT604E+1YkTzx0Jcbc=
+
+Name: res/color/fg_network.xml
+SHA-256-Digest: M6SlkXbhKIfp52wAiHd3cAHB7FYEt0VVKNQV/FLSr8Q=
+
+Name: res/drawable-anydpi-v21/ic_arrow_back_white_24dp.xml
+SHA-256-Digest: FaBlqePInkZzS2oU4omG6CF+pmRi4J6U0yBah7PmOHA=
+
+Name: res/drawable-anydpi-v21/ic_clear_grey600_24dp.xml
+SHA-256-Digest: lzuadE0aDJa/tkO+G2TtHr1aR448bAw0L4ooY0vszCA=
+
+Name: res/drawable-anydpi-v21/ic_content_copy_white_24dp.xml
+SHA-256-Digest: 18Cd/Mdc+Kd3eWBive5dTpU+8z7eRW01EDjRC4E5ZAI=
+
+Name: res/drawable-anydpi-v21/ic_content_paste_white_24dp.xml
+SHA-256-Digest: wncHp67B3g5/+4iFGt39GL5fBVB1DszTeUvLktIM1Zs=
+
+Name: res/drawable-anydpi-v21/ic_create_white_24dp.xml
+SHA-256-Digest: VSyQ3kcqkHHeM+npUVoBmFI1xb/quyEMP7c7zj1Lq/U=
+
+Name: res/drawable-anydpi-v21/ic_delete_white_24dp.xml
+SHA-256-Digest: Yh1xsFW2M88Z9wdr4lCLB1q6OIb9yG9pdnjcIywZI9s=
+
+Name: res/drawable-anydpi-v21/ic_filter_list_white_24dp.xml
+SHA-256-Digest: 0LMxvbrCmcyonjVaODErD/Oa6ZmAXSJJKV2sBLON0wM=
+
+Name: res/drawable-anydpi-v21/ic_local_offer_white_24dp.xml
+SHA-256-Digest: wOx9z+CNNqBcqZMvQ2gRS6EmsiBastfgZmFp3gEbsLI=
+
+Name: res/drawable-anydpi-v21/ic_more_vert_grey600_18dp.xml
+SHA-256-Digest: yc8Wvu67yIamvpIJqf+A3ko7yV4OzGQ7C0cI6vYk1qc=
+
+Name: res/drawable-anydpi-v21/ic_photo_camera_shortcut_24dp.xml
+SHA-256-Digest: pRu+3smkTm5DYnOeZ/sAmGaRv9037/9MlavyPv/dDC0=
+
+Name: res/drawable-anydpi-v21/ic_photo_camera_white_24dp.xml
+SHA-256-Digest: 0EPGgARCz2WK+P2HREr5M9FIxYKWKQv6Fh36hnFAEDk=
+
+Name: res/drawable-anydpi-v21/ic_qrcode_white_24dp.xml
+SHA-256-Digest: 3USwOjtbTTLgBByzT0FF8xfKI+qqcg0rq+l8ErV98l0=
+
+Name: res/drawable-anydpi-v21/ic_refresh_white_24dp.xml
+SHA-256-Digest: znRiKFZBsUAJCs1fruLIc2SIDOAeL+FaIJpYqJJHxzc=
+
+Name: res/drawable-anydpi-v21/ic_search_white_24dp.xml
+SHA-256-Digest: pgiPp9VgdwjoGBJImC3gRbtPQVpwaemYmiJPPboabhw=
+
+Name: res/drawable-anydpi-v21/ic_send_flipped_shortcut_24dp.xml
+SHA-256-Digest: 5Fae4/7p1YKl9KrywqaWpgw81NKmgTPhn0t374Rnf5g=
+
+Name: res/drawable-anydpi-v21/ic_send_flipped_white_24dp.xml
+SHA-256-Digest: n/YNjXGX6FRW+EhV7GiSR0TR+2nVzF2WDSMacW0TyXI=
+
+Name: res/drawable-anydpi-v21/ic_send_shortcut_24dp.xml
+SHA-256-Digest: s8gR5jw+locQ1UB2SKAnSL0d/54w6eDlT+Yu+1rSa5g=
+
+Name: res/drawable-anydpi-v21/ic_send_white_24dp.xml
+SHA-256-Digest: Z+xoN9qQwkJRsff6UnnTUcKfVy3n11ouwIvVN12VexY=
+
+Name: res/drawable-anydpi-v21/ic_share_white_24dp.xml
+SHA-256-Digest: Our309N2JLMg5pdDiM5tPntn7qsU8324+QhpYwzZtNY=
+
+Name: res/drawable-anydpi-v21/ic_warning_grey600_24dp.xml
+SHA-256-Digest: RtBH2cH2zKx8P/p6Z6nqYIDEfIdo1I3zrEpgXyHXVcM=
+
+Name: res/drawable-anydpi-v21/stat_notify_1_peers_24dp.xml
+SHA-256-Digest: aeWsD0UWTsePSxJriCzaD/IO4dYQKGxLmoFArTQzg64=
+
+Name: res/drawable-anydpi-v21/stat_notify_2_peers_24dp.xml
+SHA-256-Digest: 6vaqg0gCz5TbXCwj6w44y7kDQF6yhLncLUB0wiOYNrQ=
+
+Name: res/drawable-anydpi-v21/stat_notify_3_peers_24dp.xml
+SHA-256-Digest: Z7QfqJsUIPHV1cRvpLaM4bh5Q7F8VMtvXkHDRzKO9nE=
+
+Name: res/drawable-anydpi-v21/stat_notify_4_peers_24dp.xml
+SHA-256-Digest: KGEO0oKusqTaeZry0O8dqN9v8GCDqP5GGfwbUxgHfWE=
+
+Name: res/drawable-anydpi-v21/stat_notify_received_24dp.xml
+SHA-256-Digest: mZyfu/A71aZG/4sTj2VcUZOd0Rkk3EWlmco4+BHaIzw=
+
+Name: res/drawable-hdpi-v4/appwidget_dark_bg.9.png
+SHA-256-Digest: LErDK5e5uQ7KlqGNjRxLucWfCgerzWaxOBgV/vGYoUA=
+
+Name: res/drawable-hdpi-v4/appwidget_dark_bg_focused.9.png
+SHA-256-Digest: wcxNRNcQdIsUvu6ri7icxzmt1bhJbot0BEZ8P0tO0CA=
+
+Name: res/drawable-hdpi-v4/appwidget_dark_bg_pressed.9.png
+SHA-256-Digest: uibo6xT9dj3t+ODEAn/hTvwYf0UtcGqY8cWWRPpN8iI=
+
+Name: res/drawable-hdpi-v4/appwidget_inner_focused_c.9.png
+SHA-256-Digest: g8Pbe3R5wggv97cioR/q0cKaHg4NomFJOc5+XufAS8c=
+
+Name: res/drawable-hdpi-v4/appwidget_inner_focused_l.9.png
+SHA-256-Digest: BzULi0v/yuWi62XSULGZZfUrhCqlTEjGzUFsH8FRt6I=
+
+Name: res/drawable-hdpi-v4/appwidget_inner_focused_r.9.png
+SHA-256-Digest: Fs2imnvY7vKqKAFQyXP78xA8FOPQAJuKJRVMPcI4uOU=
+
+Name: res/drawable-hdpi-v4/appwidget_inner_pressed_c.9.png
+SHA-256-Digest: TOax0K36RS65C9E+FOOWsbnYQja5SQHmBSggj3pRMRw=
+
+Name: res/drawable-hdpi-v4/appwidget_inner_pressed_l.9.png
+SHA-256-Digest: T95GzTy/R5ulYxJory6SnOrMuExz++lJfCWhA9YxAO4=
+
+Name: res/drawable-hdpi-v4/appwidget_inner_pressed_r.9.png
+SHA-256-Digest: bW1P5u77ESwgrZT8G1meWK1Ul1ynGtW8MFo7bryWo54=
+
+Name: res/drawable-hdpi-v4/ic_arrow_back_white_24dp.png
+SHA-256-Digest: bHlOO/Y7whJ81sPNM+s5EkxpL8knzITaoXaVGkg//B4=
+
+Name: res/drawable-hdpi-v4/ic_clear_grey600_24dp.png
+SHA-256-Digest: OEnjYLQDkI2KNe4P3YScVqFKAwNCeLbfiFUDudIU7cU=
+
+Name: res/drawable-hdpi-v4/ic_content_copy_white_24dp.png
+SHA-256-Digest: K3IzBTuQcKzLxiLHyct3bg8r1d+kSvQ7c++1KjgLdyM=
+
+Name: res/drawable-hdpi-v4/ic_content_paste_white_24dp.png
+SHA-256-Digest: ZB8C68ho1CJyBMPYWmK2zjwJNv/HaquDs7zIErFvQIo=
+
+Name: res/drawable-hdpi-v4/ic_create_white_24dp.png
+SHA-256-Digest: Off4jueZaiZQe9oLjveTIDTXIlB+rwZENA1gdkVYssw=
+
+Name: res/drawable-hdpi-v4/ic_delete_white_24dp.png
+SHA-256-Digest: T8N3GkGv7rGGqPPazj+h0zLIzl//UJuWnscJ7UcfMOk=
+
+Name: res/drawable-hdpi-v4/ic_filter_list_white_24dp.png
+SHA-256-Digest: vWYGXe9u3UALgNJqhuaPW0pzz/6PzJ+2xoUV+It8aBw=
+
+Name: res/drawable-hdpi-v4/ic_local_offer_white_24dp.png
+SHA-256-Digest: ixVWl9sqHyTPwVFxiObBQ6IxMleSycOmEyttc2XNeNE=
+
+Name: res/drawable-hdpi-v4/ic_more_vert_grey600_18dp.png
+SHA-256-Digest: mdUAFSOje96NGfyWNGj6oJZB5X2bHoMmq4JMs3S7LaQ=
+
+Name: res/drawable-hdpi-v4/ic_photo_camera_shortcut_24dp.png
+SHA-256-Digest: 0wrvknxkgiynx6r2LQGhv+Hpt+1v1st6p0x+sB+oUGk=
+
+Name: res/drawable-hdpi-v4/ic_photo_camera_white_24dp.png
+SHA-256-Digest: TA2Jxv5+SJZxttmVxeH1K9f4czJRD971B2scYUc/omo=
+
+Name: res/drawable-hdpi-v4/ic_qrcode_white_24dp.png
+SHA-256-Digest: fddQoSSBNIjyYAjWKLP6mp/ebKdY3XgUivYya7QlJEI=
+
+Name: res/drawable-hdpi-v4/ic_refresh_white_24dp.png
+SHA-256-Digest: Wa3Q1ztsUG0iyQrBJ0vtGaYjybdpK7kpNnaq5SN11oU=
+
+Name: res/drawable-hdpi-v4/ic_search_white_24dp.png
+SHA-256-Digest: sF66QkxFn8eXzD3xdoPp44QsKNhoS1Eh1u3lP1EPtIU=
+
+Name: res/drawable-hdpi-v4/ic_send_flipped_shortcut_24dp.png
+SHA-256-Digest: MQ4TSgpM42uZGwJ0M4xdIRErPdkRTTWrO0f7mPdO250=
+
+Name: res/drawable-hdpi-v4/ic_send_flipped_white_24dp.png
+SHA-256-Digest: S5QzbRr5gsRAByd4fiAHG+r0MkfS7urhjOSRzxd+6sM=
+
+Name: res/drawable-hdpi-v4/ic_send_shortcut_24dp.png
+SHA-256-Digest: 6f62Id4/7iIl5vzxyqFYabci1wYLMHUAVVzYWjuQv98=
+
+Name: res/drawable-hdpi-v4/ic_send_white_24dp.png
+SHA-256-Digest: L0MtVX7hsyyC9naL6qcK8l7yTVVyoeNQTdWMoS6U6NU=
+
+Name: res/drawable-hdpi-v4/ic_share_white_24dp.png
+SHA-256-Digest: EH5aHLR+yE+XEdyaWkhpaz8rTWeNpJCdi+UWGTSDRCI=
+
+Name: res/drawable-hdpi-v4/ic_warning_grey600_24dp.png
+SHA-256-Digest: 7WRV8O/vzvHj4YDQKolDWWEi5wzuJ636L5B7lTDi4Bg=
+
+Name: res/drawable-hdpi-v4/notification_bg_low_normal.9.png
+SHA-256-Digest: fdgyJ61bkVHESSHzWiTHQ5LVNwIge6pbEao7ySrGIjw=
+
+Name: res/drawable-hdpi-v4/notification_bg_low_pressed.9.png
+SHA-256-Digest: 4RlHlyDIzTYG5Klg5AKe0Fi4c3z+iVWMOHgAh9ZL7Aw=
+
+Name: res/drawable-hdpi-v4/notification_bg_normal.9.png
+SHA-256-Digest: R2ot7jptNS4NITpYzXOWw8lhLeXmUvp8G9vuPhk6Z5g=
+
+Name: res/drawable-hdpi-v4/notification_bg_normal_pressed.9.png
+SHA-256-Digest: QpO86S6qjy93OQJSq/J9fVVQWcP9s8Pv2bUoICK94gI=
+
+Name: res/drawable-hdpi-v4/notify_panel_notification_icon_bg.png
+SHA-256-Digest: dCVdsT+YXNmtBPjWEkE/xXkZwqcQVT4l/D2fYj/hm2g=
+
+Name: res/drawable-hdpi-v4/stat_notify_1_peers_24dp.png
+SHA-256-Digest: sBRyhek1vnelUXSeRG4+wKM6T5HJ+DP8XBFFsa/lwSY=
+
+Name: res/drawable-hdpi-v4/stat_notify_2_peers_24dp.png
+SHA-256-Digest: WbuDqz681z+HzOxGnjNMt53CwhDRcnFPryVnbEQiHyI=
+
+Name: res/drawable-hdpi-v4/stat_notify_3_peers_24dp.png
+SHA-256-Digest: JDH9sfH2YWpWEhFWY2CwtnyowH3XdBEkbUHbCVp7u70=
+
+Name: res/drawable-hdpi-v4/stat_notify_4_peers_24dp.png
+SHA-256-Digest: dER69rGgkUO9B4LeYA5DBRwDbpOt8LR1blfTRMyBwdU=
+
+Name: res/drawable-hdpi-v4/stat_notify_received_24dp.png
+SHA-256-Digest: OOI8F50ZBS3rY2gAlVpgOTbA9V3Whr0MH9IvSHYaAyQ=
+
+Name: res/drawable-hdpi-v4/toast_frame.9.png
+SHA-256-Digest: Qc+vkp1UgVAhRCVNSAphQJOOnO6qHGdAvBlAqE/eLUc=
+
+Name: res/drawable-mdpi-v4/notification_bg_low_normal.9.png
+SHA-256-Digest: vPDmKMKiqjYmhi26bO46qs1KOttdTfXBQv3S6xgfvbk=
+
+Name: res/drawable-mdpi-v4/notification_bg_low_pressed.9.png
+SHA-256-Digest: e16Z3lBylbmIotIXO0QYkgWhWX879GWDILhD+IqQPrc=
+
+Name: res/drawable-mdpi-v4/notification_bg_normal.9.png
+SHA-256-Digest: vg/gP72vh/b3yaE+84dQHojgy5jwUZQN3hC/VrbOPYU=
+
+Name: res/drawable-mdpi-v4/notification_bg_normal_pressed.9.png
+SHA-256-Digest: E+nflwefiwR9S8AxSqqdC4YdlP6FC3dp3U7y/507B1k=
+
+Name: res/drawable-mdpi-v4/notify_panel_notification_icon_bg.png
+SHA-256-Digest: TPQeQsQVdK4X7JCVntXSQl8CH73No2PqtNupdqLRScQ=
+
+Name: res/drawable-v21/notification_action_background.xml
+SHA-256-Digest: xorj6il8scSeqrDOoW2PWV2AfBFgHKkoNZB5Ote54u8=
+
+Name: res/drawable-v23/background_splash.xml
+SHA-256-Digest: h0FkW8FbSzX2bFVHzV8LPpw5OrBQTFf7Nkd4q6hOpUY=
+
+Name: res/drawable-xhdpi-v4/appwidget_dark_bg.9.png
+SHA-256-Digest: 0HuGYF5HkU8pNJyfTZZ+y/b7/mZoFjJl7izV1/iTer8=
+
+Name: res/drawable-xhdpi-v4/appwidget_dark_bg_focused.9.png
+SHA-256-Digest: PMSeMk2u/dyh8n8bQrzl6TqptdfHW9T400I4rps5CxE=
+
+Name: res/drawable-xhdpi-v4/appwidget_dark_bg_pressed.9.png
+SHA-256-Digest: EtmKJWA1IQ41MA5yIGkck6ppO/+6oP3y0E2lQ/dHrLE=
+
+Name: res/drawable-xhdpi-v4/appwidget_inner_focused_c.9.png
+SHA-256-Digest: 1xqriF0+zrGOE8EmPGjRYIo0OiNiA55fcgEvS9Ascfg=
+
+Name: res/drawable-xhdpi-v4/appwidget_inner_focused_l.9.png
+SHA-256-Digest: FruFAB6IGdfmeSds3GzysPn+ys89KVpLRdhJsawB8Ck=
+
+Name: res/drawable-xhdpi-v4/appwidget_inner_focused_r.9.png
+SHA-256-Digest: HL1/R2MpnXOfGDeyQID5r7LV6owOIvlZ/fc8bEjAaRI=
+
+Name: res/drawable-xhdpi-v4/appwidget_inner_pressed_c.9.png
+SHA-256-Digest: +tpd4v5xvQ0Dr9ghBMkLkmB4/dVfvoW5IM+hA+Y7GhU=
+
+Name: res/drawable-xhdpi-v4/appwidget_inner_pressed_l.9.png
+SHA-256-Digest: gEdfwH0+U0Wfmeb4/kXomCNfQz8twL4ZyP642ku8YDM=
+
+Name: res/drawable-xhdpi-v4/appwidget_inner_pressed_r.9.png
+SHA-256-Digest: jaVSPYR6m+NjMKyHnQ1Dt0AHo3iVXnQrrIFRn0NdMrI=
+
+Name: res/drawable-xhdpi-v4/currency_symbol_btc.png
+SHA-256-Digest: y1AK6WigxKUNtK70ESgS1ZZ3PPMMJxdhdEeMJKukA98=
+
+Name: res/drawable-xhdpi-v4/currency_symbol_mbtc.png
+SHA-256-Digest: XmEnNKuJyjws8qHqFH+af8GaLNXCDhdnOA01QKaBVe0=
+
+Name: res/drawable-xhdpi-v4/currency_symbol_ubtc.png
+SHA-256-Digest: YqSCotT2VYORDKUgFIXEmss0mU+iZLTYqjwjaFWrEug=
+
+Name: res/drawable-xhdpi-v4/ic_arrow_back_white_24dp.png
+SHA-256-Digest: FrsVtT0nFTQ6mh7LtBZDa+phqgdXwxswTkrpm/clR28=
+
+Name: res/drawable-xhdpi-v4/ic_clear_grey600_24dp.png
+SHA-256-Digest: ammMRpbjo8eOb7WuW3r2YlYmVNLNveqcA1YcYldnDG0=
+
+Name: res/drawable-xhdpi-v4/ic_content_copy_white_24dp.png
+SHA-256-Digest: CS1Jgzz+9bkwwzNN8QJO8olna8UnhH0zCf3qLD05OEo=
+
+Name: res/drawable-xhdpi-v4/ic_content_paste_white_24dp.png
+SHA-256-Digest: sQQt+oMMkFGi+qNOBoADYVU7YWS5RvW5HCAAYcmEaUo=
+
+Name: res/drawable-xhdpi-v4/ic_create_white_24dp.png
+SHA-256-Digest: vOcpqDmQGDNOzD9zNrWzFX6QxSgZ8ufhxu5Idx01fnM=
+
+Name: res/drawable-xhdpi-v4/ic_delete_white_24dp.png
+SHA-256-Digest: fTwJgWPopnO3mwoY2cdEKYXGwiCmtOtl5ppkDF4h62E=
+
+Name: res/drawable-xhdpi-v4/ic_filter_list_white_24dp.png
+SHA-256-Digest: +kxI8aAXKpmNRA7n7gSLKYgatQ8sHQpUC1/4uH6YUY0=
+
+Name: res/drawable-xhdpi-v4/ic_local_offer_white_24dp.png
+SHA-256-Digest: UHGRCBbT5aI2k4d1s8b1ZXJ64UUkSh+kAH19MOz+GBU=
+
+Name: res/drawable-xhdpi-v4/ic_more_vert_grey600_18dp.png
+SHA-256-Digest: zo9TvhTk+/pb+IxDMsRPzqLpxoRITjFz26SLtdLz7wc=
+
+Name: res/drawable-xhdpi-v4/ic_photo_camera_shortcut_24dp.png
+SHA-256-Digest: HeCCWiDvZSN5OhyjEj0PXMKVB9/zwfeBfn7IfaQ7o8E=
+
+Name: res/drawable-xhdpi-v4/ic_photo_camera_white_24dp.png
+SHA-256-Digest: g7WKEVYtZ41VvuVOg2JtH/PQywXekqMpblRR/M5EJK0=
+
+Name: res/drawable-xhdpi-v4/ic_qrcode_white_24dp.png
+SHA-256-Digest: 77I/v0+8i15emDNv9aZDwDLPjMD/eAlwjG5mjOXDMPI=
+
+Name: res/drawable-xhdpi-v4/ic_refresh_white_24dp.png
+SHA-256-Digest: RqCiNfMjubtMMPxoXG2+Oi7YxlYT2msuJmKlHxMLU88=
+
+Name: res/drawable-xhdpi-v4/ic_search_white_24dp.png
+SHA-256-Digest: l5DY7qhaMFFAjJoA4TYLVMQUatBTZme48sP4eGl4znw=
+
+Name: res/drawable-xhdpi-v4/ic_send_flipped_shortcut_24dp.png
+SHA-256-Digest: C7XPDwHWbXHAjXq01md9niptCwmnTykRuvFosZ3QZuE=
+
+Name: res/drawable-xhdpi-v4/ic_send_flipped_white_24dp.png
+SHA-256-Digest: ehxpiZUu+XXXs5mWl3QficIYjzl5IywGePYaqRDlz6A=
+
+Name: res/drawable-xhdpi-v4/ic_send_shortcut_24dp.png
+SHA-256-Digest: 0WFRdDZ+xwNTRxzEIVVGvMvhgXrrqhQGA3y5ySl0aPE=
+
+Name: res/drawable-xhdpi-v4/ic_send_white_24dp.png
+SHA-256-Digest: sTox5BViFcNglpooK137JCAltnKKqMqmKMpnJMvhBkE=
+
+Name: res/drawable-xhdpi-v4/ic_share_white_24dp.png
+SHA-256-Digest: MO5FZTIqFwct6z6LabqYXupPN8cgPxbJCjtR5fhE7pA=
+
+Name: res/drawable-xhdpi-v4/ic_warning_grey600_24dp.png
+SHA-256-Digest: WLw5B9T2vrLFv37P2WmAuff6HwQ6fCbMKYZPnw3fJlw=
+
+Name: res/drawable-xhdpi-v4/notification_bg_low_normal.9.png
+SHA-256-Digest: uXY6G0jRm/22W3PCh/Bn1QB8m4GwiK1QCuoTeveblDQ=
+
+Name: res/drawable-xhdpi-v4/notification_bg_low_pressed.9.png
+SHA-256-Digest: f/QdP0Grwhn/DYrOcK8L48iPdr49tI6JUbIsde2OQaY=
+
+Name: res/drawable-xhdpi-v4/notification_bg_normal.9.png
+SHA-256-Digest: UcrXW2ElY1qt5dfTsuSlaRj5YzoOKQ6qQH5GeDt/B8E=
+
+Name: res/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png
+SHA-256-Digest: ukgIe6XxA8BIeBpiCpKscdVufr7N3/HFli1R1e0BBDs=
+
+Name: res/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png
+SHA-256-Digest: IwF2V2yf2ZrcE2enjXsUywKQM3CGaqSSpSW4AOnn3go=
+
+Name: res/drawable-xhdpi-v4/stat_notify_1_peers_24dp.png
+SHA-256-Digest: W59ABR6ZW6N44qgBMz3v7oH5fcm4d1UNlTzsW5tkWc8=
+
+Name: res/drawable-xhdpi-v4/stat_notify_2_peers_24dp.png
+SHA-256-Digest: KUxLykCpV/iQl9QKOqg+90gJsIvwkh/m0uEjqueRpBU=
+
+Name: res/drawable-xhdpi-v4/stat_notify_3_peers_24dp.png
+SHA-256-Digest: 4Pz/X9o++bSSL6zIRLlz3fEpTiBefPzaxtgl8HJQCro=
+
+Name: res/drawable-xhdpi-v4/stat_notify_4_peers_24dp.png
+SHA-256-Digest: 11v0cQWL4sNfePZu7gcwvw9owZHElcj46WYKfo82Zdc=
+
+Name: res/drawable-xhdpi-v4/stat_notify_received_24dp.png
+SHA-256-Digest: k1pvoQVr5LqPkQOwkc+0qU3903x93CHZs9FpmuEPk0g=
+
+Name: res/drawable-xhdpi-v4/widget_preview.png
+SHA-256-Digest: 6vVcSCg3KWTStAUbG82RdyAU9WvGSVG83XqYywJZVs8=
+
+Name: res/drawable/action_bar_up_indicator.xml
+SHA-256-Digest: BvXzlQWW9dOjU+/AQu3HClmb9uTYK1NVV77OKUuDlT4=
+
+Name: res/drawable/action_mode_background.xml
+SHA-256-Digest: gZAPqzKwldP8ehfmX9SJli1uOTb/Ps4PmGzZdmpA8Yo=
+
+Name: res/drawable/appwidget_button_center.xml
+SHA-256-Digest: 1deWBQn3TU/S/+0goimb0cWgrCX7Sfn/p55TJS0bev8=
+
+Name: res/drawable/appwidget_button_left.xml
+SHA-256-Digest: /EWs0Ni3VrUbGIBVDpyJyUh4VmsucdzamD5ye4MgIUM=
+
+Name: res/drawable/appwidget_button_right.xml
+SHA-256-Digest: uoyhV0DKe9KEu0oniB5HPLPYisTHxYq1QI8AiZQeh/0=
+
+Name: res/drawable/appwidget_dark_bg_clickable.xml
+SHA-256-Digest: L7M2u4WdK3mZTVYg6jJiGXuWPbap8xcTyo3vlilswhY=
+
+Name: res/drawable/appwidget_divider.xml
+SHA-256-Digest: JDns3TydPaXE7ab04v3OWulRzEYcbJWuJ3GpCWjRh1w=
+
+Name: res/drawable/background_splash.xml
+SHA-256-Digest: Y7VOhk1rKRcc+rJ02ox+P2q8exKHQx7ahL/6TezE2jU=
+
+Name: res/drawable/divider_currency.xml
+SHA-256-Digest: fPAwQ9LuKQoc0Bbjd4tpv1vFHGuxKuOh1zGD/RnKB5A=
+
+Name: res/drawable/divider_dark.xml
+SHA-256-Digest: c4KJq5sX5A5SIb2HdokpDJRDs0eJXw9GIcrtnbtWNcs=
+
+Name: res/drawable/divider_field.xml
+SHA-256-Digest: 8fyRoUb0cehUU7DntLIl4i/MPOVEXatv4tSNiUapK/s=
+
+Name: res/drawable/notification_bg.xml
+SHA-256-Digest: ZoLjiovQAgKWcwD1vhSLkKtpopWRN5ej+Ex7uOxcAQU=
+
+Name: res/drawable/notification_bg_low.xml
+SHA-256-Digest: SiTDaNkIEtfA5YA+u1HlWc8pb2mJUXLd1Lzd8lNJ4MA=
+
+Name: res/drawable/notification_icon_background.xml
+SHA-256-Digest: 8lIhEcQ7ke8Up/LQs0j3BliqcpPi3nZHndOrZ/9caoc=
+
+Name: res/drawable/notification_tile_bg.xml
+SHA-256-Digest: UmgDqe0/aOzxyKqYcwP53cg10t+Xuojy45lsxQNWuTw=
+
+Name: res/drawable/shortcut_request_coins.xml
+SHA-256-Digest: kK5X/8EHaCAiibOulCFNISRRzcqxW9wuRY9mc5v6888=
+
+Name: res/drawable/shortcut_scan_qr.xml
+SHA-256-Digest: goiW/0t0oqUVUl/XkkIyNIN0qQZL/vBR94c9fZG4NwU=
+
+Name: res/drawable/shortcut_send_coins.xml
+SHA-256-Digest: xN0l4palRryvIN6AGyH76oF/IMUK+FhQZa1n4Em9JDY=
+
+Name: res/drawable/stat_notify_peers.xml
+SHA-256-Digest: U/8JvDNFxFbLaVw5fEZgiKqjDTDL2ZDEX3t0D7YmXqY=
+
+Name: res/drawable/transactions_list_filter_received.xml
+SHA-256-Digest: PaZWoUgqfS70hoLxAH5DWidqS6yzYSDH+AICHT/H4Dc=
+
+Name: res/drawable/transactions_list_filter_sent.xml
+SHA-256-Digest: 5PRLR3iTs08HqSQo2kEKp5sBlkp8EZXO4Mu+INhLh0I=
+
+Name: res/layout-land-v21/request_coins_fragment.xml
+SHA-256-Digest: WMt0YuzBJOVxqXPs84HM1TElDtHtnD3Joaf+CwhkSAQ=
+
+Name: res/layout-land/request_coins_fragment.xml
+SHA-256-Digest: XCnbaivw08mqDrhi+gTnKXnZHmsdOvh6xTkOBODs0Kw=
+
+Name: res/layout-v16/notification_template_custom_big.xml
+SHA-256-Digest: QAyMxzzudDEi0cRS41XKRS3uhOduEHZC3GZwC6JaH7k=
+
+Name: res/layout-v21/address_book_twopanes.xml
+SHA-256-Digest: Oe14i/YDukDTb9Lt+LjuD68v2hmss+St3E4oCfwPGR0=
+
+Name: res/layout-v21/network_monitor_twopanes.xml
+SHA-256-Digest: XKOb64J7+r/bUHS3ia87tsgIjhM/75Pq0eDk5PVvAy4=
+
+Name: res/layout-v21/notification_action.xml
+SHA-256-Digest: 3ZroGuohhpjPBEBybRiS0kiKgfMKwgjhWLEHAWIbxNY=
+
+Name: res/layout-v21/notification_action_tombstone.xml
+SHA-256-Digest: zCq/zoAGvXZnCuGzug571XjZAtD8Z1n26sDpkqI8FVg=
+
+Name: res/layout-v21/notification_template_custom_big.xml
+SHA-256-Digest: x6V3LaISKrLkl3t9smAf6KSkNWj9ALHAwuvyPguE/ng=
+
+Name: res/layout-v21/notification_template_icon_group.xml
+SHA-256-Digest: zXeWDub29WgIbm8871PokWsWsFbl6EpUcrNzAfk8GEo=
+
+Name: res/layout-v21/request_coins_form_include.xml
+SHA-256-Digest: v6lMJTeOKxoQPgHXY1MPm+KBV3cZVcaYow24ZQL4VG8=
+
+Name: res/layout-v21/request_coins_fragment.xml
+SHA-256-Digest: ajK/jRpED3wEn6uEUziJk+iGnevfeBABlgCnIEBGeDg=
+
+Name: res/layout-v21/transaction_row_card.xml
+SHA-256-Digest: 6TLhJ4BOHHIZpDPYaBra1o1/NiovBNAjXrK0+fGfz68=
+
+Name: res/layout-v21/wallet_activity_onepane_horizontal.xml
+SHA-256-Digest: ofjRFdyXUGS7p6Q8xof0130bGzKdlLLRL+xWHYrYIHM=
+
+Name: res/layout-v21/wallet_activity_onepane_vertical.xml
+SHA-256-Digest: 6hWeBep6b45PkkVQoGGxOXtAlc88HVTeppEych7v9O4=
+
+Name: res/layout-v21/wallet_activity_twopanes.xml
+SHA-256-Digest: 8nAzAbk59bdUFLhwSscEpMqtHlZskCNZOK90H3yfoCQ=
+
+Name: res/layout-v21/wallet_address_fragment.xml
+SHA-256-Digest: 4kcix5orhYY9AwPnsktZVH4u13myQhSkOYLw082DtwI=
+
+Name: res/layout/address_book_onepane.xml
+SHA-256-Digest: 3EuFeQphVUVPQOKSHfESOkldwGSWnk9QpGml/P2mKEA=
+
+Name: res/layout/address_book_row.xml
+SHA-256-Digest: VgHpE9DvDwsjA1/pMLFvJSSdzmAhUXCd+PddW7mC1tI=
+
+Name: res/layout/address_book_twopanes.xml
+SHA-256-Digest: fQP1bKuLRY+dPCRBVtwg0uf4S9SgBlMu3ySwBSFIBew=
+
+Name: res/layout/backup_wallet_dialog.xml
+SHA-256-Digest: +aT2fPhJe6bNX61PTrrFp1mSaWeQg/d9BJ9ZU1N21A0=
+
+Name: res/layout/bitmap_dialog.xml
+SHA-256-Digest: ucf6zYxxPrmfLSf/WXf6pWo/GlI8tXXEUHjz3Rw09cY=
+
+Name: res/layout/block_explorer_content.xml
+SHA-256-Digest: VyoXDMVQD9sa9w2G5q9A6MkM08G3QM8ncxv+hFWcZko=
+
+Name: res/layout/block_list_fragment.xml
+SHA-256-Digest: TuP7nlBq4eJmTqcnvY1YPUygPPSzoEjSyP0Halqhono=
+
+Name: res/layout/block_row.xml
+SHA-256-Digest: /oC74vT2FV4wG+bnhmRcKBO+Zg9vAkw4sqPb9woxxQM=
+
+Name: res/layout/block_row_transaction.xml
+SHA-256-Digest: JNAUDz0F88fNo0xCTY3pcO6Gsyp2PkN1TtXkpZkUi78=
+
+Name: res/layout/dialog_title.xml
+SHA-256-Digest: aWvHBVe/3vAsSWib4R5799HQxNrtQv2h8qO0LG82+PI=
+
+Name: res/layout/edit_address_book_entry_dialog.xml
+SHA-256-Digest: ECxz6FbBFJZRn5FG5Uj+f/gc1hbjXBkI7DvWCAL2C/M=
+
+Name: res/layout/encrypt_keys_dialog.xml
+SHA-256-Digest: 0vJbSVNpH2vs8IM3XLIejU2Aoqve4GxwAWTc1ylRhPU=
+
+Name: res/layout/exchange_rate_row.xml
+SHA-256-Digest: qvX9Yhd4KqUpcz4AFRxi7CucUtpiUOPrXJFgc4NxaMw=
+
+Name: res/layout/exchange_rates_content.xml
+SHA-256-Digest: hwIzzG78vLvbvpC2Ad1Ig0ynObZE8BqdzS5yv4QcdFs=
+
+Name: res/layout/exchange_rates_fragment.xml
+SHA-256-Digest: Cvf+cOCJTpN+9vwTnbhVtqzpNj3hiQUjsqp0+env0Og=
+
+Name: res/layout/extended_public_key_dialog.xml
+SHA-256-Digest: Vv8tMExAf9ttLiQV3l9uca/fBTGK62Khc5zanEOQTy0=
+
+Name: res/layout/fancy_list_content.xml
+SHA-256-Digest: FvRPPTG+Di/WVM8KvsqgX0ugCByaMpv6Vl7CGtUm4GA=
+
+Name: res/layout/maintenance_dialog.xml
+SHA-256-Digest: nABQeHkRQe5JTBh0JFCbriVsU8wBwIpQ8bJPqmN/fdk=
+
+Name: res/layout/network_monitor_onepane.xml
+SHA-256-Digest: HeU1kR86gPJW0n7pWeLnF/aduo/BGeUlLmpGx0uDcs4=
+
+Name: res/layout/network_monitor_twopanes.xml
+SHA-256-Digest: 8zD5zB/9TKqwHqlXf+N4khKKxxcHZdOKGbA4yN/M4hI=
+
+Name: res/layout/notification_action.xml
+SHA-256-Digest: XhOWrqQy1Xk87DBqNGEUDjFprymoHzsnuDGRxjzgc4c=
+
+Name: res/layout/notification_action_tombstone.xml
+SHA-256-Digest: CPZCtHI/TFp4lL1G09E3bPAtBlSM/4NNVSGOYOrVWqI=
+
+Name: res/layout/notification_template_icon_group.xml
+SHA-256-Digest: imWncgkgzCHzQwMNScLx1+SQNyToJmgs2ePpSfsCmU4=
+
+Name: res/layout/notification_template_part_chronometer.xml
+SHA-256-Digest: rqy2xyGBsme6kEZsfUwd/gB1HCQgsBdUvlHRKZPIy9o=
+
+Name: res/layout/notification_template_part_time.xml
+SHA-256-Digest: WfO4jnH3PhSSCIhJM3BHjEzShM/WjWSxK2qqfaKylwM=
+
+Name: res/layout/peer_list_fragment.xml
+SHA-256-Digest: 3hTxQ86WHvVAR509Z+a7v0VgWaaoq4XQkEmvLYY7YDU=
+
+Name: res/layout/peer_list_row.xml
+SHA-256-Digest: YZU43h7l4jYCwUmV9kBzmSIJJbFSHDfqOw45qdNeWcc=
+
+Name: res/layout/peer_monitor_content.xml
+SHA-256-Digest: kfS5eic9PFB3ChpT/09vvZNJz5co9fWSu0jKmmK33Zw=
+
+Name: res/layout/raise_fee_dialog.xml
+SHA-256-Digest: uDEFy4wU8sRQ6QUw5Fdhvrc0GbTP1kl94Ypho07VJ7I=
+
+Name: res/layout/report_issue_dialog.xml
+SHA-256-Digest: QSCqr2yAWIsE84HKHvqRYINaXdNO5awddYPRhq8TnnU=
+
+Name: res/layout/request_coins_content.xml
+SHA-256-Digest: +hvallgvC1nHVcEHwMe83LYH8qx1hXK3mazE1b6PfR0=
+
+Name: res/layout/request_coins_form_include.xml
+SHA-256-Digest: ipT82K2yp+hfMwYjo++52cqItFl0K20wepFrf8D8D/A=
+
+Name: res/layout/request_coins_fragment.xml
+SHA-256-Digest: GRYtiK8S9cbdN1jehi/IS2CliCE7xIV18XRzE1Rz/VQ=
+
+Name: res/layout/restore_wallet_dialog.xml
+SHA-256-Digest: UnIK4wNf0kc+lMptgfwOa2Zr0uTLPmT5XRUMVCMpNQM=
+
+Name: res/layout/restore_wallet_file_row.xml
+SHA-256-Digest: vOH0ZTOvM3IzqGcpCElJ4okjEMTNfGKcr6qzq92RaPU=
+
+Name: res/layout/restore_wallet_from_external_dialog.xml
+SHA-256-Digest: JTyWSTg0y60io8U6TbnviBNVO6HIfb/af7W9q3JbveY=
+
+Name: res/layout/row_separator.xml
+SHA-256-Digest: C1x/5biqvsZIcsd+Mvcow8N5KDCJ4+4afAKd/D3tZvg=
+
+Name: res/layout/scan_activity.xml
+SHA-256-Digest: VNqmIxp6Fo8d7KQZlz7d2QaLCRJaXlGczrWiLgn9BsY=
+
+Name: res/layout/send_coins_buttons_include.xml
+SHA-256-Digest: FjEmIV8U1YH1L72I/adMfLA4q44ddO1Qun7LGWvUTm8=
+
+Name: res/layout/send_coins_content.xml
+SHA-256-Digest: sVMrjXUoAsVF7JOHWYEkjXgEyJzq2b7v9VezY0yspmw=
+
+Name: res/layout/send_coins_fragment.xml
+SHA-256-Digest: Zo6E4lXR3H5juqjmOOcqju8DHQsDocbVjFo/+/qHT8o=
+
+Name: res/layout/spinner_item.xml
+SHA-256-Digest: MZYJM+70YtnmzBpOCP40JpNdw13hckWcNGxeXbjM6Lw=
+
+Name: res/layout/sweep_wallet_content.xml
+SHA-256-Digest: 3126au7ly7EpbwveX6D/VGiKL8CVQqJ810h2yQI0KcQ=
+
+Name: res/layout/sweep_wallet_fragment.xml
+SHA-256-Digest: soA9fAudzX+T9AGVGzIKB5i+iy1qUNxyTj5TxH7yrkE=
+
+Name: res/layout/transaction_row.xml
+SHA-256-Digest: Ho/QvQPOze7U77ro7z3cHlkeq3B5dcFBcj15v2E5E74=
+
+Name: res/layout/transaction_row_card.xml
+SHA-256-Digest: 6RbILwn5gCvM8MQ1mN3j2NkGy9Qmb2Pb6tIfeEdzOpQ=
+
+Name: res/layout/transaction_row_warning.xml
+SHA-256-Digest: f3fkRB5Dh7rwWK4nxU4+BjIU8u+aXZ6NSD0pruXqwKk=
+
+Name: res/layout/wallet_actions_fragment.xml
+SHA-256-Digest: eyDyWrTTRZdPJ2cawLm+h4obGIrL42c/EoeB6YGa+Tw=
+
+Name: res/layout/wallet_activity_bottom_include.xml
+SHA-256-Digest: paGULsugjf7k8Z/eAqB0QSMCzLFaUQpTDHqd4TI5lvU=
+
+Name: res/layout/wallet_activity_onepane_horizontal.xml
+SHA-256-Digest: pSsGAIg9lyabu3NDyVf4T3Z+NaQHg4aJDCv9DGBqTBs=
+
+Name: res/layout/wallet_activity_onepane_vertical.xml
+SHA-256-Digest: 42bSwATYGPmWtDfb7q5a3zY9nNlgTXC+mhreRr21VKs=
+
+Name: res/layout/wallet_activity_twopanes.xml
+SHA-256-Digest: hv0Xk7FTi88OvenAEjpIMQru4FtSEy1fl/ITj7/Uyp8=
+
+Name: res/layout/wallet_address_dialog.xml
+SHA-256-Digest: kpvvwmq3DhDCRmW5gHLhh75AHULrkE4ug81aR8Z5LGI=
+
+Name: res/layout/wallet_address_fragment.xml
+SHA-256-Digest: kHwuSA61y9iPyusyax7u4j2hcw/0b97LUTs09hNroVk=
+
+Name: res/layout/wallet_balance_fragment.xml
+SHA-256-Digest: pHf/Id1RHRmTzQ52o48zC1YpALAw8vjhkj5jbhndd9o=
+
+Name: res/layout/wallet_balance_widget_content.xml
+SHA-256-Digest: l3BVZF8reS2nZRRifEzXcayhv7z2aHKNk3VQi23iAOI=
+
+Name: res/layout/wallet_disclaimer_fragment.xml
+SHA-256-Digest: qMbV9fMHlWJ5PpEsms0XDx1OfS9fnbSENaYLCEC9Ad4=
+
+Name: res/layout/wallet_transactions_fragment.xml
+SHA-256-Digest: 3dg6aZVv80xUK9XKe15tkoz1XOqDaT+A7DZrPZDci30=
+
+Name: res/menu/blocks_context.xml
+SHA-256-Digest: ZnScI2qx2bVW33Z9J6ULwdsUgeJPZ6s0mFxCvPk062w=
+
+Name: res/menu/exchange_rates_context.xml
+SHA-256-Digest: BjjlGrWb4VV7cSfmuSpYEigd9z2o2HCgoG6iXRysZPg=
+
+Name: res/menu/exchange_rates_fragment_options.xml
+SHA-256-Digest: fTjBiL8ScKS+FrELJRtzmKoduYgHr7kQVX76+d8tc3c=
+
+Name: res/menu/request_coins_activity_options.xml
+SHA-256-Digest: /TscvJhoLEE1bz1De/sovu1ZxrBccGxjDrGz/rJW3Qo=
+
+Name: res/menu/request_coins_fragment_options.xml
+SHA-256-Digest: hVSDseiSXdn3lA2wWrPJg2QjrrNRWoJyve0/6CZ0ZU0=
+
+Name: res/menu/send_coins_activity_options.xml
+SHA-256-Digest: aSvEbCK6mbyaU/NzMF2qpbSTSiBp1tkEBDh2DcfJk20=
+
+Name: res/menu/send_coins_fragment_options.xml
+SHA-256-Digest: +j5svRIQ3NB2T9tZKj7HqASnh33bkSEWDHbxU+GAPUA=
+
+Name: res/menu/sending_addresses_context.xml
+SHA-256-Digest: 8oMZKLeCybwtAXCLMZy57Mb8V8TU+JfsjqbXPDHLWx8=
+
+Name: res/menu/sending_addresses_fragment_options.xml
+SHA-256-Digest: Dz70XLlEKR9KoV6+saQawZFXkaUIx+XSYk84yP7JrQM=
+
+Name: res/menu/sweep_wallet_fragment_options.xml
+SHA-256-Digest: t3FlpqE1bSs2Wib25w/BN3KatelzSiAld6w6hv8dZ9w=
+
+Name: res/menu/wallet_addresses_context.xml
+SHA-256-Digest: TlpwK729lyilvs+kwl19N49UnR1TshZYIb4XeHnM7fI=
+
+Name: res/menu/wallet_addresses_fragment_options.xml
+SHA-256-Digest: zxcVQGWR7xtycEC4HoK4+jzP8IuOSeJKBw86qWiv/KE=
+
+Name: res/menu/wallet_balance_fragment_options.xml
+SHA-256-Digest: Tan6xoKLnaaCIXHEdRjmDxBwNBZ5CtIO4Rgrp/2WwH4=
+
+Name: res/menu/wallet_options.xml
+SHA-256-Digest: UJgwLgI+52TaMp9g6Jv8J43ov0Dc1oF1vwZzGm1qM38=
+
+Name: res/menu/wallet_transactions_context.xml
+SHA-256-Digest: kcZxXW7oaGAD0DKd1K+BwT4278GzXmC5WcnJ/2zva/c=
+
+Name: res/menu/wallet_transactions_fragment_options.xml
+SHA-256-Digest: H4smeFKXZtp5o4SPcQX4w0GTsZ6ExB2uRyO9pBeMONA=
+
+Name: res/mipmap-anydpi-v26/ic_app_color_108dp.xml
+SHA-256-Digest: 8iEOKwQ5Mq1xa1uvxs35PdXK6LntixvQZHrfVppxqgA=
+
+Name: res/mipmap-hdpi-v4/ic_app_color_48dp.png
+SHA-256-Digest: YtRxY2NKi6oz+xKrZX2K1MWX5H7ss4w3nauiqQnUmSo=
+
+Name: res/mipmap-hdpi-v4/ic_app_color_fg_108dp.png
+SHA-256-Digest: mZcFHqORn6iA2EEFBG3/P/qs44VPG+IOmdhWSzRvjZc=
+
+Name: res/mipmap-xhdpi-v4/ic_app_color_48dp.png
+SHA-256-Digest: Qx51wcGAzPmnGEPcYTgmKPmYvPgR8LoGM65OuG2nkak=
+
+Name: res/mipmap-xhdpi-v4/ic_app_color_fg_108dp.png
+SHA-256-Digest: /oTAM6ZPV9BhRgQN+/lqV44QJP1ikZaoFleF6HRQwW4=
+
+Name: res/mipmap-xxhdpi-v4/ic_app_color_48dp.png
+SHA-256-Digest: 6fktUACHshOTse8yx82zDysQJ25T+9amdnzmThaG0uY=
+
+Name: res/mipmap-xxhdpi-v4/ic_app_color_fg_108dp.png
+SHA-256-Digest: Q7DFjjgEHWqJMdJxEog5K59muYFIh5yA0klAQGJ3+YQ=
+
+Name: res/mipmap-xxxhdpi-v4/ic_app_color_48dp.png
+SHA-256-Digest: PGULKGRwYZQ2IyCV22ibgoGoy/i2gG/AHB84vvtEctc=
+
+Name: res/mipmap-xxxhdpi-v4/ic_app_color_fg_108dp.png
+SHA-256-Digest: 920ZUsD0COSt/o8VQgHlcZQE6UMvBs7M5rqxILNxuTQ=
+
+Name: res/raw/coins_received.wav
+SHA-256-Digest: Jyy3rbBauRqmEoT/XrNKgKM4Xg1NUisrXYDqSJb+yhw=
+
+Name: res/raw/send_coins_broadcast_1.wav
+SHA-256-Digest: VT1yj64FgkbCBmdCeo9XQAxMvrjtHytbq0fnXqKJXAY=
+
+Name: res/raw/send_coins_broadcast_2.wav
+SHA-256-Digest: V69z2Hbtmgsb6bA9Z6WJVooIreQduFIg8r+8uBw15DI=
+
+Name: res/raw/send_coins_broadcast_3.wav
+SHA-256-Digest: rzLmcFeN8mt3QndMUNjX8t+v6wrNIP8t9EHKRGotm2s=
+
+Name: res/raw/send_coins_broadcast_4.wav
+SHA-256-Digest: kVGk6JXpDNilSHRpAQxm5x8CxRshH6VYtEbT8Ejzty4=
+
+Name: res/xml-v22/shortcuts.xml
+SHA-256-Digest: 1mE5Qz1mFCBBA82ycWWTH3nJ0mh296xAJcLVC1uEYKo=
+
+Name: res/xml/file_provider.xml
+SHA-256-Digest: W4ool3k19UdbV6fRobkt8c1TlDwpEapf2f1pvi3xywE=
+
+Name: res/xml/preference_about.xml
+SHA-256-Digest: iOQqfMq+C+zi9oETwCaxSbVHGRZmR1F6uX4+u9P5jX8=
+
+Name: res/xml/preference_diagnostics.xml
+SHA-256-Digest: v+LKhNZrG1qNrOhOxii/ccvIbvD8dNQ98pcgjr0YyVc=
+
+Name: res/xml/preference_headers.xml
+SHA-256-Digest: qkgsADzy1yccAEypSxL2KAQEhYGYlY2l16tFEZpQjGo=
+
+Name: res/xml/preference_settings.xml
+SHA-256-Digest: sJYprO3Jtj2NKPCAqGjWp3u1ETGr2GqWU+xMw+xnp2Y=
+
+Name: res/xml/shortcuts.xml
+SHA-256-Digest: eCbpNzea5ZBbJcpek8PJA8bOeWVmfdH4pm9hyszA5yA=
+
+Name: res/xml/wallet_balance_widget.xml
+SHA-256-Digest: nJrgVxqUtEYw9P4qejV1GRskaWRzv4M2xSeuYwDUlLQ=
+
+Name: resources.arsc
+SHA-256-Digest: gFXZyDVp/VSg8BDJ2xNz6szcg77MyoxaartOyX+wWQE=
+
diff --git a/metadata/de.schildbach.wallet/signatures/370/MANIFEST.MF b/metadata/de.schildbach.wallet/signatures/370/MANIFEST.MF
new file mode 100644
index 0000000000..e4479be2fe
--- /dev/null
+++ b/metadata/de.schildbach.wallet/signatures/370/MANIFEST.MF
@@ -0,0 +1,811 @@
+Manifest-Version: 1.0
+Built-By: Generated-by-ADT
+Created-By: Android Gradle 2.3.3
+
+Name: AndroidManifest.xml
+SHA-256-Digest: KOi79mOjDUmtb9V3UJK6RoITxPdSzYBbY39SgJ7kXGY=
+
+Name: META-INF/proguard/okhttp3.pro
+SHA-256-Digest: xtLaBB4+VZ6tJ5clxmCZRdjCG3LgSr4tY8MvPWVfQVg=
+
+Name: assets/bip39-wordlist.txt
+SHA-256-Digest: L17tU6Rye0v4iA2PPxme/JDlhQNkbZ/47/Oi7Tsk29o=
+
+Name: assets/checkpoints-testnet.txt
+SHA-256-Digest: ntapph4Xli9xT/KHzSfP96QJBuFztEMi7qKOwun9EPY=
+
+Name: assets/checkpoints.txt
+SHA-256-Digest: F24KVJiyUNqVut/9z756MAyxf5L4m2EYXC9Cqnk1K/I=
+
+Name: assets/electrum-servers.txt
+SHA-256-Digest: E6WdKrlMFqYXmGq9WVk4T2uGuy4j69+jeB3BVBgjPAw=
+
+Name: assets/fees-testnet.txt
+SHA-256-Digest: 7dsIs6RN/yHBIwGS3tbm+j8D6r5gWpLEXbgsj5jgeNA=
+
+Name: assets/fees.txt
+SHA-256-Digest: 0crKQKOHhbdsoABwkaF7mHsiNpU4gQLlmSofOdUgeSs=
+
+Name: classes.dex
+SHA-256-Digest: VK83A1h7GrJ6HSamlMs6i+ahbA/dNVhmkuPneqv1208=
+
+Name: lib/armeabi-v7a/libscrypt.so
+SHA-256-Digest: sUUxXOq5SM8E/4ojruQ6A5Qm1Ygzdt5/oC6RsGPqQKk=
+
+Name: lib/x86/libscrypt.so
+SHA-256-Digest: Ds/J3DOzWxotKFz3fwjAD9xT9BZbrTa9Bw6M+QFH47k=
+
+Name: res/anim/slide_in_bottom.xml
+SHA-256-Digest: pEIa0xFZk9/kHY8U1wCJWl7SIYLLb8oaQwWTcpK9bE4=
+
+Name: res/anim/slide_in_left.xml
+SHA-256-Digest: sicUsdeadjy0nDRGDhJTVXYkfx0l3Q6bC0WkmlIvXKM=
+
+Name: res/anim/slide_in_right.xml
+SHA-256-Digest: GM4C28/fmI9O74kIIkGmntRz8bYd2vWhNf3OztYhYn4=
+
+Name: res/anim/slide_in_top.xml
+SHA-256-Digest: 03o7D9um5C053tCviTi8pIJxJPLcaWyE904VP9CzKRM=
+
+Name: res/anim/transaction_layout_anim.xml
+SHA-256-Digest: 2HeoLeR6Cayq7F3ST1/oDle6T+3jeKLTiiBkgcP1FCU=
+
+Name: res/animator/fade_in_drawable.xml
+SHA-256-Digest: y20Rs9kWlDkcCFH9hx7eKPRT8GMJ/nnhqgRq8v5oOGc=
+
+Name: res/animator/fade_in_view.xml
+SHA-256-Digest: fVCDkEbfMeKi89pObOAtMSUapo5MmnLaA7muIBzp9cI=
+
+Name: res/animator/fade_out_drawable.xml
+SHA-256-Digest: nqFZ2r6Nx/3uczbtdlVF7HQDmmKr3ZlrqbgtVBrtRXE=
+
+Name: res/color/fg_network.xml
+SHA-256-Digest: oYj/ZSPbYcm9bzSQMJfwE5kvJRI/r22N2fHWN3551eQ=
+
+Name: res/drawable-anydpi-v21/ic_arrow_back_white_24dp.xml
+SHA-256-Digest: 5fiX6q2HNl0Dt+KZdAOee2kscC70LwoJKBHU/yLU3IM=
+
+Name: res/drawable-anydpi-v21/ic_clear_grey600_24dp.xml
+SHA-256-Digest: mz3xYLoYgHCS5aYb1b/ZJFR01xeWDCTwq9SJn7VanRY=
+
+Name: res/drawable-anydpi-v21/ic_content_copy_white_24dp.xml
+SHA-256-Digest: Nu5F5AZR/5N1+3xDujwVwiXzI3YIkS+bHQVMShkyCJg=
+
+Name: res/drawable-anydpi-v21/ic_content_paste_white_24dp.xml
+SHA-256-Digest: c+tU0F7FDGAStxGH7CCBNxKFTN9Plwh/yvZP+IbjFus=
+
+Name: res/drawable-anydpi-v21/ic_create_white_24dp.xml
+SHA-256-Digest: tNKIvO0tjr5585tcbKa7tC7UlSj9qWLWpX2jyn3gTx4=
+
+Name: res/drawable-anydpi-v21/ic_delete_white_24dp.xml
+SHA-256-Digest: 0nCsuVFWvtEupziE3K08vf1qa5lGyASTBENjyGbKnA0=
+
+Name: res/drawable-anydpi-v21/ic_filter_list_white_24dp.xml
+SHA-256-Digest: pOdMP7s082f6nvWEW/nPEiJkmPUNoflODFQ0rhXv18g=
+
+Name: res/drawable-anydpi-v21/ic_local_offer_white_24dp.xml
+SHA-256-Digest: Vl7Apo6IxpAJZ03Jsr60XzF5J8EnzC2sI23vHaf7O4k=
+
+Name: res/drawable-anydpi-v21/ic_more_vert_grey600_18dp.xml
+SHA-256-Digest: 8sdENA2kGt6DdRoAleTY6LSLwLb703eIGTrUbtPhzG8=
+
+Name: res/drawable-anydpi-v21/ic_photo_camera_shortcut_24dp.xml
+SHA-256-Digest: Hsp+jvp7yWb4gM38EY+vQ6TBoNpZSIHRCSrIBHU2G4w=
+
+Name: res/drawable-anydpi-v21/ic_photo_camera_white_24dp.xml
+SHA-256-Digest: 54TnKXYbh1EyuexoFlncd+kyLdN2WvOGzoLfoAiP4RA=
+
+Name: res/drawable-anydpi-v21/ic_qrcode_white_24dp.xml
+SHA-256-Digest: aPaTlXjraE0MWLmHOQKVoh3PXfm92QFmrBJE49lidbU=
+
+Name: res/drawable-anydpi-v21/ic_refresh_white_24dp.xml
+SHA-256-Digest: ysm/oJ9Iex03wzunsnq0Mdbvsb0PHwaJpiqvIq+o+Dc=
+
+Name: res/drawable-anydpi-v21/ic_search_white_24dp.xml
+SHA-256-Digest: NsMU0v9wjC5Nd+WBgrBwFWw/i5pRVTa2Jlp5zbfhAoU=
+
+Name: res/drawable-anydpi-v21/ic_send_flipped_shortcut_24dp.xml
+SHA-256-Digest: ZbG6JC/wAsuC7/BJIE0V0w6SurPkKbnisTsZVmxr20s=
+
+Name: res/drawable-anydpi-v21/ic_send_flipped_white_24dp.xml
+SHA-256-Digest: H2RnoL5vjowMcQHtmrGUwT0D1X5Dz8PsKe5HVxEGOG0=
+
+Name: res/drawable-anydpi-v21/ic_send_shortcut_24dp.xml
+SHA-256-Digest: 9Kd/+OCtM/6tAexTbSjT8AlqWEaJmUVdhebN3cLiC28=
+
+Name: res/drawable-anydpi-v21/ic_send_white_24dp.xml
+SHA-256-Digest: ceCKsOH3LjdxStN/lcwZxpNkoqLGkXDTvs9pgBLyShA=
+
+Name: res/drawable-anydpi-v21/ic_share_white_24dp.xml
+SHA-256-Digest: jxe7JcW9n8aPT/X3w7Btv1wYlxHwLf6aPNkGJJpyMPI=
+
+Name: res/drawable-anydpi-v21/ic_warning_grey600_24dp.xml
+SHA-256-Digest: p1r1gP7HYCcwgRUHu4B+YzUV3bZ6ojLv0TIYa4X5tmw=
+
+Name: res/drawable-anydpi-v21/stat_notify_1_peers_24dp.xml
+SHA-256-Digest: mYcUo5FY0GDjxOn/SesgnN0ez7SmpV8SwcCygtHQgQ4=
+
+Name: res/drawable-anydpi-v21/stat_notify_2_peers_24dp.xml
+SHA-256-Digest: U4nHUYPBm+ho7WP3vqwIzthiazHOSS5PRWIgq4xHF5o=
+
+Name: res/drawable-anydpi-v21/stat_notify_3_peers_24dp.xml
+SHA-256-Digest: eoMDmxN9gZLy4B4IB7mlDt10m+cbuiGGhQ0Jptge9cU=
+
+Name: res/drawable-anydpi-v21/stat_notify_4_peers_24dp.xml
+SHA-256-Digest: 76PjRgAdGuPFzLR6SQwex7wZd81H5f4s3mtQnu08aXk=
+
+Name: res/drawable-anydpi-v21/stat_notify_received_24dp.xml
+SHA-256-Digest: OJnUXavTsy3WpZEST5j1L5tNIL23fQKmwNAB0eU7CYA=
+
+Name: res/drawable-hdpi-v4/appwidget_dark_bg.9.png
+SHA-256-Digest: Eqa8E4tJHdZy5Q3O2EIoEiAydOlwSffCcfFPZlaiwiQ=
+
+Name: res/drawable-hdpi-v4/appwidget_dark_bg_focused.9.png
+SHA-256-Digest: K4CODBcnTdBxoxaSfemyjXAFdgCgsRR+6SG99Z9nlVs=
+
+Name: res/drawable-hdpi-v4/appwidget_dark_bg_pressed.9.png
+SHA-256-Digest: KwUIDwlI7p3dQqMM8Td0+59S9T1GPJ93j18DKlZue78=
+
+Name: res/drawable-hdpi-v4/appwidget_inner_focused_c.9.png
+SHA-256-Digest: k8r4Cpzm49llNC4crCeCZ5oZcCP6VWsTq4z/76Kc/n8=
+
+Name: res/drawable-hdpi-v4/appwidget_inner_focused_l.9.png
+SHA-256-Digest: OGuteK+yRBpcFk5HKSq8noGHYiVTvr1AzB0kNn8OGI0=
+
+Name: res/drawable-hdpi-v4/appwidget_inner_focused_r.9.png
+SHA-256-Digest: 7MeEKVX/PmDbCLpPLIobFxxfrL1ilduD9/G1AtLZmiM=
+
+Name: res/drawable-hdpi-v4/appwidget_inner_pressed_c.9.png
+SHA-256-Digest: knFv/LuHJFM3CDgzcaGu6Me+gx49s8r7X2JEJe3usXI=
+
+Name: res/drawable-hdpi-v4/appwidget_inner_pressed_l.9.png
+SHA-256-Digest: by7OKwCbB1PzWNPeRp/9+Mw0pN9QakAv9oFabT7iUJo=
+
+Name: res/drawable-hdpi-v4/appwidget_inner_pressed_r.9.png
+SHA-256-Digest: 9vLNJFnQrzEmmNjkq93PHC9Ls3SBn43DtGoIw1keAVM=
+
+Name: res/drawable-hdpi-v4/ic_arrow_back_white_24dp.png
+SHA-256-Digest: 9AjLe40b+fjKAd24pIBpeEUTM6SsVLLuJuoJG0kBNcI=
+
+Name: res/drawable-hdpi-v4/ic_clear_grey600_24dp.png
+SHA-256-Digest: u7mYJa+IZqnwsO34aIiuEoW44IuhA4wCAQjUqDUisas=
+
+Name: res/drawable-hdpi-v4/ic_content_copy_white_24dp.png
+SHA-256-Digest: bOFKaJQO2m26HwfKAEHawxhWc+bvirpSwBbmvzhUQcU=
+
+Name: res/drawable-hdpi-v4/ic_content_paste_white_24dp.png
+SHA-256-Digest: dWnOvSaV0qK3SPyHYDlVGhC1Ib2bX80Z4k+kCQSppDY=
+
+Name: res/drawable-hdpi-v4/ic_create_white_24dp.png
+SHA-256-Digest: q3v5k75jnDhUodT22L6gV8rwaIai0S6IM9PRTovsO74=
+
+Name: res/drawable-hdpi-v4/ic_delete_white_24dp.png
+SHA-256-Digest: ag1MIlAesY/cSHX59JOfgUntA6zCl51qbtZanDLTMXA=
+
+Name: res/drawable-hdpi-v4/ic_filter_list_white_24dp.png
+SHA-256-Digest: snkK90a1Q7nj6g745/r7WowA7JICY/GOYjRV7DeDdUk=
+
+Name: res/drawable-hdpi-v4/ic_local_offer_white_24dp.png
+SHA-256-Digest: ITtEcNLx0j5T0nuoI6RaYQGgX68WS/qsKXs2UcXxNyc=
+
+Name: res/drawable-hdpi-v4/ic_more_vert_grey600_18dp.png
+SHA-256-Digest: Q2AFEdkxyPVy29UVaC2rJFqBcZ/eT+uFtt7jU682u5U=
+
+Name: res/drawable-hdpi-v4/ic_photo_camera_shortcut_24dp.png
+SHA-256-Digest: HZNx7CPs4awZXyJgXmAh/+rXAl2UjVQfZofGlZVI38c=
+
+Name: res/drawable-hdpi-v4/ic_photo_camera_white_24dp.png
+SHA-256-Digest: he6wk0RzX/AWinfFFPHCElEO/trSmVE6nSy/f9+bwzM=
+
+Name: res/drawable-hdpi-v4/ic_qrcode_white_24dp.png
+SHA-256-Digest: lO+t97a/IPeMK52Y8dXWY4KWzd4PREZ3pndj3ZNjAps=
+
+Name: res/drawable-hdpi-v4/ic_refresh_white_24dp.png
+SHA-256-Digest: Zq6OpRebtOYQGdpJdLsghiPdbkwvbOXttWGnBfyCaS0=
+
+Name: res/drawable-hdpi-v4/ic_search_white_24dp.png
+SHA-256-Digest: sdWUufhomhpcRRwg6oFToNiRI4EkFNpay3olemRZCwg=
+
+Name: res/drawable-hdpi-v4/ic_send_flipped_shortcut_24dp.png
+SHA-256-Digest: cvAEd3AlmEVJfxuBj1xH4OAPpxCXQR1jWaF6pbskx1w=
+
+Name: res/drawable-hdpi-v4/ic_send_flipped_white_24dp.png
+SHA-256-Digest: supZfOmN9qasDqXkZ8lTgIsv/UQGcST9m0gweoNvK4k=
+
+Name: res/drawable-hdpi-v4/ic_send_shortcut_24dp.png
+SHA-256-Digest: 5CzME4m3SlOFGzVMw7ZNX6s8pbsIDt602NVsFQ8PZFI=
+
+Name: res/drawable-hdpi-v4/ic_send_white_24dp.png
+SHA-256-Digest: P8XXPvrV6LyxNSwgoPE+TU4hkG2UROKpePp1QALmfNs=
+
+Name: res/drawable-hdpi-v4/ic_share_white_24dp.png
+SHA-256-Digest: TtHfgDovmIi21WsMqMwzZqROQJ7AZFJp1WASFQ9oZkg=
+
+Name: res/drawable-hdpi-v4/ic_warning_grey600_24dp.png
+SHA-256-Digest: obYviQtTAJfCFYaKUFpKD13GVrml+6lOi8zCT/jK+nw=
+
+Name: res/drawable-hdpi-v4/notification_bg_low_normal.9.png
+SHA-256-Digest: IfC1UoC+ELGHzv+O3vSlpwR2g+bp/PR95BCqODn0EJQ=
+
+Name: res/drawable-hdpi-v4/notification_bg_low_pressed.9.png
+SHA-256-Digest: Qq7gsDiD6U315UM0ijl9EwLBuCIYlYcag7gYmfWpZHs=
+
+Name: res/drawable-hdpi-v4/notification_bg_normal.9.png
+SHA-256-Digest: DGMox7JCBXCn7DizvrO6yaKdiVrBq3I5MVq6cmZBhZM=
+
+Name: res/drawable-hdpi-v4/notification_bg_normal_pressed.9.png
+SHA-256-Digest: GLMo2AF+Z31arT29ZrrjVrXKyXjG8GcJOOpkjlHQ62Y=
+
+Name: res/drawable-hdpi-v4/notify_panel_notification_icon_bg.png
+SHA-256-Digest: o9a6YXYeOVfvFBEKT7JvotAlVgWs9JbnEzCT4BOSoGk=
+
+Name: res/drawable-hdpi-v4/stat_notify_1_peers_24dp.png
+SHA-256-Digest: RjPUFbr9S4oCFeY0C8ZoNBRtPKY3JFQy2Ub7drjWgy4=
+
+Name: res/drawable-hdpi-v4/stat_notify_2_peers_24dp.png
+SHA-256-Digest: gTbpSTBrOk1nk+ghieIQwUw4zLCQzuheuiBuDdIJ6CM=
+
+Name: res/drawable-hdpi-v4/stat_notify_3_peers_24dp.png
+SHA-256-Digest: DkgCPtIAdq6uHqZmCEiA4ExO/LbhbhGO2916gd01r2s=
+
+Name: res/drawable-hdpi-v4/stat_notify_4_peers_24dp.png
+SHA-256-Digest: ztkSBBpzcj0Gc0K4h2qMCja3Z4joFC3b32qk4vPLeLk=
+
+Name: res/drawable-hdpi-v4/stat_notify_received_24dp.png
+SHA-256-Digest: 3wJmShI6AS1KdQYEbHVufrKcCjHJhqHiTF+g9zo+PU0=
+
+Name: res/drawable-hdpi-v4/toast_frame.9.png
+SHA-256-Digest: 10r7+adXcrIb66xjtge6eRmsILeYbQvG9LfjkOBW7Mo=
+
+Name: res/drawable-mdpi-v4/notification_bg_low_normal.9.png
+SHA-256-Digest: L3+9oLpuU+mkfi/A4k4yxEfGE6WAjC1ihdxlHoOgetc=
+
+Name: res/drawable-mdpi-v4/notification_bg_low_pressed.9.png
+SHA-256-Digest: 4Xdh7SgO3ZPXFBvVBLcPnp4VqGUiiNnmMzv0zpZO+EQ=
+
+Name: res/drawable-mdpi-v4/notification_bg_normal.9.png
+SHA-256-Digest: qGdqF5OsgxD/sSmGIy32bfCS0pwkKu7cK3NVbAENONw=
+
+Name: res/drawable-mdpi-v4/notification_bg_normal_pressed.9.png
+SHA-256-Digest: mcFNaFW4viltWAF9N1G43IScR7bR2Aq2FP+QdQgORhs=
+
+Name: res/drawable-mdpi-v4/notify_panel_notification_icon_bg.png
+SHA-256-Digest: LihpMwDIzV291Jy8cZcEVOnr0qo6pi7ZepfcH2iUhDw=
+
+Name: res/drawable-v21/notification_action_background.xml
+SHA-256-Digest: 6ccIxmLIQCZcx/YTUVlCJgBirJ1ouRCbWs2wgbCR/2s=
+
+Name: res/drawable-v23/background_splash.xml
+SHA-256-Digest: e3vh11CtAGoTDsdX+cts3QVJuNdXEcctahMgw9ZfHxY=
+
+Name: res/drawable-xhdpi-v4/appwidget_dark_bg.9.png
+SHA-256-Digest: /A+6n6flq9a7Zgp3UzLpZekpETDozaPGUk8/yQv+ohk=
+
+Name: res/drawable-xhdpi-v4/appwidget_dark_bg_focused.9.png
+SHA-256-Digest: wC/NC8YaSkFPjCe0ZgEILTnEp/x2arF557urmZhjBbQ=
+
+Name: res/drawable-xhdpi-v4/appwidget_dark_bg_pressed.9.png
+SHA-256-Digest: coMguehirv/VaoYfNBeYuhTsk7LxsOhX2F/Qok9QAcM=
+
+Name: res/drawable-xhdpi-v4/appwidget_inner_focused_c.9.png
+SHA-256-Digest: CK2PS8qSGxFefG+BABzIzA6v4drYKtKjvpeuK2JYEHY=
+
+Name: res/drawable-xhdpi-v4/appwidget_inner_focused_l.9.png
+SHA-256-Digest: sEgkbeUvb4U7fi2qeu2Bok34XRyiqHerRseY3pmYNz0=
+
+Name: res/drawable-xhdpi-v4/appwidget_inner_focused_r.9.png
+SHA-256-Digest: D1pteBlSbnQXZ1vZYQ6IzFF9sMbOujoOdANAGFcUmdo=
+
+Name: res/drawable-xhdpi-v4/appwidget_inner_pressed_c.9.png
+SHA-256-Digest: JqfPkHVHSRtI+WiKRIRdSOMq1vpCX6SrmnZV4SDul5s=
+
+Name: res/drawable-xhdpi-v4/appwidget_inner_pressed_l.9.png
+SHA-256-Digest: L2qybdaiRkRs2/5vUVBhsNmsvZ+1PPM56ELg97nHvgc=
+
+Name: res/drawable-xhdpi-v4/appwidget_inner_pressed_r.9.png
+SHA-256-Digest: 40dTeuiNqlrtN7X7freOQ+tqghx19lafqxjW76YgI2k=
+
+Name: res/drawable-xhdpi-v4/currency_symbol_btc.png
+SHA-256-Digest: ZMNev+TrHDiIeeq6gRISOi97kvygqAcsrfPcQGY1L/M=
+
+Name: res/drawable-xhdpi-v4/currency_symbol_mbtc.png
+SHA-256-Digest: XnM3vxgclNB1DKYfyuzUOEIZn68pl7BoL4vpaiTfyXk=
+
+Name: res/drawable-xhdpi-v4/currency_symbol_ubtc.png
+SHA-256-Digest: mNpPrOL3lr/m2o/R2Q5Y/jL4Xpd1ZSn+u3NbvAawH2w=
+
+Name: res/drawable-xhdpi-v4/ic_arrow_back_white_24dp.png
+SHA-256-Digest: buQLs9GsV/+RPibeEhWL2Z8HCWfBgDTfRkBrwX1Y+Tw=
+
+Name: res/drawable-xhdpi-v4/ic_clear_grey600_24dp.png
+SHA-256-Digest: Auvd/hXsVBtFjWfT5Aeaa/DDqrSMJfe7qJ8gFzM1opY=
+
+Name: res/drawable-xhdpi-v4/ic_content_copy_white_24dp.png
+SHA-256-Digest: q0JB26y0BWT9vheuDpAoJugpXX6nKbGaxRVHMrqSaSo=
+
+Name: res/drawable-xhdpi-v4/ic_content_paste_white_24dp.png
+SHA-256-Digest: S37PZpPueHC70uABybwfH9PJ2Far+n+0PO9WmtHYkRQ=
+
+Name: res/drawable-xhdpi-v4/ic_create_white_24dp.png
+SHA-256-Digest: VXHMtUBz4Wx/RuhRtzciL/xCXrzaiCf98EPAHPYehjU=
+
+Name: res/drawable-xhdpi-v4/ic_delete_white_24dp.png
+SHA-256-Digest: 5GZvr+x16FulRHG613UuUpTFgLm1z60Tk4eopUE37s8=
+
+Name: res/drawable-xhdpi-v4/ic_filter_list_white_24dp.png
+SHA-256-Digest: bA2fJaM7JULW2nM3Qyc0Pn9PW0mcTYala2w8WnqRfLM=
+
+Name: res/drawable-xhdpi-v4/ic_local_offer_white_24dp.png
+SHA-256-Digest: SNQO4ckTo1RCBef8FxFsaMvJObpHRB6uNqwfqRdpXok=
+
+Name: res/drawable-xhdpi-v4/ic_more_vert_grey600_18dp.png
+SHA-256-Digest: sbWE6PG4uJlb9nMrBmr2JrxEzleEqP/klrJdrH9rw4I=
+
+Name: res/drawable-xhdpi-v4/ic_photo_camera_shortcut_24dp.png
+SHA-256-Digest: 5XL0CF609OJIoMeseVBD59Br08cT/maQXoESmjg8QfE=
+
+Name: res/drawable-xhdpi-v4/ic_photo_camera_white_24dp.png
+SHA-256-Digest: AavyB0P3EzNdStfsJVcI6wzmq6JTJoNhqrC3ORVffek=
+
+Name: res/drawable-xhdpi-v4/ic_qrcode_white_24dp.png
+SHA-256-Digest: QwYGXhV8WuHxrCDtWQbBbziQZ/jUm86odv1+XPdePXs=
+
+Name: res/drawable-xhdpi-v4/ic_refresh_white_24dp.png
+SHA-256-Digest: LK5RNvFmwwduxx55gEZndJypYVhIJ43bCZQLWzD6sJI=
+
+Name: res/drawable-xhdpi-v4/ic_search_white_24dp.png
+SHA-256-Digest: gDdDUNkrBzGC/2a4YLfJsrh9vEoO/mMKvxZulHpWwkM=
+
+Name: res/drawable-xhdpi-v4/ic_send_flipped_shortcut_24dp.png
+SHA-256-Digest: k5MWsNoWjTdMpq7rh4XPrWAJ/B7mHY+9L5RvxXEEH2M=
+
+Name: res/drawable-xhdpi-v4/ic_send_flipped_white_24dp.png
+SHA-256-Digest: 9rlrXVy0M6FRVeJcb44FUf+oBczQ+jQWPp0KPzx6JGU=
+
+Name: res/drawable-xhdpi-v4/ic_send_shortcut_24dp.png
+SHA-256-Digest: ao6CND1IKMzHjqRdRb5UONf1i1iZgaZyd82LdqGd3Co=
+
+Name: res/drawable-xhdpi-v4/ic_send_white_24dp.png
+SHA-256-Digest: vZshT7XIVlerBKjw0ICMrOMry6sNJ25DMsOk9bdlfyE=
+
+Name: res/drawable-xhdpi-v4/ic_share_white_24dp.png
+SHA-256-Digest: 7MzgR2DOY4/WR1rgAfJ9KFXAZBfbFSritXtk/1whLdA=
+
+Name: res/drawable-xhdpi-v4/ic_warning_grey600_24dp.png
+SHA-256-Digest: R3630QQLBTbKoTaRE2ikPeAEeXD+W/6qM+w3z2XieTw=
+
+Name: res/drawable-xhdpi-v4/notification_bg_low_normal.9.png
+SHA-256-Digest: PgmvohxFNywDVZjAF8j7QFptZ45suE3IV1gcs7QOSC0=
+
+Name: res/drawable-xhdpi-v4/notification_bg_low_pressed.9.png
+SHA-256-Digest: IDQyIvn3ndVlw6IkhJTUUucIIKwcQ3Fzw4ut1F+WKv0=
+
+Name: res/drawable-xhdpi-v4/notification_bg_normal.9.png
+SHA-256-Digest: VZv3g9dlwCM46XlSvcnGaJx/+ZCQuMmBM2kRjaiwgPA=
+
+Name: res/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png
+SHA-256-Digest: 0nr0NRAcpMvsDIQL0waHkYzTnrg6qxSHQghVYjpFmYs=
+
+Name: res/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png
+SHA-256-Digest: ZZim4HvYh2kJ64huu3VSm7kfqGd+DlcYrDjrKWKDPaM=
+
+Name: res/drawable-xhdpi-v4/stat_notify_1_peers_24dp.png
+SHA-256-Digest: FAr+0grNW5QI0qS9nKsRUV98eVzdLxrnErmTcHEAS0Q=
+
+Name: res/drawable-xhdpi-v4/stat_notify_2_peers_24dp.png
+SHA-256-Digest: vTXjWNv5YGw77cNSvptP3gINDop2QPLWLq+sf2CGgu8=
+
+Name: res/drawable-xhdpi-v4/stat_notify_3_peers_24dp.png
+SHA-256-Digest: e2K5mLUbpZ7cdSL6tdw3gxACkeRG3FiBpQgptVMJLg8=
+
+Name: res/drawable-xhdpi-v4/stat_notify_4_peers_24dp.png
+SHA-256-Digest: QAlLgvtze9ThFaETkDC9TzWRLLaJpOkK7Ff7e8/kAYM=
+
+Name: res/drawable-xhdpi-v4/stat_notify_received_24dp.png
+SHA-256-Digest: gtCW/6mTiIiLvVhnc6F1AJu/5M85KJH4ZdWXbrZ3nKo=
+
+Name: res/drawable-xhdpi-v4/widget_preview.png
+SHA-256-Digest: UbiajlOtv2AwC4Mr/AwNUMCEJiKWgqNcM/qG8ALapW0=
+
+Name: res/drawable/action_bar_up_indicator.xml
+SHA-256-Digest: QJ87Dcp4x/xCWexYU4g2cdrHJORd1Y5u2060V56V/t8=
+
+Name: res/drawable/action_mode_background.xml
+SHA-256-Digest: LQWjajFQdLyB83/cW6Dy5hb4ApoFTpCtf7HcxT/jUWQ=
+
+Name: res/drawable/appwidget_button_center.xml
+SHA-256-Digest: kZYM9raYVVUdLis4zwXJCMN7OYpIQ8SpLBOVbTUy8oo=
+
+Name: res/drawable/appwidget_button_left.xml
+SHA-256-Digest: w7oi5W/dAUqj36+u1jJHEYoK8Mkm8yvbEJgPsIwwACg=
+
+Name: res/drawable/appwidget_button_right.xml
+SHA-256-Digest: dAZRDp/n5IcFeJHfOqklDS9tVfiQfNo7GHBkdDFTEUI=
+
+Name: res/drawable/appwidget_dark_bg_clickable.xml
+SHA-256-Digest: DK9hxdxLeWE4moBl4Di2W/vfCp1sifif+4TZWzhsrOA=
+
+Name: res/drawable/appwidget_divider.xml
+SHA-256-Digest: uOV5Sw68qioYYDmkJQelsowS+oKjV2I03T2blpAOGqg=
+
+Name: res/drawable/background_splash.xml
+SHA-256-Digest: LDPeLdSxUHETveD/LWysDfrqLCakH/xT0a+JKZi+zAQ=
+
+Name: res/drawable/divider_currency.xml
+SHA-256-Digest: 5UJQLGvepPqFypntK2LNEyXqer1dY5UfkGkB/E3BPAU=
+
+Name: res/drawable/divider_dark.xml
+SHA-256-Digest: QT1txcTxm64P6hwST3+2YE6QPdmTT4UvHY9nVaCNyYU=
+
+Name: res/drawable/divider_field.xml
+SHA-256-Digest: SpzKCnRenW2yWSKr4kEgBbM6tRcgXXRI8H8xhdBIWYA=
+
+Name: res/drawable/notification_bg.xml
+SHA-256-Digest: mCFyLAo9wRyxJYN9w5fuJj4OMyXyZMexVjTo/3h7ZxE=
+
+Name: res/drawable/notification_bg_low.xml
+SHA-256-Digest: xxtQfCG5VdW0F/r/1NYA2Yf9bAKelCmGCbQyowQ8UA0=
+
+Name: res/drawable/notification_icon_background.xml
+SHA-256-Digest: JYaj2t6qDFyArkeOoXA6jHF5ybglhQTPwVjz1Rs/+pk=
+
+Name: res/drawable/notification_tile_bg.xml
+SHA-256-Digest: BCPCL63K2V2s+gai/hz6gB69wGY4uxrHBJklWiriqmM=
+
+Name: res/drawable/shortcut_request_coins.xml
+SHA-256-Digest: RYPs8BxwkVLT/GTdHLQBJVcgA3GV37lWsNsfD4SMUPI=
+
+Name: res/drawable/shortcut_scan_qr.xml
+SHA-256-Digest: b42cspYNMuo5QZbVB2QQW2TrntiCWVX9MDiroTeXDOA=
+
+Name: res/drawable/shortcut_send_coins.xml
+SHA-256-Digest: OEM4Gf3J0aHdRH7eUouyTLuie5tjMau3v0uto4+08TI=
+
+Name: res/drawable/stat_notify_peers.xml
+SHA-256-Digest: 5KAqdU3CiJ+9TSGX3aPFsvYswJu3p2OVpjTOzk6P6q8=
+
+Name: res/drawable/transactions_list_filter_received.xml
+SHA-256-Digest: zWHjHsTM5lx4dHuMpcqtSeZ+0+6mg8qUAZhv9Eq7XXw=
+
+Name: res/drawable/transactions_list_filter_sent.xml
+SHA-256-Digest: a2Ybo5vhiQkEhUcEBi2juOUDQhH2KkmCYbCOoZ3/NN0=
+
+Name: res/layout-land-v21/request_coins_fragment.xml
+SHA-256-Digest: 0Q1j9WHbbUFROOqneV0XeTnV9I6UljjtoVK1FS2li+s=
+
+Name: res/layout-land/request_coins_fragment.xml
+SHA-256-Digest: cF/kcaJDcfR50LyQul4/xOjNxo/0ag6RoyVfrsTZT3A=
+
+Name: res/layout-v16/notification_template_custom_big.xml
+SHA-256-Digest: foAML4qyKob5ATI+oahM8P6Ng8n5QfS0ZefAkYLgRB8=
+
+Name: res/layout-v21/address_book_twopanes.xml
+SHA-256-Digest: 36rgVHNpl7NSavgMwIp7lIuxbTHpSNXjkDFCYrHp67E=
+
+Name: res/layout-v21/network_monitor_twopanes.xml
+SHA-256-Digest: 3IvwhTNO22JlCEHBGFpaMPQez/0XEfa9SPtTltdNzpk=
+
+Name: res/layout-v21/notification_action.xml
+SHA-256-Digest: GtHvBDAtEy5O1DMaWGCZPbBbrIUSovjtqJzz/Ejd1Yc=
+
+Name: res/layout-v21/notification_action_tombstone.xml
+SHA-256-Digest: PO7T4Tm7l/p3HVN24DlE0eojQs2fCBrEo1br+Lb7taE=
+
+Name: res/layout-v21/notification_template_custom_big.xml
+SHA-256-Digest: IKO+B3FJC504LPm35ZK6mZGkYrZ8+dxKSgIUJppszaE=
+
+Name: res/layout-v21/notification_template_icon_group.xml
+SHA-256-Digest: 9ywpt5kQGTNnmFF7RaHvXmxxEteueqPJbEVOCaKmgIE=
+
+Name: res/layout-v21/request_coins_form_include.xml
+SHA-256-Digest: hhfzStuAMRdx0JFJWZGPcId4u/qn6JKZEC1MHhzq6oo=
+
+Name: res/layout-v21/request_coins_fragment.xml
+SHA-256-Digest: Sr6GEy03eMvuuBsdRt3KYX5iyAK4THvBlHVM4h351eI=
+
+Name: res/layout-v21/transaction_row_card.xml
+SHA-256-Digest: GwwaaXaqC8vvc3xB2Zfe0HVBZhDKFgzBPUM2WW7fQck=
+
+Name: res/layout-v21/wallet_activity_onepane_horizontal.xml
+SHA-256-Digest: /hgPxjznZhIL8nAQImi1XpKbvdXpd3rjO5RoN/wNy3I=
+
+Name: res/layout-v21/wallet_activity_onepane_vertical.xml
+SHA-256-Digest: 7Wm21RMBPSb/2VfNnMm6V/wb81dpABwH1K4mw05I/Vc=
+
+Name: res/layout-v21/wallet_activity_twopanes.xml
+SHA-256-Digest: 1NIAbbPICC3g6ncj5H+vSlMwtQKUSMrUstMotLhcqf8=
+
+Name: res/layout-v21/wallet_address_fragment.xml
+SHA-256-Digest: bEaZOtFvtWZ6CSl3+RpBhSaSjC/oxbebVlZOHC1TFtE=
+
+Name: res/layout/address_book_onepane.xml
+SHA-256-Digest: 1Fhsjfrczv/Y35aX5nALLYPcW6TniuDYwQA4dEfT3lY=
+
+Name: res/layout/address_book_row.xml
+SHA-256-Digest: mvWsjqVCeY0Fxqd0NBKPtywP9PZSnsmLECmfLKlCImk=
+
+Name: res/layout/address_book_twopanes.xml
+SHA-256-Digest: tnUqUNloiDqrOvG6ok9r9An4bodH9kxIlOXuVN+Eay8=
+
+Name: res/layout/backup_wallet_dialog.xml
+SHA-256-Digest: jWSwEJW/YyF1HVnWWebBnP5reZxu4SV9d+aKf9nzcUI=
+
+Name: res/layout/bitmap_dialog.xml
+SHA-256-Digest: fKqIVRwQDVQguTocTUVGnbkvSGNivR4mKw7ha3s+91E=
+
+Name: res/layout/block_explorer_content.xml
+SHA-256-Digest: OFfvLNWKVVoBslUP/n5DZmDVRsekN8l8OvWWGyJWdpk=
+
+Name: res/layout/block_list_fragment.xml
+SHA-256-Digest: SvUcQ0Fxws5YmES6++GELmqae8N/Bws6vt6PLu5BXRo=
+
+Name: res/layout/block_row.xml
+SHA-256-Digest: ZWTZZb7qKzonB0PChkMkPO3U8vxveMo6a+NtAkjfnOM=
+
+Name: res/layout/block_row_transaction.xml
+SHA-256-Digest: G5q2xIkasaxFAJmW8J4lUDCOXY4VO2B/sD/xUH9vooI=
+
+Name: res/layout/dialog_title.xml
+SHA-256-Digest: RWgiPCcnmAQM/G6imstFK2tsyb8I7oose15zNKAzQaU=
+
+Name: res/layout/edit_address_book_entry_dialog.xml
+SHA-256-Digest: u/3ZvnLXspY1eQ7cAaNhpgXMS1UdK0cuxIe3V7/J7SE=
+
+Name: res/layout/encrypt_keys_dialog.xml
+SHA-256-Digest: w5f3Njjl6kqvaeLE3UiP3yKrtzl0dU3kFIbVtWxgWtY=
+
+Name: res/layout/exchange_rate_row.xml
+SHA-256-Digest: VRM19AzRJ/V7DiU5u1r63InlvZpKxWDIDp9pB6HHUzU=
+
+Name: res/layout/exchange_rates_content.xml
+SHA-256-Digest: JOd5Xeip8Y4gPvR/8Lnj4w+yvPooSvcEDiGpWXdQfyQ=
+
+Name: res/layout/exchange_rates_fragment.xml
+SHA-256-Digest: susOgyMyPTFKdmlyjZWvNLtyOY3suWtHkgZEWKOXbTU=
+
+Name: res/layout/extended_public_key_dialog.xml
+SHA-256-Digest: IYlB8w4cylqoVMo+tJ3OgwuCHwBRp0wckz9SL4O3jWg=
+
+Name: res/layout/fancy_list_content.xml
+SHA-256-Digest: tc+/NXo/LpqZk9FCH9h0BgGJz0yhv19nhOVswT5rU0E=
+
+Name: res/layout/maintenance_dialog.xml
+SHA-256-Digest: UjeQH9dhmyUomxmqnzVnr8rPTmZ0mU8Vsaq3Z22C8t0=
+
+Name: res/layout/network_monitor_onepane.xml
+SHA-256-Digest: pywsJU4HWyN54511sj4k6UwmFMDvHLk1uBw2HQt9Qjs=
+
+Name: res/layout/network_monitor_twopanes.xml
+SHA-256-Digest: /MyNp055CKC8BNIK3U7THqzkXWCF6B2T9APap5Jrnk8=
+
+Name: res/layout/notification_action.xml
+SHA-256-Digest: Aj7ufR6iWloMu4TYry7a8wBjhTf22CSGFXLVVzaX2zA=
+
+Name: res/layout/notification_action_tombstone.xml
+SHA-256-Digest: 5QvL5am/M2bZ1qdhLNLHoh+AopTN1IJWOgoZVXEGd+I=
+
+Name: res/layout/notification_template_icon_group.xml
+SHA-256-Digest: +Npd+/R/iydv0wk39YMNlL3n3ZEWVWmIBo8HXyOS+S8=
+
+Name: res/layout/notification_template_part_chronometer.xml
+SHA-256-Digest: kCPHOCYff/ELvheJkKi4aQsZH6qm+HEWMlf8nMCAYlE=
+
+Name: res/layout/notification_template_part_time.xml
+SHA-256-Digest: Fe3SqaKOH5Hq7bUVZNGdkqa159RsmLOJjFgnBzOXPTg=
+
+Name: res/layout/peer_list_fragment.xml
+SHA-256-Digest: LPbAaiZd2B2kCrGzqFU6A+lG2wBiZopu1WO9mSelMiE=
+
+Name: res/layout/peer_list_row.xml
+SHA-256-Digest: UAtev+ldUdGU9cL/mfxdlcLVJ1UQh00sBhBff0AUXow=
+
+Name: res/layout/peer_monitor_content.xml
+SHA-256-Digest: Jt/8RguvB9OEl5R3tP+qN7gYJN95/atPzkmeEpbYUlE=
+
+Name: res/layout/raise_fee_dialog.xml
+SHA-256-Digest: soDTnjpF1r9gE/YneYAbm0HmLd/s7kwPIjn+Oho6tzM=
+
+Name: res/layout/report_issue_dialog.xml
+SHA-256-Digest: Nk45suo/BJvm9Oc+DVt9NzPCCEuFebQ/yugiOGj4iCY=
+
+Name: res/layout/request_coins_content.xml
+SHA-256-Digest: xmPMepCeVi5OFg4GePpqo1hlLyD98OI0IHixu7137Cg=
+
+Name: res/layout/request_coins_form_include.xml
+SHA-256-Digest: GQoVHuVGij5d7Jrcqs55TPO5uviZKiz2kx7QrSoLDsE=
+
+Name: res/layout/request_coins_fragment.xml
+SHA-256-Digest: pf6jAZqe6TreP4Dy1giwrR9eVcAj4QGYGg8dsFaawHI=
+
+Name: res/layout/restore_wallet_dialog.xml
+SHA-256-Digest: NsRXTlQG7m2EWWu902VgI9ZFp8qN9kreTCF+spZ4gkU=
+
+Name: res/layout/restore_wallet_file_row.xml
+SHA-256-Digest: P0PNRuQgdZeU2mAAmduAlsZY129+Qxgf0p7wTAdrps0=
+
+Name: res/layout/restore_wallet_from_external_dialog.xml
+SHA-256-Digest: 8ouE/m0LmBS8jVEWHgZCXdzHHyqgLEQCUaa7mBB8Kfo=
+
+Name: res/layout/row_separator.xml
+SHA-256-Digest: enfJvqseGE45cPFDZ9hMAgf3DRhQV08+Cfihum4N0ZQ=
+
+Name: res/layout/scan_activity.xml
+SHA-256-Digest: Yv3B8poWCx2hEOq/SshakALVJNFBL8HYB6TcADxINdk=
+
+Name: res/layout/send_coins_buttons_include.xml
+SHA-256-Digest: Ti+JudC9l8Bww8CJoNqnT56Fpci74DsbeNW7hKgCv/k=
+
+Name: res/layout/send_coins_content.xml
+SHA-256-Digest: sEELKgUACT6pJwYZ5+qSCFVfaQ36YO2YeeAq9axtkRI=
+
+Name: res/layout/send_coins_fragment.xml
+SHA-256-Digest: VzneuU9LxiqKCeR9wOin4LfiytxrA46lUPEVLG6Qlgc=
+
+Name: res/layout/spinner_item.xml
+SHA-256-Digest: sb/zGZ74Ixwy/7N+X4uWgDON60t8Tw9L6+XkfldcM/w=
+
+Name: res/layout/sweep_wallet_content.xml
+SHA-256-Digest: g6b7hZpkP/pVk89xxa1pjefPY+gbrvKcx6C9qkLUV8c=
+
+Name: res/layout/sweep_wallet_fragment.xml
+SHA-256-Digest: MPDQ/bNOIPmPU0qyvhMUetGyqoswa4PM0O8xVharfEI=
+
+Name: res/layout/transaction_row.xml
+SHA-256-Digest: LSgNwx+KoQdTBftLUKu4emS4M8G/QW0Gdetou/qcveg=
+
+Name: res/layout/transaction_row_card.xml
+SHA-256-Digest: 1mMLge5yCCqSP1F9m9+B2msaRPsyvFoqbC1qE3MEkco=
+
+Name: res/layout/transaction_row_warning.xml
+SHA-256-Digest: 1mZO6bUXIgOVYY1G6s4pRm4UFUMaHcNbwWfQs0D/87I=
+
+Name: res/layout/wallet_actions_fragment.xml
+SHA-256-Digest: ksTBP/6cgKQMZRkqfn8BJ6IRd1moTt4LLDlH2IKfAt4=
+
+Name: res/layout/wallet_activity_bottom_include.xml
+SHA-256-Digest: 9fN+AzazqxIFGkok3cr6ChtsUW2hQxFaH1TY/y+8zj8=
+
+Name: res/layout/wallet_activity_onepane_horizontal.xml
+SHA-256-Digest: UGTSWFeG/fxc49Pd+EYT34nwgQQheun5Xdghz6SXDj4=
+
+Name: res/layout/wallet_activity_onepane_vertical.xml
+SHA-256-Digest: 0PVlSGAFAr819vrv9HCFVcbi3+69wjr/c5RHt2jAhGE=
+
+Name: res/layout/wallet_activity_twopanes.xml
+SHA-256-Digest: QGRIw0ea5T+iDXwIM2q6TuolkQyHU33CiHnVR2aaPK4=
+
+Name: res/layout/wallet_address_dialog.xml
+SHA-256-Digest: ckHPDVrF9NTiYsoztIF8pUeEw9czuxZVXST6ig9AJ/c=
+
+Name: res/layout/wallet_address_fragment.xml
+SHA-256-Digest: M0t690L2KD5h7HI2CkHZkcSs4nQ1PWONRT/0blrcXMY=
+
+Name: res/layout/wallet_balance_fragment.xml
+SHA-256-Digest: QmbDgEN38gbeiHEm7pJbgVhbdInwkGofXIVAzxcX7EI=
+
+Name: res/layout/wallet_balance_widget_content.xml
+SHA-256-Digest: EfvD/v7hlRUiRl+A+E9BWxcfh7NFz9yHDFsEjSkAIDk=
+
+Name: res/layout/wallet_disclaimer_fragment.xml
+SHA-256-Digest: wUMqhAIly5nGDjaA2ROXWjheFkrxii5VTFsrX4yfGO4=
+
+Name: res/layout/wallet_transactions_fragment.xml
+SHA-256-Digest: LVpevlpJEEPn4m6Hie++VOs6Y99fVB5TexdpQmiGAn8=
+
+Name: res/menu/blocks_context.xml
+SHA-256-Digest: L2KTrS1VgS0MK+sBzoJw2Pt+vICM5ePznc51qah5GoY=
+
+Name: res/menu/exchange_rates_context.xml
+SHA-256-Digest: 4JV3nOhp3mGxKpC5ueD4hl4zbgHQT8eGjPMCs3d7n8A=
+
+Name: res/menu/exchange_rates_fragment_options.xml
+SHA-256-Digest: +6MPy04dmlOlMMrTOUK5RvGBBG3hZznki7P5CV9vDtU=
+
+Name: res/menu/request_coins_activity_options.xml
+SHA-256-Digest: f12tIF135SkT2oCVO3C/ekSnNCXAzwmQQnxzuitwkCs=
+
+Name: res/menu/request_coins_fragment_options.xml
+SHA-256-Digest: ZmM7C3W5TIt1wiMmBErbjDXkRGGHXJABZBHwjWf17LU=
+
+Name: res/menu/send_coins_activity_options.xml
+SHA-256-Digest: VhQGqmQfStHCK1WqqAenzl39HafRv2Llh3BSFZl5rbI=
+
+Name: res/menu/send_coins_fragment_options.xml
+SHA-256-Digest: /yjaitpd4M58QhKwhNrQNq4uWjZ2zEqKual1jrMjUKo=
+
+Name: res/menu/sending_addresses_context.xml
+SHA-256-Digest: +3tPNrX1ZgQ1qU00i2TtOs4NDvkZ5VOVxWEiPr2K5gc=
+
+Name: res/menu/sending_addresses_fragment_options.xml
+SHA-256-Digest: CkRRKMCsfGYXaUlsYITMGyzUgCIMcLtSr7utONljIAU=
+
+Name: res/menu/sweep_wallet_fragment_options.xml
+SHA-256-Digest: cmUlgv7a2PdcOD/9SI0XSgErXBZb+AewxLePgsrDZb8=
+
+Name: res/menu/wallet_addresses_context.xml
+SHA-256-Digest: BV4ZJTOR3W0KrCE8isnvL0xewLIObk+KocuIF1oQ0kA=
+
+Name: res/menu/wallet_addresses_fragment_options.xml
+SHA-256-Digest: ifAJ9V0JB4X/DLOfchCsNdYyfONbGC+qYIb9Cvy+Ojc=
+
+Name: res/menu/wallet_balance_fragment_options.xml
+SHA-256-Digest: yIQGSUiVEG8PDCkJlhE6Lg0tU5bhYkv+gjAJj0OWqns=
+
+Name: res/menu/wallet_options.xml
+SHA-256-Digest: F76M/EN+UDPJyJRvkaZvPHVtBKbZF1l7oRixIaH1Hvk=
+
+Name: res/menu/wallet_transactions_context.xml
+SHA-256-Digest: Ua8v/wCCHUCoCFFT7W6RSZmW2FWzgg3JcUTqRHcAuoc=
+
+Name: res/menu/wallet_transactions_fragment_options.xml
+SHA-256-Digest: CP6aB21enae6JvZE9IcChOTyH8EwCMFwjXcEWpD3f+g=
+
+Name: res/mipmap-anydpi-v26/ic_app_color_108dp.xml
+SHA-256-Digest: xWjKrXBAzYt4nG56rUolzaf+CBMQogyA2CQIB0u5Khc=
+
+Name: res/mipmap-hdpi-v4/ic_app_color_48dp.png
+SHA-256-Digest: QrvZ2k58dIJQdVDUZkMUDi2tG1j8zVhU5n6+etxHym8=
+
+Name: res/mipmap-hdpi-v4/ic_app_color_fg_108dp.png
+SHA-256-Digest: jgqMNiFxtQggMjxFNL/Ve2R7HEv1RbHhmH6/2RYqW90=
+
+Name: res/mipmap-xhdpi-v4/ic_app_color_48dp.png
+SHA-256-Digest: GEgmFsfiLBu0iLmBWE0ummTI2cIoftVX950MXwaA30s=
+
+Name: res/mipmap-xhdpi-v4/ic_app_color_fg_108dp.png
+SHA-256-Digest: 7TiREi0je01J/fxJRMdTTsD5hD8aOk7onT6bdOputL4=
+
+Name: res/mipmap-xxhdpi-v4/ic_app_color_48dp.png
+SHA-256-Digest: svk9HQyPW7brq6TgiWiL/zatUC8F+viVpraQtpBulRM=
+
+Name: res/mipmap-xxhdpi-v4/ic_app_color_fg_108dp.png
+SHA-256-Digest: 7uZ08r+s1OMVC4biUrEFkPHue1LCFQx/+DZlHHd56A8=
+
+Name: res/mipmap-xxxhdpi-v4/ic_app_color_48dp.png
+SHA-256-Digest: +svLioqBeO7sEko7VkA+F1fIu7V2rmEaiTMvhBNwYIY=
+
+Name: res/mipmap-xxxhdpi-v4/ic_app_color_fg_108dp.png
+SHA-256-Digest: 31XW61zH3dPPOMqsncBCxnfaj7SC22C0ecSfO5qt8Ns=
+
+Name: res/raw/coins_received.wav
+SHA-256-Digest: kmSU39Wlfqgd94agtYSSnvKsv6SBJqdeFo6XRto6ahQ=
+
+Name: res/raw/send_coins_broadcast_1.wav
+SHA-256-Digest: sowQhnU0rrsp8dugoBRGQCP4N4l+o3Joen1RsSEGUp0=
+
+Name: res/raw/send_coins_broadcast_2.wav
+SHA-256-Digest: RtawuXx4YlpsCzCngKjNjl8r0ZSk6hZhhKjPQ14SH5Y=
+
+Name: res/raw/send_coins_broadcast_3.wav
+SHA-256-Digest: X8nNp5VCSGRvpFRBwM0b2fb68QNldZjajTSjAF2iQFs=
+
+Name: res/raw/send_coins_broadcast_4.wav
+SHA-256-Digest: +7oQHCX6HXS58L5iJ21v18gtu1/2+7an7dNcdKLHlrM=
+
+Name: res/xml-v22/shortcuts.xml
+SHA-256-Digest: GXZzK8etm3OFmjp31NutZOwMo3stDhiY5CzRIWuMR7U=
+
+Name: res/xml/file_provider.xml
+SHA-256-Digest: qo5Zqublq6Py0M7wJuq8/BeeaGJHCb4tRKvIEZH2LeA=
+
+Name: res/xml/preference_about.xml
+SHA-256-Digest: 4cCqo5yrL1EpntOFUBZamMwQ7WHXFVWNMyf3Pk+r16I=
+
+Name: res/xml/preference_diagnostics.xml
+SHA-256-Digest: IiAVviNY/liUWhgikYR6Xw1xXPiod2Z9J3pdJpSW1Yk=
+
+Name: res/xml/preference_headers.xml
+SHA-256-Digest: Z88eVEgoeFLA7TMilDQGMa4O56UcH+R1r0OBdnkOsYk=
+
+Name: res/xml/preference_settings.xml
+SHA-256-Digest: AxdCMmfGDdIwrcUHAcuTINUVrE0dnDsZyPKC2bIfDUU=
+
+Name: res/xml/shortcuts.xml
+SHA-256-Digest: t5rUwwine5weNe/fVbYWExegXLtNSkhUsUxuSnqu1aY=
+
+Name: res/xml/wallet_balance_widget.xml
+SHA-256-Digest: heqa868xHb8mddnpMhIxp5TiJVKOs4OSn92Nj9VIcQ0=
+
+Name: resources.arsc
+SHA-256-Digest: w9jNzfrMZZ4QNVA2HusObtl9WwC1RdS6+hNBTDVN/2Y=
+
diff --git a/metadata/de.schildbach.wallet_test.txt b/metadata/de.schildbach.wallet_test.txt
index 5f7fa74aab..d060145caf 100644
--- a/metadata/de.schildbach.wallet_test.txt
+++ b/metadata/de.schildbach.wallet_test.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://wallet.schildbach.de
Source Code:https://github.com/bitcoin-wallet/bitcoin-wallet
Issue Tracker:https://github.com/bitcoin-wallet/bitcoin-wallet/issues
@@ -912,7 +912,52 @@ 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
+
+Build:6.23,363
+ commit=v6.23
+ subdir=wallet
+ gradle=yes
+ prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "3.4.1" }' >> ../build.gradle
+ scanignore=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
+
+Build:6.26,366
+ commit=v6.26
+ subdir=wallet
+ gradle=yes
+ prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "3.4.1" }' >> ../build.gradle
+ scandelete=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
+ ndk=r17b
+
+Build:6.29,369
+ commit=v6.29
+ subdir=wallet
+ gradle=yes
+ prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "3.4.1" }' >> ../build.gradle
+ scandelete=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
+ ndk=r17b
+
+Build:6.30,370
+ commit=v6.30
+ subdir=wallet
+ gradle=yes
+ prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "3.4.1" }' >> ../build.gradle
+ scandelete=wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
+ ndk=r17b
+
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:6.16
-Current Version Code:356
+Current Version:6.30
+Current Version Code:370
diff --git a/metadata/de.schildbach.wallet_test/signatures/370/BITCOIN-.RSA b/metadata/de.schildbach.wallet_test/signatures/370/BITCOIN-.RSA
new file mode 100644
index 0000000000..6ecd26920f
Binary files /dev/null and b/metadata/de.schildbach.wallet_test/signatures/370/BITCOIN-.RSA differ
diff --git a/metadata/de.schildbach.wallet_test/signatures/370/BITCOIN-.SF b/metadata/de.schildbach.wallet_test/signatures/370/BITCOIN-.SF
new file mode 100644
index 0000000000..ca3fc27bc6
--- /dev/null
+++ b/metadata/de.schildbach.wallet_test/signatures/370/BITCOIN-.SF
@@ -0,0 +1,811 @@
+Signature-Version: 1.0
+Created-By: 1.0 (Android)
+SHA-256-Digest-Manifest: ZcC0EKoQjfmAqKwCQ7z+OOkIpReOoCJkV7Pwama/Hno=
+
+Name: AndroidManifest.xml
+SHA-256-Digest: JmNzMszcmqXEYNNvLp95onUxb+Vx8GMfiAO8Nb6LBe8=
+
+Name: META-INF/proguard/okhttp3.pro
+SHA-256-Digest: /kVvJXfJ8Trq0OPBSYmUJNA/RTgmpbqGYne9n7RUd0w=
+
+Name: assets/bip39-wordlist.txt
+SHA-256-Digest: 21yvKd2pReUBOlaGlarZasdCHAJTOcInF87CqhNTa9k=
+
+Name: assets/checkpoints-testnet.txt
+SHA-256-Digest: +g4wzgDZDQ4CPLRfpstuSUWmkXjVsCRrD3u5hsm1xBs=
+
+Name: assets/checkpoints.txt
+SHA-256-Digest: Ce1Qwzl31jbFFC20b2cdfnw35n98oDCTNoJJ/CQHPR0=
+
+Name: assets/electrum-servers.txt
+SHA-256-Digest: kn+jA7vX2EYORhI0vnjLOKuwBqT2hIcPuqIcePo+sME=
+
+Name: assets/fees-testnet.txt
+SHA-256-Digest: jPb3uTDsVs/q5lpJQcnkbhAgKcAptSLkOQTvAmYGh0M=
+
+Name: assets/fees.txt
+SHA-256-Digest: jinC2moyHNgu7BhUOs8uye1wEsbpW95AMllNiHtT5qw=
+
+Name: classes.dex
+SHA-256-Digest: gh9QFxKx45Vecl7KDUitt49HOm2tdJgC/rL6PTfyf0o=
+
+Name: lib/armeabi-v7a/libscrypt.so
+SHA-256-Digest: aIth6ZeufqTmKVOz2dw0BxxKZJ/zaGH5rSASCGwLzsI=
+
+Name: lib/x86/libscrypt.so
+SHA-256-Digest: 2peZ4kk9CaVpmsidF4/SPtCA9p7kNQXwMTDIWAHWkVk=
+
+Name: res/anim/slide_in_bottom.xml
+SHA-256-Digest: wl0AIgXh6BqAH1XF0Ucs7jJlarjQI7EUTMyZelGudoQ=
+
+Name: res/anim/slide_in_left.xml
+SHA-256-Digest: Udn9V7+gozkhLk6oJgq3ds2u9GNYKmoNxLvHqwW3NGc=
+
+Name: res/anim/slide_in_right.xml
+SHA-256-Digest: ZCjG/HczIfmN8NVRb9ouxhiIrcy1LHkhe/6bekeMIOE=
+
+Name: res/anim/slide_in_top.xml
+SHA-256-Digest: zw9cmSjCSFsqVa3hz3FPLivAN2nmRnn7Qi2s48nysas=
+
+Name: res/anim/transaction_layout_anim.xml
+SHA-256-Digest: VuzQGV+BVMOdBeDI1rJB+QUcGLSu4GuFSrph960diAY=
+
+Name: res/animator/fade_in_drawable.xml
+SHA-256-Digest: GGViBshnxkrxVT9wanRjMTKgLj3JaxFUETg9j3UAdzc=
+
+Name: res/animator/fade_in_view.xml
+SHA-256-Digest: n0HS4HVUaG2MgkFIlBXbENDPQV8+/cuEGJ7/XZ9BuPw=
+
+Name: res/animator/fade_out_drawable.xml
+SHA-256-Digest: l9yd5OVGTcaamPGGtN+112KhcPT604E+1YkTzx0Jcbc=
+
+Name: res/color/fg_network.xml
+SHA-256-Digest: M6SlkXbhKIfp52wAiHd3cAHB7FYEt0VVKNQV/FLSr8Q=
+
+Name: res/drawable-anydpi-v21/ic_arrow_back_white_24dp.xml
+SHA-256-Digest: FaBlqePInkZzS2oU4omG6CF+pmRi4J6U0yBah7PmOHA=
+
+Name: res/drawable-anydpi-v21/ic_clear_grey600_24dp.xml
+SHA-256-Digest: lzuadE0aDJa/tkO+G2TtHr1aR448bAw0L4ooY0vszCA=
+
+Name: res/drawable-anydpi-v21/ic_content_copy_white_24dp.xml
+SHA-256-Digest: 18Cd/Mdc+Kd3eWBive5dTpU+8z7eRW01EDjRC4E5ZAI=
+
+Name: res/drawable-anydpi-v21/ic_content_paste_white_24dp.xml
+SHA-256-Digest: wncHp67B3g5/+4iFGt39GL5fBVB1DszTeUvLktIM1Zs=
+
+Name: res/drawable-anydpi-v21/ic_create_white_24dp.xml
+SHA-256-Digest: VSyQ3kcqkHHeM+npUVoBmFI1xb/quyEMP7c7zj1Lq/U=
+
+Name: res/drawable-anydpi-v21/ic_delete_white_24dp.xml
+SHA-256-Digest: Yh1xsFW2M88Z9wdr4lCLB1q6OIb9yG9pdnjcIywZI9s=
+
+Name: res/drawable-anydpi-v21/ic_filter_list_white_24dp.xml
+SHA-256-Digest: 0LMxvbrCmcyonjVaODErD/Oa6ZmAXSJJKV2sBLON0wM=
+
+Name: res/drawable-anydpi-v21/ic_local_offer_white_24dp.xml
+SHA-256-Digest: wOx9z+CNNqBcqZMvQ2gRS6EmsiBastfgZmFp3gEbsLI=
+
+Name: res/drawable-anydpi-v21/ic_more_vert_grey600_18dp.xml
+SHA-256-Digest: yc8Wvu67yIamvpIJqf+A3ko7yV4OzGQ7C0cI6vYk1qc=
+
+Name: res/drawable-anydpi-v21/ic_photo_camera_shortcut_24dp.xml
+SHA-256-Digest: pRu+3smkTm5DYnOeZ/sAmGaRv9037/9MlavyPv/dDC0=
+
+Name: res/drawable-anydpi-v21/ic_photo_camera_white_24dp.xml
+SHA-256-Digest: 0EPGgARCz2WK+P2HREr5M9FIxYKWKQv6Fh36hnFAEDk=
+
+Name: res/drawable-anydpi-v21/ic_qrcode_white_24dp.xml
+SHA-256-Digest: 3USwOjtbTTLgBByzT0FF8xfKI+qqcg0rq+l8ErV98l0=
+
+Name: res/drawable-anydpi-v21/ic_refresh_white_24dp.xml
+SHA-256-Digest: znRiKFZBsUAJCs1fruLIc2SIDOAeL+FaIJpYqJJHxzc=
+
+Name: res/drawable-anydpi-v21/ic_search_white_24dp.xml
+SHA-256-Digest: pgiPp9VgdwjoGBJImC3gRbtPQVpwaemYmiJPPboabhw=
+
+Name: res/drawable-anydpi-v21/ic_send_flipped_shortcut_24dp.xml
+SHA-256-Digest: 5Fae4/7p1YKl9KrywqaWpgw81NKmgTPhn0t374Rnf5g=
+
+Name: res/drawable-anydpi-v21/ic_send_flipped_white_24dp.xml
+SHA-256-Digest: n/YNjXGX6FRW+EhV7GiSR0TR+2nVzF2WDSMacW0TyXI=
+
+Name: res/drawable-anydpi-v21/ic_send_shortcut_24dp.xml
+SHA-256-Digest: s8gR5jw+locQ1UB2SKAnSL0d/54w6eDlT+Yu+1rSa5g=
+
+Name: res/drawable-anydpi-v21/ic_send_white_24dp.xml
+SHA-256-Digest: Z+xoN9qQwkJRsff6UnnTUcKfVy3n11ouwIvVN12VexY=
+
+Name: res/drawable-anydpi-v21/ic_share_white_24dp.xml
+SHA-256-Digest: Our309N2JLMg5pdDiM5tPntn7qsU8324+QhpYwzZtNY=
+
+Name: res/drawable-anydpi-v21/ic_warning_grey600_24dp.xml
+SHA-256-Digest: RtBH2cH2zKx8P/p6Z6nqYIDEfIdo1I3zrEpgXyHXVcM=
+
+Name: res/drawable-anydpi-v21/stat_notify_1_peers_24dp.xml
+SHA-256-Digest: aeWsD0UWTsePSxJriCzaD/IO4dYQKGxLmoFArTQzg64=
+
+Name: res/drawable-anydpi-v21/stat_notify_2_peers_24dp.xml
+SHA-256-Digest: 6vaqg0gCz5TbXCwj6w44y7kDQF6yhLncLUB0wiOYNrQ=
+
+Name: res/drawable-anydpi-v21/stat_notify_3_peers_24dp.xml
+SHA-256-Digest: Z7QfqJsUIPHV1cRvpLaM4bh5Q7F8VMtvXkHDRzKO9nE=
+
+Name: res/drawable-anydpi-v21/stat_notify_4_peers_24dp.xml
+SHA-256-Digest: KGEO0oKusqTaeZry0O8dqN9v8GCDqP5GGfwbUxgHfWE=
+
+Name: res/drawable-anydpi-v21/stat_notify_received_24dp.xml
+SHA-256-Digest: mZyfu/A71aZG/4sTj2VcUZOd0Rkk3EWlmco4+BHaIzw=
+
+Name: res/drawable-hdpi-v4/appwidget_dark_bg.9.png
+SHA-256-Digest: LErDK5e5uQ7KlqGNjRxLucWfCgerzWaxOBgV/vGYoUA=
+
+Name: res/drawable-hdpi-v4/appwidget_dark_bg_focused.9.png
+SHA-256-Digest: wcxNRNcQdIsUvu6ri7icxzmt1bhJbot0BEZ8P0tO0CA=
+
+Name: res/drawable-hdpi-v4/appwidget_dark_bg_pressed.9.png
+SHA-256-Digest: uibo6xT9dj3t+ODEAn/hTvwYf0UtcGqY8cWWRPpN8iI=
+
+Name: res/drawable-hdpi-v4/appwidget_inner_focused_c.9.png
+SHA-256-Digest: g8Pbe3R5wggv97cioR/q0cKaHg4NomFJOc5+XufAS8c=
+
+Name: res/drawable-hdpi-v4/appwidget_inner_focused_l.9.png
+SHA-256-Digest: BzULi0v/yuWi62XSULGZZfUrhCqlTEjGzUFsH8FRt6I=
+
+Name: res/drawable-hdpi-v4/appwidget_inner_focused_r.9.png
+SHA-256-Digest: Fs2imnvY7vKqKAFQyXP78xA8FOPQAJuKJRVMPcI4uOU=
+
+Name: res/drawable-hdpi-v4/appwidget_inner_pressed_c.9.png
+SHA-256-Digest: TOax0K36RS65C9E+FOOWsbnYQja5SQHmBSggj3pRMRw=
+
+Name: res/drawable-hdpi-v4/appwidget_inner_pressed_l.9.png
+SHA-256-Digest: T95GzTy/R5ulYxJory6SnOrMuExz++lJfCWhA9YxAO4=
+
+Name: res/drawable-hdpi-v4/appwidget_inner_pressed_r.9.png
+SHA-256-Digest: bW1P5u77ESwgrZT8G1meWK1Ul1ynGtW8MFo7bryWo54=
+
+Name: res/drawable-hdpi-v4/ic_arrow_back_white_24dp.png
+SHA-256-Digest: bHlOO/Y7whJ81sPNM+s5EkxpL8knzITaoXaVGkg//B4=
+
+Name: res/drawable-hdpi-v4/ic_clear_grey600_24dp.png
+SHA-256-Digest: OEnjYLQDkI2KNe4P3YScVqFKAwNCeLbfiFUDudIU7cU=
+
+Name: res/drawable-hdpi-v4/ic_content_copy_white_24dp.png
+SHA-256-Digest: K3IzBTuQcKzLxiLHyct3bg8r1d+kSvQ7c++1KjgLdyM=
+
+Name: res/drawable-hdpi-v4/ic_content_paste_white_24dp.png
+SHA-256-Digest: ZB8C68ho1CJyBMPYWmK2zjwJNv/HaquDs7zIErFvQIo=
+
+Name: res/drawable-hdpi-v4/ic_create_white_24dp.png
+SHA-256-Digest: Off4jueZaiZQe9oLjveTIDTXIlB+rwZENA1gdkVYssw=
+
+Name: res/drawable-hdpi-v4/ic_delete_white_24dp.png
+SHA-256-Digest: T8N3GkGv7rGGqPPazj+h0zLIzl//UJuWnscJ7UcfMOk=
+
+Name: res/drawable-hdpi-v4/ic_filter_list_white_24dp.png
+SHA-256-Digest: vWYGXe9u3UALgNJqhuaPW0pzz/6PzJ+2xoUV+It8aBw=
+
+Name: res/drawable-hdpi-v4/ic_local_offer_white_24dp.png
+SHA-256-Digest: ixVWl9sqHyTPwVFxiObBQ6IxMleSycOmEyttc2XNeNE=
+
+Name: res/drawable-hdpi-v4/ic_more_vert_grey600_18dp.png
+SHA-256-Digest: mdUAFSOje96NGfyWNGj6oJZB5X2bHoMmq4JMs3S7LaQ=
+
+Name: res/drawable-hdpi-v4/ic_photo_camera_shortcut_24dp.png
+SHA-256-Digest: 0wrvknxkgiynx6r2LQGhv+Hpt+1v1st6p0x+sB+oUGk=
+
+Name: res/drawable-hdpi-v4/ic_photo_camera_white_24dp.png
+SHA-256-Digest: TA2Jxv5+SJZxttmVxeH1K9f4czJRD971B2scYUc/omo=
+
+Name: res/drawable-hdpi-v4/ic_qrcode_white_24dp.png
+SHA-256-Digest: fddQoSSBNIjyYAjWKLP6mp/ebKdY3XgUivYya7QlJEI=
+
+Name: res/drawable-hdpi-v4/ic_refresh_white_24dp.png
+SHA-256-Digest: Wa3Q1ztsUG0iyQrBJ0vtGaYjybdpK7kpNnaq5SN11oU=
+
+Name: res/drawable-hdpi-v4/ic_search_white_24dp.png
+SHA-256-Digest: sF66QkxFn8eXzD3xdoPp44QsKNhoS1Eh1u3lP1EPtIU=
+
+Name: res/drawable-hdpi-v4/ic_send_flipped_shortcut_24dp.png
+SHA-256-Digest: MQ4TSgpM42uZGwJ0M4xdIRErPdkRTTWrO0f7mPdO250=
+
+Name: res/drawable-hdpi-v4/ic_send_flipped_white_24dp.png
+SHA-256-Digest: S5QzbRr5gsRAByd4fiAHG+r0MkfS7urhjOSRzxd+6sM=
+
+Name: res/drawable-hdpi-v4/ic_send_shortcut_24dp.png
+SHA-256-Digest: 6f62Id4/7iIl5vzxyqFYabci1wYLMHUAVVzYWjuQv98=
+
+Name: res/drawable-hdpi-v4/ic_send_white_24dp.png
+SHA-256-Digest: L0MtVX7hsyyC9naL6qcK8l7yTVVyoeNQTdWMoS6U6NU=
+
+Name: res/drawable-hdpi-v4/ic_share_white_24dp.png
+SHA-256-Digest: EH5aHLR+yE+XEdyaWkhpaz8rTWeNpJCdi+UWGTSDRCI=
+
+Name: res/drawable-hdpi-v4/ic_warning_grey600_24dp.png
+SHA-256-Digest: 7WRV8O/vzvHj4YDQKolDWWEi5wzuJ636L5B7lTDi4Bg=
+
+Name: res/drawable-hdpi-v4/notification_bg_low_normal.9.png
+SHA-256-Digest: fdgyJ61bkVHESSHzWiTHQ5LVNwIge6pbEao7ySrGIjw=
+
+Name: res/drawable-hdpi-v4/notification_bg_low_pressed.9.png
+SHA-256-Digest: 4RlHlyDIzTYG5Klg5AKe0Fi4c3z+iVWMOHgAh9ZL7Aw=
+
+Name: res/drawable-hdpi-v4/notification_bg_normal.9.png
+SHA-256-Digest: R2ot7jptNS4NITpYzXOWw8lhLeXmUvp8G9vuPhk6Z5g=
+
+Name: res/drawable-hdpi-v4/notification_bg_normal_pressed.9.png
+SHA-256-Digest: QpO86S6qjy93OQJSq/J9fVVQWcP9s8Pv2bUoICK94gI=
+
+Name: res/drawable-hdpi-v4/notify_panel_notification_icon_bg.png
+SHA-256-Digest: dCVdsT+YXNmtBPjWEkE/xXkZwqcQVT4l/D2fYj/hm2g=
+
+Name: res/drawable-hdpi-v4/stat_notify_1_peers_24dp.png
+SHA-256-Digest: sBRyhek1vnelUXSeRG4+wKM6T5HJ+DP8XBFFsa/lwSY=
+
+Name: res/drawable-hdpi-v4/stat_notify_2_peers_24dp.png
+SHA-256-Digest: WbuDqz681z+HzOxGnjNMt53CwhDRcnFPryVnbEQiHyI=
+
+Name: res/drawable-hdpi-v4/stat_notify_3_peers_24dp.png
+SHA-256-Digest: JDH9sfH2YWpWEhFWY2CwtnyowH3XdBEkbUHbCVp7u70=
+
+Name: res/drawable-hdpi-v4/stat_notify_4_peers_24dp.png
+SHA-256-Digest: dER69rGgkUO9B4LeYA5DBRwDbpOt8LR1blfTRMyBwdU=
+
+Name: res/drawable-hdpi-v4/stat_notify_received_24dp.png
+SHA-256-Digest: OOI8F50ZBS3rY2gAlVpgOTbA9V3Whr0MH9IvSHYaAyQ=
+
+Name: res/drawable-hdpi-v4/toast_frame.9.png
+SHA-256-Digest: Qc+vkp1UgVAhRCVNSAphQJOOnO6qHGdAvBlAqE/eLUc=
+
+Name: res/drawable-mdpi-v4/notification_bg_low_normal.9.png
+SHA-256-Digest: vPDmKMKiqjYmhi26bO46qs1KOttdTfXBQv3S6xgfvbk=
+
+Name: res/drawable-mdpi-v4/notification_bg_low_pressed.9.png
+SHA-256-Digest: e16Z3lBylbmIotIXO0QYkgWhWX879GWDILhD+IqQPrc=
+
+Name: res/drawable-mdpi-v4/notification_bg_normal.9.png
+SHA-256-Digest: vg/gP72vh/b3yaE+84dQHojgy5jwUZQN3hC/VrbOPYU=
+
+Name: res/drawable-mdpi-v4/notification_bg_normal_pressed.9.png
+SHA-256-Digest: E+nflwefiwR9S8AxSqqdC4YdlP6FC3dp3U7y/507B1k=
+
+Name: res/drawable-mdpi-v4/notify_panel_notification_icon_bg.png
+SHA-256-Digest: TPQeQsQVdK4X7JCVntXSQl8CH73No2PqtNupdqLRScQ=
+
+Name: res/drawable-v21/notification_action_background.xml
+SHA-256-Digest: xorj6il8scSeqrDOoW2PWV2AfBFgHKkoNZB5Ote54u8=
+
+Name: res/drawable-v23/background_splash.xml
+SHA-256-Digest: h0FkW8FbSzX2bFVHzV8LPpw5OrBQTFf7Nkd4q6hOpUY=
+
+Name: res/drawable-xhdpi-v4/appwidget_dark_bg.9.png
+SHA-256-Digest: 0HuGYF5HkU8pNJyfTZZ+y/b7/mZoFjJl7izV1/iTer8=
+
+Name: res/drawable-xhdpi-v4/appwidget_dark_bg_focused.9.png
+SHA-256-Digest: PMSeMk2u/dyh8n8bQrzl6TqptdfHW9T400I4rps5CxE=
+
+Name: res/drawable-xhdpi-v4/appwidget_dark_bg_pressed.9.png
+SHA-256-Digest: EtmKJWA1IQ41MA5yIGkck6ppO/+6oP3y0E2lQ/dHrLE=
+
+Name: res/drawable-xhdpi-v4/appwidget_inner_focused_c.9.png
+SHA-256-Digest: 1xqriF0+zrGOE8EmPGjRYIo0OiNiA55fcgEvS9Ascfg=
+
+Name: res/drawable-xhdpi-v4/appwidget_inner_focused_l.9.png
+SHA-256-Digest: FruFAB6IGdfmeSds3GzysPn+ys89KVpLRdhJsawB8Ck=
+
+Name: res/drawable-xhdpi-v4/appwidget_inner_focused_r.9.png
+SHA-256-Digest: HL1/R2MpnXOfGDeyQID5r7LV6owOIvlZ/fc8bEjAaRI=
+
+Name: res/drawable-xhdpi-v4/appwidget_inner_pressed_c.9.png
+SHA-256-Digest: +tpd4v5xvQ0Dr9ghBMkLkmB4/dVfvoW5IM+hA+Y7GhU=
+
+Name: res/drawable-xhdpi-v4/appwidget_inner_pressed_l.9.png
+SHA-256-Digest: gEdfwH0+U0Wfmeb4/kXomCNfQz8twL4ZyP642ku8YDM=
+
+Name: res/drawable-xhdpi-v4/appwidget_inner_pressed_r.9.png
+SHA-256-Digest: jaVSPYR6m+NjMKyHnQ1Dt0AHo3iVXnQrrIFRn0NdMrI=
+
+Name: res/drawable-xhdpi-v4/currency_symbol_btc.png
+SHA-256-Digest: y1AK6WigxKUNtK70ESgS1ZZ3PPMMJxdhdEeMJKukA98=
+
+Name: res/drawable-xhdpi-v4/currency_symbol_mbtc.png
+SHA-256-Digest: XmEnNKuJyjws8qHqFH+af8GaLNXCDhdnOA01QKaBVe0=
+
+Name: res/drawable-xhdpi-v4/currency_symbol_ubtc.png
+SHA-256-Digest: YqSCotT2VYORDKUgFIXEmss0mU+iZLTYqjwjaFWrEug=
+
+Name: res/drawable-xhdpi-v4/ic_arrow_back_white_24dp.png
+SHA-256-Digest: FrsVtT0nFTQ6mh7LtBZDa+phqgdXwxswTkrpm/clR28=
+
+Name: res/drawable-xhdpi-v4/ic_clear_grey600_24dp.png
+SHA-256-Digest: ammMRpbjo8eOb7WuW3r2YlYmVNLNveqcA1YcYldnDG0=
+
+Name: res/drawable-xhdpi-v4/ic_content_copy_white_24dp.png
+SHA-256-Digest: CS1Jgzz+9bkwwzNN8QJO8olna8UnhH0zCf3qLD05OEo=
+
+Name: res/drawable-xhdpi-v4/ic_content_paste_white_24dp.png
+SHA-256-Digest: sQQt+oMMkFGi+qNOBoADYVU7YWS5RvW5HCAAYcmEaUo=
+
+Name: res/drawable-xhdpi-v4/ic_create_white_24dp.png
+SHA-256-Digest: vOcpqDmQGDNOzD9zNrWzFX6QxSgZ8ufhxu5Idx01fnM=
+
+Name: res/drawable-xhdpi-v4/ic_delete_white_24dp.png
+SHA-256-Digest: fTwJgWPopnO3mwoY2cdEKYXGwiCmtOtl5ppkDF4h62E=
+
+Name: res/drawable-xhdpi-v4/ic_filter_list_white_24dp.png
+SHA-256-Digest: +kxI8aAXKpmNRA7n7gSLKYgatQ8sHQpUC1/4uH6YUY0=
+
+Name: res/drawable-xhdpi-v4/ic_local_offer_white_24dp.png
+SHA-256-Digest: UHGRCBbT5aI2k4d1s8b1ZXJ64UUkSh+kAH19MOz+GBU=
+
+Name: res/drawable-xhdpi-v4/ic_more_vert_grey600_18dp.png
+SHA-256-Digest: zo9TvhTk+/pb+IxDMsRPzqLpxoRITjFz26SLtdLz7wc=
+
+Name: res/drawable-xhdpi-v4/ic_photo_camera_shortcut_24dp.png
+SHA-256-Digest: HeCCWiDvZSN5OhyjEj0PXMKVB9/zwfeBfn7IfaQ7o8E=
+
+Name: res/drawable-xhdpi-v4/ic_photo_camera_white_24dp.png
+SHA-256-Digest: g7WKEVYtZ41VvuVOg2JtH/PQywXekqMpblRR/M5EJK0=
+
+Name: res/drawable-xhdpi-v4/ic_qrcode_white_24dp.png
+SHA-256-Digest: 77I/v0+8i15emDNv9aZDwDLPjMD/eAlwjG5mjOXDMPI=
+
+Name: res/drawable-xhdpi-v4/ic_refresh_white_24dp.png
+SHA-256-Digest: RqCiNfMjubtMMPxoXG2+Oi7YxlYT2msuJmKlHxMLU88=
+
+Name: res/drawable-xhdpi-v4/ic_search_white_24dp.png
+SHA-256-Digest: l5DY7qhaMFFAjJoA4TYLVMQUatBTZme48sP4eGl4znw=
+
+Name: res/drawable-xhdpi-v4/ic_send_flipped_shortcut_24dp.png
+SHA-256-Digest: C7XPDwHWbXHAjXq01md9niptCwmnTykRuvFosZ3QZuE=
+
+Name: res/drawable-xhdpi-v4/ic_send_flipped_white_24dp.png
+SHA-256-Digest: ehxpiZUu+XXXs5mWl3QficIYjzl5IywGePYaqRDlz6A=
+
+Name: res/drawable-xhdpi-v4/ic_send_shortcut_24dp.png
+SHA-256-Digest: 0WFRdDZ+xwNTRxzEIVVGvMvhgXrrqhQGA3y5ySl0aPE=
+
+Name: res/drawable-xhdpi-v4/ic_send_white_24dp.png
+SHA-256-Digest: sTox5BViFcNglpooK137JCAltnKKqMqmKMpnJMvhBkE=
+
+Name: res/drawable-xhdpi-v4/ic_share_white_24dp.png
+SHA-256-Digest: MO5FZTIqFwct6z6LabqYXupPN8cgPxbJCjtR5fhE7pA=
+
+Name: res/drawable-xhdpi-v4/ic_warning_grey600_24dp.png
+SHA-256-Digest: WLw5B9T2vrLFv37P2WmAuff6HwQ6fCbMKYZPnw3fJlw=
+
+Name: res/drawable-xhdpi-v4/notification_bg_low_normal.9.png
+SHA-256-Digest: uXY6G0jRm/22W3PCh/Bn1QB8m4GwiK1QCuoTeveblDQ=
+
+Name: res/drawable-xhdpi-v4/notification_bg_low_pressed.9.png
+SHA-256-Digest: f/QdP0Grwhn/DYrOcK8L48iPdr49tI6JUbIsde2OQaY=
+
+Name: res/drawable-xhdpi-v4/notification_bg_normal.9.png
+SHA-256-Digest: UcrXW2ElY1qt5dfTsuSlaRj5YzoOKQ6qQH5GeDt/B8E=
+
+Name: res/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png
+SHA-256-Digest: ukgIe6XxA8BIeBpiCpKscdVufr7N3/HFli1R1e0BBDs=
+
+Name: res/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png
+SHA-256-Digest: IwF2V2yf2ZrcE2enjXsUywKQM3CGaqSSpSW4AOnn3go=
+
+Name: res/drawable-xhdpi-v4/stat_notify_1_peers_24dp.png
+SHA-256-Digest: W59ABR6ZW6N44qgBMz3v7oH5fcm4d1UNlTzsW5tkWc8=
+
+Name: res/drawable-xhdpi-v4/stat_notify_2_peers_24dp.png
+SHA-256-Digest: KUxLykCpV/iQl9QKOqg+90gJsIvwkh/m0uEjqueRpBU=
+
+Name: res/drawable-xhdpi-v4/stat_notify_3_peers_24dp.png
+SHA-256-Digest: 4Pz/X9o++bSSL6zIRLlz3fEpTiBefPzaxtgl8HJQCro=
+
+Name: res/drawable-xhdpi-v4/stat_notify_4_peers_24dp.png
+SHA-256-Digest: 11v0cQWL4sNfePZu7gcwvw9owZHElcj46WYKfo82Zdc=
+
+Name: res/drawable-xhdpi-v4/stat_notify_received_24dp.png
+SHA-256-Digest: k1pvoQVr5LqPkQOwkc+0qU3903x93CHZs9FpmuEPk0g=
+
+Name: res/drawable-xhdpi-v4/widget_preview.png
+SHA-256-Digest: yAB4HElrcBaCmJbuwJqo0CD+x7xQtEn/eSn0oE47U60=
+
+Name: res/drawable/action_bar_up_indicator.xml
+SHA-256-Digest: BvXzlQWW9dOjU+/AQu3HClmb9uTYK1NVV77OKUuDlT4=
+
+Name: res/drawable/action_mode_background.xml
+SHA-256-Digest: gZAPqzKwldP8ehfmX9SJli1uOTb/Ps4PmGzZdmpA8Yo=
+
+Name: res/drawable/appwidget_button_center.xml
+SHA-256-Digest: 1deWBQn3TU/S/+0goimb0cWgrCX7Sfn/p55TJS0bev8=
+
+Name: res/drawable/appwidget_button_left.xml
+SHA-256-Digest: /EWs0Ni3VrUbGIBVDpyJyUh4VmsucdzamD5ye4MgIUM=
+
+Name: res/drawable/appwidget_button_right.xml
+SHA-256-Digest: uoyhV0DKe9KEu0oniB5HPLPYisTHxYq1QI8AiZQeh/0=
+
+Name: res/drawable/appwidget_dark_bg_clickable.xml
+SHA-256-Digest: L7M2u4WdK3mZTVYg6jJiGXuWPbap8xcTyo3vlilswhY=
+
+Name: res/drawable/appwidget_divider.xml
+SHA-256-Digest: JDns3TydPaXE7ab04v3OWulRzEYcbJWuJ3GpCWjRh1w=
+
+Name: res/drawable/background_splash.xml
+SHA-256-Digest: Y7VOhk1rKRcc+rJ02ox+P2q8exKHQx7ahL/6TezE2jU=
+
+Name: res/drawable/divider_currency.xml
+SHA-256-Digest: fPAwQ9LuKQoc0Bbjd4tpv1vFHGuxKuOh1zGD/RnKB5A=
+
+Name: res/drawable/divider_dark.xml
+SHA-256-Digest: c4KJq5sX5A5SIb2HdokpDJRDs0eJXw9GIcrtnbtWNcs=
+
+Name: res/drawable/divider_field.xml
+SHA-256-Digest: 8fyRoUb0cehUU7DntLIl4i/MPOVEXatv4tSNiUapK/s=
+
+Name: res/drawable/notification_bg.xml
+SHA-256-Digest: ZoLjiovQAgKWcwD1vhSLkKtpopWRN5ej+Ex7uOxcAQU=
+
+Name: res/drawable/notification_bg_low.xml
+SHA-256-Digest: SiTDaNkIEtfA5YA+u1HlWc8pb2mJUXLd1Lzd8lNJ4MA=
+
+Name: res/drawable/notification_icon_background.xml
+SHA-256-Digest: 8lIhEcQ7ke8Up/LQs0j3BliqcpPi3nZHndOrZ/9caoc=
+
+Name: res/drawable/notification_tile_bg.xml
+SHA-256-Digest: UmgDqe0/aOzxyKqYcwP53cg10t+Xuojy45lsxQNWuTw=
+
+Name: res/drawable/shortcut_request_coins.xml
+SHA-256-Digest: kK5X/8EHaCAiibOulCFNISRRzcqxW9wuRY9mc5v6888=
+
+Name: res/drawable/shortcut_scan_qr.xml
+SHA-256-Digest: goiW/0t0oqUVUl/XkkIyNIN0qQZL/vBR94c9fZG4NwU=
+
+Name: res/drawable/shortcut_send_coins.xml
+SHA-256-Digest: xN0l4palRryvIN6AGyH76oF/IMUK+FhQZa1n4Em9JDY=
+
+Name: res/drawable/stat_notify_peers.xml
+SHA-256-Digest: U/8JvDNFxFbLaVw5fEZgiKqjDTDL2ZDEX3t0D7YmXqY=
+
+Name: res/drawable/transactions_list_filter_received.xml
+SHA-256-Digest: PaZWoUgqfS70hoLxAH5DWidqS6yzYSDH+AICHT/H4Dc=
+
+Name: res/drawable/transactions_list_filter_sent.xml
+SHA-256-Digest: 5PRLR3iTs08HqSQo2kEKp5sBlkp8EZXO4Mu+INhLh0I=
+
+Name: res/layout-land-v21/request_coins_fragment.xml
+SHA-256-Digest: WMt0YuzBJOVxqXPs84HM1TElDtHtnD3Joaf+CwhkSAQ=
+
+Name: res/layout-land/request_coins_fragment.xml
+SHA-256-Digest: XCnbaivw08mqDrhi+gTnKXnZHmsdOvh6xTkOBODs0Kw=
+
+Name: res/layout-v16/notification_template_custom_big.xml
+SHA-256-Digest: QAyMxzzudDEi0cRS41XKRS3uhOduEHZC3GZwC6JaH7k=
+
+Name: res/layout-v21/address_book_twopanes.xml
+SHA-256-Digest: Oe14i/YDukDTb9Lt+LjuD68v2hmss+St3E4oCfwPGR0=
+
+Name: res/layout-v21/network_monitor_twopanes.xml
+SHA-256-Digest: XKOb64J7+r/bUHS3ia87tsgIjhM/75Pq0eDk5PVvAy4=
+
+Name: res/layout-v21/notification_action.xml
+SHA-256-Digest: 3ZroGuohhpjPBEBybRiS0kiKgfMKwgjhWLEHAWIbxNY=
+
+Name: res/layout-v21/notification_action_tombstone.xml
+SHA-256-Digest: zCq/zoAGvXZnCuGzug571XjZAtD8Z1n26sDpkqI8FVg=
+
+Name: res/layout-v21/notification_template_custom_big.xml
+SHA-256-Digest: x6V3LaISKrLkl3t9smAf6KSkNWj9ALHAwuvyPguE/ng=
+
+Name: res/layout-v21/notification_template_icon_group.xml
+SHA-256-Digest: zXeWDub29WgIbm8871PokWsWsFbl6EpUcrNzAfk8GEo=
+
+Name: res/layout-v21/request_coins_form_include.xml
+SHA-256-Digest: v6lMJTeOKxoQPgHXY1MPm+KBV3cZVcaYow24ZQL4VG8=
+
+Name: res/layout-v21/request_coins_fragment.xml
+SHA-256-Digest: ajK/jRpED3wEn6uEUziJk+iGnevfeBABlgCnIEBGeDg=
+
+Name: res/layout-v21/transaction_row_card.xml
+SHA-256-Digest: 6TLhJ4BOHHIZpDPYaBra1o1/NiovBNAjXrK0+fGfz68=
+
+Name: res/layout-v21/wallet_activity_onepane_horizontal.xml
+SHA-256-Digest: ofjRFdyXUGS7p6Q8xof0130bGzKdlLLRL+xWHYrYIHM=
+
+Name: res/layout-v21/wallet_activity_onepane_vertical.xml
+SHA-256-Digest: 6hWeBep6b45PkkVQoGGxOXtAlc88HVTeppEych7v9O4=
+
+Name: res/layout-v21/wallet_activity_twopanes.xml
+SHA-256-Digest: 8nAzAbk59bdUFLhwSscEpMqtHlZskCNZOK90H3yfoCQ=
+
+Name: res/layout-v21/wallet_address_fragment.xml
+SHA-256-Digest: 4kcix5orhYY9AwPnsktZVH4u13myQhSkOYLw082DtwI=
+
+Name: res/layout/address_book_onepane.xml
+SHA-256-Digest: 3EuFeQphVUVPQOKSHfESOkldwGSWnk9QpGml/P2mKEA=
+
+Name: res/layout/address_book_row.xml
+SHA-256-Digest: VgHpE9DvDwsjA1/pMLFvJSSdzmAhUXCd+PddW7mC1tI=
+
+Name: res/layout/address_book_twopanes.xml
+SHA-256-Digest: fQP1bKuLRY+dPCRBVtwg0uf4S9SgBlMu3ySwBSFIBew=
+
+Name: res/layout/backup_wallet_dialog.xml
+SHA-256-Digest: +aT2fPhJe6bNX61PTrrFp1mSaWeQg/d9BJ9ZU1N21A0=
+
+Name: res/layout/bitmap_dialog.xml
+SHA-256-Digest: ucf6zYxxPrmfLSf/WXf6pWo/GlI8tXXEUHjz3Rw09cY=
+
+Name: res/layout/block_explorer_content.xml
+SHA-256-Digest: VyoXDMVQD9sa9w2G5q9A6MkM08G3QM8ncxv+hFWcZko=
+
+Name: res/layout/block_list_fragment.xml
+SHA-256-Digest: TuP7nlBq4eJmTqcnvY1YPUygPPSzoEjSyP0Halqhono=
+
+Name: res/layout/block_row.xml
+SHA-256-Digest: /oC74vT2FV4wG+bnhmRcKBO+Zg9vAkw4sqPb9woxxQM=
+
+Name: res/layout/block_row_transaction.xml
+SHA-256-Digest: JNAUDz0F88fNo0xCTY3pcO6Gsyp2PkN1TtXkpZkUi78=
+
+Name: res/layout/dialog_title.xml
+SHA-256-Digest: aWvHBVe/3vAsSWib4R5799HQxNrtQv2h8qO0LG82+PI=
+
+Name: res/layout/edit_address_book_entry_dialog.xml
+SHA-256-Digest: ECxz6FbBFJZRn5FG5Uj+f/gc1hbjXBkI7DvWCAL2C/M=
+
+Name: res/layout/encrypt_keys_dialog.xml
+SHA-256-Digest: 0vJbSVNpH2vs8IM3XLIejU2Aoqve4GxwAWTc1ylRhPU=
+
+Name: res/layout/exchange_rate_row.xml
+SHA-256-Digest: qvX9Yhd4KqUpcz4AFRxi7CucUtpiUOPrXJFgc4NxaMw=
+
+Name: res/layout/exchange_rates_content.xml
+SHA-256-Digest: hwIzzG78vLvbvpC2Ad1Ig0ynObZE8BqdzS5yv4QcdFs=
+
+Name: res/layout/exchange_rates_fragment.xml
+SHA-256-Digest: Cvf+cOCJTpN+9vwTnbhVtqzpNj3hiQUjsqp0+env0Og=
+
+Name: res/layout/extended_public_key_dialog.xml
+SHA-256-Digest: Vv8tMExAf9ttLiQV3l9uca/fBTGK62Khc5zanEOQTy0=
+
+Name: res/layout/fancy_list_content.xml
+SHA-256-Digest: FvRPPTG+Di/WVM8KvsqgX0ugCByaMpv6Vl7CGtUm4GA=
+
+Name: res/layout/maintenance_dialog.xml
+SHA-256-Digest: nABQeHkRQe5JTBh0JFCbriVsU8wBwIpQ8bJPqmN/fdk=
+
+Name: res/layout/network_monitor_onepane.xml
+SHA-256-Digest: HeU1kR86gPJW0n7pWeLnF/aduo/BGeUlLmpGx0uDcs4=
+
+Name: res/layout/network_monitor_twopanes.xml
+SHA-256-Digest: 8zD5zB/9TKqwHqlXf+N4khKKxxcHZdOKGbA4yN/M4hI=
+
+Name: res/layout/notification_action.xml
+SHA-256-Digest: XhOWrqQy1Xk87DBqNGEUDjFprymoHzsnuDGRxjzgc4c=
+
+Name: res/layout/notification_action_tombstone.xml
+SHA-256-Digest: CPZCtHI/TFp4lL1G09E3bPAtBlSM/4NNVSGOYOrVWqI=
+
+Name: res/layout/notification_template_icon_group.xml
+SHA-256-Digest: imWncgkgzCHzQwMNScLx1+SQNyToJmgs2ePpSfsCmU4=
+
+Name: res/layout/notification_template_part_chronometer.xml
+SHA-256-Digest: rqy2xyGBsme6kEZsfUwd/gB1HCQgsBdUvlHRKZPIy9o=
+
+Name: res/layout/notification_template_part_time.xml
+SHA-256-Digest: WfO4jnH3PhSSCIhJM3BHjEzShM/WjWSxK2qqfaKylwM=
+
+Name: res/layout/peer_list_fragment.xml
+SHA-256-Digest: 3hTxQ86WHvVAR509Z+a7v0VgWaaoq4XQkEmvLYY7YDU=
+
+Name: res/layout/peer_list_row.xml
+SHA-256-Digest: YZU43h7l4jYCwUmV9kBzmSIJJbFSHDfqOw45qdNeWcc=
+
+Name: res/layout/peer_monitor_content.xml
+SHA-256-Digest: kfS5eic9PFB3ChpT/09vvZNJz5co9fWSu0jKmmK33Zw=
+
+Name: res/layout/raise_fee_dialog.xml
+SHA-256-Digest: uDEFy4wU8sRQ6QUw5Fdhvrc0GbTP1kl94Ypho07VJ7I=
+
+Name: res/layout/report_issue_dialog.xml
+SHA-256-Digest: QSCqr2yAWIsE84HKHvqRYINaXdNO5awddYPRhq8TnnU=
+
+Name: res/layout/request_coins_content.xml
+SHA-256-Digest: +hvallgvC1nHVcEHwMe83LYH8qx1hXK3mazE1b6PfR0=
+
+Name: res/layout/request_coins_form_include.xml
+SHA-256-Digest: ipT82K2yp+hfMwYjo++52cqItFl0K20wepFrf8D8D/A=
+
+Name: res/layout/request_coins_fragment.xml
+SHA-256-Digest: GRYtiK8S9cbdN1jehi/IS2CliCE7xIV18XRzE1Rz/VQ=
+
+Name: res/layout/restore_wallet_dialog.xml
+SHA-256-Digest: UnIK4wNf0kc+lMptgfwOa2Zr0uTLPmT5XRUMVCMpNQM=
+
+Name: res/layout/restore_wallet_file_row.xml
+SHA-256-Digest: vOH0ZTOvM3IzqGcpCElJ4okjEMTNfGKcr6qzq92RaPU=
+
+Name: res/layout/restore_wallet_from_external_dialog.xml
+SHA-256-Digest: JTyWSTg0y60io8U6TbnviBNVO6HIfb/af7W9q3JbveY=
+
+Name: res/layout/row_separator.xml
+SHA-256-Digest: C1x/5biqvsZIcsd+Mvcow8N5KDCJ4+4afAKd/D3tZvg=
+
+Name: res/layout/scan_activity.xml
+SHA-256-Digest: VNqmIxp6Fo8d7KQZlz7d2QaLCRJaXlGczrWiLgn9BsY=
+
+Name: res/layout/send_coins_buttons_include.xml
+SHA-256-Digest: FjEmIV8U1YH1L72I/adMfLA4q44ddO1Qun7LGWvUTm8=
+
+Name: res/layout/send_coins_content.xml
+SHA-256-Digest: sVMrjXUoAsVF7JOHWYEkjXgEyJzq2b7v9VezY0yspmw=
+
+Name: res/layout/send_coins_fragment.xml
+SHA-256-Digest: Zo6E4lXR3H5juqjmOOcqju8DHQsDocbVjFo/+/qHT8o=
+
+Name: res/layout/spinner_item.xml
+SHA-256-Digest: MZYJM+70YtnmzBpOCP40JpNdw13hckWcNGxeXbjM6Lw=
+
+Name: res/layout/sweep_wallet_content.xml
+SHA-256-Digest: 3126au7ly7EpbwveX6D/VGiKL8CVQqJ810h2yQI0KcQ=
+
+Name: res/layout/sweep_wallet_fragment.xml
+SHA-256-Digest: soA9fAudzX+T9AGVGzIKB5i+iy1qUNxyTj5TxH7yrkE=
+
+Name: res/layout/transaction_row.xml
+SHA-256-Digest: Ho/QvQPOze7U77ro7z3cHlkeq3B5dcFBcj15v2E5E74=
+
+Name: res/layout/transaction_row_card.xml
+SHA-256-Digest: 6RbILwn5gCvM8MQ1mN3j2NkGy9Qmb2Pb6tIfeEdzOpQ=
+
+Name: res/layout/transaction_row_warning.xml
+SHA-256-Digest: f3fkRB5Dh7rwWK4nxU4+BjIU8u+aXZ6NSD0pruXqwKk=
+
+Name: res/layout/wallet_actions_fragment.xml
+SHA-256-Digest: eyDyWrTTRZdPJ2cawLm+h4obGIrL42c/EoeB6YGa+Tw=
+
+Name: res/layout/wallet_activity_bottom_include.xml
+SHA-256-Digest: paGULsugjf7k8Z/eAqB0QSMCzLFaUQpTDHqd4TI5lvU=
+
+Name: res/layout/wallet_activity_onepane_horizontal.xml
+SHA-256-Digest: pSsGAIg9lyabu3NDyVf4T3Z+NaQHg4aJDCv9DGBqTBs=
+
+Name: res/layout/wallet_activity_onepane_vertical.xml
+SHA-256-Digest: 42bSwATYGPmWtDfb7q5a3zY9nNlgTXC+mhreRr21VKs=
+
+Name: res/layout/wallet_activity_twopanes.xml
+SHA-256-Digest: hv0Xk7FTi88OvenAEjpIMQru4FtSEy1fl/ITj7/Uyp8=
+
+Name: res/layout/wallet_address_dialog.xml
+SHA-256-Digest: kpvvwmq3DhDCRmW5gHLhh75AHULrkE4ug81aR8Z5LGI=
+
+Name: res/layout/wallet_address_fragment.xml
+SHA-256-Digest: kHwuSA61y9iPyusyax7u4j2hcw/0b97LUTs09hNroVk=
+
+Name: res/layout/wallet_balance_fragment.xml
+SHA-256-Digest: pHf/Id1RHRmTzQ52o48zC1YpALAw8vjhkj5jbhndd9o=
+
+Name: res/layout/wallet_balance_widget_content.xml
+SHA-256-Digest: l3BVZF8reS2nZRRifEzXcayhv7z2aHKNk3VQi23iAOI=
+
+Name: res/layout/wallet_disclaimer_fragment.xml
+SHA-256-Digest: qMbV9fMHlWJ5PpEsms0XDx1OfS9fnbSENaYLCEC9Ad4=
+
+Name: res/layout/wallet_transactions_fragment.xml
+SHA-256-Digest: 3dg6aZVv80xUK9XKe15tkoz1XOqDaT+A7DZrPZDci30=
+
+Name: res/menu/blocks_context.xml
+SHA-256-Digest: ZnScI2qx2bVW33Z9J6ULwdsUgeJPZ6s0mFxCvPk062w=
+
+Name: res/menu/exchange_rates_context.xml
+SHA-256-Digest: BjjlGrWb4VV7cSfmuSpYEigd9z2o2HCgoG6iXRysZPg=
+
+Name: res/menu/exchange_rates_fragment_options.xml
+SHA-256-Digest: fTjBiL8ScKS+FrELJRtzmKoduYgHr7kQVX76+d8tc3c=
+
+Name: res/menu/request_coins_activity_options.xml
+SHA-256-Digest: /TscvJhoLEE1bz1De/sovu1ZxrBccGxjDrGz/rJW3Qo=
+
+Name: res/menu/request_coins_fragment_options.xml
+SHA-256-Digest: hVSDseiSXdn3lA2wWrPJg2QjrrNRWoJyve0/6CZ0ZU0=
+
+Name: res/menu/send_coins_activity_options.xml
+SHA-256-Digest: aSvEbCK6mbyaU/NzMF2qpbSTSiBp1tkEBDh2DcfJk20=
+
+Name: res/menu/send_coins_fragment_options.xml
+SHA-256-Digest: +j5svRIQ3NB2T9tZKj7HqASnh33bkSEWDHbxU+GAPUA=
+
+Name: res/menu/sending_addresses_context.xml
+SHA-256-Digest: 8oMZKLeCybwtAXCLMZy57Mb8V8TU+JfsjqbXPDHLWx8=
+
+Name: res/menu/sending_addresses_fragment_options.xml
+SHA-256-Digest: Dz70XLlEKR9KoV6+saQawZFXkaUIx+XSYk84yP7JrQM=
+
+Name: res/menu/sweep_wallet_fragment_options.xml
+SHA-256-Digest: t3FlpqE1bSs2Wib25w/BN3KatelzSiAld6w6hv8dZ9w=
+
+Name: res/menu/wallet_addresses_context.xml
+SHA-256-Digest: TlpwK729lyilvs+kwl19N49UnR1TshZYIb4XeHnM7fI=
+
+Name: res/menu/wallet_addresses_fragment_options.xml
+SHA-256-Digest: zxcVQGWR7xtycEC4HoK4+jzP8IuOSeJKBw86qWiv/KE=
+
+Name: res/menu/wallet_balance_fragment_options.xml
+SHA-256-Digest: Tan6xoKLnaaCIXHEdRjmDxBwNBZ5CtIO4Rgrp/2WwH4=
+
+Name: res/menu/wallet_options.xml
+SHA-256-Digest: UJgwLgI+52TaMp9g6Jv8J43ov0Dc1oF1vwZzGm1qM38=
+
+Name: res/menu/wallet_transactions_context.xml
+SHA-256-Digest: kcZxXW7oaGAD0DKd1K+BwT4278GzXmC5WcnJ/2zva/c=
+
+Name: res/menu/wallet_transactions_fragment_options.xml
+SHA-256-Digest: H4smeFKXZtp5o4SPcQX4w0GTsZ6ExB2uRyO9pBeMONA=
+
+Name: res/mipmap-anydpi-v26/ic_app_color_108dp.xml
+SHA-256-Digest: cCsW89RUCJtwTuXNwYtNOU/3/yP4iE0KM+3RUFepobs=
+
+Name: res/mipmap-hdpi-v4/ic_app_color_48dp.png
+SHA-256-Digest: R3yM2o83/v13v3uUINIHiCa2jM0qGaF6Qc96PPTmREk=
+
+Name: res/mipmap-hdpi-v4/ic_app_color_fg_108dp.png
+SHA-256-Digest: mZcFHqORn6iA2EEFBG3/P/qs44VPG+IOmdhWSzRvjZc=
+
+Name: res/mipmap-xhdpi-v4/ic_app_color_48dp.png
+SHA-256-Digest: If1CCFI+0TTs2NUOguKslrEFOu8cwjgBTZINlr5N0WI=
+
+Name: res/mipmap-xhdpi-v4/ic_app_color_fg_108dp.png
+SHA-256-Digest: /oTAM6ZPV9BhRgQN+/lqV44QJP1ikZaoFleF6HRQwW4=
+
+Name: res/mipmap-xxhdpi-v4/ic_app_color_48dp.png
+SHA-256-Digest: eSp5a9Wghh+ibLuc2mlgvQaSj9YYqgWBs0z9ii3erl8=
+
+Name: res/mipmap-xxhdpi-v4/ic_app_color_fg_108dp.png
+SHA-256-Digest: Q7DFjjgEHWqJMdJxEog5K59muYFIh5yA0klAQGJ3+YQ=
+
+Name: res/mipmap-xxxhdpi-v4/ic_app_color_48dp.png
+SHA-256-Digest: Y2Ex7Unn55bidKesgKzpKYhnYNrTGwHaYEwnKg6vjHk=
+
+Name: res/mipmap-xxxhdpi-v4/ic_app_color_fg_108dp.png
+SHA-256-Digest: 920ZUsD0COSt/o8VQgHlcZQE6UMvBs7M5rqxILNxuTQ=
+
+Name: res/raw/coins_received.wav
+SHA-256-Digest: Jyy3rbBauRqmEoT/XrNKgKM4Xg1NUisrXYDqSJb+yhw=
+
+Name: res/raw/send_coins_broadcast_1.wav
+SHA-256-Digest: VT1yj64FgkbCBmdCeo9XQAxMvrjtHytbq0fnXqKJXAY=
+
+Name: res/raw/send_coins_broadcast_2.wav
+SHA-256-Digest: V69z2Hbtmgsb6bA9Z6WJVooIreQduFIg8r+8uBw15DI=
+
+Name: res/raw/send_coins_broadcast_3.wav
+SHA-256-Digest: rzLmcFeN8mt3QndMUNjX8t+v6wrNIP8t9EHKRGotm2s=
+
+Name: res/raw/send_coins_broadcast_4.wav
+SHA-256-Digest: kVGk6JXpDNilSHRpAQxm5x8CxRshH6VYtEbT8Ejzty4=
+
+Name: res/xml-v22/shortcuts.xml
+SHA-256-Digest: 8CMHTkFHtnJAF7oFa8QiYm16VF3zw28AYy7htkJ5zYo=
+
+Name: res/xml/file_provider.xml
+SHA-256-Digest: W4ool3k19UdbV6fRobkt8c1TlDwpEapf2f1pvi3xywE=
+
+Name: res/xml/preference_about.xml
+SHA-256-Digest: iOQqfMq+C+zi9oETwCaxSbVHGRZmR1F6uX4+u9P5jX8=
+
+Name: res/xml/preference_diagnostics.xml
+SHA-256-Digest: v+LKhNZrG1qNrOhOxii/ccvIbvD8dNQ98pcgjr0YyVc=
+
+Name: res/xml/preference_headers.xml
+SHA-256-Digest: qkgsADzy1yccAEypSxL2KAQEhYGYlY2l16tFEZpQjGo=
+
+Name: res/xml/preference_settings.xml
+SHA-256-Digest: sJYprO3Jtj2NKPCAqGjWp3u1ETGr2GqWU+xMw+xnp2Y=
+
+Name: res/xml/shortcuts.xml
+SHA-256-Digest: 6lbo+l/D5A1k42Mt/Jb7MONUTtR3caNjo6gYvTZh3ag=
+
+Name: res/xml/wallet_balance_widget.xml
+SHA-256-Digest: nJrgVxqUtEYw9P4qejV1GRskaWRzv4M2xSeuYwDUlLQ=
+
+Name: resources.arsc
+SHA-256-Digest: aMP652Z/ApyGhGUQ6p1/GnqpGavvqu85GslmQSf32cg=
+
diff --git a/metadata/de.schildbach.wallet_test/signatures/370/MANIFEST.MF b/metadata/de.schildbach.wallet_test/signatures/370/MANIFEST.MF
new file mode 100644
index 0000000000..2ad22d5ebc
--- /dev/null
+++ b/metadata/de.schildbach.wallet_test/signatures/370/MANIFEST.MF
@@ -0,0 +1,811 @@
+Manifest-Version: 1.0
+Built-By: Generated-by-ADT
+Created-By: Android Gradle 2.3.3
+
+Name: AndroidManifest.xml
+SHA-256-Digest: GPqzctcnheJq7l5uyriBsEJX2KOSOUB1+yRy0BHCrks=
+
+Name: META-INF/proguard/okhttp3.pro
+SHA-256-Digest: xtLaBB4+VZ6tJ5clxmCZRdjCG3LgSr4tY8MvPWVfQVg=
+
+Name: assets/bip39-wordlist.txt
+SHA-256-Digest: L17tU6Rye0v4iA2PPxme/JDlhQNkbZ/47/Oi7Tsk29o=
+
+Name: assets/checkpoints-testnet.txt
+SHA-256-Digest: ntapph4Xli9xT/KHzSfP96QJBuFztEMi7qKOwun9EPY=
+
+Name: assets/checkpoints.txt
+SHA-256-Digest: F24KVJiyUNqVut/9z756MAyxf5L4m2EYXC9Cqnk1K/I=
+
+Name: assets/electrum-servers.txt
+SHA-256-Digest: kTDusSbNYBQc8L62ndyKoFTZyWPevzjxt8GrEbmNjhA=
+
+Name: assets/fees-testnet.txt
+SHA-256-Digest: 7dsIs6RN/yHBIwGS3tbm+j8D6r5gWpLEXbgsj5jgeNA=
+
+Name: assets/fees.txt
+SHA-256-Digest: 0crKQKOHhbdsoABwkaF7mHsiNpU4gQLlmSofOdUgeSs=
+
+Name: classes.dex
+SHA-256-Digest: cv3jHbxnx3O3jnYRRDfrXKfcmowDo0lawoJJs1FZFCs=
+
+Name: lib/armeabi-v7a/libscrypt.so
+SHA-256-Digest: sUUxXOq5SM8E/4ojruQ6A5Qm1Ygzdt5/oC6RsGPqQKk=
+
+Name: lib/x86/libscrypt.so
+SHA-256-Digest: Ds/J3DOzWxotKFz3fwjAD9xT9BZbrTa9Bw6M+QFH47k=
+
+Name: res/anim/slide_in_bottom.xml
+SHA-256-Digest: pEIa0xFZk9/kHY8U1wCJWl7SIYLLb8oaQwWTcpK9bE4=
+
+Name: res/anim/slide_in_left.xml
+SHA-256-Digest: sicUsdeadjy0nDRGDhJTVXYkfx0l3Q6bC0WkmlIvXKM=
+
+Name: res/anim/slide_in_right.xml
+SHA-256-Digest: GM4C28/fmI9O74kIIkGmntRz8bYd2vWhNf3OztYhYn4=
+
+Name: res/anim/slide_in_top.xml
+SHA-256-Digest: 03o7D9um5C053tCviTi8pIJxJPLcaWyE904VP9CzKRM=
+
+Name: res/anim/transaction_layout_anim.xml
+SHA-256-Digest: 2HeoLeR6Cayq7F3ST1/oDle6T+3jeKLTiiBkgcP1FCU=
+
+Name: res/animator/fade_in_drawable.xml
+SHA-256-Digest: y20Rs9kWlDkcCFH9hx7eKPRT8GMJ/nnhqgRq8v5oOGc=
+
+Name: res/animator/fade_in_view.xml
+SHA-256-Digest: fVCDkEbfMeKi89pObOAtMSUapo5MmnLaA7muIBzp9cI=
+
+Name: res/animator/fade_out_drawable.xml
+SHA-256-Digest: nqFZ2r6Nx/3uczbtdlVF7HQDmmKr3ZlrqbgtVBrtRXE=
+
+Name: res/color/fg_network.xml
+SHA-256-Digest: oYj/ZSPbYcm9bzSQMJfwE5kvJRI/r22N2fHWN3551eQ=
+
+Name: res/drawable-anydpi-v21/ic_arrow_back_white_24dp.xml
+SHA-256-Digest: 5fiX6q2HNl0Dt+KZdAOee2kscC70LwoJKBHU/yLU3IM=
+
+Name: res/drawable-anydpi-v21/ic_clear_grey600_24dp.xml
+SHA-256-Digest: mz3xYLoYgHCS5aYb1b/ZJFR01xeWDCTwq9SJn7VanRY=
+
+Name: res/drawable-anydpi-v21/ic_content_copy_white_24dp.xml
+SHA-256-Digest: Nu5F5AZR/5N1+3xDujwVwiXzI3YIkS+bHQVMShkyCJg=
+
+Name: res/drawable-anydpi-v21/ic_content_paste_white_24dp.xml
+SHA-256-Digest: c+tU0F7FDGAStxGH7CCBNxKFTN9Plwh/yvZP+IbjFus=
+
+Name: res/drawable-anydpi-v21/ic_create_white_24dp.xml
+SHA-256-Digest: tNKIvO0tjr5585tcbKa7tC7UlSj9qWLWpX2jyn3gTx4=
+
+Name: res/drawable-anydpi-v21/ic_delete_white_24dp.xml
+SHA-256-Digest: 0nCsuVFWvtEupziE3K08vf1qa5lGyASTBENjyGbKnA0=
+
+Name: res/drawable-anydpi-v21/ic_filter_list_white_24dp.xml
+SHA-256-Digest: pOdMP7s082f6nvWEW/nPEiJkmPUNoflODFQ0rhXv18g=
+
+Name: res/drawable-anydpi-v21/ic_local_offer_white_24dp.xml
+SHA-256-Digest: Vl7Apo6IxpAJZ03Jsr60XzF5J8EnzC2sI23vHaf7O4k=
+
+Name: res/drawable-anydpi-v21/ic_more_vert_grey600_18dp.xml
+SHA-256-Digest: 8sdENA2kGt6DdRoAleTY6LSLwLb703eIGTrUbtPhzG8=
+
+Name: res/drawable-anydpi-v21/ic_photo_camera_shortcut_24dp.xml
+SHA-256-Digest: Hsp+jvp7yWb4gM38EY+vQ6TBoNpZSIHRCSrIBHU2G4w=
+
+Name: res/drawable-anydpi-v21/ic_photo_camera_white_24dp.xml
+SHA-256-Digest: 54TnKXYbh1EyuexoFlncd+kyLdN2WvOGzoLfoAiP4RA=
+
+Name: res/drawable-anydpi-v21/ic_qrcode_white_24dp.xml
+SHA-256-Digest: aPaTlXjraE0MWLmHOQKVoh3PXfm92QFmrBJE49lidbU=
+
+Name: res/drawable-anydpi-v21/ic_refresh_white_24dp.xml
+SHA-256-Digest: ysm/oJ9Iex03wzunsnq0Mdbvsb0PHwaJpiqvIq+o+Dc=
+
+Name: res/drawable-anydpi-v21/ic_search_white_24dp.xml
+SHA-256-Digest: NsMU0v9wjC5Nd+WBgrBwFWw/i5pRVTa2Jlp5zbfhAoU=
+
+Name: res/drawable-anydpi-v21/ic_send_flipped_shortcut_24dp.xml
+SHA-256-Digest: ZbG6JC/wAsuC7/BJIE0V0w6SurPkKbnisTsZVmxr20s=
+
+Name: res/drawable-anydpi-v21/ic_send_flipped_white_24dp.xml
+SHA-256-Digest: H2RnoL5vjowMcQHtmrGUwT0D1X5Dz8PsKe5HVxEGOG0=
+
+Name: res/drawable-anydpi-v21/ic_send_shortcut_24dp.xml
+SHA-256-Digest: 9Kd/+OCtM/6tAexTbSjT8AlqWEaJmUVdhebN3cLiC28=
+
+Name: res/drawable-anydpi-v21/ic_send_white_24dp.xml
+SHA-256-Digest: ceCKsOH3LjdxStN/lcwZxpNkoqLGkXDTvs9pgBLyShA=
+
+Name: res/drawable-anydpi-v21/ic_share_white_24dp.xml
+SHA-256-Digest: jxe7JcW9n8aPT/X3w7Btv1wYlxHwLf6aPNkGJJpyMPI=
+
+Name: res/drawable-anydpi-v21/ic_warning_grey600_24dp.xml
+SHA-256-Digest: p1r1gP7HYCcwgRUHu4B+YzUV3bZ6ojLv0TIYa4X5tmw=
+
+Name: res/drawable-anydpi-v21/stat_notify_1_peers_24dp.xml
+SHA-256-Digest: mYcUo5FY0GDjxOn/SesgnN0ez7SmpV8SwcCygtHQgQ4=
+
+Name: res/drawable-anydpi-v21/stat_notify_2_peers_24dp.xml
+SHA-256-Digest: U4nHUYPBm+ho7WP3vqwIzthiazHOSS5PRWIgq4xHF5o=
+
+Name: res/drawable-anydpi-v21/stat_notify_3_peers_24dp.xml
+SHA-256-Digest: eoMDmxN9gZLy4B4IB7mlDt10m+cbuiGGhQ0Jptge9cU=
+
+Name: res/drawable-anydpi-v21/stat_notify_4_peers_24dp.xml
+SHA-256-Digest: 76PjRgAdGuPFzLR6SQwex7wZd81H5f4s3mtQnu08aXk=
+
+Name: res/drawable-anydpi-v21/stat_notify_received_24dp.xml
+SHA-256-Digest: OJnUXavTsy3WpZEST5j1L5tNIL23fQKmwNAB0eU7CYA=
+
+Name: res/drawable-hdpi-v4/appwidget_dark_bg.9.png
+SHA-256-Digest: Eqa8E4tJHdZy5Q3O2EIoEiAydOlwSffCcfFPZlaiwiQ=
+
+Name: res/drawable-hdpi-v4/appwidget_dark_bg_focused.9.png
+SHA-256-Digest: K4CODBcnTdBxoxaSfemyjXAFdgCgsRR+6SG99Z9nlVs=
+
+Name: res/drawable-hdpi-v4/appwidget_dark_bg_pressed.9.png
+SHA-256-Digest: KwUIDwlI7p3dQqMM8Td0+59S9T1GPJ93j18DKlZue78=
+
+Name: res/drawable-hdpi-v4/appwidget_inner_focused_c.9.png
+SHA-256-Digest: k8r4Cpzm49llNC4crCeCZ5oZcCP6VWsTq4z/76Kc/n8=
+
+Name: res/drawable-hdpi-v4/appwidget_inner_focused_l.9.png
+SHA-256-Digest: OGuteK+yRBpcFk5HKSq8noGHYiVTvr1AzB0kNn8OGI0=
+
+Name: res/drawable-hdpi-v4/appwidget_inner_focused_r.9.png
+SHA-256-Digest: 7MeEKVX/PmDbCLpPLIobFxxfrL1ilduD9/G1AtLZmiM=
+
+Name: res/drawable-hdpi-v4/appwidget_inner_pressed_c.9.png
+SHA-256-Digest: knFv/LuHJFM3CDgzcaGu6Me+gx49s8r7X2JEJe3usXI=
+
+Name: res/drawable-hdpi-v4/appwidget_inner_pressed_l.9.png
+SHA-256-Digest: by7OKwCbB1PzWNPeRp/9+Mw0pN9QakAv9oFabT7iUJo=
+
+Name: res/drawable-hdpi-v4/appwidget_inner_pressed_r.9.png
+SHA-256-Digest: 9vLNJFnQrzEmmNjkq93PHC9Ls3SBn43DtGoIw1keAVM=
+
+Name: res/drawable-hdpi-v4/ic_arrow_back_white_24dp.png
+SHA-256-Digest: 9AjLe40b+fjKAd24pIBpeEUTM6SsVLLuJuoJG0kBNcI=
+
+Name: res/drawable-hdpi-v4/ic_clear_grey600_24dp.png
+SHA-256-Digest: u7mYJa+IZqnwsO34aIiuEoW44IuhA4wCAQjUqDUisas=
+
+Name: res/drawable-hdpi-v4/ic_content_copy_white_24dp.png
+SHA-256-Digest: bOFKaJQO2m26HwfKAEHawxhWc+bvirpSwBbmvzhUQcU=
+
+Name: res/drawable-hdpi-v4/ic_content_paste_white_24dp.png
+SHA-256-Digest: dWnOvSaV0qK3SPyHYDlVGhC1Ib2bX80Z4k+kCQSppDY=
+
+Name: res/drawable-hdpi-v4/ic_create_white_24dp.png
+SHA-256-Digest: q3v5k75jnDhUodT22L6gV8rwaIai0S6IM9PRTovsO74=
+
+Name: res/drawable-hdpi-v4/ic_delete_white_24dp.png
+SHA-256-Digest: ag1MIlAesY/cSHX59JOfgUntA6zCl51qbtZanDLTMXA=
+
+Name: res/drawable-hdpi-v4/ic_filter_list_white_24dp.png
+SHA-256-Digest: snkK90a1Q7nj6g745/r7WowA7JICY/GOYjRV7DeDdUk=
+
+Name: res/drawable-hdpi-v4/ic_local_offer_white_24dp.png
+SHA-256-Digest: ITtEcNLx0j5T0nuoI6RaYQGgX68WS/qsKXs2UcXxNyc=
+
+Name: res/drawable-hdpi-v4/ic_more_vert_grey600_18dp.png
+SHA-256-Digest: Q2AFEdkxyPVy29UVaC2rJFqBcZ/eT+uFtt7jU682u5U=
+
+Name: res/drawable-hdpi-v4/ic_photo_camera_shortcut_24dp.png
+SHA-256-Digest: HZNx7CPs4awZXyJgXmAh/+rXAl2UjVQfZofGlZVI38c=
+
+Name: res/drawable-hdpi-v4/ic_photo_camera_white_24dp.png
+SHA-256-Digest: he6wk0RzX/AWinfFFPHCElEO/trSmVE6nSy/f9+bwzM=
+
+Name: res/drawable-hdpi-v4/ic_qrcode_white_24dp.png
+SHA-256-Digest: lO+t97a/IPeMK52Y8dXWY4KWzd4PREZ3pndj3ZNjAps=
+
+Name: res/drawable-hdpi-v4/ic_refresh_white_24dp.png
+SHA-256-Digest: Zq6OpRebtOYQGdpJdLsghiPdbkwvbOXttWGnBfyCaS0=
+
+Name: res/drawable-hdpi-v4/ic_search_white_24dp.png
+SHA-256-Digest: sdWUufhomhpcRRwg6oFToNiRI4EkFNpay3olemRZCwg=
+
+Name: res/drawable-hdpi-v4/ic_send_flipped_shortcut_24dp.png
+SHA-256-Digest: cvAEd3AlmEVJfxuBj1xH4OAPpxCXQR1jWaF6pbskx1w=
+
+Name: res/drawable-hdpi-v4/ic_send_flipped_white_24dp.png
+SHA-256-Digest: supZfOmN9qasDqXkZ8lTgIsv/UQGcST9m0gweoNvK4k=
+
+Name: res/drawable-hdpi-v4/ic_send_shortcut_24dp.png
+SHA-256-Digest: 5CzME4m3SlOFGzVMw7ZNX6s8pbsIDt602NVsFQ8PZFI=
+
+Name: res/drawable-hdpi-v4/ic_send_white_24dp.png
+SHA-256-Digest: P8XXPvrV6LyxNSwgoPE+TU4hkG2UROKpePp1QALmfNs=
+
+Name: res/drawable-hdpi-v4/ic_share_white_24dp.png
+SHA-256-Digest: TtHfgDovmIi21WsMqMwzZqROQJ7AZFJp1WASFQ9oZkg=
+
+Name: res/drawable-hdpi-v4/ic_warning_grey600_24dp.png
+SHA-256-Digest: obYviQtTAJfCFYaKUFpKD13GVrml+6lOi8zCT/jK+nw=
+
+Name: res/drawable-hdpi-v4/notification_bg_low_normal.9.png
+SHA-256-Digest: IfC1UoC+ELGHzv+O3vSlpwR2g+bp/PR95BCqODn0EJQ=
+
+Name: res/drawable-hdpi-v4/notification_bg_low_pressed.9.png
+SHA-256-Digest: Qq7gsDiD6U315UM0ijl9EwLBuCIYlYcag7gYmfWpZHs=
+
+Name: res/drawable-hdpi-v4/notification_bg_normal.9.png
+SHA-256-Digest: DGMox7JCBXCn7DizvrO6yaKdiVrBq3I5MVq6cmZBhZM=
+
+Name: res/drawable-hdpi-v4/notification_bg_normal_pressed.9.png
+SHA-256-Digest: GLMo2AF+Z31arT29ZrrjVrXKyXjG8GcJOOpkjlHQ62Y=
+
+Name: res/drawable-hdpi-v4/notify_panel_notification_icon_bg.png
+SHA-256-Digest: o9a6YXYeOVfvFBEKT7JvotAlVgWs9JbnEzCT4BOSoGk=
+
+Name: res/drawable-hdpi-v4/stat_notify_1_peers_24dp.png
+SHA-256-Digest: RjPUFbr9S4oCFeY0C8ZoNBRtPKY3JFQy2Ub7drjWgy4=
+
+Name: res/drawable-hdpi-v4/stat_notify_2_peers_24dp.png
+SHA-256-Digest: gTbpSTBrOk1nk+ghieIQwUw4zLCQzuheuiBuDdIJ6CM=
+
+Name: res/drawable-hdpi-v4/stat_notify_3_peers_24dp.png
+SHA-256-Digest: DkgCPtIAdq6uHqZmCEiA4ExO/LbhbhGO2916gd01r2s=
+
+Name: res/drawable-hdpi-v4/stat_notify_4_peers_24dp.png
+SHA-256-Digest: ztkSBBpzcj0Gc0K4h2qMCja3Z4joFC3b32qk4vPLeLk=
+
+Name: res/drawable-hdpi-v4/stat_notify_received_24dp.png
+SHA-256-Digest: 3wJmShI6AS1KdQYEbHVufrKcCjHJhqHiTF+g9zo+PU0=
+
+Name: res/drawable-hdpi-v4/toast_frame.9.png
+SHA-256-Digest: 10r7+adXcrIb66xjtge6eRmsILeYbQvG9LfjkOBW7Mo=
+
+Name: res/drawable-mdpi-v4/notification_bg_low_normal.9.png
+SHA-256-Digest: L3+9oLpuU+mkfi/A4k4yxEfGE6WAjC1ihdxlHoOgetc=
+
+Name: res/drawable-mdpi-v4/notification_bg_low_pressed.9.png
+SHA-256-Digest: 4Xdh7SgO3ZPXFBvVBLcPnp4VqGUiiNnmMzv0zpZO+EQ=
+
+Name: res/drawable-mdpi-v4/notification_bg_normal.9.png
+SHA-256-Digest: qGdqF5OsgxD/sSmGIy32bfCS0pwkKu7cK3NVbAENONw=
+
+Name: res/drawable-mdpi-v4/notification_bg_normal_pressed.9.png
+SHA-256-Digest: mcFNaFW4viltWAF9N1G43IScR7bR2Aq2FP+QdQgORhs=
+
+Name: res/drawable-mdpi-v4/notify_panel_notification_icon_bg.png
+SHA-256-Digest: LihpMwDIzV291Jy8cZcEVOnr0qo6pi7ZepfcH2iUhDw=
+
+Name: res/drawable-v21/notification_action_background.xml
+SHA-256-Digest: 6ccIxmLIQCZcx/YTUVlCJgBirJ1ouRCbWs2wgbCR/2s=
+
+Name: res/drawable-v23/background_splash.xml
+SHA-256-Digest: e3vh11CtAGoTDsdX+cts3QVJuNdXEcctahMgw9ZfHxY=
+
+Name: res/drawable-xhdpi-v4/appwidget_dark_bg.9.png
+SHA-256-Digest: /A+6n6flq9a7Zgp3UzLpZekpETDozaPGUk8/yQv+ohk=
+
+Name: res/drawable-xhdpi-v4/appwidget_dark_bg_focused.9.png
+SHA-256-Digest: wC/NC8YaSkFPjCe0ZgEILTnEp/x2arF557urmZhjBbQ=
+
+Name: res/drawable-xhdpi-v4/appwidget_dark_bg_pressed.9.png
+SHA-256-Digest: coMguehirv/VaoYfNBeYuhTsk7LxsOhX2F/Qok9QAcM=
+
+Name: res/drawable-xhdpi-v4/appwidget_inner_focused_c.9.png
+SHA-256-Digest: CK2PS8qSGxFefG+BABzIzA6v4drYKtKjvpeuK2JYEHY=
+
+Name: res/drawable-xhdpi-v4/appwidget_inner_focused_l.9.png
+SHA-256-Digest: sEgkbeUvb4U7fi2qeu2Bok34XRyiqHerRseY3pmYNz0=
+
+Name: res/drawable-xhdpi-v4/appwidget_inner_focused_r.9.png
+SHA-256-Digest: D1pteBlSbnQXZ1vZYQ6IzFF9sMbOujoOdANAGFcUmdo=
+
+Name: res/drawable-xhdpi-v4/appwidget_inner_pressed_c.9.png
+SHA-256-Digest: JqfPkHVHSRtI+WiKRIRdSOMq1vpCX6SrmnZV4SDul5s=
+
+Name: res/drawable-xhdpi-v4/appwidget_inner_pressed_l.9.png
+SHA-256-Digest: L2qybdaiRkRs2/5vUVBhsNmsvZ+1PPM56ELg97nHvgc=
+
+Name: res/drawable-xhdpi-v4/appwidget_inner_pressed_r.9.png
+SHA-256-Digest: 40dTeuiNqlrtN7X7freOQ+tqghx19lafqxjW76YgI2k=
+
+Name: res/drawable-xhdpi-v4/currency_symbol_btc.png
+SHA-256-Digest: ZMNev+TrHDiIeeq6gRISOi97kvygqAcsrfPcQGY1L/M=
+
+Name: res/drawable-xhdpi-v4/currency_symbol_mbtc.png
+SHA-256-Digest: XnM3vxgclNB1DKYfyuzUOEIZn68pl7BoL4vpaiTfyXk=
+
+Name: res/drawable-xhdpi-v4/currency_symbol_ubtc.png
+SHA-256-Digest: mNpPrOL3lr/m2o/R2Q5Y/jL4Xpd1ZSn+u3NbvAawH2w=
+
+Name: res/drawable-xhdpi-v4/ic_arrow_back_white_24dp.png
+SHA-256-Digest: buQLs9GsV/+RPibeEhWL2Z8HCWfBgDTfRkBrwX1Y+Tw=
+
+Name: res/drawable-xhdpi-v4/ic_clear_grey600_24dp.png
+SHA-256-Digest: Auvd/hXsVBtFjWfT5Aeaa/DDqrSMJfe7qJ8gFzM1opY=
+
+Name: res/drawable-xhdpi-v4/ic_content_copy_white_24dp.png
+SHA-256-Digest: q0JB26y0BWT9vheuDpAoJugpXX6nKbGaxRVHMrqSaSo=
+
+Name: res/drawable-xhdpi-v4/ic_content_paste_white_24dp.png
+SHA-256-Digest: S37PZpPueHC70uABybwfH9PJ2Far+n+0PO9WmtHYkRQ=
+
+Name: res/drawable-xhdpi-v4/ic_create_white_24dp.png
+SHA-256-Digest: VXHMtUBz4Wx/RuhRtzciL/xCXrzaiCf98EPAHPYehjU=
+
+Name: res/drawable-xhdpi-v4/ic_delete_white_24dp.png
+SHA-256-Digest: 5GZvr+x16FulRHG613UuUpTFgLm1z60Tk4eopUE37s8=
+
+Name: res/drawable-xhdpi-v4/ic_filter_list_white_24dp.png
+SHA-256-Digest: bA2fJaM7JULW2nM3Qyc0Pn9PW0mcTYala2w8WnqRfLM=
+
+Name: res/drawable-xhdpi-v4/ic_local_offer_white_24dp.png
+SHA-256-Digest: SNQO4ckTo1RCBef8FxFsaMvJObpHRB6uNqwfqRdpXok=
+
+Name: res/drawable-xhdpi-v4/ic_more_vert_grey600_18dp.png
+SHA-256-Digest: sbWE6PG4uJlb9nMrBmr2JrxEzleEqP/klrJdrH9rw4I=
+
+Name: res/drawable-xhdpi-v4/ic_photo_camera_shortcut_24dp.png
+SHA-256-Digest: 5XL0CF609OJIoMeseVBD59Br08cT/maQXoESmjg8QfE=
+
+Name: res/drawable-xhdpi-v4/ic_photo_camera_white_24dp.png
+SHA-256-Digest: AavyB0P3EzNdStfsJVcI6wzmq6JTJoNhqrC3ORVffek=
+
+Name: res/drawable-xhdpi-v4/ic_qrcode_white_24dp.png
+SHA-256-Digest: QwYGXhV8WuHxrCDtWQbBbziQZ/jUm86odv1+XPdePXs=
+
+Name: res/drawable-xhdpi-v4/ic_refresh_white_24dp.png
+SHA-256-Digest: LK5RNvFmwwduxx55gEZndJypYVhIJ43bCZQLWzD6sJI=
+
+Name: res/drawable-xhdpi-v4/ic_search_white_24dp.png
+SHA-256-Digest: gDdDUNkrBzGC/2a4YLfJsrh9vEoO/mMKvxZulHpWwkM=
+
+Name: res/drawable-xhdpi-v4/ic_send_flipped_shortcut_24dp.png
+SHA-256-Digest: k5MWsNoWjTdMpq7rh4XPrWAJ/B7mHY+9L5RvxXEEH2M=
+
+Name: res/drawable-xhdpi-v4/ic_send_flipped_white_24dp.png
+SHA-256-Digest: 9rlrXVy0M6FRVeJcb44FUf+oBczQ+jQWPp0KPzx6JGU=
+
+Name: res/drawable-xhdpi-v4/ic_send_shortcut_24dp.png
+SHA-256-Digest: ao6CND1IKMzHjqRdRb5UONf1i1iZgaZyd82LdqGd3Co=
+
+Name: res/drawable-xhdpi-v4/ic_send_white_24dp.png
+SHA-256-Digest: vZshT7XIVlerBKjw0ICMrOMry6sNJ25DMsOk9bdlfyE=
+
+Name: res/drawable-xhdpi-v4/ic_share_white_24dp.png
+SHA-256-Digest: 7MzgR2DOY4/WR1rgAfJ9KFXAZBfbFSritXtk/1whLdA=
+
+Name: res/drawable-xhdpi-v4/ic_warning_grey600_24dp.png
+SHA-256-Digest: R3630QQLBTbKoTaRE2ikPeAEeXD+W/6qM+w3z2XieTw=
+
+Name: res/drawable-xhdpi-v4/notification_bg_low_normal.9.png
+SHA-256-Digest: PgmvohxFNywDVZjAF8j7QFptZ45suE3IV1gcs7QOSC0=
+
+Name: res/drawable-xhdpi-v4/notification_bg_low_pressed.9.png
+SHA-256-Digest: IDQyIvn3ndVlw6IkhJTUUucIIKwcQ3Fzw4ut1F+WKv0=
+
+Name: res/drawable-xhdpi-v4/notification_bg_normal.9.png
+SHA-256-Digest: VZv3g9dlwCM46XlSvcnGaJx/+ZCQuMmBM2kRjaiwgPA=
+
+Name: res/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png
+SHA-256-Digest: 0nr0NRAcpMvsDIQL0waHkYzTnrg6qxSHQghVYjpFmYs=
+
+Name: res/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png
+SHA-256-Digest: ZZim4HvYh2kJ64huu3VSm7kfqGd+DlcYrDjrKWKDPaM=
+
+Name: res/drawable-xhdpi-v4/stat_notify_1_peers_24dp.png
+SHA-256-Digest: FAr+0grNW5QI0qS9nKsRUV98eVzdLxrnErmTcHEAS0Q=
+
+Name: res/drawable-xhdpi-v4/stat_notify_2_peers_24dp.png
+SHA-256-Digest: vTXjWNv5YGw77cNSvptP3gINDop2QPLWLq+sf2CGgu8=
+
+Name: res/drawable-xhdpi-v4/stat_notify_3_peers_24dp.png
+SHA-256-Digest: e2K5mLUbpZ7cdSL6tdw3gxACkeRG3FiBpQgptVMJLg8=
+
+Name: res/drawable-xhdpi-v4/stat_notify_4_peers_24dp.png
+SHA-256-Digest: QAlLgvtze9ThFaETkDC9TzWRLLaJpOkK7Ff7e8/kAYM=
+
+Name: res/drawable-xhdpi-v4/stat_notify_received_24dp.png
+SHA-256-Digest: gtCW/6mTiIiLvVhnc6F1AJu/5M85KJH4ZdWXbrZ3nKo=
+
+Name: res/drawable-xhdpi-v4/widget_preview.png
+SHA-256-Digest: eZGghYgkphI0nA2hDKLKd+zTtlpshqkdT8cVzJAMWVc=
+
+Name: res/drawable/action_bar_up_indicator.xml
+SHA-256-Digest: QJ87Dcp4x/xCWexYU4g2cdrHJORd1Y5u2060V56V/t8=
+
+Name: res/drawable/action_mode_background.xml
+SHA-256-Digest: LQWjajFQdLyB83/cW6Dy5hb4ApoFTpCtf7HcxT/jUWQ=
+
+Name: res/drawable/appwidget_button_center.xml
+SHA-256-Digest: kZYM9raYVVUdLis4zwXJCMN7OYpIQ8SpLBOVbTUy8oo=
+
+Name: res/drawable/appwidget_button_left.xml
+SHA-256-Digest: w7oi5W/dAUqj36+u1jJHEYoK8Mkm8yvbEJgPsIwwACg=
+
+Name: res/drawable/appwidget_button_right.xml
+SHA-256-Digest: dAZRDp/n5IcFeJHfOqklDS9tVfiQfNo7GHBkdDFTEUI=
+
+Name: res/drawable/appwidget_dark_bg_clickable.xml
+SHA-256-Digest: DK9hxdxLeWE4moBl4Di2W/vfCp1sifif+4TZWzhsrOA=
+
+Name: res/drawable/appwidget_divider.xml
+SHA-256-Digest: uOV5Sw68qioYYDmkJQelsowS+oKjV2I03T2blpAOGqg=
+
+Name: res/drawable/background_splash.xml
+SHA-256-Digest: LDPeLdSxUHETveD/LWysDfrqLCakH/xT0a+JKZi+zAQ=
+
+Name: res/drawable/divider_currency.xml
+SHA-256-Digest: 5UJQLGvepPqFypntK2LNEyXqer1dY5UfkGkB/E3BPAU=
+
+Name: res/drawable/divider_dark.xml
+SHA-256-Digest: QT1txcTxm64P6hwST3+2YE6QPdmTT4UvHY9nVaCNyYU=
+
+Name: res/drawable/divider_field.xml
+SHA-256-Digest: SpzKCnRenW2yWSKr4kEgBbM6tRcgXXRI8H8xhdBIWYA=
+
+Name: res/drawable/notification_bg.xml
+SHA-256-Digest: mCFyLAo9wRyxJYN9w5fuJj4OMyXyZMexVjTo/3h7ZxE=
+
+Name: res/drawable/notification_bg_low.xml
+SHA-256-Digest: xxtQfCG5VdW0F/r/1NYA2Yf9bAKelCmGCbQyowQ8UA0=
+
+Name: res/drawable/notification_icon_background.xml
+SHA-256-Digest: JYaj2t6qDFyArkeOoXA6jHF5ybglhQTPwVjz1Rs/+pk=
+
+Name: res/drawable/notification_tile_bg.xml
+SHA-256-Digest: BCPCL63K2V2s+gai/hz6gB69wGY4uxrHBJklWiriqmM=
+
+Name: res/drawable/shortcut_request_coins.xml
+SHA-256-Digest: RYPs8BxwkVLT/GTdHLQBJVcgA3GV37lWsNsfD4SMUPI=
+
+Name: res/drawable/shortcut_scan_qr.xml
+SHA-256-Digest: b42cspYNMuo5QZbVB2QQW2TrntiCWVX9MDiroTeXDOA=
+
+Name: res/drawable/shortcut_send_coins.xml
+SHA-256-Digest: OEM4Gf3J0aHdRH7eUouyTLuie5tjMau3v0uto4+08TI=
+
+Name: res/drawable/stat_notify_peers.xml
+SHA-256-Digest: 5KAqdU3CiJ+9TSGX3aPFsvYswJu3p2OVpjTOzk6P6q8=
+
+Name: res/drawable/transactions_list_filter_received.xml
+SHA-256-Digest: zWHjHsTM5lx4dHuMpcqtSeZ+0+6mg8qUAZhv9Eq7XXw=
+
+Name: res/drawable/transactions_list_filter_sent.xml
+SHA-256-Digest: a2Ybo5vhiQkEhUcEBi2juOUDQhH2KkmCYbCOoZ3/NN0=
+
+Name: res/layout-land-v21/request_coins_fragment.xml
+SHA-256-Digest: 0Q1j9WHbbUFROOqneV0XeTnV9I6UljjtoVK1FS2li+s=
+
+Name: res/layout-land/request_coins_fragment.xml
+SHA-256-Digest: cF/kcaJDcfR50LyQul4/xOjNxo/0ag6RoyVfrsTZT3A=
+
+Name: res/layout-v16/notification_template_custom_big.xml
+SHA-256-Digest: foAML4qyKob5ATI+oahM8P6Ng8n5QfS0ZefAkYLgRB8=
+
+Name: res/layout-v21/address_book_twopanes.xml
+SHA-256-Digest: 36rgVHNpl7NSavgMwIp7lIuxbTHpSNXjkDFCYrHp67E=
+
+Name: res/layout-v21/network_monitor_twopanes.xml
+SHA-256-Digest: 3IvwhTNO22JlCEHBGFpaMPQez/0XEfa9SPtTltdNzpk=
+
+Name: res/layout-v21/notification_action.xml
+SHA-256-Digest: GtHvBDAtEy5O1DMaWGCZPbBbrIUSovjtqJzz/Ejd1Yc=
+
+Name: res/layout-v21/notification_action_tombstone.xml
+SHA-256-Digest: PO7T4Tm7l/p3HVN24DlE0eojQs2fCBrEo1br+Lb7taE=
+
+Name: res/layout-v21/notification_template_custom_big.xml
+SHA-256-Digest: IKO+B3FJC504LPm35ZK6mZGkYrZ8+dxKSgIUJppszaE=
+
+Name: res/layout-v21/notification_template_icon_group.xml
+SHA-256-Digest: 9ywpt5kQGTNnmFF7RaHvXmxxEteueqPJbEVOCaKmgIE=
+
+Name: res/layout-v21/request_coins_form_include.xml
+SHA-256-Digest: hhfzStuAMRdx0JFJWZGPcId4u/qn6JKZEC1MHhzq6oo=
+
+Name: res/layout-v21/request_coins_fragment.xml
+SHA-256-Digest: Sr6GEy03eMvuuBsdRt3KYX5iyAK4THvBlHVM4h351eI=
+
+Name: res/layout-v21/transaction_row_card.xml
+SHA-256-Digest: GwwaaXaqC8vvc3xB2Zfe0HVBZhDKFgzBPUM2WW7fQck=
+
+Name: res/layout-v21/wallet_activity_onepane_horizontal.xml
+SHA-256-Digest: /hgPxjznZhIL8nAQImi1XpKbvdXpd3rjO5RoN/wNy3I=
+
+Name: res/layout-v21/wallet_activity_onepane_vertical.xml
+SHA-256-Digest: 7Wm21RMBPSb/2VfNnMm6V/wb81dpABwH1K4mw05I/Vc=
+
+Name: res/layout-v21/wallet_activity_twopanes.xml
+SHA-256-Digest: 1NIAbbPICC3g6ncj5H+vSlMwtQKUSMrUstMotLhcqf8=
+
+Name: res/layout-v21/wallet_address_fragment.xml
+SHA-256-Digest: bEaZOtFvtWZ6CSl3+RpBhSaSjC/oxbebVlZOHC1TFtE=
+
+Name: res/layout/address_book_onepane.xml
+SHA-256-Digest: 1Fhsjfrczv/Y35aX5nALLYPcW6TniuDYwQA4dEfT3lY=
+
+Name: res/layout/address_book_row.xml
+SHA-256-Digest: mvWsjqVCeY0Fxqd0NBKPtywP9PZSnsmLECmfLKlCImk=
+
+Name: res/layout/address_book_twopanes.xml
+SHA-256-Digest: tnUqUNloiDqrOvG6ok9r9An4bodH9kxIlOXuVN+Eay8=
+
+Name: res/layout/backup_wallet_dialog.xml
+SHA-256-Digest: jWSwEJW/YyF1HVnWWebBnP5reZxu4SV9d+aKf9nzcUI=
+
+Name: res/layout/bitmap_dialog.xml
+SHA-256-Digest: fKqIVRwQDVQguTocTUVGnbkvSGNivR4mKw7ha3s+91E=
+
+Name: res/layout/block_explorer_content.xml
+SHA-256-Digest: OFfvLNWKVVoBslUP/n5DZmDVRsekN8l8OvWWGyJWdpk=
+
+Name: res/layout/block_list_fragment.xml
+SHA-256-Digest: SvUcQ0Fxws5YmES6++GELmqae8N/Bws6vt6PLu5BXRo=
+
+Name: res/layout/block_row.xml
+SHA-256-Digest: ZWTZZb7qKzonB0PChkMkPO3U8vxveMo6a+NtAkjfnOM=
+
+Name: res/layout/block_row_transaction.xml
+SHA-256-Digest: G5q2xIkasaxFAJmW8J4lUDCOXY4VO2B/sD/xUH9vooI=
+
+Name: res/layout/dialog_title.xml
+SHA-256-Digest: RWgiPCcnmAQM/G6imstFK2tsyb8I7oose15zNKAzQaU=
+
+Name: res/layout/edit_address_book_entry_dialog.xml
+SHA-256-Digest: u/3ZvnLXspY1eQ7cAaNhpgXMS1UdK0cuxIe3V7/J7SE=
+
+Name: res/layout/encrypt_keys_dialog.xml
+SHA-256-Digest: w5f3Njjl6kqvaeLE3UiP3yKrtzl0dU3kFIbVtWxgWtY=
+
+Name: res/layout/exchange_rate_row.xml
+SHA-256-Digest: VRM19AzRJ/V7DiU5u1r63InlvZpKxWDIDp9pB6HHUzU=
+
+Name: res/layout/exchange_rates_content.xml
+SHA-256-Digest: JOd5Xeip8Y4gPvR/8Lnj4w+yvPooSvcEDiGpWXdQfyQ=
+
+Name: res/layout/exchange_rates_fragment.xml
+SHA-256-Digest: susOgyMyPTFKdmlyjZWvNLtyOY3suWtHkgZEWKOXbTU=
+
+Name: res/layout/extended_public_key_dialog.xml
+SHA-256-Digest: IYlB8w4cylqoVMo+tJ3OgwuCHwBRp0wckz9SL4O3jWg=
+
+Name: res/layout/fancy_list_content.xml
+SHA-256-Digest: tc+/NXo/LpqZk9FCH9h0BgGJz0yhv19nhOVswT5rU0E=
+
+Name: res/layout/maintenance_dialog.xml
+SHA-256-Digest: UjeQH9dhmyUomxmqnzVnr8rPTmZ0mU8Vsaq3Z22C8t0=
+
+Name: res/layout/network_monitor_onepane.xml
+SHA-256-Digest: pywsJU4HWyN54511sj4k6UwmFMDvHLk1uBw2HQt9Qjs=
+
+Name: res/layout/network_monitor_twopanes.xml
+SHA-256-Digest: /MyNp055CKC8BNIK3U7THqzkXWCF6B2T9APap5Jrnk8=
+
+Name: res/layout/notification_action.xml
+SHA-256-Digest: Aj7ufR6iWloMu4TYry7a8wBjhTf22CSGFXLVVzaX2zA=
+
+Name: res/layout/notification_action_tombstone.xml
+SHA-256-Digest: 5QvL5am/M2bZ1qdhLNLHoh+AopTN1IJWOgoZVXEGd+I=
+
+Name: res/layout/notification_template_icon_group.xml
+SHA-256-Digest: +Npd+/R/iydv0wk39YMNlL3n3ZEWVWmIBo8HXyOS+S8=
+
+Name: res/layout/notification_template_part_chronometer.xml
+SHA-256-Digest: kCPHOCYff/ELvheJkKi4aQsZH6qm+HEWMlf8nMCAYlE=
+
+Name: res/layout/notification_template_part_time.xml
+SHA-256-Digest: Fe3SqaKOH5Hq7bUVZNGdkqa159RsmLOJjFgnBzOXPTg=
+
+Name: res/layout/peer_list_fragment.xml
+SHA-256-Digest: LPbAaiZd2B2kCrGzqFU6A+lG2wBiZopu1WO9mSelMiE=
+
+Name: res/layout/peer_list_row.xml
+SHA-256-Digest: UAtev+ldUdGU9cL/mfxdlcLVJ1UQh00sBhBff0AUXow=
+
+Name: res/layout/peer_monitor_content.xml
+SHA-256-Digest: Jt/8RguvB9OEl5R3tP+qN7gYJN95/atPzkmeEpbYUlE=
+
+Name: res/layout/raise_fee_dialog.xml
+SHA-256-Digest: soDTnjpF1r9gE/YneYAbm0HmLd/s7kwPIjn+Oho6tzM=
+
+Name: res/layout/report_issue_dialog.xml
+SHA-256-Digest: Nk45suo/BJvm9Oc+DVt9NzPCCEuFebQ/yugiOGj4iCY=
+
+Name: res/layout/request_coins_content.xml
+SHA-256-Digest: xmPMepCeVi5OFg4GePpqo1hlLyD98OI0IHixu7137Cg=
+
+Name: res/layout/request_coins_form_include.xml
+SHA-256-Digest: GQoVHuVGij5d7Jrcqs55TPO5uviZKiz2kx7QrSoLDsE=
+
+Name: res/layout/request_coins_fragment.xml
+SHA-256-Digest: pf6jAZqe6TreP4Dy1giwrR9eVcAj4QGYGg8dsFaawHI=
+
+Name: res/layout/restore_wallet_dialog.xml
+SHA-256-Digest: NsRXTlQG7m2EWWu902VgI9ZFp8qN9kreTCF+spZ4gkU=
+
+Name: res/layout/restore_wallet_file_row.xml
+SHA-256-Digest: P0PNRuQgdZeU2mAAmduAlsZY129+Qxgf0p7wTAdrps0=
+
+Name: res/layout/restore_wallet_from_external_dialog.xml
+SHA-256-Digest: 8ouE/m0LmBS8jVEWHgZCXdzHHyqgLEQCUaa7mBB8Kfo=
+
+Name: res/layout/row_separator.xml
+SHA-256-Digest: enfJvqseGE45cPFDZ9hMAgf3DRhQV08+Cfihum4N0ZQ=
+
+Name: res/layout/scan_activity.xml
+SHA-256-Digest: Yv3B8poWCx2hEOq/SshakALVJNFBL8HYB6TcADxINdk=
+
+Name: res/layout/send_coins_buttons_include.xml
+SHA-256-Digest: Ti+JudC9l8Bww8CJoNqnT56Fpci74DsbeNW7hKgCv/k=
+
+Name: res/layout/send_coins_content.xml
+SHA-256-Digest: sEELKgUACT6pJwYZ5+qSCFVfaQ36YO2YeeAq9axtkRI=
+
+Name: res/layout/send_coins_fragment.xml
+SHA-256-Digest: VzneuU9LxiqKCeR9wOin4LfiytxrA46lUPEVLG6Qlgc=
+
+Name: res/layout/spinner_item.xml
+SHA-256-Digest: sb/zGZ74Ixwy/7N+X4uWgDON60t8Tw9L6+XkfldcM/w=
+
+Name: res/layout/sweep_wallet_content.xml
+SHA-256-Digest: g6b7hZpkP/pVk89xxa1pjefPY+gbrvKcx6C9qkLUV8c=
+
+Name: res/layout/sweep_wallet_fragment.xml
+SHA-256-Digest: MPDQ/bNOIPmPU0qyvhMUetGyqoswa4PM0O8xVharfEI=
+
+Name: res/layout/transaction_row.xml
+SHA-256-Digest: LSgNwx+KoQdTBftLUKu4emS4M8G/QW0Gdetou/qcveg=
+
+Name: res/layout/transaction_row_card.xml
+SHA-256-Digest: 1mMLge5yCCqSP1F9m9+B2msaRPsyvFoqbC1qE3MEkco=
+
+Name: res/layout/transaction_row_warning.xml
+SHA-256-Digest: 1mZO6bUXIgOVYY1G6s4pRm4UFUMaHcNbwWfQs0D/87I=
+
+Name: res/layout/wallet_actions_fragment.xml
+SHA-256-Digest: ksTBP/6cgKQMZRkqfn8BJ6IRd1moTt4LLDlH2IKfAt4=
+
+Name: res/layout/wallet_activity_bottom_include.xml
+SHA-256-Digest: 9fN+AzazqxIFGkok3cr6ChtsUW2hQxFaH1TY/y+8zj8=
+
+Name: res/layout/wallet_activity_onepane_horizontal.xml
+SHA-256-Digest: UGTSWFeG/fxc49Pd+EYT34nwgQQheun5Xdghz6SXDj4=
+
+Name: res/layout/wallet_activity_onepane_vertical.xml
+SHA-256-Digest: 0PVlSGAFAr819vrv9HCFVcbi3+69wjr/c5RHt2jAhGE=
+
+Name: res/layout/wallet_activity_twopanes.xml
+SHA-256-Digest: QGRIw0ea5T+iDXwIM2q6TuolkQyHU33CiHnVR2aaPK4=
+
+Name: res/layout/wallet_address_dialog.xml
+SHA-256-Digest: ckHPDVrF9NTiYsoztIF8pUeEw9czuxZVXST6ig9AJ/c=
+
+Name: res/layout/wallet_address_fragment.xml
+SHA-256-Digest: M0t690L2KD5h7HI2CkHZkcSs4nQ1PWONRT/0blrcXMY=
+
+Name: res/layout/wallet_balance_fragment.xml
+SHA-256-Digest: QmbDgEN38gbeiHEm7pJbgVhbdInwkGofXIVAzxcX7EI=
+
+Name: res/layout/wallet_balance_widget_content.xml
+SHA-256-Digest: EfvD/v7hlRUiRl+A+E9BWxcfh7NFz9yHDFsEjSkAIDk=
+
+Name: res/layout/wallet_disclaimer_fragment.xml
+SHA-256-Digest: wUMqhAIly5nGDjaA2ROXWjheFkrxii5VTFsrX4yfGO4=
+
+Name: res/layout/wallet_transactions_fragment.xml
+SHA-256-Digest: LVpevlpJEEPn4m6Hie++VOs6Y99fVB5TexdpQmiGAn8=
+
+Name: res/menu/blocks_context.xml
+SHA-256-Digest: L2KTrS1VgS0MK+sBzoJw2Pt+vICM5ePznc51qah5GoY=
+
+Name: res/menu/exchange_rates_context.xml
+SHA-256-Digest: 4JV3nOhp3mGxKpC5ueD4hl4zbgHQT8eGjPMCs3d7n8A=
+
+Name: res/menu/exchange_rates_fragment_options.xml
+SHA-256-Digest: +6MPy04dmlOlMMrTOUK5RvGBBG3hZznki7P5CV9vDtU=
+
+Name: res/menu/request_coins_activity_options.xml
+SHA-256-Digest: f12tIF135SkT2oCVO3C/ekSnNCXAzwmQQnxzuitwkCs=
+
+Name: res/menu/request_coins_fragment_options.xml
+SHA-256-Digest: ZmM7C3W5TIt1wiMmBErbjDXkRGGHXJABZBHwjWf17LU=
+
+Name: res/menu/send_coins_activity_options.xml
+SHA-256-Digest: VhQGqmQfStHCK1WqqAenzl39HafRv2Llh3BSFZl5rbI=
+
+Name: res/menu/send_coins_fragment_options.xml
+SHA-256-Digest: /yjaitpd4M58QhKwhNrQNq4uWjZ2zEqKual1jrMjUKo=
+
+Name: res/menu/sending_addresses_context.xml
+SHA-256-Digest: +3tPNrX1ZgQ1qU00i2TtOs4NDvkZ5VOVxWEiPr2K5gc=
+
+Name: res/menu/sending_addresses_fragment_options.xml
+SHA-256-Digest: CkRRKMCsfGYXaUlsYITMGyzUgCIMcLtSr7utONljIAU=
+
+Name: res/menu/sweep_wallet_fragment_options.xml
+SHA-256-Digest: cmUlgv7a2PdcOD/9SI0XSgErXBZb+AewxLePgsrDZb8=
+
+Name: res/menu/wallet_addresses_context.xml
+SHA-256-Digest: BV4ZJTOR3W0KrCE8isnvL0xewLIObk+KocuIF1oQ0kA=
+
+Name: res/menu/wallet_addresses_fragment_options.xml
+SHA-256-Digest: ifAJ9V0JB4X/DLOfchCsNdYyfONbGC+qYIb9Cvy+Ojc=
+
+Name: res/menu/wallet_balance_fragment_options.xml
+SHA-256-Digest: yIQGSUiVEG8PDCkJlhE6Lg0tU5bhYkv+gjAJj0OWqns=
+
+Name: res/menu/wallet_options.xml
+SHA-256-Digest: F76M/EN+UDPJyJRvkaZvPHVtBKbZF1l7oRixIaH1Hvk=
+
+Name: res/menu/wallet_transactions_context.xml
+SHA-256-Digest: Ua8v/wCCHUCoCFFT7W6RSZmW2FWzgg3JcUTqRHcAuoc=
+
+Name: res/menu/wallet_transactions_fragment_options.xml
+SHA-256-Digest: CP6aB21enae6JvZE9IcChOTyH8EwCMFwjXcEWpD3f+g=
+
+Name: res/mipmap-anydpi-v26/ic_app_color_108dp.xml
+SHA-256-Digest: s7xxszFTjdmA8hG7xMw13F/3I8MrfHRfrmJIXxNBqyI=
+
+Name: res/mipmap-hdpi-v4/ic_app_color_48dp.png
+SHA-256-Digest: 1KYlobG1Crod1ITRGYsLUeAVzWDyGTYWTl2ivgZtNww=
+
+Name: res/mipmap-hdpi-v4/ic_app_color_fg_108dp.png
+SHA-256-Digest: jgqMNiFxtQggMjxFNL/Ve2R7HEv1RbHhmH6/2RYqW90=
+
+Name: res/mipmap-xhdpi-v4/ic_app_color_48dp.png
+SHA-256-Digest: wlwelqBTwq7YL4mfAcxaKWFMRibnFnCAyIHRCIWWzJM=
+
+Name: res/mipmap-xhdpi-v4/ic_app_color_fg_108dp.png
+SHA-256-Digest: 7TiREi0je01J/fxJRMdTTsD5hD8aOk7onT6bdOputL4=
+
+Name: res/mipmap-xxhdpi-v4/ic_app_color_48dp.png
+SHA-256-Digest: FxUIjqRbJFH+y+C/nw03epoVe4cGUnGPXT95fF196ng=
+
+Name: res/mipmap-xxhdpi-v4/ic_app_color_fg_108dp.png
+SHA-256-Digest: 7uZ08r+s1OMVC4biUrEFkPHue1LCFQx/+DZlHHd56A8=
+
+Name: res/mipmap-xxxhdpi-v4/ic_app_color_48dp.png
+SHA-256-Digest: ymU0c2D65+TX9wlXkKVrHIk1rBSfwQR3RduKZRmv2O0=
+
+Name: res/mipmap-xxxhdpi-v4/ic_app_color_fg_108dp.png
+SHA-256-Digest: 31XW61zH3dPPOMqsncBCxnfaj7SC22C0ecSfO5qt8Ns=
+
+Name: res/raw/coins_received.wav
+SHA-256-Digest: kmSU39Wlfqgd94agtYSSnvKsv6SBJqdeFo6XRto6ahQ=
+
+Name: res/raw/send_coins_broadcast_1.wav
+SHA-256-Digest: sowQhnU0rrsp8dugoBRGQCP4N4l+o3Joen1RsSEGUp0=
+
+Name: res/raw/send_coins_broadcast_2.wav
+SHA-256-Digest: RtawuXx4YlpsCzCngKjNjl8r0ZSk6hZhhKjPQ14SH5Y=
+
+Name: res/raw/send_coins_broadcast_3.wav
+SHA-256-Digest: X8nNp5VCSGRvpFRBwM0b2fb68QNldZjajTSjAF2iQFs=
+
+Name: res/raw/send_coins_broadcast_4.wav
+SHA-256-Digest: +7oQHCX6HXS58L5iJ21v18gtu1/2+7an7dNcdKLHlrM=
+
+Name: res/xml-v22/shortcuts.xml
+SHA-256-Digest: aJ/yQJcp+qb+bik09mBEjbR20yypnkXICyY8DNjMadc=
+
+Name: res/xml/file_provider.xml
+SHA-256-Digest: qo5Zqublq6Py0M7wJuq8/BeeaGJHCb4tRKvIEZH2LeA=
+
+Name: res/xml/preference_about.xml
+SHA-256-Digest: 4cCqo5yrL1EpntOFUBZamMwQ7WHXFVWNMyf3Pk+r16I=
+
+Name: res/xml/preference_diagnostics.xml
+SHA-256-Digest: IiAVviNY/liUWhgikYR6Xw1xXPiod2Z9J3pdJpSW1Yk=
+
+Name: res/xml/preference_headers.xml
+SHA-256-Digest: Z88eVEgoeFLA7TMilDQGMa4O56UcH+R1r0OBdnkOsYk=
+
+Name: res/xml/preference_settings.xml
+SHA-256-Digest: AxdCMmfGDdIwrcUHAcuTINUVrE0dnDsZyPKC2bIfDUU=
+
+Name: res/xml/shortcuts.xml
+SHA-256-Digest: bLgfUUgBRBv854y0aGvMUGfFWX4Os3d6rGC+NXZhc3Q=
+
+Name: res/xml/wallet_balance_widget.xml
+SHA-256-Digest: heqa868xHb8mddnpMhIxp5TiJVKOs4OSn92Nj9VIcQ0=
+
+Name: resources.arsc
+SHA-256-Digest: ITZgzSlgCUkZNqdtx7WbGafDU0eCyn3rNxHawIr1knY=
+
diff --git a/metadata/de.serverfrog.pw.android.txt b/metadata/de.serverfrog.pw.android.txt
index ed62720221..bc8914d010 100644
--- a/metadata/de.serverfrog.pw.android.txt
+++ b/metadata/de.serverfrog.pw.android.txt
@@ -1,5 +1,5 @@
Categories:Internet,Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://serverfrog.github.io/FrogPw
Source Code:https://github.com/Serverfrog/FrogPw
Issue Tracker:https://github.com/Serverfrog/FrogPw/issues
diff --git a/metadata/de.shandschuh.sparserss.txt b/metadata/de.shandschuh.sparserss.txt
index 66fc94d552..8fc569ac8d 100644
--- a/metadata/de.shandschuh.sparserss.txt
+++ b/metadata/de.shandschuh.sparserss.txt
@@ -1,7 +1,7 @@
Categories:Internet
License:MIT
-Web Site:https://code.google.com/p/sparserss
-Source Code:https://code.google.com/p/sparserss/source
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:Sparse rss
@@ -13,9 +13,6 @@ OPML import and export. Basic support for podcasts. No issue tracker; send feed
problems via the address in the about screen.
.
-Repo Type:git
-Repo:https://code.google.com/p/sparserss
-
Build:1.4,77
commit=2a78a4fd5f9e
target=android-10
@@ -47,3 +44,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:1.7
Current Version Code:87
+
+No Source Since:1.8
diff --git a/metadata/de.sigfood.txt b/metadata/de.sigfood.txt
index 7dd4c0aa2a..f1826df666 100644
--- a/metadata/de.sigfood.txt
+++ b/metadata/de.sigfood.txt
@@ -1,5 +1,5 @@
Categories:Internet,Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://sigfood.de/
Source Code:https://github.com/cody82/sigfood
Issue Tracker:https://github.com/cody82/sigfood/issues
diff --git a/metadata/de.simplestatswidget.txt b/metadata/de.simplestatswidget.txt
index 956879b054..f0c033ad00 100644
--- a/metadata/de.simplestatswidget.txt
+++ b/metadata/de.simplestatswidget.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/Chessmasterrr/SimpleStatsWidget
Issue Tracker:https://github.com/Chessmasterrr/SimpleStatsWidget/issues
@@ -30,7 +30,12 @@ Build:1.0.3,103
subdir=app
gradle=yes
+Build:1.1.1,111
+ commit=v1.1.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.0.3
-Current Version Code:103
+Current Version:1.1.1
+Current Version Code:111
diff --git a/metadata/de.skubware.opentraining.txt b/metadata/de.skubware.opentraining.txt
index 0caaadd342..7afc4f230a 100644
--- a/metadata/de.skubware.opentraining.txt
+++ b/metadata/de.skubware.opentraining.txt
@@ -1,5 +1,5 @@
Categories:Sports & Health
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/chaosbastler/opentraining
Issue Tracker:https://github.com/chaosbastler/opentraining/issues
@@ -12,6 +12,10 @@ Create a fitness plan by targeting specific muscles and selecting from the list.
When you've created a set you can export a spreadsheet to html for printing.
Some of the exercise names are in German but that shouldn't affect the app
usage.
+
+* more than 90 exercises, over 180 images
+* target specific muscles and search for exercises
+* export your fitness plan to html or save your training progress with the app
.
Repo Type:git
diff --git a/metadata/de.smasi.tickmate.txt b/metadata/de.smasi.tickmate.txt
index 6978ac685f..5bc4881a6e 100644
--- a/metadata/de.smasi.tickmate.txt
+++ b/metadata/de.smasi.tickmate.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/lordi/tickmate
Issue Tracker:https://github.com/lordi/tickmate/issues
diff --git a/metadata/de.srlabs.gsmmap.txt b/metadata/de.srlabs.gsmmap.txt
index 8da993c7a2..101f86fa73 100644
--- a/metadata/de.srlabs.gsmmap.txt
+++ b/metadata/de.srlabs.gsmmap.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://opensource.srlabs.de/projects/mobile-network-assessment-tools/wiki/GSMmap-apk
Source Code:https://opensource.srlabs.de/projects/mobile-network-assessment-tools/repository/gsmmap-android
Issue Tracker:
diff --git a/metadata/de.srlabs.snoopsnitch.txt b/metadata/de.srlabs.snoopsnitch.txt
index bf84be7c5f..47b5404350 100644
--- a/metadata/de.srlabs.snoopsnitch.txt
+++ b/metadata/de.srlabs.snoopsnitch.txt
@@ -1,5 +1,5 @@
Categories:Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://opensource.srlabs.de/projects/snoopsnitch
Source Code:https://opensource.srlabs.de/projects/snoopsnitch/repository/revisions/master/show
Issue Tracker:
@@ -172,7 +172,26 @@ Build:1.0.3,17
bash copy.sh
ndk=r14b
+Build:2.0.7,35
+ commit=SnoopSnitch-2.0.7
+ subdir=SnoopSnitch/app
+ submodules=yes
+ gradle=nobuildcheck
+ rm=SnoopSnitch/app/src/main/jniLibs/*/*.so,contrib/prebuilt/*.so
+ prebuild=sed -i -e '/versionNameSuffix/d' build.gradle
+ scandelete=SnoopSnitch/patchanalysis
+ build=export NDK_DIR=$$NDK$$ && \
+ cd ../../contrib && \
+ bash compile.sh -t android -u && \
+ cd ../SnoopSnitch/patchanalysis/contrib && \
+ bash compile.sh -t android -u && \
+ bash copy.sh && \
+ cp builds/*.so ../../../contrib/prebuilt && \
+ cd ../.. && \
+ 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.7
+Current Version Code:35
diff --git a/metadata/de.stefan_oltmann.falling_blocks.txt b/metadata/de.stefan_oltmann.falling_blocks.txt
index b62b03c0c3..fa294d8779 100644
--- a/metadata/de.stefan_oltmann.falling_blocks.txt
+++ b/metadata/de.stefan_oltmann.falling_blocks.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/StefanOltmann/FallingBlocks
Issue Tracker:https://github.com/StefanOltmann/FallingBlocks/issues
diff --git a/metadata/de.stefan_oltmann.kaesekaestchen.txt b/metadata/de.stefan_oltmann.kaesekaestchen.txt
index 996fba6593..e84457525e 100644
--- a/metadata/de.stefan_oltmann.kaesekaestchen.txt
+++ b/metadata/de.stefan_oltmann.kaesekaestchen.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/StefanOltmann/Kaesekaestchen
Issue Tracker:https://github.com/StefanOltmann/Kaesekaestchen/issues
diff --git a/metadata/de.stephanlindauer.criticalmaps.txt b/metadata/de.stephanlindauer.criticalmaps.txt
index 27c4ac5fcd..7df8f78798 100644
--- a/metadata/de.stephanlindauer.criticalmaps.txt
+++ b/metadata/de.stephanlindauer.criticalmaps.txt
@@ -139,7 +139,22 @@ Build:2.3.2,31
subdir=app
gradle=yes
+Build:2.4.0,32
+ commit=2.4.0
+ subdir=app
+ gradle=yes
+
+Build:2.4.1,33
+ commit=2.4.1
+ subdir=app
+ gradle=yes
+
+Build:2.4.2,34
+ commit=2.4.2
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:2.3.2
-Current Version Code:31
+Current Version:2.4.2
+Current Version Code:34
diff --git a/metadata/de.sudoq.txt b/metadata/de.sudoq.txt
index 5e487fe245..c3497df883 100644
--- a/metadata/de.sudoq.txt
+++ b/metadata/de.sudoq.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/SDEagle/SudoQ
Issue Tracker:https://github.com/SDEagle/SudoQ/issues
diff --git a/metadata/de.syss.MifareClassicTool.txt b/metadata/de.syss.MifareClassicTool.txt
index 1937aa195b..b4a087fd0a 100644
--- a/metadata/de.syss.MifareClassicTool.txt
+++ b/metadata/de.syss.MifareClassicTool.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://publications.icaria.de/mct
Source Code:https://github.com/ikarus23/MifareClassicTool
Issue Tracker:https://github.com/ikarus23/MifareClassicTool/issues
@@ -165,7 +165,13 @@ Build:2.2.3,43
gradle=yes
rm=logo,tools
+Build:2.2.4,44
+ commit=v2.2.4
+ subdir=Mifare Classic Tool/app
+ gradle=yes
+ rm=logo,tools
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.2.3
-Current Version Code:43
+Current Version:2.2.4
+Current Version Code:44
diff --git a/metadata/de.szalkowski.activitylauncher.txt b/metadata/de.szalkowski.activitylauncher.txt
index 70710c51b0..c5e8964f50 100644
--- a/metadata/de.szalkowski.activitylauncher.txt
+++ b/metadata/de.szalkowski.activitylauncher.txt
@@ -24,7 +24,12 @@ Build:1.6.1,10
subdir=ActivityLauncherApp
gradle=yes
-Auto Update Mode:None
-Update Check Mode:RepoManifest
-Current Version:1.6.1
-Current Version Code:10
+Build:1.7.0,11
+ commit=1.7.0
+ subdir=ActivityLauncherApp
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:1.7.0
+Current Version Code:11
diff --git a/metadata/de.t_dankworth.secscanqr.txt b/metadata/de.t_dankworth.secscanqr.txt
index 287ea3cfd3..65fd3a5d93 100644
--- a/metadata/de.t_dankworth.secscanqr.txt
+++ b/metadata/de.t_dankworth.secscanqr.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/Fr4gorSoftware/SecScanQR
Issue Tracker:https://github.com/Fr4gorSoftware/SecScanQR/issues
@@ -11,6 +11,13 @@ Description:
Scan QR codes and share them right away with friends or copy them to the
clipboard for further processing. Furthermore, with SecScanQR you can generate
QR codes and all these features without a big amount of permission.
+
+'''Features:'''
+
+* Scan QR-Codes, Barcodes and many more formats
+* Scanned QR-Codes can be shared with friends and do a web search with the information from the QR-Code
+* Generate QR-Codes, Barcodes and many more formats
+* History
.
Repo Type:git
@@ -51,7 +58,17 @@ Build:1.1.5,8
subdir=app
gradle=yes
+Build:1.1.6,9
+ commit=1.1.6
+ subdir=app
+ gradle=yes
+
+Build:1.1.7,10
+ commit=1.1.7
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.1.5
-Current Version Code:8
+Current Version:1.1.7
+Current Version Code:10
diff --git a/metadata/de.tap.easy_xkcd.txt b/metadata/de.tap.easy_xkcd.txt
index b19456392d..90b58d52c7 100644
--- a/metadata/de.tap.easy_xkcd.txt
+++ b/metadata/de.tap.easy_xkcd.txt
@@ -730,7 +730,21 @@ Build:6.0.4,143
gradle=yes
prebuild=sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g' -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g' build.gradle
+Build:6.1.1,145
+ commit=release_6.1.1
+ subdir=app
+ init=sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d' build.gradle
+ gradle=yes
+ prebuild=sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g' -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g' build.gradle
+
+Build:6.1.2,146
+ commit=release_6.1.2
+ subdir=app
+ init=sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d' build.gradle
+ gradle=yes
+ prebuild=sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g' -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g' build.gradle
+
Auto Update Mode:Version release_%v
Update Check Mode:Tags ^release
-Current Version:6.0.4
-Current Version Code:143
+Current Version:6.1.2
+Current Version Code:146
diff --git a/metadata/de.tobiasbielefeld.brickgames.txt b/metadata/de.tobiasbielefeld.brickgames.txt
index d6d435ba10..5d73576d68 100644
--- a/metadata/de.tobiasbielefeld.brickgames.txt
+++ b/metadata/de.tobiasbielefeld.brickgames.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Author Name:Tobias Bielefeld
Web Site:
Source Code:https://github.com/TobiasBielefeld/Simple-Brick-Games
diff --git a/metadata/de.tobiasbielefeld.searchbar.txt b/metadata/de.tobiasbielefeld.searchbar.txt
new file mode 100644
index 0000000000..70115cb679
--- /dev/null
+++ b/metadata/de.tobiasbielefeld.searchbar.txt
@@ -0,0 +1,36 @@
+Categories:Internet
+License:GPL-3.0-or-later
+Web Site:
+Source Code:https://github.com/TobiasBielefeld/Simple-Search
+Issue Tracker:https://github.com/TobiasBielefeld/Simple-Search/issues
+
+Auto Name:Simple Search
+Summary:Simple and customizable search bar
+Description:
+A very basic app designed for people who want to use a search widget with their
+preferred search engine.
+
+This app contains a search bar to type in a search query, which will be opened
+in the Internet browser. A widget for the home screen will simply start the app.
+
+You can change the search engine in the settings (Default is DuckDuckGo) or type
+in a custom search string. The app also saves the search queries as a history.
+.
+
+Repo Type:git
+Repo:https://github.com/TobiasBielefeld/Simple-Search.git
+
+Build:1.1.4,9
+ commit=v1.1.4
+ subdir=app
+ gradle=yes
+
+Build:1.2,10
+ commit=v1.2
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.2
+Current Version Code:10
diff --git a/metadata/de.tobiasbielefeld.solitaire.txt b/metadata/de.tobiasbielefeld.solitaire.txt
index 4a6d5ba018..e51cdc921a 100644
--- a/metadata/de.tobiasbielefeld.solitaire.txt
+++ b/metadata/de.tobiasbielefeld.solitaire.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/TobiasBielefeld/Simple-Solitaire
Issue Tracker:https://github.com/TobiasBielefeld/Simple-Solitaire/issues
@@ -228,7 +228,32 @@ Build:3.11.1,66
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
+
+Build:3.12,69
+ commit=v3.12
+ subdir=app
+ gradle=yes
+
+Build:3.12.1,70
+ commit=v3.12.1
+ subdir=app
+ gradle=yes
+
+Build:3.13,71
+ commit=v3.13
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:3.11.1
-Current Version Code:66
+Current Version:3.13
+Current Version Code:71
diff --git a/metadata/de.tu_chemnitz.wlan.txt b/metadata/de.tu_chemnitz.wlan.txt
index efd54c2164..4e0ee6f3c9 100644
--- a/metadata/de.tu_chemnitz.wlan.txt
+++ b/metadata/de.tu_chemnitz.wlan.txt
@@ -29,7 +29,12 @@ Build:1.2.0,7
subdir=app
gradle=yes
+Build:1.2.1,8
+ commit=v1.2.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.2.0
-Current Version Code:7
+Current Version:1.2.1
+Current Version Code:8
diff --git a/metadata/de.tu_chemnitz.wlan/de/phoneScreenshots/0.png b/metadata/de.tu_chemnitz.wlan/de/phoneScreenshots/0.png
index 1e2fb24b20..d34c6a8e66 100644
Binary files a/metadata/de.tu_chemnitz.wlan/de/phoneScreenshots/0.png and b/metadata/de.tu_chemnitz.wlan/de/phoneScreenshots/0.png differ
diff --git a/metadata/de.tu_chemnitz.wlan/de/phoneScreenshots/1.png b/metadata/de.tu_chemnitz.wlan/de/phoneScreenshots/1.png
index 248545e57e..5c11b661e7 100644
Binary files a/metadata/de.tu_chemnitz.wlan/de/phoneScreenshots/1.png and b/metadata/de.tu_chemnitz.wlan/de/phoneScreenshots/1.png differ
diff --git a/metadata/de.tu_chemnitz.wlan/de/phoneScreenshots/2.png b/metadata/de.tu_chemnitz.wlan/de/phoneScreenshots/2.png
index 757a294de6..52aeadb287 100644
Binary files a/metadata/de.tu_chemnitz.wlan/de/phoneScreenshots/2.png and b/metadata/de.tu_chemnitz.wlan/de/phoneScreenshots/2.png differ
diff --git a/metadata/de.tu_chemnitz.wlan/de/phoneScreenshots/3.png b/metadata/de.tu_chemnitz.wlan/de/phoneScreenshots/3.png
index 560ad0bc22..986ff5830e 100644
Binary files a/metadata/de.tu_chemnitz.wlan/de/phoneScreenshots/3.png and b/metadata/de.tu_chemnitz.wlan/de/phoneScreenshots/3.png differ
diff --git a/metadata/de.tu_chemnitz.wlan/de/phoneScreenshots/4.png b/metadata/de.tu_chemnitz.wlan/de/phoneScreenshots/4.png
index 0a674360b8..9a2266a610 100644
Binary files a/metadata/de.tu_chemnitz.wlan/de/phoneScreenshots/4.png and b/metadata/de.tu_chemnitz.wlan/de/phoneScreenshots/4.png differ
diff --git a/metadata/de.tu_chemnitz.wlan/de/phoneScreenshots/5.png b/metadata/de.tu_chemnitz.wlan/de/phoneScreenshots/5.png
index 54d97eabbf..7df8d1aaec 100644
Binary files a/metadata/de.tu_chemnitz.wlan/de/phoneScreenshots/5.png and b/metadata/de.tu_chemnitz.wlan/de/phoneScreenshots/5.png differ
diff --git a/metadata/de.tu_chemnitz.wlan/eo/summary.txt b/metadata/de.tu_chemnitz.wlan/eo/summary.txt
new file mode 100644
index 0000000000..6cc4664a98
--- /dev/null
+++ b/metadata/de.tu_chemnitz.wlan/eo/summary.txt
@@ -0,0 +1 @@
+Sekure agordi sendratan reton eduroam ĉe TU Chemnitz
\ No newline at end of file
diff --git a/metadata/de.tu_chemnitz.wlan/eu/summary.txt b/metadata/de.tu_chemnitz.wlan/eu/summary.txt
new file mode 100644
index 0000000000..5de33a8064
--- /dev/null
+++ b/metadata/de.tu_chemnitz.wlan/eu/summary.txt
@@ -0,0 +1 @@
+TU Chemnitz-eko eduroam konfigurazio segurua
\ No newline at end of file
diff --git a/metadata/de.tu_chemnitz.wlan/is/summary.txt b/metadata/de.tu_chemnitz.wlan/is/summary.txt
new file mode 100644
index 0000000000..f107d19529
--- /dev/null
+++ b/metadata/de.tu_chemnitz.wlan/is/summary.txt
@@ -0,0 +1 @@
+Öruggari uppsetning 'eduroam' hjá TU Chemnitz
\ No newline at end of file
diff --git a/metadata/de.tu_chemnitz.wlan/nl/summary.txt b/metadata/de.tu_chemnitz.wlan/nl/summary.txt
new file mode 100644
index 0000000000..46aca621c1
--- /dev/null
+++ b/metadata/de.tu_chemnitz.wlan/nl/summary.txt
@@ -0,0 +1 @@
+Veilige configuratie van eduroam op TU Chemnitz
\ No newline at end of file
diff --git a/metadata/de.tu_chemnitz.wlan/pl/summary.txt b/metadata/de.tu_chemnitz.wlan/pl/summary.txt
new file mode 100644
index 0000000000..107ec5a900
--- /dev/null
+++ b/metadata/de.tu_chemnitz.wlan/pl/summary.txt
@@ -0,0 +1 @@
+Bezpieczna konfiguracja sieci eduroam na TU Chemnitz
\ No newline at end of file
diff --git a/metadata/de.tum.in.tumcampus.txt b/metadata/de.tum.in.tumcampus.txt
index e7c4a71583..6a8c8bdbb7 100644
--- a/metadata/de.tum.in.tumcampus.txt
+++ b/metadata/de.tum.in.tumcampus.txt
@@ -1,10 +1,10 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://apps.wiki.tum.de/TUM+Campus+App
Source Code:https://github.com/TCA-Team/TumCampusApp
Issue Tracker:https://github.com/TCA-Team/TumCampusApp/issues
-Auto Name:TUM Campus App
+Auto Name:Campus
Summary:Information about TU München
Description:
The Technical University of Munich is one of the biggest in Germany. This app
@@ -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.6.0-dev
-Current Version Code:523
+Current Version:2.0-beta2-dev
+Current Version Code:546
diff --git a/metadata/de.tutao.tutanota.txt b/metadata/de.tutao.tutanota.txt
new file mode 100644
index 0000000000..d32074ba52
--- /dev/null
+++ b/metadata/de.tutao.tutanota.txt
@@ -0,0 +1,102 @@
+AntiFeatures:NonFreeNet
+Categories:Internet
+License:GPL-3.0-or-later
+Web Site:https://tutanota.com
+Source Code:https://github.com/tutao/tutanota
+Issue Tracker:https://github.com/tutao/tutanota/issues
+Donate:https://tutanota.com/community#donate
+Bitcoin:3MDrR5gaMvL8sphuQLX6BvPPKYNArdXsv6
+
+Auto Name:Tutanota
+
+Repo Type:git
+Repo:https://github.com/tutao/tutanota.git
+
+Build:3.35.13,335130
+ commit=tutanota-android-release-3.35.13
+ subdir=app-android/app
+ sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz && \
+ echo "08e2fcfea66746bd966ea3a89f26851f1238d96f86c33eaf6274f67fce58421a node.tar.xz" | sha256sum -c - && \
+ tar xJf node.tar.xz && \
+ cp -a node-v8.11.3-linux-x64/. /usr/local/
+ gradle=yes
+ prebuild=cd ../.. && \
+ rm -rf app-ios && \
+ sed -i '/flow-bin/d' package.json && \
+ npm install && \
+ node dist prod
+
+Build:3.36.1,336010
+ commit=tutanota-android-release-3.36.1
+ subdir=app-android/app
+ sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz && \
+ echo "08e2fcfea66746bd966ea3a89f26851f1238d96f86c33eaf6274f67fce58421a node.tar.xz" | sha256sum -c - && \
+ tar xJf node.tar.xz && \
+ cp -a node-v8.11.3-linux-x64/. /usr/local/
+ gradle=yes
+ prebuild=cd ../.. && \
+ rm -rf app-ios && \
+ sed -i '/flow-bin/d' package.json && \
+ npm install && \
+ node dist prod
+
+Build:3.36.4,336040
+ commit=tutanota-android-release-3.36.4
+ subdir=app-android/app
+ sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz && \
+ echo "08e2fcfea66746bd966ea3a89f26851f1238d96f86c33eaf6274f67fce58421a node.tar.xz" | sha256sum -c - && \
+ tar xJf node.tar.xz && \
+ cp -a node-v8.11.3-linux-x64/. /usr/local/
+ gradle=yes
+ prebuild=cd ../.. && \
+ rm -rf app-ios && \
+ sed -i '/flow-bin/d' package.json && \
+ npm install && \
+ node dist prod
+
+Build:3.36.9,336090
+ commit=tutanota-android-release-3.36.9
+ subdir=app-android/app
+ sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz && \
+ echo "08e2fcfea66746bd966ea3a89f26851f1238d96f86c33eaf6274f67fce58421a node.tar.xz" | sha256sum -c - && \
+ tar xJf node.tar.xz && \
+ cp -a node-v8.11.3-linux-x64/. /usr/local/
+ gradle=yes
+ prebuild=cd ../.. && \
+ rm -rf app-ios && \
+ sed -i '/flow-bin/d' package.json && \
+ npm install && \
+ node dist prod
+
+Build:3.37.1,337010
+ commit=tutanota-android-release-3.37.1
+ subdir=app-android/app
+ sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz && \
+ echo "08e2fcfea66746bd966ea3a89f26851f1238d96f86c33eaf6274f67fce58421a node.tar.xz" | sha256sum -c - && \
+ tar xJf node.tar.xz && \
+ cp -a node-v8.11.3-linux-x64/. /usr/local/
+ gradle=yes
+ prebuild=cd ../.. && \
+ rm -rf app-ios && \
+ sed -i '/flow-bin/d' package.json && \
+ npm install && \
+ node dist prod
+
+Build:3.37.2,337020
+ commit=tutanota-android-release-3.37.2
+ subdir=app-android/app
+ sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.12.0/node-v8.12.0-linux-x64.tar.xz && \
+ echo "29a20479cd1e3a03396a4e74a1784ccdd1cf2f96928b56f6ffa4c8dae40c88f2 node.tar.xz" | sha256sum -c - && \
+ tar xJf node.tar.xz && \
+ cp -a node-v8.12.0-linux-x64/. /usr/local/
+ gradle=yes
+ prebuild=cd ../.. && \
+ rm -rf app-ios && \
+ sed -i '/flow-bin/d' package.json && \
+ npm install && \
+ node dist prod
+
+Auto Update Mode:Version tutanota-android-release-%v
+Update Check Mode:Tags tutanota-android-release-*
+Current Version:3.37.2
+Current Version Code:337020
diff --git a/metadata/de.ub0r.android.callmeter.txt b/metadata/de.ub0r.android.callmeter.txt
index b55a005404..05e7a9ff45 100644
--- a/metadata/de.ub0r.android.callmeter.txt
+++ b/metadata/de.ub0r.android.callmeter.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/felixb/callmeter
Issue Tracker:https://github.com/felixb/callmeter/issues
diff --git a/metadata/de.ub0r.android.clipboardbeam.txt b/metadata/de.ub0r.android.clipboardbeam.txt
index 62af09400a..e6040ae804 100644
--- a/metadata/de.ub0r.android.clipboardbeam.txt
+++ b/metadata/de.ub0r.android.clipboardbeam.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/felixb/clipboard-beam
Issue Tracker:https://github.com/felixb/clipboard-beam/issues
diff --git a/metadata/de.ub0r.android.otpdroid.txt b/metadata/de.ub0r.android.otpdroid.txt
index fbc6a884d4..b6fa1f987e 100644
--- a/metadata/de.ub0r.android.otpdroid.txt
+++ b/metadata/de.ub0r.android.otpdroid.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/felixb/otpdroid
Issue Tracker:https://github.com/felixb/otpdroid/issues
@@ -31,7 +31,7 @@ Build:2.1,157
echo "android.library.reference.2=$$ub0rlib$$" >> project.properties
Maintainer Notes:
-The app includes GPL-3.0 files as well as "BeerLicense". The latter one should
+The app includes GPL-3.0-only files as well as "BeerLicense". The latter one should
not to be confused with the "Beerware License". The license text is shown at
https://github.com/felixb/otpdroid/blob/HEAD/src/de/ub0r/android/otpdroid/BeerLicense.java
and includes a non-free part:
diff --git a/metadata/de.ub0r.android.portaltimer.txt b/metadata/de.ub0r.android.portaltimer.txt
index b78617063d..691156c8de 100644
--- a/metadata/de.ub0r.android.portaltimer.txt
+++ b/metadata/de.ub0r.android.portaltimer.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/felixb/portal-timer/blob/HEAD/README.md
Source Code:https://github.com/felixb/portal-timer
Issue Tracker:https://github.com/felixb/portal-timer/issues
diff --git a/metadata/de.ub0r.android.smsdroid.txt b/metadata/de.ub0r.android.smsdroid.txt
index b4f6cd2f01..5249dba6bb 100644
--- a/metadata/de.ub0r.android.smsdroid.txt
+++ b/metadata/de.ub0r.android.smsdroid.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Phone & SMS
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/felixb/smsdroid
Issue Tracker:https://github.com/felixb/smsdroid/issues
diff --git a/metadata/de.ub0r.android.websms.connector.gmx.txt b/metadata/de.ub0r.android.websms.connector.gmx.txt
index 66f2602b76..79411b5500 100644
--- a/metadata/de.ub0r.android.websms.connector.gmx.txt
+++ b/metadata/de.ub0r.android.websms.connector.gmx.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/felixb/websms-connector-gmx
Issue Tracker:https://github.com/felixb/websms-connector-gmx/issues
diff --git a/metadata/de.ub0r.android.websms.connector.smspilotru.txt b/metadata/de.ub0r.android.websms.connector.smspilotru.txt
index 8d1d3cb3e7..3248b92b33 100644
--- a/metadata/de.ub0r.android.websms.connector.smspilotru.txt
+++ b/metadata/de.ub0r.android.websms.connector.smspilotru.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/felixb/websms-connector-smspilot-ru
Issue Tracker:https://github.com/felixb/websms-connector-smspilot-ru/issues
diff --git a/metadata/de.ub0r.android.websms.txt b/metadata/de.ub0r.android.websms.txt
index fee97d9f55..39278c7404 100644
--- a/metadata/de.ub0r.android.websms.txt
+++ b/metadata/de.ub0r.android.websms.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Phone & SMS
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/felixb/websms
Issue Tracker:
diff --git a/metadata/de.uni_potsdam.hpi.openmensa.txt b/metadata/de.uni_potsdam.hpi.openmensa.txt
index 724cf84e06..6f2355608a 100644
--- a/metadata/de.uni_potsdam.hpi.openmensa.txt
+++ b/metadata/de.uni_potsdam.hpi.openmensa.txt
@@ -47,7 +47,11 @@ Build:0.11,11
commit=0.11
gradle=yes
+Build:0.12,12
+ commit=0.12
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:0.11
-Current Version Code:11
+Current Version:0.12
+Current Version Code:12
diff --git a/metadata/de.vanitasvitae.enigmandroid.txt b/metadata/de.vanitasvitae.enigmandroid.txt
index 8bb0d494e5..a3a52d27a6 100644
--- a/metadata/de.vanitasvitae.enigmandroid.txt
+++ b/metadata/de.vanitasvitae.enigmandroid.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-2.0
+License:GPL-2.0-only
Author Name:Paul Schaub
Web Site:https://github.com/vanitasvitae/EnigmAndroid/wiki/EnigmAndroid
Source Code:https://github.com/vanitasvitae/EnigmAndroid
diff --git a/metadata/de.vibora.viborafeed.txt b/metadata/de.vibora.viborafeed.txt
index 86afc08baa..9d5d9e5cc8 100644
--- a/metadata/de.vibora.viborafeed.txt
+++ b/metadata/de.vibora.viborafeed.txt
@@ -6,7 +6,7 @@ Source Code:https://github.com/no-go/ViboraFeed
Issue Tracker:
FlattrID:5194982
-Auto Name:Vibora-Feed
+Auto Name:Single-Feed
Summary:reader for one feed and Vibora.de Blog
Description:
ViboraFeed is the Vibora Feed Reader of the [http://vibora.de] open source blog
@@ -122,7 +122,12 @@ Build:2.7,27
subdir=app
gradle=yes
+Build:2.8,28
+ commit=v2.8
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.7
-Current Version Code:27
+Current Version:2.8
+Current Version Code:28
diff --git a/metadata/de.vier_bier.habpanelviewer.txt b/metadata/de.vier_bier.habpanelviewer.txt
new file mode 100644
index 0000000000..5a962d7a2f
--- /dev/null
+++ b/metadata/de.vier_bier.habpanelviewer.txt
@@ -0,0 +1,36 @@
+Categories:Internet
+License:GPL-3.0-only
+Web Site:https://github.com/vbier/habpanelviewer
+Source Code:https://github.com/vbier/habpanelviewer
+Issue Tracker:https://github.com/vbier/habpanelviewer/issues
+
+Auto Name:HABPanelViewer
+
+Repo Type:git
+Repo:https://github.com/vbier/habpanelviewer
+
+Build:0.9.19,2
+ commit=0.9.19
+ subdir=app
+ gradle=yes
+
+Build:0.9.20,3
+ commit=0.9.20
+ subdir=app
+ gradle=yes
+
+Build:0.9.21,4
+ disable=lintVitalRelease fails
+ commit=0.9.21
+ subdir=app
+ gradle=yes
+
+Build:0.9.22,5
+ commit=0.9.22
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:0.9.22
+Current Version Code:5
diff --git a/metadata/de.we.acaldav.txt b/metadata/de.we.acaldav.txt
index 56c0dbbd83..376e780265 100644
--- a/metadata/de.we.acaldav.txt
+++ b/metadata/de.we.acaldav.txt
@@ -1,20 +1,20 @@
Categories:System
-License:GPL-3.0+
-Web Site:https://github.com/ennswi/AndroidCaldavSyncAdapater/blob/HEAD/README.md
-Source Code:https://github.com/ennswi/AndroidCaldavSyncAdapater
-Issue Tracker:https://github.com/ennswi/AndroidCaldavSyncAdapater/issues
-Changelog:https://github.com/ennswi/AndroidCaldavSyncAdapater/blob/HEAD/ACalDAV/CHANGELOG
+License:GPL-3.0-or-later
+Web Site:https://gitlab.com/ennswi/AndroidCaldavSyncAdapater/blob/HEAD/README.md
+Source Code:https://gitlab.com/ennswi/AndroidCaldavSyncAdapater
+Issue Tracker:https://gitlab.com/ennswi/AndroidCaldavSyncAdapater/issues
+Changelog:https://gitlab.com/ennswi/AndroidCaldavSyncAdapater/tags
Auto Name:aCalDAV
Summary:Synchronize calendar with a CalDAV server
Description:
-Synchronise your calendar from a caldav calendar server. Fully integrated and
-transparent in Android account management. It's based on
+Synchronise your calendar from a CalDAV calendar server like Baïkal or ownCloud.
+Fully integrated and transparent in Android account management. It's based on
[[org.gege.caldavsyncadapter]].
.
Repo Type:git
-Repo:https://github.com/ennswi/AndroidCaldavSyncAdapater
+Repo:https://gitlab.com/ennswi/AndroidCaldavSyncAdapater
Build:0.0.2,2
commit=0.0.2
diff --git a/metadata/de.westnordost.streetcomplete.txt b/metadata/de.westnordost.streetcomplete.txt
index dbf274c512..8dd35f8aa1 100644
--- a/metadata/de.westnordost.streetcomplete.txt
+++ b/metadata/de.westnordost.streetcomplete.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:Tobias Zwick
Author Email:osm@westnordost.de
Web Site:https://github.com/westnordost/StreetComplete
@@ -186,8 +186,53 @@ Build:4.1,403
subdir=app
gradle=yes
+Build:5.0,502
+ commit=v5.0
+ subdir=app
+ gradle=yes
+
+Build:5.1,503
+ commit=v5.1
+ subdir=app
+ gradle=yes
+
+Build:5.2,504
+ commit=v5.2
+ subdir=app
+ gradle=yes
+
+Build:6.0,602
+ commit=v6.0
+ subdir=app
+ gradle=yes
+
+Build:6.1,603
+ commit=v6.1
+ subdir=app
+ gradle=yes
+
+Build:7.0,701
+ commit=v7.0
+ subdir=app
+ gradle=yes
+
+Build:7.1,702
+ commit=v7.1
+ subdir=app
+ gradle=yes
+
+Build:8.0,801
+ commit=v8.0
+ subdir=app
+ gradle=yes
+
+Build:8.1,802
+ commit=v8.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
Update Check Ignore:(alpha|beta|rc|RC)
-Current Version:4.1
-Current Version Code:403
+Current Version:8.1
+Current Version Code:802
diff --git a/metadata/de.yaacc.txt b/metadata/de.yaacc.txt
index cb2c07fd64..c438a5152c 100644
--- a/metadata/de.yaacc.txt
+++ b/metadata/de.yaacc.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.yaacc.de
Source Code:https://sourceforge.net/p/yaacc/code
Issue Tracker:https://sourceforge.net/p/yaacc/tickets
diff --git a/metadata/de.yazo_games.mensaguthaben.txt b/metadata/de.yazo_games.mensaguthaben.txt
index 04abae16e1..ee78919b52 100644
--- a/metadata/de.yazo_games.mensaguthaben.txt
+++ b/metadata/de.yazo_games.mensaguthaben.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://jakobwenzel.github.io/MensaGuthaben
Source Code:https://github.com/jakobwenzel/MensaGuthaben
Issue Tracker:https://github.com/jakobwenzel/MensaGuthaben/issues
diff --git a/metadata/de.zauberstuhl.sechat.txt b/metadata/de.zauberstuhl.sechat.txt
index 838f253b4d..55213a6e8e 100644
--- a/metadata/de.zauberstuhl.sechat.txt
+++ b/metadata/de.zauberstuhl.sechat.txt
@@ -1,6 +1,6 @@
Disabled:Never built. Source code, site, tracker, etc no longer there.
Categories:Phone & SMS
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://www.sechat.org
Source Code:http://git.sechat.org/?p=SecHat.git;a=summary
Issue Tracker:http://bug.sechat.org/bug_report_page.php
diff --git a/metadata/de.zieren.rot13.txt b/metadata/de.zieren.rot13.txt
index 56f75ef90c..677e9f8167 100644
--- a/metadata/de.zieren.rot13.txt
+++ b/metadata/de.zieren.rot13.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/zieren/rot13translator
Issue Tracker:https://github.com/zieren/rot13translator/issues
diff --git a/metadata/dentex.youtube.downloader.txt b/metadata/dentex.youtube.downloader.txt
index e252683a7d..aaa3769935 100644
--- a/metadata/dentex.youtube.downloader.txt
+++ b/metadata/dentex.youtube.downloader.txt
@@ -1,7 +1,7 @@
Disabled:Outdated due API change, newer versions are proprietary.
AntiFeatures:UpstreamNonFree
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://dentex.github.io/apps/youtubedownloader
Source Code:
Issue Tracker:
diff --git a/metadata/dev.drsoran.moloko.txt b/metadata/dev.drsoran.moloko.txt
index ef92758d43..81875c45eb 100644
--- a/metadata/dev.drsoran.moloko.txt
+++ b/metadata/dev.drsoran.moloko.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/moloko
Source Code:https://code.google.com/p/moloko/source
Issue Tracker:
diff --git a/metadata/dev.dworks.apps.anexplorer.pro.txt b/metadata/dev.dworks.apps.anexplorer.pro.txt
new file mode 100644
index 0000000000..5ee5af1b79
--- /dev/null
+++ b/metadata/dev.dworks.apps.anexplorer.pro.txt
@@ -0,0 +1,53 @@
+AntiFeatures:Tracking
+Categories:System
+License:Apache-2.0
+Web Site:https://anexplorer.co/
+Source Code:https://github.com/1hakr/AnExplorer
+Issue Tracker:https://github.com/1hakr/AnExplorer/issues
+Donate:https://ko-fi.com/H2H6BPBP
+
+Auto Name:AnExplorer
+Summary:All-in-one file management tools
+Description:
+AnExplorer File Manager is a Simple, Small, Fast and Efficient File Explorer. It
+supports RTL and shows the size of folders across the storages. File Manager is
+designed for all android devices including Phones, Phablets, Tablets and Android
+TV. It's fully designed with Material guidelines by Google. It supports all
+Android versions from Jellybean, Kitkat, Marshmallow to Nougat. We dont take any
+unnecessary permissions.
+.
+
+Repo Type:git
+Repo:https://github.com/1hakr/AnExplorer.git
+
+Build:3.8,62
+ commit=v3.8
+ subdir=app
+ gradle=other,pro
+ srclibs=RootTools@3.4
+ rm=app/libs
+ prebuild=cp -fR $$RootTools$$/RootTools/src/main/java/com src/main/java/ && \
+ sed -i -e '/maven.fabric.io/d' -e '/io.fabric.tools/d' -e '/google-services/d' ../build.gradle && \
+ sed -i -e '/keystore.properties/d' build.gradle
+
+Build:3.9,64
+ commit=v3.9
+ subdir=app
+ gradle=other,pro
+ srclibs=RootTools@3.4
+ rm=app/libs
+ prebuild=cp -fR $$RootTools$$/RootTools/src/main/java/com src/main/java/ && \
+ sed -i -e '/maven.fabric.io/d' -e '/io.fabric.tools/d' -e '/google-services/d' ../build.gradle && \
+ sed -i -e '/keystoreProperties/,+5d' build.gradle
+
+Maintainer Notes:
+The app has a free and a pro flavors.
+The free flavor contains proprietary libraries (crashlytics and firebase-ads) but the pro flavor does not.
+AntiFeature due to https://github.com/1hakr/AnExplorer/issues/97
+Could be removed after a new release that remove this suspicious connections
+.
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:3.9
+Current Version Code:64
diff --git a/metadata/dev.ukanth.ufirewall.txt b/metadata/dev.ukanth.ufirewall.txt
index 5dd23ef048..9c1d87a1b1 100644
--- a/metadata/dev.ukanth.ufirewall.txt
+++ b/metadata/dev.ukanth.ufirewall.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeAdd
Categories:Security,Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/ukanth/afwall/wiki
Source Code:https://github.com/ukanth/afwall
Issue Tracker:https://github.com/ukanth/afwall/issues
@@ -503,7 +503,16 @@ Build:2.9.8,15980
build=make -C ../external -j`nproc` NDK="$$NDK$$" NDK_PROJECT_PATH="$PWD/.."
ndk=r10e
+Build:2.9.9,15992
+ commit=v2.9.9
+ subdir=aFWall
+ gradle=yes
+ prebuild=sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
+ scandelete=aFWall/src/main/res/raw/
+ build=make -C ../external -j`nproc` NDK="$$NDK$$" NDK_PROJECT_PATH="$PWD/.."
+ ndk=r10e
+
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9.]+$
-Current Version:2.9.8
-Current Version Code:15980
+Current Version:2.9.9
+Current Version Code:15992
diff --git a/metadata/dk.jens.backup.txt b/metadata/dk.jens.backup.txt
index 220a88ee03..606a2cdcf8 100644
--- a/metadata/dk.jens.backup.txt
+++ b/metadata/dk.jens.backup.txt
@@ -99,7 +99,23 @@ Build:0.2.13,20
gradle=yes
rm=libs/*.jar
+Build:0.3.0,21
+ commit=0.3.0
+ gradle=yes
+ srclibs=rustup@1.14.0
+ build=$$rustup$$/rustup-init.sh -y && \
+ source $HOME/.cargo/env && \
+ rustup target add armv7-linux-androideabi && \
+ $$NDK$$/build/tools/make_standalone_toolchain.py --api 18 --install-dir=armv7_toolchain --arch=arm && \
+ cd oab-utils && \
+ mkdir .cargo && \
+ printf "[target.armv7-linux-androideabi]\n linker = \""$(realpath ../armv7_toolchain)"/bin/arm-linux-androideabi-clang\"" > .cargo/config && \
+ cargo build --release --target armv7-linux-androideabi && \
+ mkdir -p ../src/main/assets && \
+ cp -v target/*/release/oab-utils ../src/main/assets
+ ndk=r17b
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:0.2.13
-Current Version Code:20
+Current Version:0.3.0
+Current Version Code:21
diff --git a/metadata/dk.kk.ibikecph.txt b/metadata/dk.kk.ibikecph.txt
index 38dc499d59..e2ee220c2f 100644
--- a/metadata/dk.kk.ibikecph.txt
+++ b/metadata/dk.kk.ibikecph.txt
@@ -44,5 +44,5 @@ Build:2.0,69
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:2.2.3
-Current Version Code:82
+Current Version:2.2.4
+Current Version Code:86
diff --git a/metadata/dk.meznik.jan.encrypttext.txt b/metadata/dk.meznik.jan.encrypttext.txt
new file mode 100644
index 0000000000..1fb7d857c3
--- /dev/null
+++ b/metadata/dk.meznik.jan.encrypttext.txt
@@ -0,0 +1,29 @@
+Categories:Security
+License:MIT
+Web Site:
+Source Code:https://github.com/JanmanX/EncryptTextApp
+Issue Tracker:https://github.com/JanmanX/EncryptTextApp/issues
+
+Auto Name:Encrypt Text
+Summary:Minimalistic application to encrypt plain text using AES 256
+Description:
+A simple application to encrypt text. Can be used in combination with many other
+applications, to increase security and privacy.
+
+The application can be opened just as any other application. However, to avoid
+the tedious application switching, the encryption can happen in-place, in any
+application.
+.
+
+Repo Type:git
+Repo:https://github.com/JanmanX/EncryptTextApp.git
+
+Build:1.0,1
+ commit=1
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %c
+Update Check Mode:Tags
+Current Version:1.0
+Current Version Code:1
diff --git a/metadata/dk.nindroid.rss.txt b/metadata/dk.nindroid.rss.txt
index ac558336c5..07ef1e8bb2 100644
--- a/metadata/dk.nindroid.rss.txt
+++ b/metadata/dk.nindroid.rss.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/floatingimage
Source Code:https://code.google.com/p/floatingimage/source
Issue Tracker:
diff --git a/metadata/dmusiolik.pijaret.txt b/metadata/dmusiolik.pijaret.txt
index be5a1a925c..7be4154409 100644
--- a/metadata/dmusiolik.pijaret.txt
+++ b/metadata/dmusiolik.pijaret.txt
@@ -1,5 +1,5 @@
Categories:System,Security,Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/MrFlyingToasterman/Pijaret
Issue Tracker:https://github.com/MrFlyingToasterman/Pijaret/issues
diff --git a/metadata/douzifly.list.txt b/metadata/douzifly.list.txt
index 57f6a5e0b4..66c3b9fea6 100644
--- a/metadata/douzifly.list.txt
+++ b/metadata/douzifly.list.txt
@@ -1,5 +1,5 @@
Categories:Time,Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/douzifly/clear-todolist
Issue Tracker:https://github.com/douzifly/clear-todolist/issues
diff --git a/metadata/dulleh.akhyou.fdroid.txt b/metadata/dulleh.akhyou.fdroid.txt
index 90455b69e8..d32a90377e 100644
--- a/metadata/dulleh.akhyou.fdroid.txt
+++ b/metadata/dulleh.akhyou.fdroid.txt
@@ -1,9 +1,9 @@
AntiFeatures:Tracking
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://dulleh.github.io/akhyou/
-Source Code:https://github.com/dulleh/akhyou
-Issue Tracker:https://github.com/dulleh/akhyou/issues
+Source Code:
+Issue Tracker:
Auto Name:Akhyou!
Summary:Stream and download anime
@@ -12,9 +12,6 @@ Akhyou! lets you stream or download anime from a variety of streaming sites
using your media player of choice
.
-Repo Type:git
-Repo:https://github.com/dulleh/akhyou.git
-
Build:2.0.6,3
commit=v2.0.6
subdir=akhyou2
@@ -27,6 +24,8 @@ Build:2.0.8,5
gradle=fdroid
Auto Update Mode:Version v%v
-Update Check Mode:Tags
+Update Check Mode:None
Current Version:2.0.8
Current Version Code:5
+
+No Source Since:2.0.9
diff --git a/metadata/edu.harvard.android.mmskeeper.txt b/metadata/edu.harvard.android.mmskeeper.txt
index 75e83d0d1e..37a6380436 100644
--- a/metadata/edu.harvard.android.mmskeeper.txt
+++ b/metadata/edu.harvard.android.mmskeeper.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/bencebeky/MMSKeeper
Issue Tracker:https://github.com/bencebeky/MMSKeeper/issues
diff --git a/metadata/edu.killerud.kitchentimer.txt b/metadata/edu.killerud.kitchentimer.txt
index 93bb31cab5..aed8afeb4e 100644
--- a/metadata/edu.killerud.kitchentimer.txt
+++ b/metadata/edu.killerud.kitchentimer.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/wkillerud/hiofenigma-android
Issue Tracker:https://github.com/wkillerud/hiofenigma-android/issues
diff --git a/metadata/edu.nyu.cs.omnidroid.app.txt b/metadata/edu.nyu.cs.omnidroid.app.txt
index 34d0ff6951..4b9149549c 100644
--- a/metadata/edu.nyu.cs.omnidroid.app.txt
+++ b/metadata/edu.nyu.cs.omnidroid.app.txt
@@ -1,7 +1,7 @@
Categories:System
License:Apache-2.0
-Web Site:https://code.google.com/p/omnidroid
-Source Code:https://code.google.com/p/omnidroid/source
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:Omnidroid
@@ -14,9 +14,6 @@ trigger any other applications actions. An intuitive user interface allows the
user to control what events cause what actions to occur.
.
-Repo Type:git-svn
-Repo:https://omnidroid.googlecode.com/svn;trunk=trunk;tags=tags
-
Build:0.2.1,6
commit=release-0.2.1
subdir=omnidroid
@@ -25,3 +22,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:0.2.1
Current Version Code:6
+
+No Source Since:0.2.2
diff --git a/metadata/edu.rit.poe.atomix.txt b/metadata/edu.rit.poe.atomix.txt
index 3315bf9124..0d28eb9f24 100644
--- a/metadata/edu.rit.poe.atomix.txt
+++ b/metadata/edu.rit.poe.atomix.txt
@@ -1,7 +1,7 @@
Categories:Games
-License:GPL-2.0
-Web Site:https://code.google.com/p/droid-atomix
-Source Code:https://code.google.com/p/droid-atomix/source
+License:GPL-2.0-only
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:DroidAtomix
@@ -11,9 +11,6 @@ This is a puzzle game to build molecules from individual atoms. Atoms can move
left, right, up or down, and will continue to slide until they hit any obstacle.
.
-Repo Type:hg
-Repo:https://droid-atomix.googlecode.com/hg
-
Build:1.0.1,2
commit=ea2086d1f9fe759866008f6fe5187fc1cc97bd1d
prebuild=sed -i -e "/key\.alias.*/d" -e "/key\.store.*/d" *.properties
@@ -23,3 +20,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:1.0.1
Current Version Code:2
+
+No Source Since:1.0.2
diff --git a/metadata/ee.smkv.calc.loan.txt b/metadata/ee.smkv.calc.loan.txt
index ffa1a75fd1..2e9cfed02a 100644
--- a/metadata/ee.smkv.calc.loan.txt
+++ b/metadata/ee.smkv.calc.loan.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/smkv/android-simple-loan-calculator
Issue Tracker:https://github.com/smkv/android-simple-loan-calculator/issues
diff --git a/metadata/email.schaal.ocreader.txt b/metadata/email.schaal.ocreader.txt
index 82987bd106..2edd449654 100644
--- a/metadata/email.schaal.ocreader.txt
+++ b/metadata/email.schaal.ocreader.txt
@@ -1,5 +1,5 @@
Categories:Reading,Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Author Name:Daniel Schaal
Author Email:daniel@schaal.email
Web Site:
@@ -221,7 +221,27 @@ Build:0.39,42
subdir=app
gradle=yes
+Build:0.40,43
+ commit=v0.40
+ subdir=app
+ gradle=yes
+
+Build:0.41,44
+ commit=v0.41
+ subdir=app
+ gradle=yes
+
+Build:0.42,45
+ commit=v0.42
+ subdir=app
+ gradle=yes
+
+Build:0.43,46
+ commit=v0.43
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.39
-Current Version Code:42
+Current Version:0.43
+Current Version Code:46
diff --git a/metadata/es.cesar.quitesleep.txt b/metadata/es.cesar.quitesleep.txt
index b6efd076d4..f7536cca56 100644
--- a/metadata/es.cesar.quitesleep.txt
+++ b/metadata/es.cesar.quitesleep.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/cesarvaliente/quitesleep
Issue Tracker:https://github.com/cesarvaliente/quitesleep/issues
diff --git a/metadata/es.esy.CosyDVR.txt b/metadata/es.esy.CosyDVR.txt
index aeb38bbd9b..e377b0f6c7 100644
--- a/metadata/es.esy.CosyDVR.txt
+++ b/metadata/es.esy.CosyDVR.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://cosydvr.esy.es
Source Code:https://github.com/sergstetsuk/CosyDVR
Issue Tracker:https://github.com/sergstetsuk/CosyDVR/issues
diff --git a/metadata/es.prodevelop.gvsig.mini.txt b/metadata/es.prodevelop.gvsig.mini.txt
index fb1110de27..4227a30651 100644
--- a/metadata/es.prodevelop.gvsig.mini.txt
+++ b/metadata/es.prodevelop.gvsig.mini.txt
@@ -1,6 +1,6 @@
Disabled:Await further development: can't figure out where the jars come from
Categories:Navigation
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://confluence.prodevelop.es/display/GVMN/Home
Source Code:https://svn.prodevelop.es/public/gvsigmini
Issue Tracker:
diff --git a/metadata/es.usc.citius.servando.calendula.txt b/metadata/es.usc.citius.servando.calendula.txt
index dc4a3a88af..1a367fa35f 100644
--- a/metadata/es.usc.citius.servando.calendula.txt
+++ b/metadata/es.usc.citius.servando.calendula.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://tec.citius.usc.es/calendula/
Source Code:https://github.com/citiususc/calendula
Issue Tracker:https://github.com/citiususc/calendula/issues
@@ -179,7 +179,51 @@ Build:2.5.4,35
popd && \
cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
+Build:2.5.5,36
+ commit=v2.5.5
+ subdir=Calendula
+ gradle=product
+ srclibs=google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
+ rm=Calendula/libs/*.jar
+ prebuild=pushd $$google-rfc-2445$$ && \
+ ant && \
+ popd && \
+ cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
+
+Build:2.5.6,37
+ commit=v2.5.6
+ subdir=Calendula
+ gradle=product
+ srclibs=google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
+ rm=Calendula/libs/*.jar
+ prebuild=pushd $$google-rfc-2445$$ && \
+ ant && \
+ popd && \
+ cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
+
+Build:2.5.7,38
+ commit=v2.5.7
+ subdir=Calendula
+ gradle=product
+ srclibs=google-rfc-2445@6a774da03398607cd8c416aa8bd769887b970d07
+ rm=Calendula/libs/*.jar
+ prebuild=pushd $$google-rfc-2445$$ && \
+ ant && \
+ popd && \
+ cp $$google-rfc-2445$$/jars/rfc2445.jar libs/
+
+Build:2.5.8,39
+ commit=v2.5.8
+ 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.4
-Current Version Code:35
+Current Version:2.5.8
+Current Version Code:39
diff --git a/metadata/et.nWifiManager.txt b/metadata/et.nWifiManager.txt
index f51846f3a0..b845f2d1a2 100644
--- a/metadata/et.nWifiManager.txt
+++ b/metadata/et.nWifiManager.txt
@@ -1,5 +1,5 @@
Categories:Connectivity,Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/ET-CS/EZ-Wifi-Notification
Issue Tracker:https://github.com/ET-CS/EZ-Wifi-Notification/issues
diff --git a/metadata/eu.depau.etchdroid.yml b/metadata/eu.depau.etchdroid.yml
new file mode 100644
index 0000000000..44ed660d1c
--- /dev/null
+++ b/metadata/eu.depau.etchdroid.yml
@@ -0,0 +1,52 @@
+Categories:
+ - System
+License: GPL-3.0-or-later
+WebSite: https://etchdroid.depau.eu
+SourceCode: https://github.com/Depau/EtchDroid
+IssueTracker: https://github.com/Depau/EtchDroid/issues
+Donate: https://etchdroid.depau.eu/#support-the-project
+
+AutoName: EtchDroid
+Summary: An application that helps you write images to USB drives, no root required
+Description: |-
+ EtchDroid is an open-source application that helps you write images to USB drives.
+ You can use it to make a bootable GNU/Linux USB drive when your laptop is dead
+ and you're in the middle of nowhere.
+
+ Features:
+ * Supports raw disk images and most GNU/Linux distributions ISOs
+ * Supports most DMG disk images (beta)
+ * No root - everything is done within the bounds of the Android API
+ * Free as in freedom
+
+ Planned features:
+ * Write common GNU/Linux distro in streaming from the Internet without storing it on the device
+ * Support for Windows installation ISO (will likely require root)
+ * Support for Unetbootin-style image flashing
+
+RepoType: git
+Repo: https://github.com/Depau/EtchDroid.git
+
+Builds:
+ - versionName: '1.2'
+ versionCode: 3
+ commit: v1.2
+ subdir: app
+ submodules: true
+ gradle:
+ - yes
+ ndk: r17b
+
+ - versionName: '1.3'
+ versionCode: 4
+ commit: v1.3
+ subdir: app
+ submodules: true
+ gradle:
+ - yes
+ ndk: r17b
+
+AutoUpdateMode: Version v%v
+UpdateCheckMode: Tags
+CurrentVersion: '1.3'
+CurrentVersionCode: 4
diff --git a/metadata/eu.devunit.fb_client.txt b/metadata/eu.devunit.fb_client.txt
index 31cc2ff610..8ff8bf80d4 100644
--- a/metadata/eu.devunit.fb_client.txt
+++ b/metadata/eu.devunit.fb_client.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/sebastianrakel/fb-client-android
Issue Tracker:https://github.com/sebastianrakel/fb-client-android/issues
diff --git a/metadata/eu.domob.anacam.txt b/metadata/eu.domob.anacam.txt
index ca66240926..6488d0d0c4 100644
--- a/metadata/eu.domob.anacam.txt
+++ b/metadata/eu.domob.anacam.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://www.domob.eu/projects/anacam.php
Source Code:https://sourceforge.net/p/anacam/code
Issue Tracker:https://sourceforge.net/p/anacam/tickets
diff --git a/metadata/eu.domob.angulo.txt b/metadata/eu.domob.angulo.txt
index bcfe23dd50..b300bd8c2c 100644
--- a/metadata/eu.domob.angulo.txt
+++ b/metadata/eu.domob.angulo.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://www.domob.eu/projects/angulo.php
Source Code:https://sourceforge.net/p/angulo/code
Issue Tracker:https://sourceforge.net/p/angulo/tickets
diff --git a/metadata/eu.domob.bjtrainer.txt b/metadata/eu.domob.bjtrainer.txt
index b30fab2eea..b318c6e198 100644
--- a/metadata/eu.domob.bjtrainer.txt
+++ b/metadata/eu.domob.bjtrainer.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://www.domob.eu/projects/bjtrainer.php
Source Code:https://sourceforge.net/p/bjtrainer/code
Issue Tracker:https://sourceforge.net/p/bjtrainer/tickets
diff --git a/metadata/eu.domob.shopt.txt b/metadata/eu.domob.shopt.txt
index 74dfcd293f..0a133ce2ee 100644
--- a/metadata/eu.domob.shopt.txt
+++ b/metadata/eu.domob.shopt.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://www.domob.eu/projects/shopt.php
Source Code:https://www.gitorious.org/shopt/shopt
Issue Tracker:
diff --git a/metadata/eu.faircode.email.yml b/metadata/eu.faircode.email.yml
new file mode 100644
index 0000000000..7edacce81e
--- /dev/null
+++ b/metadata/eu.faircode.email.yml
@@ -0,0 +1,144 @@
+Categories:
+ - Internet
+License: GPL-3.0-only
+AuthorName: Marcel Bokhorst (M66B)
+WebSite: https://email.faircode.eu/
+SourceCode: https://github.com/M66B/open-source-email
+IssueTracker: https://forum.xda-developers.com/android/apps-games/source-email-t3824168
+Changelog: https://github.com/M66B/open-source-email/releases
+Donate: https://email.faircode.eu/pro/
+Bitcoin: 13nUbfsLUzK9Sr7ZJgDRHNR91BJMuDuJnf
+
+AutoName: FairEmail
+Summary: Privacy friendly email app
+Description: |-
+ This email app might be for you if your current email app:
+ * takes long to receive or show messages
+ * can manage only one email address
+ * cannot show conversations
+ * cannot work offline
+ * looks outdated
+ * is not maintained
+ * stores your email on their servers
+ * is closed source, potentially violating your privacy
+
+ This app is minimalistic by design, so you can concentrate on reading and
+ writing messages.
+
+ This app starts a foreground service with a low priority status bar
+ notification to make sure you'll never miss new email.
+
+ '''Features'''
+ * 100 % open source
+ * Multiple accounts (inboxes)
+ * Multiple identities (outboxes)
+ * Unified inbox
+ * Message threading
+ * Distraction free reading and writing
+ * Two way synchronization
+ * Offline storage and operations
+ * Battery friendly
+ * Low data usage
+ * Folder management
+ * Material design
+
+ '''Pro features'''
+ * Signatures
+ * Dark theme
+ * Account colors
+ * Standard replies
+ * Sort on time, unread or starred
+ * Server search
+ * Preview sender/subject in new messages status bar notification
+ * Export settings
+
+ '''Simple'''
+ * Easy navigation
+ * No unnecessary settings
+ * No bells and whistles
+
+ '''Secure'''
+ * Allow encrypted connections only
+ * Accept valid security certificates only
+ * Authentication required
+ * Safe message view (styling, scripting and unsafe HTML removed)
+ * No special permissions required
+ * No advertisements
+ * No analytics and no tracking
+
+ '''Efficient'''
+ * [IMAP IDLE https://en.wikipedia.org/wiki/IMAP_IDLE] (push messages) supported
+ * Built with latest development tools and libraries
+ * Android 6 Marshmallow or later required
+
+ See [here https://github.com/M66B/open-source-email/blob/master/FAQ.md] for a list of often asked questions.
+
+RepoType: git
+Repo: https://github.com/M66B/open-source-email
+
+Builds:
+ - versionName: '0.32'
+ versionCode: 32
+ commit: '0.32'
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: '0.36'
+ versionCode: 36
+ commit: '0.36'
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: '0.47'
+ versionCode: 47
+ commit: '0.47'
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: '0.69'
+ versionCode: 69
+ commit: '0.69'
+ subdir: app
+ submodules: true
+ gradle:
+ - yes
+
+ - versionName: '0.70'
+ versionCode: 70
+ commit: '0.70'
+ subdir: app
+ submodules: true
+ gradle:
+ - yes
+
+ - versionName: '0.71'
+ versionCode: 71
+ commit: '0.71'
+ subdir: app
+ submodules: true
+ gradle:
+ - yes
+
+ - versionName: '0.73'
+ versionCode: 73
+ commit: '0.73'
+ subdir: app
+ submodules: true
+ gradle:
+ - yes
+
+ - versionName: '1.76'
+ versionCode: 76
+ commit: '1.76'
+ subdir: app
+ submodules: true
+ gradle:
+ - yes
+
+AutoUpdateMode: Version %v
+UpdateCheckMode: Tags
+CurrentVersion: '1.76'
+CurrentVersionCode: 76
diff --git a/metadata/eu.faircode.finegeotag.txt b/metadata/eu.faircode.finegeotag.txt
index 2b6d94ee31..c21b210d56 100644
--- a/metadata/eu.faircode.finegeotag.txt
+++ b/metadata/eu.faircode.finegeotag.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/M66B/FineGeotag/blob/HEAD/README.md
Source Code:https://github.com/M66B/FineGeotag
Issue Tracker:https://github.com/M66B/FineGeotag/issues
diff --git a/metadata/eu.faircode.netguard.txt b/metadata/eu.faircode.netguard.txt
index 0547407b40..13f3d8213f 100644
--- a/metadata/eu.faircode.netguard.txt
+++ b/metadata/eu.faircode.netguard.txt
@@ -1,20 +1,62 @@
-AntiFeatures:UpstreamNonFree
Categories:Security,Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://www.netguard.me
Source Code:https://github.com/M66B/NetGuard
-Issue Tracker:https://github.com/M66B/NetGuard/issues
+Issue Tracker:https://forum.xda-developers.com/android/apps-games/app-netguard-root-firewall-t3233012
Donate:https://www.netguard.me
Bitcoin:13vtPytVVqCwojmohAqsK61Tk4yGXSWpJK
Auto Name:NetGuard
Summary:Block network access
Description:
-Simple way to block access to the internet - no root required. Applications can
-individually be allowed or denied access via your Wi-Fi and/or mobile
-connection.
+NetGuard provides simple and advanced ways to block access to the internet - no
+root required.
-Last F-Droid version is 2.44 since later versions have non-free dependencies.
+Applications and addresses can individually be allowed or denied access to your
+Wi-Fi and/or mobile connection.
+
+'''Blocking access to the internet can help:'''
+
+* reduce your data usage
+* save your battery
+* increase your privacy
+
+'''Features'''
+
+* Simple to use
+* No root required
+* 100% open source
+* No calling home
+* No tracking or analytics
+* Actively developed and supported
+* Android 5.1 and later supported
+* IPv4/IPv6 TCP/UDP supported
+* Tethering supported
+* Optionally allow when screen on
+* Optionally block when roaming
+* Optionally block system applications
+* Optionally notify when an application accesses the internet
+* Optionally record network usage per application per address
+* Material design theme with light and dark theme
+
+'''PRO features:'''
+
+* Log all outgoing traffic; search and filter access attempts; export PCAP files to analyze traffic
+* Allow/block individual addresses per application
+* New application notifications; configure NetGuard directly from the notification
+* Display network speed graph in a status bar notification
+* Select from five additional themes in both light and dark version
+
+There is no other no-root firewall offering all these features.
+
+If you have a question or problem, you can send an e-mail to
+marcel+netguard@faircode.eu
+
+If you like to help people less fluent in English, you can help translate
+NetGuard in your language on [https://crowdin.com/project/netguard/ Crowdin]
+
+All required permissions are described
+[https://github.com/M66B/NetGuard/blob/master/FAQ.md#FAQ42 here]
.
Repo Type:git
@@ -497,14 +539,57 @@ Build:2.44,2016072421
gradle=yes
output=build/outputs/apk/NetGuard-v2.44-lollipop-release-unsigned.apk
-Maintainer Notes:
-Firebase is proprietary, upstreamnonfree since 2.45. 2.44 is as of 2016-11-13 still
-usable and should therefore not be pushed to archive.
+Build:2.197,2018052201
+ commit=2.197
+ subdir=app
+ gradle=yes
-Update Check Mode:Tags ^[0-9.]*$
-.
+Build:2.198,2018052301
+ commit=2.198
+ subdir=app
+ gradle=yes
-Auto Update Mode:None
-Update Check Mode:None
-Current Version:2.44
-Current Version Code:2016072421
+Build:2.199,2018062601
+ commit=2.199
+ subdir=app
+ gradle=yes
+
+Build:2.200,2018070101
+ commit=2.200
+ subdir=app
+ gradle=yes
+
+Build:2.203,2018070901
+ commit=2.203
+ subdir=app
+ gradle=yes
+
+Build:2.204,2018071001
+ commit=2.204
+ subdir=app
+ gradle=yes
+
+Build:2.205,2018080101
+ commit=2.205
+ subdir=app
+ gradle=yes
+
+Build:2.206,2018082301
+ commit=2.206
+ subdir=app
+ gradle=yes
+
+Build:2.207,2018091101
+ commit=2.207
+ subdir=app
+ gradle=yes
+
+Build:2.209,2018100201
+ commit=2.209
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags ^[0-9.]+$
+Current Version:2.209
+Current Version Code:2018100201
diff --git a/metadata/eu.faircode.xlua.yml b/metadata/eu.faircode.xlua.yml
index ccd8ef4855..4b931f52b5 100644
--- a/metadata/eu.faircode.xlua.yml
+++ b/metadata/eu.faircode.xlua.yml
@@ -1,9 +1,12 @@
+AntiFeatures:
+ - NonFreeAdd
Categories:
- System
- Security
-License: GPL-3.0
+License: GPL-3.0-only
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
@@ -22,7 +25,7 @@ Description: |-
* Simple to use
* Manage any user or system app
- * Extensible
+ * Extensible (only with proprietary "Pro Companion App")
* Multi-user support
* Free and open source
@@ -58,8 +61,8 @@ Description: |-
* Hide: return empty list
* Fake: return empty or fake value
- It is possible to add custom restriction definitions, see this
- [https://github.com/M66B/XPrivacyLua/blob/master/FAQ.md#FAQ8 FAQ] for details.
+ 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:'''
@@ -93,7 +96,49 @@ Builds:
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
+
+ - versionName: 1.23.15
+ versionCode: 116
+ commit: 1.23.15
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: 1.23.16
+ versionCode: 117
+ commit: 1.23.16
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: 1.23.17
+ versionCode: 118
+ commit: 1.23.17
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: 1.23.20
+ versionCode: 121
+ commit: 1.23.20
+ subdir: app
+ gradle:
+ - yes
+
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
-CurrentVersion: 1.23.12
-CurrentVersionCode: 113
+CurrentVersion: 1.23.20
+CurrentVersionCode: 121
diff --git a/metadata/eu.hydrologis.geopaparazzi.txt b/metadata/eu.hydrologis.geopaparazzi.txt
index 241dea8a3e..a99988b599 100644
--- a/metadata/eu.hydrologis.geopaparazzi.txt
+++ b/metadata/eu.hydrologis.geopaparazzi.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://geopaparazzi.github.io/geopaparazzi
Source Code:https://github.com/geopaparazzi/geopaparazzi
Issue Tracker:https://github.com/geopaparazzi/geopaparazzi/issues
diff --git a/metadata/eu.kanade.tachiyomi.txt b/metadata/eu.kanade.tachiyomi.txt
index b6d17de1a9..cd4617cac7 100644
--- a/metadata/eu.kanade.tachiyomi.txt
+++ b/metadata/eu.kanade.tachiyomi.txt
@@ -187,7 +187,19 @@ Build:0.7.2,35
gradle=fdroid
prebuild=sed -i -e '/play-services/d' build.gradle
+Build:0.7.3,36
+ commit=v0.7.3
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '/play-services/d' build.gradle
+
+Build:0.7.4,37
+ commit=v0.7.4
+ 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.7.2
-Current Version Code:35
+Current Version:0.7.4
+Current Version Code:37
diff --git a/metadata/eu.lavarde.pmtd.txt b/metadata/eu.lavarde.pmtd.txt
index ded0a77c56..a52cb26459 100644
--- a/metadata/eu.lavarde.pmtd.txt
+++ b/metadata/eu.lavarde.pmtd.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://eric.lavar.de/comp/android/pmtd
Source Code:https://github.com/ericzolf/pmtd
Issue Tracker:https://github.com/ericzolf/pmtd/issues
diff --git a/metadata/eu.mrogalski.saidit.txt b/metadata/eu.mrogalski.saidit.txt
index e127b9504e..508b1429bf 100644
--- a/metadata/eu.mrogalski.saidit.txt
+++ b/metadata/eu.mrogalski.saidit.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/mafik/echo
Issue Tracker:https://github.com/mafik/echo/issues
@@ -9,6 +9,11 @@ Summary:Record audio in the backgroud
Description:
Continuously record audio for retrieval at a later time. Unless saved,
recordings are deleted on a rolling basis.
+
+* record harassment and bullying (even when you didn't anticipated them)
+* save important pieces of information (phone numbers / passwords / instructions)
+* record cute/funny moments
+* prove that someone said (or didn't said) something
.
Repo Type:git
diff --git a/metadata/eu.polarclock.txt b/metadata/eu.polarclock.txt
index bcdf41ef68..cf26e6c4e9 100644
--- a/metadata/eu.polarclock.txt
+++ b/metadata/eu.polarclock.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/beriain/PolarClock
Issue Tracker:https://github.com/beriain/PolarClock/issues
@@ -49,7 +49,17 @@ Build:1.4.2,8
subdir=app
gradle=yes
+Build:1.4.3,9
+ commit=1.4.3
+ subdir=app
+ gradle=yes
+
+Build:1.4.4,10
+ commit=1.4.4
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.4.2
-Current Version Code:8
+Current Version:1.4.4
+Current Version Code:10
diff --git a/metadata/eu.pretix.pretixdroid.yml b/metadata/eu.pretix.pretixdroid.yml
index 4ce54eba5b..1dcac21bf4 100644
--- a/metadata/eu.pretix.pretixdroid.yml
+++ b/metadata/eu.pretix.pretixdroid.yml
@@ -1,6 +1,6 @@
Categories:
- Multimedia
-License: GPL-3.0
+License: GPL-3.0-only
SourceCode: https://github.com/pretix/pretixdroid
IssueTracker: https://github.com/pretix/pretixdroid/issues
@@ -31,7 +31,15 @@ Builds:
gradle:
- yes
+ - versionName: '1.11'
+ versionCode: 13
+ commit: v1.11
+ subdir: pretixdroid/app
+ submodules: true
+ gradle:
+ - yes
+
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
-CurrentVersion: '1.10'
-CurrentVersionCode: 12
+CurrentVersion: '1.11'
+CurrentVersionCode: 13
diff --git a/metadata/eu.quelltext.mundraub.txt b/metadata/eu.quelltext.mundraub.txt
new file mode 100644
index 0000000000..18a6f6f6ef
--- /dev/null
+++ b/metadata/eu.quelltext.mundraub.txt
@@ -0,0 +1,139 @@
+AntiFeatures:NonFreeNet,Tracking
+Categories:Internet,Science & Education,Sports & Health
+License:GPL-3.0-only
+Author Name:Nicco Kunzmann
+Author Email:niccokunzmann@rambler.ru
+Web Site:https://github.com/niccokunzmann/mundraub-android
+Source Code:https://github.com/niccokunzmann/mundraub-android
+Issue Tracker:https://github.com/niccokunzmann/mundraub-android/issues
+
+Auto Name:Fruit Radar
+
+Repo Type:git
+Repo:https://github.com/niccokunzmann/mundraub-android.git
+
+Build:1.0,1
+ commit=v1.0
+ subdir=app
+ gradle=yes
+
+Build:1.8,9
+ commit=v1.8
+ subdir=app
+ gradle=yes
+
+Build:1.13,14
+ commit=v1.13
+ subdir=app
+ gradle=yes
+
+Build:1.18,19
+ commit=v1.18
+ subdir=app
+ gradle=yes
+
+Build:1.22,23
+ commit=v1.22
+ subdir=app
+ gradle=yes
+
+Build:1.26,27
+ commit=v1.26
+ subdir=app
+ gradle=yes
+
+Build:1.27,28
+ commit=v1.27
+ subdir=app
+ gradle=yes
+
+Build:1.30,31
+ commit=v1.30
+ subdir=app
+ gradle=yes
+
+Build:1.36,37
+ commit=v1.36
+ subdir=app
+ gradle=yes
+
+Build:1.43,44
+ commit=v1.43
+ subdir=app
+ gradle=yes
+
+Build:1.47,48
+ commit=v1.47
+ subdir=app
+ gradle=yes
+
+Build:1.61,62
+ commit=v1.61
+ subdir=app
+ gradle=yes
+
+Build:1.62,63
+ commit=v1.62
+ subdir=app
+ gradle=yes
+
+Build:1.63,64
+ commit=v1.63
+ subdir=app
+ gradle=yes
+
+Build:1.66,67
+ commit=v1.66
+ subdir=app
+ gradle=yes
+
+Build:1.71,72
+ commit=v1.71
+ subdir=app
+ gradle=yes
+
+Build:1.79,80
+ disable=app/src/main/res/values-fr_FR: Error: Invalid resource directory name
+ commit=v1.79
+ subdir=app
+ gradle=yes
+
+Build:1.90,91
+ commit=v1.90
+ subdir=app
+ gradle=yes
+
+Build:1.95,96
+ commit=v1.95
+ subdir=app
+ gradle=yes
+
+Build:1.109,110
+ commit=v1.109
+ subdir=app
+ gradle=yes
+
+Build:1.112,113
+ commit=v1.112
+ subdir=app
+ gradle=yes
+
+Build:1.117,118
+ commit=v1.117
+ subdir=app
+ gradle=yes
+
+Build:1.125,126
+ commit=v1.125
+ subdir=app
+ gradle=yes
+
+Build:1.133,134
+ commit=v1.133
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.133
+Current Version Code:134
diff --git a/metadata/eu.siacs.conversations.legacy.txt b/metadata/eu.siacs.conversations.legacy.txt
index 6ad6f0250f..947992aaa6 100644
--- a/metadata/eu.siacs.conversations.legacy.txt
+++ b/metadata/eu.siacs.conversations.legacy.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:Daniel Gultsch
Web Site:https://conversations.im/
Source Code:https://github.com/siacs/Conversations/tree/legacy
@@ -35,7 +35,16 @@ Build:1.23.9,255
gradle=free
prebuild=sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle
+Build:1.23.10,256
+ commit=8da8cfb28856020e9587cc1cc53eeacbecf907f2
+ gradle=free
+ prebuild=sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle
+
+Build:1.23.12,258
+ commit=bf3e625c4e96214352934169400facb05f20cc32
+ gradle=free
+
Auto Update Mode:None
Update Check Mode:None
-Current Version:1.23.9
-Current Version Code:255
+Current Version:1.23.12
+Current Version Code:258
diff --git a/metadata/eu.siacs.conversations.txt b/metadata/eu.siacs.conversations.txt
index f2d481f81a..e088c3e1a1 100644
--- a/metadata/eu.siacs.conversations.txt
+++ b/metadata/eu.siacs.conversations.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:Daniel Gultsch
Web Site:https://conversations.im/
Source Code:https://github.com/siacs/Conversations
@@ -10,23 +10,22 @@ LiberapayID:34225
Bitcoin:1AeqNAcg85APAZj9BZfAjdFCC5zesqXp2B
Auto Name:Conversations
-Summary:Chat using the XMPP network
+Summary:A Jabber/XMPP chat client
Description:
-WARNING: Version 2.0.0 removed OTR support, it is recommended to switch to OMEMO
+Easy to use, reliable, battery friendly. With built-in support for images, group
+chats and e2e encryption.
-Design principles
+Design principles:
* Be as beautiful and easy to use as possible without sacrificing security or privacy
-* Rely on existing, well established protocols (XMPP)
+* 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 [http://conversations.im/omemo/ OMEMO] or [http://openpgp.org/about/ OpenPGP]
-* Send and receive images as well as other kind of files
-* Share your location via an external plug-in (available in F-Droid Archive)
-* Indication when your contact has read your message
+* End-to-end encryption with either [http://conversations.im/omemo/ OMEMO] or [http://openpgp.org/about/ OpenPGP]
+* Sending and receiving images
* Intuitive UI that follows Android Design guidelines
* Pictures / Avatars for your Contacts
* Syncs with desktop client
@@ -35,17 +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
-* XEP-0363: HTTP File Upload
+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
@@ -969,7 +983,88 @@ Build:2.0.0,261
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
+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
+
+Build:2.1.4,268
+ commit=2.1.4
+ 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.2.0,270
+ commit=2.2.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.2.1,272
+ commit=2.2.1
+ gradle=free
+ prebuild=sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle
+
+Build:2.2.2,273
+ commit=2.2.2
+ gradle=free
+ prebuild=sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle
+
+Build:2.2.3,274
+ commit=2.2.3
+ gradle=free
+ prebuild=sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle
+
+Build:2.2.4-fcr,276
+ commit=2.2.4
+ gradle=freeCompat
+ prebuild=sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle
+
+Build:2.2.5+fcr,277
+ commit=2.2.5
+ gradle=freeCompat
+ prebuild=sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle
+
+Build:2.2.6+fcr,278
+ commit=2.2.6
+ gradle=freeCompat
+ prebuild=sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle
+
+Build:2.2.7+fcr,279
+ commit=2.2.7
+ gradle=freeCompat
+ prebuild=sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' build.gradle
+
+Build:2.2.8+fcr,280
+ commit=2.2.8
+ gradle=freeCompat
+
+Build:2.2.9+fcr,283
+ commit=2.2.9
+ gradle=freeCompat
+
+Build:2.3.0+fcr,290
+ commit=2.3.0
+ gradle=freeCompat
+
+Build:2.3.1+fcr,293
+ commit=2.3.1
+ gradle=freeCompat
+
+Auto Update Mode:Version %v+fcr
Update Check Mode:Tags ^[0-9.]+$
-Current Version:2.0.0
-Current Version Code:261
+Current Version:2.3.1+fcr
+Current Version Code:293
diff --git a/metadata/eu.siacs.conversations.voicerecorder.txt b/metadata/eu.siacs.conversations.voicerecorder.txt
index f919bbc2c0..2b50dceb90 100644
--- a/metadata/eu.siacs.conversations.voicerecorder.txt
+++ b/metadata/eu.siacs.conversations.voicerecorder.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:Daniel Gultsch
Web Site:
Source Code:https://github.com/siacs/VoiceRecorder
@@ -10,6 +10,8 @@ Bitcoin:1AeqNAcg85APAZj9BZfAjdFCC5zesqXp2B
Auto Name:Voice Recorder Plugin
Summary:Send audio messages via Conversations
Description:
+Note: As of Conversations 2.2.0 this functionality is integrated in the main app
+
This simple voice recorder can be used to send voice messages from within
Conversations, an XMPP client. It is more straightforward than using Android's
built-in or the vendor's voice recording UIs.
diff --git a/metadata/eu.siebeck.sipswitch.txt b/metadata/eu.siebeck.sipswitch.txt
index af3a88ae34..dfb91dfa2a 100644
--- a/metadata/eu.siebeck.sipswitch.txt
+++ b/metadata/eu.siebeck.sipswitch.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/robert7k/sipswitch
Issue Tracker:https://github.com/robert7k/sipswitch/issues
diff --git a/metadata/eu.uwot.fabio.altcoinprices.txt b/metadata/eu.uwot.fabio.altcoinprices.txt
index 8d7b7d5df8..12c12be5b3 100644
--- a/metadata/eu.uwot.fabio.altcoinprices.txt
+++ b/metadata/eu.uwot.fabio.altcoinprices.txt
@@ -1,6 +1,6 @@
Categories:Money
-License:GPL-3.0
-Web Site:https://uwot.eu/blog/altcoin-prices
+License:GPL-3.0-only
+Web Site:https://altcoinprices.uwot.eu
Source Code:https://gitlab.com/cfabio/AltcoinPrices/tree/HEAD
Issue Tracker:https://gitlab.com/cfabio/AltcoinPrices/issues
Changelog:https://gitlab.com/cfabio/AltcoinPrices/tags
@@ -121,7 +121,118 @@ Build:1.4.16,38
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
+
+Build:1.5.1,42
+ commit=1.5.1
+ subdir=Altcoin Prices
+ gradle=yes
+
+Build:1.5.2,43
+ commit=1.5.2
+ subdir=Altcoin Prices
+ gradle=yes
+
+Build:1.5.3,44
+ commit=1.5.3
+ subdir=Altcoin Prices
+ gradle=yes
+
+Build:1.5.4,45
+ commit=1.5.4
+ subdir=Altcoin Prices
+ gradle=yes
+
+Build:1.5.5,46
+ commit=1.5.5
+ subdir=Altcoin Prices
+ gradle=yes
+
+Build:1.5.6,47
+ commit=1.5.6
+ subdir=Altcoin Prices
+ gradle=yes
+
+Build:1.5.7,48
+ commit=1.5.7
+ subdir=Altcoin Prices
+ gradle=yes
+
+Build:1.5.8,49
+ commit=1.5.8
+ subdir=Altcoin Prices
+ gradle=yes
+
+Build:1.5.11,52
+ commit=1.5.11
+ subdir=Altcoin Prices
+ gradle=yes
+
+Build:1.5.12,53
+ commit=1.5.12
+ subdir=Altcoin Prices
+ gradle=yes
+
+Build:1.5.13,54
+ commit=1.5.13
+ subdir=Altcoin Prices
+ gradle=fdroid
+
+Build:1.5.14,55
+ disable=No fdroid flavor
+ commit=1.5.14
+ subdir=Altcoin Prices
+ gradle=fdroid
+
+Build:1.6.0,56
+ commit=1.6.0
+ subdir=Altcoin Prices
+ gradle=fdroid
+
+Build:1.6.2,58
+ commit=1.6.2
+ subdir=Altcoin Prices
+ gradle=fdroid
+
+Build:1.6.4,60
+ commit=1.6.4
+ subdir=Altcoin Prices
+ gradle=fdroid
+
+Build:1.6.5,61
+ commit=1.6.5
+ subdir=Altcoin Prices
+ gradle=fdroid
+
+Build:1.6.6,62
+ commit=1.6.6
+ subdir=Altcoin Prices
+ gradle=fdroid
+
+Build:1.6.10,66
+ commit=1.6.10
+ subdir=Altcoin Prices
+ gradle=fdroid
+
+Build:1.6.11,67
+ commit=1.6.11
+ subdir=Altcoin Prices
+ gradle=fdroid
+
+Build:1.6.12,68
+ commit=1.6.12
+ subdir=Altcoin Prices
+ gradle=fdroid
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.4.16
-Current Version Code:38
+Current Version:1.6.12
+Current Version Code:68
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 0b0ba541b3..3d64b72a12 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 7f4c253145..2b8fdc0694 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 99cc03a854..7b4842249b 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 16d846031b..50c200c305 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/eu.veldsoft.colors.overflow.txt b/metadata/eu.veldsoft.colors.overflow.txt
index d81be7d507..53c1fad3b6 100644
--- a/metadata/eu.veldsoft.colors.overflow.txt
+++ b/metadata/eu.veldsoft.colors.overflow.txt
@@ -1,9 +1,9 @@
AntiFeatures:Ads
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/TodorBalabanov/ColorsOverflow
-Issue Tracker:https://github.com/TodorBalabanov/ColorsOverflow/issues
+Source Code:https://github.com/VelbazhdSoftwareLLC/ColorsOverflow
+Issue Tracker:https://github.com/VelbazhdSoftwareLLC/ColorsOverflow/issues
Auto Name:Colors Overflow
Summary:Puzzle game
@@ -31,7 +31,7 @@ are a lot of tips and tricks to learn.
.
Repo Type:git
-Repo:https://github.com/TodorBalabanov/ColorsOverflow
+Repo:https://github.com/VelbazhdSoftwareLLC/ColorsOverflow
Build:1.0,1
commit=d883da8108eec6af7f806a7c6c67900344d25811
diff --git a/metadata/eu.veldsoft.complica4.txt b/metadata/eu.veldsoft.complica4.txt
index 3491871df5..6c19ecb3f2 100644
--- a/metadata/eu.veldsoft.complica4.txt
+++ b/metadata/eu.veldsoft.complica4.txt
@@ -1,18 +1,24 @@
AntiFeatures:Ads
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/TodorBalabanov/Complica4
-Issue Tracker:https://github.com/TodorBalabanov/Complica4/issues
+Source Code:https://github.com/VelbazhdSoftwareLLC/Complica4
+Issue Tracker:https://github.com/VelbazhdSoftwareLLC/Complica4/issues
Auto Name:Complica4
Summary:Puzzle game
Description:
-Based on the original board game Complica.
+''Complica4'' is a modified version for four players of the game ''Complica,''
+which is similar to the game Connect Four. In Complica (not like in Connect
+Four), when a piece is placed, it does not remain there for the entire game.
+Another piece may be used to slide the entire row over. Winner is first person
+to have 4 pieces in a row. The mechanic of the sliding rows means that each
+player can possibly have 4 in a row at the same time, causing the game to
+continue until this situation can be broken up.
.
Repo Type:git
-Repo:https://github.com/TodorBalabanov/Complica4
+Repo:https://github.com/VelbazhdSoftwareLLC/Complica4
Build:1.0,1
commit=186e5f3ba0f61f549fae7a43265c5bdacf8fd4ad
diff --git a/metadata/eu.veldsoft.fish.rings.txt b/metadata/eu.veldsoft.fish.rings.txt
index c33922f6e9..790ad950c3 100644
--- a/metadata/eu.veldsoft.fish.rings.txt
+++ b/metadata/eu.veldsoft.fish.rings.txt
@@ -1,9 +1,9 @@
AntiFeatures:Ads
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/TodorBalabanov/FishRingsForAndroid
-Issue Tracker:https://github.com/TodorBalabanov/FishRingsForAndroid/issues
+Source Code:https://github.com/VelbazhdSoftwareLLC/FishRingsForAndroid
+Issue Tracker:https://github.com/VelbazhdSoftwareLLC/FishRingsForAndroid/issues
Auto Name:Fish Rings for Android
Summary:Puzzle game
@@ -13,7 +13,7 @@ goal of the puzzle is to solve it as it was in the initial stage.
.
Repo Type:git
-Repo:https://github.com/TodorBalabanov/FishRingsForAndroid
+Repo:https://github.com/VelbazhdSoftwareLLC/FishRingsForAndroid
Build:1.0,1
commit=0a163981ff916d2f7475a9ea3aee6adf1f63a239
diff --git a/metadata/eu.veldsoft.four.row.solitaire.txt b/metadata/eu.veldsoft.four.row.solitaire.txt
index 7c719685ca..9b5d33bebd 100644
--- a/metadata/eu.veldsoft.four.row.solitaire.txt
+++ b/metadata/eu.veldsoft.four.row.solitaire.txt
@@ -1,9 +1,9 @@
Disabled:changed app id
Categories:Games
-License:GPL-3.0+
-Web Site:https://github.com/TodorBalabanov/FourRowSolitaire/blob/HEAD/README.md
-Source Code:https://github.com/TodorBalabanov/FourRowSolitaire
-Issue Tracker:https://github.com/TodorBalabanov/FourRowSolitaire/issues
+License:GPL-3.0-or-later
+Web Site:https://github.com/VelbazhdSoftwareLLC/FreeKlondike/blob/HEAD/README.md
+Source Code:https://github.com/VelbazhdSoftwareLLC/FreeKlondike
+Issue Tracker:https://github.com/VelbazhdSoftwareLLC/FreeKlondike/issues
Auto Name:Free Klondike
Summary:Play solitaire like card game
@@ -33,7 +33,7 @@ Features unique to this game:
.
Repo Type:git
-Repo:https://github.com/TodorBalabanov/FourRowSolitaire
+Repo:https://github.com/VelbazhdSoftwareLLC/FreeKlondike
Build:1.2,3
disable=includes awt
diff --git a/metadata/eu.veldsoft.hungarian.rings.txt b/metadata/eu.veldsoft.hungarian.rings.txt
index efc140e735..ac79d38d84 100644
--- a/metadata/eu.veldsoft.hungarian.rings.txt
+++ b/metadata/eu.veldsoft.hungarian.rings.txt
@@ -1,9 +1,9 @@
AntiFeatures:Ads
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/TodorBalabanov/HungarianRingsForAndroid
-Issue Tracker:https://github.com/TodorBalabanov/HungarianRingsForAndroid/issues
+Source Code:https://github.com/VelbazhdSoftwareLLC/HungarianRingsForAndroid
+Issue Tracker:https://github.com/VelbazhdSoftwareLLC/HungarianRingsForAndroid/issues
Auto Name:Hungarian Rings for Android
Summary:Puzzle game
@@ -14,7 +14,7 @@ balls. Each ring of balls can be turned, so the balls can be mixed.
.
Repo Type:git
-Repo:https://github.com/TodorBalabanov/HungarianRingsForAndroid
+Repo:https://github.com/VelbazhdSoftwareLLC/HungarianRingsForAndroid
Build:1.0,1
commit=0e73cb7b523754511c947a119ed5d3603339de2e
diff --git a/metadata/eu.veldsoft.ithaka.board.game.txt b/metadata/eu.veldsoft.ithaka.board.game.txt
index 4d76fbfd4f..12cb0514b7 100644
--- a/metadata/eu.veldsoft.ithaka.board.game.txt
+++ b/metadata/eu.veldsoft.ithaka.board.game.txt
@@ -1,18 +1,30 @@
AntiFeatures:Ads
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/TodorBalabanov/IthakaBoardGame
-Issue Tracker:https://github.com/TodorBalabanov/IthakaBoardGame/issues
+Source Code:https://github.com/VelbazhdSoftwareLLC/IthakaBoardGame
+Issue Tracker:https://github.com/VelbazhdSoftwareLLC/IthakaBoardGame/issues
Auto Name:Ithaka Board Game
Summary:Puzzle game
Description:
-Ithaka is a board game is played on a four by four square grid.
+''Ithaka'' is played on a four by four square grid with three pieces in each of
+four colors. The pieces are initially arranged so that the three pieces of each
+color occupy a corner space and the two adjacent edge spaces.
+
+All of the pieces are shared by both players. Each player, in turn, moves one
+piece any number of spaces in a straight orthogonal or diagonal line over as
+many empty spaces as is desired, with the following restrictions:
+
+* The piece moved must not be the same piece moved on your opponent's most recent turn;
+* The piece moved must begin next to a piece of the same color;
+
+Win either by getting three pieces of one color in a row or by leaving your
+opponent with no available moves.
.
Repo Type:git
-Repo:https://github.com/TodorBalabanov/IthakaBoardGame
+Repo:https://github.com/VelbazhdSoftwareLLC/IthakaBoardGame
Build:1.0,1
commit=2b57b0a94179bfea1ba2cb6ede9c49dc2d0e4050
diff --git a/metadata/eu.veldsoft.politrics.txt b/metadata/eu.veldsoft.politrics.txt
index 96c5ea1345..5cdd3b1916 100644
--- a/metadata/eu.veldsoft.politrics.txt
+++ b/metadata/eu.veldsoft.politrics.txt
@@ -1,19 +1,32 @@
AntiFeatures:Ads
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/TodorBalabanov/Politrics
-Issue Tracker:https://github.com/TodorBalabanov/Politrics/issues
+Source Code:https://github.com/VelbazhdSoftwareLLC/Politrics
+Issue Tracker:https://github.com/VelbazhdSoftwareLLC/Politrics/issues
Auto Name:Politrics
Summary:Board game
Description:
Politrics is a board game similar to Chess. The game was invented by Wilfrid
Hartnagel. Android application was created by Todor Balabanov.
+
+Depending on where the first figure is placed there can be more than 23000
+opening moves, hence it is most unlikely that a game will ever be played twice.
+Players develop their own tactics to win boards and strategies to win the game.
+
+There are 3 ways to win a board:
+
+# by creating a line of 5 figures that cannot be beaten.
+# by beating your opponent’s President.
+# by reducing the amount of your opponent’s figures. When you don’t have enough figures left to create a line of five you have lost.
+
+The maximum score of a board is 100 points. You need 100 points to win the game.
+You may win the game by winning several boards or one only.
.
Repo Type:git
-Repo:https://github.com/TodorBalabanov/Politrics
+Repo:https://github.com/VelbazhdSoftwareLLC/Politrics
Build:1.0,1
commit=f77ba059a6a5308fb5a98673112aa3406e927809
diff --git a/metadata/eu.veldsoft.scribe4.txt b/metadata/eu.veldsoft.scribe4.txt
index 4a83ef8935..b51b53351c 100644
--- a/metadata/eu.veldsoft.scribe4.txt
+++ b/metadata/eu.veldsoft.scribe4.txt
@@ -1,9 +1,9 @@
AntiFeatures:Ads
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/TodorBalabanov/Scribe4
-Issue Tracker:https://github.com/TodorBalabanov/Scribe4/issues
+Source Code:https://github.com/VelbazhdSoftwareLLC/Scribe4
+Issue Tracker:https://github.com/VelbazhdSoftwareLLC/Scribe4/issues
Auto Name:Scribe4
Summary:Fun game
@@ -21,7 +21,7 @@ mini grid. The winner of the majority of mini grids wins the game.
.
Repo Type:git
-Repo:https://github.com/TodorBalabanov/Scribe4
+Repo:https://github.com/VelbazhdSoftwareLLC/Scribe4
Build:1.0,1
commit=110c1971f9e73c46d1f5a2618b77e4281f7d428c
diff --git a/metadata/eu.veldsoft.svarka.odds.calculator.txt b/metadata/eu.veldsoft.svarka.odds.calculator.txt
index 5b71b63574..18ab5d8a2f 100644
--- a/metadata/eu.veldsoft.svarka.odds.calculator.txt
+++ b/metadata/eu.veldsoft.svarka.odds.calculator.txt
@@ -1,9 +1,9 @@
AntiFeatures:Ads
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/TodorBalabanov/SvarkaOddsCalculator
-Issue Tracker:https://github.com/TodorBalabanov/SvarkaOddsCalculator/issues
+Source Code:https://github.com/VelbazhdSoftwareLLC/SvarkaOddsCalculator
+Issue Tracker:https://github.com/VelbazhdSoftwareLLC/SvarkaOddsCalculator/issues
Auto Name:Svarka Odds Calculator
Summary:Bulgarian card game odds calculator
@@ -13,7 +13,7 @@ called Svarka.
.
Repo Type:git
-Repo:https://github.com/TodorBalabanov/SvarkaOddsCalculator
+Repo:https://github.com/VelbazhdSoftwareLLC/SvarkaOddsCalculator
Build:1.2,3
commit=a7b8faf49531fd22e5d6e76a287e28460db5bc47
diff --git a/metadata/eu.veldsoft.tuty.fruty.slot.txt b/metadata/eu.veldsoft.tuty.fruty.slot.txt
index a215db729c..b98b7ffa13 100644
--- a/metadata/eu.veldsoft.tuty.fruty.slot.txt
+++ b/metadata/eu.veldsoft.tuty.fruty.slot.txt
@@ -1,9 +1,9 @@
AntiFeatures:Ads
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/TodorBalabanov/tuty-fruty-slot-for-android
-Issue Tracker:https://github.com/TodorBalabanov/tuty-fruty-slot-for-android/issues
+Source Code:https://github.com/VelbazhdSoftwareLLC/tuty-fruty-slot-for-android
+Issue Tracker:https://github.com/VelbazhdSoftwareLLC/tuty-fruty-slot-for-android/issues
Auto Name:Tuty Fruty Slot for Android
Summary:Play on a virtual slot machine
@@ -13,7 +13,7 @@ three rows and set of betting lines.
.
Repo Type:git
-Repo:https://github.com/TodorBalabanov/tuty-fruty-slot-for-android
+Repo:https://github.com/VelbazhdSoftwareLLC/tuty-fruty-slot-for-android
Build:1.1,2
commit=d56053e64262afb4b9fe13e2e96bd8d4f6e394cb
diff --git a/metadata/eu.veldsoft.vitoshadm.txt b/metadata/eu.veldsoft.vitoshadm.txt
index bab5e50d1b..68c36e890b 100644
--- a/metadata/eu.veldsoft.vitoshadm.txt
+++ b/metadata/eu.veldsoft.vitoshadm.txt
@@ -1,9 +1,9 @@
AntiFeatures:Ads
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/TodorBalabanov/VitoshaDM
-Issue Tracker:https://github.com/TodorBalabanov/VitoshaDM/issues
+Source Code:https://github.com/VelbazhdSoftwareLLC/VitoshaDM
+Issue Tracker:https://github.com/VelbazhdSoftwareLLC/VitoshaDM/issues
Auto Name:VitoshaDM
Summary:Helps you to make decisions
@@ -15,7 +15,7 @@ take a solution. After that, just hit the roll button and observe the result.
.
Repo Type:git
-Repo:https://github.com/TodorBalabanov/VitoshaDM.git
+Repo:https://github.com/VelbazhdSoftwareLLC/VitoshaDM.git
Build:1.1,2
commit=9bb2284b501c38d7cbb51fc2510aa64ea2602631
diff --git a/metadata/eu.vranckaert.worktime.txt b/metadata/eu.vranckaert.worktime.txt
index 65145f52c7..b4982fbb96 100644
--- a/metadata/eu.vranckaert.worktime.txt
+++ b/metadata/eu.vranckaert.worktime.txt
@@ -44,7 +44,7 @@ Upstream went proprietary: https://code.google.com/p/worktime/issues/detail?id=2
Auto Update Mode:None
Update Check Mode:None
-Current Version:1.1.15
-Current Version Code:270
+Current Version:0
+Current Version Code:0
No Source Since:1.1.16
diff --git a/metadata/eu.woju.android.packages.hud.txt b/metadata/eu.woju.android.packages.hud.txt
index c2cd96fa00..eedcfa79ff 100644
--- a/metadata/eu.woju.android.packages.hud.txt
+++ b/metadata/eu.woju.android.packages.hud.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/woju/hud
Issue Tracker:https://github.com/woju/hud/issues
diff --git a/metadata/faenza.adw.theme.txt b/metadata/faenza.adw.theme.txt
index b18285a90f..8e765dd880 100644
--- a/metadata/faenza.adw.theme.txt
+++ b/metadata/faenza.adw.theme.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/faenza-adw-theme
Source Code:https://code.google.com/p/faenza-adw-theme/source
Issue Tracker:
diff --git a/metadata/felixwiemuth.lincal.txt b/metadata/felixwiemuth.lincal.txt
index af64b0cc8b..790cfec866 100644
--- a/metadata/felixwiemuth.lincal.txt
+++ b/metadata/felixwiemuth.lincal.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/felixwiemuth/LinCal/blob/HEAD/README.md
Source Code:https://github.com/felixwiemuth/LinCal
Issue Tracker:https://github.com/felixwiemuth/LinCal/issues
diff --git a/metadata/fi.testbed2.txt b/metadata/fi.testbed2.txt
index 04bb0801bf..4e0da63326 100644
--- a/metadata/fi.testbed2.txt
+++ b/metadata/fi.testbed2.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/mvestola/helsinki-testbed2-android
Issue Tracker:https://github.com/mvestola/helsinki-testbed2-android/issues
@@ -36,5 +36,5 @@ Build:2.0.14,22
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:2.0.14
-Current Version Code:22
+Current Version:2.0.15
+Current Version Code:23
diff --git a/metadata/fil.libre.repwifiapp.txt b/metadata/fil.libre.repwifiapp.txt
index 31072dec0a..a1d37c4fc9 100644
--- a/metadata/fil.libre.repwifiapp.txt
+++ b/metadata/fil.libre.repwifiapp.txt
@@ -1,5 +1,5 @@
Categories:System,Connectivity,Internet
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:Filippo 'Fil' Bergamo
Web Site:https://git.replicant.us/contrib/Fil/RepWifiApp/plain/README.md
Source Code:https://git.replicant.us/contrib/Fil/RepWifiApp
@@ -28,7 +28,15 @@ Build:0.6.2,5
commit=v0.6.2
subdir=app
+Build:0.9-beta,9
+ commit=v0.9-beta
+ subdir=app
+
+Build:0.9.1-beta,10
+ commit=v0.9.1-beta
+ subdir=app
+
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v
-Current Version:0.6.2
-Current Version Code:5
+Current Version:0.9.1-beta
+Current Version Code:10
diff --git a/metadata/fly.speedmeter.grub.txt b/metadata/fly.speedmeter.grub.txt
index 798705e58a..22840a308f 100644
--- a/metadata/fly.speedmeter.grub.txt
+++ b/metadata/fly.speedmeter.grub.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://github.com/flyingrub/SpeedMeter/blob/HEAD/README.md
Source Code:https://github.com/flyingrub/SpeedMeter
Issue Tracker:https://github.com/flyingrub/SpeedMeter/issues
diff --git a/metadata/fm.a2d.sf.txt b/metadata/fm.a2d.sf.txt
index 9f445ec110..090780ee33 100644
--- a/metadata/fm.a2d.sf.txt
+++ b/metadata/fm.a2d.sf.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:AGPL-3.0+
+License:AGPL-3.0-or-later
Web Site:https://github.com/mikereidis/spirit2_free/blob/HEAD/README_OPENSOURCE_BUILDING.txt
Source Code:https://github.com/mikereidis/spirit2_free
Issue Tracker:https://github.com/mikereidis/spirit2_free/issues
diff --git a/metadata/fm.libre.droid.txt b/metadata/fm.libre.droid.txt
index 393fa68b58..335fd76283 100644
--- a/metadata/fm.libre.droid.txt
+++ b/metadata/fm.libre.droid.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://libre.fm
Source Code:https://github.com/foocorp/gnu-fm
Issue Tracker:
@@ -8,6 +8,12 @@ Auto Name:Libre Droid
Summary:Client for Libre.fm
Description:
A streaming radio player client for Libre.fm.
+
+'''Note:''' You must sign up for a free account at www.libre.fm to be able to
+use this application.
+
+Listen to free music released under creative commons licenses from Libre.fm. You
+can legally download, remix and share any music you hear from this service.
.
Repo Type:git
diff --git a/metadata/foehnix.widget.txt b/metadata/foehnix.widget.txt
new file mode 100644
index 0000000000..8f752e60de
--- /dev/null
+++ b/metadata/foehnix.widget.txt
@@ -0,0 +1,34 @@
+Categories:Navigation,Phone & SMS
+License:GPL-3.0-only
+Web Site:
+Source Code:https://github.com/dzmanto/foehnix
+Issue Tracker:https://github.com/dzmanto/foehnix/issues
+
+Auto Name:Föhnix
+Summary:The Foehnix weather widget aims at helping pilots with weather conditions
+Description:
+* Assessment of Foehn conditions for pilots.
+* Intended for paraglider and for hangglider pilots.
+* Displays pressure differences + relevant wind gusts.
+* Updates every 15 minutes or on request.
+* Share functionality via text message, emails.
+.
+
+Repo Type:git
+Repo:https://github.com/dzmanto/foehnix.git
+
+Build:2.2,22
+ commit=2.3
+ subdir=app
+ gradle=yes
+
+Build:2.2,23
+ disable=this version is actually older than 22
+ commit=2.2
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:2.2
+Current Version Code:23
diff --git a/metadata/fr.ac_versailles.dane.xiaexpress.txt b/metadata/fr.ac_versailles.dane.xiaexpress.txt
new file mode 100644
index 0000000000..d00569e724
--- /dev/null
+++ b/metadata/fr.ac_versailles.dane.xiaexpress.txt
@@ -0,0 +1,42 @@
+Categories:Science & Education
+License:GPL-3.0-only
+Web Site:https://xia.dane.ac-versailles.fr/
+Source Code:https://github.com/gbarre/xiaExpressAndroid
+Issue Tracker:https://github.com/gbarre/xiaExpressAndroid/issues
+
+Auto Name:Xia Express
+Summary:Create interactive images by croping zoomable details
+Description:
+With Xia Express app, you can create interactive images by croping zoomable
+details. You can add commentaries to those details. This application is a lite
+version of [https://xia.dane.ac-versailles.fr/ Xia on desktop].
+
+Use Xia Express to :
+
+* Create interactive images
+* Create original presentations
+* Show images in a playful way by zooming on details
+* Associate images, videos, sounds and commentaries
+* Create a library of interactive images.
+
+This educational app was designed to be easily mastered. It is for teachers and
+students.
+.
+
+Repo Type:git
+Repo:https://github.com/gbarre/xiaExpressAndroid.git
+
+Build:1.0-Beta4,10
+ commit=v1.0-beta.4
+ subdir=app
+ gradle=yes
+
+Build:1.0,14
+ commit=v1.0
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.0
+Current Version Code:14
diff --git a/metadata/fr.asterope.txt b/metadata/fr.asterope.txt
index 91f56871e3..1a453ea05b 100644
--- a/metadata/fr.asterope.txt
+++ b/metadata/fr.asterope.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://sourceforge.net/projects/androidrun
Source Code:https://sourceforge.net/p/androidrun/code
Issue Tracker:
diff --git a/metadata/fr.bellev.stdatmosphere.txt b/metadata/fr.bellev.stdatmosphere.txt
index 10c3daab7f..52327acccd 100644
--- a/metadata/fr.bellev.stdatmosphere.txt
+++ b/metadata/fr.bellev.stdatmosphere.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/mathbellev/StdAtmosphere
Issue Tracker:https://github.com/mathbellev/StdAtmosphere/issues
@@ -24,5 +24,5 @@ Build:1.0,1
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:1.0
-Current Version Code:1
+Current Version:2.0
+Current Version Code:2
diff --git a/metadata/fr.byped.bwarearea.txt b/metadata/fr.byped.bwarearea.txt
new file mode 100644
index 0000000000..85dbf216b3
--- /dev/null
+++ b/metadata/fr.byped.bwarearea.txt
@@ -0,0 +1,44 @@
+Categories:Navigation
+License:MIT
+Web Site:https://github.com/X-Ryl669/BwareArea
+Source Code:https://github.com/X-Ryl669/BwareArea
+Issue Tracker:https://github.com/X-Ryl669/BwareArea/issues
+
+Auto Name:BwareArea
+Summary:An offline GPS based POI alerter with overlay
+Description:
+How frustrating it is to have a offline navigation software to find out you
+can't be alerted approaching some point of interest / dangerous area ?
+
+This application just solves this. You'll import a POI list and it'll start an
+always-on-top widget displaying the closest POI and alerting you if you don't
+follow the POI requirements. All the parameters are configurable; minimal
+distance to warn, allowed over-speed, whether to automatically start when your
+car's Bluetooth is connected, or to log your track.
+
+Depending on your country's law, you can also limit to range alert (instead of
+exact position alert).
+.
+
+Repo Type:git
+Repo:https://github.com/X-Ryl669/BwareArea
+
+Build:0.6.2,1
+ commit=v0.6.2
+ subdir=app
+ gradle=yes
+
+Build:0.6.5,3
+ commit=v0.6.5
+ subdir=app
+ gradle=yes
+
+Build:0.6.6,4
+ commit=v0.6.6
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:0.6.6
+Current Version Code:4
diff --git a/metadata/fr.cap_rel.fr.sagc_plongee.fr.nitroxCalc.txt b/metadata/fr.cap_rel.fr.sagc_plongee.fr.nitroxCalc.txt
new file mode 100644
index 0000000000..f475a66ca6
--- /dev/null
+++ b/metadata/fr.cap_rel.fr.sagc_plongee.fr.nitroxCalc.txt
@@ -0,0 +1,26 @@
+Categories:Sports & Health
+License:GPL-3.0-only
+Web Site:
+Source Code:https://framagit.org/erics/nitroxCalc
+Issue Tracker:https://framagit.org/erics/nitroxCalc/issues
+
+Auto Name:nitroxCalc
+Summary:Nitrox Calculator for Diving
+Description:
+Compute nitrox parameters for Enriched Air Nitrox diving (this app is only in
+french for the moment but will be translated as soon as possible).
+.
+
+Repo Type:git
+Repo:https://framagit.org/erics/nitroxCalc.git
+
+Build:0.6.0,6008
+ commit=release-0.6.0
+ subdir=platforms/android
+ gradle=yes
+ prebuild=echo "android { lintOptions { checkReleaseBuilds false } }" >> build.gradle
+
+Auto Update Mode:Version release-%v
+Update Check Mode:Tags
+Current Version:0.6.0
+Current Version Code:600
diff --git a/metadata/fr.free.nrw.commons.txt b/metadata/fr.free.nrw.commons.txt
index 9ebf02f3ca..0f47e32db8 100644
--- a/metadata/fr.free.nrw.commons.txt
+++ b/metadata/fr.free.nrw.commons.txt
@@ -11,6 +11,19 @@ Images you upload via the app are added to Wikimedia Commons, a repository of
freely-licensed media used to illustrate Wikipedia and its sister projects. By
uploading your photos, you can help further the goal of spreading free knowledge
around the world.
+
+The Wikimedia Commons app is created and maintained by grantees and volunteers
+of the Wikimedia community to allow the Wikimedia community to contribute
+content to Wikimedia Commons. Wikimedia Commons, along with the other Wikimedia
+projects, is hosted by the Wikimedia Foundation.
+
+'''Features:'''
+
+* Upload photos to Commons directly from your smartphone
+* Categorize your photos to make them easier for other people to find
+* Categories are automatically suggested based on photo location data and title
+* View nearby missing images - this helps Wikipedia to have images for all articles, and you will discover beautiful places close to you
+* View all the contributions you have made to Commons in one gallery
.
Repo Type:git
@@ -128,7 +141,37 @@ Build:2.7.0,83
subdir=app
gradle=prod
+Build:2.7.1,84
+ commit=v2.7.1
+ subdir=app
+ gradle=prod
+
+Build:2.7.2,85
+ commit=v2.7.2
+ subdir=app
+ gradle=prod
+
+Build:2.8.1,88
+ commit=v2.8.1
+ subdir=app
+ gradle=prod
+
+Build:2.8.2,89
+ commit=v2.8.2
+ subdir=app
+ gradle=prod
+
+Build:2.8.3,90
+ commit=v2.8.3
+ subdir=app
+ gradle=prod
+
+Build:2.8.4,91
+ commit=v2.8.4
+ subdir=app
+ gradle=prod
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.7.0
-Current Version Code:83
+Current Version:2.8.4
+Current Version Code:91
diff --git a/metadata/fr.gaulupeau.apps.InThePoche.txt b/metadata/fr.gaulupeau.apps.InThePoche.txt
index 351d1a0478..57d59da45f 100644
--- a/metadata/fr.gaulupeau.apps.InThePoche.txt
+++ b/metadata/fr.gaulupeau.apps.InThePoche.txt
@@ -1,5 +1,5 @@
Categories:Internet,Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://www.wallabag.org
Source Code:https://github.com/wallabag/android-app
Issue Tracker:https://github.com/wallabag/android-app/issues
@@ -13,6 +13,22 @@ archive your articles. Unlike to other services, the server software is
MIT-licensed, so you can set it up on your own: Just follow the instructions at
[http://www.wallabag.org wallabag.org]. Optionally you can find a hosting
service in the [https://www.wallabag.org/frequently-asked-questions/ FAQ].
+
+This android application allows you read and manage your articles and
+automatically syncs them to the wallabag server. Next time you find an article
+you want to read later, save it into wallabag. It will be automatically synced
+on your phone, your tablet, your e-reader or your computer. Therefore, your can
+read it anytime anywhere, even offline.
+
+You can save an article into wallabag from nearly everywhere, including your
+computer and your favorite RSS reader apps.
+
+'''Bonus features:'''
+
+* Automatic synchronization between the server and the apps
+* Downloading pictures for offline reading
+* Tags to manage your content
+* Speech synthesis to listen to your articles
.
Repo Type:git
diff --git a/metadata/fr.gaulupeau.apps.Poche.txt b/metadata/fr.gaulupeau.apps.Poche.txt
index 3753463dce..0c06b6907b 100644
--- a/metadata/fr.gaulupeau.apps.Poche.txt
+++ b/metadata/fr.gaulupeau.apps.Poche.txt
@@ -1,6 +1,6 @@
Disabled:Superseded by fr.gaulupeau.apps.inthepoche
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.inthepoche.com
Source Code:https://bitbucket.org/jogaulupeau/poche/src
Issue Tracker:https://bitbucket.org/jogaulupeau/poche/issues
diff --git a/metadata/fr.gouv.etalab.mastodon.txt b/metadata/fr.gouv.etalab.mastodon.txt
index 5dd11509fb..448ad2c2a0 100644
--- a/metadata/fr.gouv.etalab.mastodon.txt
+++ b/metadata/fr.gouv.etalab.mastodon.txt
@@ -1,8 +1,9 @@
Categories:Internet
-License:GPL-3.0
-Web Site:https://tom79.bitbucket.io/
-Source Code:https://github.com/stom79/mastalab
-Issue Tracker:https://github.com/stom79/mastalab/issues
+License:GPL-3.0-only
+Web Site:https://mastalab.app/
+Source Code:https://gitlab.com/tom79/mastalab
+Issue Tracker:https://gitlab.com/tom79/mastalab/issues
+Changelog:https://gitlab.com/tom79/mastalab/tags
LiberapayID:23077
Auto Name:Mastalab
@@ -14,10 +15,21 @@ mechanism of auto-recording, and these messages can be scheduled. Stay aware due
to a system of push notifications when new content is available or when
receiving a notification on an account. Numerous features and settings
parameters will allow to tailor the behavior of the app with what you need.
+
+'''Features'''
+
+* Multi-account management
+* Timelines (Federated / Local / Home)
+* Actions on toots (mute, block, report, fave, boost/unboost, copy, translate, download media)
+* Write a toot, include media, set visibility, use tags and spoilers
+* Scheduled toots
+* Searches
+* Notifications
+* Built-in browser incl. full-screen video
.
Repo Type:git
-Repo:https://github.com/stom79/mastalab.git
+Repo:https://gitlab.com/tom79/mastalab.git
Build:1.3.7,34
commit=1.3.7
@@ -279,7 +291,133 @@ Build:1.8.5,117
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
+
+Build:1.8.8,121
+ commit=1.8.8
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \
+ sed -i -e '/playstoreImplementation/d' build.gradle
+
+Build:1.9.0,123
+ commit=1.9.0
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \
+ sed -i -e '/playstoreImplementation/d' build.gradle
+
+Build:1.10.1,125
+ commit=1.10.1
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \
+ sed -i -e '/playstoreImplementation/d' build.gradle
+
+Build:1.10.3,127
+ commit=1.10.3
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \
+ sed -i -e '/playstoreImplementation/d' build.gradle
+
+Build:1.10.4,129
+ commit=1.10.4
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \
+ sed -i -e '/playstoreImplementation/d' build.gradle
+
+Build:1.10.5,130
+ commit=1.10.5
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \
+ sed -i -e '/playstoreImplementation/d' build.gradle
+
+Build:1.11.0,132
+ commit=1.11.0
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \
+ sed -i -e '/playstoreImplementation/d' build.gradle
+
+Build:1.12.2,136
+ commit=1.12.2
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \
+ sed -i -e '/playstoreImplementation/d' build.gradle
+
+Build:1.13.0,138
+ commit=1.13.0
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \
+ sed -i -e '/playstoreImplementation/d' build.gradle
+
+Build:1.13.1,139
+ commit=1.13.1
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \
+ sed -i -e '/playstoreImplementation/d' build.gradle
+
+Build:1.13.3,141
+ commit=1.13.3
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \
+ sed -i -e '/playstoreImplementation/d' build.gradle
+
+Build:1.13.4,142
+ commit=1.13.4
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \
+ sed -i -e '/playstoreImplementation/d' build.gradle
+
+Build:1.13.6,144
+ commit=1.13.6
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \
+ sed -i -e '/playstoreImplementation/d' build.gradle
+
+Build:1.14.0,145
+ commit=1.14.0
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \
+ sed -i -e '/playstoreImplementation/d' build.gradle
+
+Build:1.14.2,147
+ commit=1.14.2
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \
+ sed -i -e '/playstoreImplementation/d' build.gradle
+
+Build:1.14.3,148
+ commit=1.14.3
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle && \
+ sed -i -e '/playstoreImplementation/d' build.gradle
+
Auto Update Mode:Version %v
Update Check Mode:Tags ^[0-9.]+$
-Current Version:1.8.5
-Current Version Code:117
+Current Version:1.14.3
+Current Version Code:148
diff --git a/metadata/fr.herverenault.directdictaphone.txt b/metadata/fr.herverenault.directdictaphone.txt
index 8ab641b5d1..1c65439294 100644
--- a/metadata/fr.herverenault.directdictaphone.txt
+++ b/metadata/fr.herverenault.directdictaphone.txt
@@ -1,17 +1,30 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/herverenault/DirectDictaphone
-Issue Tracker:https://github.com/herverenault/DirectDictaphone/issues
+Source Code:
+Issue Tracker:
Auto Name:Direct Dictaphone
Summary:Record short audio notes
Description:
Record short (~45 seconds) audio notes.
-.
-Repo Type:git
-Repo:https://github.com/herverenault/DirectDictaphone
+Want to record a thought? Just launch this app and talk. No need to click any
+other button. It tries to detect when you stop talking (provided you're not in
+an a noisy environment or far from the phone) and it records up to 45 seconds by
+default so it won't fill your memory card.
+
+Want to record another one? Touch the red dot, or launch it again from the phone
+lockscreen.
+
+This app is for recording short notes, such as "Remember to buy milk". If you
+want to record a long speech, don't use this app, but rather use VirtualRecorder
+for example.
+
+No network connection needed: notes are stored on the SD card. You can listen to
+notes later: press the "Menu" key in Android 2, or click on "Listen" in Android
+4 action bar. Then click on a note.
+.
Build:1.8,14
commit=v1.8
diff --git a/metadata/fr.herverenault.selfhostedgpstracker.txt b/metadata/fr.herverenault.selfhostedgpstracker.txt
index 9e78e946ec..31d3dc0a1d 100644
--- a/metadata/fr.herverenault.selfhostedgpstracker.txt
+++ b/metadata/fr.herverenault.selfhostedgpstracker.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/herverenault/Self-Hosted-GPS-Tracker/blob/HEAD/README.md
Source Code:https://github.com/herverenault/Self-Hosted-GPS-Tracker
Issue Tracker:https://github.com/herverenault/Self-Hosted-GPS-Tracker/issues
diff --git a/metadata/fr.hnit.babyname.txt b/metadata/fr.hnit.babyname.txt
index cb120099d1..e0e4e8c1bc 100644
--- a/metadata/fr.hnit.babyname.txt
+++ b/metadata/fr.hnit.babyname.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/mdecorde/BABYNAME
Issue Tracker:https://github.com/mdecorde/BABYNAME/issues
diff --git a/metadata/fr.hnit.riverferry.txt b/metadata/fr.hnit.riverferry.txt
index 79760f4190..41baa3569a 100644
--- a/metadata/fr.hnit.riverferry.txt
+++ b/metadata/fr.hnit.riverferry.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/mdecorde/BAC76
Issue Tracker:https://github.com/mdecorde/BAC76/issues
diff --git a/metadata/fr.keuse.rightsalert.txt b/metadata/fr.keuse.rightsalert.txt
index 4d4a811ebc..092e3c564f 100644
--- a/metadata/fr.keuse.rightsalert.txt
+++ b/metadata/fr.keuse.rightsalert.txt
@@ -1,8 +1,8 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/cglapa/rights-alert
-Issue Tracker:https://github.com/cglapa/rights-alert/issues
+Source Code:https://github.com/kyriog/rights-alert
+Issue Tracker:https://github.com/kyriog/rights-alert/issues
Auto Name:Rights alert
Summary:Permissions Reporter
@@ -13,7 +13,7 @@ score, the application is considered as dangerous.
.
Repo Type:git
-Repo:https://github.com/cglapa/rights-alert.git
+Repo:https://github.com/kyriog/rights-alert.git
Build:0.1a,1
commit=a6077453161
diff --git a/metadata/fr.kwiatkowski.ApkTrack.txt b/metadata/fr.kwiatkowski.ApkTrack.txt
index 20788ccda8..567b7a3af1 100644
--- a/metadata/fr.kwiatkowski.ApkTrack.txt
+++ b/metadata/fr.kwiatkowski.ApkTrack.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/JusticeRage/ApkTrack/blob/HEAD/README.md
Source Code:https://github.com/JusticeRage/ApkTrack
Issue Tracker:https://github.com/JusticeRage/ApkTrack/issues
diff --git a/metadata/fr.librinfo.evecontrol2.txt b/metadata/fr.librinfo.evecontrol2.txt
index fcfc8e2ebd..0e76fdaf76 100644
--- a/metadata/fr.librinfo.evecontrol2.txt
+++ b/metadata/fr.librinfo.evecontrol2.txt
@@ -1,5 +1,5 @@
Categories:Connectivity,Development
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/e-venement/eve-control
Issue Tracker:https://github.com/e-venement/eve-control/issues
@@ -9,7 +9,18 @@ Summary:Control your e-venement tickets
Description:
Eve-control allows you to control your e-venement tickets from an android
device.Version 2 features persistent control history log, sound control, public
-mode, redondant controls management
+mode, redondant controls management.
+
+When the app is launched, the user is prompted to enter the host name of his
+e-venement instance as well as his login credentials wich will be stored for
+future authentifications.
+
+Once the form submitted, the app will connect to the instance's server and
+display the access control page (tck.php/ticket/control), and tickets can be
+controlled directly from there.
+
+During use, the app will automatically re-authenticate the user on server
+periodically to keep the session alive as long as needed.
.
Repo Type:git
diff --git a/metadata/fr.ludo1520.whatexp.txt b/metadata/fr.ludo1520.whatexp.txt
index 11d8c97b91..c7272fe3fa 100644
--- a/metadata/fr.ludo1520.whatexp.txt
+++ b/metadata/fr.ludo1520.whatexp.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://gitorious.org/whatexp/whatexp
Issue Tracker:
diff --git a/metadata/fr.magistry.taigime.txt b/metadata/fr.magistry.taigime.txt
index b5f47d5162..08118c910f 100644
--- a/metadata/fr.magistry.taigime.txt
+++ b/metadata/fr.magistry.taigime.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/a-tsioh/TaigIME-android
Issue Tracker:https://github.com/a-tsioh/TaigIME-android/issues
diff --git a/metadata/fr.miximum.napply.txt b/metadata/fr.miximum.napply.txt
index be0539a864..01397db0d9 100644
--- a/metadata/fr.miximum.napply.txt
+++ b/metadata/fr.miximum.napply.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/thibault/Napply
Issue Tracker:https://github.com/thibault/Napply/issues
diff --git a/metadata/fr.mobdev.blooddonation.txt b/metadata/fr.mobdev.blooddonation.txt
index c6234f540d..664d8b300f 100644
--- a/metadata/fr.mobdev.blooddonation.txt
+++ b/metadata/fr.mobdev.blooddonation.txt
@@ -1,5 +1,5 @@
Categories:Sports & Health
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://mob-dev.fr/
Source Code:https://git.mob-dev.fr/Schoumi/BloodDonation
Issue Tracker:https://git.mob-dev.fr/Schoumi/BloodDonation/issues
diff --git a/metadata/fr.mobdev.goblim.txt b/metadata/fr.mobdev.goblim.txt
index 94dae413a1..6eee685e64 100644
--- a/metadata/fr.mobdev.goblim.txt
+++ b/metadata/fr.mobdev.goblim.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.gobl.im
Source Code:https://git.mob-dev.fr/Schoumi/Goblim
Issue Tracker:https://git.mob-dev.fr/Schoumi/Goblim/issues
diff --git a/metadata/fr.neamar.kiss.txt b/metadata/fr.neamar.kiss.txt
index 47c499c8aa..d854ba9d5c 100644
--- a/metadata/fr.neamar.kiss.txt
+++ b/metadata/fr.neamar.kiss.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://kisslauncher.com
Source Code:https://github.com/Neamar/KISS
Issue Tracker:https://github.com/Neamar/KISS/issues
@@ -294,7 +294,43 @@ Build:3.0.13,124
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
+
+Build:3.2.0,127
+ commit=v3.2.0
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle
+
+Build:3.3.0,132
+ commit=v3.3.0
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle
+
+Build:3.4.0,133
+ commit=v3.4.0
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle
+
+Build:3.5.1,135
+ commit=v3.5.1
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/jcenter()/a\ google()' ../build.gradle
+
+Build:3.5.2,136
+ commit=v3.5.2
+ 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.13
-Current Version Code:124
+Current Version:3.5.2
+Current Version Code:136
diff --git a/metadata/fr.pssoftware.monescarcelle.txt b/metadata/fr.pssoftware.monescarcelle.txt
index ab1e105fa0..639eaddeb9 100644
--- a/metadata/fr.pssoftware.monescarcelle.txt
+++ b/metadata/fr.pssoftware.monescarcelle.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://monescarcelle.tuxfamily.org
Source Code:http://git.tuxfamily.org/?p=monescarcell/git.git;a=summary
Issue Tracker:
diff --git a/metadata/fr.pssoftware.scoretarot.txt b/metadata/fr.pssoftware.scoretarot.txt
index 937c603697..fa0004bdd2 100644
--- a/metadata/fr.pssoftware.scoretarot.txt
+++ b/metadata/fr.pssoftware.scoretarot.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://scoretarot.tuxfamily.org
Source Code:http://git.tuxfamily.org/?p=scoretarot/git.git
Issue Tracker:
diff --git a/metadata/fr.renzo.wikipoff.txt b/metadata/fr.renzo.wikipoff.txt
index 254ddf81f8..3f8450ef46 100644
--- a/metadata/fr.renzo.wikipoff.txt
+++ b/metadata/fr.renzo.wikipoff.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/conchyliculture/wikipoff
Issue Tracker:https://github.com/conchyliculture/wikipoff/issues
diff --git a/metadata/fr.s13d.photobackup.txt b/metadata/fr.s13d.photobackup.txt
index a0fefc1329..550e68a243 100644
--- a/metadata/fr.s13d.photobackup.txt
+++ b/metadata/fr.s13d.photobackup.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://photobackup.github.io/
Source Code:https://github.com/PhotoBackup/client-android
Issue Tracker:https://github.com/PhotoBackup/client-android/issues
diff --git a/metadata/fr.s3i.pointeuse.txt b/metadata/fr.s3i.pointeuse.txt
index be5bcacc1b..683b5bd193 100644
--- a/metadata/fr.s3i.pointeuse.txt
+++ b/metadata/fr.s3i.pointeuse.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/alandais/Pointeuse_S3I/blob/HEAD/README.md
Source Code:https://github.com/alandais/Pointeuse_S3I
Issue Tracker:https://github.com/alandais/Pointeuse_S3I/issues
diff --git a/metadata/fr.seeks.txt b/metadata/fr.seeks.txt
index 19b205c2df..c72f7b16f6 100644
--- a/metadata/fr.seeks.txt
+++ b/metadata/fr.seeks.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.seeks-project.info/site
Source Code:https://github.com/sileht/SeeksWidget
Issue Tracker:https://github.com/sileht/SeeksWidget/issues
diff --git a/metadata/fr.strasweb.asso.txt b/metadata/fr.strasweb.asso.txt
index 3357894653..52ea6ba53c 100644
--- a/metadata/fr.strasweb.asso.txt
+++ b/metadata/fr.strasweb.asso.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.chacunsonasso.net
Source Code:https://svn.strasweb.fr/strasweb/API%20Animafac/phonegap
Issue Tracker:
diff --git a/metadata/fr.strasweb.browserquest.txt b/metadata/fr.strasweb.browserquest.txt
index 0afbc28084..e812708070 100644
--- a/metadata/fr.strasweb.browserquest.txt
+++ b/metadata/fr.strasweb.browserquest.txt
@@ -34,5 +34,5 @@ Repo disappeared.
Auto Update Mode:None
Update Check Mode:None
-Current Version:1.0.1
-Current Version Code:3
+Current Version:0
+Current Version Code:0
diff --git a/metadata/fr.strasweb.campus.txt b/metadata/fr.strasweb.campus.txt
index 111103654b..577e00efa5 100644
--- a/metadata/fr.strasweb.campus.txt
+++ b/metadata/fr.strasweb.campus.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://strasweb.fr
Source Code:https://svn.strasweb.fr/listing.php?repname=StrasWeb&path=%2Fopendata%2Fapp%2F
Issue Tracker:
diff --git a/metadata/fr.syncarnet.txt b/metadata/fr.syncarnet.txt
index b235fbd80e..a280d04d12 100644
--- a/metadata/fr.syncarnet.txt
+++ b/metadata/fr.syncarnet.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/npmiller/syncarnet
Issue Tracker:https://github.com/npmiller/syncarnet/issues
diff --git a/metadata/fr.ubordeaux.math.paridroid.txt b/metadata/fr.ubordeaux.math.paridroid.txt
index 5afe88d881..a8ef650bc1 100644
--- a/metadata/fr.ubordeaux.math.paridroid.txt
+++ b/metadata/fr.ubordeaux.math.paridroid.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://pari.math.u-bordeaux.fr/paridroid
Source Code:http://pari.math.u-bordeaux.fr/cgi-bin/gitweb.cgi?p=paridroid.git;a=summary
Issue Tracker:http://pari.math.u-bordeaux.fr/Bugs
@@ -79,7 +79,17 @@ Build:2.9.1.1.4,13
buildjni=yes
ndk=r10e
+Build:2.9.3.1.4,14
+ commit=2.9.3.1.4
+ subdir=PariDroid
+ srclibs=pari@pari-2.9.3
+ target=android-11
+ build=cd .. && \
+ make pari
+ buildjni=yes
+ ndk=r10e
+
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:2.9.3.1.4
-Current Version Code:14
+Current Version:2.11.0.1.5
+Current Version Code:15
diff --git a/metadata/fr.unix_experience.owncloud_sms.txt b/metadata/fr.unix_experience.owncloud_sms.txt
index 83a0fbc818..80925b8926 100644
--- a/metadata/fr.unix_experience.owncloud_sms.txt
+++ b/metadata/fr.unix_experience.owncloud_sms.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:https://github.com/nerzhul/ownCloud-SMS-App/blob/HEAD/README.md
Source Code:https://github.com/nerzhul/ownCloud-SMS-App
Issue Tracker:https://github.com/nerzhul/ownCloud-SMS-App/issues
@@ -12,7 +12,7 @@ read your messages from it.
Sending SMS from ownCloud instance will coming in a future release.
-Application is fully compatible from Android 4.0 to 5.0
+Application is fully compatible from Android 4.0 to 8.0
Note: This app needs an ownCloud installation running the
[http://apps.owncloud.com/content/show.php/ownCloud+SMS?content=167289 ocsms]
diff --git a/metadata/fr.xgouchet.packageexplorer.txt b/metadata/fr.xgouchet.packageexplorer.txt
index 28d23c6a43..57466c9c2e 100644
--- a/metadata/fr.xgouchet.packageexplorer.txt
+++ b/metadata/fr.xgouchet.packageexplorer.txt
@@ -32,7 +32,17 @@ Build:2.1,13
subdir=app
gradle=yes
+Build:2.2,14
+ commit=v2.2
+ subdir=app
+ gradle=yes
+
+Build:2.3,15
+ commit=v2.3
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.1
-Current Version Code:13
+Current Version:2.3
+Current Version Code:15
diff --git a/metadata/fr.xplod.focal.txt b/metadata/fr.xplod.focal.txt
index 139cdb4fe8..8e4c9b1b76 100644
--- a/metadata/fr.xplod.focal.txt
+++ b/metadata/fr.xplod.focal.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:
Source Code:https://github.com/xplodwild/android_packages_apps_Focal
Issue Tracker:https://github.com/xplodwild/android_packages_apps_Focal/issues
diff --git a/metadata/fr.xtof54.dragonGoApp.txt b/metadata/fr.xtof54.dragonGoApp.txt
index f2f8741300..f203f8fbfb 100644
--- a/metadata/fr.xtof54.dragonGoApp.txt
+++ b/metadata/fr.xtof54.dragonGoApp.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:
Source Code:https://github.com/cerisara/DragonGoApp
Issue Tracker:https://github.com/cerisara/DragonGoApp/issues
diff --git a/metadata/fr.xtof54.mousetodon.txt b/metadata/fr.xtof54.mousetodon.txt
index cf9dea89e2..7f6e5f0aba 100644
--- a/metadata/fr.xtof54.mousetodon.txt
+++ b/metadata/fr.xtof54.mousetodon.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:https://cerisara.github.io/mousetodon/
Source Code:https://github.com/cerisara/mousetodon
Issue Tracker:https://github.com/cerisara/mousetodon/issues
diff --git a/metadata/fr.xtof54.scrabble.txt b/metadata/fr.xtof54.scrabble.txt
index eb6d73db51..080305da9c 100644
--- a/metadata/fr.xtof54.scrabble.txt
+++ b/metadata/fr.xtof54.scrabble.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:
Source Code:https://github.com/cerisara/Scrabble
Issue Tracker:https://github.com/cerisara/Scrabble/issues
diff --git a/metadata/fr.ybo.transportsbordeaux.txt b/metadata/fr.ybo.transportsbordeaux.txt
index 5d53fc466d..e18e0992a1 100644
--- a/metadata/fr.ybo.transportsbordeaux.txt
+++ b/metadata/fr.ybo.transportsbordeaux.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/ybonnel/TransportsRennes
Issue Tracker:https://github.com/ybonnel/TransportsRennes/issues
diff --git a/metadata/fr.ybo.transportsrennes.txt b/metadata/fr.ybo.transportsrennes.txt
index 5d6e026cc7..64aa6345aa 100644
--- a/metadata/fr.ybo.transportsrennes.txt
+++ b/metadata/fr.ybo.transportsrennes.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/ybonnel/TransportsRennes/tree/noGoogleMap
Issue Tracker:https://github.com/ybonnel/TransportsRennes/issues
diff --git a/metadata/free.rm.netcfgwidget.txt b/metadata/free.rm.netcfgwidget.txt
index ad8d266877..fe402276ca 100644
--- a/metadata/free.rm.netcfgwidget.txt
+++ b/metadata/free.rm.netcfgwidget.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/ram-on/NetcfgWidget/blob/HEAD/README.md
Source Code:https://github.com/ram-on/NetcfgWidget
Issue Tracker:https://github.com/ram-on/NetcfgWidget/issues
diff --git a/metadata/free.rm.skytube.oss.txt b/metadata/free.rm.skytube.oss.txt
index ef5bdb599a..2e479af1d6 100644
--- a/metadata/free.rm.skytube.oss.txt
+++ b/metadata/free.rm.skytube.oss.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Multimedia,Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://skytube-app.com
Source Code:https://github.com/ram-on/SkyTube
Issue Tracker:https://github.com/ram-on/SkyTube/issues
@@ -11,18 +11,20 @@ Summary:A simple and feature-rich YouTube player
Description:
SkyTube is a YouTube player that allows you to:
+* block unwanted videos (including channel blacklisting/whitelisting, language filtering, low view video blocking, high dislikes video blocking... etc.),
+* video swipe controls (including volume, brightness, comments and video description controls),
+* bookmark videos,
+* import subscriptions from YouTube,
+* play channels' playlists,
+* download videos,
+* view and download video thumbnails
* explore Trending and Most Popular videos,
* browse YouTube channels,
* play YouTube videos,
* view video comments,
* search videos, music and channels,
* channel subscription & non-intrusive notifications,
-* bookmark videos,
-* subscriptions feed,
-* import subscriptions from YouTube,
-* play channels' playlists,
-* download videos,
-* view and download video thumbnails
+* subscriptions feed
... all at the tip of your fingers.
@@ -114,11 +116,25 @@ Build:2.82,13
gradle=oss
rm=app/libs/*.jar
+Build:2.90,14
+ commit=v2.90
+ subdir=app
+ submodules=yes
+ gradle=oss
+ rm=app/libs/*.jar
+
+Build:2.91,15
+ commit=v2.91
+ 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.82
-Current Version Code:13
+Current Version:2.91
+Current Version Code:15
diff --git a/metadata/gg.mw.passera.txt b/metadata/gg.mw.passera.txt
index 65ea3d4c04..5cb1db8921 100644
--- a/metadata/gg.mw.passera.txt
+++ b/metadata/gg.mw.passera.txt
@@ -1,5 +1,5 @@
Categories:Internet,Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/mwgg/passera
Issue Tracker:https://github.com/mwgg/passera/issues
@@ -15,6 +15,9 @@ and copies it to clipboard. Figure out a decent system for yourself that will
allow unique passphases for every website, such as combining website name/url
with a phrase that you would not forget. To login, fire up Passera and enter the
password you chose and your real password will be copied to clipboard.
+
+'''Note:''' This project has been marked discontinued on 2018-03-13, and its
+Github repo has been archived (made read-only).
.
Repo Type:git
diff --git a/metadata/gingergan.com.tournament.txt b/metadata/gingergan.com.tournament.txt
index 1f781854f7..ac1a700ef5 100644
--- a/metadata/gingergan.com.tournament.txt
+++ b/metadata/gingergan.com.tournament.txt
@@ -45,5 +45,5 @@ Switch to UCM:RepoManifest when https://github.com/JhilanAlkarawi/Swiss-Tourname
Archive Policy:0 versions
Auto Update Mode:None
Update Check Mode:None
-Current Version:1.0
-Current Version Code:1
+Current Version:0
+Current Version Code:0
diff --git a/metadata/giraffine.dimmer.txt b/metadata/giraffine.dimmer.txt
index be84cb0bd7..9b6fb914c5 100644
--- a/metadata/giraffine.dimmer.txt
+++ b/metadata/giraffine.dimmer.txt
@@ -8,6 +8,20 @@ Auto Name:Dimmer
Summary:Lower brightness
Description:
Lower the brightness beyond the limit through a filter.
+
+Protect your eyes in dark environment.
+
+Lower screen light.
+
+Simple, Intuitive, Useful.
+
+'''Features:'''
+
+* Quickly control in notification.
+* Automatically dim and brighten as environment.
+* One click icon to switch dim and bright.
+* Auto launch at the specific time.
+* Support color filter.
.
Repo Type:git
diff --git a/metadata/git.rrgb.kinolog.txt b/metadata/git.rrgb.kinolog.txt
index d4277bb79a..00a95cd267 100644
--- a/metadata/git.rrgb.kinolog.txt
+++ b/metadata/git.rrgb.kinolog.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Multimedia,Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/rrgb/kinolog
Source Code:https://gitlab.com/rrgb/kinolog/tree/HEAD
Issue Tracker:https://gitlab.com/rrgb/kinolog/issues
diff --git a/metadata/github.daneren2005.dsub.txt b/metadata/github.daneren2005.dsub.txt
index 6faa946dfb..2ef76e53c0 100644
--- a/metadata/github.daneren2005.dsub.txt
+++ b/metadata/github.daneren2005.dsub.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/daneren2005/Subsonic
Issue Tracker:https://github.com/daneren2005/Subsonic/issues
@@ -154,5 +154,5 @@ Build:5.1.1,166
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:5.3.5
-Current Version Code:195
+Current Version:5.4.3
+Current Version Code:200
diff --git a/metadata/github.yaa110.memento.txt b/metadata/github.yaa110.memento.txt
index 07b8590765..c2bc60e276 100644
--- a/metadata/github.yaa110.memento.txt
+++ b/metadata/github.yaa110.memento.txt
@@ -9,6 +9,13 @@ Summary:Take notes
Description:
Simple note taking supporting colorized categories, rich text input and
pictures.
+
+'''Features:'''
+
+* Create categories with different theme colors
+* Take simple notes and make text bold or italicized
+* Take drawing notes
+* Backup and restore notes
.
Repo Type:git
diff --git a/metadata/goo.TeaTimer.txt b/metadata/goo.TeaTimer.txt
index ebdf1dcb2f..79522d9c7f 100644
--- a/metadata/goo.TeaTimer.txt
+++ b/metadata/goo.TeaTimer.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://solidsushi.com/lab/teatimer
Source Code:https://github.com/ralphleon/TeaTimer
Issue Tracker:https://github.com/ralphleon/TeaTimer/issues
@@ -18,5 +18,5 @@ Build:1.6,9
Auto Update Mode:None
Update Check Mode:Static
-Current Version:1.6
-Current Version Code:9
+Current Version:2.0
+Current Version Code:10
diff --git a/metadata/gov.wa.wsdot.android.wsdot.txt b/metadata/gov.wa.wsdot.android.wsdot.txt
index af0097876d..4ecc4de954 100644
--- a/metadata/gov.wa.wsdot.android.wsdot.txt
+++ b/metadata/gov.wa.wsdot.android.wsdot.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/WSDOT/wsdot-android-app
Issue Tracker:https://github.com/WSDOT/wsdot-android-app/issues
diff --git a/metadata/gr.ndre.scuttloid.txt b/metadata/gr.ndre.scuttloid.txt
index a0c1b886ff..b4789f0098 100644
--- a/metadata/gr.ndre.scuttloid.txt
+++ b/metadata/gr.ndre.scuttloid.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/ilesinge/scuttloid
Issue Tracker:https://github.com/ilesinge/scuttloid/issues
diff --git a/metadata/gr.ratmole.android.Mach3Pendant.txt b/metadata/gr.ratmole.android.Mach3Pendant.txt
index 6b98c2d155..efdc6e33a5 100644
--- a/metadata/gr.ratmole.android.Mach3Pendant.txt
+++ b/metadata/gr.ratmole.android.Mach3Pendant.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/ratmole/Mach3Pendant
Issue Tracker:https://github.com/ratmole/Mach3Pendant/issues
diff --git a/metadata/gr.tsagi.jekyllforandroid.txt b/metadata/gr.tsagi.jekyllforandroid.txt
index 10cf7065a6..bd205d4107 100644
--- a/metadata/gr.tsagi.jekyllforandroid.txt
+++ b/metadata/gr.tsagi.jekyllforandroid.txt
@@ -1,6 +1,6 @@
Disabled:Unverified dependencies
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://tsagi.me
Source Code:https://github.com/tsagi/jekyll-client-for-android
Issue Tracker:https://github.com/tsagi/jekyll-client-for-android/issues
diff --git a/metadata/grmpl.mk.stepandheightcounter.txt b/metadata/grmpl.mk.stepandheightcounter.txt
index b2a1e296c2..efe1ccc8b1 100644
--- a/metadata/grmpl.mk.stepandheightcounter.txt
+++ b/metadata/grmpl.mk.stepandheightcounter.txt
@@ -1,5 +1,5 @@
Categories:Sports & Health
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/grmpl/StepandHeightcounter
Issue Tracker:https://github.com/grmpl/StepandHeightcounter/issues
diff --git a/metadata/groomiac.crocodilenote.txt b/metadata/groomiac.crocodilenote.txt
index decfa8dd97..4dec077fe3 100644
--- a/metadata/groomiac.crocodilenote.txt
+++ b/metadata/groomiac.crocodilenote.txt
@@ -1,5 +1,5 @@
Categories:Writing,Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/Groomiac/crocodilenote/
Issue Tracker:https://github.com/Groomiac/crocodilenote/issues
diff --git a/metadata/hashengineering.darkcoin.wallet.txt b/metadata/hashengineering.darkcoin.wallet.txt
index 8237482c8e..9f3b1f4008 100644
--- a/metadata/hashengineering.darkcoin.wallet.txt
+++ b/metadata/hashengineering.darkcoin.wallet.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://www.hashengineeringsolutions.com/dash-android-wallet/
Source Code:https://github.com/HashEngineering/dash-wallet
Issue Tracker:https://github.com/HashEngineering/dash-wallet/issues
diff --git a/metadata/horse.amazin.my.stratum0.statuswidget.txt b/metadata/horse.amazin.my.stratum0.statuswidget.txt
new file mode 100644
index 0000000000..04b9618271
--- /dev/null
+++ b/metadata/horse.amazin.my.stratum0.statuswidget.txt
@@ -0,0 +1,36 @@
+Categories:Internet
+License:GPL-2.0-or-later
+Web Site:https://github.com/Valodim/Stratum0Widget
+Source Code:https://github.com/Valodim/Stratum0Widget
+Issue Tracker:https://github.com/Valodim/Stratum0Widget/issues
+
+Auto Name:Stratum 0 Widget
+Summary:Status Widget for Stratum 0, Hackerspace Braunschweig
+Description:
+This is a widget for viewing and managing the opening status of the Stratum 0
+Hackerspace. It's very good.
+
+Features:
+
+* Display status as widget
+* Manage status (open/close/inherit)
+* Open door using your authorized SSH key
+.
+
+Repo Type:git
+Repo:https://github.com/Valodim/Stratum0Widget
+
+Build:4.0.1-foss,21
+ commit=v4.0.1
+ subdir=app
+ gradle=foss
+
+Build:5.0.0-foss,22
+ commit=v5.0.0
+ subdir=app
+ gradle=foss
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags ^v[0-9.]+$
+Current Version:5.0.0-foss
+Current Version Code:22
diff --git a/metadata/hr.kravarscan.enchantedfortress.txt b/metadata/hr.kravarscan.enchantedfortress.txt
index e2ea21fa41..b33c404572 100644
--- a/metadata/hr.kravarscan.enchantedfortress.txt
+++ b/metadata/hr.kravarscan.enchantedfortress.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:LGPL-3.0
+License:LGPL-3.0-only
Web Site:
Source Code:https://github.com/subchannel13/EnchantedFortress
Issue Tracker:https://github.com/subchannel13/EnchantedFortress/issues
@@ -64,7 +64,12 @@ Build:1.8,9
subdir=app
gradle=yes
+Build:1.9,10
+ commit=v1.9
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.8
-Current Version Code:9
+Current Version:1.9
+Current Version Code:10
diff --git a/metadata/hsware.HSTempo.txt b/metadata/hsware.HSTempo.txt
index 2f247abff7..45a029bb35 100644
--- a/metadata/hsware.HSTempo.txt
+++ b/metadata/hsware.HSTempo.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/hsaito/hstempo_android
Issue Tracker:https://github.com/hsaito/hstempo_android/issues
diff --git a/metadata/hu.vsza.adsdroid.txt b/metadata/hu.vsza.adsdroid.txt
index ecc0c60a9c..f6f8914a5a 100644
--- a/metadata/hu.vsza.adsdroid.txt
+++ b/metadata/hu.vsza.adsdroid.txt
@@ -63,7 +63,31 @@ Build:1.6,8
popd && \
cp $$JSoup$$/target/*jar libs/
-Auto Update Mode:None
+Build:1.7,9
+ commit=v1.7
+ srclibs=JSoup@jsoup-1.11.3
+ target=android-9
+ build=mkdir libs && \
+ $$MVN3$$ package -f $$JSoup$$/pom.xml && \
+ cp $$JSoup$$/target/jsoup-*.jar libs/
+
+Build:1.7.1,10
+ commit=v1.7.1
+ srclibs=JSoup@jsoup-1.11.3
+ target=android-21
+ build=mkdir libs && \
+ $$MVN3$$ package -f $$JSoup$$/pom.xml && \
+ cp $$JSoup$$/target/jsoup-*.jar libs/
+
+Build:1.7.2,11
+ commit=v1.7.2
+ srclibs=JSoup@jsoup-1.11.3
+ target=android-21
+ build=mkdir libs && \
+ $$MVN3$$ package -f $$JSoup$$/pom.xml && \
+ cp $$JSoup$$/target/jsoup-*.jar libs/
+
+Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.6
-Current Version Code:8
+Current Version:1.7.2
+Current Version Code:11
diff --git a/metadata/i4nc4mp.myLock.txt b/metadata/i4nc4mp.myLock.txt
index 2b45092e27..282e7143f5 100644
--- a/metadata/i4nc4mp.myLock.txt
+++ b/metadata/i4nc4mp.myLock.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/mylockforandroid/wiki/officialFAQ
Source Code:https://code.google.com/p/mylockforandroid/source
Issue Tracker:
diff --git a/metadata/idv.markkuo.ambitsync.txt b/metadata/idv.markkuo.ambitsync.txt
new file mode 100644
index 0000000000..fa3f69f727
--- /dev/null
+++ b/metadata/idv.markkuo.ambitsync.txt
@@ -0,0 +1,43 @@
+Categories:Connectivity
+License:GPL-3.0-only
+Author Name:Mark Kuo
+Web Site:
+Source Code:https://github.com/starryalley/AmbitSync
+Issue Tracker:https://github.com/starryalley/AmbitSync/issues
+
+Auto Name:AmbitSync
+Summary:Read Suunto Ambit watches and convert to GPX
+Description:
+''AmbitSync'' is an app to download sport logs (or "moves") from Suunto Ambit
+GPS watch and convert them to GPX file right on your Android device through the
+Ambit charging USB cable. No interaction with Movescount website is needed. It
+also supports Strava upload.
+
+You will only need the Ambit USB cable and an OTG cable (Type-C or Micro-B to
+Type-A receptacle cable), connect your watch with the Ambit USB cable through
+the OTG cable to your Android device's USB port. Your device should support USB
+host mode or this won't work at all.
+
+Note that this app requires network permission just for Strava upload. You may
+choose not to upload to Strava. The app does not communicate with Movescount at
+all.
+
+'''Disclaimer:''' Although this app does "read-only" access from your Ambit
+watch, it does not guarantee 100% safe and functional. Also it is not proven to
+work on any Android devices + Ambit watch combinations.
+.
+
+Repo Type:git
+Repo:https://github.com/starryalley/AmbitSync.git
+
+Build:1.3,7
+ commit=v1.3
+ subdir=app
+ gradle=yes
+ scandelete=app/src/main/cpp/iconv-android/tests
+ ndk=r17b
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.3
+Current Version Code:7
diff --git a/metadata/im.actor.cloud.free.txt b/metadata/im.actor.cloud.free.txt
index 6c5aba357a..a12f3f875b 100644
--- a/metadata/im.actor.cloud.free.txt
+++ b/metadata/im.actor.cloud.free.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/actorapp/actor-android-open
Issue Tracker:https://github.com/actorapp/actor-android-open/issues
diff --git a/metadata/im.tox.antox.txt b/metadata/im.tox.antox.txt
index 613bfb4f93..6ff8ff1760 100644
--- a/metadata/im.tox.antox.txt
+++ b/metadata/im.tox.antox.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://tox.chat
Source Code:https://github.com/subliun/Antox
Issue Tracker:https://github.com/subliun/Antox/issues
diff --git a/metadata/im.vector.alpha.txt b/metadata/im.vector.alpha.txt
index ae1b3959ee..a18a6b6f66 100644
--- a/metadata/im.vector.alpha.txt
+++ b/metadata/im.vector.alpha.txt
@@ -1,4 +1,3 @@
-AntiFeatures:Tracking
Categories:Internet,Phone & SMS
License:Apache-2.0
Web Site:https://riot.im
@@ -45,10 +44,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
@@ -443,14 +438,388 @@ Build:0.8.5,80500
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
+
+Build:0.8.8,80800
+ commit=v0.8.8
+ 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
+
+Build:0.8.9,80900
+ commit=v0.8.9
+ subdir=vector
+ sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.2/node-v8.11.2-linux-x64.tar.xz && \
+ echo "213599127d24496cbf1cbb2a7c51060a3506d6b11132c59bb7f9f8a0edd210a7 node.tar.xz" | sha256sum -c - && \
+ tar xJf node.tar.xz && \
+ cp -a node-v8.11.2-linux-x64/. /usr/local/ && \
+ npm install -g react-native-cli
+ gradle=appfdroid
+ srclibs=matrixsdk@v0.9.4,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.10,81000
+ commit=v0.8.10
+ subdir=vector
+ sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.2/node-v8.11.2-linux-x64.tar.xz && \
+ echo "213599127d24496cbf1cbb2a7c51060a3506d6b11132c59bb7f9f8a0edd210a7 node.tar.xz" | sha256sum -c - && \
+ tar xJf node.tar.xz && \
+ cp -a node-v8.11.2-linux-x64/. /usr/local/ && \
+ npm install -g react-native-cli
+ gradle=appfdroid
+ srclibs=matrixsdk@v0.9.5,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.12,81200
+ commit=v0.8.12
+ subdir=vector
+ sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz && \
+ echo "08e2fcfea66746bd966ea3a89f26851f1238d96f86c33eaf6274f67fce58421a node.tar.xz" | sha256sum -c - && \
+ tar xJf node.tar.xz && \
+ cp -a node-v8.11.3-linux-x64/. /usr/local/ && \
+ npm install -g react-native-cli
+ gradle=appfdroid
+ srclibs=matrixsdk@v0.9.6,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.13,81300
+ commit=v0.8.13
+ subdir=vector
+ sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz && \
+ echo "08e2fcfea66746bd966ea3a89f26851f1238d96f86c33eaf6274f67fce58421a node.tar.xz" | sha256sum -c - && \
+ tar xJf node.tar.xz && \
+ cp -a node-v8.11.3-linux-x64/. /usr/local/ && \
+ npm install -g react-native-cli
+ gradle=appfdroid
+ srclibs=matrixsdk@v0.9.7,olmsdk@2.3.0,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 && \
+ gradle assembleRelease && \
+ popd && \
+ cp $$olmsdk$$/android/olm-sdk/build/outputs/aar/olm-sdk-release-2.3.0.aar libs/olm-sdk.aar && \
+ cp $$olmsdk$$/android/olm-sdk/build/outputs/aar/olm-sdk-release-2.3.0.aar $$matrixsdk$$/matrix-sdk/libs/olm-sdk.aar && \
+ pushd $$jitsi-meet$$ && \
+ sed -i -e 's|"url-polyfill": "github:github/url-polyfill#39734186de44612bc5a16eb25f5407adcc5b2e7c"|"@webcomponents/url": "0.7.1"|' package.json && \
+ sed -i -e 's|url-polyfill|@webcomponents/url|' react/features/base/lib-jitsi-meet/native/polyfills-browser.js && \
+ sed -i -e '/url-polyfill/d' react/features/base/lib-jitsi-meet/_.web.js && \
+ rm package-lock.json && \
+ 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.15,81500
+ commit=v0.8.15
+ subdir=vector
+ sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.4/node-v8.11.4-linux-x64.tar.xz && \
+ echo "85ea7cbb5bf624e130585bfe3946e99c85ce5cb84c2aee474038bdbe912f908c node.tar.xz" | sha256sum -c - && \
+ tar xJf node.tar.xz && \
+ cp -a node-v8.11.4-linux-x64/. /usr/local/ && \
+ npm install -g react-native-cli
+ gradle=appfdroid
+ srclibs=matrixsdk@v0.9.9,olmsdk@2.3.0,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.3.0.aar libs/olm-sdk.aar && \
+ cp $$olmsdk$$/android/olm-sdk/build/outputs/aar/olm-sdk-release-2.3.0.aar $$matrixsdk$$/matrix-sdk/libs/olm-sdk.aar && \
+ pushd $$jitsi-meet$$ && \
+ sed -i -e 's|"url-polyfill": "github:github/url-polyfill#39734186de44612bc5a16eb25f5407adcc5b2e7c"|"@webcomponents/url": "0.7.1"|' package.json && \
+ sed -i -e 's|url-polyfill|@webcomponents/url|' react/features/base/lib-jitsi-meet/native/polyfills-browser.js && \
+ sed -i -e '/url-polyfill/d' react/features/base/lib-jitsi-meet/_.web.js && \
+ rm package-lock.json && \
+ 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.16,81600
+ commit=v0.8.16
+ subdir=vector
+ sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.12.0/node-v8.12.0-linux-x64.tar.xz && \
+ echo "29a20479cd1e3a03396a4e74a1784ccdd1cf2f96928b56f6ffa4c8dae40c88f2 node.tar.xz" | sha256sum -c - && \
+ tar xJf node.tar.xz && \
+ cp -a node-v8.12.0-linux-x64/. /usr/local/ && \
+ npm install -g react-native-cli
+ gradle=appfdroid
+ srclibs=matrixsdk@v0.9.10,olmsdk@2.3.0,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.3.0.aar libs/olm-sdk.aar && \
+ cp $$olmsdk$$/android/olm-sdk/build/outputs/aar/olm-sdk-release-2.3.0.aar $$matrixsdk$$/matrix-sdk/libs/olm-sdk.aar && \
+ pushd $$jitsi-meet$$ && \
+ sed -i -e 's|"url-polyfill": "github:github/url-polyfill#39734186de44612bc5a16eb25f5407adcc5b2e7c"|"@webcomponents/url": "0.7.1"|' package.json && \
+ sed -i -e 's|url-polyfill|@webcomponents/url|' react/features/base/lib-jitsi-meet/native/polyfills-browser.js && \
+ sed -i -e '/url-polyfill/d' react/features/base/lib-jitsi-meet/_.web.js && \
+ rm package-lock.json && \
+ 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:
+TODO: update ndk version to latest for next build!
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 :-/.
We also need to provide an up to date version of npm and nodejs, neither of which can be found in debian jessie, so we download the upstream provided nodejs bundle which includes npm.
Then we walk through olmsdk, jitsi-meet, matrixsdk (which needs those other two, at least partly) and finally riot, which needs all three dependencies.
+
+Currently pinned jitsi-lib version needs a few hacks to still build from source: https://github.com/vector-im/riot-android/issues/2507
.
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:0.8.5
-Current Version Code:80500
+Current Version:0.8.16
+Current Version Code:81600
diff --git a/metadata/im.zom.messenger.txt b/metadata/im.zom.messenger.txt
index 283496fae7..5f4ee8a5d6 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.5.0-beta-1
-Current Version Code:1550011
+Current Version:15.7.0-beta-2
+Current Version Code:1570020
diff --git a/metadata/in.ac.dtu.subtlenews.txt b/metadata/in.ac.dtu.subtlenews.txt
index 4b0ff68116..d0370c3b13 100644
--- a/metadata/in.ac.dtu.subtlenews.txt
+++ b/metadata/in.ac.dtu.subtlenews.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/teamOSC/SubtleNews_Android_App
Issue Tracker:https://github.com/teamOSC/SubtleNews_Android_App/issues
diff --git a/metadata/in.ac.iitb.cse.cartsbusboarding.txt b/metadata/in.ac.iitb.cse.cartsbusboarding.txt
index 839ce3dc24..41020febf4 100644
--- a/metadata/in.ac.iitb.cse.cartsbusboarding.txt
+++ b/metadata/in.ac.iitb.cse.cartsbusboarding.txt
@@ -1,5 +1,5 @@
Categories:Science & Education,Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://shubhamchaudhary.in
Source Code:https://github.com/carts-uiet/cartsbusboarding
Issue Tracker:https://github.com/carts-uiet/cartsbusboarding/issues
diff --git a/metadata/in.andres.kandroid.txt b/metadata/in.andres.kandroid.txt
index 4c4ab136bc..52efeefbce 100644
--- a/metadata/in.andres.kandroid.txt
+++ b/metadata/in.andres.kandroid.txt
@@ -1,5 +1,5 @@
Categories:Internet,Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/andresth/Kandroid/blob/HEAD/README.md
Source Code:https://github.com/andresth/Kandroid
Issue Tracker:https://github.com/andresth/Kandroid/issues
@@ -57,7 +57,12 @@ Build:0.5.7,17
subdir=app
gradle=yes
+Build:0.5.9,19
+ commit=v0.5.9
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.5.7
-Current Version Code:17
+Current Version:0.5.9
+Current Version Code:19
diff --git a/metadata/in.arjsna.permissionchecker.txt b/metadata/in.arjsna.permissionchecker.txt
new file mode 100644
index 0000000000..dee13cbdad
--- /dev/null
+++ b/metadata/in.arjsna.permissionchecker.txt
@@ -0,0 +1,26 @@
+Categories:System
+License:Apache-2.0
+Web Site:
+Source Code:https://github.com/Arjun-sna/android-permission-checker-app
+Issue Tracker:https://github.com/Arjun-sna/android-permission-checker-app/issues
+
+Auto Name:Android Permissions
+Summary:Check requested permission details of all installed applications
+Description:
+App to see details of permissions required by all the installed apps. It lets
+you browse by installed apps ("what permissions does this app request?", and
+also by permission groups ("which app does request this permission?").
+.
+
+Repo Type:git
+Repo:https://github.com/Arjun-sna/android-permission-checker-app.git
+
+Build:2.0,5
+ commit=v2.0
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:2.0
+Current Version Code:5
diff --git a/metadata/in.blogspot.anselmbros.torchie.txt b/metadata/in.blogspot.anselmbros.torchie.txt
index 0cb1a05898..12036e7839 100644
--- a/metadata/in.blogspot.anselmbros.torchie.txt
+++ b/metadata/in.blogspot.anselmbros.torchie.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://torchieapp.wordpress.com/
Source Code:https://github.com/anselm94/Torchie-Android
Issue Tracker:https://github.com/anselm94/Torchie-Android/issues
@@ -11,6 +11,21 @@ Description:
Use the LED flash of the camera as a flashlight. Easy access this functionality
by pressing both volume buttons together. It works in screen on, lock screen and
screen off (when enabled from settings).
+
+'''Features:'''
+
+* Turn on/off torch / flashlight / LED just by holding volume Buttons / keys together
+* Works in screen on, lock screen, even while screen off (when enabled from Settings)
+* Optimized (zero) Battery usage (unless enabled in screen off via settings)
+* Standalone torch / flashlight / LED app too!
+* Easy, innovative and handy Material Design UI
+* Very light, tiny and small (~1 MB)
+* Super fast and reliable
+* Brightest guaranteed
+* Innovative, simple & handy
+* No privacy / security issues
+* No Root required
+* No framework / plugin required
.
Repo Type:git
diff --git a/metadata/in.indiandragon.shellshock.shellshockvulnerabilityscan.txt b/metadata/in.indiandragon.shellshock.shellshockvulnerabilityscan.txt
index c62cdfb15a..fa387c17ef 100644
--- a/metadata/in.indiandragon.shellshock.shellshockvulnerabilityscan.txt
+++ b/metadata/in.indiandragon.shellshock.shellshockvulnerabilityscan.txt
@@ -1,5 +1,5 @@
Categories:Security,Development
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/indiandragon/Shellshock-Vulnerability-Scan
Issue Tracker:https://github.com/indiandragon/Shellshock-Vulnerability-Scan/issues
diff --git a/metadata/in.shick.diode.txt b/metadata/in.shick.diode.txt
index 2a851586d6..2b9c9c7889 100644
--- a/metadata/in.shick.diode.txt
+++ b/metadata/in.shick.diode.txt
@@ -1,5 +1,6 @@
+AntiFeatures:NonFreeNet
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/zagaberoo/diode
Issue Tracker:https://github.com/zagaberoo/diode/issues
@@ -73,5 +74,5 @@ Replace jar files before AUM!
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:1.3
-Current Version Code:22
+Current Version:1.3.1
+Current Version Code:23
diff --git a/metadata/in.shick.lockpatterngenerator.txt b/metadata/in.shick.lockpatterngenerator.txt
index 1b6e2d395b..31959aeee0 100644
--- a/metadata/in.shick.lockpatterngenerator.txt
+++ b/metadata/in.shick.lockpatterngenerator.txt
@@ -1,5 +1,5 @@
Categories:Security
-License:GPL-3.0+
+License:GPL-3.0-or-later
Author Name:Michael Shick
Web Site:http://fossil.shick.xyz/lockpatterngenerator/index
Source Code:http://fossil.shick.xyz/lockpatterngenerator/dir
diff --git a/metadata/in.shubhamchaudhary.logmein.txt b/metadata/in.shubhamchaudhary.logmein.txt
index ed40ba8c40..ee3b9ada03 100644
--- a/metadata/in.shubhamchaudhary.logmein.txt
+++ b/metadata/in.shubhamchaudhary.logmein.txt
@@ -1,6 +1,6 @@
Disabled:Package name renamed to org.developfreedom.logmein
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://shubhamchaudhary.in
Source Code:https://github.com/DevelopFreedom/logmein-android
Issue Tracker:https://github.com/DevelopFreedom/logmein-android/issues
diff --git a/metadata/in.tosc.remotedroid.txt b/metadata/in.tosc.remotedroid.txt
index 6b57abb3d4..9bcb1b54ac 100644
--- a/metadata/in.tosc.remotedroid.txt
+++ b/metadata/in.tosc.remotedroid.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/omerjerk/RemoteDroid/blob/HEAD/README.md
Source Code:https://github.com/omerjerk/RemoteDroid
Issue Tracker:https://github.com/omerjerk/RemoteDroid/issues
diff --git a/metadata/in.umairkhan.remotedroid.txt b/metadata/in.umairkhan.remotedroid.txt
index ba4869c054..6cbaa15448 100644
--- a/metadata/in.umairkhan.remotedroid.txt
+++ b/metadata/in.umairkhan.remotedroid.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/omerjerk/RemoteDroid/blob/HEAD/README.md
Source Code:https://github.com/omerjerk/RemoteDroid
Issue Tracker:https://github.com/omerjerk/RemoteDroid/issues
diff --git a/metadata/indrora.atomic.txt b/metadata/indrora.atomic.txt
index 0cf85c82e3..1e2ce5dc3e 100644
--- a/metadata/indrora.atomic.txt
+++ b/metadata/indrora.atomic.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://indrora.github.io/Atomic
Source Code:https://github.com/indrora/Atomic
Issue Tracker:https://github.com/indrora/Atomic/issues
@@ -7,7 +7,13 @@ Issue Tracker:https://github.com/indrora/Atomic/issues
Auto Name:Atomic
Summary:IRC (chat) client
Description:
-Internet Relay Chat (IRC) client based on [[org.yaaic]].
+Internet Relay Chat (IRC) client based on [[org.yaaic]] offering
+
+* Improved graphics
+* A more managed settings infrastructure
+* Color schemes
+* Generally more helpful error messages
+* Improved support for low-end devices
.
Repo Type:git
diff --git a/metadata/info.aario.killcamera.txt b/metadata/info.aario.killcamera.txt
index 14399b2107..dafeef2004 100644
--- a/metadata/info.aario.killcamera.txt
+++ b/metadata/info.aario.killcamera.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/aario/killcamera/blob/HEAD/README.md
Source Code:https://github.com/aario/killcamera
Issue Tracker:https://github.com/aario/killcamera/issues
diff --git a/metadata/info.aario.snotepad.txt b/metadata/info.aario.snotepad.txt
index 183d30d8de..61076af64a 100644
--- a/metadata/info.aario.snotepad.txt
+++ b/metadata/info.aario.snotepad.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/aario/snotepad/blob/HEAD/README.md
Source Code:https://github.com/aario/snotepad
Issue Tracker:https://github.com/aario/snotepad/issues
diff --git a/metadata/info.dvkr.screenstream.txt b/metadata/info.dvkr.screenstream.txt
index c24f3cd995..71665362b8 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.2.0
-Current Version Code:220
+Current Version:2.2.2
+Current Version Code:222
diff --git a/metadata/info.frangor.laicare.txt b/metadata/info.frangor.laicare.txt
index abe7840491..83054ab974 100644
--- a/metadata/info.frangor.laicare.txt
+++ b/metadata/info.frangor.laicare.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://laicare.frangor.info
Source Code:https://gitlab.com/LaiCare/laicare
Issue Tracker:https://gitlab.com/LaiCare/laicare/issues
diff --git a/metadata/info.guardianproject.browser.txt b/metadata/info.guardianproject.browser.txt
index 7e8c62ba88..4dd16052a4 100644
--- a/metadata/info.guardianproject.browser.txt
+++ b/metadata/info.guardianproject.browser.txt
@@ -1,8 +1,10 @@
Categories:Internet,Security
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://guardianproject.info/apps/orweb
Source Code:https://github.com/guardianproject/orweb
Issue Tracker:https://dev.guardianproject.info/projects/orweb/issues?set_filter=1
+LiberapayID:33617
+Bitcoin:1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
Auto Name:Orweb
Summary:Privacy-enhanced browser
@@ -16,7 +18,7 @@ certain other browser features that could be used to identify you.
Please note that Orweb is superseded by [[info.guardianproject.orfox]],
available from the [https://guardianproject.info/fdroid/repo/ Guardian Project
-repo].
+repo]. Orweb is no longer maintained at all.
.
Repo Type:git
@@ -54,6 +56,7 @@ Build:0.7.1,7010
prebuild=cp libs/android-support-v4.jar external/netcipher/libnetcipher/libs/android-support-v4.jar
scanignore=external/netcipher/libnetcipher/external/pinning/res/raw/cacerts
+Archive Policy:0 versions
Auto Update Mode:None
Update Check Mode:Tags
Current Version:0.7.1
diff --git a/metadata/info.guardianproject.cacert.txt b/metadata/info.guardianproject.cacert.txt
index a2ea4a29d8..084295aa7b 100644
--- a/metadata/info.guardianproject.cacert.txt
+++ b/metadata/info.guardianproject.cacert.txt
@@ -1,8 +1,10 @@
Categories:Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://guardianproject.info/2011/09/05/cacertman-app-to-address-diginotar-other-bad-cas
Source Code:https://github.com/guardianproject/cacert
Issue Tracker:https://github.com/guardianproject/cacert/issues
+LiberapayID:33617
+Bitcoin:1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
Auto Name:CACertMan
Summary:Disable untrusted certificates
diff --git a/metadata/info.guardianproject.checkey.txt b/metadata/info.guardianproject.checkey.txt
index c069222757..8e77564377 100644
--- a/metadata/info.guardianproject.checkey.txt
+++ b/metadata/info.guardianproject.checkey.txt
@@ -1,8 +1,9 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://dev.guardianproject.info/projects/checkey
-Source Code:https://github.com/guardianproject/checkey
-Issue Tracker:https://dev.guardianproject.info/projects/checkey/issues
+Source Code:https://gitlab.com/guardianproject/checkey
+Issue Tracker:https://gitlab.com/guardianproject/checkey/issues
+LiberapayID:33617
Bitcoin:1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
Auto Name:Checkey
@@ -17,7 +18,7 @@ generate ApkSignaturePin pin files for use with the TrustedIntents library.
.
Repo Type:git
-Repo:https://github.com/guardianproject/checkey.git
+Repo:https://gitlab.com/guardianproject/checkey.git
Binaries:https://guardianproject.info/releases/Checkey-%v.apk
Build:0.1.1,101
diff --git a/metadata/info.guardianproject.courier.txt b/metadata/info.guardianproject.courier.txt
index 9d41e90301..723a875130 100644
--- a/metadata/info.guardianproject.courier.txt
+++ b/metadata/info.guardianproject.courier.txt
@@ -1,8 +1,10 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://dev.guardianproject.info/projects/secure-reader
Source Code:https://github.com/guardianproject/securereader
Issue Tracker:
+LiberapayID:33617
+Bitcoin:1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
Auto Name:Courier
Summary:Privacy-aware RSS feed reader
diff --git a/metadata/info.guardianproject.gilga.txt b/metadata/info.guardianproject.gilga.txt
index 2fdfd90afa..9f67da12b1 100644
--- a/metadata/info.guardianproject.gilga.txt
+++ b/metadata/info.guardianproject.gilga.txt
@@ -1,9 +1,11 @@
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/n8fr8/gilgamesh/blob/HEAD/README.md
Source Code:https://github.com/n8fr8/gilgamesh
Issue Tracker:https://github.com/n8fr8/gilgamesh/issues
Changelog:https://github.com/n8fr8/gilgamesh/blob/HEAD/CHANGELOG
+LiberapayID:33617
+Bitcoin:1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
Auto Name:Gilga
Summary:Local chat via Bluetooth
diff --git a/metadata/info.guardianproject.gpg.txt b/metadata/info.guardianproject.gpg.txt
index 69831e7104..c01d0f2906 100644
--- a/metadata/info.guardianproject.gpg.txt
+++ b/metadata/info.guardianproject.gpg.txt
@@ -1,5 +1,5 @@
Categories:Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://guardianproject.info/code/gnupg
Source Code:https://github.com/guardianproject/gnupg-for-android
Issue Tracker:https://dev.guardianproject.info/projects/gpgandroid/issues
diff --git a/metadata/info.guardianproject.lildebi.txt b/metadata/info.guardianproject.lildebi.txt
index 2f81b5195f..53e5324beb 100644
--- a/metadata/info.guardianproject.lildebi.txt
+++ b/metadata/info.guardianproject.lildebi.txt
@@ -1,8 +1,9 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/guardianproject/lildebi/wiki
Source Code:https://github.com/guardianproject/lildebi
Issue Tracker:https://github.com/guardianproject/lildebi/issues
+LiberapayID:33617
Bitcoin:1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
Auto Name:Lil' Debi
diff --git a/metadata/info.guardianproject.locationprivacy.txt b/metadata/info.guardianproject.locationprivacy.txt
index 432ee10227..820cb9207d 100644
--- a/metadata/info.guardianproject.locationprivacy.txt
+++ b/metadata/info.guardianproject.locationprivacy.txt
@@ -1,8 +1,9 @@
Categories:Navigation,Security
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://guardianproject.info/2015/01/23/sharing-your-location-privately
Source Code:https://github.com/guardianproject/LocationPrivacy
Issue Tracker:https://dev.guardianproject.info/projects/panic/issues
+LiberapayID:33617
Bitcoin:1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
Auto Name:LocationPrivacy
diff --git a/metadata/info.guardianproject.notepadbot.txt b/metadata/info.guardianproject.notepadbot.txt
index 72938df05f..12102b3d17 100644
--- a/metadata/info.guardianproject.notepadbot.txt
+++ b/metadata/info.guardianproject.notepadbot.txt
@@ -3,6 +3,8 @@ License:Apache-2.0
Web Site:https://guardianproject.info
Source Code:https://github.com/guardianproject/notecipher
Issue Tracker:https://github.com/guardianproject/notecipher/issues
+LiberapayID:33617
+Bitcoin:1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
Auto Name:NoteCipher
Summary:Notepad with lock
diff --git a/metadata/info.guardianproject.orfox.txt b/metadata/info.guardianproject.orfox.txt
index 2ea3a15cf5..fd21fec3df 100644
--- a/metadata/info.guardianproject.orfox.txt
+++ b/metadata/info.guardianproject.orfox.txt
@@ -4,6 +4,8 @@ Web Site:https://dev.guardianproject.info/projects/orfox-private-browser/
Source Code:https://github.com/guardianproject/Orfox
Issue Tracker:https://dev.guardianproject.info/projects/orfox-private-browser/issues
Donate:https://www.torproject.org/donate/donate.html
+LiberapayID:33617
+Bitcoin:1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
Name:OrFox
Summary:TOR Browser
diff --git a/metadata/info.guardianproject.otr.app.im.txt b/metadata/info.guardianproject.otr.app.im.txt
index 4763e7ace0..5ba92701a9 100644
--- a/metadata/info.guardianproject.otr.app.im.txt
+++ b/metadata/info.guardianproject.otr.app.im.txt
@@ -3,6 +3,8 @@ License:Apache-2.0
Web Site:https://dev.guardianproject.info/projects/gibberbot
Source Code:https://github.com/guardianproject/ChatSecureAndroid
Issue Tracker:https://dev.guardianproject.info/projects/gibberbot/issues
+LiberapayID:33617
+Bitcoin:1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
Auto Name:ChatSecure
Summary:Instant Messaging client with OTR
diff --git a/metadata/info.guardianproject.pixelknot.txt b/metadata/info.guardianproject.pixelknot.txt
index da0342f34a..4758208f82 100644
--- a/metadata/info.guardianproject.pixelknot.txt
+++ b/metadata/info.guardianproject.pixelknot.txt
@@ -1,13 +1,30 @@
Categories:Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://guardianproject.info
Source Code:https://github.com/guardianproject/PixelKnot
Issue Tracker:https://github.com/guardianproject/PixelKnot/issues
+LiberapayID:33617
+Bitcoin:1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
Auto Name:PixelKnot
Summary:Hide messages inside files
Description:
-Image steganography app with old school F5 steganography
+Image steganography app with old school F5 steganography.
+
+Have a secret that you want to share? Why not hide it in a picture? With
+PixelKnot, only your friends with the secret password can unlock your special
+message. Everyone else just sees a pretty picture. It’s a fun and easy way to
+share hidden messages without anyone knowing. Take those pixels, twist them in a
+knot, and see for yourself!
+
+* DISGUISE YOUR MESSAGES: Pictures are public, the text is hidden inside. Even a trained eye will think the image is unedited. It’s security through obscurity!
+* FOR YOUR EYES ONLY: Put a password on the secret message to make sure that no one can read it except the person it’s meant for.
+* EASY IMAGE CHOOSER: You can use the camera to take photos, or just use photos you’ve already taken.
+* INVISIBLE CHANGES: Even a trained analyst analyst shouldn’t be able to detect any message. The image bytes should seem undistorted.
+* SHARE ACROSS PLATFORMS: Want to share the images over email, file sharing tools (like Dropbox & Sparkleshare), social media (like Google+ & Flickr) or directly through Bluetooth or NFC? Not a problem! The messages are still recoverable on the other side. We'll have even more tools (like Facebook) working soon, so stay tuned!
+* AD-FREE: We want your love, not your money.
+* MATHEMATICALLY SECURE: We use the newly developed steganography algorithm F5 which implements matrix encoding to improve the efficiency of embedding and employs permutative straddling to uniformly spread out the changes over the whole steganogram.
+* ATTACK RESISTANT: We’ve launched attacks on images with messages hidden in them using a specialized version of stegdetect, an automated tool for detecting steganographic content in images. In most cases, the pictures have been impervious to attack. We will be including detection in an upcoming version of the application so you can easily test it yourself!
.
Repo Type:git
diff --git a/metadata/info.guardianproject.ripple.txt b/metadata/info.guardianproject.ripple.txt
index 149af317bb..ef357a6910 100644
--- a/metadata/info.guardianproject.ripple.txt
+++ b/metadata/info.guardianproject.ripple.txt
@@ -1,11 +1,25 @@
Categories:Security
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://guardianproject.info/tag/panic
Source Code:https://github.com/guardianproject/ripple
Issue Tracker:https://dev.guardianproject.info/projects/panic/issues
+LiberapayID:33617
Bitcoin:1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
Auto Name:Ripple
+Summary:Trigger apps to protect your privacy when in anxious or panic situations
+Description:
+Ripple is a "panic button" that can send it's trigger message to any app that is
+a "panic responder". Such apps can do things like lock, disguise themselves,
+delete private data, send an emergency message, and more. It is meant for
+situations where there is time to react, but where users need to be sure it is
+not mistakenly set off.
+
+Here are two example scenarios:
+
+* An organization gets regularly raided by the security forces, who search all of the computers and mobile devices on the premises. The organization usually has at least a minute or two of warning before a raid starts. They need a very reliable way to trigger wiping all of the data from the sensitive apps.
+* An aid worker has lots of sensitive data about people on their device. They regularly sync that data up with a secure, central database. Occasionally, the aid worker has to leave the country on very short notice. The border guards regularly download the entire contents of mobile devices of people crossing through. While waiting in line at the border, the aid worker sees the border guards seizing people's devices, and then remembers all the data on the device, so she unlocks her phone and hits the wipe trigger, which wipes all sensitive apps from the device. When the aid worker returns to the central office, the device is again synced up with the central database.
+.
Repo Type:git
Repo:https://github.com/guardianproject/ripple.git
diff --git a/metadata/info.guardianproject.ripple/de/summary.txt b/metadata/info.guardianproject.ripple/de/summary.txt
index 32ec26d548..a7082ba03d 100644
--- a/metadata/info.guardianproject.ripple/de/summary.txt
+++ b/metadata/info.guardianproject.ripple/de/summary.txt
@@ -1 +1 @@
-Dies ist durch Google auf 80 Zeichen begrenzt
\ No newline at end of file
+Apps in Notfallsituationen modifizieren, um Daten zu schützen
\ No newline at end of file
diff --git a/metadata/info.guardianproject.ripple/eo/summary.txt b/metadata/info.guardianproject.ripple/eo/summary.txt
new file mode 100644
index 0000000000..ced038424a
--- /dev/null
+++ b/metadata/info.guardianproject.ripple/eo/summary.txt
@@ -0,0 +1 @@
+Baskuli aplikaĵojn por protekti vian privatecon je malsekuraj aŭ panikaj okazoj
\ No newline at end of file
diff --git a/metadata/info.guardianproject.ripple/eu/summary.txt b/metadata/info.guardianproject.ripple/eu/summary.txt
new file mode 100644
index 0000000000..83d6057479
--- /dev/null
+++ b/metadata/info.guardianproject.ripple/eu/summary.txt
@@ -0,0 +1 @@
+Abiatu zure pribatutasuna babesteko aplikazioak larrialdi egoeratan
\ No newline at end of file
diff --git a/metadata/info.guardianproject.ripple/is/summary.txt b/metadata/info.guardianproject.ripple/is/summary.txt
new file mode 100644
index 0000000000..26b3f64e29
--- /dev/null
+++ b/metadata/info.guardianproject.ripple/is/summary.txt
@@ -0,0 +1 @@
+Ræsir forrit í skyndi til að vernda gögnin þín í neyðartilfellum
\ No newline at end of file
diff --git a/metadata/info.guardianproject.ripple/nl/summary.txt b/metadata/info.guardianproject.ripple/nl/summary.txt
new file mode 100644
index 0000000000..f2476f73c1
--- /dev/null
+++ b/metadata/info.guardianproject.ripple/nl/summary.txt
@@ -0,0 +1 @@
+Activeer apps om uw privacy te beschermen in angstige of panische situaties
\ No newline at end of file
diff --git a/metadata/info.guardianproject.ripple/pl/summary.txt b/metadata/info.guardianproject.ripple/pl/summary.txt
new file mode 100644
index 0000000000..4d5ce847b1
--- /dev/null
+++ b/metadata/info.guardianproject.ripple/pl/summary.txt
@@ -0,0 +1 @@
+Przełącz aplikacje, aby chronić swoją prywatność w chwilach grozy
\ No newline at end of file
diff --git a/metadata/info.guardianproject.ripple/pt-BR/summary.txt b/metadata/info.guardianproject.ripple/pt-BR/summary.txt
new file mode 100644
index 0000000000..4d5481a2c4
--- /dev/null
+++ b/metadata/info.guardianproject.ripple/pt-BR/summary.txt
@@ -0,0 +1 @@
+Acione aplicativos para proteger sua privacidade em situações de ansiedade ou pâ
\ No newline at end of file
diff --git a/metadata/info.kesavan.malartoon.txt b/metadata/info.kesavan.malartoon.txt
index 68c2aa890e..6a7a821550 100644
--- a/metadata/info.kesavan.malartoon.txt
+++ b/metadata/info.kesavan.malartoon.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/kesavanm/malartoon
Issue Tracker:https://github.com/kesavanm/malartoon/issues
diff --git a/metadata/info.lamatricexiste.network.txt b/metadata/info.lamatricexiste.network.txt
index cff4648fc6..ba5ba7eb66 100644
--- a/metadata/info.lamatricexiste.network.txt
+++ b/metadata/info.lamatricexiste.network.txt
@@ -1,13 +1,22 @@
Categories:System
-License:GPL-2.0
-Web Site:
-Source Code:https://rorist.github.com/android-network-discovery
+License:GPL-2.0-only
+Web Site:https://rorist.github.io/android-network-discovery/
+Source Code:https://github.com/rorist/android-network-discovery
Issue Tracker:https://github.com/rorist/android-network-discovery/issues
Auto Name:Network Discovery
Summary:Network discovery tool
Description:
Discover network (WiFi/3G) hosts, scan ports, etc.
+
+'''Features:'''
+
+* Discover Machines on a LAN (connect/ping discovery, dns discovery)
+* TCP Port Scanner (connect() scan)
+* NIC vendor database
+* Export results to your sdcard in XML
+* Fast access to Wifi Settings
+* Adaptive scanning rate (slow start, then adaptive to network latency)
.
Repo Type:git
diff --git a/metadata/info.metadude.android.congress.schedule.txt b/metadata/info.metadude.android.congress.schedule.txt
index ac1247b794..1264b8cca9 100644
--- a/metadata/info.metadude.android.congress.schedule.txt
+++ b/metadata/info.metadude.android.congress.schedule.txt
@@ -43,7 +43,36 @@ Build:1.33.4,44
prebuild=cp local.properties gradle.properties && \
sed -i -e 's/gradle-4.4/gradle-4.3.1/' ../gradle/wrapper/gradle-wrapper.properties
+Build:1.34.0,45
+ disable=binaries under buildSrc directory
+ commit=v.1.34.0
+ subdir=app
+ gradle=ccc34c3
+ prebuild=cp local.properties gradle.properties && \
+ sed -i -e 's/gradle-4.4/gradle-4.3.1/' ../gradle/wrapper/gradle-wrapper.properties
+
+Build:1.34.1,46
+ commit=v.1.34.1
+ subdir=app
+ gradle=ccc34c3
+ prebuild=cp local.properties gradle.properties
+ scandelete=buildSrc
+
+Build:1.35.0,47
+ commit=v.1.35.0
+ subdir=app
+ gradle=ccc34c3
+ prebuild=cp local.properties gradle.properties
+ scandelete=buildSrc
+
+Build:1.36.0,48
+ commit=v.1.36.0
+ subdir=app
+ gradle=ccc34c3
+ prebuild=cp local.properties gradle.properties
+ scandelete=buildSrc
+
Auto Update Mode:Version v.%v
Update Check Mode:Tags
-Current Version:1.33.4
-Current Version Code:44
+Current Version:1.36.0
+Current Version Code:48
diff --git a/metadata/info.papdt.blackblub.txt b/metadata/info.papdt.blackblub.txt
index df8a0296b0..9731095264 100644
--- a/metadata/info.papdt.blackblub.txt
+++ b/metadata/info.papdt.blackblub.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/fython/Blackbulb/blob/HEAD/README.md
Source Code:https://github.com/fython/Blackbulb
Issue Tracker:https://github.com/fython/Blackbulb/issues
diff --git a/metadata/info.schnatterer.nusic.txt b/metadata/info.schnatterer.nusic.txt
index c71274e514..f5d8b0e295 100644
--- a/metadata/info.schnatterer.nusic.txt
+++ b/metadata/info.schnatterer.nusic.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:schnatterer
Web Site:
Source Code:https://github.com/schnatterer/nusic
@@ -42,8 +42,12 @@ Build:3.2.0,20
subdir=nusic-apk
gradle=yes
-Auto Update Mode:None
-Update Check Mode:HTTP
-Update Check Data:https://raw.githubusercontent.com/schnatterer/nusic/master/gradle.properties|versionCode=(.*)|.|version=(.*)
-Current Version:3.2.0
-Current Version Code:20
+Build:3.3.0,21
+ commit=v.3.3.0
+ subdir=nusic-apk
+ gradle=yes
+
+Auto Update Mode:Version v.%v
+Update Check Mode:Tags
+Current Version:3.3.0
+Current Version Code:21
diff --git a/metadata/info.staticfree.SuperGenPass.txt b/metadata/info.staticfree.SuperGenPass.txt
index 0ad45c5840..96c7a65715 100644
--- a/metadata/info.staticfree.SuperGenPass.txt
+++ b/metadata/info.staticfree.SuperGenPass.txt
@@ -1,5 +1,5 @@
Categories:Security
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://staticfree.info/projects/sgp
Source Code:https://github.com/xxv/SuperGenPass
Issue Tracker:
diff --git a/metadata/info.staticfree.android.robotfindskitten.txt b/metadata/info.staticfree.android.robotfindskitten.txt
index 7765c7165b..76ffba8001 100644
--- a/metadata/info.staticfree.android.robotfindskitten.txt
+++ b/metadata/info.staticfree.android.robotfindskitten.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://staticfree.info/projects/rfk
Source Code:https://staticfree.info/git/robotfindskitten.git
Issue Tracker:https://github.com/xxv/robotfindskitten/issues
diff --git a/metadata/info.staticfree.android.twentyfourhour.txt b/metadata/info.staticfree.android.twentyfourhour.txt
index 56324d5bbf..3b1c50f963 100644
--- a/metadata/info.staticfree.android.twentyfourhour.txt
+++ b/metadata/info.staticfree.android.twentyfourhour.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://staticfree.info/projects/24h_clock
Source Code:https://staticfree.info/git/24hAnalogWidget.git
Issue Tracker:https://github.com/xxv/24hAnalogWidget/issues
diff --git a/metadata/info.staticfree.android.units.txt b/metadata/info.staticfree.android.units.txt
index f343cce35e..01d6422886 100644
--- a/metadata/info.staticfree.android.units.txt
+++ b/metadata/info.staticfree.android.units.txt
@@ -1,7 +1,7 @@
Categories:Science & Education
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://staticfree.info/projects/units
-Source Code:https://staticfree.info/git/Units.git
+Source Code:https://github.com/xxv/Units
Issue Tracker:https://github.com/xxv/units/issues
FlattrID:86174
@@ -9,10 +9,18 @@ Auto Name:Units
Summary:Powerful unit converter
Description:
A powerful unit-aware calculator and converter inspired by GNU Units.
+
+It can convert between ≈2,400 different units, making it an ideal unit converter
+for complex or obscure tasks. It has everything - from basic distances, volumes
+and temperatures, to kitchen weight-to-volume conversions, to chemistry- and
+physics-specific units and equations.
+
+Units can convert between dimensions, for example, multiplying distances to get
+area and volume.
.
Repo Type:git
-Repo:git://staticfree.info/git/Units/
+Repo:https://github.com/xxv/Units
Build:0.8,7
commit=8be8c10c67152783b6871a70d077a0758e5086ba
diff --git a/metadata/info.toyonos.hfr4droid.txt b/metadata/info.toyonos.hfr4droid.txt
index 03c08f7904..53a11740fc 100644
--- a/metadata/info.toyonos.hfr4droid.txt
+++ b/metadata/info.toyonos.hfr4droid.txt
@@ -1,6 +1,6 @@
Disabled:Functions badly: is not able to progress beyond forum list
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/hfr4droid
Source Code:https://code.google.com/p/hfr4droid/source
Issue Tracker:
diff --git a/metadata/info.zamojski.soft.towercollector.yml b/metadata/info.zamojski.soft.towercollector.yml
new file mode 100644
index 0000000000..01292288ce
--- /dev/null
+++ b/metadata/info.zamojski.soft.towercollector.yml
@@ -0,0 +1,90 @@
+Categories:
+ - Navigation
+License: MPL-2.0
+AuthorName: Adam Zamojski
+WebSite: https://zamojski.info/Features,Tower-Collector.html
+SourceCode: https://github.com/zamojski/TowerCollector
+IssueTracker: https://github.com/zamojski/TowerCollector/issues
+Changelog: https://github.com/zamojski/TowerCollector/releases
+
+AutoName: Tower Collector
+Summary: Join the OpenCellID community and collect cell towers' locations from your
+ area
+Description: |-
+ This app collects GPS locations of GSM/UMTS/LTE/CDMA cell towers
+ and sends them to [https://opencellid.org/ OpenCellID.org] database. It is
+ designed to help map the extent of mobile phone network coverage. It is
+ also possible to collect measurements for private purposes and export them
+ to CSV or GPX files.
+ Some features:
+ * specially optimized GPS parameters to reduce battery drain
+ * upload to OpenCellID.org project
+ * export to SD card as CSV or GPX
+ * ad-free, forever!
+
+ The OpenCellID.org project goal is to create a worldwide open source
+ database of mobile cell locations. Tower Collector gives you opportunity to
+ contribute in OpenCellID project by uploading cell towers' locations from
+ your area. Collected data can be used to quickly locate devices without
+ enabling GPS.
+
+ Please help me translate it to other languages, visit
+ [http://i18n.zamojski.info/ i18n.zamojski.info]
+
+RepoType: git
+Repo: https://github.com/zamojski/TowerCollector
+
+Builds:
+ - versionName: 1.19.0-fdroid
+ versionCode: 1190023
+ commit: 1.19.0
+ subdir: app
+ gradle:
+ - productionFdroid
+
+ - versionName: 1.20.0-fdroid
+ versionCode: 1200024
+ commit: 1.20.0
+ subdir: app
+ gradle:
+ - productionFdroid
+
+ - versionName: 1.20.1-fdroid
+ versionCode: 1200125
+ commit: 1.20.1
+ subdir: app
+ gradle:
+ - productionFdroid
+
+ - versionName: 1.21.0-fdroid
+ versionCode: 1210026
+ commit: 1.21.0
+ subdir: app
+ gradle:
+ - productionFdroid
+
+ - versionName: 1.22.0-fdroid
+ versionCode: 1220027
+ commit: 1.22.0
+ subdir: app
+ gradle:
+ - productionFdroid
+
+ - versionName: 1.22.1-fdroid
+ versionCode: 1220128
+ commit: 1.22.1
+ subdir: app
+ gradle:
+ - productionFdroid
+
+ - versionName: 1.22.2
+ versionCode: 1220229
+ commit: 1.22.2
+ subdir: app
+ gradle:
+ - productionFdroid
+
+AutoUpdateMode: Version %v
+UpdateCheckMode: Tags
+CurrentVersion: 1.22.2
+CurrentVersionCode: 1220229
diff --git a/metadata/io.davidar.tensor.txt b/metadata/io.davidar.tensor.txt
index efea826e62..60fa6d5f56 100644
--- a/metadata/io.davidar.tensor.txt
+++ b/metadata/io.davidar.tensor.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/davidar/tensor
Issue Tracker:https://github.com/davidar/tensor/issues
diff --git a/metadata/io.github.baiatbun.react.txt b/metadata/io.github.baiatbun.react.txt
index e1f9cb2575..a1fd4980fc 100644
--- a/metadata/io.github.baiatbun.react.txt
+++ b/metadata/io.github.baiatbun.react.txt
@@ -1,9 +1,9 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://baiatbun.github.io/React/
-Source Code:https://github.com/baiatBun/React
-Issue Tracker:https://github.com/baiatBun/React/issues
-Changelog:https://github.com/baiatBun/React/releases
+Source Code:https://github.com/engSERGIU/React
+Issue Tracker:https://github.com/engSERGIU/React/issues
+Changelog:https://github.com/engSERGIU/React/releases
Name:React (old)
Auto Name:React
@@ -14,7 +14,7 @@ Allows you to test your reaction time. Development continues in
.
Repo Type:git
-Repo:https://github.com/baiatBun/React.git
+Repo:https://github.com/engSERGIU/React.git
Build:1.2.1,1
commit=v1.2.1
diff --git a/metadata/io.github.benoitduffez.cupsprint.txt b/metadata/io.github.benoitduffez.cupsprint.txt
index 830cc162ad..b2fb5189de 100644
--- a/metadata/io.github.benoitduffez.cupsprint.txt
+++ b/metadata/io.github.benoitduffez.cupsprint.txt
@@ -1,10 +1,23 @@
Categories:Connectivity,Multimedia
-License:LGPL-3.0
+License:LGPL-3.0-only
Web Site:https://benoitduffez.github.io/AndroidCupsPrint/
Source Code:https://github.com/BenoitDuffez/AndroidCupsPrint/tree/fdroid
Issue Tracker:https://github.com/BenoitDuffez/AndroidCupsPrint/issues
Auto Name:Android CUPS Print
+Summary:Print directly from your handset
+Description:
+This app provides a Print Service to Android. This means that once it's
+installed, you need to enable it in the 'Print' section of the settings app.
+Once the service is enabled, printers are automatically discovered using the
+mDNS protocol. You can print anything you want from any app, as long as the
+print service is enabled.
+
+Of course, printing document is an important matter. Because your documents are
+your most private information, you don't want anybody to have access to this
+information. This is why this app is completely open sourced and free to use,
+modify and redistribute.
+.
Repo Type:git
Repo:https://github.com/BenoitDuffez/AndroidCupsPrint
diff --git a/metadata/io.github.droidapps.pdfreader.txt b/metadata/io.github.droidapps.pdfreader.txt
index 60908ea07d..efb53a2f77 100644
--- a/metadata/io.github.droidapps.pdfreader.txt
+++ b/metadata/io.github.droidapps.pdfreader.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://droidapps.github.io/pdfreader4Android
Source Code:https://github.com/droidapps/pdfreader4Android
Issue Tracker:https://github.com/droidapps/pdfreader4Android/issues
diff --git a/metadata/io.github.engsergiu.react.txt b/metadata/io.github.engsergiu.react.txt
index 95dcb6faf3..d1de7d0948 100644
--- a/metadata/io.github.engsergiu.react.txt
+++ b/metadata/io.github.engsergiu.react.txt
@@ -1,5 +1,5 @@
Categories:Games,Sports & Health,Time
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://engSERGIU.github.io/React/
Source Code:https://github.com/engSERGIU/React
Issue Tracker:https://github.com/engSERGIU/React/issues
diff --git a/metadata/io.github.fvasco.pinpoi.txt b/metadata/io.github.fvasco.pinpoi.txt
index b04e98a7a1..bba403acb7 100644
--- a/metadata/io.github.fvasco.pinpoi.txt
+++ b/metadata/io.github.fvasco.pinpoi.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:Francesco Vasco
Author Email:fsco_v-github@yahoo.it
Web Site:https://fvasco.github.io/pinpoi/
@@ -303,7 +303,49 @@ Build:1.4.25,57
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
+
+Build:1.5.1,62
+ commit=1.5.1
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e "s/gradleVersion = '2.14.1'/gradleVersion = '3.5'/" ../build.gradle
+
+Build:1.5.2,63
+ commit=1.5.2
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e "s/gradleVersion = '2.14.1'/gradleVersion = '3.5'/" ../build.gradle
+
+Build:1.5.3,64
+ commit=1.5.3
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e "s/gradleVersion = '2.14.1'/gradleVersion = '3.5'/" ../build.gradle
+
+Build:1.5.4,65
+ commit=1.5.4
+ 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.25
-Current Version Code:57
+Current Version:1.5.4
+Current Version Code:65
diff --git a/metadata/io.github.gsantner.memetastic.txt b/metadata/io.github.gsantner.memetastic.txt
index c710258030..e66282a2fc 100644
--- a/metadata/io.github.gsantner.memetastic.txt
+++ b/metadata/io.github.gsantner.memetastic.txt
@@ -1,11 +1,12 @@
Categories:Graphics,Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Author Name:Gregor Santner
-Web Site:http://gsantner.net
+Web Site:https://gsantner.net/index.html?source=fdroid&project=memetastic
Source Code:https://github.com/gsantner/memetastic
Issue Tracker:https://github.com/gsantner/memetastic/issues
Changelog:https://github.com/gsantner/memetastic/blob/HEAD/CHANGELOG.md
-Donate:http://gsantner.net/supportme
+Donate:https://gsantner.net/supportme/?project=memetastic&source=fdroid
+LiberapayID:13079
Bitcoin:1B9ZyYdQoY9BxMe9dRUEKaZbJWsbQqfXU5
Litecoin:LSC2NUiXmnsJiaRczq9AKceX6CEHQHP39w
@@ -141,11 +142,21 @@ Build:1.4.2,44
subdir=app
gradle=FlavorDefault
+Build:1.4.3,45
+ commit=v1.4.3
+ subdir=app
+ gradle=FlavorDefault
+
+Build:1.4.4,46
+ commit=v1.4.4
+ 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.2
-Current Version Code:44
+Current Version:1.4.4
+Current Version Code:46
diff --git a/metadata/io.github.hidroh.materialistic.txt b/metadata/io.github.hidroh.materialistic.txt
index 1e77a75297..2d524cd76e 100644
--- a/metadata/io.github.hidroh.materialistic.txt
+++ b/metadata/io.github.hidroh.materialistic.txt
@@ -9,7 +9,20 @@ Auto Name:Materialistic
Summary:Interact with the "Hacker news" site
Description:
Hacker News client, designed for both phones & tablets, with optimized speed &
-network
+network.
+
+'''Features:'''
+
+* Browse top stories, best, newest, show HN, ask HN, jobs & user profiles
+* Submit story, comment & vote, multiple HN accounts supported
+* Catch up with best stories from past day, week, month or year
+* Search, share stories, save for offline reading
+
+'''Flexible reading options:'''
+
+* Multiple themes, adjustable font & text size
+* Colour-coded, collapsible comments thread
+* Readability mode/external browser options
.
Repo Type:git
diff --git a/metadata/io.github.hopedia.txt b/metadata/io.github.hopedia.txt
index f970f231ed..11d5e032b2 100644
--- a/metadata/io.github.hopedia.txt
+++ b/metadata/io.github.hopedia.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/HopEdia/android-client
Issue Tracker:https://github.com/HopEdia/android-client/issues
diff --git a/metadata/io.github.kobuge.games.minilens.txt b/metadata/io.github.kobuge.games.minilens.txt
index 789d84c0b5..bcc1762a9b 100644
--- a/metadata/io.github.kobuge.games.minilens.txt
+++ b/metadata/io.github.kobuge.games.minilens.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://kobuge-games.github.io/minilens
Source Code:https://github.com/KOBUGE-Games/minilens
Issue Tracker:https://github.com/KOBUGE-Games/minilens/issues
diff --git a/metadata/io.github.lonamiwebs.klooni.txt b/metadata/io.github.lonamiwebs.klooni.txt
index c362ff2d39..d9aafc8312 100644
--- a/metadata/io.github.lonamiwebs.klooni.txt
+++ b/metadata/io.github.lonamiwebs.klooni.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/LonamiWebs/Klooni1010/blob/HEAD/README.md
Source Code:https://github.com/LonamiWebs/Klooni1010
Issue Tracker:https://github.com/LonamiWebs/Klooni1010/issues
@@ -80,7 +80,13 @@ Build:0.8.1,810
gradle=yes
scanignore=android/libs/*
+Build:0.8.2,820
+ commit=v0.8.2
+ subdir=android
+ gradle=yes
+ scanignore=android/libs/*
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.8.1
-Current Version Code:810
+Current Version:0.8.2
+Current Version Code:820
diff --git a/metadata/io.github.lonamiwebs.stringlate.txt b/metadata/io.github.lonamiwebs.stringlate.txt
index 33f943604f..5d09f124b9 100644
--- a/metadata/io.github.lonamiwebs.stringlate.txt
+++ b/metadata/io.github.lonamiwebs.stringlate.txt
@@ -125,7 +125,23 @@ Build:0.13,1003
subdir=src/app
gradle=yes
+Build:0.14,1004
+ commit=v0.14
+ subdir=src/app
+ gradle=yes
+
+Build:0.15,1005
+ disable=lintVitalRelease fails
+ commit=v0.15
+ subdir=src/app
+ gradle=yes
+
+Build:0.15.1,1006
+ commit=v0.15.1
+ 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.15.1
+Current Version Code:1006
diff --git a/metadata/io.github.otakuchiyan.dnsman.txt b/metadata/io.github.otakuchiyan.dnsman.txt
index 904ee6cc21..c67202d98d 100644
--- a/metadata/io.github.otakuchiyan.dnsman.txt
+++ b/metadata/io.github.otakuchiyan.dnsman.txt
@@ -1,8 +1,8 @@
Categories:Connectivity,System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/otakuchiyan/DNSman
-Issue Tracker:https://github.com/otakuchiyan/DNSman/issues
+Source Code:
+Issue Tracker:
Auto Name:DNS man
Summary:Set DNS lookup server
@@ -10,9 +10,6 @@ Description:
Change the used DNS server for specific wifi networks.
.
-Repo Type:git
-Repo:https://github.com/otakuchiyan/DNSman
-
Build:0.4,40
commit=v0.4
subdir=app
@@ -71,3 +68,5 @@ Auto Update Mode:None
Update Check Mode:Tags ^v[0-9.]+$
Current Version:0.10.1
Current Version Code:101
+
+No Source Since:0.10.2
diff --git a/metadata/io.github.phora.aeondroid.txt b/metadata/io.github.phora.aeondroid.txt
index 1885c31d31..220c2753d3 100644
--- a/metadata/io.github.phora.aeondroid.txt
+++ b/metadata/io.github.phora.aeondroid.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/phora/AeonDroid
Issue Tracker:https://github.com/phora/AeonDroid/issues
diff --git a/metadata/io.github.phora.androptpb.txt b/metadata/io.github.phora.androptpb.txt
index 16b06206c3..a231f678bf 100644
--- a/metadata/io.github.phora.androptpb.txt
+++ b/metadata/io.github.phora.androptpb.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/phora/AndroPTPB
Issue Tracker:https://github.com/phora/AndroPTPB/issues
diff --git a/metadata/io.github.powerinside.scrollsocket.txt b/metadata/io.github.powerinside.scrollsocket.txt
index ab2db5abfe..ae54a1f672 100644
--- a/metadata/io.github.powerinside.scrollsocket.txt
+++ b/metadata/io.github.powerinside.scrollsocket.txt
@@ -2,8 +2,8 @@ Categories:Connectivity
License:MIT
Author Name:Mohammed Irfan
Web Site:http://powerinside.github.io/ScrollSocket/
-Source Code:https://github.com/PowerInside/ScrollSocket
-Issue Tracker:https://github.com/PowerInside/ScrollSocket/issues
+Source Code:https://github.com/mo3rfan/ScrollSocket
+Issue Tracker:https://github.com/mo3rfan/ScrollSocket/issues
Donate:http://powerinside.github.io/ScrollSocket/donate
FlattrID:7e9ba74ef32f6581ca63260607917324
Bitcoin:16E1hn96zg9h16VCrxSG6p7b72vyNh64ft
@@ -16,14 +16,14 @@ over the android touchscreen. Requires a small driver to be running on the
computer. See [http://powerinside.github.io/ScrollSocket/ website] for more
details on building the driver from source.
-* Currently supports only linux with uninput kernel module.
+* Currently supports only linux with uinput kernel module.
* Horizontal scrolling not yet added.
This is a fork of the much awesome [[at.bitfire.gfxtablet]] app.
.
Repo Type:git
-Repo:https://github.com/PowerInside/ScrollSocket
+Repo:https://github.com/mo3rfan/ScrollSocket
Build:1.0,1
commit=1.0
diff --git a/metadata/io.github.powerinside.syncplay.txt b/metadata/io.github.powerinside.syncplay.txt
index 474eeee032..216e77b240 100644
--- a/metadata/io.github.powerinside.syncplay.txt
+++ b/metadata/io.github.powerinside.syncplay.txt
@@ -2,8 +2,8 @@ Categories:Connectivity
License:Apache-2.0
Author Name:Mohammed Irfan
Web Site:
-Source Code:https://github.com/PowerInside/syncplayer
-Issue Tracker:https://github.com/PowerInside/syncplayer/issues
+Source Code:https://github.com/mo3rfan/syncplayer
+Issue Tracker:https://github.com/mo3rfan/syncplayer/issues
Bitcoin:16E1hn96zg9h16VCrxSG6p7b72vyNh64ft
Litecoin:LQ88aMidLv4bkgLZ8ExZPYtMDrFbkwJL97
@@ -14,10 +14,15 @@ SyncPlayer is an unofficial client that implements the syncplay protocol. It
connects to Syncplay servers to sync video playback between two or more users.
Use it to watch videos with your friends online. Just add a server, pick a video
and make sure your friends join the same server and room.
+
+Please note: SyncPlayer does not stream or transmit the video data in any way
+whatsoever. It only synchronizes video playback between users.
+
+Syncplay clients are also available for Windows and Linux.
.
Repo Type:git
-Repo:https://github.com/PowerInside/syncplayer
+Repo:https://github.com/mo3rfan/syncplayer
Build:1.6.2,16
commit=1.6.2
diff --git a/metadata/io.github.sanbeg.flashlight.txt b/metadata/io.github.sanbeg.flashlight.txt
index ee2fe3c1c3..08254d579d 100644
--- a/metadata/io.github.sanbeg.flashlight.txt
+++ b/metadata/io.github.sanbeg.flashlight.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://sanbeg.github.io/flashlight
Source Code:https://github.com/sanbeg/flashlight
Issue Tracker:https://github.com/sanbeg/flashlight/issues
diff --git a/metadata/io.github.tiagoshibata.gpsdclient.yml b/metadata/io.github.tiagoshibata.gpsdclient.yml
new file mode 100644
index 0000000000..6c4feceaba
--- /dev/null
+++ b/metadata/io.github.tiagoshibata.gpsdclient.yml
@@ -0,0 +1,38 @@
+Categories:
+ - Navigation
+License: MIT
+SourceCode: https://github.com/tiagoshibata/Android-GPSd-Client
+IssueTracker: https://github.com/tiagoshibata/Android-GPSd-Client/issues
+
+AutoName: GPSd Client
+Summary: Service to forward NMEA messages to a GPSd server
+Description: |-
+ This application forwards NMEA data from your phone's GPS to a specified host.
+ It's goal is to easily plug and feed data into a GPS server service (e.g. GPSd),
+ using your cellphone as a GPS device. This way, your cellphone can be used as a
+ GPS in navigation or robotics applications running in a host computer.
+
+ Data is forwarded using UDP. First, make sure the computer's IP is reachable
+ from your cellphone; this is the case in most default access points, so it
+ should work if both are connected to the same WiFi network.
+
+ On the host machine, execute 'gpsd -N udp://:' (e.g. 'gpsd -N udp://*:29998'). In
+ the app, enter your host's IP and port and hit Start. Your host is now
+ receiving GPS data forwarded from your phone. You can test it with gpsmon or
+ other GPSd utilities.
+
+RepoType: git
+Repo: https://github.com/tiagoshibata/Android-GPSd-Client
+
+Builds:
+ - versionName: 1.0.1
+ versionCode: 2
+ commit: bc7599e35aae938cc517b28d994c6e0737eccc15
+ gradle:
+ - yes
+ output: app/build/outputs/apk/release/app-release-unsigned.apk
+
+AutoUpdateMode: Version %v
+UpdateCheckMode: Tags
+CurrentVersion: 1.0.1
+CurrentVersionCode: 2
diff --git a/metadata/io.github.tjg1.nori.txt b/metadata/io.github.tjg1.nori.txt
index 8bf4a8a9db..61abba2b22 100644
--- a/metadata/io.github.tjg1.nori.txt
+++ b/metadata/io.github.tjg1.nori.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-2.0
+License:GPL-2.0-only
Author Name:Tomasz Jan Góralczyk
Author Email:tomg@fastmail.uk
Web Site:https://twitter.com/Nori_Android
@@ -68,7 +68,13 @@ Build:2017.06.1,13
subdir=app
gradle=fdroid
+Build:2018.06,14
+ disable=ProGuard fails: there were 2 unresolved references to classes or interfaces
+ commit=v2018.06
+ subdir=app
+ gradle=fdroid
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2017.06.1
-Current Version Code:13
+Current Version:2018.06
+Current Version Code:14
diff --git a/metadata/io.github.tompreuss.apnsettings.txt b/metadata/io.github.tompreuss.apnsettings.txt
index 0123aa654b..f34a8d3e0e 100644
--- a/metadata/io.github.tompreuss.apnsettings.txt
+++ b/metadata/io.github.tompreuss.apnsettings.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/tompreuss/APNSettings
Issue Tracker:https://github.com/tompreuss/APNSettings/issues
diff --git a/metadata/io.github.trytonvanmeer.libretrivia.txt b/metadata/io.github.trytonvanmeer.libretrivia.txt
index 91b900b789..61812e4e59 100644
--- a/metadata/io.github.trytonvanmeer.libretrivia.txt
+++ b/metadata/io.github.trytonvanmeer.libretrivia.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://tryton-vanmeer.github.io/projects/LibreTrivia
Source Code:https://github.com/tryton-vanmeer/LibreTrivia
Issue Tracker:https://github.com/tryton-vanmeer/LibreTrivia/issues
diff --git a/metadata/io.github.whirish.tvbuses.txt b/metadata/io.github.whirish.tvbuses.txt
index 45fe85c68b..35f0b9d447 100644
--- a/metadata/io.github.whirish.tvbuses.txt
+++ b/metadata/io.github.whirish.tvbuses.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/whirish/Tri-Valley-Buses
Issue Tracker:https://github.com/whirish/Tri-Valley-Buses/issues
diff --git a/metadata/io.githubfede0d.planetrider.txt b/metadata/io.githubfede0d.planetrider.txt
index 7a164b2b2c..efd085d5c0 100644
--- a/metadata/io.githubfede0d.planetrider.txt
+++ b/metadata/io.githubfede0d.planetrider.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://fede0d.github.io/game/2015/10/31/planet-rider.html
Source Code:https://github.com/FEDE0D/Planet-Rider/
Issue Tracker:https://github.com/FEDE0D/Planet-Rider/issues
diff --git a/metadata/io.gitlab.allenb1.todolist.txt b/metadata/io.gitlab.allenb1.todolist.txt
new file mode 100644
index 0000000000..410e80c79d
--- /dev/null
+++ b/metadata/io.gitlab.allenb1.todolist.txt
@@ -0,0 +1,24 @@
+Categories:Writing
+License:MIT
+Web Site:
+Source Code:https://gitlab.com/AllenB1/taskeeper
+Issue Tracker:https://gitlab.com/AllenB1/taskeeper/issues
+
+Auto Name:Taskkeeper
+Summary:Keep track of to-dos
+Description:
+Task manager. Create, view, and edit tasks. Organize tasks into projects.
+.
+
+Repo Type:git
+Repo:https://gitlab.com/AllenB1/taskeeper.git
+
+Build:1.2.2,6
+ 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:6
diff --git a/metadata/io.homeassistant.android.txt b/metadata/io.homeassistant.android.txt
index 0ecb1159d7..31f0611981 100644
--- a/metadata/io.homeassistant.android.txt
+++ b/metadata/io.homeassistant.android.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://home-assistant.io
Source Code:https://github.com/Maxr1998/home-assistant-Android
Issue Tracker:https://github.com/Maxr1998/home-assistant-Android/issues
diff --git a/metadata/io.mapsquare.osmcontributor.txt b/metadata/io.mapsquare.osmcontributor.txt
index bbbdd7ecfe..c1ba6ed114 100644
--- a/metadata/io.mapsquare.osmcontributor.txt
+++ b/metadata/io.mapsquare.osmcontributor.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/mapsquare/osm-contributor
Issue Tracker:https://github.com/mapsquare/osm-contributor/issues
diff --git a/metadata/io.mrarm.irc.txt b/metadata/io.mrarm.irc.txt
index 064a8e88e2..a27bf68a3b 100644
--- a/metadata/io.mrarm.irc.txt
+++ b/metadata/io.mrarm.irc.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://mrarm.io/
Source Code:https://github.com/MCMrARM/revolution-irc
Issue Tracker:https://github.com/MCMrARM/revolution-irc/issues
@@ -38,7 +38,12 @@ Build:0.3.2,5
subdir=app
gradle=yes
+Build:0.4.1,7
+ commit=0.4.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:0.3.2
-Current Version Code:5
+Current Version:0.4.1
+Current Version Code:7
diff --git a/metadata/io.pslab.txt b/metadata/io.pslab.txt
new file mode 100644
index 0000000000..bf0c2f8387
--- /dev/null
+++ b/metadata/io.pslab.txt
@@ -0,0 +1,35 @@
+Categories:Science & Education
+License:Apache-2.0
+Web Site:https://pslab.io
+Source Code:https://github.com/fossasia/pslab-android
+Issue Tracker:https://github.com/fossasia/pslab-android/issues
+
+Auto Name:PSLab
+Summary:Pocket Science Lab Android interface for PSLab hardware
+Description:
+Pocket Science Lab hardware device provides an array of sensors for doing
+science and engineering experiments. It provides functions of numerous
+experimental devices such as an oscilloscope, a waveform generator, a frequency
+counter, a programmable voltage & current source and a data logger. This app
+exposes all the functionalities of device along with using Audio Jack as
+Oscilloscope and Wave Generator. The app has built-in support for experiments
+covering areas like electronics, electrical and physics etc.
+.
+
+Repo Type:git
+Repo:https://github.com/fossasia/pslab-android
+
+Build:2.0.3,4
+ commit=v2.0.3
+ subdir=app
+ gradle=yes
+
+Build:2.0.4,5
+ commit=v2.0.4
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:2.0.4
+Current Version Code:5
diff --git a/metadata/io.trezor.app.txt b/metadata/io.trezor.app.txt
index cb44440513..13c8a1b468 100644
--- a/metadata/io.trezor.app.txt
+++ b/metadata/io.trezor.app.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:LGPL-3.0
+License:LGPL-3.0-only
Web Site:http://trezor.io
Source Code:https://github.com/trezor/trezor-android
Issue Tracker:https://github.com/trezor/trezor-android/issues
@@ -63,6 +63,18 @@ Build:2.0.0,14
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
+
+Build:2.0.2,16
+ commit=v2.0.2
+ 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
@@ -71,5 +83,5 @@ once in a while.
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.0.0
-Current Version Code:14
+Current Version:2.0.2
+Current Version Code:16
diff --git a/metadata/ir.hsn6.defendo.txt b/metadata/ir.hsn6.defendo.txt
index 4a052c7c1d..b061914da4 100644
--- a/metadata/ir.hsn6.defendo.txt
+++ b/metadata/ir.hsn6.defendo.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/HassanHeydariNasab/defendo
Source Code:https://github.com/HassanHeydariNasab/defendo
Issue Tracker:https://github.com/HassanHeydariNasab/defendo/issues
@@ -9,7 +9,7 @@ Summary:A tower defense game
Description:
You are called to defend a base.
-The game is developing using Godot v2.1.4.
+A tower defense game developed using Godot v2.1.4.
.
Repo Type:git
diff --git a/metadata/ir.hsn6.k2.txt b/metadata/ir.hsn6.k2.txt
index fefa98641a..71f9c809b6 100644
--- a/metadata/ir.hsn6.k2.txt
+++ b/metadata/ir.hsn6.k2.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/HassanHeydariNasab/k2
Source Code:https://github.com/HassanHeydariNasab/k2
Issue Tracker:https://github.com/HassanHeydariNasab/k2/issues
diff --git a/metadata/ir.hsn6.trans.txt b/metadata/ir.hsn6.trans.txt
index 10be175d06..158d2602c6 100644
--- a/metadata/ir.hsn6.trans.txt
+++ b/metadata/ir.hsn6.trans.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/HassanHeydariNasab/trans
Source Code:https://github.com/HassanHeydariNasab/trans
Issue Tracker:https://github.com/HassanHeydariNasab/trans/issues
diff --git a/metadata/ir.hsn6.turo.txt b/metadata/ir.hsn6.turo.txt
index 932630457e..6924b21072 100644
--- a/metadata/ir.hsn6.turo.txt
+++ b/metadata/ir.hsn6.turo.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/HassanHeydariNasab/turo
Source Code:https://github.com/HassanHeydariNasab/turo
Issue Tracker:https://github.com/HassanHeydariNasab/turo/issues
diff --git a/metadata/is.pinterjann.jaws.txt b/metadata/is.pinterjann.jaws.txt
index 9d09454890..e35a982b6d 100644
--- a/metadata/is.pinterjann.jaws.txt
+++ b/metadata/is.pinterjann.jaws.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/jannispinter/jaws/blob/HEAD/README.md
Source Code:https://github.com/jannispinter/jaws
Issue Tracker:https://github.com/jannispinter/jaws/issues
@@ -10,7 +10,13 @@ Summary:Just another wifi scanner
Description:
A simple wifi scanner that supports real time scans of nearby networks. It
displays a list of nearby wifi networks ordered by signal strength and
-periodically rescans for new neworks.
+periodically rescans for new networks.
+
+'''Features:'''
+
+* Display a list of nearby wifi networks ordered by signal strength
+* Display SSID, BSSID, Channel, Capabilities and the signal strength of each network
+* Periodically rescan for new networks
.
Repo Type:git
diff --git a/metadata/is.xyz.mpv.txt b/metadata/is.xyz.mpv.txt
index aa14c60549..c851d89e6c 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-04-09-alpha
-Current Version Code:11
+Current Version:2018-04-29-alpha
+Current Version Code:13
diff --git a/metadata/isn.fly.speedmeter.txt b/metadata/isn.fly.speedmeter.txt
index 09125fa50b..1c56358184 100644
--- a/metadata/isn.fly.speedmeter.txt
+++ b/metadata/isn.fly.speedmeter.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/flyingrub/SpeedMeter
Issue Tracker:https://github.com/flyingrub/SpeedMeter/issues
diff --git a/metadata/it.andreascarpino.forvodroid.txt b/metadata/it.andreascarpino.forvodroid.txt
index ce031b8641..270a4a317a 100644
--- a/metadata/it.andreascarpino.forvodroid.txt
+++ b/metadata/it.andreascarpino.forvodroid.txt
@@ -72,5 +72,5 @@ Upstream removed binaries and source.
Archive Policy:0 versions
Auto Update Mode:None
Update Check Mode:Static
-Current Version:1.2
-Current Version Code:3
+Current Version:0
+Current Version Code:0
diff --git a/metadata/it.devapp.android.txt b/metadata/it.devapp.android.txt
index 995e63e5c5..32c4cee8c2 100644
--- a/metadata/it.devapp.android.txt
+++ b/metadata/it.devapp.android.txt
@@ -1,7 +1,7 @@
Disabled:Pointless without Google Maps
AntiFeatures:NonFreeDep
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://sourceforge.net/projects/geosearch
Source Code:https://sourceforge.net/projects/geosearch/files/source
Issue Tracker:
diff --git a/metadata/it.ecosw.dudo.txt b/metadata/it.ecosw.dudo.txt
index 07e766c6c4..01ee3902f9 100644
--- a/metadata/it.ecosw.dudo.txt
+++ b/metadata/it.ecosw.dudo.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/Eco80/dudo
Issue Tracker:https://github.com/Eco80/dudo/issues
diff --git a/metadata/it.eternitywall.eternitywall.txt b/metadata/it.eternitywall.eternitywall.txt
index a3d7589dfc..2b39d37e19 100644
--- a/metadata/it.eternitywall.eternitywall.txt
+++ b/metadata/it.eternitywall.eternitywall.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://eternitywall.it
Source Code:https://github.com/RCasatta/EternityWallAndroid
Issue Tracker:https://github.com/RCasatta/EternityWallAndroid/issues
diff --git a/metadata/it.fabmazz.triestebus.txt b/metadata/it.fabmazz.triestebus.txt
index 242cda4554..b34b51bcf1 100644
--- a/metadata/it.fabmazz.triestebus.txt
+++ b/metadata/it.fabmazz.triestebus.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Author Name:Fabio Mazza
Author Email:fab4mazz@gmail.com
Web Site:https://github.com/fabmazz/triesteinbus
diff --git a/metadata/it.feio.android.omninotes.foss.txt b/metadata/it.feio.android.omninotes.foss.txt
index 1dca3a824c..6ad7bdb7b1 100644
--- a/metadata/it.feio.android.omninotes.foss.txt
+++ b/metadata/it.feio.android.omninotes.foss.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://federicoiosue.github.io/Omni-Notes/
Source Code:https://github.com/federicoiosue/Omni-Notes
Issue Tracker:https://github.com/federicoiosue/Omni-Notes/issues
@@ -81,8 +81,24 @@ Build:5.4.5,240
sed -i -e '/googleAnalyticsRelease/,+2d' build.gradle && \
sed -i -e '/playCompile/d' -e '/outputFileName/d' build.gradle
+Build:5.5.0,245
+ commit=5.5.0
+ 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.5.2,247
+ commit=5.5.2
+ 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.5
-Current Version Code:240
+Current Version:5.5.2
+Current Version Code:247
diff --git a/metadata/it.greenaddress.cordova.txt b/metadata/it.greenaddress.cordova.txt
index 938ec5a78d..13fa472331 100644
--- a/metadata/it.greenaddress.cordova.txt
+++ b/metadata/it.greenaddress.cordova.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:LGPL-2.1
+License:LGPL-2.1-only
Web Site:https://greenaddress.it
Source Code:https://github.com/greenaddress/WalletCordova
Issue Tracker:https://github.com/greenaddress/WalletCordova/issues
diff --git a/metadata/it.iiizio.epubator.txt b/metadata/it.iiizio.epubator.txt
index 59418131d5..73b485fd95 100644
--- a/metadata/it.iiizio.epubator.txt
+++ b/metadata/it.iiizio.epubator.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://sourceforge.net/p/epubator
Source Code:https://sourceforge.net/p/epubator/code
Issue Tracker:
diff --git a/metadata/it.langolonerd.app.txt b/metadata/it.langolonerd.app.txt
index bc6f0d5633..9770114681 100644
--- a/metadata/it.langolonerd.app.txt
+++ b/metadata/it.langolonerd.app.txt
@@ -1,5 +1,5 @@
Categories:Internet,Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.langolonerd.it
Source Code:https://github.com/aroblu94/langolonerd_android
Issue Tracker:https://github.com/aroblu94/langolonerd_android/issues
@@ -21,5 +21,5 @@ Build:0.5free,1
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:0.5free
+Current Version:1.2.1
Current Version Code:1
diff --git a/metadata/it.mn.salvi.linuxDayOSM.txt b/metadata/it.mn.salvi.linuxDayOSM.txt
index ff771071d6..2d63285bde 100644
--- a/metadata/it.mn.salvi.linuxDayOSM.txt
+++ b/metadata/it.mn.salvi.linuxDayOSM.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/DocSalvi/LinuxDayAppAndroid
Issue Tracker:https://github.com/DocSalvi/LinuxDayAppAndroid/issues
diff --git a/metadata/it.mobimentum.dualsimwidget.txt b/metadata/it.mobimentum.dualsimwidget.txt
index 622a82b709..fc390f5b5e 100644
--- a/metadata/it.mobimentum.dualsimwidget.txt
+++ b/metadata/it.mobimentum.dualsimwidget.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://github.com/mobimentum/dualsimreminder/blob/HEAD/README.md
Source Code:https://github.com/mobimentum/dualsimreminder
Issue Tracker:https://github.com/mobimentum/dualsimreminder/issues
diff --git a/metadata/it.niedermann.owncloud.notes.txt b/metadata/it.niedermann.owncloud.notes.txt
index 24054ab63f..5686531cc9 100644
--- a/metadata/it.niedermann.owncloud.notes.txt
+++ b/metadata/it.niedermann.owncloud.notes.txt
@@ -1,10 +1,10 @@
Categories:Writing,Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://www.niedermann.it
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 +113,73 @@ 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
+
+Build:0.17.0,29
+ commit=v0.17.0
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:0.18.0,30
+ commit=v0.18.0
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:0.20.0,32
+ commit=v0.20.0
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:0.21.0,33
+ commit=v0.21.0
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:0.22.0,34
+ commit=v0.22.0
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:0.22.2,36
+ commit=v0.22.2
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:0.22.3,37
+ commit=v0.22.3
+ 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.22.3
+Current Version Code:37
diff --git a/metadata/it.reyboz.bustorino.txt b/metadata/it.reyboz.bustorino.txt
index 86376e0565..057426bec1 100644
--- a/metadata/it.reyboz.bustorino.txt
+++ b/metadata/it.reyboz.bustorino.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Author Name:Valerio Bozzolan
Author Email:gnu@linux.it
Web Site:https://launchpad.net/bus-torino
diff --git a/metadata/it.reyboz.chordshift.txt b/metadata/it.reyboz.chordshift.txt
index 68db9e5a00..330818ebe6 100644
--- a/metadata/it.reyboz.chordshift.txt
+++ b/metadata/it.reyboz.chordshift.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Author Name:Valerio Bozzolan
Author Email:gnu@linux.it
Web Site:https://launchpad.net/android-chord-shift
diff --git a/metadata/it.reyboz.minesweeper.txt b/metadata/it.reyboz.minesweeper.txt
index 652ee4f058..db170bd585 100644
--- a/metadata/it.reyboz.minesweeper.txt
+++ b/metadata/it.reyboz.minesweeper.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Author Name:Valerio Bozzolan
Author Email:gnu@linux.it
Web Site:https://launchpad.net/minesweeper
diff --git a/metadata/it.reyboz.screenlock.txt b/metadata/it.reyboz.screenlock.txt
index c2def8bd5f..55f3eca53f 100644
--- a/metadata/it.reyboz.screenlock.txt
+++ b/metadata/it.reyboz.screenlock.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Author Name:Valerio Bozzolan
Author Email:gnu@linux.it
Web Site:https://launchpad.net/lock-screen
diff --git a/metadata/it.rgp.nyagua.pafcalc.txt b/metadata/it.rgp.nyagua.pafcalc.txt
index df770ccd35..0b320c994b 100644
--- a/metadata/it.rgp.nyagua.pafcalc.txt
+++ b/metadata/it.rgp.nyagua.pafcalc.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://pafcalc.sourceforge.net/app
Source Code:https://sourceforge.net/p/pafcalc/code
Issue Tracker:https://sourceforge.net/p/pafcalc/tickets
diff --git a/metadata/it.rignanese.leo.slimfacebook.txt b/metadata/it.rignanese.leo.slimfacebook.txt
index e6b1c42593..a54233627d 100644
--- a/metadata/it.rignanese.leo.slimfacebook.txt
+++ b/metadata/it.rignanese.leo.slimfacebook.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Internet
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://forum.xda-developers.com/android/apps-games/app-slimfacebook-1mb-0-permissions-t3254174
Source Code:https://github.com/rignaneseleo/SlimSocial-for-Facebook
Issue Tracker:https://github.com/rignaneseleo/SlimSocial-for-Facebook/issues
@@ -10,6 +10,13 @@ Auto Name:SlimSocial for Facebook
Summary:Browse Facebook
Description:
Wrapper around Facebook's mobile website and APIs.
+
+* It is lightweight: it weighs less than 100 Kb
+* It has simple, modern design: there is only what you need
+* It is Open source: the code of this app is online on GitHub, anyone can verify the authenticity of the app and contribute to its development.
+* It is free and without ads
+* it is not intrusive
+* It respect your privacy: this app doesn't require special permits. Without consensus Facebook can not access to any data of your mobile phone
.
Repo Type:git
@@ -50,7 +57,13 @@ Build:3.7.1,49
subdir=SlimFacebook/app
gradle=yes
+Build:3.7.4,52
+ disable=lintVitalRelease fails
+ commit=v3.7.4
+ subdir=SlimFacebook/app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:3.7.1
-Current Version Code:49
+Current Version:3.7.4
+Current Version Code:52
diff --git a/metadata/it.rignanese.leo.slimtwitter.txt b/metadata/it.rignanese.leo.slimtwitter.txt
index 3bda2e68c0..7989bcdaef 100644
--- a/metadata/it.rignanese.leo.slimtwitter.txt
+++ b/metadata/it.rignanese.leo.slimtwitter.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Internet
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://forum.xda-developers.com/android/apps-games/app-slimtwitter-t3269323
Source Code:https://github.com/rignaneseleo/SlimSocial-for-Twitter
Issue Tracker:https://github.com/rignaneseleo/SlimSocial-for-Twitter/issues
@@ -10,6 +10,13 @@ Auto Name:SlimSocial for Twitter
Summary:Access Twitter
Description:
Wrapper around Twitter's mobile website and APIs.
+
+* It is lightweight: it weighs less than 1 Mb
+* It has simple, modern design: there is only what you need
+* It is Open source: the code of this app is online on GitHub, anyone can verify the authenticity of the app and contribute to its development.
+* It is free and without ads
+* it is not instrusive
+* It respect your privacy: this app doesn't require special permits. Without consensus Twitter can not access to any data of your mobile phone
.
Repo Type:git
diff --git a/metadata/it.sasabz.android.sasabus.txt b/metadata/it.sasabz.android.sasabus.txt
index 247dc23a21..ecf71002b9 100644
--- a/metadata/it.sasabz.android.sasabus.txt
+++ b/metadata/it.sasabz.android.sasabus.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://sasabus.org
Source Code:https://github.com/SASAbus/SASAbus
Issue Tracker:https://github.com/SASAbus/SASAbus/issues
diff --git a/metadata/it.sieke.android.cacertorgcertificateinstaller.txt b/metadata/it.sieke.android.cacertorgcertificateinstaller.txt
index 24f3028897..8480da6666 100644
--- a/metadata/it.sieke.android.cacertorgcertificateinstaller.txt
+++ b/metadata/it.sieke.android.cacertorgcertificateinstaller.txt
@@ -1,5 +1,5 @@
Categories:System,Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.sieke.it:8443/siekeit/cacert-org-certificate-installer
Source Code:https://gitlab.sieke.it:8443/siekeit/cacert-org-certificate-installer/tree/HEAD
Issue Tracker:https://gitlab.sieke.it:8443/siekeit/cacert-org-certificate-installer/issues
diff --git a/metadata/it.skarafaz.mercury.txt b/metadata/it.skarafaz.mercury.txt
index 3fd2d04670..28174107bb 100644
--- a/metadata/it.skarafaz.mercury.txt
+++ b/metadata/it.skarafaz.mercury.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://github.com/Skarafaz/mercury/wiki
Source Code:https://github.com/Skarafaz/mercury
Issue Tracker:https://github.com/Skarafaz/mercury/issues
diff --git a/metadata/italian.said.fran.theitaliansaid.txt b/metadata/italian.said.fran.theitaliansaid.txt
index 3dd0c37d7d..1f07c0a25c 100644
--- a/metadata/italian.said.fran.theitaliansaid.txt
+++ b/metadata/italian.said.fran.theitaliansaid.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/francescosoave/TIS_android
Issue Tracker:https://github.com/francescosoave/TIS_android/issues
diff --git a/metadata/itkach.aard2.txt b/metadata/itkach.aard2.txt
index f87b45d210..a9bef01357 100644
--- a/metadata/itkach.aard2.txt
+++ b/metadata/itkach.aard2.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://aarddict.org
Source Code:https://github.com/itkach/aard2-android
Issue Tracker:https://github.com/itkach/aard2-android/issues
@@ -32,5 +32,5 @@ Maintainer Notes:
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:0.37
-Current Version Code:37
+Current Version:0.39
+Current Version Code:39
diff --git a/metadata/ivl.android.moneybalance.txt b/metadata/ivl.android.moneybalance.txt
index a596921162..4072376b3a 100644
--- a/metadata/ivl.android.moneybalance.txt
+++ b/metadata/ivl.android.moneybalance.txt
@@ -12,6 +12,14 @@ entered into this app.
At the end of the vacation it will tell you who paid too little or too much, so
the accounts can be easily balanced.
+
+'''Features:'''
+
+* Managing multiple calculations in parallel
+* Uneven split of expenses
+* Multiple currencies per calculation
+* CSV export for importing calculations into a spreadsheet application
+* English, german, french and spanish localization
.
Repo Type:git
diff --git a/metadata/jackpal.androidterm/be/name.txt b/metadata/jackpal.androidterm/be/name.txt
new file mode 100644
index 0000000000..4d6b08427d
--- /dev/null
+++ b/metadata/jackpal.androidterm/be/name.txt
@@ -0,0 +1 @@
+Эмулятар тэрмінала для Андроід
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/be/summary.txt b/metadata/jackpal.androidterm/be/summary.txt
new file mode 100644
index 0000000000..249a414f1b
--- /dev/null
+++ b/metadata/jackpal.androidterm/be/summary.txt
@@ -0,0 +1 @@
+Атрымайце ўбудаваную абалонку каманднага радка Linux. Выпусці ўнутранага гіка!
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/de/summary.txt b/metadata/jackpal.androidterm/de/summary.txt
index d7bdaf1484..f58231b2ac 100644
--- a/metadata/jackpal.androidterm/de/summary.txt
+++ b/metadata/jackpal.androidterm/de/summary.txt
@@ -1 +1 @@
-Zugang zur integrierten Linux-Kommandozeilen-Shell in Android
\ No newline at end of file
+Zugriff auf die Android Linux-Shell. Entfessele den Geek in dir!
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/el/changelogs/71.txt b/metadata/jackpal.androidterm/el/changelogs/71.txt
new file mode 100644
index 0000000000..546bccaafd
--- /dev/null
+++ b/metadata/jackpal.androidterm/el/changelogs/71.txt
@@ -0,0 +1 @@
+v1.0.70 Επιτρέπεται η απόκρυψη της γραμμής ενεργειων του Material Design. Βελτίωση της επικόλλησης κειμένου. Διόρθωση της υποστήριξης του UTF-8.
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/el/name.txt b/metadata/jackpal.androidterm/el/name.txt
new file mode 100644
index 0000000000..4456b25c56
--- /dev/null
+++ b/metadata/jackpal.androidterm/el/name.txt
@@ -0,0 +1 @@
+Τερματικό για Android
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/en-US/phoneScreenshots/00.png b/metadata/jackpal.androidterm/en-US/phoneScreenshots/00.png
index 28bf4c7913..892ee1e884 100644
Binary files a/metadata/jackpal.androidterm/en-US/phoneScreenshots/00.png and b/metadata/jackpal.androidterm/en-US/phoneScreenshots/00.png differ
diff --git a/metadata/jackpal.androidterm/en-US/phoneScreenshots/02.png b/metadata/jackpal.androidterm/en-US/phoneScreenshots/02.png
index dd11eb4f31..b2081796f9 100644
Binary files a/metadata/jackpal.androidterm/en-US/phoneScreenshots/02.png and b/metadata/jackpal.androidterm/en-US/phoneScreenshots/02.png differ
diff --git a/metadata/jackpal.androidterm/en-US/phoneScreenshots/03.png b/metadata/jackpal.androidterm/en-US/phoneScreenshots/03.png
index 6277c5d453..650d5d9a67 100644
Binary files a/metadata/jackpal.androidterm/en-US/phoneScreenshots/03.png and b/metadata/jackpal.androidterm/en-US/phoneScreenshots/03.png differ
diff --git a/metadata/jackpal.androidterm/en-US/phoneScreenshots/08.png b/metadata/jackpal.androidterm/en-US/phoneScreenshots/08.png
index 16d3d73b68..5684399c9b 100644
Binary files a/metadata/jackpal.androidterm/en-US/phoneScreenshots/08.png and b/metadata/jackpal.androidterm/en-US/phoneScreenshots/08.png differ
diff --git a/metadata/jackpal.androidterm/en-US/phoneScreenshots/09.png b/metadata/jackpal.androidterm/en-US/phoneScreenshots/09.png
index 844383f7d2..368f31c443 100644
Binary files a/metadata/jackpal.androidterm/en-US/phoneScreenshots/09.png and b/metadata/jackpal.androidterm/en-US/phoneScreenshots/09.png differ
diff --git a/metadata/jackpal.androidterm/en-US/phoneScreenshots/10.png b/metadata/jackpal.androidterm/en-US/phoneScreenshots/10.png
index 0d89e5433c..6f9c7e4e9f 100644
Binary files a/metadata/jackpal.androidterm/en-US/phoneScreenshots/10.png and b/metadata/jackpal.androidterm/en-US/phoneScreenshots/10.png differ
diff --git a/metadata/jackpal.androidterm/eo/changelogs/71.txt b/metadata/jackpal.androidterm/eo/changelogs/71.txt
new file mode 100644
index 0000000000..c2cd4f5ef0
--- /dev/null
+++ b/metadata/jackpal.androidterm/eo/changelogs/71.txt
@@ -0,0 +1 @@
+v1.0.70: eblo kaŝi ag-breton Material Design; plibonigita tekst-enigo; riparita subteno por UTF-8
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/eo/changelogs/72.txt b/metadata/jackpal.androidterm/eo/changelogs/72.txt
new file mode 100644
index 0000000000..716452ca0f
--- /dev/null
+++ b/metadata/jackpal.androidterm/eo/changelogs/72.txt
@@ -0,0 +1,2 @@
+v1.0.70.1 (nur por F-Droid): resubskribita por senigi MD5
+v1.0.70: eblo kaŝi ag-breton Material Design; plibonigita tekst-enigo; riparita subteno por UTF-8
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/eo/name.txt b/metadata/jackpal.androidterm/eo/name.txt
index 4a8b4d6d2e..7c7b2dc6cd 100644
--- a/metadata/jackpal.androidterm/eo/name.txt
+++ b/metadata/jackpal.androidterm/eo/name.txt
@@ -1 +1 @@
-Terminala por Android
\ No newline at end of file
+Terminal Emulator for Android
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/eo/summary.txt b/metadata/jackpal.androidterm/eo/summary.txt
new file mode 100644
index 0000000000..946609fd24
--- /dev/null
+++ b/metadata/jackpal.androidterm/eo/summary.txt
@@ -0,0 +1 @@
+Aliri en-android-integritan linuks-terminalon. Liberigu vian enan kodumulon!
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/et/changelogs/71.txt b/metadata/jackpal.androidterm/et/changelogs/71.txt
new file mode 100644
index 0000000000..8d5d3e5263
--- /dev/null
+++ b/metadata/jackpal.androidterm/et/changelogs/71.txt
@@ -0,0 +1 @@
+v1.0.70 Lubab peita materjali disaini tegevusteriba, et parandada teksti asetamist. Parandab UTF-8 toe.
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/hu/name.txt b/metadata/jackpal.androidterm/hu/name.txt
new file mode 100644
index 0000000000..badc4e3cdc
--- /dev/null
+++ b/metadata/jackpal.androidterm/hu/name.txt
@@ -0,0 +1 @@
+Terminálemulátor Androidra
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/hu/summary.txt b/metadata/jackpal.androidterm/hu/summary.txt
index 3920751d1b..ae46843809 100644
--- a/metadata/jackpal.androidterm/hu/summary.txt
+++ b/metadata/jackpal.androidterm/hu/summary.txt
@@ -1 +1 @@
-Access Android beépített Linux parancssori shell. Engedd szabadjára a belső stré
\ No newline at end of file
+Érje el az Android beépített Linux parancssorát, engedje magát szabadjára!
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/is/changelogs/71.txt b/metadata/jackpal.androidterm/is/changelogs/71.txt
new file mode 100644
index 0000000000..e1feb35545
--- /dev/null
+++ b/metadata/jackpal.androidterm/is/changelogs/71.txt
@@ -0,0 +1 @@
+v1.0.70 Leyfir felun Material Design Action stikunnar bætir límingu texta. Lagar stuðning við UTF-8.
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/is/changelogs/72.txt b/metadata/jackpal.androidterm/is/changelogs/72.txt
new file mode 100644
index 0000000000..edf87da774
--- /dev/null
+++ b/metadata/jackpal.androidterm/is/changelogs/72.txt
@@ -0,0 +1 @@
+v1.0.70.1 (eingöngu F-Droid) endurhannað til að losna við MD5 v1.0.70 Leyfir aðfela Material Design Action stikuna. Bætt líming texta. Lagar stuðning við UTF-8.
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/is/name.txt b/metadata/jackpal.androidterm/is/name.txt
new file mode 100644
index 0000000000..5f5b82058c
--- /dev/null
+++ b/metadata/jackpal.androidterm/is/name.txt
@@ -0,0 +1 @@
+Skjáhermir fyrir Android
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/is/summary.txt b/metadata/jackpal.androidterm/is/summary.txt
new file mode 100644
index 0000000000..0918860dd0
--- /dev/null
+++ b/metadata/jackpal.androidterm/is/summary.txt
@@ -0,0 +1 @@
+Nýttu þér innbyggðu Linux-skelina í Android. Slepptu tölvunördinum í þér lausum!
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/nl/name.txt b/metadata/jackpal.androidterm/nl/name.txt
index 6931976671..2654e2a9b1 100644
--- a/metadata/jackpal.androidterm/nl/name.txt
+++ b/metadata/jackpal.androidterm/nl/name.txt
@@ -1 +1 @@
-Terminal Emulator voor Android
\ No newline at end of file
+Terminalemulator voor Android
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/nl/summary.txt b/metadata/jackpal.androidterm/nl/summary.txt
index fe70736263..ed516fd2ef 100644
--- a/metadata/jackpal.androidterm/nl/summary.txt
+++ b/metadata/jackpal.androidterm/nl/summary.txt
@@ -1 +1 @@
-Toegang Android's ingebouwde Linux command line shell. Laat je innerlijke geek!
\ No newline at end of file
+Gebruik Androids ingebouwde Linux-opdrachtregel. Bevrijd je innerlijke nerd!
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/pl/changelogs/71.txt b/metadata/jackpal.androidterm/pl/changelogs/71.txt
index 4aeb97b907..ac0fe09bc7 100644
--- a/metadata/jackpal.androidterm/pl/changelogs/71.txt
+++ b/metadata/jackpal.androidterm/pl/changelogs/71.txt
@@ -1 +1 @@
-v1.0.70 pozwala na ukrycie Paska Akcji Material Design Poprawia wklejanie tekstu. Naprawia wsparcie dla UTF-8.
\ No newline at end of file
+v1.0.70: możliwość ukrycia paska akcji Material Design; poprawione wklejanie tekstu; naprawa wsparcia dla UTF-8.
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/pl/changelogs/72.txt b/metadata/jackpal.androidterm/pl/changelogs/72.txt
index f40e15d347..1a1bca8a6c 100644
--- a/metadata/jackpal.androidterm/pl/changelogs/72.txt
+++ b/metadata/jackpal.androidterm/pl/changelogs/72.txt
@@ -1,3 +1,2 @@
-v1.0.70.1 (F-Droid only) resigned to get rid of MD5
-
-v1.0.70 pozwala na ukrycie Paska Akcji Material Design Poprawia wklejanie tekstu. Naprawia wsparcie dla UTF-8.
\ No newline at end of file
+v1.0.70.1 (tylko dla F-Droid): z nowym podpisem bez MD5
+v1.0.70: możliwość ukrycia paska akcji Material Design; poprawione wklejanie tekstu; naprawa wsparcia dla UTF-8
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/pl/name.txt b/metadata/jackpal.androidterm/pl/name.txt
index 847cdedacf..7c7b2dc6cd 100644
--- a/metadata/jackpal.androidterm/pl/name.txt
+++ b/metadata/jackpal.androidterm/pl/name.txt
@@ -1 +1 @@
-Emulator terminala
\ No newline at end of file
+Terminal Emulator for Android
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/pl/summary.txt b/metadata/jackpal.androidterm/pl/summary.txt
index b20dc0b64f..3ad4d0f0d0 100644
--- a/metadata/jackpal.androidterm/pl/summary.txt
+++ b/metadata/jackpal.androidterm/pl/summary.txt
@@ -1 +1 @@
-Uzyskaj dostęp do wbudowanej linii poleceń. Uwolnij swojego wewnętrznego geeka!
\ No newline at end of file
+Uzyskaj dostęp do wbudowanej linii poleceń Linux!
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/pt-BR/changelogs/71.txt b/metadata/jackpal.androidterm/pt-BR/changelogs/71.txt
new file mode 100644
index 0000000000..b649704b00
--- /dev/null
+++ b/metadata/jackpal.androidterm/pt-BR/changelogs/71.txt
@@ -0,0 +1 @@
+v1.0.70 Permite esconder a barra de a barra de ações Material Design Melhoras na cola the texto. Suporte para UTF-8 consertado
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/pt-BR/changelogs/72.txt b/metadata/jackpal.androidterm/pt-BR/changelogs/72.txt
new file mode 100644
index 0000000000..fe79bc2556
--- /dev/null
+++ b/metadata/jackpal.androidterm/pt-BR/changelogs/72.txt
@@ -0,0 +1 @@
+v1.0.70.1 (F-Droid only) renunciou para se livrar do MD5 v1.0.70 Permitir esconder Material Design Barra de Ação Melhorar a pasta de texto. Corrigir o suporte UTF-8.
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/ro/name.txt b/metadata/jackpal.androidterm/ro/name.txt
new file mode 100644
index 0000000000..09340f2a1e
--- /dev/null
+++ b/metadata/jackpal.androidterm/ro/name.txt
@@ -0,0 +1 @@
+Emulator Terminal pt. Android
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/ru/changelogs/71.txt b/metadata/jackpal.androidterm/ru/changelogs/71.txt
index 2943ab057d..da8bced272 100644
--- a/metadata/jackpal.androidterm/ru/changelogs/71.txt
+++ b/metadata/jackpal.androidterm/ru/changelogs/71.txt
@@ -1,4 +1 @@
-v1.0.70
-* Возможность скрыть панель действий (исполненную в рамках Material Design).
-* Улучшенный ввод текста.
-* Починили поддержку UTF-8.
\ No newline at end of file
+v1.0.70 * Можно скрыть панель действий (исполненную в рамках Material Design). * Улучшенный ввод текста. * Починили поддержку UTF-8.
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/tr/changelogs/72.txt b/metadata/jackpal.androidterm/tr/changelogs/72.txt
index b6144d0ab4..ade7e74342 100644
--- a/metadata/jackpal.androidterm/tr/changelogs/72.txt
+++ b/metadata/jackpal.androidterm/tr/changelogs/72.txt
@@ -1,3 +1 @@
-v1.0.70.1 (F-Droid only) resigned to get rid of MD5
-
-v1.0.70 Materyal Tasarım Eylem Çubuğunu gizlemeye izin verir Metin Yapıştırmayı iyileştirir. UTF-8 desteğini düzeltir.
\ No newline at end of file
+v1.0.70.1 (yalnızca F-Droid) MD5 v1.0.70'ten kurtulmak için yeniden imzalandı. Materyal Tasarım Eylem Çubuğunu gizlemeye izin verir Metin yapıştırmayı iyileştirir. UTF-8 desteğini düzeltir.
\ No newline at end of file
diff --git a/metadata/jackpal.androidterm/uk/description.txt b/metadata/jackpal.androidterm/uk/description.txt
index 8ae81cfefe..f9d53870cd 100644
--- a/metadata/jackpal.androidterm/uk/description.txt
+++ b/metadata/jackpal.androidterm/uk/description.txt
@@ -4,15 +4,15 @@
Найкращі функції
-+ Повна емуляція терміналів Linux. + Кілька вікон. + Короткі скорочення панелі запуску. + Текст UTF-8. (арабська, китайська, грецька, іврит, японська, корейська, російська, тайська тощо) + Повністю безкоштовний. Немає реклами, немає покупки через додаток, немає ніяких екранів, нічого.
++ Повна емуляція терміналів Linux. + Кілька вікон. + Короткі скорочення панелі запуску. + Текст UTF-8. (арабська, китайська, грецька, іврит, японська, корейська, російська, тайська тощо) + Повністю безкоштовний. Не має реклам, не має купівль через застосунок, не має виринальних вікон тощо.
Швидкий FAQ:
-+ Якщо у вас виникають проблеми з введенням тексту, спробуйте встановити безкоштовний "Hacker's Keyboard IME". (Особливо якщо у вас є пристрій Samsung або HTC.) + Цей застосунок не є ігровий емулятор. + Цей застосунок не допоможе вам керувати вашим телефоном або змінити IMEI вашого телефону. + Вам потрібно знати (або бути в курсі), як використовувати командний рядок Linux для використання цього застосунку. + Ви можете встановити набір утиліт командного рядка, таких як "Busy Box" або "Debian chroot" щоб додати команди, які не входять до вбудованого вами пристрою Android. + Якщо ви намагаєтесь встановити цей застосунок під Android 5.0, ви отримаєте помилку -505, це означає, що інший застосунок використовує ті самі дозволи. Вам потрібно буде видалити інший застосунок, щоб встановити Terminal Emulator для Android. (Люди кажуть мені, що проблема з "jrummy's Toolbox Pro" викликає цю проблему.)
++ Якщо у вас виникають проблеми із введенням тексту, спробуйте встановити безкоштовний застосунок "Hacker's Keyboard IME" (зокрема, якщо у вас пристрій від Samsung або HTC). + Цей застосунок не є ігровим емулятором. + Цей застосунок не допоможе вам отримати root-доступ або змінити IMEI пристрою. + Для використання цього застосунку ви маєте вміти (або принаймні бажати навчитися) використовувати командний рядок Linux. + Ви можете встановити утиліти командного рядку "Busy Box" або "Debian chroot" додатково до вбудованих команд вашого пристрою з Android. + Якщо ви отримуєте помилку -505 під час встановлення на Android версії 5.0, це означає, що інший застосунок використовує ті ж самі дозволи. Вам потрібно буде видалити інший застосунок, аби встановити Terminal Emulator для Android (люди кажуть, що "jrummy's Toolbox Pro" викликає цю проблему).
-Хочете дізнатись більше про Terminal Emulator для Android?
+Бажаєте дізнатись більше про Terminal Emulator для Android?
-Приєднайтеся до спільноти G+: #Android Terminal Emulator
+Приєднуйтесь до спільноти G+: #Android Terminal Emulator
https://plus.google.com/u/0/communities/106164413936367578283
diff --git a/metadata/jonas.tool.saveForOffline.txt b/metadata/jonas.tool.saveForOffline.txt
index 38294f9f93..536e84b278 100644
--- a/metadata/jonas.tool.saveForOffline.txt
+++ b/metadata/jonas.tool.saveForOffline.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://github.com/JonasCz/save-for-offline/blob/HEAD/README.md
Source Code:https://github.com/JonasCz/save-for-offline
Issue Tracker:https://github.com/JonasCz/save-for-offline/issues
@@ -10,6 +10,26 @@ Summary:Save websites locally
Description:
Save webpages for offline reading. In your web browser select 'share', and then
'Save For Offline'. Browse saved pages by thumbnail arranged in a grid or list.
+
+'''Features:'''
+
+* Download fully-featured webarchives or .html files only
+* Settings adjustements to filter retrieved online content
+* Native, lightweight web browser to quickly access saved webpages
+* Dynamic UI design to manage existing offline webarchives
+* User Agent/JavaScript customization
+
+'''Usage:'''
+
+While using any web browser software for Android, tap "Share" or "Open" the
+current webpage with Save For Offline; a download notification will then
+progress.
+
+Additionally, from within the application's action bar, tap "+" and type any
+webpage by its URL; a download notification will then progress.
+
+After uninstalling, any webarchive and webpage saved will be erased from the
+storage location.
.
Repo Type:git
diff --git a/metadata/jp.co.kayo.android.localplayer.ds.ampache.txt b/metadata/jp.co.kayo.android.localplayer.ds.ampache.txt
index 7cad841878..6c37a45509 100644
--- a/metadata/jp.co.kayo.android.localplayer.ds.ampache.txt
+++ b/metadata/jp.co.kayo.android.localplayer.ds.ampache.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://justplayer-dev.blogspot.jp
Source Code:https://bitbucket.org/yokmama/just-player-providers/src
Issue Tracker:https://groups.google.com/group/justplayer-user
diff --git a/metadata/jp.co.kayo.android.localplayer.ds.podcast.txt b/metadata/jp.co.kayo.android.localplayer.ds.podcast.txt
index 9e6eb9d518..3cabe4c3c2 100644
--- a/metadata/jp.co.kayo.android.localplayer.ds.podcast.txt
+++ b/metadata/jp.co.kayo.android.localplayer.ds.podcast.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://justplayer-dev.blogspot.jp
Source Code:https://bitbucket.org/yokmama/just-player-providers/src
Issue Tracker:https://groups.google.com/group/justplayer-user
diff --git a/metadata/jp.co.kayo.android.localplayer.txt b/metadata/jp.co.kayo.android.localplayer.txt
index 06fc692e90..845228b5f3 100644
--- a/metadata/jp.co.kayo.android.localplayer.txt
+++ b/metadata/jp.co.kayo.android.localplayer.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://justplayer-dev.blogspot.jp
Source Code:https://bitbucket.org/yokmama/just-player/src
Issue Tracker:https://bitbucket.org/yokmama/just-player/issues
diff --git a/metadata/jp.gr.java_conf.hatalab.mnv.txt b/metadata/jp.gr.java_conf.hatalab.mnv.txt
index ef1bbd09a3..18e5c9b30a 100644
--- a/metadata/jp.gr.java_conf.hatalab.mnv.txt
+++ b/metadata/jp.gr.java_conf.hatalab.mnv.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://hatapy.web.fc2.com/mininoteviewer.html
Source Code:https://bitbucket.org/dalb8/mininoteviewer
Issue Tracker:
diff --git a/metadata/jp.gr.java_conf.kumagusu.txt b/metadata/jp.gr.java_conf.kumagusu.txt
index 1ffe497953..e2872eff9e 100644
--- a/metadata/jp.gr.java_conf.kumagusu.txt
+++ b/metadata/jp.gr.java_conf.kumagusu.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://osdn.jp/projects/kumagusu/
Source Code:https://osdn.jp/projects/kumagusu/scm/svn/
Issue Tracker:https://osdn.jp/projects/kumagusu/ticket/
diff --git a/metadata/jp.redmine.redmineclient.txt b/metadata/jp.redmine.redmineclient.txt
index 3224007e9d..fe206216bb 100644
--- a/metadata/jp.redmine.redmineclient.txt
+++ b/metadata/jp.redmine.redmineclient.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://indication.github.io/OpenRedmine
Source Code:https://github.com/indication/OpenRedmine
Issue Tracker:https://github.com/indication/OpenRedmine/issues
diff --git a/metadata/jp.sawada.np2android.txt b/metadata/jp.sawada.np2android.txt
index 3e2e17b6bc..761b5d4f65 100644
--- a/metadata/jp.sawada.np2android.txt
+++ b/metadata/jp.sawada.np2android.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://np2android.sf.net
Source Code:http://sf.net/p/np2android/code
Issue Tracker:http://sf.net/p/np2android/tickets
diff --git a/metadata/jp.sblo.pandora.aGrep.txt b/metadata/jp.sblo.pandora.aGrep.txt
index 665820a8d8..453af8bc7a 100644
--- a/metadata/jp.sblo.pandora.aGrep.txt
+++ b/metadata/jp.sblo.pandora.aGrep.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
Web Site:
Source Code:https://github.com/jiro-aqua/aGrep
Issue Tracker:https://github.com/jiro-aqua/aGrep/issues
diff --git a/metadata/jp.sfjp.webglmol.NDKmol.txt b/metadata/jp.sfjp.webglmol.NDKmol.txt
index 91ee17dd87..0a7f5e2d20 100644
--- a/metadata/jp.sfjp.webglmol.NDKmol.txt
+++ b/metadata/jp.sfjp.webglmol.NDKmol.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://webglmol.sourceforge.jp
Source Code:https://github.com/biochem-fan/NDKmol
Issue Tracker:http://sourceforge.jp/projects/webglmol/forums
diff --git a/metadata/jp.yhonda.txt b/metadata/jp.yhonda.txt
index caf0b6a4e4..a045bd7162 100644
--- a/metadata/jp.yhonda.txt
+++ b/metadata/jp.yhonda.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://sites.google.com/site/maximaonandroid
Source Code:https://github.com/YasuakiHonda/Maxima-on-Android-AS
Issue Tracker:https://github.com/YasuakiHonda/Maxima-on-Android-AS/issues
diff --git a/metadata/jpf.android.diary.txt b/metadata/jpf.android.diary.txt
index 73cf155f1b..680f3ce68d 100644
--- a/metadata/jpf.android.diary.txt
+++ b/metadata/jpf.android.diary.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://josep-portella.com/en/software/diary
Source Code:https://git.savannah.gnu.org/cgit/diary.git
Issue Tracker:
diff --git a/metadata/jpf.android.magiadni.txt b/metadata/jpf.android.magiadni.txt
index d70e932b42..0151cd21ff 100644
--- a/metadata/jpf.android.magiadni.txt
+++ b/metadata/jpf.android.magiadni.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://josep-portella.com/en/software/magia-dni
Source Code:https://git.savannah.gnu.org/cgit/magiadni.git
Issue Tracker:
diff --git a/metadata/julianwi.javainstaller.txt b/metadata/julianwi.javainstaller.txt
index 67489c0cfc..e5dab46346 100644
--- a/metadata/julianwi.javainstaller.txt
+++ b/metadata/julianwi.javainstaller.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://borcteam.bplaced.net/en/javainstaller.php
Source Code:https://github.com/julianwi/javainstaller
Issue Tracker:https://github.com/julianwi/javainstaller/issues
diff --git a/metadata/kaba.yucata.envoy.txt b/metadata/kaba.yucata.envoy.txt
index 9215b87ffc..fb9dfd4311 100644
--- a/metadata/kaba.yucata.envoy.txt
+++ b/metadata/kaba.yucata.envoy.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Games
-License:AGPL-3.0
+License:AGPL-3.0-only
Author Name:ka-ba
Web Site:
Source Code:https://github.com/ka-ba/yucata.envoy
@@ -37,7 +37,12 @@ Build:0.5.0,500
subdir=app
gradle=yes
+Build:0.5.1,501
+ commit=v0.5.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.5.0
-Current Version Code:500
+Current Version:0.5.1
+Current Version Code:501
diff --git a/metadata/kdk.android.simplydo.txt b/metadata/kdk.android.simplydo.txt
index 928d4413fd..accccd94af 100644
--- a/metadata/kdk.android.simplydo.txt
+++ b/metadata/kdk.android.simplydo.txt
@@ -1,7 +1,7 @@
Categories:Writing
-License:GPL-3.0
-Web Site:https://code.google.com/p/simply-do
-Source Code:https://code.google.com/p/simply-do/source
+License:GPL-3.0-only
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:Simply Do
@@ -10,9 +10,6 @@ Description:
Simply Do is a simple shopping/TODO/task list manager.
.
-Repo Type:git-svn
-Repo:https://simply-do.googlecode.com/svn;trunk=trunk;tags=tags
-
Build:0.9.1,1
commit=18
subdir=simply-do-app
@@ -30,3 +27,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:0.9.3
Current Version Code:3
+
+No Source Since:0.9.4
diff --git a/metadata/kiwi.root.an2linuxclient.txt b/metadata/kiwi.root.an2linuxclient.txt
index d13e61f568..d2e8bb45cb 100644
--- a/metadata/kiwi.root.an2linuxclient.txt
+++ b/metadata/kiwi.root.an2linuxclient.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/rootkiwi/an2linuxclient
Issue Tracker:https://github.com/rootkiwi/an2linuxclient/issues
@@ -9,7 +9,9 @@ Summary:Sync Android notifications to a Linux desktop
Description:
Sync Android notifications encrypted to a Linux desktop with tcp or bluetooth.
-This is the client part of AN2Linux.
+This is the client part of AN2Linux. For AN2Linux to work you need to have the
+[https://github.com/rootkiwi/an2linuxserver/ server part] running on your
+computer.
.
Repo Type:git
@@ -60,7 +62,13 @@ Build:0.7.0,9
subdir=app
gradle=yes
+Build:0.8.0,10
+ disable=lintVitalRelease fails
+ commit=v0.8.0
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.7.0
-Current Version Code:9
+Current Version:0.8.0
+Current Version Code:10
diff --git a/metadata/lanchon.sigspoof.checker.txt b/metadata/lanchon.sigspoof.checker.txt
index 3f2b9246d2..eaf04cc55b 100644
--- a/metadata/lanchon.sigspoof.checker.txt
+++ b/metadata/lanchon.sigspoof.checker.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/Lanchon/sigspoof-checker
Issue Tracker:https://github.com/Lanchon/sigspoof-checker/issues
diff --git a/metadata/li.klass.fhem.txt b/metadata/li.klass.fhem.txt
index cf4dac78d6..7b9f064fda 100644
--- a/metadata/li.klass.fhem.txt
+++ b/metadata/li.klass.fhem.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://andfhem.klass.li
Source Code:https://github.com/klassm/andFHEM
Issue Tracker:https://github.com/klassm/andFHEM/issues
diff --git a/metadata/libretasks.app.txt b/metadata/libretasks.app.txt
index a57bcf5e14..bd3618771d 100644
--- a/metadata/libretasks.app.txt
+++ b/metadata/libretasks.app.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/biotinker/LibreTasks/
Issue Tracker:https://github.com/biotinker/LibreTasks/issues
@@ -35,7 +35,11 @@ Build:0.5.0,21
commit=release-0.5.0
subdir=LibreTasks
+Build:0.7.1,22
+ commit=release-0.7.1
+ subdir=LibreTasks
+
Auto Update Mode:Version release-%v
Update Check Mode:Tags
-Current Version:0.5.0
-Current Version Code:21
+Current Version:0.7.1
+Current Version Code:22
diff --git a/metadata/link.standen.michael.phonesaver.txt b/metadata/link.standen.michael.phonesaver.txt
index 998ff62e9a..b160a74020 100644
--- a/metadata/link.standen.michael.phonesaver.txt
+++ b/metadata/link.standen.michael.phonesaver.txt
@@ -87,7 +87,22 @@ Build:3.7,24
subdir=app
gradle=yes
+Build:4.0.1,28
+ commit=v4.0.1
+ subdir=app
+ gradle=yes
+
+Build:4.0.2,29
+ commit=v4.0.2
+ subdir=app
+ gradle=yes
+
+Build:4.0.3,30
+ commit=v4.0.3
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:3.7
-Current Version Code:24
+Current Version:4.0.3
+Current Version Code:30
diff --git a/metadata/link.standen.michael.slideshow.txt b/metadata/link.standen.michael.slideshow.txt
index 4696caf662..b7e43bc600 100644
--- a/metadata/link.standen.michael.slideshow.txt
+++ b/metadata/link.standen.michael.slideshow.txt
@@ -7,7 +7,29 @@ Issue Tracker:https://github.com/ScreamingHawk/android-slideshow/issues
Auto Name:Slideshow
Summary:View a slideshow of your images
Description:
-Browse your local files and view a slideshow of any directory.
+Slideshow is a simple way to view your favourite photos with ease. Navigate
+through your files and start a slideshow with a single tap.
+
+Share with your friends and family your favourite memories and everything in
+between too.
+
+'''Features:'''
+
+* Select any directory on your phone
+* Automatically begins playing slideshow
+* Ability to delete images from within the slideshow
+* Sequential or random display order
+* Configurable delay
+* Show / hide hidden files
+* Check the settings for hidden features. Seriously, there's a ton of stuff in there
+
+'''Un-Features:'''
+
+* No sign up
+* No internet connection
+* No requests to rate the app
+* No trail periods
+* No paid upgrades
.
Repo Type:git
@@ -107,7 +129,12 @@ Build:2.5.1,43
subdir=app
gradle=yes
+Build:2.5.3,45
+ commit=v2.5.3
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.5.1
-Current Version Code:43
+Current Version:2.5.3
+Current Version Code:45
diff --git a/metadata/mancioboxblog.altervista.it.volumecontrol.txt b/metadata/mancioboxblog.altervista.it.volumecontrol.txt
index dea5b9ade0..854b43e8cd 100644
--- a/metadata/mancioboxblog.altervista.it.volumecontrol.txt
+++ b/metadata/mancioboxblog.altervista.it.volumecontrol.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://mancioboxblog.altervista.org
Source Code:https://github.com/mancio/Volume-Control
Issue Tracker:https://github.com/mancio/Volume-Control/issues
diff --git a/metadata/marto.rtl_tcp_andro.txt b/metadata/marto.rtl_tcp_andro.txt
index 7bec1203b9..743fa6efdf 100644
--- a/metadata/marto.rtl_tcp_andro.txt
+++ b/metadata/marto.rtl_tcp_andro.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://github.com/martinmarinov/rtl_tcp_andro-/blob/HEAD/README
Source Code:https://github.com/martinmarinov/rtl_tcp_andro-
Issue Tracker:https://github.com/martinmarinov/rtl_tcp_andro-/issues
diff --git a/metadata/max.music_cyclon.txt b/metadata/max.music_cyclon.txt
index 7afae8654f..d3e9b5c609 100644
--- a/metadata/max.music_cyclon.txt
+++ b/metadata/max.music_cyclon.txt
@@ -23,5 +23,5 @@ Build:0.2,2
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:0.2
-Current Version Code:2
+Current Version:0.3
+Current Version Code:3
diff --git a/metadata/mazechazer.android.wottankquiz.txt b/metadata/mazechazer.android.wottankquiz.txt
index 5d567111e6..7696489f55 100644
--- a/metadata/mazechazer.android.wottankquiz.txt
+++ b/metadata/mazechazer.android.wottankquiz.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://mazechazer.github.io/WoT-Tank-Quiz
Source Code:https://github.com/MazeChaZer/WoT-Tank-Quiz
Issue Tracker:https://github.com/MazeChaZer/WoT-Tank-Quiz/issues
diff --git a/metadata/mbmb5.lumixextendedcontrolapp.txt b/metadata/mbmb5.lumixextendedcontrolapp.txt
index 5b2c31e29c..f923f6a3df 100644
--- a/metadata/mbmb5.lumixextendedcontrolapp.txt
+++ b/metadata/mbmb5.lumixextendedcontrolapp.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/mbmb5/Eylca/blob/HEAD/README.md
Source Code:https://github.com/mbmb5/Eylca
Issue Tracker:https://github.com/mbmb5/Eylca/issues
diff --git a/metadata/me.bpear.archonpackager.txt b/metadata/me.bpear.archonpackager.txt
index 88ea8f0c2e..396459903c 100644
--- a/metadata/me.bpear.archonpackager.txt
+++ b/metadata/me.bpear.archonpackager.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/bpear96/ARChon-Packager/blob/HEAD/README.md
Source Code:https://github.com/bpear96/ARChon-Packager
Issue Tracker:https://github.com/bpear96/ARChon-Packager/issues
diff --git a/metadata/me.bpear.chromeapkpackager.txt b/metadata/me.bpear.chromeapkpackager.txt
index 68e3fd72fb..547fbf92b9 100644
--- a/metadata/me.bpear.chromeapkpackager.txt
+++ b/metadata/me.bpear.chromeapkpackager.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/bpear96/Chrome-APK-Packager/blob/HEAD/README.md
Source Code:https://github.com/bpear96/Chrome-APK-Packager
Issue Tracker:https://github.com/bpear96/Chrome-APK-Packager/issues
diff --git a/metadata/me.ccrama.redditslide.txt b/metadata/me.ccrama.redditslide.txt
index 1b1b9f94ca..7e1e353461 100644
--- a/metadata/me.ccrama.redditslide.txt
+++ b/metadata/me.ccrama.redditslide.txt
@@ -1,5 +1,6 @@
+AntiFeatures:NonFreeNet
Categories:Reading,Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/ccrama/Slide/blob/HEAD/README.md
Source Code:https://github.com/ccrama/Slide
Issue Tracker:https://github.com/ccrama/Slide/issues
@@ -8,8 +9,41 @@ Changelog:https://github.com/ccrama/Slide/blob/HEAD/CHANGELOG.md
Name:Slide
Summary:Companion app for reddit
Description:
-Companion app for browsing Reddit. A paid "pro" version is available and builds
-from the same source.
+Slide for Reddit is a feature-packed, material-designed unofficial browser for
+Reddit with an easy to use UI and tons of customization. Slide is ad-free, open
+source, and is packed with many unique features! Slide is for everyone, with a
+broad array of features for power users and sleek design for minimalists.
+
+'''Highlights:'''
+
+* Gorgeous and unique design that is both pleasing to the eye, extremely easy to use, and fully configurable with over 12,000 theme combinations
+* Slide is fully offline-capable! Sync your subreddits automatically and enjoy Reddit where you don't have internet, complete with images and gifs
+* Make each subreddit unique with its own theme colors and accents
+* Always ad-free and open source
+* Image Flair support lets you show off your unique flair in your favorite communities, including /r/collegebasketball and /r/soccer
+* Reply to comments and submissions inline without opening a reply window, and upload images straight into to your submissions/comments
+* Support for many content sites, including Imgur, Tumblr, Gfycat, and Vid.me
+* Most feature-rich and easy to use moderation suite on Android
+* Hundreds of customization options to make Slide work exactly how you like it
+* Lightweight and blazing fast
+
+'''Other features that make Slide awesome:'''
+
+* Many view types including desktop compact for dense information display and beautiful material card layout for enjoying photos
+* Gallery and shadowbox modes (pro) give you a new way to view your favorite subreddits
+* Extensive data-saving options with quality selection, never blow through your data caps again
+* Theme choices include a beautiful true black AMOLED theme, sepia theme, blue gray theme, and white theme
+* Synccit integration
+* Full subreddit wiki support, and ability to correctly render tables and code blocks
+* Full multireddit support with the ability to view other users’ multireddits
+* Switch accounts when writing comments
+* Powerful filter system to block out what you don’t want to see
+* View and delete your browsing history
+* Get notified of new posts in subreddits
+* “Casual” subscriptions that won’t show up on your frontpage
+* Ad-Block in websites (Pro)
+* Optimized for tablet viewing with configurable columns and popup comment views (Pro)
+* Many more details and features that you will fall in love with
.
Repo Type:git
@@ -338,7 +372,35 @@ Build:5.8.5-alpha4,305
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
+
+Build:5.8.7,309
+ commit=5.8.7
+ subdir=app
+ gradle=noGPlay
+ forceversion=yes
+ prebuild=sed -i -e '/withGPlayCompile/d' -e 's/8g/2g/' build.gradle
+
+Build:5.9-alpha1,310
+ commit=5.9-alpha1
+ subdir=app
+ gradle=noGPlay
+ forceversion=yes
+ prebuild=sed -i -e '/withGPlayCompile/d' -e 's/8g/2g/' build.gradle
+
+Build:5.9-alpha2,311
+ commit=5.9-alpha2
+ 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.5-alpha4
-Current Version Code:305
+Current Version:5.9-alpha2
+Current Version Code:311
diff --git a/metadata/me.dbarnett.acastus.txt b/metadata/me.dbarnett.acastus.txt
index 0f65b685a0..641ea9cb13 100644
--- a/metadata/me.dbarnett.acastus.txt
+++ b/metadata/me.dbarnett.acastus.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:LGPL-3.0
+License:LGPL-3.0-only
Web Site:https://danielbarnett714.github.io/Acastus/
Source Code:https://github.com/DanielBarnett714/Acastus
Issue Tracker:https://github.com/DanielBarnett714/Acastus/issues
@@ -9,11 +9,16 @@ Bitcoin:1NjjuTxXm3ezpnVUGk4VmdEZUcym3SKZ8z
Auto Name:Acastus
Summary:Lookup addresses and POIs
Description:
-Acastus relies on Pelias as the backend, a replacement for Google Maps and other
-geocoding services that you can run on your own server. It uses the pelias-api
-to fetch results to your phone, allowing you to search for places in Acastus.
-Then open and navigate to the result in your preffered navigation app, such as
-OsmAnd or Maps.me.
+''Acastus'' is a completely private, free and open source Address / POI lookup
+application for Android. You can use it to find nearby places, all without the
+privacy invasions and tracking features of other apps – or share your location
+to other people, knowing full well that the information is kept private.
+
+''Acastus'' relies on [https://github.com/pelias/pelias Pelias] as the backend,
+a replacement for Google Maps and other geocoding services that you can run on
+your own server. It uses the pelias-api to fetch results to your phone, allowing
+you to search for places in Acastus. Then open and navigate to the result in
+your preffered navigation app, such as OsmAnd or Maps.me.
.
Repo Type:git
@@ -61,6 +66,7 @@ Build:1.13,15
subdir=app
gradle=yes
+Archive Policy:0 versions
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:1.13
diff --git a/metadata/me.disconnect.mobile2.txt b/metadata/me.disconnect.mobile2.txt
index f913dfcbb2..acb4ad56a3 100644
--- a/metadata/me.disconnect.mobile2.txt
+++ b/metadata/me.disconnect.mobile2.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeDep
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://disconnect.me/
Source Code:https://github.com/disconnectme/disconnect-mobile-android
Issue Tracker:https://github.com/disconnectme/disconnect-mobile-android/issues
diff --git a/metadata/me.echeung.moemoekyun.fdroid.txt b/metadata/me.echeung.moemoekyun.fdroid.txt
index 698b270e3e..5b4381dd29 100644
--- a/metadata/me.echeung.moemoekyun.fdroid.txt
+++ b/metadata/me.echeung.moemoekyun.fdroid.txt
@@ -48,8 +48,79 @@ Build:2.0.4,39
subdir=app
gradle=fdroid
+Build:3.0.0,55
+ commit=v3.0.0
+ subdir=app
+ gradle=fdroid
+
+Build:3.0.1,56
+ commit=v3.0.1
+ subdir=app
+ gradle=fdroid
+
+Build:3.0.2,57
+ commit=v3.0.2
+ subdir=app
+ gradle=fdroid
+
+Build:3.0.3,58
+ commit=v3.0.3
+ subdir=app
+ gradle=fdroid
+
+Build:3.0.4,59
+ disable=ProGuard: Unsupported class version number [53.0] (maximum 52.0, Java 1.8)
+ commit=v3.0.4
+ subdir=app
+ gradle=fdroid
+
+Build:3.0.5,60
+ commit=v3.0.5
+ subdir=app
+ gradle=fdroid
+
+Build:3.0.6,61
+ commit=v3.0.6
+ subdir=app
+ gradle=fdroid
+
+Build:3.0.7,62
+ commit=v3.0.7
+ subdir=app
+ gradle=fdroid
+
+Build:3.0.8,63
+ commit=v3.0.8
+ subdir=app
+ gradle=fdroid
+
+Build:3.1.0,64
+ commit=v3.1.0
+ subdir=app
+ gradle=fdroid
+
+Build:3.2.0,65
+ commit=v3.2.0
+ subdir=app
+ gradle=fdroid
+
+Build:3.2.1,66
+ commit=v3.2.1
+ subdir=app
+ gradle=fdroid
+
+Build:3.3.0,67
+ commit=v3.3.0
+ subdir=app
+ gradle=fdroid
+
+Build:3.3.2,69
+ commit=v3.3.2
+ subdir=app
+ gradle=fdroid
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
Update Check Name:me.echeung.moemoekyun
-Current Version:2.0.4
-Current Version Code:39
+Current Version:3.3.2
+Current Version Code:69
diff --git a/metadata/me.guillaumin.android.osmtracker.txt b/metadata/me.guillaumin.android.osmtracker.txt
index d74d0381d8..74fecf9c6a 100644
--- a/metadata/me.guillaumin.android.osmtracker.txt
+++ b/metadata/me.guillaumin.android.osmtracker.txt
@@ -1,14 +1,17 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/nguillaumin/osmtracker-android
-Issue Tracker:https://github.com/nguillaumin/osmtracker-android/issues
-Changelog:https://github.com/nguillaumin/osmtracker-android/releases
+Source Code:https://github.com/labexp/osmtracker-android
+Issue Tracker:https://github.com/labexp/osmtracker-android/issues
+Changelog:https://github.com/labexp/osmtracker-android/releases
Name:OSMTracker
Auto Name:OSMTracker for Android™
Summary:GPS Track Recorder
Description:
+Notice: The app developer changed the applicationID, the new updated app is
+[[net.osmtracker]]
+
OSMTracker allows you to track your journey and mark significant way points. Way
points can be marked with a tag using a button, with a quick voice record, a
text note or by taking a picture. The various button pages and layouts can be
@@ -17,7 +20,7 @@ track on top of an OpenStreetMap background.
.
Repo Type:git
-Repo:https://github.com/nguillaumin/osmtracker-android.git
+Repo:https://github.com/labexp/osmtracker-android.git
Build:0.5.6,21
commit=0.5.6
diff --git a/metadata/me.hda.urlhda.txt b/metadata/me.hda.urlhda.txt
index 3d944ba8f6..dacc842ab4 100644
--- a/metadata/me.hda.urlhda.txt
+++ b/metadata/me.hda.urlhda.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://urlhda.hda.me/
Source Code:https://github.com/cryptofuture/urlhda-android
Issue Tracker:https://github.com/cryptofuture/urlhda-android/issues
diff --git a/metadata/me.impa.knockonports.yml b/metadata/me.impa.knockonports.yml
new file mode 100644
index 0000000000..8c93993077
--- /dev/null
+++ b/metadata/me.impa.knockonports.yml
@@ -0,0 +1,46 @@
+Categories:
+ - Security
+License: Apache-2.0
+SourceCode: https://github.com/impalex/knockonports
+IssueTracker: https://github.com/impalex/knockonports/issues
+
+AutoName: Knock on Ports
+Summary: A port knocking client
+Description: |-
+ A port knocking client for Android. This application sends UDP/TCP packets to specified ports on host,
+ creating a special sequence on the listening server. Please refer to knockd manpage for more info.
+
+ Features:
+ * configurable delay between sending packets
+ * ability to start another application after a knock
+ * customizable widget
+ * data export/import
+ * customizable UDP packet content
+ * free, no ads, open source
+
+RepoType: git
+Repo: https://github.com/impalex/knockonports
+
+Builds:
+ - versionName: 1.0.3
+ versionCode: 6
+ commit: 1.0.3
+ subdir: app
+ gradle:
+ - yes
+ rm:
+ - assets/*
+
+ - versionName: 1.0.4
+ versionCode: 7
+ commit: 1.0.4
+ subdir: app
+ gradle:
+ - yes
+ rm:
+ - assets/*
+
+AutoUpdateMode: Version %v
+UpdateCheckMode: Tags
+CurrentVersion: 1.0.4
+CurrentVersionCode: 7
diff --git a/metadata/me.jakelane.wrapperforfacebook.txt b/metadata/me.jakelane.wrapperforfacebook.txt
index e60fef77bd..daa0da23d9 100644
--- a/metadata/me.jakelane.wrapperforfacebook.txt
+++ b/metadata/me.jakelane.wrapperforfacebook.txt
@@ -9,6 +9,12 @@ Auto Name:Toffeed
Summary:Interact with Facebook
Description:
Wrapper around Facebook's mobile website and APIs.
+
+'''Features:'''
+
+* Light: The official Facebook app is slow and a battery hog. Toffeed is under 2 MB and has no background services which drains battery.
+* Notifications: Toffeed supports background notifications.
+* Material design: Toffeed follows Google's material design guidelines.
.
Repo Type:git
diff --git a/metadata/me.jamesfrost.simpledo.txt b/metadata/me.jamesfrost.simpledo.txt
index 1a329c8619..45321f0c08 100644
--- a/metadata/me.jamesfrost.simpledo.txt
+++ b/metadata/me.jamesfrost.simpledo.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://jamesfrost.me/simpleDo/simple-do.htm
Source Code:https://github.com/JamesFrost/SimpleDo
Issue Tracker:https://github.com/JamesFrost/SimpleDo/issues
diff --git a/metadata/me.johnmh.boogdroid.txt b/metadata/me.johnmh.boogdroid.txt
index 462dbb7a7e..76aece2487 100644
--- a/metadata/me.johnmh.boogdroid.txt
+++ b/metadata/me.johnmh.boogdroid.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/JohnMH/BoogDroid
Issue Tracker:https://github.com/JohnMH/BoogDroid/issues
@@ -23,7 +23,12 @@ Build:0.0.2,14
subdir=app
gradle=yes
+Build:0.0.3,15
+ commit=v0.0.3
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.0.2
-Current Version Code:14
+Current Version:0.0.3
+Current Version Code:15
diff --git a/metadata/me.kuehle.carreport.txt b/metadata/me.kuehle.carreport.txt
index 76f5f25dff..587b08bbce 100644
--- a/metadata/me.kuehle.carreport.txt
+++ b/metadata/me.kuehle.carreport.txt
@@ -244,7 +244,35 @@ Build:3.19.0,69
rm=tools
prebuild=sed -i -e '/fullImplementation.* {/,/}/d' -e '/fullImplementation /d' build.gradle
+Build:3.20.0,70
+ commit=3.20.0
+ subdir=app
+ gradle=foss
+ rm=tools
+ prebuild=sed -i -e '/fullImplementation.* {/,/}/d' -e '/fullImplementation /d' build.gradle
+
+Build:3.21.0,71
+ commit=3.21.0
+ subdir=app
+ gradle=foss
+ rm=tools
+ prebuild=sed -i -e '/fullImplementation.* {/,/}/d' -e '/fullImplementation /d' build.gradle
+
+Build:3.22.0,72
+ commit=3.22.0
+ subdir=app
+ gradle=foss
+ rm=tools
+ prebuild=sed -i -e '/fullImplementation.* {/,/}/d' -e '/fullImplementation /d' build.gradle
+
+Build:3.23.0,73
+ commit=3.23.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.19.0
-Current Version Code:69
+Current Version:3.23.0
+Current Version Code:73
diff --git a/metadata/me.murks.filmchecker.txt b/metadata/me.murks.filmchecker.txt
index 49c5385ebf..ec2a3e0b0f 100644
--- a/metadata/me.murks.filmchecker.txt
+++ b/metadata/me.murks.filmchecker.txt
@@ -56,7 +56,27 @@ Build:1.4,9
subdir=app
gradle=yes
+Build:1.4.1,10
+ commit=1.4.1.0
+ subdir=app
+ gradle=yes
+
+Build:1.4.2,11
+ commit=1.4.2.0
+ subdir=app
+ gradle=yes
+
+Build:1.4.4,13
+ commit=1.4.4.0
+ subdir=app
+ gradle=yes
+
+Build:1.4.5,14
+ commit=1.4.5.0
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v.0
Update Check Mode:Tags
-Current Version:1.4
-Current Version Code:9
+Current Version:1.4.5
+Current Version Code:14
diff --git a/metadata/me.sheimi.sgit.txt b/metadata/me.sheimi.sgit.txt
index 30f7f2540f..c5499e56b9 100644
--- a/metadata/me.sheimi.sgit.txt
+++ b/metadata/me.sheimi.sgit.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://projects.sheimi.me/SGit
Source Code:https://github.com/sheimi/SGit
Issue Tracker:https://github.com/sheimi/SGit/issues
diff --git a/metadata/me.shrimadhavuk.numselapp.txt b/metadata/me.shrimadhavuk.numselapp.txt
index 069e4a8e8e..17e1605d2b 100644
--- a/metadata/me.shrimadhavuk.numselapp.txt
+++ b/metadata/me.shrimadhavuk.numselapp.txt
@@ -2,8 +2,8 @@ AntiFeatures:NonFreeDep
Categories:Development
License:MIT
Web Site:https://shrimadhavuk.me/
-Source Code:https://github.com/SpEcHiDe/NoWhatOpen
-Issue Tracker:https://github.com/SpEcHiDe/NoWhatOpen/issues
+Source Code:
+Issue Tracker:
Donate:https://www.instamojo.com/@spechide/
Bitcoin:13csS5SByVR4e3tJ9c4gjC18Lua8dXDp9A
@@ -15,9 +15,6 @@ Application called WhatsApp, it is useless by itself. It makes clickable links
to your WhatsApp chat work, without sharing the contact number with anybody.
.
-Repo Type:git
-Repo:https://github.com/SpEcHiDe/NoWhatOpen
-
Build:1.0,1
commit=02e7c64b2e4626d04c0c9615cbde913dcf174eab
subdir=app
@@ -27,3 +24,5 @@ Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.0
Current Version Code:1
+
+No Source Since:1.1
diff --git a/metadata/me.shrimadhavuk.watransmitter.txt b/metadata/me.shrimadhavuk.watransmitter.txt
index bd5960cb74..92ab3dd39b 100644
--- a/metadata/me.shrimadhavuk.watransmitter.txt
+++ b/metadata/me.shrimadhavuk.watransmitter.txt
@@ -1,4 +1,4 @@
-AntiFeatures:NonFreeDep
+AntiFeatures:NonFreeDep,NonFreeNet
Categories:Internet
License:MIT
Web Site:https://shrimadhavuk.me
diff --git a/metadata/me.tripsit.tripmobile.txt b/metadata/me.tripsit.tripmobile.txt
index 9fb4456e72..876a07fc42 100644
--- a/metadata/me.tripsit.tripmobile.txt
+++ b/metadata/me.tripsit.tripmobile.txt
@@ -1,5 +1,5 @@
Categories:Sports & Health
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://tripsit.me
Source Code:https://github.com/TripSit/tripmobile
Issue Tracker:https://github.com/TripSit/tripmobile/issues
diff --git a/metadata/me.zeeroooo.materialfb.txt b/metadata/me.zeeroooo.materialfb.txt
index 24970822a3..b9afee9a70 100644
--- a/metadata/me.zeeroooo.materialfb.txt
+++ b/metadata/me.zeeroooo.materialfb.txt
@@ -120,12 +120,27 @@ 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
+
+Build:3.8.1,67
+ commit=v3.8.1
+ 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.7.5
-Current Version Code:61
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:3.8.1
+Current Version Code:67
diff --git a/metadata/menion.android.whereyougo.txt b/metadata/menion.android.whereyougo.txt
index 133a5f1fca..4fb44fd463 100644
--- a/metadata/menion.android.whereyougo.txt
+++ b/metadata/menion.android.whereyougo.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/biylda/WhereYouGo
Issue Tracker:https://github.com/biylda/WhereYouGo/issues
@@ -10,6 +10,19 @@ Description:
WhereYouGo is an unofficial client for Wherigo Geocaching. It displays online
and offline vector maps using Mapsforge library, alternatively Locus can be used
to display maps.
+
+'''Functions:'''
+
+* Wherigo client
+* Download cartridges (user needs to fill login credentials in Settings, browse to desired wherigo via Web Browser and select open in WhereYouGo)
+* Savegame slots
+* Automatic game saving when user switches to another application
+* Online maps
+* Offline vector maps (downloadable e.g. here http://download.mapsforge.org/ or http://osm.paws.cz/ or http://www.openandromaps.org/)
+* Alternatively Locus can be used to display maps http://play.google.com/store/apps/details?id=menion.android.locus
+* Displays objects on map, including labels and zone borders
+* Vector maps display moving objects (Locus does not)
+* Compass
.
Repo Type:git
diff --git a/metadata/micropolis.android.txt b/metadata/micropolis.android.txt
index 6e68c1f8f6..ec2f163359 100644
--- a/metadata/micropolis.android.txt
+++ b/metadata/micropolis.android.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/jason17055/micropolis-android
Issue Tracker:https://github.com/jason17055/micropolis-android/issues
diff --git a/metadata/mixedbit.speechtrainer.txt b/metadata/mixedbit.speechtrainer.txt
index 1e28717133..3ed9387557 100644
--- a/metadata/mixedbit.speechtrainer.txt
+++ b/metadata/mixedbit.speechtrainer.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://mixedbit.org
Source Code:https://github.com/wrr/speech_trainer
Issue Tracker:https://github.com/wrr/speech_trainer/issues
diff --git a/metadata/mkg20001.net.samremote.yml b/metadata/mkg20001.net.samremote.yml
new file mode 100644
index 0000000000..917c705e45
--- /dev/null
+++ b/metadata/mkg20001.net.samremote.yml
@@ -0,0 +1,37 @@
+Categories:
+ - Multimedia
+License: GPL-3.0-or-later
+WebSite: https://github.com/mkg20001/SamRemote
+SourceCode: https://github.com/mkg20001/SamRemote
+IssueTracker: https://github.com/mkg20001/SamRemote/issues
+Changelog: https://github.com/mkg20001/SamRemote/releases
+
+AutoName: Sam Remote
+Summary: Simple WiFi remote for Samsung TVs
+Description: |-
+ Control your Samsung TV with SamRemote
+
+ Note: This App uses Wi-FI not Infrared
+
+ Buttons
+ * Navigation: Up, Down, Left, Right
+ * Special: Power Off, Source, HDMI, Channel List
+ * Menu Navigation: Left, Right, Up, Down, Exit, Return
+ * Enter Other: Volume Up/Down, Channel Up/Down
+
+RepoType: git
+Repo: https://github.com/mkg20001/SamRemote.git
+
+Builds:
+ - versionName: '1.0'
+ versionCode: 1
+ commit: b273b5df07533bc30312931c053a1090888443e7
+ subdir: mobile
+ submodules: true
+ gradle:
+ - yes
+
+AutoUpdateMode: None
+UpdateCheckMode: RepoManifest
+CurrentVersion: '1.0'
+CurrentVersionCode: 1
diff --git a/metadata/ml.adamsprogs.bimba.yml b/metadata/ml.adamsprogs.bimba.yml
index 4452c27493..1e1f56d107 100644
--- a/metadata/ml.adamsprogs.bimba.yml
+++ b/metadata/ml.adamsprogs.bimba.yml
@@ -1,17 +1,58 @@
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
+License: GPL-3.0-or-later
+AuthorName: apiote
+WebSite: https://apiote.tk/programs/Bimba/
+SourceCode: https://notabug.org/apiote/Bimba
+IssueTracker: https://notabug.org/apiote/Bimba/issues
+Donate: https://apiote.tk/donate/
AutoName: Bimba
RepoType: git
-Repo: https://github.com/apiote/Bimba
+Repo: https://notabug.org/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
@@ -19,7 +60,42 @@ Builds:
gradle:
- yes
+ - versionName: 2.0-beta2
+ versionCode: 10
+ commit: v2.0-beta2
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: 2.0-beta2.1
+ versionCode: 11
+ commit: v2.0-beta2.1
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: 2.0-beta2.2
+ versionCode: 12
+ commit: v2.0-beta2.2
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: 2.0-beta4
+ versionCode: 14
+ commit: v2.0-beta4
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: '2.0'
+ versionCode: 15
+ commit: v2.0
+ subdir: app
+ gradle:
+ - yes
+
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
-CurrentVersion: 2.0.0
-CurrentVersionCode: 9
+CurrentVersion: '2.0'
+CurrentVersionCode: 15
diff --git a/metadata/mobi.boilr.boilr.txt b/metadata/mobi.boilr.boilr.txt
index d269fe5d16..2c97c79b80 100644
--- a/metadata/mobi.boilr.boilr.txt
+++ b/metadata/mobi.boilr.boilr.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://boilr.mobi
Source Code:https://github.com/drpout/boilr
Issue Tracker:https://github.com/drpout/boilr/issues
diff --git a/metadata/mobi.cyann.nstools.txt b/metadata/mobi.cyann.nstools.txt
index 06af43895a..3da0082c6e 100644
--- a/metadata/mobi.cyann.nstools.txt
+++ b/metadata/mobi.cyann.nstools.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://cyann.mobi/article/show/nstools
Source Code:https://github.com/arifhn/nstools
Issue Tracker:https://github.com/arifhn/nstools/issues
diff --git a/metadata/mobi.omegacentauri.SendReduced.txt b/metadata/mobi.omegacentauri.SendReduced.txt
index 5fa3eb1b0e..14bf4a97f1 100644
--- a/metadata/mobi.omegacentauri.SendReduced.txt
+++ b/metadata/mobi.omegacentauri.SendReduced.txt
@@ -86,6 +86,15 @@ Build:0.13,1300
sed -i -e 's/return context.getPackageName().toLowerCase().endsWith("pro")/return true/g' src/mobi/omegacentauri/SendReduced/SendReduced.java
target=android-21
+Build:0.16,1600
+ commit=0c9da7e2814aa68b2051a9a1d400222dd2bfe930
+ prebuild=sed -i -e 's/\r$//' *.sh && \
+ chmod +x *.sh && \
+ sed -i -e '/1/i#!/bin/sh\n' *.sh && \
+ ./toNormal.sh && \
+ sed -i -e 's/return context.getPackageName().toLowerCase().endsWith("pro")/return true/g' src/mobi/omegacentauri/SendReduced/SendReduced.java
+ target=android-21
+
Maintainer Notes:
* OldRepo for 0.03 - 0.05: http://code.google.com/p/sendreduced/
* <0.11 are MIT licensed
@@ -93,5 +102,5 @@ Maintainer Notes:
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:0.13
-Current Version Code:1300
+Current Version:0.16
+Current Version Code:1600
diff --git a/metadata/moe.feng.nhentai.txt b/metadata/moe.feng.nhentai.txt
index 19d5968df6..1bbec4d2cf 100644
--- a/metadata/moe.feng.nhentai.txt
+++ b/metadata/moe.feng.nhentai.txt
@@ -1,9 +1,9 @@
Categories:Multimedia,Internet
-License:GPL-3.0+
-Web Site:https://github.com/FengMoeTeam/NHentai-android/blob/HEAD/README.md
-Source Code:https://github.com/FengMoeTeam/NHentai-android
-Issue Tracker:https://github.com/FengMoeTeam/NHentai-android/issues
-Changelog:https://github.com/FengMoeTeam/NHentai-android/releases
+License:GPL-3.0-or-later
+Web Site:https://github.com/NHMoeDev/NHentai-android/blob/HEAD/README.md
+Source Code:https://github.com/NHMoeDev/NHentai-android
+Issue Tracker:https://github.com/NHMoeDev/NHentai-android/issues
+Changelog:https://github.com/NHMoeDev/NHentai-android/releases
Auto Name:NHBooks
Summary:NHBooks is a Material Design NHentai client
@@ -20,7 +20,7 @@ Please be aware of any applicable local laws and regulations.
.
Repo Type:git
-Repo:https://github.com/FengMoeTeam/NHentai-android
+Repo:https://github.com/NHMoeDev/NHentai-android
Build:1.6.3,30
commit=1.6.3
diff --git a/metadata/moe.martini.midictrl.txt b/metadata/moe.martini.midictrl.txt
index d0a5ec3b9d..d76ff8c109 100644
--- a/metadata/moe.martini.midictrl.txt
+++ b/metadata/moe.martini.midictrl.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/MartiniMoe/MIDICtrl
Issue Tracker:https://github.com/MartiniMoe/MIDICtrl/issues
@@ -10,6 +10,13 @@ Summary:Control MIDI devices
Description:
Using the new MIDI API thats available on Android 6+, this app allows you to
control your favourite DAW with your phone.
+
+'''Features:'''
+
+* Buttons for Play, Record, Stop and Rewind
+* Fader that sends its value on Channel #0 and Controller #0
+
+Features have been tested with Ardour and Bitwig Studio.
.
Repo Type:git
diff --git a/metadata/naman14.timber.txt b/metadata/naman14.timber.txt
index 038a30d323..7b32314e54 100644
--- a/metadata/naman14.timber.txt
+++ b/metadata/naman14.timber.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/naman14/Timber/blob/HEAD/README.md
Source Code:https://github.com/naman14/Timber
Issue Tracker:https://github.com/naman14/Timber/issues
@@ -8,7 +8,10 @@ Changelog:https://github.com/naman14/Timber/blob/HEAD/Changelog.md
Auto Name:Timber
Summary:Material Design Music Player
Description:
-Timber is a Music Player currently in Beta
+''Timber'' is a Material Design Music Player. It lets you browse Songs, Albums,
+Artists, create and edit playlists, browse device folders and more, features
+gestures for track switching and LastFM scrobble. Timber also supports Lyrics
+and Chromecast, Android Wear and Android Auto.
.
Repo Type:git
@@ -54,9 +57,13 @@ Build:0.3b,16
Maintainer Notes:
Uses chraslytics now, see https://github.com/naman14/Timber/issues/219. Only build
from f-droid branch: https://github.com/naman14/Timber/commits/f-droid
+Developer seems no longer interested in F-Droid builds and no longer provides a FOSS build flavor, see https://github.com/naman14/Timber/issues/259
.
+Archive Policy:0 versions
Auto Update Mode:None
Update Check Mode:RepoManifest/f-droid
Current Version:0.3b
Current Version Code:16
+
+No Source Since:0.4
diff --git a/metadata/name.bagi.levente.pedometer.txt b/metadata/name.bagi.levente.pedometer.txt
index 2d87008004..a1d65a2e7f 100644
--- a/metadata/name.bagi.levente.pedometer.txt
+++ b/metadata/name.bagi.levente.pedometer.txt
@@ -1,5 +1,5 @@
Categories:Sports & Health
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/bagilevi/android-pedometer
Issue Tracker:
diff --git a/metadata/name.boyle.chris.sgtpuzzles.txt b/metadata/name.boyle.chris.sgtpuzzles.txt
index 1328d843c1..06a1d2c9c2 100644
--- a/metadata/name.boyle.chris.sgtpuzzles.txt
+++ b/metadata/name.boyle.chris.sgtpuzzles.txt
@@ -10,6 +10,21 @@ Summary:39 single-player logic games
Description:
A port of Simon Tatham's Portable Puzzle Collection, a collection of 39
single-player logic games.
+
+Various control options for small screens: on-screen arrow keys (can be enabled
+in Settings), pinch to zoom, and a new button to swap press/long-press.
+
+NFC lets you beam a puzzle to your friend's phone,
+[https://www.youtube.com/watch?v=nCw1ilMzCH4 like this].
+
+Media permissions let you swap saved games with the versions for other platforms
+at http://is.gd/sgtpuz (via Save/Share actions)
+
+Contains the following 39 games: Black Box, Bridges, Cube, Dominosa, Fifteen,
+Filling, Flip, Flood, Galaxies, Guess, Inertia, Keen, Light Up, Loopy, Magnets,
+Map, Mines (Minesweeper), Net, Netslide, Palisade, Pattern, Pearl, Pegs
+(Solitaire), Range, Rectangles, Same Game, Signpost, Singles, Sixteen, Slant,
+Solo (Sudoku), Tents, Towers, Tracks, Twiddle, Undead, Unequal, Unruly, Untangle
.
Repo Type:git
diff --git a/metadata/name.livitski.games.puzzle.android.txt b/metadata/name.livitski.games.puzzle.android.txt
index c4bf5e1522..e659f145e9 100644
--- a/metadata/name.livitski.games.puzzle.android.txt
+++ b/metadata/name.livitski.games.puzzle.android.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://www.livitski.com/projects/n-puzzle.html
Source Code:https://github.com/StanLivitski/n-puzzle
Issue Tracker:
diff --git a/metadata/name.seguri.android.lock.txt b/metadata/name.seguri.android.lock.txt
index 2308284bdc..edcc81aac7 100644
--- a/metadata/name.seguri.android.lock.txt
+++ b/metadata/name.seguri.android.lock.txt
@@ -33,7 +33,23 @@ Build:1.1.1,4
subdir=app
gradle=yes
+Build:1.3.1,7
+ commit=1.3.1
+ subdir=app
+ gradle=yes
+
+Build:1.3.3,9
+ disable=lintVitalRelease fails
+ commit=1.3.3
+ subdir=app
+ gradle=yes
+
+Build:1.3.4,10
+ commit=1.3.4
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.1.1
-Current Version Code:4
+Current Version:1.3.4
+Current Version Code:10
diff --git a/metadata/name.soulayrol.rhaa.sholi.txt b/metadata/name.soulayrol.rhaa.sholi.txt
index 33cc58099a..884e730471 100644
--- a/metadata/name.soulayrol.rhaa.sholi.txt
+++ b/metadata/name.soulayrol.rhaa.sholi.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/dsoulayrol/android-sholi
Issue Tracker:https://github.com/dsoulayrol/android-sholi/issues
diff --git a/metadata/namlit.siteswapgenerator.yml b/metadata/namlit.siteswapgenerator.yml
index 59dab0c900..72bcdf41a0 100644
--- a/metadata/namlit.siteswapgenerator.yml
+++ b/metadata/namlit.siteswapgenerator.yml
@@ -1,6 +1,6 @@
Categories:
- Sports & Health
-License: GPL-3.0
+License: GPL-3.0-only
AuthorName: Tilman Sinning
AuthorEmail: namlitdev@gmail.com
SourceCode: https://github.com/namlit/siteswap_generator
@@ -29,7 +29,49 @@ Builds:
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
+
+ - versionName: 1.0.4-beta
+ versionCode: 15
+ commit: v1.0.4-beta
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: 1.0.5-beta
+ versionCode: 16
+ commit: v1.0.5-beta
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: '1.1'
+ versionCode: 17
+ commit: v1.1
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: 1.1.2-beta
+ versionCode: 19
+ commit: v1.1.2-beta
+ subdir: app
+ gradle:
+ - yes
+
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
-CurrentVersion: '1.0'
-CurrentVersionCode: 11
+CurrentVersion: 1.1.2-beta
+CurrentVersionCode: 19
diff --git a/metadata/negativedensity.techahashi.yml b/metadata/negativedensity.techahashi.yml
new file mode 100644
index 0000000000..33d27a4ed4
--- /dev/null
+++ b/metadata/negativedensity.techahashi.yml
@@ -0,0 +1,36 @@
+Categories:
+ - Writing
+License: MIT
+SourceCode: https://github.com/negativedensity/techahashi
+IssueTracker: https://github.com/negativedensity/techahashi/issues
+
+AutoName: Techahashi
+Summary: Minimal presentation tool, Takahashi method with technical upgrades
+Description: |
+ A fork of [[trikita.slide]].
+
+ This version adds two features to be able to add content that might be useful
+ for presentations that require some technical explanation: the ability to add
+ UML diagrams using a remote PlantUML server, and the ability to add math
+ formulas using MathJax.
+
+RepoType: git
+Repo: https://github.com/negativedensity/techahashi
+
+Builds:
+ - versionName: '6'
+ versionCode: 6
+ commit: 573ec82ba5eb434c02c275a0447f9d1213dd780e
+ gradle:
+ - yes
+
+ - versionName: 7.0.0
+ versionCode: 70000
+ commit: 7.0.0
+ gradle:
+ - yes
+
+AutoUpdateMode: Version %v
+UpdateCheckMode: Tags ^[0-9]+\.[0-9]+\.[0-9]+$
+CurrentVersion: 7.0.0
+CurrentVersionCode: 70000
diff --git a/metadata/net.aangle.rvclock.txt b/metadata/net.aangle.rvclock.txt
index 954713dfe1..5459c40ad3 100644
--- a/metadata/net.aangle.rvclock.txt
+++ b/metadata/net.aangle.rvclock.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://android.acute-angle.net
Source Code:https://bitbucket.org/uaraven/rvclock
Issue Tracker:https://bitbucket.org/uaraven/rvclock/issues
diff --git a/metadata/net.alegen.android.netclip.txt b/metadata/net.alegen.android.netclip.txt
index 0625650cd5..e2ba347f22 100644
--- a/metadata/net.alegen.android.netclip.txt
+++ b/metadata/net.alegen.android.netclip.txt
@@ -1,10 +1,8 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/alegen/netclip
-Issue Tracker:https://github.com/alegen/netclip/issues
-Changelog:https://raw.githubusercontent.com/alegen/netclip/HEAD/CHANGELOG.md
-Donate:https://alegen.net/wishlist/
+Source Code:
+Issue Tracker:
Bitcoin:1862EpKxs4BGUM6Td2Gs83QCkVC889Eqja
Auto Name:Netclip
@@ -15,9 +13,6 @@ device clipboard. It is useful for people who want to copy/paste text to their
phones or tablets.
.
-Repo Type:git
-Repo:https://github.com/alegen/netclip
-
Build:1.0,1
commit=affbe4876d2ddb4bc35245514c2cafc7091673af
gradle=yes
@@ -38,3 +33,5 @@ Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.3
Current Version Code:4
+
+No Source Since:1.4
diff --git a/metadata/net.androgames.level.txt b/metadata/net.androgames.level.txt
index 87db7be058..4605aecd27 100644
--- a/metadata/net.androgames.level.txt
+++ b/metadata/net.androgames.level.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://avianey.blogspot.com
Source Code:https://github.com/avianey/Level
Issue Tracker:https://github.com/avianey/Level/issues
diff --git a/metadata/net.anzix.osm.upload.txt b/metadata/net.anzix.osm.upload.txt
index 96faa6f79c..17ec2b75e7 100644
--- a/metadata/net.anzix.osm.upload.txt
+++ b/metadata/net.anzix.osm.upload.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/elek/osmgpxuploader
Issue Tracker:https://github.com/elek/osmgpxuploader/issues
diff --git a/metadata/net.artificialworlds.rabbitescape.txt b/metadata/net.artificialworlds.rabbitescape.txt
index cade7b6045..e0dda63829 100644
--- a/metadata/net.artificialworlds.rabbitescape.txt
+++ b/metadata/net.artificialworlds.rabbitescape.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0+
+License:GPL-2.0-or-later
Author Name:Andy Balaam and the Rabbit Escape developers
Author Email:rabbitescape@artificialworlds.net
Web Site:http://artificialworlds.net/rabbit-escape
@@ -36,7 +36,16 @@ Build:0.10.3,103
build=cd ../.. && \
make android-pre-fdroid
+Build:0.11,110
+ commit=v0.11
+ subdir=rabbit-escape-ui-android/app
+ sudo=apt-get update && \
+ apt-get install -y python3-lxml
+ gradle=paid
+ build=cd ../.. && \
+ make android-pre-fdroid
+
Auto Update Mode:Version v%v
Update Check Mode:Tags v\d+\.\d+(\.\d+)?
-Current Version:0.10.3
-Current Version Code:103
+Current Version:0.11
+Current Version Code:110
diff --git a/metadata/net.asceai.meritous.txt b/metadata/net.asceai.meritous.txt
index 152a3c585f..80f351f323 100644
--- a/metadata/net.asceai.meritous.txt
+++ b/metadata/net.asceai.meritous.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://asceai.net/meritous
Source Code:https://gitlab.com/meritous
Issue Tracker:
diff --git a/metadata/net.avs234.txt b/metadata/net.avs234.txt
index 22080b5f7f..7db1f85f5d 100644
--- a/metadata/net.avs234.txt
+++ b/metadata/net.avs234.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:LGPL-3.0
+License:LGPL-3.0-only
Web Site:https://code.google.com/p/andless
Source Code:https://code.google.com/p/andless/source
Issue Tracker:
diff --git a/metadata/net.bible.android.activity.txt b/metadata/net.bible.android.activity.txt
index 0304273f5f..ae13d8c0b0 100644
--- a/metadata/net.bible.android.activity.txt
+++ b/metadata/net.bible.android.activity.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:LGPL-2.1
+License:LGPL-2.1-only
Web Site:
Source Code:https://github.com/mjdenham/and-bible
Issue Tracker:https://github.com/mjdenham/and-bible/issues
@@ -283,7 +283,25 @@ Build:2.9.1,230
popd && \
cp $$JSword$$/target/jsword-*.jar libs/jsword.jar
+Build:2.11.1.246,246
+ commit=build-02.11.01
+ subdir=and-bible/app
+ gradle=yes
+ srclibs=JSword@fa6a44d05982a67f0122ffdd7b522d8ebcf43824
+ rm=and-bible/app/libs/*,and-bible/libs-src,ReadingPlanCreator/libs,jsword-tweaks/libs
+ prebuild=sed -i "/mmseg4j/d" build.gradle && \
+ cp -r ../../jsword-tweaks/src/main/. $$JSword$$/src/main && \
+ sed -i "//,/<\/repositories>/d" $$JSword$$/pom.xml && \
+ rm -rf $$JSword$$/src/main/java/org/crosswire/jsword/examples && \
+ rm $$JSword$$/src/main/java/org/crosswire/jsword/book/install/sword/FTPExample.java && \
+ sed -i "//a com.chenlb.mmseg4jmmseg4j-all1.8.6" $$JSword$$/pom.xml
+ build=pushd $$JSword$$ && \
+ $$MVN3$$ package -Dmaven.test.skip=true && \
+ popd && \
+ cp $$JSword$$/target/jsword-*.jar libs/jsword.jar && \
+ echo "-dontwarn com.chenlb.mmseg4j.**" >> proguard-rules.pro
+
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:2.9.5.238
-Current Version Code:238
+Current Version:2.12.0.249
+Current Version Code:249
diff --git a/metadata/net.bitconomy.ckpoolwatcher.txt b/metadata/net.bitconomy.ckpoolwatcher.txt
index e10591dd61..e47363c461 100644
--- a/metadata/net.bitconomy.ckpoolwatcher.txt
+++ b/metadata/net.bitconomy.ckpoolwatcher.txt
@@ -1,5 +1,5 @@
Categories:Internet,Money
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://bitbucket.org/Aliceww/ckpoolwatcher
Source Code:https://bitbucket.org/Aliceww/ckpoolwatcher/src
Issue Tracker:https://bitbucket.org/Aliceww/ckpoolwatcher/issues
diff --git a/metadata/net.bluetoothviewer.txt b/metadata/net.bluetoothviewer.txt
index a49aa454f3..a989889f8b 100644
--- a/metadata/net.bluetoothviewer.txt
+++ b/metadata/net.bluetoothviewer.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://blog.ecomobilecitizen.com/android/bluetoothviewer
Source Code:https://github.com/janosgyerik/bluetoothviewer
Issue Tracker:https://github.com/janosgyerik/bluetoothviewer/issues
diff --git a/metadata/net.bmaron.openfixmap.txt b/metadata/net.bmaron.openfixmap.txt
index b3c81f9597..0bb82254ef 100644
--- a/metadata/net.bmaron.openfixmap.txt
+++ b/metadata/net.bmaron.openfixmap.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://openfixmap.bmaron.net
Source Code:https://github.com/eMerzh/OpenFixMap
Issue Tracker:https://github.com/eMerzh/OpenFixMap/issues
diff --git a/metadata/net.bytten.xkcdviewer.txt b/metadata/net.bytten.xkcdviewer.txt
index 999db2c4c9..68db430245 100644
--- a/metadata/net.bytten.xkcdviewer.txt
+++ b/metadata/net.bytten.xkcdviewer.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://bytten.net/devlog//xkcdviewer/index.html
Source Code:https://github.com/tcoxon/XkcdViewer
Issue Tracker:https://github.com/tcoxon/XkcdViewer/issues
@@ -9,6 +9,16 @@ Summary:Viewer for the xkcd comic
Description:
Shows comics from xkcd.com, including alt-text. Also provides support for
bookmarks and easy navigation.
+
+'''Features:'''
+
+* Read xkcd comics and tap to view the alt text
+* Star your favorites for later reading
+* Share links and images with friends
+* Get linked straight to the explain xkcd wiki for explanations
+* Search for comics by title
+* Reopen at the last comic you read OR the most recent comic (edit your preferences)
+* Disable zoom buttons with your preferences
.
Repo Type:git
diff --git a/metadata/net.cactii.mathdoku.txt b/metadata/net.cactii.mathdoku.txt
index a433e9f14d..adca83209d 100644
--- a/metadata/net.cactii.mathdoku.txt
+++ b/metadata/net.cactii.mathdoku.txt
@@ -1,7 +1,7 @@
Categories:Games
-License:GPL-3.0
-Web Site:https://code.google.com/p/mathdoku
-Source Code:https://code.google.com/p/mathdoku/source
+License:GPL-3.0-only
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:MathDoku
@@ -10,9 +10,6 @@ Description:
A sudoku-like game with an arithmetical twist. Based on KenKen(TM).
.
-Repo Type:git-svn
-Repo:https://mathdoku.googlecode.com/svn;trunk=trunk;tags=tags
-
Build:1.8,70
commit=version-1.8
target=android-10
@@ -32,3 +29,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:1.96.2
Current Version Code:281
+
+No Source Since:1.96.3
diff --git a/metadata/net.chilon.matt.teacup.txt b/metadata/net.chilon.matt.teacup.txt
index 199432a8de..1ab3b13dd3 100644
--- a/metadata/net.chilon.matt.teacup.txt
+++ b/metadata/net.chilon.matt.teacup.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/yourealwaysbe/teacup
Issue Tracker:https://github.com/yourealwaysbe/teacup/issues
diff --git a/metadata/net.codechunk.speedofsound.txt b/metadata/net.codechunk.speedofsound.txt
index 24a940a3e8..5d5a56b64f 100644
--- a/metadata/net.codechunk.speedofsound.txt
+++ b/metadata/net.codechunk.speedofsound.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/jpeddicord/speedofsound
Issue Tracker:https://github.com/jpeddicord/speedofsound/issues
diff --git a/metadata/net.commotionwireless.meshtether.txt b/metadata/net.commotionwireless.meshtether.txt
index d54396b4cd..ebd5ebb4e5 100644
--- a/metadata/net.commotionwireless.meshtether.txt
+++ b/metadata/net.commotionwireless.meshtether.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://www.commotionwireless.net
Source Code:https://github.com/opentechinstitute/commotion-android
Issue Tracker:https://github.com/opentechinstitute/commotion-android/issues
diff --git a/metadata/net.cyclestreets.txt b/metadata/net.cyclestreets.txt
index ca68060411..5caf4703c9 100644
--- a/metadata/net.cyclestreets.txt
+++ b/metadata/net.cyclestreets.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.cyclestreets.net/mobile
Source Code:https://github.com/cyclestreets/android
Issue Tracker:https://github.com/cyclestreets/android/issues
diff --git a/metadata/net.czlee.debatekeeper.txt b/metadata/net.czlee.debatekeeper.txt
index 9f74d7d779..7b42211d62 100644
--- a/metadata/net.czlee.debatekeeper.txt
+++ b/metadata/net.czlee.debatekeeper.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://tryingtoreason.wordpress.com/debatekeeper
Source Code:https://github.com/czlee/debatekeeper
Issue Tracker:https://github.com/czlee/debatekeeper/issues
diff --git a/metadata/net.dahanne.android.regalandroid.txt b/metadata/net.dahanne.android.regalandroid.txt
index 50bda34d34..9915977c58 100644
--- a/metadata/net.dahanne.android.regalandroid.txt
+++ b/metadata/net.dahanne.android.regalandroid.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/anthonydahanne/ReGalAndroid
Issue Tracker:https://github.com/anthonydahanne/ReGalAndroid/issues
diff --git a/metadata/net.dahanne.banq.notifications.txt b/metadata/net.dahanne.banq.notifications.txt
index af3e331b71..fd1591027a 100644
--- a/metadata/net.dahanne.banq.notifications.txt
+++ b/metadata/net.dahanne.banq.notifications.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://bitbucket.org/anthonydahanne/banqnotificationsproject
Issue Tracker:https://bitbucket.org/anthonydahanne/banqnotificationsproject/issues
diff --git a/metadata/net.damsy.soupeaucaillou.heriswap.txt b/metadata/net.damsy.soupeaucaillou.heriswap.txt
index 8cb352db2b..eab0507510 100644
--- a/metadata/net.damsy.soupeaucaillou.heriswap.txt
+++ b/metadata/net.damsy.soupeaucaillou.heriswap.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://soupeaucaillou.com
Source Code:https://github.com/SoupeauCaillou/heriswap
Issue Tracker:https://github.com/SoupeauCaillou/heriswap/issues
diff --git a/metadata/net.damsy.soupeaucaillou.recursiveRunner.txt b/metadata/net.damsy.soupeaucaillou.recursiveRunner.txt
index ecf2c9a7ac..b13aacdb30 100644
--- a/metadata/net.damsy.soupeaucaillou.recursiveRunner.txt
+++ b/metadata/net.damsy.soupeaucaillou.recursiveRunner.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://soupeaucaillou.com
Source Code:https://github.com/SoupeauCaillou/recursive-runner
Issue Tracker:https://github.com/SoupeauCaillou/recursive-runner/issues
diff --git a/metadata/net.daverix.urlforward.txt b/metadata/net.daverix.urlforward.txt
index e30e1ddadf..9684ad6538 100644
--- a/metadata/net.daverix.urlforward.txt
+++ b/metadata/net.daverix.urlforward.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/daverix/urlforwarder
Issue Tracker:https://github.com/daverix/urlforwarder/issues
@@ -9,6 +9,17 @@ Summary:Save bookmarks
Description:
Provides a bookmarklet functionality: It works by sharing a link from any app
using filters.
+
+Ever used bookmarklet's in the browser? This app makes it possible to create
+filters that forwards an url to another site.
+
+For example, say you have a site called "myexample.com" that you want to send to
+another site called "myshareexample.com". Choosing "Url Forwarder" in the share
+menu of your browser then lets you pass the current web page you are on to the
+site you have created a filter for.
+
+The filters will be displayed in a dialog and just open any app that has an
+intent filter for the url in the filter (normally the browser).
.
Repo Type:git
diff --git a/metadata/net.debian.debiandroid.txt b/metadata/net.debian.debiandroid.txt
index 2f88b7a342..ce798a7f6d 100644
--- a/metadata/net.debian.debiandroid.txt
+++ b/metadata/net.debian.debiandroid.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/uberspot/DebianDroid
Issue Tracker:https://github.com/uberspot/DebianDroid/issues
diff --git a/metadata/net.etuldan.sparss.floss.txt b/metadata/net.etuldan.sparss.floss.txt
index 3ba4a7e728..cc0f7838b1 100644
--- a/metadata/net.etuldan.sparss.floss.txt
+++ b/metadata/net.etuldan.sparss.floss.txt
@@ -1,5 +1,5 @@
Categories:Reading,Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/Etuldan/spaRSS/blob/HEAD/README.md
Source Code:https://github.com/Etuldan/spaRSS
Issue Tracker:https://github.com/Etuldan/spaRSS/issues
@@ -10,6 +10,18 @@ Description:
Based on [[net.fred.feedex]] and [[de.shandschuh.sparserss]], this checks
RSS/Atom news feeds, polling for updates from the device on a regular basis.
Fetched items are available for offline reading.
+
+'''Features:'''
+
+* easily add new feeds thanks to the Google News or search feature (you can also subscribe to a new one from the browser via the share feature)
+* light and dark themes
+* offline reading including images and private news
+* import/export the feed list from OPML
+* retrieve the full text of the feed when the content is truncated
+* star your favorite entries
+* search into your articles
+* filter your feed by keywords or regular expressions
+* custom widgets
.
Repo Type:git
diff --git a/metadata/net.everythingandroid.smspopup.txt b/metadata/net.everythingandroid.smspopup.txt
index c24bbfeb0a..a7263f2637 100644
--- a/metadata/net.everythingandroid.smspopup.txt
+++ b/metadata/net.everythingandroid.smspopup.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/everythingandroid/android-smspopup
Issue Tracker:https://github.com/everythingandroid/android-smspopup/issues
diff --git a/metadata/net.fabiszewski.ulogger.txt b/metadata/net.fabiszewski.ulogger.txt
index 07a0a3e378..b9ccfbeaa9 100644
--- a/metadata/net.fabiszewski.ulogger.txt
+++ b/metadata/net.fabiszewski.ulogger.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Author Name:Bartek Fabiszewski
Web Site:
Source Code:https://github.com/bfabiszewski/ulogger-android
@@ -73,7 +73,22 @@ Build:1.8,108
subdir=app
gradle=yes
+Build:2.0,200
+ commit=2.0
+ subdir=app
+ gradle=yes
+
+Build:2.1,201
+ commit=2.1
+ subdir=app
+ gradle=yes
+
+Build:2.2,202
+ commit=2.2
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.8
-Current Version Code:108
+Current Version:2.2
+Current Version Code:202
diff --git a/metadata/net.fercanet.LNM.txt b/metadata/net.fercanet.LNM.txt
index 7eb885e94e..8f4c319834 100644
--- a/metadata/net.fercanet.LNM.txt
+++ b/metadata/net.fercanet.LNM.txt
@@ -1,8 +1,8 @@
Categories:Games
-License:GPL-3.0
-Web Site:http://learnmusicnotes.sourceforge.net
-Source Code:http://sourceforge.net/projects/learnmusicnotes/develop
-Issue Tracker:http://sourceforge.net/tracker/?group_id=371992
+License:GPL-3.0-only
+Web Site:
+Source Code:
+Issue Tracker:
Auto Name:Learn Music Notes
Summary:Music sight reading training game
@@ -10,9 +10,6 @@ Description:
A simple game to assist with music sight reading training.
.
-Repo Type:git-svn
-Repo:https://svn.code.sf.net/p/learnmusicnotes/code/trunk
-
Build:1.2,3
commit=16
@@ -25,3 +22,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:1.4
Current Version Code:5
+
+No Source Since:1.5
diff --git a/metadata/net.fred.feedex.txt b/metadata/net.fred.feedex.txt
index ff85e30bbb..944c4f6ca4 100644
--- a/metadata/net.fred.feedex.txt
+++ b/metadata/net.fred.feedex.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/FredJul/Flym
Issue Tracker:https://github.com/FredJul/Flym/issues
@@ -8,6 +8,10 @@ Issue Tracker:https://github.com/FredJul/Flym/issues
Auto Name:Flym
Summary:Feed reader
Description:
+These old versions of the app are only kept for historical reasons. At
+[[net.frju.flym]] you will get the most recent version, you should definitely
+prefer.
+
Based on Sparse RSS, this checks RSS/Atom news feeds, polling for updates from
the device on a regular basis.
.
@@ -242,7 +246,8 @@ Build:1.9.4,61
echo -e '\n\ninclude ":libs:textdrawable"' >> ../settings.gradle && \
sed -i -e '/fileTree/acompile project(":libs:textdrawable")' build.gradle
+Archive Policy:0 versions
Auto Update Mode:None
-Update Check Mode:Tags
-Current Version:1.9.7
-Current Version Code:64
+Update Check Mode:None
+Current Version:2.0.7
+Current Version Code:10
diff --git a/metadata/net.frju.flym.txt b/metadata/net.frju.flym.txt
new file mode 100644
index 0000000000..64801706bd
--- /dev/null
+++ b/metadata/net.frju.flym.txt
@@ -0,0 +1,78 @@
+Categories:Reading
+License:GPL-3.0-only
+Web Site:
+Source Code:https://github.com/FredJul/Flym
+Issue Tracker:https://github.com/FredJul/Flym/issues
+
+Auto Name:Flym
+Summary:Light and modern feed reader
+Description:
+Flym News Reader is a simple, modern, totally free (no ads) and opensource
+project which keeps you inform by fetching your websites/blogs and displaying
+them in a mobile-optimized way.
+
+It DOES NOT synchronize with any online feed reader, if you need synchronization
+this app is not for you.
+
+Features:
+
+* easily search for new feeds
+* offline reading including images
+* import/export the feed list from OPML
+* retrieve the full text of the feed when the content is truncated
+* star your favorite entries
+* search into your articles
+.
+
+Repo Type:git
+Repo:https://github.com/FredJul/Flym.git
+
+Build:2.0.5,7
+ commit=v2.0.5
+ subdir=app
+ gradle=yes
+
+Build:2.0.6,8
+ commit=v2.0.6
+ subdir=app
+ gradle=yes
+
+Build:2.0.7,10
+ commit=v2.0.7
+ subdir=app
+ gradle=yes
+
+Build:2.0.9,12
+ commit=v2.0.9
+ subdir=app
+ gradle=yes
+
+Build:2.1.0,13
+ commit=v2.1.0
+ subdir=app
+ gradle=yes
+
+Build:2.1.1,14
+ commit=v2.1.1
+ subdir=app
+ gradle=yes
+
+Build:2.2.0,15
+ commit=v2.2.0
+ subdir=app
+ gradle=yes
+
+Build:2.2.1,16
+ commit=v2.2.1
+ subdir=app
+ gradle=yes
+
+Build:2.2.2,17
+ commit=v2.2.2
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:2.2.2
+Current Version Code:17
diff --git a/metadata/net.gaast.giggity.txt b/metadata/net.gaast.giggity.txt
index 3f567fa0b6..36611d57c6 100644
--- a/metadata/net.gaast.giggity.txt
+++ b/metadata/net.gaast.giggity.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://gaa.st/giggity
Source Code:https://github.com/Wilm0r/giggity
Issue Tracker:
@@ -13,6 +13,13 @@ conferences/festivals/other events) and lets you browse them in various
convenient formats.
Preseeded with data for FOSDEM, CCC, FrOSCon and other conferences.
+
+''Giggity'' lets you organise your visit - select talks to be reminded of (with
+warnings in case of conflicts) or hide the topics you're less interested in.
+Schedules are shown in whatever format you like - block schedules, plain
+timetables, or a clear now-and-next screen on the day itself.
+
+Or just put a widget on your homescreen which will always show you what's next.
.
Repo Type:git
diff --git a/metadata/net.georgewhiteside.android.abstractart.txt b/metadata/net.georgewhiteside.android.abstractart.txt
index b5f550d15f..3a31102f91 100644
--- a/metadata/net.georgewhiteside.android.abstractart.txt
+++ b/metadata/net.georgewhiteside.android.abstractart.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeAssets
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/gwhiteside/abstract-art
Issue Tracker:https://github.com/gwhiteside/abstract-art/issues
diff --git a/metadata/net.glsk.wpgen.txt b/metadata/net.glsk.wpgen.txt
index f8b29fca4e..8dedc0f344 100644
--- a/metadata/net.glsk.wpgen.txt
+++ b/metadata/net.glsk.wpgen.txt
@@ -1,10 +1,10 @@
Categories:Theming
-License:GPL-3.0+
-Web Site:https://github.com/glesik/wpgen/blob/HEAD/README.md
-Source Code:https://github.com/glesik/wpgen
-Issue Tracker:https://github.com/glesik/wpgen/issues
-Changelog:https://github.com/glesik/wpgen/releases
-Bitcoin:16qE3ae8GmSwwaVodXyu76iAThR7GtyrTW
+License:GPL-3.0-or-later
+Web Site:https://gitlab.com/glsk/wpgen/blob/HEAD/README.md
+Source Code:https://gitlab.com/glsk/wpgen
+Issue Tracker:https://gitlab.com/glsk/wpgen/issues
+Changelog:https://gitlab.com/glsk/wpgen/tags
+Donate:https://glsk.net/donate/
Auto Name:WPGen
Summary:Wallpaper generator
@@ -15,7 +15,7 @@ or add your own.
.
Repo Type:git
-Repo:https://github.com/glesik/wpgen.git
+Repo:https://gitlab.com/glsk/wpgen.git
Build:1.0,1
commit=v1.0
diff --git a/metadata/net.gorry.aicia.txt b/metadata/net.gorry.aicia.txt
index 99c2996190..2b8a38ff4e 100644
--- a/metadata/net.gorry.aicia.txt
+++ b/metadata/net.gorry.aicia.txt
@@ -7,7 +7,9 @@ Issue Tracker:
Auto Name:AiCiA
Summary:IRC client
Description:
-Internet Relay Chat client with a twin-pane view and configurable buttons.
+''AiCiA'' is an Internet Relay Chat (IRC) client with a twin-pane view and
+configurable buttons. It supports multi-server, body rotation and more.
+''AiCiA'' also keeps the connection on background.
Original source code is available via the website (see dist/old): the source
code page points to an F-Droid contributor's bitbucket.org account.
diff --git a/metadata/net.gsantner.dandelior.txt b/metadata/net.gsantner.dandelior.txt
new file mode 100644
index 0000000000..9f092e8cb0
--- /dev/null
+++ b/metadata/net.gsantner.dandelior.txt
@@ -0,0 +1,29 @@
+Categories:Internet
+License:GPL-3.0-or-later
+Web Site:https://gsantner.net/project/dandelion.html?source=fdroid
+Source Code:https://github.com/gsantner/dandelion
+Issue Tracker:https://github.com/gsantner/dandelion/issues
+Changelog:https://github.com/gsantner/dandelion/blob/HEAD/CHANGELOG.md
+Donate:https://github.com/gsantner/dandelion/blob/HEAD/README.md#maintainers
+LiberapayID:13079
+Bitcoin:1B9ZyYdQoY9BxMe9dRUEKaZbJWsbQqfXU5
+Litecoin:LSC2NUiXmnsJiaRczq9AKceX6CEHQHP39w
+
+Auto Name:dandelior*
+
+Repo Type:git
+Repo:https://github.com/gsantner/dandelion
+
+Build:1.2.0,33
+ commit=v1.2.0
+ subdir=app
+ gradle=FlavorDandelior
+
+Maintainer Notes:
+Description and summary in app git repository
+.
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.2.0
+Current Version Code:33
diff --git a/metadata/net.gsantner.markor.txt b/metadata/net.gsantner.markor.txt
index 3017fb4831..094482192f 100644
--- a/metadata/net.gsantner.markor.txt
+++ b/metadata/net.gsantner.markor.txt
@@ -1,11 +1,12 @@
Categories:Writing
-License:MIT
+License:Apache-2.0
Author Name:Gregor Santner
-Web Site:http://gsantner.net
+Web Site:https://gsantner.net/project/markor.html?source=fdroid
Source Code:https://github.com/gsantner/markor
Issue Tracker:https://github.com/gsantner/markor/issues
Changelog:https://github.com/gsantner/markor/blob/HEAD/CHANGELOG.md
-Donate:http://gsantner.net/supportme
+Donate:https://gsantner.net/supportme/?project=markor&source=fdroid
+LiberapayID:13079
Bitcoin:1B9ZyYdQoY9BxMe9dRUEKaZbJWsbQqfXU5
Litecoin:LSC2NUiXmnsJiaRczq9AKceX6CEHQHP39w
@@ -110,11 +111,89 @@ Build:0.3.4,18
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
+
+Build:0.3.7,21
+ commit=v0.3.7
+ subdir=app
+ submodules=yes
+ gradle=FlavorDefault
+
+Build:0.3.8,22
+ commit=v0.3.8
+ subdir=app
+ submodules=yes
+ gradle=FlavorDefault
+
+Build:0.3.9,23
+ commit=v0.3.9
+ subdir=app
+ submodules=yes
+ gradle=FlavorDefault
+
+Build:0.3.10,24
+ commit=v0.3.10
+ subdir=app
+ submodules=yes
+ gradle=FlavorDefault
+
+Build:1.0.0,25
+ commit=v1.0.0
+ subdir=app
+ submodules=yes
+ gradle=FlavorDefault
+
+Build:1.0.1,27
+ commit=v1.0.1
+ subdir=app
+ submodules=yes
+ gradle=FlavorDefault
+
+Build:1.0.2,28
+ commit=v1.0.2
+ subdir=app
+ submodules=yes
+ gradle=FlavorDefault
+
+Build:1.1.0,30
+ commit=v1.1.0
+ subdir=app
+ submodules=yes
+ gradle=FlavorDefault
+
+Build:1.1.1,31
+ commit=v1.1.1
+ subdir=app
+ submodules=yes
+ gradle=FlavorDefault
+
+Build:1.1.2,32
+ commit=v1.1.2
+ subdir=app
+ submodules=yes
+ gradle=FlavorDefault
+
+Build:1.2.0,34
+ commit=v1.2.0
+ 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.4
-Current Version Code:18
+Current Version:1.2.0
+Current Version Code:34
diff --git a/metadata/net.haltcondition.anode.txt b/metadata/net.haltcondition.anode.txt
index ef9d70807d..737663043f 100644
--- a/metadata/net.haltcondition.anode.txt
+++ b/metadata/net.haltcondition.anode.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/tarka/Anode
Issue Tracker:https://github.com/tarka/Anode/issues
diff --git a/metadata/net.healeys.lexic.txt b/metadata/net.healeys.lexic.txt
index 04fc1a2de0..53932b596e 100644
--- a/metadata/net.healeys.lexic.txt
+++ b/metadata/net.healeys.lexic.txt
@@ -1,7 +1,7 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://lexic-games.com
-Source Code:https://code.google.com/p/lexic/source
+Source Code:
Issue Tracker:
Summary:Word Game
@@ -10,9 +10,6 @@ A word game where you have 3 minutes to find as many words as possible on a grid
of random letters.
.
-Repo Type:hg
-Repo:https://code.google.com/p/lexic
-
Build:0.8.1,41
commit=5ffa6d7ee6a4
subdir=trunk
@@ -26,3 +23,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:0.8.1
Current Version Code:41
+
+No Source Since:0.8.2
diff --git a/metadata/net.i2p.android.router.txt b/metadata/net.i2p.android.router.txt
index a86b48c9f2..4728665d85 100644
--- a/metadata/net.i2p.android.router.txt
+++ b/metadata/net.i2p.android.router.txt
@@ -295,6 +295,29 @@ Build:0.9.33,4745240
curl https://gmplib.org/download/gmp/gmp-6.0.0.tar.xz | tar xJv -C $$I2P$$/core/c/jbigi/
scandelete=lib/client/src/main/jniLibs
+Build:0.9.34,4745241
+ commit=9654fa24cccbc0ff104b28c0a70e88194bfc446d
+ subdir=app
+ gradle=legacy
+ srclibs=I2P@c0308526a9a55d2ca2a4e0055775e1d44212e905
+ prebuild=echo -e "i2psrc=../$$I2P$$" >> ../lib/client/local.properties && \
+ echo -e "sdk.dir=$$SDK$$\nndk.dir=$$NDK$$\ni2psrc=$$I2P$$" >> ../routerjars/local.properties && \
+ sed -i '30i checkReleaseBuilds false\n' build.gradle && \
+ curl https://gmplib.org/download/gmp/gmp-6.0.0.tar.xz | tar xJv -C $$I2P$$/core/c/jbigi/
+ scandelete=lib/client/src/main/jniLibs
+
+Build:0.9.35,4745242
+ commit=333f09073ab66e60514529adea556a397d478ae6
+ subdir=app
+ gradle=legacy
+ srclibs=I2P@3d21ad0df96beda782ae972d7d5e456ca1dde777
+ rm=gradle/wrapper
+ prebuild=echo -e "i2psrc=../$$I2P$$" >> ../lib/client/local.properties && \
+ echo -e "sdk.dir=$$SDK$$\nndk.dir=$$NDK$$\ni2psrc=$$I2P$$" >> ../routerjars/local.properties && \
+ sed -i '30i checkReleaseBuilds false\n' build.gradle && \
+ curl https://gmplib.org/download/gmp/gmp-6.0.0.tar.xz | tar xJv -C $$I2P$$/core/c/jbigi/
+ scandelete=lib/client/src/main/jniLibs
+
Maintainer Notes:
--Always update net.i2p.android aswell!--
Don't do so until reproducible.
@@ -304,5 +327,5 @@ The version code and name is in app/build.gradle
Auto Update Mode:None
Update Check Mode:None
-Current Version:0.9.33
-Current Version Code:4745240
+Current Version:0.9.35
+Current Version Code:4745242
diff --git a/metadata/net.inbox.pager.txt b/metadata/net.inbox.pager.txt
index 6e8bc052ce..c7d0e16c50 100644
--- a/metadata/net.inbox.pager.txt
+++ b/metadata/net.inbox.pager.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/itprojects/InboxPager/blob/HEAD/README.md
Source Code:https://github.com/itprojects/InboxPager
Issue Tracker:https://github.com/itprojects/InboxPager/issues
@@ -7,7 +7,19 @@ Issue Tracker:https://github.com/itprojects/InboxPager/issues
Auto Name:Inbox Pager
Summary:Read and write e-mails
Description:
-E-mail client that supports IMAP, POP and SMTP protocols using SSL/TLS.
+E-mail client that supports IMAP, POP and SMTP protocols using SSL/TLS. Features
+include:
+
+* Animate a smooth transition between visual contexts.
+* Automatically convert texts from their declared character encoding to UTF-8.
+* Download your full email messages (with attachments inside).
+* Download an individual attachment.
+* Display server certificates used in the last connection.
+* Keep track of your unread messages.
+* Notify with sound of new messages, per user choice.
+* Notify with device vibration of new messages, per user choice.
+* Work with OpenPGP messages.
+* Verify hostnames, if not self-signed certificates.
.
Repo Type:git
@@ -38,12 +50,17 @@ Build:2.1,5
subdir=InboxPager
gradle=yes
-Maintainer Notes:
-Upstream force-pushed, reset archive policy after 3 builds.
-.
+Build:2.2,6
+ commit=1350b971a147613ad34ef5ac79830d3b225ed810
+ subdir=InboxPager
+ gradle=yes
+
+Build:3.0,7
+ commit=c5641a6d644d001bd4cec520b5a96d7e588cb6ad
+ subdir=InboxPager
+ gradle=yes
-Archive Policy:1 versions
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:2.1
-Current Version Code:5
+Current Version:3.0
+Current Version Code:7
diff --git a/metadata/net.iowaline.dotdash.txt b/metadata/net.iowaline.dotdash.txt
index 6f2462cb6b..7d41cc3e61 100644
--- a/metadata/net.iowaline.dotdash.txt
+++ b/metadata/net.iowaline.dotdash.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/agwells/dotdash-keyboard-android/blob/HEAD/README.md
Source Code:https://github.com/agwells/dotdash-keyboard-android
Issue Tracker:https://github.com/agwells/dotdash-keyboard-android/issues
diff --git a/metadata/net.jakevossen.apollotrivia.txt b/metadata/net.jakevossen.apollotrivia.txt
new file mode 100644
index 0000000000..741440423f
--- /dev/null
+++ b/metadata/net.jakevossen.apollotrivia.txt
@@ -0,0 +1,36 @@
+Categories:Games
+License:GPL-3.0-only
+Web Site:
+Source Code:https://github.com/jakevossen5/Apollo-Trivia
+Issue Tracker:https://github.com/jakevossen5/Apollo-Trivia/issues
+
+Auto Name:Apollo Trivia
+Summary:Learn more about the Apollo Moon missions
+Description:
+This app was developed just to help me learn more about Android programming and
+I really wanted to know more about the Apollo missions. So I knocked out two
+birds with one stone and did this.
+.
+
+Repo Type:git
+Repo:https://github.com/jakevossen5/Apollo-Trivia.git
+
+Build:1.4.1.1,10
+ commit=1.4.1.1
+ subdir=app
+ gradle=yes
+
+Build:1.4.2,12
+ commit=1.4.2
+ subdir=app
+ gradle=yes
+
+Build:1.4.2.1,13
+ commit=58dfa23fccaebe2380e88c4a7fc57e3288251f64
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:1.4.2
+Current Version Code:12
diff --git a/metadata/net.jaqpot.netcounter.txt b/metadata/net.jaqpot.netcounter.txt
index 5aeda56abd..372402ce66 100644
--- a/metadata/net.jaqpot.netcounter.txt
+++ b/metadata/net.jaqpot.netcounter.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:http://www.jaqpot.net/netcounter
Issue Tracker:
diff --git a/metadata/net.justdave.nwsweatheralertswidget.txt b/metadata/net.justdave.nwsweatheralertswidget.txt
index 47ef080b7e..7c204a642c 100644
--- a/metadata/net.justdave.nwsweatheralertswidget.txt
+++ b/metadata/net.justdave.nwsweatheralertswidget.txt
@@ -9,6 +9,15 @@ Summary:Weather widget
Description:
Android home screen widget to display current weather alerts from the US
National Weather Service.
+
+You can choose a county or state within the US (or the entire US) and it will
+display a list of all of the current weather alerts for that area on the widget.
+If there's more than fits, the list scrolls, and you can tap on an alert to open
+the full text of the alert. There is an accompanying app which can be used to
+configure what area you want and shows the raw feed data if you're really
+curious (though that part was mostly there for debugging, and might go away one
+of these days now that it all works). It does not currently do audible alerts
+(or any alerts), but that's probably coming soon.
.
Repo Type:git
diff --git a/metadata/net.kervala.comicsreader.txt b/metadata/net.kervala.comicsreader.txt
index 4fde096dd3..214c864989 100644
--- a/metadata/net.kervala.comicsreader.txt
+++ b/metadata/net.kervala.comicsreader.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://dev.kervala.net/projects/comicsreader/wiki
Source Code:http://dev.kervala.net/projects/comicsreader/repository
Issue Tracker:http://dev.kervala.net/projects/comicsreader/issues
@@ -82,4 +82,4 @@ Build:2.2.171,28
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:2.3.
-Current Version Code:31
+Current Version Code:32
diff --git a/metadata/net.khertan.forrunners.txt b/metadata/net.khertan.forrunners.txt
index e376ed9604..8e0255f0b5 100644
--- a/metadata/net.khertan.forrunners.txt
+++ b/metadata/net.khertan.forrunners.txt
@@ -1,8 +1,8 @@
Categories:Sports & Health
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://khertan.net/#forrunners
-Source Code:https://github.com/khertan/ForRunners
-Issue Tracker:https://github.com/khertan/ForRunners/issues
+Source Code:https://gitlab.com/brvier/ForRunners
+Issue Tracker:https://gitlab.com/brvier/ForRunners/issues
Bitcoin:1s38rpyuJvfvcRFaESZmVSp6EYpVLEDWU
Auto Name:ForRunners
@@ -21,7 +21,7 @@ your privacy.
.
Repo Type:git
-Repo:https://github.com/khertan/ForRunners
+Repo:https://gitlab.com/brvier/ForRunners
Build:1.1.1,101011
commit=5942817aab215fb18739b83b64ff07f23b3f63a4
diff --git a/metadata/net.kismetwireless.android.smarterwifimanager.txt b/metadata/net.kismetwireless.android.smarterwifimanager.txt
index 2bf3b10b42..fa0a176df7 100644
--- a/metadata/net.kismetwireless.android.smarterwifimanager.txt
+++ b/metadata/net.kismetwireless.android.smarterwifimanager.txt
@@ -1,7 +1,7 @@
Categories:Connectivity
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://kismetwireless.net/android-swm
-Source Code:http://kismetwireless.net/gitweb/?p=android-smarterwifi.git;a=summary
+Source Code:
Issue Tracker:
Auto Name:Smarter Wi-Fi Manager
@@ -55,3 +55,5 @@ Auto Update Mode:None
Update Check Mode:None
Current Version:2016.12.86
Current Version Code:86
+
+No Source Since:2016.12.86
diff --git a/metadata/net.kourlas.voipms_sms.txt b/metadata/net.kourlas.voipms_sms.txt
index 997face2ff..65a73ccbd1 100644
--- a/metadata/net.kourlas.voipms_sms.txt
+++ b/metadata/net.kourlas.voipms_sms.txt
@@ -43,7 +43,13 @@ Build:0.5.3-fdroid,117
gradle=yes
prebuild=sed -i -e '/google-services/d' -e '/firebase/d' -e '/play-services/d' build.gradle ../build.gradle
+Build:0.6.1-fdroid,119
+ commit=955d6d46ad46bbfea6c3867e59bbcdb735cde492
+ subdir=voipms-sms
+ gradle=yes
+ prebuild=sed -i -e '/google-services/d' -e '/firebase/d' -e '/play-services/d' build.gradle ../build.gradle
+
Auto Update Mode:None
Update Check Mode:RepoManifest/fdroid
-Current Version:0.5.3-fdroid
-Current Version Code:117
+Current Version:0.6.1-fdroid
+Current Version Code:119
diff --git a/metadata/net.loeuillet.wifi_eap_sim_conf.txt b/metadata/net.loeuillet.wifi_eap_sim_conf.txt
index 06b542fdb9..60636ca354 100644
--- a/metadata/net.loeuillet.wifi_eap_sim_conf.txt
+++ b/metadata/net.loeuillet.wifi_eap_sim_conf.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/SLoeuillet/WIFI_EAP_SIM_Conf
Issue Tracker:https://github.com/SLoeuillet/WIFI_EAP_SIM_Conf/issues
diff --git a/metadata/net.logomancy.dashquotes.civ5.txt b/metadata/net.logomancy.dashquotes.civ5.txt
index b3bd6041ad..d462fbfbbe 100644
--- a/metadata/net.logomancy.dashquotes.civ5.txt
+++ b/metadata/net.logomancy.dashquotes.civ5.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/logomancer/dashquotes-civ5
Issue Tracker:https://github.com/logomancer/dashquotes-civ5/issues
diff --git a/metadata/net.logomancy.diedroid.txt b/metadata/net.logomancy.diedroid.txt
index 31a5f6aa00..702dd3647d 100644
--- a/metadata/net.logomancy.diedroid.txt
+++ b/metadata/net.logomancy.diedroid.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/logomancer/diedroid
Issue Tracker:https://github.com/logomancer/diedroid/issues
diff --git a/metadata/net.majorkernelpanic.spydroid.txt b/metadata/net.majorkernelpanic.spydroid.txt
index 0bfa3c4039..711b22c1d4 100644
--- a/metadata/net.majorkernelpanic.spydroid.txt
+++ b/metadata/net.majorkernelpanic.spydroid.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/fyhertz/spydroid-ipcamera
Issue Tracker:https://github.com/fyhertz/spydroid-ipcamera/issues
diff --git a/metadata/net.micode.fileexplorer.txt b/metadata/net.micode.fileexplorer.txt
index 1e0ef37190..1b5db729a7 100644
--- a/metadata/net.micode.fileexplorer.txt
+++ b/metadata/net.micode.fileexplorer.txt
@@ -1,5 +1,5 @@
Categories:System
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:http://micode.net
Source Code:https://github.com/MiCode/FileExplorer
Issue Tracker:https://github.com/MiCode/FileExplorer/issues
diff --git a/metadata/net.minetest.minetest.txt b/metadata/net.minetest.minetest.txt
index a16bf3875d..4429e4657c 100644
--- a/metadata/net.minetest.minetest.txt
+++ b/metadata/net.minetest.minetest.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:CC-BY-SA-3.0
+License:LGPL-2.1-or-later
Web Site:http://minetest.net
Source Code:https://github.com/minetest/minetest
Issue Tracker:http://www.minetest.net/development/#reporting-issues
@@ -79,5 +79,5 @@ Build:0.4.16.17,17
Auto Update Mode:None
Update Check Mode:None
-Current Version:0.4.16.17
-Current Version Code:17
+Current Version:0.4.17.19
+Current Version Code:19
diff --git a/metadata/net.momodalo.app.vimtouch.txt b/metadata/net.momodalo.app.vimtouch.txt
index 4270bfe963..e5e8911267 100644
--- a/metadata/net.momodalo.app.vimtouch.txt
+++ b/metadata/net.momodalo.app.vimtouch.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/momodalo/vimtouch/blob/HEAD/README.md
Source Code:https://github.com/momodalo/vimtouch
Issue Tracker:https://github.com/momodalo/vimtouch/issues
diff --git a/metadata/net.mypapit.mobile.myposition.txt b/metadata/net.mypapit.mobile.myposition.txt
index 5b05873065..be25e81fb0 100644
--- a/metadata/net.mypapit.mobile.myposition.txt
+++ b/metadata/net.mypapit.mobile.myposition.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://github.com/gjedeer/mylocation/blob/HEAD/README.md
Source Code:https://github.com/gjedeer/mylocation
Issue Tracker:https://github.com/gjedeer/mylocation/issues
@@ -36,7 +36,22 @@ Build:1.2.5,12
gradle=yes
target=android-25
-Auto Update Mode:None
+Build:1.3.0,13
+ commit=1.3.0
+ subdir=app
+ gradle=yes
+
+Build:1.3.1,14
+ commit=1.3.1
+ subdir=app
+ gradle=yes
+
+Build:1.3.2,15
+ commit=1.3.2
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.2.5
-Current Version Code:12
+Current Version:1.3.2
+Current Version Code:15
diff --git a/metadata/net.nightwhistler.pageturner.txt b/metadata/net.nightwhistler.pageturner.txt
index 5627090589..902bdd0e25 100644
--- a/metadata/net.nightwhistler.pageturner.txt
+++ b/metadata/net.nightwhistler.pageturner.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://pageturner-reader.org
Source Code:https://github.com/NightWhistler/PageTurner
Issue Tracker:https://github.com/NightWhistler/PageTurner/issues
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.noio.Reminder.txt b/metadata/net.noio.Reminder.txt
index 790122db6b..ef343e458b 100644
--- a/metadata/net.noio.Reminder.txt
+++ b/metadata/net.noio.Reminder.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/jersten/reminder/blob/HEAD/README.md
Source Code:https://github.com/jersten/reminder
Issue Tracker:
diff --git a/metadata/net.nullsum.audinaut.txt b/metadata/net.nullsum.audinaut.txt
index 899e4e793e..6a56a7e4ab 100644
--- a/metadata/net.nullsum.audinaut.txt
+++ b/metadata/net.nullsum.audinaut.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:Andrew Rabert
Web Site:https://github.com/nvllsvm/Audinaut/blob/HEAD/README.md
Source Code:https://github.com/nvllsvm/Audinaut
@@ -52,7 +52,22 @@ Build:0.2.5,194
subdir=app
gradle=yes
+Build:0.3.0,195
+ commit=0.3.0
+ subdir=app
+ gradle=yes
+
+Build:0.3.1,196
+ commit=0.3.1
+ subdir=app
+ gradle=yes
+
+Build:0.3.2,197
+ commit=0.3.2
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:0.2.5
-Current Version Code:194
+Current Version:0.3.2
+Current Version Code:197
diff --git a/metadata/net.olejon.mdapp.txt b/metadata/net.olejon.mdapp.txt
index eb0cd5473c..9129768bac 100644
--- a/metadata/net.olejon.mdapp.txt
+++ b/metadata/net.olejon.mdapp.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Sports & Health
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://olejon.github.io/mdapp
Source Code:https://github.com/olejon/mdapp
Issue Tracker:https://github.com/olejon/mdapp/issues
diff --git a/metadata/net.olejon.spotcommander.txt b/metadata/net.olejon.spotcommander.txt
index 650d7c8a40..41329a7351 100644
--- a/metadata/net.olejon.spotcommander.txt
+++ b/metadata/net.olejon.spotcommander.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://olejon.github.io/spotcommander
Source Code:https://github.com/olejon/spotcommander
Issue Tracker:https://github.com/olejon/spotcommander/issues
diff --git a/metadata/net.opendasharchive.openarchive.release.txt b/metadata/net.opendasharchive.openarchive.release.txt
index 9df5929e0a..59d9d68bc2 100644
--- a/metadata/net.opendasharchive.openarchive.release.txt
+++ b/metadata/net.opendasharchive.openarchive.release.txt
@@ -1,8 +1,8 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://open-archive.net
-Source Code:https://github.com/OpenArchive/openarchive
-Issue Tracker:https://github.com/OpenArchive/openarchive/issues
+Source Code:https://github.com/OpenArchive/openarchive-android
+Issue Tracker:https://github.com/OpenArchive/openarchive-android/issues
Auto Name:OpenArchive
Summary:Organize and share media
@@ -14,7 +14,7 @@ interested in finding it and reusing it in the future.
.
Repo Type:git
-Repo:https://github.com/OpenArchive/openarchive
+Repo:https://github.com/OpenArchive/openarchive-android
Build:0.0.16,16
commit=0.0.16
@@ -36,5 +36,5 @@ but doesn't verify, so this is included via the normal process.
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:0.0.17-alpha-1
-Current Version Code:17
+Current Version:0.0.17-beta-8
+Current Version Code:1718
diff --git a/metadata/net.oschina.app.txt b/metadata/net.oschina.app.txt
index 809279d534..a7755230b7 100644
--- a/metadata/net.oschina.app.txt
+++ b/metadata/net.oschina.app.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://www.oschina.net/p/oschina-android-app
Source Code:https://github.com/oschina/android-app
Issue Tracker:https://github.com/oschina/android-app/issues
diff --git a/metadata/net.osmand.nauticalPlugin.txt b/metadata/net.osmand.nauticalPlugin.txt
index c7794fa3aa..afa59b5782 100644
--- a/metadata/net.osmand.nauticalPlugin.txt
+++ b/metadata/net.osmand.nauticalPlugin.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://osmand.net/blog?id=nautical-charts
Source Code:https://github.com/osmandapp/Osmand
Issue Tracker:https://github.com/osmandapp/Osmand/issues
diff --git a/metadata/net.osmand.parkingPlugin.txt b/metadata/net.osmand.parkingPlugin.txt
index 36f9ce22bd..b3ce11021b 100644
--- a/metadata/net.osmand.parkingPlugin.txt
+++ b/metadata/net.osmand.parkingPlugin.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://osmand.net/features?id=parking-plugin
Source Code:https://github.com/osmandapp/Osmand
Issue Tracker:https://github.com/osmandapp/Osmand/issues
diff --git a/metadata/net.osmand.plus.txt b/metadata/net.osmand.plus.txt
index 660031e3bc..39cefd3578 100644
--- a/metadata/net.osmand.plus.txt
+++ b/metadata/net.osmand.plus.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeAssets,NonFreeNet,NonFreeAdd
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://osmand.net
Source Code:https://github.com/osmandapp/Osmand
Issue Tracker:https://github.com/osmandapp/Osmand/issues
@@ -374,6 +374,404 @@ Build:2.9.3,293
popd
ndk=r11c
+Build:3.0.0,300
+ commit=e2054218ab4dec175cd84b1ae48798dd5aeb291e
+ subdir=android/OsmAnd
+ submodules=yes
+ sudo=apt-get update && \
+ apt-get install --yes -t jessie-backports swig
+ gradle=full,legacy,fat
+ rm=android/OsmAnd-java/libs/*.jar,android/OsmAnd-java/test/libs/*.jar,android/OsmAnd/ant-lib/*.jar,android/OsmAnd/libs/*.jar,android/OsmAndCore-sample
+ prebuild=sed -i -e "/net.osmand:OsmAndCore_android:.*SNAPSHOT@jar/d" ../OsmAnd/build.gradle && \
+ sed -i -e '/qt.*Compile/d' -e '/com.google.firebase/d' build.gradle ../plugins/Osmand-ParkingPlugin/build.gradle ../plugins/Osmand-SRTMPlugin/build.gradle ../plugins/Osmand-Skimaps/build.gradle ../plugins/Osmand-Nautical/build.gradle && \
+ sed -i -e "s/System.getenv(\"APK_VERSION\")/\"$$VERSION$$\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APK_NUMBER_VERSION\")/\"$$VERCODE$$\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APP_FEATURES\")/\"+play_market +gps_status -parking_plugin -blackberry -amazon -route_nav\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APP_NAME\")/\"OsmAnd~\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"TARGET_APP_NAME\")/\"OsmAnd~\"/g" build.gradle && \
+ sed -i -e '/com.android.vending.BILLING/d' AndroidManifest.xml && \
+ sed -i -e '/javaMaxHeapSize/s/4g/1536m/g' build.gradle && \
+ sed -i -e "s/compile fileTree.*/ compile 'commons-logging:commons-logging:1.1.1'\n compile group: 'net.sf.trove4j', name: 'trove4j', version: '3.0.3'\n compile 'org.json:json:20090211'\n compile 'it.unibo.alice.tuprolog:tuprolog:3.2.1'\n compile 'net.sf.kxml:kxml2:2.3.0'\n compile 'org.beanshell:bsh-core:2.0b4'\n compile 'com.ibm.icu:icu4j:50.1'\n compile 'fr.univ-valenciennes:bzip2:1.0'\n compile 'com.moparisthebest:junidecode:0.1.1'\n compile 'com.vividsolutions:jts-core:1.14.0'/" ../OsmAnd-java/build.gradle && \
+ sed -i -e "s/implementation fileTree.*/implementation fileTree(include: ['classes.jar'], dir: 'libs')\n implementation 'com.ibm.icu:icu4j:50.1'\n implementation group: 'net.sf.trove4j', name: 'trove4j', version: '3.0.3'\n/" build.gradle && \
+ sed -i -e "s/, ':OsmAndCore-sample'//" ../settings.gradle
+ scanignore=help/website/help/map-legend_nautical.png,help/website/help/map-legend_default.png,help/website/images/dvr/4p-en.png,help/website/images/blog/ios-2-0/con-scrn-1.png,help/website/images/blog/ios-2-0/con-scrn-2.png,help/website/images/blog/ios-2-0/interf-2.png,help/website/images/blog/ios-2-0/navigat-6.png,android/OsmAnd/assets/fonts/RobotoSlab-Regular.ttf
+ build=pushd ../../OsmAnd-core/wrappers/android/ && \
+ sed -i -e "/Native/d" settings.gradle && \
+ sed -i -e "/Native/d" build.gradle && \
+ sed -i -e "/compileTask.*copyNdkSharedLibs/d" build.gradle && \
+ sed -i -e "/compileTask.*copyQtSharedLibs/d" build.gradle && \
+ sed -i -e "/compileTask.*copyQtJarLibs/d" build.gradle && \
+ gradle assembleRelease && \
+ cd build/outputs/aar && \
+ unzip OsmAndCore_android-release.aar && \
+ cp classes.jar ../../../../../../android/OsmAnd/libs/ && \
+ popd
+ ndk=r11c
+
+Build:3.0.2,302
+ commit=b6a6984b211762b0aa2d6ed7b2cacb07e2af0d83
+ subdir=android/OsmAnd
+ submodules=yes
+ sudo=apt-get update && \
+ apt-get install --yes -t jessie-backports swig
+ gradle=full,legacy,fat
+ rm=android/OsmAnd-java/libs/*.jar,android/OsmAnd-java/test/libs/*.jar,android/OsmAnd/ant-lib/*.jar,android/OsmAnd/libs/*.jar,android/OsmAndCore-sample
+ prebuild=sed -i -e "/net.osmand:OsmAndCore_android:.*SNAPSHOT@jar/d" ../OsmAnd/build.gradle && \
+ sed -i -e '/qt.*Compile/d' -e '/com.google.firebase/d' build.gradle ../plugins/Osmand-ParkingPlugin/build.gradle ../plugins/Osmand-SRTMPlugin/build.gradle ../plugins/Osmand-Skimaps/build.gradle ../plugins/Osmand-Nautical/build.gradle && \
+ sed -i -e "s/System.getenv(\"APK_VERSION\")/\"$$VERSION$$\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APK_NUMBER_VERSION\")/\"$$VERCODE$$\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APP_FEATURES\")/\"+play_market +gps_status -parking_plugin -blackberry -amazon -route_nav\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APP_NAME\")/\"OsmAnd~\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"TARGET_APP_NAME\")/\"OsmAnd~\"/g" build.gradle && \
+ sed -i -e '/com.android.vending.BILLING/d' AndroidManifest.xml && \
+ sed -i -e '/javaMaxHeapSize/s/4g/1536m/g' build.gradle && \
+ sed -i -e "s/compile fileTree.*/ compile 'commons-logging:commons-logging:1.1.1'\n compile group: 'net.sf.trove4j', name: 'trove4j', version: '3.0.3'\n compile 'org.json:json:20090211'\n compile 'it.unibo.alice.tuprolog:tuprolog:3.2.1'\n compile 'net.sf.kxml:kxml2:2.3.0'\n compile 'org.beanshell:bsh-core:2.0b4'\n compile 'com.ibm.icu:icu4j:50.1'\n compile 'fr.univ-valenciennes:bzip2:1.0'\n compile 'com.moparisthebest:junidecode:0.1.1'\n compile 'com.vividsolutions:jts-core:1.14.0'/" ../OsmAnd-java/build.gradle && \
+ sed -i -e "s/implementation fileTree.*/implementation fileTree(include: ['classes.jar'], dir: 'libs')\n implementation 'com.ibm.icu:icu4j:50.1'\n implementation group: 'net.sf.trove4j', name: 'trove4j', version: '3.0.3'\n/" build.gradle && \
+ sed -i -e "s/, ':OsmAndCore-sample'//" ../settings.gradle
+ scanignore=help/website/help/map-legend_nautical.png,help/website/help/map-legend_default.png,help/website/images/dvr/4p-en.png,help/website/images/blog/ios-2-0/con-scrn-1.png,help/website/images/blog/ios-2-0/con-scrn-2.png,help/website/images/blog/ios-2-0/interf-2.png,help/website/images/blog/ios-2-0/navigat-6.png,android/OsmAnd/assets/fonts/RobotoSlab-Regular.ttf
+ build=pushd ../../OsmAnd-core/wrappers/android/ && \
+ sed -i -e "/Native/d" settings.gradle && \
+ sed -i -e "/Native/d" build.gradle && \
+ sed -i -e "/compileTask.*copyNdkSharedLibs/d" build.gradle && \
+ sed -i -e "/compileTask.*copyQtSharedLibs/d" build.gradle && \
+ sed -i -e "/compileTask.*copyQtJarLibs/d" build.gradle && \
+ gradle assembleRelease && \
+ cd build/outputs/aar && \
+ unzip OsmAndCore_android-release.aar && \
+ cp classes.jar ../../../../../../android/OsmAnd/libs/ && \
+ popd
+ ndk=r11c
+
+Build:3.0.3,303
+ commit=d4bb77548df8cdbb0690992ea6a0035188c6b7d6
+ subdir=android/OsmAnd
+ submodules=yes
+ sudo=apt-get update && \
+ apt-get install --yes -t jessie-backports swig
+ gradle=full,legacy,fat
+ rm=android/OsmAnd-java/libs/*.jar,android/OsmAnd-java/test/libs/*.jar,android/OsmAnd/ant-lib/*.jar,android/OsmAnd/libs/*.jar,android/OsmAndCore-sample
+ prebuild=sed -i -e "/net.osmand:OsmAndCore_android:.*SNAPSHOT@jar/d" ../OsmAnd/build.gradle && \
+ sed -i -e '/qt.*Compile/d' -e '/com.google.firebase/d' build.gradle ../plugins/Osmand-ParkingPlugin/build.gradle ../plugins/Osmand-SRTMPlugin/build.gradle ../plugins/Osmand-Skimaps/build.gradle ../plugins/Osmand-Nautical/build.gradle && \
+ sed -i -e "s/System.getenv(\"APK_VERSION\")/\"$$VERSION$$\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APK_NUMBER_VERSION\")/\"$$VERCODE$$\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APP_FEATURES\")/\"+play_market +gps_status -parking_plugin -blackberry -amazon -route_nav\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APP_NAME\")/\"OsmAnd~\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"TARGET_APP_NAME\")/\"OsmAnd~\"/g" build.gradle && \
+ sed -i -e '/com.android.vending.BILLING/d' AndroidManifest.xml && \
+ sed -i -e '/javaMaxHeapSize/s/4g/1536m/g' build.gradle && \
+ sed -i -e "s/compile fileTree.*/ compile 'commons-logging:commons-logging:1.1.1'\n compile group: 'net.sf.trove4j', name: 'trove4j', version: '3.0.3'\n compile 'org.json:json:20090211'\n compile 'it.unibo.alice.tuprolog:tuprolog:3.2.1'\n compile 'net.sf.kxml:kxml2:2.3.0'\n compile 'org.beanshell:bsh-core:2.0b4'\n compile 'com.ibm.icu:icu4j:50.1'\n compile 'fr.univ-valenciennes:bzip2:1.0'\n compile 'com.moparisthebest:junidecode:0.1.1'\n compile 'com.vividsolutions:jts-core:1.14.0'/" ../OsmAnd-java/build.gradle && \
+ sed -i -e "s/implementation fileTree.*/implementation fileTree(include: ['classes.jar'], dir: 'libs')\n implementation 'com.ibm.icu:icu4j:50.1'\n implementation group: 'net.sf.trove4j', name: 'trove4j', version: '3.0.3'\n/" build.gradle && \
+ sed -i -e "s/, ':OsmAndCore-sample'//" ../settings.gradle
+ scanignore=help/website/help/map-legend_nautical.png,help/website/help/map-legend_default.png,help/website/images/dvr/4p-en.png,help/website/images/blog/ios-2-0/con-scrn-1.png,help/website/images/blog/ios-2-0/con-scrn-2.png,help/website/images/blog/ios-2-0/interf-2.png,help/website/images/blog/ios-2-0/navigat-6.png,android/OsmAnd/assets/fonts/RobotoSlab-Regular.ttf
+ build=pushd ../../OsmAnd-core/wrappers/android/ && \
+ sed -i -e "/Native/d" settings.gradle && \
+ sed -i -e "/Native/d" build.gradle && \
+ sed -i -e "/compileTask.*copyNdkSharedLibs/d" build.gradle && \
+ sed -i -e "/compileTask.*copyQtSharedLibs/d" build.gradle && \
+ sed -i -e "/compileTask.*copyQtJarLibs/d" build.gradle && \
+ gradle assembleRelease && \
+ cd build/outputs/aar && \
+ unzip OsmAndCore_android-release.aar && \
+ cp classes.jar ../../../../../../android/OsmAnd/libs/ && \
+ popd
+ ndk=r11c
+
+Build:3.0.4,304
+ commit=a7d4e54d09e6e366686beac50a40f06b92443a40
+ subdir=android/OsmAnd
+ submodules=yes
+ sudo=apt-get update && \
+ apt-get install --yes -t jessie-backports swig
+ gradle=full,legacy,fat
+ srclibs=icu50-2-1-patched@0d825a9779eeb8ee35977ddf8bb4bea4119bf638,osmand-external-skia@chromium-41.0.2272.118
+ rm=android/OsmAnd-java/libs/*.jar,android/OsmAnd-java/test/libs/*.jar,android/OsmAnd/ant-lib/*.jar,android/OsmAnd/libs/*.jar,android/OsmAndCore-sample
+ prebuild=sed -i -e "/.*OsmAndCore.*SNAPSHOT.*/d" ../OsmAnd/build.gradle && \
+ sed -i -e "/ivy {/,+6d" ../OsmAnd/build.gradle && \
+ sed -i -e '/qt.*Compile/d' -e '/com.google.firebase/d' build.gradle ../plugins/Osmand-ParkingPlugin/build.gradle ../plugins/Osmand-SRTMPlugin/build.gradle ../plugins/Osmand-Skimaps/build.gradle ../plugins/Osmand-Nautical/build.gradle && \
+ sed -i -e "s/System.getenv(\"APK_VERSION\")/\"$$VERSION$$\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APK_NUMBER_VERSION\")/\"$$VERCODE$$\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APP_FEATURES\")/\"+play_market +gps_status -parking_plugin -blackberry -amazon -route_nav\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APP_NAME\")/\"OsmAnd~\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"TARGET_APP_NAME\")/\"OsmAnd~\"/g" build.gradle && \
+ sed -i -e '/com.android.vending.BILLING/d' AndroidManifest.xml && \
+ sed -i -e '/javaMaxHeapSize/s/4g/1536m/g' build.gradle && \
+ sed -i -e "s/compile fileTree.*/ compile fileTree(include: ['icu4j.jar'], dir: 'libs')\n compile 'commons-logging:commons-logging:1.1.1'\n compile group: 'net.sf.trove4j', name: 'trove4j', version: '3.0.3'\n compile 'org.json:json:20090211'\n compile 'it.unibo.alice.tuprolog:tuprolog:3.2.1'\n compile 'net.sf.kxml:kxml2:2.3.0'\n compile 'org.beanshell:bsh-core:2.0b4'\n compile 'fr.univ-valenciennes:bzip2:1.0'\n compile 'com.moparisthebest:junidecode:0.1.1'\n compile 'com.vividsolutions:jts-core:1.14.0'/" ../OsmAnd-java/build.gradle && \
+ sed -i -e "s/implementation fileTree.*/implementation fileTree(include: ['classes.jar','icu4j.jar'], dir: 'libs')\n implementation group: 'net.sf.trove4j', name: 'trove4j', version: '3.0.3'\n/" build.gradle && \
+ sed -i -e "s/, ':OsmAndCore-sample'//" ../settings.gradle && \
+ pushd ../../core-legacy/externals && \
+ sed -i "s/# Extract/sha256sum \$SRCLOC\/upstream.tar.gz | grep 823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86 || { echo 'Failed checksum' 1>\&2; exit; }/" expat/configure.sh && \
+ sed -i "s/# Extract/sha256sum \$SRCLOC\/upstream.tar.bz2 | grep 0c8e242c33c45928de560d7d595db06feb41d1b22167e37260ceabe72f9e992f || { echo 'Failed checksum' 1>\&2; exit; }/" freetype/configure.sh && \
+ sed -i "s/# Extract/sha256sum \$SRCLOC\/upstream.tar.bz2 | grep f6c9dea12e41d00e253f7465d714d09248a8bcbed3415c25fd9ce50a1cdded6 || { echo 'Failed checksum' 1>\&2; exit; }/" giflib/configure.sh && \
+ sed -i "s/# Extract/sha256sum \$SRCLOC\/upstream.tar.gz | grep 00029b1473f0f0ea72fbca3230e8cb25797fbb27e58ae2e46bb8bf5a806fe0b3 || { echo 'Failed checksum' 1>\&2; exit; }/" jpeg/configure.sh && \
+ sed -i "s/# Extract/sha256sum \$SRCLOC\/upstream.tar.bz2 | grep 6e761e584e5d72d72fc80923e7851a468bf86538456e304aea401b99038ca92 || { echo 'Failed checksum' 1>\&2; exit; }/" libpng/configure.sh && \
+ sed -i "s/# Extract/sha256sum \$SRCLOC\/upstream.tar.bz2 | grep 13bfc5ae543cf3aa180ac2485c0bc89495e3ae711fc6fab4f8ffe90dfb4bb677 || { echo 'Failed checksum' 1>\&2; exit; }/" protobuf/configure.sh && \
+ sed -i "s/# Extract/sha256sum \$SRCLOC\/upstream.tar.bz2 | grep 9e2e9658dfb036900da6ea0267a737fa3c4eee6666776d378c79d52e9334934 || { echo 'Failed checksum' 1>\&2; exit; }/" zlib/configure.sh && \
+ sed -i "/# Download/,+8d" skia/configure.sh && \
+ sed -i "s/# Patch/cp -r $(echo $$osmand-external-skia$$ | sed 's/\//\\\//g') \$SRCLOC\/upstream.original/" skia/configure.sh && \
+ popd
+ scanignore=help/website/help/map-legend_nautical.png,help/website/help/map-legend_default.png,help/website/images/dvr/4p-en.png,help/website/images/blog/ios-2-0/con-scrn-1.png,help/website/images/blog/ios-2-0/con-scrn-2.png,help/website/images/blog/ios-2-0/interf-2.png,help/website/images/blog/ios-2-0/navigat-6.png,android/OsmAnd/assets/fonts/RobotoSlab-Regular.ttf
+ build=pushd ../../OsmAnd-core/wrappers/android/ && \
+ sed -i -e "/Native/d" settings.gradle && \
+ sed -i -e "/Native/d" build.gradle && \
+ sed -i -e "/compileTask.*copyNdkSharedLibs/d" build.gradle && \
+ sed -i -e "/compileTask.*copyQtSharedLibs/d" build.gradle && \
+ sed -i -e "/compileTask.*copyQtJarLibs/d" build.gradle && \
+ gradle assembleRelease && \
+ cd build/outputs/aar && \
+ unzip OsmAndCore_android-release.aar && \
+ cp classes.jar ../../../../../../android/OsmAnd/libs/ && \
+ popd && \
+ pushd $$icu50-2-1-patched$$/icu4j && \
+ ant jar && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/brkitr/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/coll/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/curr/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/lang/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/rbnf/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/region/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/translit/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/zone/*" && \
+ popd && \
+ cp $$icu50-2-1-patched$$/icu4j/icu4j.jar libs/ && \
+ cp $$icu50-2-1-patched$$/icu4j/icu4j.jar ../OsmAnd-java/libs/
+ ndk=r11c
+
+Build:3.1.5,315
+ commit=9c355794940843b3e63b11209a0311768fe10aaf
+ subdir=android/OsmAnd
+ submodules=yes
+ sudo=apt-get update && \
+ apt-get install --yes -t jessie-backports swig
+ gradle=full,legacy,fat
+ srclibs=icu50-2-1-patched@0d825a9779eeb8ee35977ddf8bb4bea4119bf638,osmand-external-skia@chromium-41.0.2272.118
+ rm=android/OsmAnd-java/libs/*.jar,android/OsmAnd-java/*.jar,android/OsmAnd/libs/*.jar,android/OsmAndCore-sample
+ prebuild=sed -i -e "/.*OsmAndCore.*SNAPSHOT.*/d" ../OsmAnd/build.gradle && \
+ sed -i -e "/ivy {/,+6d" ../OsmAnd/build.gradle && \
+ sed -i -e '/qt.*Compile/d' -e '/com.google.firebase/d' build.gradle ../plugins/Osmand-ParkingPlugin/build.gradle ../plugins/Osmand-SRTMPlugin/build.gradle ../plugins/Osmand-Skimaps/build.gradle ../plugins/Osmand-Nautical/build.gradle && \
+ sed -i -e "s/System.getenv(\"APK_VERSION\")/\"$$VERSION$$\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APK_NUMBER_VERSION\")/\"$$VERCODE$$\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APP_FEATURES\")/\"+play_market +gps_status -parking_plugin -blackberry -amazon -route_nav\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APP_NAME\")/\"OsmAnd~\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"TARGET_APP_NAME\")/\"OsmAnd~\"/g" build.gradle && \
+ sed -i -e '/com.android.vending.BILLING/d' AndroidManifest.xml && \
+ sed -i -e "s/implementation fileTree.*/ implementation fileTree(include: ['icu4j.jar'], dir: 'libs')\n implementation 'commons-logging:commons-logging:1.1.1'\n implementation group: 'net.sf.trove4j', name: 'trove4j', version: '3.0.3'\n implementation 'org.json:json:20090211'\n implementation 'it.unibo.alice.tuprolog:tuprolog:3.2.1'\n implementation 'net.sf.kxml:kxml2:2.3.0'\n implementation 'org.beanshell:bsh-core:2.0b4'\n implementation 'fr.univ-valenciennes:bzip2:1.0'\n implementation 'com.moparisthebest:junidecode:0.1.1'\n implementation 'com.vividsolutions:jts-core:1.14.0'/" ../OsmAnd-java/build.gradle && \
+ sed -i -e "s/implementation fileTree.*/implementation fileTree(include: ['classes.jar','icu4j.jar'], dir: 'libs')\n implementation group: 'net.sf.trove4j', name: 'trove4j', version: '3.0.3'\n/" build.gradle && \
+ sed -i -e '/facebook/d' build.gradle && \
+ sed -i -e "s/, ':OsmAndCore-sample'//" ../settings.gradle && \
+ pushd ../../core-legacy/externals && \
+ sed -i "s/# Extract/sha256sum \$SRCLOC\/upstream.tar.gz | grep 823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86 || { echo 'Failed checksum' 1>\&2; exit; }/" expat/configure.sh && \
+ sed -i "s/# Extract/sha256sum \$SRCLOC\/upstream.tar.bz2 | grep 0c8e242c33c45928de560d7d595db06feb41d1b22167e37260ceabe72f9e992f || { echo 'Failed checksum' 1>\&2; exit; }/" freetype/configure.sh && \
+ sed -i "s/# Extract/sha256sum \$SRCLOC\/upstream.tar.bz2 | grep f6c9dea12e41d00e253f7465d714d09248a8bcbed3415c25fd9ce50a1cdded6 || { echo 'Failed checksum' 1>\&2; exit; }/" giflib/configure.sh && \
+ sed -i "s/# Extract/sha256sum \$SRCLOC\/upstream.tar.gz | grep 00029b1473f0f0ea72fbca3230e8cb25797fbb27e58ae2e46bb8bf5a806fe0b3 || { echo 'Failed checksum' 1>\&2; exit; }/" jpeg/configure.sh && \
+ sed -i "s/# Extract/sha256sum \$SRCLOC\/upstream.tar.bz2 | grep 6e761e584e5d72d72fc80923e7851a468bf86538456e304aea401b99038ca92 || { echo 'Failed checksum' 1>\&2; exit; }/" libpng/configure.sh && \
+ sed -i "s/# Extract/sha256sum \$SRCLOC\/upstream.tar.bz2 | grep 13bfc5ae543cf3aa180ac2485c0bc89495e3ae711fc6fab4f8ffe90dfb4bb677 || { echo 'Failed checksum' 1>\&2; exit; }/" protobuf/configure.sh && \
+ sed -i "s/# Extract/sha256sum \$SRCLOC\/upstream.tar.bz2 | grep 9e2e9658dfb036900da6ea0267a737fa3c4eee6666776d378c79d52e9334934 || { echo 'Failed checksum' 1>\&2; exit; }/" zlib/configure.sh && \
+ sed -i "/# Download/,+8d" skia/configure.sh && \
+ sed -i "s/# Patch/cp -r $(echo $$osmand-external-skia$$ | sed 's/\//\\\//g') \$SRCLOC\/upstream.original/" skia/configure.sh && \
+ popd && \
+ echo "org.gradle.jvmargs=-XX:MaxHeapSize=2048m" >> ../gradle.properties
+ scanignore=help/website/help/map-legend_nautical.png,help/website/help/map-legend_default.png,help/website/images/dvr/4p-en.png,help/website/images/blog/ios-2-0/con-scrn-1.png,help/website/images/blog/ios-2-0/con-scrn-2.png,help/website/images/blog/ios-2-0/interf-2.png,help/website/images/blog/ios-2-0/navigat-6.png,android/OsmAnd/assets/fonts/RobotoSlab-Regular.ttf
+ build=pushd ../../OsmAnd-core/wrappers/android/ && \
+ sed -i -e "/Native/d" settings.gradle && \
+ sed -i -e "/Native/d" build.gradle && \
+ sed -i -e "/compileTask.*copyNdkSharedLibs/d" build.gradle && \
+ sed -i -e "/compileTask.*copyQtSharedLibs/d" build.gradle && \
+ sed -i -e "/compileTask.*copyQtJarLibs/d" build.gradle && \
+ sed -i -e "s/mavenCentral()/mavenCentral()\n google()\n jcenter()/" build.gradle && \
+ gradle assembleRelease && \
+ cd build/outputs/aar && \
+ unzip OsmAndCore_android-release.aar && \
+ cp classes.jar ../../../../../../android/OsmAnd/libs/ && \
+ popd && \
+ pushd $$icu50-2-1-patched$$/icu4j && \
+ ant jar && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/brkitr/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/coll/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/curr/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/lang/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/rbnf/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/region/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/translit/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/zone/*" && \
+ popd && \
+ cp $$icu50-2-1-patched$$/icu4j/icu4j.jar libs/ && \
+ cp $$icu50-2-1-patched$$/icu4j/icu4j.jar ../OsmAnd-java/libs/
+ ndk=r11c
+
+Build:3.1.6,316
+ commit=9e7e25cfe5d77088a00aa9d869eccfd7b4ea0e78
+ subdir=android/OsmAnd
+ submodules=yes
+ sudo=apt-get update && \
+ apt-get install --yes -t jessie-backports swig
+ gradle=full,legacy,fat
+ srclibs=icu50-2-1-patched@0d825a9779eeb8ee35977ddf8bb4bea4119bf638,osmand-external-skia@chromium-41.0.2272.118
+ rm=android/OsmAnd-java/libs/*.jar,android/OsmAnd-java/*.jar,android/OsmAnd/libs/*.jar,android/OsmAndCore-sample
+ prebuild=sed -i -e "/.*OsmAndCore.*SNAPSHOT.*/d" ../OsmAnd/build.gradle && \
+ sed -i -e "/ivy {/,+6d" ../OsmAnd/build.gradle && \
+ sed -i -e '/qt.*Compile/d' -e '/com.google.firebase/d' build.gradle ../plugins/Osmand-ParkingPlugin/build.gradle ../plugins/Osmand-SRTMPlugin/build.gradle ../plugins/Osmand-Skimaps/build.gradle ../plugins/Osmand-Nautical/build.gradle && \
+ sed -i -e "s/System.getenv(\"APK_VERSION\")/\"$$VERSION$$\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APK_NUMBER_VERSION\")/\"$$VERCODE$$\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APP_FEATURES\")/\"+play_market +gps_status -parking_plugin -blackberry -amazon -route_nav\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APP_NAME\")/\"OsmAnd~\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"TARGET_APP_NAME\")/\"OsmAnd~\"/g" build.gradle && \
+ sed -i -e '/com.android.vending.BILLING/d' AndroidManifest.xml && \
+ sed -i -e "s/implementation fileTree.*/ implementation fileTree(include: ['icu4j.jar'], dir: 'libs')\n implementation 'commons-logging:commons-logging:1.1.1'\n implementation group: 'net.sf.trove4j', name: 'trove4j', version: '3.0.3'\n implementation 'org.json:json:20090211'\n implementation 'it.unibo.alice.tuprolog:tuprolog:3.2.1'\n implementation 'net.sf.kxml:kxml2:2.3.0'\n implementation 'org.beanshell:bsh-core:2.0b4'\n implementation 'fr.univ-valenciennes:bzip2:1.0'\n implementation 'com.moparisthebest:junidecode:0.1.1'\n implementation 'com.vividsolutions:jts-core:1.14.0'/" ../OsmAnd-java/build.gradle && \
+ sed -i -e "s/implementation fileTree.*/implementation fileTree(include: ['classes.jar','icu4j.jar'], dir: 'libs')\n implementation group: 'net.sf.trove4j', name: 'trove4j', version: '3.0.3'\n/" build.gradle && \
+ sed -i -e '/facebook/d' build.gradle && \
+ sed -i -e "s/, ':OsmAndCore-sample'//" ../settings.gradle && \
+ pushd ../../core-legacy/externals && \
+ sed -i "s/# Extract/sha256sum \$SRCLOC\/upstream.tar.gz | grep 823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86 || { echo 'Failed checksum' 1>\&2; exit; }/" expat/configure.sh && \
+ sed -i "s/# Extract/sha256sum \$SRCLOC\/upstream.tar.bz2 | grep 0c8e242c33c45928de560d7d595db06feb41d1b22167e37260ceabe72f9e992f || { echo 'Failed checksum' 1>\&2; exit; }/" freetype/configure.sh && \
+ sed -i "s/# Extract/sha256sum \$SRCLOC\/upstream.tar.bz2 | grep f6c9dea12e41d00e253f7465d714d09248a8bcbed3415c25fd9ce50a1cdded6 || { echo 'Failed checksum' 1>\&2; exit; }/" giflib/configure.sh && \
+ sed -i "s/# Extract/sha256sum \$SRCLOC\/upstream.tar.gz | grep 00029b1473f0f0ea72fbca3230e8cb25797fbb27e58ae2e46bb8bf5a806fe0b3 || { echo 'Failed checksum' 1>\&2; exit; }/" jpeg/configure.sh && \
+ sed -i "s/# Extract/sha256sum \$SRCLOC\/upstream.tar.bz2 | grep 6e761e584e5d72d72fc80923e7851a468bf86538456e304aea401b99038ca92 || { echo 'Failed checksum' 1>\&2; exit; }/" libpng/configure.sh && \
+ sed -i "s/# Extract/sha256sum \$SRCLOC\/upstream.tar.bz2 | grep 13bfc5ae543cf3aa180ac2485c0bc89495e3ae711fc6fab4f8ffe90dfb4bb677 || { echo 'Failed checksum' 1>\&2; exit; }/" protobuf/configure.sh && \
+ sed -i "s/# Extract/sha256sum \$SRCLOC\/upstream.tar.bz2 | grep 9e2e9658dfb036900da6ea0267a737fa3c4eee6666776d378c79d52e9334934 || { echo 'Failed checksum' 1>\&2; exit; }/" zlib/configure.sh && \
+ sed -i "/# Download/,+8d" skia/configure.sh && \
+ sed -i "s/# Patch/cp -r $(echo $$osmand-external-skia$$ | sed 's/\//\\\//g') \$SRCLOC\/upstream.original/" skia/configure.sh && \
+ popd && \
+ echo "org.gradle.jvmargs=-XX:MaxHeapSize=2048m" >> ../gradle.properties
+ scanignore=help/website/help/map-legend_nautical.png,help/website/help/map-legend_default.png,help/website/images/dvr/4p-en.png,help/website/images/blog/ios-2-0/con-scrn-1.png,help/website/images/blog/ios-2-0/con-scrn-2.png,help/website/images/blog/ios-2-0/interf-2.png,help/website/images/blog/ios-2-0/navigat-6.png,android/OsmAnd/assets/fonts/RobotoSlab-Regular.ttf
+ build=pushd ../../OsmAnd-core/wrappers/android/ && \
+ sed -i -e "/Native/d" settings.gradle && \
+ sed -i -e "/Native/d" build.gradle && \
+ sed -i -e "/compileTask.*copyNdkSharedLibs/d" build.gradle && \
+ sed -i -e "/compileTask.*copyQtSharedLibs/d" build.gradle && \
+ sed -i -e "/compileTask.*copyQtJarLibs/d" build.gradle && \
+ sed -i -e "s/mavenCentral()/mavenCentral()\n google()\n jcenter()/" build.gradle && \
+ gradle assembleRelease && \
+ cd build/outputs/aar && \
+ unzip OsmAndCore_android-release.aar && \
+ cp classes.jar ../../../../../../android/OsmAnd/libs/ && \
+ popd && \
+ pushd $$icu50-2-1-patched$$/icu4j && \
+ ant jar && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/brkitr/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/coll/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/curr/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/lang/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/rbnf/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/region/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/translit/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/zone/*" && \
+ popd && \
+ cp $$icu50-2-1-patched$$/icu4j/icu4j.jar libs/ && \
+ cp $$icu50-2-1-patched$$/icu4j/icu4j.jar ../OsmAnd-java/libs/
+ ndk=r11c
+
+Build:3.2,320
+ commit=5db012092c13cdb254407e1a16fca27da98dc5b0
+ subdir=android/OsmAnd
+ submodules=yes
+ sudo=apt-get update && \
+ apt-get install --yes -t jessie-backports swig
+ gradle=full,legacy,fat
+ srclibs=icu50-2-1-patched@0d825a9779eeb8ee35977ddf8bb4bea4119bf638,osmand-external-skia@android/oreo
+ rm=android/OsmAnd-java/libs/*.jar,android/OsmAnd-java/*.jar,android/OsmAnd/libs/*.jar,android/OsmAndCore-sample
+ prebuild=sed -i -e "/.*OsmAndCore.*SNAPSHOT.*/d" ../OsmAnd/build.gradle && \
+ sed -i -e "/ivy {/,+6d" ../OsmAnd/build.gradle && \
+ sed -i -e '/qt.*Compile/d' -e '/com.google.firebase/d' build.gradle ../plugins/Osmand-ParkingPlugin/build.gradle ../plugins/Osmand-SRTMPlugin/build.gradle ../plugins/Osmand-Skimaps/build.gradle ../plugins/Osmand-Nautical/build.gradle && \
+ sed -i -e "s/System.getenv(\"APK_VERSION\")/\"$$VERSION$$\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APK_NUMBER_VERSION\")/\"$$VERCODE$$\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APP_FEATURES\")/\"+play_market +gps_status -parking_plugin -blackberry -amazon -route_nav\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APP_NAME\")/\"OsmAnd~\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"TARGET_APP_NAME\")/\"OsmAnd~\"/g" build.gradle && \
+ sed -i -e '/com.android.vending.BILLING/d' AndroidManifest.xml && \
+ sed -i -e "s/implementation fileTree.*/ implementation fileTree(include: ['icu4j.jar'], dir: 'libs')\n implementation 'commons-logging:commons-logging:1.1.1'\n implementation group: 'net.sf.trove4j', name: 'trove4j', version: '3.0.3'\n implementation 'org.json:json:20090211'\n implementation 'it.unibo.alice.tuprolog:tuprolog:3.2.1'\n implementation 'net.sf.kxml:kxml2:2.3.0'\n implementation 'org.beanshell:bsh-core:2.0b4'\n implementation 'fr.univ-valenciennes:bzip2:1.0'\n implementation 'com.moparisthebest:junidecode:0.1.1'\n implementation 'com.vividsolutions:jts-core:1.14.0'/" ../OsmAnd-java/build.gradle && \
+ sed -i -e "s/implementation fileTree.*/implementation fileTree(include: ['classes.jar','icu4j.jar'], dir: 'libs')\n implementation group: 'net.sf.trove4j', name: 'trove4j', version: '3.0.3'\n/" build.gradle && \
+ sed -i -e '/facebook/d' build.gradle && \
+ sed -i -e "s/, ':OsmAndCore-sample'//" ../settings.gradle && \
+ pushd ../../core-legacy/externals && \
+ sed -i "s/# Extract/sha256sum \$SRCLOC\/upstream.tar.bz2 | grep 13bfc5ae543cf3aa180ac2485c0bc89495e3ae711fc6fab4f8ffe90dfb4bb677 || { echo 'Failed checksum' 1>\&2; exit; }/" protobuf/configure.sh && \
+ sed -i "/# Download/,+8d" skia/configure.sh && \
+ sed -i "s/# Patch/cp -r $(echo $$osmand-external-skia$$ | sed 's/\//\\\//g') \$SRCLOC\/upstream.original/" skia/configure.sh && \
+ popd && \
+ echo "org.gradle.jvmargs=-XX:MaxHeapSize=2048m" >> ../gradle.properties
+ scanignore=help/website/help/map-legend_nautical.png,help/website/help/map-legend_default.png,help/website/images/dvr/4p-en.png,help/website/images/blog/ios-2-0/con-scrn-1.png,help/website/images/blog/ios-2-0/con-scrn-2.png,help/website/images/blog/ios-2-0/interf-2.png,help/website/images/blog/ios-2-0/navigat-6.png,android/OsmAnd/assets/fonts/RobotoSlab-Regular.ttf
+ build=pushd ../../OsmAnd-core/wrappers/android/ && \
+ sed -i -e "/Native/d" settings.gradle && \
+ sed -i -e "/Native/d" build.gradle && \
+ sed -i -e "/compileTask.*copyNdkSharedLibs/d" build.gradle && \
+ sed -i -e "/compileTask.*copyQtSharedLibs/d" build.gradle && \
+ sed -i -e "/compileTask.*copyQtJarLibs/d" build.gradle && \
+ sed -i -e "s/mavenCentral()/mavenCentral()\n google()\n jcenter()/" build.gradle && \
+ gradle assembleRelease && \
+ cd build/outputs/aar && \
+ unzip OsmAndCore_android-release.aar && \
+ cp classes.jar ../../../../../../android/OsmAnd/libs/ && \
+ popd && \
+ pushd $$icu50-2-1-patched$$/icu4j && \
+ ant jar && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/brkitr/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/coll/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/curr/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/lang/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/rbnf/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/region/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/translit/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/zone/*" && \
+ popd && \
+ cp $$icu50-2-1-patched$$/icu4j/icu4j.jar libs/ && \
+ cp $$icu50-2-1-patched$$/icu4j/icu4j.jar ../OsmAnd-java/libs/
+ ndk=r17b
+
+Build:3.2.2,322
+ commit=4009a9b7e1b4e16fb84873e7a777efaf9a2eec93
+ subdir=android/OsmAnd
+ submodules=yes
+ sudo=apt-get update && \
+ apt-get install --yes swig
+ gradle=full,legacy,fat
+ srclibs=icu50-2-1-patched@0d825a9779eeb8ee35977ddf8bb4bea4119bf638,osmand-external-skia@android/oreo
+ rm=android/OsmAnd-java/libs/*.jar,android/OsmAnd-java/*.jar,android/OsmAnd/libs/*.jar,android/OsmAndCore-sample
+ prebuild=sed -i -e "/.*OsmAndCore.*SNAPSHOT.*/d" ../OsmAnd/build.gradle && \
+ sed -i -e "/ivy {/,+6d" ../OsmAnd/build.gradle && \
+ sed -i -e '/qt.*Compile/d' -e '/com.google.firebase/d' build.gradle ../plugins/Osmand-ParkingPlugin/build.gradle ../plugins/Osmand-SRTMPlugin/build.gradle ../plugins/Osmand-Skimaps/build.gradle ../plugins/Osmand-Nautical/build.gradle && \
+ sed -i -e "s/System.getenv(\"APK_VERSION\")/\"$$VERSION$$\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APK_NUMBER_VERSION\")/\"$$VERCODE$$\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APP_FEATURES\")/\"+play_market +gps_status -parking_plugin -blackberry -amazon -route_nav\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"APP_NAME\")/\"OsmAnd~\"/g" build.gradle && \
+ sed -i -e "s/System.getenv(\"TARGET_APP_NAME\")/\"OsmAnd~\"/g" build.gradle && \
+ sed -i -e '/com.android.vending.BILLING/d' AndroidManifest.xml && \
+ sed -i -e "s/implementation fileTree.*/ implementation fileTree(include: ['icu4j.jar'], dir: 'libs')\n implementation 'commons-logging:commons-logging:1.1.1'\n implementation group: 'net.sf.trove4j', name: 'trove4j', version: '3.0.3'\n implementation 'org.json:json:20090211'\n implementation 'it.unibo.alice.tuprolog:tuprolog:3.2.1'\n implementation 'net.sf.kxml:kxml2:2.3.0'\n implementation 'org.beanshell:bsh-core:2.0b4'\n implementation 'fr.univ-valenciennes:bzip2:1.0'\n implementation 'com.moparisthebest:junidecode:0.1.1'\n implementation 'com.vividsolutions:jts-core:1.14.0'/" ../OsmAnd-java/build.gradle && \
+ sed -i -e "s/implementation fileTree.*/implementation fileTree(include: ['classes.jar','icu4j.jar'], dir: 'libs')\n implementation group: 'net.sf.trove4j', name: 'trove4j', version: '3.0.3'\n/" build.gradle && \
+ sed -i -e '/facebook/d' build.gradle && \
+ sed -i -e "s/, ':OsmAndCore-sample'//" ../settings.gradle && \
+ pushd ../../core-legacy/externals && \
+ sed -i "s/# Extract/sha256sum \$SRCLOC\/upstream.tar.bz2 | grep 13bfc5ae543cf3aa180ac2485c0bc89495e3ae711fc6fab4f8ffe90dfb4bb677 || { echo 'Failed checksum' 1>\&2; exit; }/" protobuf/configure.sh && \
+ sed -i "/# Download/,+8d" skia/configure.sh && \
+ sed -i "s/# Patch/cp -r $(echo $$osmand-external-skia$$ | sed 's/\//\\\//g') \$SRCLOC\/upstream.original/" skia/configure.sh && \
+ popd && \
+ echo "org.gradle.jvmargs=-XX:MaxHeapSize=2048m" >> ../gradle.properties
+ scanignore=help/website/help/map-legend_nautical.png,help/website/help/map-legend_default.png,help/website/images/dvr/4p-en.png,help/website/images/blog/ios-2-0/con-scrn-1.png,help/website/images/blog/ios-2-0/con-scrn-2.png,help/website/images/blog/ios-2-0/interf-2.png,help/website/images/blog/ios-2-0/navigat-6.png,android/OsmAnd/assets/fonts/RobotoSlab-Regular.ttf
+ build=pushd ../../OsmAnd-core/wrappers/android/ && \
+ sed -i -e "/Native/d" settings.gradle && \
+ sed -i -e "/Native/d" build.gradle && \
+ sed -i -e "/compileTask.*copyNdkSharedLibs/d" build.gradle && \
+ sed -i -e "/compileTask.*copyQtSharedLibs/d" build.gradle && \
+ sed -i -e "/compileTask.*copyQtJarLibs/d" build.gradle && \
+ sed -i -e "s/mavenCentral()/mavenCentral()\n google()\n jcenter()/" build.gradle && \
+ gradle assembleRelease && \
+ cd build/outputs/aar && \
+ unzip OsmAndCore_android-release.aar && \
+ cp classes.jar ../../../../../../android/OsmAnd/libs/ && \
+ popd && \
+ pushd $$icu50-2-1-patched$$/icu4j && \
+ ant jar && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/brkitr/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/coll/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/curr/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/lang/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/rbnf/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/region/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/translit/*" && \
+ zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/zone/*" && \
+ popd && \
+ cp $$icu50-2-1-patched$$/icu4j/icu4j.jar libs/ && \
+ cp $$icu50-2-1-patched$$/icu4j/icu4j.jar ../OsmAnd-java/libs/
+ ndk=r17b
+
Maintainer Notes:
Update CV only after sucessfully built and tested.
@@ -394,7 +792,8 @@ android/OsmAnd submodule as libs/classes.jar.
A couple of rogue pngs are scan-ignored.
In the prebuild, the very first sed command prevents gradle downloading
-OsmAndCore_android.*SNAPSHOT.jar, which contains the files built above.
+OsmAndCore*SNAPSHOT.(j|a)ar, which contains the files built above. To
+be extra sure the next command removes the osmand ivy repository.
Many other jar files are distributed, prebuilt, with the OsmAnd submodules.
The rm= command removes all of these, and replacements are sought through
@@ -405,23 +804,35 @@ Replacement of jar files in OsmAnd-java where versions did not match:
commons-logging-1.1.1.jar replaced with commons-logging:commons-logging:1.1.1
gnu-trove-osmand.jar replaced with net.sf.trove4j:trove4j:3.0.3
tuprolog.jar replaced with it.unibo.alice.tuprolog:tuprolog:3.2.1
- icu4j-49_1_patched.jar replaced with compile 'com.ibm.icu:icu4j:50.1' in the hope that whatever patch was applied appears also in 50.1.
bzip2-20090327.jar replaced with compile 'fr.univ-valenciennes:bzip2:1.0'
junidecode-0.1.jar replaced with compile 'com.moparisthebest:junidecode:0.1.1'
simple-logging.jar not replaced (subset of commons-logging-1.1.1.jar)
-In OsmAnd directory, jar files are replaced as above except for those specifically excluded by the compile fileTree command, which are:
- android-support-multidex.jar
- QtAndroid-bundled.jar was not replaced
- QtAndroidAccessibility-bundled.jar was not replaced
- simple-logging.jar replaced by commons-logging-api:1.1 with sed addition of missing abstract methods trace(...) in PlatformUtils.java
+icu4j-49_1_patched.jar was replaced with the icu50-2-1 srclib which is a
+mirror of the nearest icu version i could find with the patch applied
+(http://bugs.icu-project.org/trac/ticket/12021). The end of the build
+process compiles this library and removes a bunch of unwanted data
+files.
-The final sed command removes OsmAndCore-sample from the settings to prevent
+The prebuild finishes in the core-legacy/externals directory. Just before this
+there is a sed command removes OsmAndCore-sample from the settings to prevent
its build (which also downloads prebuilt binaries). OsmAndCore-sample is demo
code that is not needed.
+
+In core-legacy/externals the build fetches in source tarballs from external
+sources. Checksums for these need to be verified but are not. Hence the lines
+that fallow add sha256sum checks to the build scripts where tarballs are
+downloaded. As part of this, the skia library, which was fetched from a git
+repo, has been made a srclib. Note, we have to adjust the build script here
+because if we link to the srclib before building, it will be deleted (see
+skia/configure.sh). (Note, have to be careful with paths, because the scripts
+are run from the android/OsmAnd directory, with $SRCLOC being the location of
+the configure script.)
+
+For all externals, check that the added checksums cover all, and that the skia version hasn't changed (it can be found in skia/configure.sh before the sed commands are applied).
.
Auto Update Mode:None
Update Check Mode:None
-Current Version:2.9.3
-Current Version Code:293
+Current Version:3.2.2
+Current Version Code:322
diff --git a/metadata/net.osmand.plus/ar/name.txt b/metadata/net.osmand.plus/ar/name.txt
index 3be7a2441c..ff6ce9d489 100644
--- a/metadata/net.osmand.plus/ar/name.txt
+++ b/metadata/net.osmand.plus/ar/name.txt
@@ -1 +1 @@
-خرائط و ونظم تحديد المواقع إلخ
\ No newline at end of file
+خرائط و نُظم تحديد المواقع الج
\ No newline at end of file
diff --git a/metadata/net.osmand.plus/ar/summary.txt b/metadata/net.osmand.plus/ar/summary.txt
index 5726a443c3..f7e3f96ac2 100644
--- a/metadata/net.osmand.plus/ar/summary.txt
+++ b/metadata/net.osmand.plus/ar/summary.txt
@@ -1 +1 @@
-خريطة الهواتف النقالة في العالم مشاهدة والملاحة للاتصال والانترنت خرائط OSM
\ No newline at end of file
+أوسماند تطبيق حر للتّمَوضُع و للملاحة عبر خرائط الطريق المفتوحة OSN
\ No newline at end of file
diff --git a/metadata/net.osmand.plus/be/name.txt b/metadata/net.osmand.plus/be/name.txt
new file mode 100644
index 0000000000..4933371349
--- /dev/null
+++ b/metadata/net.osmand.plus/be/name.txt
@@ -0,0 +1 @@
+Мапы і GPS-навігацыя OsmAnd+
\ No newline at end of file
diff --git a/metadata/net.osmand.plus/be/summary.txt b/metadata/net.osmand.plus/be/summary.txt
new file mode 100644
index 0000000000..bd6893c4bc
--- /dev/null
+++ b/metadata/net.osmand.plus/be/summary.txt
@@ -0,0 +1 @@
+Прагляд глабальнай мабільнай мапы ды навігацыя для аўтаномных і анлайн OSM-мап
\ No newline at end of file
diff --git a/metadata/net.osmand.plus/de/name.txt b/metadata/net.osmand.plus/de/name.txt
index 469be76c00..553ec26133 100644
--- a/metadata/net.osmand.plus/de/name.txt
+++ b/metadata/net.osmand.plus/de/name.txt
@@ -1 +1 @@
-OsmAnd+ – Karten- & GPS-Naviga
\ No newline at end of file
+OsmAnd+ – Karten- & GPS-Navi
\ No newline at end of file
diff --git a/metadata/net.osmand.plus/el/name.txt b/metadata/net.osmand.plus/el/name.txt
new file mode 100644
index 0000000000..ebf51bc4dc
--- /dev/null
+++ b/metadata/net.osmand.plus/el/name.txt
@@ -0,0 +1 @@
+Χάρτες & Πλοήγηση GPS OsmAnd+
\ No newline at end of file
diff --git a/metadata/net.osmand.plus/en-US/phoneScreenshots/00.png b/metadata/net.osmand.plus/en-US/phoneScreenshots/00.png
index 8121350c54..2980884777 100644
Binary files a/metadata/net.osmand.plus/en-US/phoneScreenshots/00.png and b/metadata/net.osmand.plus/en-US/phoneScreenshots/00.png differ
diff --git a/metadata/net.osmand.plus/en-US/phoneScreenshots/01.png b/metadata/net.osmand.plus/en-US/phoneScreenshots/01.png
index 74199f4dbf..ddc6f173c0 100644
Binary files a/metadata/net.osmand.plus/en-US/phoneScreenshots/01.png and b/metadata/net.osmand.plus/en-US/phoneScreenshots/01.png differ
diff --git a/metadata/net.osmand.plus/en-US/phoneScreenshots/02.png b/metadata/net.osmand.plus/en-US/phoneScreenshots/02.png
index 0b7916f653..8284b039ee 100644
Binary files a/metadata/net.osmand.plus/en-US/phoneScreenshots/02.png and b/metadata/net.osmand.plus/en-US/phoneScreenshots/02.png differ
diff --git a/metadata/net.osmand.plus/en-US/phoneScreenshots/03.png b/metadata/net.osmand.plus/en-US/phoneScreenshots/03.png
index 0658c318ca..3966257de7 100644
Binary files a/metadata/net.osmand.plus/en-US/phoneScreenshots/03.png and b/metadata/net.osmand.plus/en-US/phoneScreenshots/03.png differ
diff --git a/metadata/net.osmand.plus/en-US/phoneScreenshots/04.png b/metadata/net.osmand.plus/en-US/phoneScreenshots/04.png
index ab4dae922d..69ba5d6cb3 100644
Binary files a/metadata/net.osmand.plus/en-US/phoneScreenshots/04.png and b/metadata/net.osmand.plus/en-US/phoneScreenshots/04.png differ
diff --git a/metadata/net.osmand.plus/en-US/phoneScreenshots/05.png b/metadata/net.osmand.plus/en-US/phoneScreenshots/05.png
index e91077f59c..363bbaa4fe 100644
Binary files a/metadata/net.osmand.plus/en-US/phoneScreenshots/05.png and b/metadata/net.osmand.plus/en-US/phoneScreenshots/05.png differ
diff --git a/metadata/net.osmand.plus/en-US/phoneScreenshots/06.png b/metadata/net.osmand.plus/en-US/phoneScreenshots/06.png
index defe8fa14c..09c22af74b 100644
Binary files a/metadata/net.osmand.plus/en-US/phoneScreenshots/06.png and b/metadata/net.osmand.plus/en-US/phoneScreenshots/06.png differ
diff --git a/metadata/net.osmand.plus/en-US/phoneScreenshots/07.png b/metadata/net.osmand.plus/en-US/phoneScreenshots/07.png
index d9a4af47ef..917a0c6d1b 100644
Binary files a/metadata/net.osmand.plus/en-US/phoneScreenshots/07.png and b/metadata/net.osmand.plus/en-US/phoneScreenshots/07.png differ
diff --git a/metadata/net.osmand.plus/en-US/phoneScreenshots/08.png b/metadata/net.osmand.plus/en-US/phoneScreenshots/08.png
index 52efe3d2e5..4e6629885c 100644
Binary files a/metadata/net.osmand.plus/en-US/phoneScreenshots/08.png and b/metadata/net.osmand.plus/en-US/phoneScreenshots/08.png differ
diff --git a/metadata/net.osmand.plus/eo/name.txt b/metadata/net.osmand.plus/eo/name.txt
index 526f953c06..4bee3aa5f4 100644
--- a/metadata/net.osmand.plus/eo/name.txt
+++ b/metadata/net.osmand.plus/eo/name.txt
@@ -1 +1 @@
-Mapoj kaj navigilo OsmAnd~
\ No newline at end of file
+OsmAnd~
\ No newline at end of file
diff --git a/metadata/net.osmand.plus/eu/changelogs/263.txt b/metadata/net.osmand.plus/eu/changelogs/263.txt
new file mode 100644
index 0000000000..27d742d3ce
--- /dev/null
+++ b/metadata/net.osmand.plus/eu/changelogs/263.txt
@@ -0,0 +1 @@
+— Berria: Ekintza azkarretarako botoia — Pantaila ukigarriaren keinuen erantzun hobetua — Tipografia berria mapetan hizkuntza gehiago onartzeko — Hizkuntzen aldaerak onartzeko TTS euskarria — Ikusgaitasun hobekuntzak mapen estiloan eta Wikipedian — Open Location Code (OLC) euskarria — Bistaratu elebazioa, malda profila eta abiadura GPX-etan eta kalkulatu ibilbidea — "Gidatze estiloa" ezarpena eta bizikletentzako ibilbideen logika hobetua — Bizikleten ibilbideetan altuera erabiltzeko ezarpena
\ No newline at end of file
diff --git a/metadata/net.osmand.plus/is/changelogs/263.txt b/metadata/net.osmand.plus/is/changelogs/263.txt
new file mode 100644
index 0000000000..d028e0f1a7
--- /dev/null
+++ b/metadata/net.osmand.plus/is/changelogs/263.txt
@@ -0,0 +1 @@
+— Nýr eiginleiki: Flýtiaðgerðahnappur — Endurbætt svörun á snertiskjá — Nýjar leturgerðir fyrir kort fyrir fleiri staðfærslur — Stuðningur við TTS texti-í-tal fyrir héraðsmállýskur — Sjónrænar endurbætur í mörgum kortastílum og fyrir Wikipedia-gögn — Stuðningur við Open Location Code (OLC) — Birting á hæð, halla og hraðasniðum fyrir skráða GPX-ferla og reiknaðar leiðir — Stilling fyrir "Akstursstíl" og endurbætur á útreikningi hjólaleiða — Notkun hæðargagna við útreikning hjólaleiða
\ No newline at end of file
diff --git a/metadata/net.osmand.plus/is/name.txt b/metadata/net.osmand.plus/is/name.txt
new file mode 100644
index 0000000000..269c0da250
--- /dev/null
+++ b/metadata/net.osmand.plus/is/name.txt
@@ -0,0 +1 @@
+Korta- & GPS-leiðsögn OsmAnd+
\ No newline at end of file
diff --git a/metadata/net.osmand.plus/is/summary.txt b/metadata/net.osmand.plus/is/summary.txt
new file mode 100644
index 0000000000..eebaae59c9
--- /dev/null
+++ b/metadata/net.osmand.plus/is/summary.txt
@@ -0,0 +1 @@
+Skoðun landakorta í farsíma og flakk á OSM-landakortum með eða án nets
\ No newline at end of file
diff --git a/metadata/net.osmand.plus/ja/description.txt b/metadata/net.osmand.plus/ja/description.txt
index afb5d25f8f..c55f80b028 100644
--- a/metadata/net.osmand.plus/ja/description.txt
+++ b/metadata/net.osmand.plus/ja/description.txt
@@ -12,7 +12,7 @@ OSMおよびWikipediaデータの使用 • 世界の最良の共同プロジェ
自転車、歩行者機能 • 徒歩、ハイキング、自転車経路、素晴らしいアウトドア活動のために • 自転車と歩行者向けの特別な経路および表示モード • オプションの公共交通機関の駅(バス、トラム、鉄道)路線名を含む • オプションのローカルGPXファイルまたはオンラインサービスへの旅行記録 • オプションの速度および高度の表示 • 輪郭線と丘陵の陰影表示(追加プラグイン経由)
-OSMに直接貢献 • データ不具合の報告 • GPXトラックをアプリから直接OSMにアップロード • ランドマーク(POI)の追加およびOSMにそれを直接アップロード(またはオフラインの場合は後で) • オプションの旅行記録、バックグラウンド記録モードでも (デバイスのスリープモード時でも) OsmAnd は、オープンソースで積極的に開発されています。誰でも、バグの報告、翻訳の改善、新しい機能のコーディングによってアプリケーションに貢献できます。プロジェクトは、すべてのこれらの形態で、開発者とユーザーの相互作用により継続的な改善が活発に行われている状態です。プロジェクトの進捗状況は、新機能のコーディングおよびテストに対する資金的貢献にも依存します。おおよそ地図のカバレッジと品質: • 西ヨーロッパ: **** • 東ヨーロッパ: *** • ロシア: *** • 北アメリカ: *** • 南アメリカ: ** • アジア: ** • 日本・韓国: *** • 中東: ** • アフリカ: ** • 南極大陸: * 地球上のほとんどの国がダウンロードとして利用可能です!アフガニスタンからジンバブエ、オーストラリアからアメリカ。アルゼンチン、ブラジル、カナダ、フランス、ドイツ、メキシコ、英国、スペイン
+OSMに直接貢献 • データ不具合の報告 • GPXトラックをアプリから直接OSMにアップロード • ランドマーク(POI)の追加およびOSMにそれを直接アップロード(またはオフラインの場合は後で) • オプションの旅行記録、バックグラウンド記録モードでも (デバイスのスリープモード時でも) OsmAnd は、オープンソースで積極的に開発されています。誰でも、バグの報告、翻訳の改善、新しい機能のコーディングによってアプリケーションに貢献できます。プロジェクトは、すべてのこれらの形態で、開発者とユーザーの相互作用により継続的な改善が活発に行われている状態です。プロジェクトの進捗状況は、新機能のコーディングおよびテストに対する資金的貢献にも依存します。おおよそ地図のカバレッジと品質: • 西ヨーロッパ: **** • 東ヨーロッパ: *** • ロシア: *** • 北アメリカ: *** • 南アメリカ: ** • アジア: ** • 日本・韓国: *** • 中東: ** • アフリカ: ** • 南極大陸: * 地球上のほとんどの国がダウンロードとして利用可能です!アフガニスタンからジンバブエ、オーストラリアからアメリカ。アルゼンチン、ブラジル、カナダ、フランス、ドイツ、メキシコ、英国、スペイン…
対策機能: * 非フリーアセット - アートワークとレイアウトは非商用ライセンス下。
diff --git a/metadata/net.osmand.plus/nl/name.txt b/metadata/net.osmand.plus/nl/name.txt
index 0f5fd4ac96..d429d58de8 100644
--- a/metadata/net.osmand.plus/nl/name.txt
+++ b/metadata/net.osmand.plus/nl/name.txt
@@ -1 +1 @@
-Kaart & GPS Navigatie OsmAnd+
\ No newline at end of file
+Kaarten&gps-navigatie OsmAnd+
\ No newline at end of file
diff --git a/metadata/net.osmand.plus/nl/summary.txt b/metadata/net.osmand.plus/nl/summary.txt
index e2931a9c74..4e9fb87bc7 100644
--- a/metadata/net.osmand.plus/nl/summary.txt
+++ b/metadata/net.osmand.plus/nl/summary.txt
@@ -1 +1 @@
-OsmAnd is een open-source navigatiesysteem met raster- en vectorkaarten
\ No newline at end of file
+Globale mobiele kaartweergave & navigatie voor offline en online OSM-kaarten
\ No newline at end of file
diff --git a/metadata/net.osmand.plus/pl/changelogs/263.txt b/metadata/net.osmand.plus/pl/changelogs/263.txt
new file mode 100644
index 0000000000..40ce3a62fd
--- /dev/null
+++ b/metadata/net.osmand.plus/pl/changelogs/263.txt
@@ -0,0 +1 @@
+— Nowe funkcje: Szybki przycisk akcji — Ulepszona odpowiedź gestów na ekranie dotykowym — Nowe czcionki map obejmujące więcej lokalizacji — Obsługa TTS dla regionalnych wariantów językowych — Ulepszenia widoczności w kilku stylach map i wikipedii — Obsługa otwartego kodu lokalizacji (OLC) — Wyświetlanie elewacji i profilu nachylenia dla rejestrowanego GPX (także prędkość) i obliczenie trasy — Ustawienie "stylu jazdy" i usprawnienia logiki w routingu rowerowym — Ustawienia korzystania z danych wy
\ No newline at end of file
diff --git a/metadata/net.osmand.plus/pl/name.txt b/metadata/net.osmand.plus/pl/name.txt
index 19ce1091d8..7b85113a74 100644
--- a/metadata/net.osmand.plus/pl/name.txt
+++ b/metadata/net.osmand.plus/pl/name.txt
@@ -1 +1 @@
-Mapy i nawigacja GPS OsmAnd~
\ No newline at end of file
+Mapy i nawigacja GPS OsmAnd+
\ No newline at end of file
diff --git a/metadata/net.osmand.plus/pl/summary.txt b/metadata/net.osmand.plus/pl/summary.txt
index 005059e6c0..f43f405606 100644
--- a/metadata/net.osmand.plus/pl/summary.txt
+++ b/metadata/net.osmand.plus/pl/summary.txt
@@ -1 +1 @@
-Mapy całego świata i nawigacja wspierająca wektorowe i kafelkowe mapy OSM
\ No newline at end of file
+Przeglądanie map i nawigacji mobilnych dla map OSM (offline i online)
\ No newline at end of file
diff --git a/metadata/net.osmand.plus/pt-BR/changelogs/263.txt b/metadata/net.osmand.plus/pt-BR/changelogs/263.txt
new file mode 100644
index 0000000000..6bf3529b77
--- /dev/null
+++ b/metadata/net.osmand.plus/pt-BR/changelogs/263.txt
@@ -0,0 +1 @@
+— Novo recurso: Botão de ação rapida — Melhora na respostas de gestos no touchscreen — Novas fontes de mapas cobrindo mais locais — Suporte para TTS para variações de lingua — Melhoras na visibilidade dos estilos de mapas e wikipedia — Suporte para Open Location Code (OLC) — Mostrar perfil de elevaçoes e declives para GPX já gravados (também velocidade) e rota calculada — Melhoras no "Estilo de Direção" no modo bicicleta — Cofiguracão para usar dados de altitude no modo de bicicleta
\ No newline at end of file
diff --git a/metadata/net.osmand.plus/pt/name.txt b/metadata/net.osmand.plus/pt/name.txt
new file mode 100644
index 0000000000..e6fa9a09b2
--- /dev/null
+++ b/metadata/net.osmand.plus/pt/name.txt
@@ -0,0 +1 @@
+Mapas e Navegação GPS OsmAnd+
\ No newline at end of file
diff --git a/metadata/net.osmand.plus/ro/name.txt b/metadata/net.osmand.plus/ro/name.txt
new file mode 100644
index 0000000000..753a3027af
--- /dev/null
+++ b/metadata/net.osmand.plus/ro/name.txt
@@ -0,0 +1 @@
+Harti si Navigare GPS OsmAnd+
\ No newline at end of file
diff --git a/metadata/net.osmand.plus/sv/changelogs/263.txt b/metadata/net.osmand.plus/sv/changelogs/263.txt
new file mode 100644
index 0000000000..c8d59b9f7e
--- /dev/null
+++ b/metadata/net.osmand.plus/sv/changelogs/263.txt
@@ -0,0 +1 @@
+— Ny funktion: Snabbaktiveringsknapp — Förbättrad stöd för gestrespons på pekskärm — Nya karttypsnitt täcker fler lokaler — Stöd för TTS för lokala språk varianter — Synlighetsförbättringar i flera karlägen och wikipedia — Stöd för Open Location Code (OLC) — Visa höjd över havet och lutningsprofil för inspelade GPX-spår (även hastighet) och beräknad rutt — Inställning för ”Körstil” och logiska förbättringar i cykelläge — Inställningar för att använda höjddata vid beräkning av cykelrutt
\ No newline at end of file
diff --git a/metadata/net.osmand.plus/tr/changelogs/263.txt b/metadata/net.osmand.plus/tr/changelogs/263.txt
new file mode 100644
index 0000000000..c6546026f0
--- /dev/null
+++ b/metadata/net.osmand.plus/tr/changelogs/263.txt
@@ -0,0 +1 @@
+- Yeni özellik: Hızlı eylem düğmesi - Geliştirilmiş dokunmatik ekran hassasiyeti - Daha fazla yerel alanı kapsayan yeni harita yazı tipleri - Bölgesel dil çeşitliliği için TTS desteği - Çeşitli harita stilleri ve Vikipedi görünürlük iyileştirmeleri - Açık Konum Kodu (OLC) destekli - Ekran yüksekliği ve eğim profili kaydedilen GPX (ayrıca hız) ve hesaplanan rota için - "Sürüş stili" ayarı ve bisiklet yönlendirmesinde iyileştirmeler - Bisiklet rotalarında yükseklik verilerini kullanma ayarları
\ No newline at end of file
diff --git a/metadata/net.osmand.plus/uk/description.txt b/metadata/net.osmand.plus/uk/description.txt
index 3b111b51a8..5d1825a8a7 100644
--- a/metadata/net.osmand.plus/uk/description.txt
+++ b/metadata/net.osmand.plus/uk/description.txt
@@ -1,15 +1,17 @@
-OsmAnd + (автоматичні навігаційні маршрути OSM) - це навігаційна карта та карта, що забезпечує доступ до безкоштовних даних у всьому світі та високоякісних OpenStreetMap (OSM). Насолоджуйтесь голосовою та оптичною навігацією, перегляд POI (визначних пам'яток), створення і керування композиціями GPX, використовуючи візуалізацію ліній контурів і інформацію про висоту, вибір між водінням, їзди на велосипеді, пішохідному режимі, редагування OSM та багато іншого.
+OsmAnd+ (OSM Automated Navigation Directions) – це додаток з картою та навігацією, що надає доступ до безкоштовних та високоякісних карт OpenStreetMap (OSM) для усього світу. Насолоджуйтесь візуальною навігацією з голосовими підказками, переглядом POI (об'єктів інфраструктури та пам'яток), записом маршрутів у форматі GPX та керуванням ними, відображенням ліній висот, вибором режиму пересування (автомобіль, велосипед та пішки), редагування OSM та багато іншого.
-OsmAnd + - платна версія застосунку. Купуючи це, ви підтримуєте проект, фонд розвитку нових функцій, і отримуєте останні оновлення.
+OsmAnd+ – платна версія застосунку. Купуючи її, ви підтримуєте проєкт, розвиток нових функцій, а також отримуєте останні оновлення.
-Деякі основні функції: Навігація • Працює в Інтернеті (швидко) або офлайн (без користування роумінгом, коли ви перебуваєте за кордоном) • Покрокові голосові вказівки (записані та синтезовані голоси) • Необов'язкове керівництво по маршрутах, покажчик назви вулиць та приблизний час прибуття • Підтримує проміжні пункти на вашому маршруті • Автоматична переадресація, коли ви відхиляєтесь від маршруту • Шукайте місця за адресою, за типом (наприклад, ресторан, готель, заправна станція, музей), або за географічними координатами
+Деякі основні функції: Навігація • Працює онлайн (швидко) або офлайн (не потрібно платити за роумінг, якщо ви за кордоном) • Покрокові голосові вказівки (записані та синтезовані голоси) • Необов'язкове керівництво по маршрутах, відображення назви вулиць та приблизного часу прибуття • Підтримує проміжні пункти на вашому маршруті • Автоматична побудова нового маршруту, коли ви відхиляєтесь від поточного • Пошук місця за адресою, типом (наприклад, ресторан, готель, заправна станція, музей), або географічними координатами
-Перегляд карти • Показати свою позицію та орієнтацію • • Необов'язково, вирівняти зображення за компасом або напрямком руху • Зберегти найважливіші місця, як Вибране • Дисплей POI (точка інтересів) навколо вас • Відображати спеціалізовані онлайн мозаїку, супутниковий вигляд (від Bing), різні накладки, такі як гастрольні/навігаційні композиції GPX та додаткові шари з налаштовуваною прозорістю • Необов'язково відображати назви місць англійською, місцевою або фонетичною орфографією
+Перегляд карти • Відображення вашого розташування та напряму • Можливість вирівнювати зображення за компасом або напрямком руху • Зберігати найважливіші місця до Вибраного • Показувати POI (об'єкти інфраструктури та пам'ятки) навколо вас • Відображення додаткових онлайн-карт, вигляду з супутника (від Bing), накладання різних шарів з налаштовуваною прозорістю, наприклад, маршрутів у форматі GPX • Можливість відображення назв місць англійською, місцевою або фонетичною орфографією
-Використовуйте дані OSM та Вікіпедії • Високоякісна інформація з кращих спільних проектів у світі • Доступні дані OSM у кожній країні або регіоні • Точки для навігації в Вікіпедії, відмінно підходять для огляду визначних пам'яток • Необмежені безкоштовні завантаження безпосередньо з застосунку • Компактні векторні карти, оновлені принаймні раз на місяць • Вибір між повними регіональними даними та простою мережею дорожнього руху (Наприклад: вся Японія - 700 МБ або 200 МБ для дорожньої мережі)
+Використання даних OSM та Вікіпедії • Високоякісна інформація з кращих спільних проектів у світі • Дані OSM доступні для країни або окремого регіону • POI з Вікіпедії, які чудово підходять для огляду визначних пам'яток • Необмежені безкоштовні завантаження безпосередньо з застосунку • Компактні векторні карти, що оновлюються принаймні раз на місяць • Вибір між повними даними регіону та просто мережею доріг (Наприклад: уся Японія – 700 МБ та 200 МБ – мережа доріг)
-Особливості безпеки • Додатковий автоматичний перегляд день/ніч • Необов'язковий показник обмеження швидкості, з нагадуванням, якщо ви його перевищуєте • Додатковий зумовлений швидкістю масштабування • Поділіться своїм місцезнаходженням, щоб ваші друзі могли вас знайти
+Функції безпеки • Можливість автоматично перемикати денний/нічний режим • Можливість показувати обмеження швидкості з нагадуванням при його перевищенні • Можливість масштабувати залежно від швидкості руху • Надсилання власного місцезнаходження друзям, щоб вони могли вас знайти
-Особливості велосипедиста та пішоходів • Перегляд піших, пішохідних та велосипедних доріг, чудових для активного відпочинку • Спеціальні маршрути та режими відображення для велосипедистів та пішоходів • Необов'язкові зупинки громадського транспорту (автобус, трамвай, поїзд), включаючи назви ліній • Замовлення додаткового запису у місцевий файл GPX або онлайн-сервіс • Необов'язковий показник швидкості та висоти • Відображення контурних ліній і пагорбів (за допомогою додаткового плагіна)
+Функції для велосипедистів та пішоходів • Перегляд піших, туристичних та велосипедних доріг – зручно для активного відпочинку • Спеціальні маршрути та режими відображення • Відображення зупинок громадського транспорту (автобус, трамвай, поїзд) з назвами ліній • Можливість запису маршруту у форматі GPX зі збереженням у файл або онлайн-сервіс • Можливість відображення швидкості та висоти над рівнем моря • Показ ліній висот і затінення пагорбів (за допомогою окремого розширення)
-Безпосередньо сприяти OSM • Повідомити про помилки даних • Завантажте записи GPX в OSM безпосередньо з застосунку • Додайте POI та безпосередньо завантажуйте їх в OSM (або пізніше, якщо в автономному режимі) • Замовлення додаткового режиму роботи в режимі фонового режиму (коли пристрій перебуває у сплячому режимі), OsmAnd відкрито та активно розробляється. Кожен може сприяти застосуванню, повідомляючи про помилки, покращуючи переклад або кодуючи нові функції. Проект знаходиться в жвавому стані постійного вдосконалення за допомогою всіх цих форм взаємодії розробників та користувачів. Прогрес проекту також покладається на фінансові внески для фінансування кодування та тестування нових функціональних можливостей. Орієнтовне покриття та якість карти: • Західна Європа: **** • Східна Європа: *** • Росія: *** • Північна Америка: *** • Південна Америка: ** • Азія: ** • Японія та Корея: *** • Близький Схід: ** • Африка: ** • Антарктида: * Більшість країн по всьому світу доступні для завантаження! З Афганістану до Зімбабве, з Австралії до США. Аргентина, Бразилія, Канада, Франція, Німеччина, Мексика, Великобританія, Іспа
\ No newline at end of file
+Безпосередньо сприяти OSM • Повідомити про помилки даних • Завантажте записи GPX в OSM безпосередньо з застосунку • Додайте POI та безпосередньо завантажуйте їх в OSM (або пізніше, якщо в автономному режимі) • Замовлення додаткового режиму роботи в режимі фонового режиму (коли пристрій перебуває у сплячому режимі), OsmAnd відкрито та активно розробляється. Кожен може сприяти застосуванню, повідомляючи про помилки, покращуючи переклад або кодуючи нові функції. Проєкт знаходиться в жвавому стані постійного вдосконалення за допомогою всіх цих форм взаємодії розробників та користувачів. Прогрес проєкту також покладається на фінансові внески для фінансування кодування та тестування нових функціональних можливостей. Орієнтовне покриття та якість карти: • Західна Європа: **** • Східна Європа: *** • Росія: *** • Північна Америка: *** • Південна Америка: ** • Азія: ** • Японія та Корея: *** • Близький Схід: ** • Африка: ** • Антарктида: * Більшість країн по всьому світу доступні для завантаження! З Афганістану до Зімбабве, з Австралії до США. Аргентина, Бразилія, Канада, Франція, Німеччина, Мексика, Великобританія, Іспанія ...
+
+Сумнівні можливості: * No
\ No newline at end of file
diff --git a/metadata/net.osmand.plus/zh-CN/description.txt b/metadata/net.osmand.plus/zh-CN/description.txt
index c16d206966..9d0326072b 100644
--- a/metadata/net.osmand.plus/zh-CN/description.txt
+++ b/metadata/net.osmand.plus/zh-CN/description.txt
@@ -14,5 +14,5 @@ OsmAnd+ 为付费版本。请购买支持新功能开发,还可收到最新更
直接参与 OSM 项目 • 提交数据故障报告 • 直接从应用上传 GPX 记录至 OSM • 添加旅游点,直接将其上传至 OSM (离线时可稍后上传) • 可选旅程后台记录模式(适用于设备睡眠时) 作为开源项目,OsmAnd 是一个活跃的社区。任何人都可以参与这一项目,可提交故障报告、参与翻译或开发新功能。通过开发人员与用户之间的各种互动,该项目一直在发展提升。项目的进展同时也依赖对新功能开发与测试的资助。地图覆盖度与质量: • 西欧: **** • 东欧: *** • 俄国: *** • 北美: *** • 南美: ** • 亚洲: ** • 日韩: *** • 中东: ** • 非洲: ** • 南极洲: * 可下载世界各地大部分国家和地区地图!从阿富汗到津巴布韦,从澳大利亚到美国。还有阿根廷、巴西、加拿大、法国、德国、墨西哥、英国、西班牙...
-非免费功能: * 非免费资源 - 艺术作品和版式设计使用非商用许可授权。
+Anti-Features: * 非自由资源 - 艺术作品和版式设计使用非商用许可授权。
diff --git a/metadata/net.osmand.srtmPlugin.paid.txt b/metadata/net.osmand.srtmPlugin.paid.txt
index eb11763f63..f7662d7053 100644
--- a/metadata/net.osmand.srtmPlugin.paid.txt
+++ b/metadata/net.osmand.srtmPlugin.paid.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://osmand.net/features?id=contour-lines-plugin
Source Code:https://github.com/osmandapp/Osmand
Issue Tracker:https://github.com/osmandapp/Osmand/issues
diff --git a/metadata/net.osmtracker.txt b/metadata/net.osmtracker.txt
new file mode 100644
index 0000000000..0f8e0e2a15
--- /dev/null
+++ b/metadata/net.osmtracker.txt
@@ -0,0 +1,37 @@
+Categories:Navigation
+License:GPL-3.0-only
+Web Site:
+Source Code:https://github.com/labexp/osmtracker-android
+Issue Tracker:https://github.com/labexp/osmtracker-android/issues
+Changelog:https://github.com/labexp/osmtracker-android/releases
+
+Name:OSMTracker
+Auto Name:OSMTracker for Android™
+Summary:GPS Track Recorder
+Description:
+OSMTracker allows you to track your journey and mark significant way points. Way
+points can be marked with a tag using a button, with a quick voice record, a
+text note or by taking a picture. The various button pages and layouts can be
+customized to suit your OpenStreetMap activities. You can view your current
+track on top of an OpenStreetMap background.
+.
+
+Repo Type:git
+Repo:https://github.com/labexp/osmtracker-android.git
+
+Build:0.6.12,40
+ commit=v0.6.12
+ subdir=app
+ gradle=yes
+ prebuild=sed -i 1,3d build.gradle && \
+ sed -i "1 i\apply plugin: 'com.android.application'" build.gradle
+
+Build:0.7,42
+ commit=v0.7
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:0.7
+Current Version Code:42
diff --git a/metadata/net.pagekite.app.txt b/metadata/net.pagekite.app.txt
index fda6ac8eb4..22f7b93389 100644
--- a/metadata/net.pagekite.app.txt
+++ b/metadata/net.pagekite.app.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:https://pagekite.net
Source Code:https://github.com/pagekite/AndroidPageKiteApp
Issue Tracker:https://github.com/pagekite/AndroidPageKiteApp/issues
diff --git a/metadata/net.pejici.easydice.txt b/metadata/net.pejici.easydice.txt
index 1d3c4666e5..0fcbeeb30a 100644
--- a/metadata/net.pejici.easydice.txt
+++ b/metadata/net.pejici.easydice.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://pejici.net/~slobo/projects/easydice.html
Source Code:https://github.com/pejic/EasyDice
Issue Tracker:https://github.com/pejic/EasyDice/issues
diff --git a/metadata/net.pejici.summation.txt b/metadata/net.pejici.summation.txt
index 2f9a9fa9bb..294a25bbd1 100644
--- a/metadata/net.pejici.summation.txt
+++ b/metadata/net.pejici.summation.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://pejici.net/~slobo/projects/summation.html
Source Code:https://github.com/pejic/Summation
Issue Tracker:http://pejici.net/~slobo/contact.cgi
diff --git a/metadata/net.pierrox.mcompass.txt b/metadata/net.pierrox.mcompass.txt
index e02260ff3b..596542258b 100644
--- a/metadata/net.pierrox.mcompass.txt
+++ b/metadata/net.pierrox.mcompass.txt
@@ -1,7 +1,7 @@
Categories:Navigation
License:Apache-2.0
Web Site:http://www.pierrox.net/cmsms/open-source/marine-compass-2.html
-Source Code:http://svn.pierrox.net/mcompass/trunk
+Source Code:
Issue Tracker:
Auto Name:Marine Compass
@@ -12,9 +12,6 @@ Uses the magnetic sensor to show the orientation.
We don't have v2.0+ as the source code isn't published.
.
-Repo Type:git-svn
-Repo:http://svn.pierrox.net/mcompass;trunk=trunk;tags=tags
-
Build:1.2.4,10
commit=mcompass-1.2.4
@@ -22,3 +19,5 @@ Auto Update Mode:None
Update Check Mode:Tags
Current Version:1.2.4
Current Version Code:10
+
+No Source Since:1.2.5
diff --git a/metadata/net.pmarks.chromadoze.txt b/metadata/net.pmarks.chromadoze.txt
index 83d58c787e..ca6a4c395c 100644
--- a/metadata/net.pmarks.chromadoze.txt
+++ b/metadata/net.pmarks.chromadoze.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/pmarks-net/chromadoze/blob/HEAD/README.md
Source Code:https://github.com/pmarks-net/chromadoze
Issue Tracker:https://github.com/pmarks-net/chromadoze/issues
@@ -97,7 +97,12 @@ Build:3.6,23
subdir=app
gradle=yes
+Build:3.7.1,25
+ commit=v3.7.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:3.6
-Current Version Code:23
+Current Version:3.7.1
+Current Version Code:25
diff --git a/metadata/net.programmierecke.radiodroid2.txt b/metadata/net.programmierecke.radiodroid2.txt
index d72748c08b..c715dd4846 100644
--- a/metadata/net.programmierecke.radiodroid2.txt
+++ b/metadata/net.programmierecke.radiodroid2.txt
@@ -1,5 +1,5 @@
Categories:Multimedia,Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.radio-browser.info
Source Code:https://github.com/segler-alex/RadioDroid
Issue Tracker:https://github.com/segler-alex/RadioDroid/issues
@@ -12,6 +12,15 @@ Look up online radio streams at [http://www.radio-browser.info RadioBrowser] and
listen to them. RadioBrowser is a wiki like aproach to collect as much online
radio stations as possible. Every one can help by not only adding new stations
but also tagging existing ones.
+
+'''Features:'''
+
+* Everyone can add stations easily
+* Sleep timer
+* Alarm clock
+* Record streams
+* Music Player Daemon support
+* ChromeCast support
.
Repo Type:git
@@ -224,7 +233,25 @@ Build:0.53,63
gradle=free
prebuild=sed -i -e '/playCompile/d' build.gradle
+Build:0.55,65
+ commit=0.55
+ subdir=app
+ gradle=free
+ prebuild=sed -i -e '/playCompile/d' build.gradle
+
+Build:0.56,66
+ commit=0.56
+ subdir=app
+ gradle=free
+ prebuild=sed -i -e '/playCompile/d' build.gradle
+
+Build:0.66,76
+ commit=0.66
+ subdir=app
+ gradle=free
+ prebuild=sed -i -e '/playCompile/d' build.gradle
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:0.53
-Current Version Code:63
+Current Version:0.66
+Current Version Code:76
diff --git a/metadata/net.reichholf.dreamdroid.txt b/metadata/net.reichholf.dreamdroid.txt
new file mode 100644
index 0000000000..02e062a3c0
--- /dev/null
+++ b/metadata/net.reichholf.dreamdroid.txt
@@ -0,0 +1,33 @@
+Categories:Connectivity
+License:GPL-3.0-only
+Web Site:https://dreamdroid.org/
+Source Code:https://github.com/sreichholf/dreamDroid
+Issue Tracker:https://github.com/sreichholf/dreamDroid/issues
+
+Auto Name:DreamDroid
+Summary:Control Dreambox satellite receivers
+Description:
+Remotely control your enigma2 based Dreambox with any Android Device!
+
+dreamDroid has a fragment-based layout which is optimized for all common device
+sizes.
+.
+
+Repo Type:git
+Repo:https://github.com/sreichholf/dreamDroid.git
+
+Build:1.2.419,419
+ commit=v1.2.419
+ subdir=app
+ gradle=fdroid
+ prebuild=sed -i -e '/enable true/d' build.gradle
+
+Maintainer Notes:
+Upstream builds an universal APK and separate APKs for each architecture.
+We only build the universal APK.
+.
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.2.419
+Current Version Code:419
diff --git a/metadata/net.rocboronat.android.wallpaper.npe.txt b/metadata/net.rocboronat.android.wallpaper.npe.txt
index c4072248ec..6d3ae0325f 100644
--- a/metadata/net.rocboronat.android.wallpaper.npe.txt
+++ b/metadata/net.rocboronat.android.wallpaper.npe.txt
@@ -1,5 +1,5 @@
Categories:Theming,Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/rocboronat/NullBlackWallpaper
Issue Tracker:https://github.com/rocboronat/NullBlackWallpaper/issues
diff --git a/metadata/net.rocrail.androc.txt b/metadata/net.rocrail.androc.txt
index d4f16e39c3..9dea2f98a4 100644
--- a/metadata/net.rocrail.androc.txt
+++ b/metadata/net.rocrail.androc.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:
Issue Tracker:
diff --git a/metadata/net.screenfreeze.deskcon.txt b/metadata/net.screenfreeze.deskcon.txt
index 74e4df9198..e9741de896 100644
--- a/metadata/net.screenfreeze.deskcon.txt
+++ b/metadata/net.screenfreeze.deskcon.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/screenfreeze/deskcon-android/blob/HEAD/README.md
Source Code:https://github.com/screenfreeze/deskcon-android
Issue Tracker:https://github.com/screenfreeze/deskcon-android/issues
diff --git a/metadata/net.sf.andbatdog.batterydog.txt b/metadata/net.sf.andbatdog.batterydog.txt
index 8df615e58c..e7cbfb4e0d 100644
--- a/metadata/net.sf.andbatdog.batterydog.txt
+++ b/metadata/net.sf.andbatdog.batterydog.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://andbatdog.sourceforge.net
Source Code:https://sourceforge.net/p/andbatdog/code
Issue Tracker:
diff --git a/metadata/net.sf.andhsli.hotspotlogin.txt b/metadata/net.sf.andhsli.hotspotlogin.txt
index c0ab2a1138..3b245352c6 100644
--- a/metadata/net.sf.andhsli.hotspotlogin.txt
+++ b/metadata/net.sf.andhsli.hotspotlogin.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://andhsli.sourceforge.net
Source Code:https://sourceforge.net/p/andhsli/code
Issue Tracker:https://sourceforge.net/p/andhsli/discussion/
diff --git a/metadata/net.sf.crypt.gort.txt b/metadata/net.sf.crypt.gort.txt
index 28bf4fefa6..2d431afb06 100644
--- a/metadata/net.sf.crypt.gort.txt
+++ b/metadata/net.sf.crypt.gort.txt
@@ -1,5 +1,5 @@
Categories:Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://barada.sourceforge.net
Source Code:https://sourceforge.net/p/barada/gort
Issue Tracker:https://sourceforge.net/p/barada/bugs/
diff --git a/metadata/net.sf.ethersynth.txt b/metadata/net.sf.ethersynth.txt
index c6e27e7a30..4dc1fc39ec 100644
--- a/metadata/net.sf.ethersynth.txt
+++ b/metadata/net.sf.ethersynth.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://ethersynth.sourceforge.net/
Source Code:https://sourceforge.net/p/ethersynth/code/
Issue Tracker:https://sourceforge.net/p/ethersynth/tickets/
diff --git a/metadata/net.sf.times.txt b/metadata/net.sf.times.txt
index fdfc48f9c5..562e81e254 100644
--- a/metadata/net.sf.times.txt
+++ b/metadata/net.sf.times.txt
@@ -1,7 +1,7 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://sourceforge.net/p/halachictimes
-Source Code:https://sourceforge.net/p/halachictimes/code/
+Source Code:https://sourceforge.net/p/halachictimes/git/ci/master/tree/
Issue Tracker:https://sourceforge.net/p/halachictimes/tickets
Auto Name:Halachic Prayer Times
@@ -9,6 +9,9 @@ Summary:Times for Jewish prayers
Description:
List of halachic/halakhic times for Jewish prayers (zmanim and zmanei tefillot).
It also has a prayer compass, time opinions, and reminders.
+
+Times are calculated based on your location. An Internet connection is used to
+fetch your nearest address, otherwise the nearest country or time zone is used.
.
Repo Type:git
diff --git a/metadata/net.sourceforge.dibdib.android.dib2qm.txt b/metadata/net.sourceforge.dibdib.android.dib2qm.txt
index 6104eb38fb..cf2a1367e6 100644
--- a/metadata/net.sourceforge.dibdib.android.dib2qm.txt
+++ b/metadata/net.sourceforge.dibdib.android.dib2qm.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/gxworks/Dib2Qm
Source Code:https://gitlab.com/gxworks/Dib2Qm/tree/HEAD
Issue Tracker:https://gitlab.com/gxworks/Dib2Qm/issues
@@ -19,7 +19,22 @@ Build:0.17.30,1730
subdir=app
gradle=yes
+Build:0.17.40,1740
+ commit=v0.17.40
+ subdir=app
+ gradle=yes
+
+Build:0.18.50,1850
+ commit=v0.18.50
+ subdir=app
+ gradle=yes
+
+Build:0.18.54,1854
+ commit=v0.18.54
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.17.30
-Current Version Code:1730
+Current Version:0.18.54
+Current Version Code:1854
diff --git a/metadata/net.sourceforge.opencamera.txt b/metadata/net.sourceforge.opencamera.txt
index a9243e0761..8414d82e90 100644
--- a/metadata/net.sourceforge.opencamera.txt
+++ b/metadata/net.sourceforge.opencamera.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://opencamera.sourceforge.net
Source Code:https://sourceforge.net/p/opencamera/code
Issue Tracker:https://sourceforge.net/p/opencamera/tickets
@@ -184,7 +184,17 @@ Build:1.42.2,57
subdir=app
gradle=yes
+Build:1.43.3,62
+ commit=v1.43.3
+ subdir=app
+ gradle=yes
+
+Build:1.44.1,65
+ commit=v1.44.1
+ 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.44.1
+Current Version Code:65
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 61edafc49a..07f42cd45a 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 88d8e2fcde..8bfc4998e6 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 1029dd8138..f7e41c23e2 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 4c5349cde3..0c18e16469 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 c2fc33acc5..7ecd05dace 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 89ef643733..049b59ce14 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 a267fc44cb..03996fb935 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.sourceforge.subsonic.androidapp.txt b/metadata/net.sourceforge.subsonic.androidapp.txt
index fc9e8322ea..61c8a95a91 100644
--- a/metadata/net.sourceforge.subsonic.androidapp.txt
+++ b/metadata/net.sourceforge.subsonic.androidapp.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.subsonic.org/pages/index.jsp
Source Code:https://sourceforge.net/p/subsonic
Issue Tracker:
diff --git a/metadata/net.sourceforge.wifiremoteplay.txt b/metadata/net.sourceforge.wifiremoteplay.txt
index f56a344e14..bbe60f8ad0 100644
--- a/metadata/net.sourceforge.wifiremoteplay.txt
+++ b/metadata/net.sourceforge.wifiremoteplay.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://homepage.ntlworld.com/mark.harman/comp_wifiremoteplay.html
Source Code:https://sourceforge.net/p/wifiremoteplay/android_native
Issue Tracker:https://sourceforge.net/p/wifiremoteplay/tickets
@@ -9,7 +9,25 @@ Bitcoin:1LKCFto9SQGqtcvqZxHkqDPqNjSnfMmsow
Auto Name:Wifi Remote Play
Summary:Media remote control
Description:
-Remote Control for MPC (Music Player Daemon) and VLC.
+Wifi Remote Play is a remote control app for the video players Media Player
+Classic (MPC) and VideoLan Client (VLC), allowing you to control it over a Wi-Fi
+network.
+
+Features:
+
+* Remote control for: Play, pause, skip forwards/backwards through a track, jump to any point in the track, and jump to previous/next track.
+* Status shows current track, position, and length.
+* Volume control, and mute.
+* File browser to select new tracks, playlists video files (Media Player Classic only).
+* Toggle between windowed and full screen mode.
+* Controls for DVD interface (Media Player Classic only).
+* Symbian version downloaded 2.5 million times since 25 January 2012 - now available for Android!
+
+For this to work, you need to enable the web interface (for either VLC or Media
+Player Classic). VLC also now requires a password to be set. For your "IP
+Address", run "Command Prompt" on the PC where VLC or Media Player Classic is
+playing, and type ipconfig. It should be listed under "IPv4 Address". If you are
+having trouble setting up, please check out the webpage/Online Help for advice.
.
Repo Type:git
diff --git a/metadata/net.sourceforge.x11basic.txt b/metadata/net.sourceforge.x11basic.txt
new file mode 100644
index 0000000000..7770d94a63
--- /dev/null
+++ b/metadata/net.sourceforge.x11basic.txt
@@ -0,0 +1,33 @@
+Categories:Development,Science & Education
+License:GPL-2.0-or-later
+Web Site:
+Source Code:https://gitlab.com/kollo/X11-Basic
+Issue Tracker:https://gitlab.com/kollo/X11-Basic/issues
+
+Auto Name:X11-Basic
+Summary:BASIC interpreter
+Description:
+X11-Basic is a dialect of the BASIC programming language with graphics
+capability. It has a very rich command set, though it is still easy to learn.
+The syntax is most similar to GFA-Basic for ATARI-ST. It is a structured dialect
+with no line numbers. A full manual and command reference is available.
+GFA-programs should run with only a few changes. Also DOS/QBASIC programmers
+will feel comfortable. This implementation is one of the fastest basic
+interpreters for Android. Programs can be compiled into a platform independant
+bytecode.
+.
+
+Repo Type:git
+Repo:https://gitlab.com/kollo/X11-Basic.git
+
+Build:1.25-50-sf,150
+ commit=1.25-50b-fdroid
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/keystorePropertiesFile/d' build.gradle
+ ndk=r10e
+
+Auto Update Mode:None
+Update Check Mode:Tags .*-fdroid$
+Current Version:1.25-50
+Current Version Code:150
diff --git a/metadata/net.sylvek.sharemyposition.txt b/metadata/net.sylvek.sharemyposition.txt
index ccccfa5b08..6d9d369bc1 100644
--- a/metadata/net.sylvek.sharemyposition.txt
+++ b/metadata/net.sylvek.sharemyposition.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/sylvek/sharemyposition
Issue Tracker:https://github.com/sylvek/sharemyposition/issues
@@ -38,5 +38,5 @@ Build:1.1.2,24
Auto Update Mode:None
Update Check Mode:Static
-Current Version:1.1.2
-Current Version Code:24
+Current Version:1.2.11
+Current Version Code:36
diff --git a/metadata/net.syncthing.lite.txt b/metadata/net.syncthing.lite.txt
index 79afb69e85..e96ca14941 100644
--- a/metadata/net.syncthing.lite.txt
+++ b/metadata/net.syncthing.lite.txt
@@ -8,9 +8,12 @@ Changelog:https://github.com/syncthing/syncthing-lite/releases
Auto Name:Syncthing Lite
Summary:File synchronization
Description:
-This project is an Android app, that works as a client for a Syncthing share
-(accessing Syncthing devices in the same way a client-server file sharing app
-ccess its proprietary server).
+Note: The app is a currently unmaintained experiment, for a proper client use
+[[com.nutomic.syncthingandroid]].
+
+This project is an app, that works as a client for a Syncthing share (accessing
+Syncthing devices in the same way a client-server file sharing app accesses its
+proprietary server).
This is a client-oriented implementation, designed to work online by downloading
and uploading files from an active device on the network (instead of
diff --git a/metadata/net.szym.barnacle.txt b/metadata/net.szym.barnacle.txt
index 286902db85..ddcc99ae2e 100644
--- a/metadata/net.szym.barnacle.txt
+++ b/metadata/net.szym.barnacle.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://szym.net/barnacle
Source Code:https://github.com/szym/barnacle
Issue Tracker:https://github.com/szym/barnacle/issues
diff --git a/metadata/net.tapi.handynotes.txt b/metadata/net.tapi.handynotes.txt
index 3f0cbbed3e..cf6f3ebcac 100644
--- a/metadata/net.tapi.handynotes.txt
+++ b/metadata/net.tapi.handynotes.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/atd/HandyNotes
Issue Tracker:https://github.com/atd/HandyNotes/issues
@@ -33,7 +33,11 @@ Build:1.5,6
commit=75538a8f025
target=android-8
-Auto Update Mode:None
-Update Check Mode:RepoManifest
-Current Version:1.5
-Current Version Code:6
+Build:1.6,7
+ commit=v1.6
+ target=android-9
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.6
+Current Version Code:7
diff --git a/metadata/net.tedstein.AndroSS.txt b/metadata/net.tedstein.AndroSS.txt
index 4b6a62c64d..781b75c1c4 100644
--- a/metadata/net.tedstein.AndroSS.txt
+++ b/metadata/net.tedstein.AndroSS.txt
@@ -1,5 +1,5 @@
Categories:Graphics
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/tstein/AndroSS
Issue Tracker:https://github.com/tstein/AndroSS/issues
diff --git a/metadata/net.teknoraver.andhrystone.txt b/metadata/net.teknoraver.andhrystone.txt
index 210fc2c920..5c80facc1d 100644
--- a/metadata/net.teknoraver.andhrystone.txt
+++ b/metadata/net.teknoraver.andhrystone.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/teknoraver/andhrystone
Issue Tracker:https://github.com/teknoraver/andhrystone/issues
diff --git a/metadata/net.tevp.postcode.txt b/metadata/net.tevp.postcode.txt
index 337cd93175..8c0d7eb231 100644
--- a/metadata/net.tevp.postcode.txt
+++ b/metadata/net.tevp.postcode.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.lshift.net/blog/2010/09/26/android-postcode-app
Source Code:https://github.com/palfrey/postcode
Issue Tracker:https://github.com/hmrocha/batterywidget/issues
diff --git a/metadata/net.tjado.passwdsafe.txt b/metadata/net.tjado.passwdsafe.txt
index ad182d1e3d..b0d2688ff5 100644
--- a/metadata/net.tjado.passwdsafe.txt
+++ b/metadata/net.tjado.passwdsafe.txt
@@ -1,5 +1,5 @@
Categories:Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/tejado/Authorizer
Issue Tracker:https://github.com/tejado/Authorizer/issues
@@ -18,11 +18,17 @@ Repo Type:git
Repo:https://github.com/tejado/Authorizer
Build:0.2.4beta,204
+ disable=Contains a prebuilt JAR
commit=v0.2.4-beta
subdir=authorizer
gradle=yes
-Auto Update Mode:None
+Build:0.3.0,300
+ commit=v0.3.0
+ subdir=authorizer
+ gradle=yes
+
+Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.2.5
-Current Version Code:205
+Current Version:0.3.0
+Current Version Code:300
diff --git a/metadata/net.typeblog.shelter.yml b/metadata/net.typeblog.shelter.yml
new file mode 100644
index 0000000000..4dfb2527f4
--- /dev/null
+++ b/metadata/net.typeblog.shelter.yml
@@ -0,0 +1,87 @@
+Categories:
+ - Security
+License: WTFPL
+AuthorName: PeterCxy
+AuthorEmail: peter@typeblog.net
+SourceCode: https://git.angry.im/PeterCxy/Shelter
+IssueTracker: https://git.angry.im/PeterCxy/Shelter/issues
+Changelog: https://git.angry.im/PeterCxy/Shelter/releases
+
+AutoName: Shelter
+Summary: Isolate your Big Brother Apps / Multiple Accounts
+Description: |
+ PLEASE READ [https://git.angry.im/PeterCxy/Shelter/src/branch/master/README.md README.md] BEFORE YOU START USING THIS APP!
+
+ Shelter is a Free and Open-Source (FOSS) app that leverages the “Work Profile” feature of Android to provide an isolated space that you can install or clone apps into.
+
+ Shelter comes with absolutely no advertisement / statistics / tracking SDKs bundled with it. All source code is available in this public Git repository and the sources are licensed under WTFPL.
+
+ This app depends on your Android system’s implementation of Work Profile. Some vendor / custom ROMs may have a broken implementation that may cause crashes and even bricking of your device. One such example is MIUI from Xiaomi. I currently provide no support for such ROMs because I personally do not own any of these devices. If you are running Shelter on these ROMs, you are on your own. If any developer out there own these devices and could make Shelter run on these ROMs, please send pull requests and I’ll be happy to merge them.
+
+ === '''Features / Use Cases''' ===
+
+ * Run “Big Brother” apps inside the isolated profile so they cannot access your data outside the profile
+ * “Freeze” (disable) background-heavy or seldom-used apps when you don’t need them. This is especially true if you use apps from Chinese companies like Baidu, Alibaba, Tencent.
+ * Clone apps to use two accounts on one device
+
+ === '''Caveats''' ===
+
+ Shelter is not a full sandbox implementation. It cannot protect you from:
+
+ * Security bugs of the Android system or Linux kernel
+ * Backdoors installed in your Android system (so please use an open-source ROM if you are concerned about this)
+ * Backdoors installed into the firmwares (no way to work around this)
+ * Any other bugs or limitations imposed by the Android system.
+
+ Also, Shelter cannot create more than 1 work profile on one Android device, and cannot co-exist with any other apps that manages a Work Profile. This is due to the limitations of the Android system, and I can do nothing about this.
+
+ === '''FAQS''' ===
+
+ Q: Why not use Island by OasisFeng, the creator of Greenify?
+ A: Simply because it is not an FOSS app and it bundles with non-free SDKs. Note that this doesn’t necessarily mean that Island has anti-features like tracking (and I don’t think it has either), it’s just that I wrote Shelter as an FOSS replacement of it. There is no other reason why one would prefer Shelter over Island except for this one.
+
+ Q: Why does Shelter always run in background?
+ A: Please try removing Shelter from “Recent Apps” every time you close it. If it still persists in your notifications and eating up battery, you might have encountered a bug. Please file a bug report.
+
+ Q: How do I uninstall Shelter from my device?
+ A: 1) Go to Settings -> Accounts to remove the work profile; 2) Go to Settings -> Security -> Advanced -> Device admin apps to remove Shelter from Device Admin apps; 3) Uninstall Shelter normally.
+
+ Q: If I encounter bugs, how do I report them?
+ A: You could file an issue on either the main repository at https://git.angry.im/PeterCxy/Shelter or the mirror repository at https://github.com/PeterCxy/Shelter. Please include your system information as well as a logcat if possible.
+
+RepoType: git
+Repo: https://git.angry.im/PeterCxy/Shelter.git
+
+Builds:
+ - versionName: '1.0'
+ versionCode: 3
+ commit: '1.0'
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: '1.1'
+ versionCode: 5
+ commit: '1.1'
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: '1.2'
+ versionCode: 7
+ commit: '1.2'
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: '1.3'
+ versionCode: 9
+ commit: a4a4bdd6a5218272ccf791bdfede6df7c4ca8cd6
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version %v
+UpdateCheckMode: Tags
+CurrentVersion: '1.3'
+CurrentVersionCode: 9
diff --git a/metadata/net.usikkert.kouchat.android.txt b/metadata/net.usikkert.kouchat.android.txt
index f1715150b9..e86d56786a 100644
--- a/metadata/net.usikkert.kouchat.android.txt
+++ b/metadata/net.usikkert.kouchat.android.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.kouchat.net
Source Code:https://github.com/blurpy/kouchat-android
Issue Tracker:https://github.com/blurpy/kouchat-android/issues
@@ -9,6 +9,36 @@ Auto Name:KouChat
Summary:Chat
Description:
Chat and transfer files with others on your WiFi network.
+
+KouChat is a serverless LAN chat application for the desktop and Android.
+
+With KouChat you can chat and send files to other KouChat users on the same
+local area network. It's intended to be used on your wireless network at home,
+the coffee shop, work place or similar, and does not require any setup, Internet
+connection or servers to function.
+
+See [http://www.kouchat.net/help/user-guide/android/ our user guide] for more
+information about how to use KouChat.
+
+'''Notes:'''
+
+* KouChat does not see users across the Internet or the cellular network.
+* Some devices have unreliable network when the screen is off.
+* Not all networks have multicast enabled, which is a technology required for KouChat to work.
+* See at the bottom for tips if you are having problems.
+
+'''Features:'''
+
+* Group chat with all the connected users
+* Private chat with any user
+* Choose your own nick name
+* Set the topic of the group chat
+* Rich notifications
+* See who is currently writing
+* Send and receive files
+* Use away mode when you don't want to be disturbed
+* Choose the color to use for your own messages, and info messages
+* Send messages in any language supported by Unicode.
.
Repo Type:git
@@ -26,7 +56,12 @@ Build:1.1.0,15
subdir=app
gradle=yes
+Build:1.1.1,16
+ commit=kouchat-android-1.1.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version kouchat-android-%v
Update Check Mode:Tags
-Current Version:1.1.0
-Current Version Code:15
+Current Version:1.1.1
+Current Version Code:16
diff --git a/metadata/net.vreeken.quickmsg.txt b/metadata/net.vreeken.quickmsg.txt
index 663bfa20a9..3d7e9724a7 100644
--- a/metadata/net.vreeken.quickmsg.txt
+++ b/metadata/net.vreeken.quickmsg.txt
@@ -1,5 +1,5 @@
Categories:Internet,Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://quickmsg.vreeken.net
Source Code:
Issue Tracker:
diff --git a/metadata/net.wigle.wigleandroid.txt b/metadata/net.wigle.wigleandroid.txt
index 67080416c7..5dd48d87f0 100644
--- a/metadata/net.wigle.wigleandroid.txt
+++ b/metadata/net.wigle.wigleandroid.txt
@@ -95,12 +95,19 @@ Build:2.10,210
rm=wiglewifiwardriving/libs/slf4j-android*.jar
prebuild=sed -i -e '/support-v4/acompile "org.slf4j:slf4j-android:1.7.19"' -e '/slf4j-android-1.5.8.jar/d' -e 's/net.wigle.wigleandroid.foss/net.wigle.wigleandroid/g' build.gradle
+Build:2.29,229
+ commit=4d9b02f6f516818458f88fe153613689495e204d
+ subdir=wiglewifiwardriving
+ gradle=yes
+ rm=wiglewifiwardriving/libs/TTS_library_stub.jar
+ prebuild=sed -i -e '/TTS_library_stub.jar/d' build.gradle
+
Maintainer Notes:
* Do we need to seet Update Check Name?
-* Adapt once https://github.com/wiglenet/wigle-wifi-wardriving/issues/69 is resolved.
+* Not every release does make it into foss-master, so we might need to ask from time to time.
.
Auto Update Mode:None
Update Check Mode:RepoManifest/foss-master
-Current Version:2.25
-Current Version Code:225
+Current Version:2.29
+Current Version Code:229
diff --git a/metadata/net.xenotropic.quizznworldcap.txt b/metadata/net.xenotropic.quizznworldcap.txt
index e132f54a31..7e8131b686 100644
--- a/metadata/net.xenotropic.quizznworldcap.txt
+++ b/metadata/net.xenotropic.quizznworldcap.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/xenotropic/quizzn
Issue Tracker:https://github.com/xenotropic/quizzn/issues
diff --git a/metadata/net.yolosec.routerkeygen2.txt b/metadata/net.yolosec.routerkeygen2.txt
new file mode 100644
index 0000000000..12153fe531
--- /dev/null
+++ b/metadata/net.yolosec.routerkeygen2.txt
@@ -0,0 +1,28 @@
+Categories:Security
+License:GPL-3.0-only
+Web Site:
+Source Code:https://github.com/yolosec/routerkeygenAndroid
+Issue Tracker:https://github.com/yolosec/routerkeygenAndroid/issues
+
+Summary:Generate default WPA/WEP keys
+Description:
+This application scans all WiFi networks in the range for known vulnerabilities
+in default WiFi password. For selected vulnerable network it computes several
+possible passwords and enables to test them all.
+
+Application enables to save computed passwords to a file or load configuration
+files for some vulnerabilities (not related to UPC). For this app needs access
+to storage.
+.
+
+Repo Type:git
+Repo:https://github.com/yolosec/routerkeygenAndroid.git
+
+Build:4.1.5,72
+ commit=b6f7992ec828e0b93c12d1a1ec879d0792616ca0
+ subdir=android/routerKeygen
+ gradle=noGapps
+ rm=android/mm-ad-sdk/mm-ad-sdk.aar
+
+Auto Update Mode:None
+Update Check Mode:None
diff --git a/metadata/net.yxejamir.misbotheringsms.txt b/metadata/net.yxejamir.misbotheringsms.txt
index d9f90e6bfa..bcd42bda81 100644
--- a/metadata/net.yxejamir.misbotheringsms.txt
+++ b/metadata/net.yxejamir.misbotheringsms.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/amiryal/misbotheringsms
Issue Tracker:https://github.com/amiryal/misbotheringsms/issues
diff --git a/metadata/net.zygotelabs.locker.txt b/metadata/net.zygotelabs.locker.txt
index 0d72485873..1fd744a434 100644
--- a/metadata/net.zygotelabs.locker.txt
+++ b/metadata/net.zygotelabs.locker.txt
@@ -25,9 +25,6 @@ presented with warning messages when the number of remaining attempts is 4 or
less.
.
-Repo Type:git
-Repo:https://github.com/Zyg0te/Locker
-
Build:1.0.6,7
disable=translation
commit=9e3b4f5548b1e6c321f1ecb285bfaf89f71f055a
@@ -58,3 +55,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:1.1.0
Current Version Code:11
+
+No Source Since:1.1.1
diff --git a/metadata/nf.frex.android.txt b/metadata/nf.frex.android.txt
index 7c9491684a..5a3fb12aa4 100644
--- a/metadata/nf.frex.android.txt
+++ b/metadata/nf.frex.android.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/forman/frex
Issue Tracker:https://github.com/forman/frex/issues
diff --git a/metadata/nightlock.peppercarrot.txt b/metadata/nightlock.peppercarrot.txt
new file mode 100644
index 0000000000..d8608d0c49
--- /dev/null
+++ b/metadata/nightlock.peppercarrot.txt
@@ -0,0 +1,29 @@
+Categories:Reading
+License:GPL-3.0-or-later
+Web Site:https://www.peppercarrot.com/
+Source Code:https://framagit.org/peppercarrot/e-reader
+Issue Tracker:https://framagit.org/peppercarrot/e-reader/issues
+
+Auto Name:Reader for Pepper&Carrot
+Summary:A multi-language reader for CC-BY licensed Pepper & Carrot Webcomic
+Description:
+Android E-Reader App for Reading Pepper & Carrot Webcomic, an Open-source (CC-BY
+4.0) comic made by David Revoy.
+.
+
+Repo Type:git
+Repo:https://framagit.org/peppercarrot/e-reader.git
+
+Build:1.0,6
+ commit=1.0.0
+ subdir=app
+ gradle=yes
+ rm=app/libs
+ prebuild=echo -e '\nbuildscript { repositories { google() } }' >> ../build.gradle && \
+ sed -i -e '/maven {/,+2d' ../build.gradle && \
+ sed -i -e '/exclude group/d' build.gradle
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:1.0
+Current Version Code:6
diff --git a/metadata/nitezh.ministock.txt b/metadata/nitezh.ministock.txt
index 062393fd4e..e5e0ca0028 100644
--- a/metadata/nitezh.ministock.txt
+++ b/metadata/nitezh.ministock.txt
@@ -9,6 +9,19 @@ Summary:Stock price widget
Description:
Ministocks uses finance data sourced from Yahoo Finance, and recognises the same
symbols.
+
+The Ministocks stocks widget has the following features:
+
+* Four widget sizes available
+* Add unlimited widgets
+* Stock symbol search
+* Price change - daily and against buy price
+* Profit and loss - current valuation and total gain
+* High price and low price alerts
+* Foreign exchange prices
+* Data sourced from Yahoo Finance
+* Foreign exchange daily changes
+* Custom update schedule
.
Repo Type:git
diff --git a/metadata/nl.asymmetrics.droidshows.txt b/metadata/nl.asymmetrics.droidshows.txt
index 3d81649e28..34a7378757 100644
--- a/metadata/nl.asymmetrics.droidshows.txt
+++ b/metadata/nl.asymmetrics.droidshows.txt
@@ -1,5 +1,5 @@
Categories:Multimedia,Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://ltguillaume.github.io/DroidShows
Source Code:https://github.com/ltGuillaume/DroidShows
Issue Tracker:https://github.com/ltGuillaume/DroidShows/issues
@@ -11,6 +11,15 @@ Description:
TV Series/TV Shows browser and tracker based on [[org.droidseries]]. It helps
you manage your favorite TV shows and keep track of the episodes that you have
or have not seen.
+
+This fork adds quite a bunch of features, among which an improved interface, a
+menu overflow button, pinning, quick search and filters, a separate
+archive/backlog list, a last seen episodes log, swipe gestures, more show
+information, backup/restore, double episode entries clean-up, faster updating,
+cover and fan art view, a modern launcher icon and it speeds up responsiveness
+significantly by (more) efficient SQL queries and some threading. DroidShows
+only needs an internet connection when updating the show info or watching
+full-size posters.
.
Repo Type:git
diff --git a/metadata/nl.devluuk.sleepywifi.yml b/metadata/nl.devluuk.sleepywifi.yml
new file mode 100644
index 0000000000..37e3952d7c
--- /dev/null
+++ b/metadata/nl.devluuk.sleepywifi.yml
@@ -0,0 +1,37 @@
+Categories:
+ - Connectivity
+ - System
+License: GPL-3.0-or-later
+SourceCode: https://github.com/DevLuuk/SleepyWifi
+IssueTracker: https://github.com/DevLuuk/SleepyWifi/issues
+Changelog: https://github.com/DevLuuk/SleepyWifi/releases
+
+AutoName: SleepyWifi
+Summary: Disables the Wi-Fi when the phone is in sleep mode
+Description: |-
+ This app brings back the 'turn Wi-Fi off when the phone is in sleepmode' option for Android 8.1. It runs in the background and runs at startup.
+
+ The app works for Android devices with version 8.0 or higher.
+
+RepoType: git
+Repo: https://github.com/DevLuuk/SleepyWifi.git
+
+Builds:
+ - versionName: '1.0'
+ versionCode: 1
+ commit: v1.0.0
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: '1.1'
+ versionCode: 2
+ commit: v1.1
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version v%v
+UpdateCheckMode: Tags
+CurrentVersion: '1.1'
+CurrentVersionCode: 2
diff --git a/metadata/nl.implode.weer.txt b/metadata/nl.implode.weer.txt
new file mode 100644
index 0000000000..2ff5061883
--- /dev/null
+++ b/metadata/nl.implode.weer.txt
@@ -0,0 +1,52 @@
+Categories:Science & Education
+License:MIT
+Web Site:https://github.com/sanderbaas/WeatherWidget
+Source Code:https://github.com/sanderbaas/WeatherWidget
+Issue Tracker:https://github.com/sanderbaas/WeatherWidget/issues
+
+Name:Weather Widget
+Auto Name:Weather
+Summary:Add widget to home screen with weather 5 to 7 day weather forecast
+Description:
+Add one or more widgets to home screen with weather 5 to 7 day weather forecast
+in a location.
+.
+
+Repo Type:git
+Repo:https://github.com/sanderbaas/WeatherWidget.git
+
+Build:1.1.2,10
+ commit=v1.1.2
+ subdir=app
+ gradle=yes
+
+Build:1.1.3,11
+ commit=v1.1.3
+ subdir=app
+ gradle=yes
+
+Build:1.2.0,12
+ commit=v1.2.0
+ subdir=app
+ gradle=yes
+
+Build:1.3.0,13
+ disable=lintVitalRelease fails
+ commit=v1.3.0
+ subdir=app
+ gradle=yes
+
+Build:1.3.1,14
+ commit=v1.3.1
+ subdir=app
+ gradle=yes
+
+Build:1.3.2,15
+ commit=v1.3.2
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.3.2
+Current Version Code:15
diff --git a/metadata/nl.mpcjanssen.simpletask.txt b/metadata/nl.mpcjanssen.simpletask.txt
index 7ad7c8bec0..cd733efd6b 100644
--- a/metadata/nl.mpcjanssen.simpletask.txt
+++ b/metadata/nl.mpcjanssen.simpletask.txt
@@ -1,6 +1,6 @@
Categories:Writing
-License:GPL-3.0
-Web Site:https://github.com/mpcjanssen/simpletask-android/blob/HEAD/src/main/assets/index.en.md
+License:GPL-3.0-only
+Web Site:https://github.com/mpcjanssen/simpletask-android/blob/HEAD/app/src/main/assets/index.en.md
Source Code:https://github.com/mpcjanssen/simpletask-android
Issue Tracker:https://github.com/mpcjanssen/simpletask-android/issues
Changelog:https://github.com/mpcjanssen/simpletask-android/blob/HEAD/app/src/main/assets/changelog.en.md
@@ -678,7 +678,17 @@ Build:10.1.15,3091
subdir=app
gradle=cloudless
+Build:10.1.16,3092
+ commit=10.1.16
+ subdir=app
+ gradle=cloudless
+
+Build:10.2.0,3200
+ commit=10.2.0
+ subdir=app
+ gradle=cloudless
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:10.1.15
-Current Version Code:3091
+Current Version:10.2.0
+Current Version Code:3200
diff --git a/metadata/nl.sogeti.android.gpstracker.txt b/metadata/nl.sogeti.android.gpstracker.txt
index 4a9f3a9f5b..875758d093 100644
--- a/metadata/nl.sogeti.android.gpstracker.txt
+++ b/metadata/nl.sogeti.android.gpstracker.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeDep
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/rcgroot/open-gpstracker
Issue Tracker:https://github.com/rcgroot/open-gpstracker/issues
diff --git a/metadata/nl.ttys0.simplec25k.txt b/metadata/nl.ttys0.simplec25k.txt
index d601ad9771..cb464d32f4 100644
--- a/metadata/nl.ttys0.simplec25k.txt
+++ b/metadata/nl.ttys0.simplec25k.txt
@@ -1,5 +1,5 @@
Categories:Sports & Health
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://simplec25k.ttys0.nl
Source Code:https://github.com/roelb/Simple-C25K
Issue Tracker:https://github.com/roelb/Simple-C25K/issues
diff --git a/metadata/nl.yoerinijs.notebuddy.txt b/metadata/nl.yoerinijs.notebuddy.txt
index c9c3091d31..d0ca2fad82 100644
--- a/metadata/nl.yoerinijs.notebuddy.txt
+++ b/metadata/nl.yoerinijs.notebuddy.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/YoeriNijs/NoteBuddy/blob/HEAD/README.md
Source Code:https://github.com/YoeriNijs/NoteBuddy
Issue Tracker:https://github.com/YoeriNijs/NoteBuddy/issues
diff --git a/metadata/no.rkkc.bysykkel.txt b/metadata/no.rkkc.bysykkel.txt
index 1132ef7e87..e46f59e972 100644
--- a/metadata/no.rkkc.bysykkel.txt
+++ b/metadata/no.rkkc.bysykkel.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeDep
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.kind-kristiansen.no/projects/bysyklist-oslo
Source Code:https://gitorious.org/bysyklist/bysyklist
Issue Tracker:http://rogerkk.lighthouseapp.com/projects/53437-bysyklist-oslo
diff --git a/metadata/nodom.darkfm.inventoryguimobile.txt b/metadata/nodom.darkfm.inventoryguimobile.txt
index 21e92651bb..dd3a86aa91 100644
--- a/metadata/nodom.darkfm.inventoryguimobile.txt
+++ b/metadata/nodom.darkfm.inventoryguimobile.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:Salvador 'darkfm' Pardiñas
Author Email:darkfm@vera.com.uy
Web Site:https://github.com/salvadorp2001/Inventory_Taker/
@@ -8,7 +8,10 @@ Issue Tracker:https://github.com/salvadorp2001/Inventory_Taker/issues
Auto Name:InventoryGUI Mobile
Description:
-Simple Inventory Application
+Simple Inventory Application.
+
+Desktop releases may be found
+[https://github.com/salvadorp2001/Inventory_Taker/releases here].
.
Repo Type:git
diff --git a/metadata/nodomain.freeyourgadget.gadgetbridge.txt b/metadata/nodomain.freeyourgadget.gadgetbridge.txt
index 49bf1eb136..e55c8636ad 100644
--- a/metadata/nodomain.freeyourgadget.gadgetbridge.txt
+++ b/metadata/nodomain.freeyourgadget.gadgetbridge.txt
@@ -1,5 +1,5 @@
Categories:Connectivity,System,Navigation
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:https://gadgetbridge.org
Source Code:https://github.com/Freeyourgadget/Gadgetbridge
Issue Tracker:https://github.com/Freeyourgadget/Gadgetbridge/issues
@@ -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
@@ -623,7 +624,72 @@ Build:0.25.1,125
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
+
+Build:0.26.3,129
+ commit=0.26.3
+ subdir=app
+ gradle=yes
+
+Build:0.26.4,130
+ commit=0.26.4
+ subdir=app
+ gradle=yes
+
+Build:0.26.5,131
+ commit=0.26.5
+ subdir=app
+ gradle=yes
+
+Build:0.27.0,132
+ commit=0.27.0
+ subdir=app
+ gradle=yes
+
+Build:0.27.1,133
+ commit=0.27.1
+ subdir=app
+ gradle=yes
+
+Build:0.28.0,134
+ commit=0.28.0
+ subdir=app
+ gradle=yes
+
+Build:0.28.1,135
+ commit=0.28.1
+ subdir=app
+ gradle=yes
+
+Build:0.29.0,136
+ commit=0.29.0
+ subdir=app
+ gradle=yes
+
+Build:0.29.1,137
+ commit=0.29.1
+ subdir=app
+ gradle=yes
+
+Build:0.30.0,138
+ commit=0.30.0
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:0.25.1
-Current Version Code:125
+Current Version:0.30.0
+Current Version Code:138
diff --git a/metadata/nu.firetech.android.pactrack.txt b/metadata/nu.firetech.android.pactrack.txt
index 186c87a175..0ec3a96af5 100644
--- a/metadata/nu.firetech.android.pactrack.txt
+++ b/metadata/nu.firetech.android.pactrack.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://firetech.nu/pactrackdroid
Source Code:https://github.com/firetech/PactrackDroid
Issue Tracker:https://github.com/firetech/PactrackDroid/issues
@@ -20,5 +20,5 @@ Build:1.3.1,1310
Auto Update Mode:None
Update Check Mode:Static
-Current Version:1.3.1
-Current Version Code:1310
+Current Version:2.6.0
+Current Version Code:2601
diff --git a/metadata/nu.firetech.android.wifiwarning.txt b/metadata/nu.firetech.android.wifiwarning.txt
index 43114f3cb8..83c9f8b20f 100644
--- a/metadata/nu.firetech.android.wifiwarning.txt
+++ b/metadata/nu.firetech.android.wifiwarning.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://github.com/firetech/wifiwarning/blob/HEAD/README
Source Code:https://github.com/firetech/wifiwarning
Issue Tracker:https://github.com/firetech/wifiwarning/issues
diff --git a/metadata/nya.miku.wishmaster.txt b/metadata/nya.miku.wishmaster.txt
index 033e0d1e6e..566ccc4d41 100644
--- a/metadata/nya.miku.wishmaster.txt
+++ b/metadata/nya.miku.wishmaster.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://miku-nyan.github.io/Overchan-Android
Source Code:https://github.com/miku-nyan/Overchan-Android
Issue Tracker:https://github.com/miku-nyan/Overchan-Android/issues
diff --git a/metadata/ohi.andre.consolelauncher.txt b/metadata/ohi.andre.consolelauncher.txt
index 815a6483f6..d6a68f0dc2 100644
--- a/metadata/ohi.andre.consolelauncher.txt
+++ b/metadata/ohi.andre.consolelauncher.txt
@@ -1,8 +1,8 @@
Categories:System
License:Apache-2.0
Web Site:http://forum.xda-developers.com/android/apps-games/t-ui-terminal-console-launcher-t3146288/post61606911
-Source Code:https://github.com/Andre1299/TUI-ConsoleLauncher
-Issue Tracker:https://github.com/Andre1299/TUI-ConsoleLauncher/issues
+Source Code:https://github.com/fAndreuzzi/TUI-ConsoleLauncher
+Issue Tracker:https://github.com/fAndreuzzi/TUI-ConsoleLauncher/issues
Auto Name:T-UI
Summary:Terminal based launcher
@@ -41,7 +41,7 @@ You have to manually allow permissions.
.
Repo Type:git
-Repo:https://github.com/Andre1299/TUI-ConsoleLauncher
+Repo:https://github.com/fAndreuzzi/TUI-ConsoleLauncher
Build:4.1,66
disable=remove apk, sort out deps
diff --git a/metadata/ohm.quickdice.txt b/metadata/ohm.quickdice.txt
index 4ecd925f54..df7d607ff4 100644
--- a/metadata/ohm.quickdice.txt
+++ b/metadata/ohm.quickdice.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.ohmnibus.net/en
Source Code:https://github.com/Ohmnibus/quick-dice-roller
Issue Tracker:https://github.com/Ohmnibus/quick-dice-roller/issues
diff --git a/metadata/openfoodfacts.github.scrachx.openbeauty.txt b/metadata/openfoodfacts.github.scrachx.openbeauty.txt
index 0afb68c91e..71c44b8c01 100644
--- a/metadata/openfoodfacts.github.scrachx.openbeauty.txt
+++ b/metadata/openfoodfacts.github.scrachx.openbeauty.txt
@@ -75,7 +75,74 @@ Build:0.8.8,44
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
+
+Build:0.9.0,50
+ commit=0.9.0
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=obf
+
+Build:0.9.0.1,51
+ commit=0.9.0.1
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=obf
+
+Build:0.9.0.2,52
+ commit=0.9.0.2
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=obf
+
+Build:0.9.0.3,53
+ commit=0.9.0.3
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=obf
+
+Build:2.7.7,277
+ commit=2.7.7
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=obf
+
+Build:2.7.9,279
+ disable=Could not resolve com.android.tools.build:gradle:3.1.2
+ commit=2.7.9
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=obf
+
+Build:2.8.2,282
+ commit=2.8.2
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=obf
+
+Build:2.8.5,285
+ commit=2.8.5
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=obf
+
+Build:2.8.7,287
+ commit=2.8.7
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=obf
+
+Build:2.9.0,290
+ commit=2.9.0
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=obf
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:0.8.8
-Current Version Code:44
+Current Version:2.9.0
+Current Version Code:290
diff --git a/metadata/openfoodfacts.github.scrachx.openfood.txt b/metadata/openfoodfacts.github.scrachx.openfood.txt
index d3c6c00645..af955acfa9 100644
--- a/metadata/openfoodfacts.github.scrachx.openfood.txt
+++ b/metadata/openfoodfacts.github.scrachx.openfood.txt
@@ -3,7 +3,8 @@ 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
+Donate:https://www.helloasso.com/associations/open-food-facts/formulaires/1/widget/en
Auto Name:Open Food
Summary:Look up food ingredients, allergens, nutrition facts
@@ -11,17 +12,19 @@ Description:
Scan food products or their barcode to obtain data on ingredients, additives,
allergens, nutrition facts… The app allows to view the 310 000 products already
contained in the free and open database Open Food Facts. More importantly, it
-also lets you contribute pictures and data for missing products. You will also
-be able to find (according to the indications present on the products):# carbon
-footprint (CO2 emissions) and packaging (as well as recycling instructions),#
-Nutriscore (nutritional score), nutrients, fat / fat content, saturated fatty
-acids, carbohydrates, sugars, fiber, protein and salt and sodium.# brands,
-allergens, labels (bio, gluten free, vegan, vegetarian, halal, kosher ...),
-traceability information (packaging codes, origins of ingredients)# On wines and
-beers, you will find the alcohol content.To discover the Open Food Facts project
-and help us open food and cosmetics, please visit
-[https://world.openfoodfacts.org/discover openfoodfacts.org] where you can
-discover how to contribute.
+also lets you contribute pictures and data for missing products.
+
+You will also be able to find (according to the indications present on the
+products):
+
+* Carbon footprint (CO2 emissions) and packaging (as well as recycling instructions).
+* Nutriscore (nutritional score), nutrients, fat / fat content, saturated fatty acids, carbohydrates, sugars, fiber, protein and salt and sodium.
+* Brands, allergens, labels (bio, gluten free, vegan, vegetarian, halal, kosher ...), traceability information (packaging codes, origins of ingredients).
+* On wines and beers, you will find the alcohol content.
+
+To discover the Open Food Facts project and help us open food and cosmetics,
+please visit [https://world.openfoodfacts.org/discover openfoodfacts.org] where
+you can discover how to contribute.
.
Repo Type:git
@@ -183,7 +186,80 @@ Build:0.8.8,44
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
+
+Build:0.9.0,50
+ commit=0.9.0
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=off
+
+Build:0.9.0.1,51
+ commit=0.9.0.1
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=off
+
+Build:0.9.0.2,52
+ commit=0.9.0.2
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=off
+
+Build:0.9.0.3,53
+ commit=0.9.0.3
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=off
+
+Build:2.7.7,277
+ commit=2.7.7
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=off
+
+Build:2.7.9,279
+ disable=Could not find com.mikepenz:materialdrawer:6.0.2
+ commit=2.7.9
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=off
+
+Build:2.8.2,282
+ commit=2.8.2
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=off
+
+Build:2.8.5,285
+ commit=2.8.5
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=off
+
+Build:2.8.7,287
+ commit=2.8.7
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=off
+
+Build:2.8.8,288
+ commit=2.8.9
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=off
+
+Build:2.9.0,290
+ commit=2.9.0
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=off
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:0.8.8
-Current Version Code:44
+Current Version:2.9.0
+Current Version Code:290
diff --git a/metadata/orbitlivewallpaperfree.puzzleduck.com.txt b/metadata/orbitlivewallpaperfree.puzzleduck.com.txt
index 16f2cb6072..af6318d86c 100644
--- a/metadata/orbitlivewallpaperfree.puzzleduck.com.txt
+++ b/metadata/orbitlivewallpaperfree.puzzleduck.com.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/PuZZleDucK/Orbital-Live-Wallpaper
Issue Tracker:https://github.com/PuZZleDucK/Orbital-Live-Wallpaper/issues
diff --git a/metadata/org.ab.x48.txt b/metadata/org.ab.x48.txt
index 8306bcfd9a..bb93be008c 100644
--- a/metadata/org.ab.x48.txt
+++ b/metadata/org.ab.x48.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/shagr4th/droid48
Issue Tracker:https://github.com/shagr4th/droid48/issues
diff --git a/metadata/org.abrantix.rockon.rockonnggl.txt b/metadata/org.abrantix.rockon.rockonnggl.txt
index 468a1aad5b..77a73a3d2d 100644
--- a/metadata/org.abrantix.rockon.rockonnggl.txt
+++ b/metadata/org.abrantix.rockon.rockonnggl.txt
@@ -1,6 +1,6 @@
Disabled:Non-free binaries
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://abrantix.org/3.php
Source Code:https://github.com/fabrantes/rockonnggl
Issue Tracker:https://github.com/fabrantes/rockonnggl/issues
diff --git a/metadata/org.adaway.txt b/metadata/org.adaway.txt
index 81fe21e9bb..3b0b47334f 100644
--- a/metadata/org.adaway.txt
+++ b/metadata/org.adaway.txt
@@ -1,6 +1,6 @@
Provides:org.sufficientlysecure.adaway
Categories:System,Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://adaway.org/
Source Code:https://github.com/AdAway/AdAway
Issue Tracker:https://github.com/AdAway/AdAway/issues
diff --git a/metadata/org.adblockplus.android.txt b/metadata/org.adblockplus.android.txt
index 33b1db4a61..ae188d6db3 100644
--- a/metadata/org.adblockplus.android.txt
+++ b/metadata/org.adblockplus.android.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://adblockplus.org/en/android
Source Code:https://hg.adblockplus.org/adblockplusandroid
Issue Tracker:https://adblockplus.org/forum/viewforum.php?f=11
diff --git a/metadata/org.addhen.smssync.txt b/metadata/org.addhen.smssync.txt
index c3b1359394..9cfc18fefe 100644
--- a/metadata/org.addhen.smssync.txt
+++ b/metadata/org.addhen.smssync.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:LGPL-3.0
+License:LGPL-3.0-only
Web Site:http://smssync.ushahidi.com
Source Code:https://github.com/ushahidi/SMSSync
Issue Tracker:https://github.com/ushahidi/SMSSync/issues
diff --git a/metadata/org.afhdownloader.txt b/metadata/org.afhdownloader.txt
index c5d7bfe71c..6ab74770c3 100644
--- a/metadata/org.afhdownloader.txt
+++ b/metadata/org.afhdownloader.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/daktak/afh_downloader
Issue Tracker:https://github.com/daktak/afh_downloader/issues
@@ -60,7 +60,12 @@ Build:0.4.5,10
subdir=app
gradle=yes
+Build:0.4.6,11
+ commit=v0.4.6
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.4.5
-Current Version Code:10
+Current Version:0.4.6
+Current Version Code:11
diff --git a/metadata/org.akvo.rsr.up.txt b/metadata/org.akvo.rsr.up.txt
index 4b221e0603..6a6d015816 100644
--- a/metadata/org.akvo.rsr.up.txt
+++ b/metadata/org.akvo.rsr.up.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:http://akvo.org/products/rsr/akvo-rsr-up
Source Code:https://github.com/akvo/akvo-rsr-up
Issue Tracker:https://github.com/akvo/akvo-rsr-up/issues
diff --git a/metadata/org.ale.scanner.zotero.txt b/metadata/org.ale.scanner.zotero.txt
index a8db79909d..a7076f5817 100644
--- a/metadata/org.ale.scanner.zotero.txt
+++ b/metadata/org.ale.scanner.zotero.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/jmschanck/Scanner-For-Zotero
Issue Tracker:https://github.com/jmschanck/Scanner-For-Zotero/issues
diff --git a/metadata/org.ametro.txt b/metadata/org.ametro.txt
index 5614833377..e6cdccd06d 100644
--- a/metadata/org.ametro.txt
+++ b/metadata/org.ametro.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://www.ametro.org
Source Code:https://github.com/RomanGolovanov/ametro
Issue Tracker:https://github.com/RomanGolovanov/ametro/issues
diff --git a/metadata/org.aminb.mathtools.app.txt b/metadata/org.aminb.mathtools.app.txt
index fdd5cd7c0e..7ce32a8b76 100644
--- a/metadata/org.aminb.mathtools.app.txt
+++ b/metadata/org.aminb.mathtools.app.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/aminb/mathtools
Issue Tracker:https://github.com/aminb/mathtools/issues
diff --git a/metadata/org.amoradi.syncopoli.txt b/metadata/org.amoradi.syncopoli.txt
index 8fb555e7c7..76fc09f263 100644
--- a/metadata/org.amoradi.syncopoli.txt
+++ b/metadata/org.amoradi.syncopoli.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/fengshaun/syncopoli
Source Code:https://gitlab.com/fengshaun/syncopoli/tree/HEAD
Issue Tracker:https://gitlab.com/fengshaun/syncopoli/issues
@@ -11,8 +11,10 @@ Description:
An rsync client that allows you to backup files/directories on your phone to
your remote server.
-Features: - Phone to remote server backup (Remote to phone coming soon) -
-Supports transport through both Rsync and SSH protocols
+Features:
+
+* Phone to remote server backup (Remote to phone coming soon)
+* Supports transport through both Rsync and SSH protocols
.
Repo Type:git
@@ -115,7 +117,31 @@ 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
+
+Build:v0.4.5.5,18
+ commit=v0.4.5.5
+ subdir=app
+ submodules=yes
+ gradle=yes
+ buildjni=no
+ ndk=r15c
+
+Build:v0.4.6,19
+ commit=v0.4.6
+ 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.6
+Current Version Code:19
diff --git a/metadata/org.andglkmod.hunkypunk.txt b/metadata/org.andglkmod.hunkypunk.txt
index aaf7bb5dc8..8b07fe3fca 100644
--- a/metadata/org.andglkmod.hunkypunk.txt
+++ b/metadata/org.andglkmod.hunkypunk.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/retrobits/son_of_hunkypunk
Issue Tracker:https://github.com/retrobits/son_of_hunkypunk/issues
diff --git a/metadata/org.androhid.txt b/metadata/org.androhid.txt
index 4c5743972a..3bd638f5e9 100644
--- a/metadata/org.androhid.txt
+++ b/metadata/org.androhid.txt
@@ -1,6 +1,6 @@
Disabled:Still not buildable, no code updates for three years
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/androhid
Source Code:https://code.google.com/p/androhid/source
Issue Tracker:
diff --git a/metadata/org.androidappdev.batterywidget.txt b/metadata/org.androidappdev.batterywidget.txt
index 6901e493b4..18ea41a6db 100644
--- a/metadata/org.androidappdev.batterywidget.txt
+++ b/metadata/org.androidappdev.batterywidget.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/hmrocha/batterywidget
Issue Tracker:https://github.com/hmrocha/batterywidget/issues
diff --git a/metadata/org.androidappdev.wifiwidget.txt b/metadata/org.androidappdev.wifiwidget.txt
index e7a1e96807..e4b4556a05 100644
--- a/metadata/org.androidappdev.wifiwidget.txt
+++ b/metadata/org.androidappdev.wifiwidget.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://androidappdev.org
Source Code:https://github.com/hmrocha/wifiwidget
Issue Tracker:https://github.com/hmrocha/wifiwidget/issues
diff --git a/metadata/org.androidfromfrankfurt.archnews.txt b/metadata/org.androidfromfrankfurt.archnews.txt
index b7d150c0f0..1633ca5362 100644
--- a/metadata/org.androidfromfrankfurt.archnews.txt
+++ b/metadata/org.androidfromfrankfurt.archnews.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/Lesik/open-archnews
Issue Tracker:https://github.com/Lesik/open-archnews/issues
diff --git a/metadata/org.androidpn.client.txt b/metadata/org.androidpn.client.txt
index 3b8a8bac16..42298af7fb 100644
--- a/metadata/org.androidpn.client.txt
+++ b/metadata/org.androidpn.client.txt
@@ -8,7 +8,9 @@ Auto Name:AndroidPN Client
Summary:Push Notification Client
Description:
Android Push Notification Client. Obtain server from
-[https://sourceforge.net/projects/androidpn/ here].
+[https://sourceforge.net/projects/androidpn/ here]. ''AndroidPN'' is based on
+XMPP. The server part also offers an admin console to send out notifications to
+a single device or all devices registered with the server.
.
Repo Type:git
diff --git a/metadata/org.androidsoft.app.permission.txt b/metadata/org.androidsoft.app.permission.txt
index 29a97be799..1eeadc54bd 100644
--- a/metadata/org.androidsoft.app.permission.txt
+++ b/metadata/org.androidsoft.app.permission.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.androidsoft.org
Source Code:https://github.com/androidsoft-org/androidsoft-permission
Issue Tracker:https://github.com/androidsoft-org/androidsoft-permission/issues
diff --git a/metadata/org.androidsoft.coloring.txt b/metadata/org.androidsoft.coloring.txt
index 448a7ca262..af069f27df 100644
--- a/metadata/org.androidsoft.coloring.txt
+++ b/metadata/org.androidsoft.coloring.txt
@@ -1,5 +1,5 @@
Categories:Graphics
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://androidsoft.org
Source Code:https://github.com/androidsoft-org/androidsoft-coloring
Issue Tracker:https://github.com/androidsoft-org/androidsoft-coloring/issues
diff --git a/metadata/org.androidsoft.games.memory.kids.txt b/metadata/org.androidsoft.games.memory.kids.txt
index bc357574eb..a4eef67fa8 100644
--- a/metadata/org.androidsoft.games.memory.kids.txt
+++ b/metadata/org.androidsoft.games.memory.kids.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://androidsoft.org
Source Code:https://github.com/androidsoft-org/androidsoft-memory
Issue Tracker:https://github.com/androidsoft-org/androidsoft-memory/issues
@@ -7,7 +7,15 @@ Issue Tracker:https://github.com/androidsoft-org/androidsoft-memory/issues
Auto Name:Memory
Summary:Memory game for kids
Description:
-A memory game for kids.
+A memory game for kids: Discover tiles by pair.
+
+Several themes available:
+
+* default theme using icons coming from the Crystal Clear project directed by Everaldo Coelho.
+* season themes : currently Christmas, Easter. Summer and Halloween are coming.
+* fun : Tux the (Linux) penguin
+
+Funny sounds are associated to tiles (especially for little kids).
.
Repo Type:git
diff --git a/metadata/org.androidsoft.games.memory.tux.txt b/metadata/org.androidsoft.games.memory.tux.txt
index d7e73d66f6..00bf22c6c6 100644
--- a/metadata/org.androidsoft.games.memory.tux.txt
+++ b/metadata/org.androidsoft.games.memory.tux.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://androidsoft.org
Source Code:https://github.com/androidsoft-org/androidsoft-tuxmemory
Issue Tracker:https://github.com/androidsoft-org/androidsoft-tuxmemory/issues
diff --git a/metadata/org.androidsoft.games.puzzle.kids.txt b/metadata/org.androidsoft.games.puzzle.kids.txt
index 304ad6ec51..4f55e6bba7 100644
--- a/metadata/org.androidsoft.games.puzzle.kids.txt
+++ b/metadata/org.androidsoft.games.puzzle.kids.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://androidsoft.org
Source Code:https://github.com/androidsoft-org/androidsoft-puzzle
Issue Tracker:https://github.com/androidsoft-org/androidsoft-puzzle/issues
diff --git a/metadata/org.androidsoft.games.slowit.txt b/metadata/org.androidsoft.games.slowit.txt
index 0693df3380..16c2b3b584 100644
--- a/metadata/org.androidsoft.games.slowit.txt
+++ b/metadata/org.androidsoft.games.slowit.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.androidsoft.org
Source Code:https://github.com/androidsoft-org/androidsoft-slowit
Issue Tracker:https://github.com/androidsoft-org/androidsoft-slowit/issues
diff --git a/metadata/org.androidsoft.opendata.remarkabletrees.txt b/metadata/org.androidsoft.opendata.remarkabletrees.txt
index 1c7ddb9ac0..c77f0c0581 100644
--- a/metadata/org.androidsoft.opendata.remarkabletrees.txt
+++ b/metadata/org.androidsoft.opendata.remarkabletrees.txt
@@ -1,7 +1,7 @@
Disabled:Google APIs
AntiFeatures:NonFreeDep
Categories:Navigation,Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://androidsoft.org
Source Code:https://github.com/androidsoft-org/androidsoft-remarkable-trees
Issue Tracker:https://github.com/androidsoft-org/androidsoft-remarkable-trees/issues
diff --git a/metadata/org.andstatus.app.txt b/metadata/org.andstatus.app.txt
index 920b99c947..ec26e06c60 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
@@ -494,11 +496,51 @@ Build:37.01,245
subdir=app
gradle=yes
+Build:38.04,250
+ commit=38.04-release
+ subdir=app
+ gradle=yes
+
+Build:38.06,252
+ commit=38.06-release
+ subdir=app
+ gradle=yes
+
+Build:39.00,253
+ commit=39.00-release
+ subdir=app
+ gradle=yes
+
+Build:40.00,254
+ commit=40.00-release
+ subdir=app
+ gradle=yes
+
+Build:40.02,256
+ commit=40.02-release
+ subdir=app
+ gradle=yes
+
+Build:41.01,258
+ commit=41.01-release
+ subdir=app
+ gradle=yes
+
+Build:42.00,259
+ commit=42.00-release
+ subdir=app
+ gradle=yes
+
+Build:43.00,260
+ commit=43.00-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:37.01
-Current Version Code:245
+Current Version:43.00
+Current Version Code:260
diff --git a/metadata/org.anhonesteffort.flock.txt b/metadata/org.anhonesteffort.flock.txt
index 95feb1c117..66cc8c3c7d 100644
--- a/metadata/org.anhonesteffort.flock.txt
+++ b/metadata/org.anhonesteffort.flock.txt
@@ -1,6 +1,6 @@
Disabled:Request from upstream
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/WhisperSystems/Flock
Source Code:https://github.com/WhisperSystems/Flock
Issue Tracker:https://github.com/WhisperSystems/Flock/issues
diff --git a/metadata/org.anothermonitor.txt b/metadata/org.anothermonitor.txt
index 0950db1c5f..d4caf34c7b 100644
--- a/metadata/org.anothermonitor.txt
+++ b/metadata/org.anothermonitor.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/AntonioRedondo/AnotherMonitor/blob/HEAD/README.md
Source Code:https://github.com/AntonioRedondo/AnotherMonitor
Issue Tracker:https://github.com/AntonioRedondo/AnotherMonitor/issues
diff --git a/metadata/org.aprsdroid.app.txt b/metadata/org.aprsdroid.app.txt
index 3bf3d4da9d..2aa1ed9a59 100644
--- a/metadata/org.aprsdroid.app.txt
+++ b/metadata/org.aprsdroid.app.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://aprsdroid.org
Source Code:https://github.com/ge0rg/aprsdroid
Issue Tracker:https://github.com/ge0rg/aprsdroid/issues
diff --git a/metadata/org.ardour.txt b/metadata/org.ardour.txt
index 7d5e580a2a..ee885d9119 100644
--- a/metadata/org.ardour.txt
+++ b/metadata/org.ardour.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://ardour.org
Source Code:http://subversion.ardour.org/svn/thirdparty/ardroid
Issue Tracker:http://tracker.ardour.org
diff --git a/metadata/org.asdtm.fas.txt b/metadata/org.asdtm.fas.txt
index 309bbd69ac..57a4cc0148 100644
--- a/metadata/org.asdtm.fas.txt
+++ b/metadata/org.asdtm.fas.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/qqq3/inventum/blob/HEAD/README.md
Source Code:https://github.com/qqq3/inventum
Issue Tracker:https://github.com/qqq3/inventum/issues
diff --git a/metadata/org.asdtm.goodweather.txt b/metadata/org.asdtm.goodweather.txt
index db3a8aa825..28fd2418aa 100644
--- a/metadata/org.asdtm.goodweather.txt
+++ b/metadata/org.asdtm.goodweather.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/qqq3/good-weather
Issue Tracker:https://github.com/qqq3/good-weather/issues
diff --git a/metadata/org.asnelt.derandom.txt b/metadata/org.asnelt.derandom.txt
index a96de9b2a0..c6ce5db2e7 100644
--- a/metadata/org.asnelt.derandom.txt
+++ b/metadata/org.asnelt.derandom.txt
@@ -1,18 +1,14 @@
Categories:Security
License:Apache-2.0
-Web Site:https://github.com/asnelt/derandom/blob/HEAD/README.md
-Source Code:https://github.com/asnelt/derandom
-Issue Tracker:https://github.com/asnelt/derandom/issues
+Web Site:https://gitlab.com/asnelt/derandom/blob/HEAD/README.md
+Source Code:https://gitlab.com/asnelt/derandom
+Issue Tracker:https://gitlab.com/asnelt/derandom/issues
Bitcoin:1NZz4TGpJ1VL4Qmqw7aRAurASAT3Cq5S6s
Auto Name:Derandom
-Summary:Pseudo random number predictor
-Description:
-Predicts pseudo random numbers based on a sequence of observed numbers.
-.
Repo Type:git
-Repo:https://github.com/asnelt/derandom.git
+Repo:https://gitlab.com/asnelt/derandom.git
Build:1.3,4
commit=v1.3
@@ -54,7 +50,12 @@ Build:2.1,11
subdir=app
gradle=yes
+Build:2.2,12
+ commit=v2.2
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.1
-Current Version Code:11
+Current Version:2.2
+Current Version Code:12
diff --git a/metadata/org.asteroidos.sync.txt b/metadata/org.asteroidos.sync.txt
index 3f8af302e6..b1c329fe65 100644
--- a/metadata/org.asteroidos.sync.txt
+++ b/metadata/org.asteroidos.sync.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://www.asteroidos.org
Source Code:https://github.com/AsteroidOS/AsteroidOSSync
Issue Tracker:https://github.com/AsteroidOS/AsteroidOSSync/issues
diff --git a/metadata/org.atai.TessUI.txt b/metadata/org.atai.TessUI.txt
deleted file mode 100644
index c5fc107979..0000000000
--- a/metadata/org.atai.TessUI.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-AntiFeatures:NonFreeNet
-Categories:Multimedia,Graphics
-License:AGPL-3.0
-Web Site:
-Source Code:https://gitorious.org/character-recognition/character-recognition
-Issue Tracker:
-
-Auto Name:Character Recognition
-Summary:Extract text from images
-Description:
-OCR software based on [https://code.google.com/p/tesseract-ocr/ Tesseract]
-library to perform character recognition on images selected from the gallery or
-captured from the camera. Recognition results can be edited or copied for
-export.
-.
-
-Repo Type:git
-Repo:https://git.gitorious.org/character-recognition/character-recognition.git
-
-Build:0.3.6,12
- commit=3ad4acb422024da09a7747e5157c94f2ea415b63
- subdir=TessUI
- submodules=yes
- rm=tesseract-android-tools-test,ImageViewer
- scandelete=tesseract-android-tools
- buildjni=../tesseract-android-tools
-
-Build:0.3.7,13
- commit=3a15d11420e3e5e982866690c054993c7204d06a
- subdir=TessUI
- submodules=yes
- srclibs=BingTranslator@v0.6.2
- rm=tesseract-android-tools-test,ImageViewer,TessUI/libs/microsoft-translator-java-api-0.6.2-jar-with-dependencies.jar
- prebuild=pushd $$BingTranslator$$ && \
- $$MVN3$$ -Dmaven.test.skip=true package && \
- popd && \
- cp $$BingTranslator$$/target/microsoft-translator-java-api-0.6.2.jar libs/
- scandelete=tesseract-android-tools
- buildjni=../tesseract-android-tools
-
-Auto Update Mode:None
-Update Check Mode:RepoManifest
-Current Version:0.3.7
-Current Version Code:13
diff --git a/metadata/org.atai.TessUI.yml b/metadata/org.atai.TessUI.yml
new file mode 100644
index 0000000000..0445d5f387
--- /dev/null
+++ b/metadata/org.atai.TessUI.yml
@@ -0,0 +1,62 @@
+Categories:
+ - Multimedia
+ - Graphics
+License: AGPL-3.0-or-later
+WebSite: https://gitlab.com/character-recognition/character-recognition
+SourceCode: https://gitlab.com/character-recognition/character-recognition/tree/HEAD
+IssueTracker: https://gitlab.com/character-recognition/character-recognition/issues
+
+AutoName: Character Recognition
+Summary: Extract text from images
+Description: |-
+ OCR software based on [https://code.google.com/p/tesseract-ocr/ Tesseract]
+ library to perform character recognition on images selected from the gallery or
+ captured from the camera. Recognition results can be edited or copied for
+ export.
+
+RepoType: git
+Repo: https://gitlab.com/character-recognition/character-recognition.git
+
+Builds:
+ - versionName: 0.3.6
+ versionCode: 12
+ commit: 3ad4acb422024da09a7747e5157c94f2ea415b63
+ subdir: TessUI
+ submodules: true
+ rm:
+ - tesseract-android-tools-test
+ - ImageViewer
+ scandelete:
+ - tesseract-android-tools
+ buildjni:
+ - ../tesseract-android-tools
+
+ - versionName: 0.3.7
+ versionCode: 13
+ commit: 3a15d11420e3e5e982866690c054993c7204d06a
+ subdir: TessUI
+ submodules: true
+ srclibs:
+ - BingTranslator@v0.6.2
+ rm:
+ - tesseract-android-tools-test
+ - ImageViewer
+ - TessUI/libs/microsoft-translator-java-api-0.6.2-jar-with-dependencies.jar
+ prebuild: |-
+ pushd $$BingTranslator$$ && $$MVN3$$ -Dmaven.test.skip=true package && popd && cp $$BingTranslator$$/target/microsoft-translator-java-api-0.6.2.jar libs/
+ scandelete:
+ - tesseract-android-tools
+ buildjni:
+ - ../tesseract-android-tools
+
+ - versionName: 0.3.10
+ versionCode: 16
+ commit: v0.3.10
+ subdir: TessUI
+ gradle:
+ - yes
+
+AutoUpdateMode: None
+UpdateCheckMode: Tags
+CurrentVersion: 0.3.10
+CurrentVersionCode: 16
diff --git a/metadata/org.aykit.MyOwnNotes.txt b/metadata/org.aykit.MyOwnNotes.txt
index 4e0768c9ed..87ef7ee451 100644
--- a/metadata/org.aykit.MyOwnNotes.txt
+++ b/metadata/org.aykit.MyOwnNotes.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://aykit.org
Source Code:https://github.com/aykit/MyOwnNotes
Issue Tracker:https://github.com/aykit/MyOwnNotes/issues
@@ -38,7 +38,13 @@ Build:2.0,11
subdir=app
gradle=store
+Build:2.1.1,12
+ disable=no such Git tag anymore
+ commit=2.1.1
+ subdir=app
+ gradle=store
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:2.0
-Current Version Code:11
+Current Version:2.1.1
+Current Version Code:12
diff --git a/metadata/org.balau.fakedawn.txt b/metadata/org.balau.fakedawn.txt
index 0ef63ffce0..829827de60 100644
--- a/metadata/org.balau.fakedawn.txt
+++ b/metadata/org.balau.fakedawn.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/balau/fakedawn
Issue Tracker:https://github.com/balau/fakedawn/issues
diff --git a/metadata/org.basketbuilddownloader.txt b/metadata/org.basketbuilddownloader.txt
index 8bfb3fd3fe..5cc25b8bda 100644
--- a/metadata/org.basketbuilddownloader.txt
+++ b/metadata/org.basketbuilddownloader.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/daktak/basketbuild_downloader
Issue Tracker:https://github.com/daktak/basketbuild_downloader/issues
@@ -61,7 +61,12 @@ Build:0.4.1,11
subdir=app
gradle=yes
+Build:0.4.2,12
+ commit=v0.4.2
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.4.1
-Current Version Code:11
+Current Version:0.4.2
+Current Version Code:12
diff --git a/metadata/org.bc_bd.mrwhite.txt b/metadata/org.bc_bd.mrwhite.txt
index 87c121f758..b771d62a7f 100644
--- a/metadata/org.bc_bd.mrwhite.txt
+++ b/metadata/org.bc_bd.mrwhite.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://bc-bd.org/blog/mrwhite.html
Source Code:
Issue Tracker:
diff --git a/metadata/org.beide.bomber.txt b/metadata/org.beide.bomber.txt
index be7e1b0226..81f5fea9a0 100644
--- a/metadata/org.beide.bomber.txt
+++ b/metadata/org.beide.bomber.txt
@@ -1,8 +1,8 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/beide/Bomber-for-android
-Issue Tracker:https://github.com/beide/Bomber-for-android/issues
+Source Code:https://github.com/sophiehuiberts/Bomber-for-android
+Issue Tracker:https://github.com/sophiehuiberts/Bomber-for-android/issues
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=kees%40huibertsbloembollen%2enl&lc=NL&item_name=Sophie%27s%20software¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
Auto Name:Bomber
@@ -17,7 +17,7 @@ height of the buildings.
.
Repo Type:git
-Repo:https://github.com/beide/Bomber-for-android.git
+Repo:https://github.com/sophiehuiberts/Bomber-for-android
Build:1.0,1
commit=11fc0eafff0b7c16ddb34cce8ff0a692cfd7b5b8
diff --git a/metadata/org.beide.droidgain.txt b/metadata/org.beide.droidgain.txt
index afaf89a259..a1af95328b 100644
--- a/metadata/org.beide.droidgain.txt
+++ b/metadata/org.beide.droidgain.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/beide/Droidgain
Issue Tracker:https://github.com/beide/Droidgain/issues
diff --git a/metadata/org.berlin_vegan.bvapp.txt b/metadata/org.berlin_vegan.bvapp.txt
index d755e96422..6995c41302 100644
--- a/metadata/org.berlin_vegan.bvapp.txt
+++ b/metadata/org.berlin_vegan.bvapp.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://www.berlin-vegan.org/app/index_en.html
Source Code:https://github.com/Berlin-Vegan/berlin-vegan-guide
Issue Tracker:https://github.com/Berlin-Vegan/berlin-vegan-guide/issues
diff --git a/metadata/org.bienvenidoainternet.app.txt b/metadata/org.bienvenidoainternet.app.txt
index c0ffd3dbb2..208b133f9d 100644
--- a/metadata/org.bienvenidoainternet.app.txt
+++ b/metadata/org.bienvenidoainternet.app.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/Renard1911/BaiApp
Issue Tracker:https://github.com/Renard1911/BaiApp/issues
diff --git a/metadata/org.billthefarmer.accordion.txt b/metadata/org.billthefarmer.accordion.txt
index d086f25372..8c39768fb2 100644
--- a/metadata/org.billthefarmer.accordion.txt
+++ b/metadata/org.billthefarmer.accordion.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/billthefarmer/accordion/wiki
Source Code:https://github.com/billthefarmer/accordion
Issue Tracker:https://github.com/billthefarmer/accordion/issues
diff --git a/metadata/org.billthefarmer.crossword.txt b/metadata/org.billthefarmer.crossword.txt
index db40f084df..17d5ece26b 100755
--- a/metadata/org.billthefarmer.crossword.txt
+++ b/metadata/org.billthefarmer.crossword.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/billthefarmer/crossword/blob/HEAD/README.md
Source Code:https://github.com/billthefarmer/crossword
Issue Tracker:https://github.com/billthefarmer/crossword/issues
@@ -52,7 +52,11 @@ 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.07
-Current Version Code:107
+Current Version:1.08
+Current Version Code:108
diff --git a/metadata/org.billthefarmer.currency.txt b/metadata/org.billthefarmer.currency.txt
index 991c2e41e0..88e94d808b 100644
--- a/metadata/org.billthefarmer.currency.txt
+++ b/metadata/org.billthefarmer.currency.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/billthefarmer/currency/blob/HEAD/README.md
Source Code:https://github.com/billthefarmer/currency
Issue Tracker:https://github.com/billthefarmer/currency/issues
@@ -92,7 +92,31 @@ 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
+
+Build:1.18,118
+ commit=v1.18
+ gradle=yes
+
+Build:1.19,119
+ commit=v1.19
+ gradle=yes
+
+Build:1.20,120
+ commit=v1.20
+ gradle=yes
+
+Build:1.21,121
+ commit=v1.21
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.15
-Current Version Code:115
+Current Version:1.21
+Current Version Code:121
diff --git a/metadata/org.billthefarmer.diary.txt b/metadata/org.billthefarmer.diary.txt
index 8131e3462d..ee5a5606b4 100644
--- a/metadata/org.billthefarmer.diary.txt
+++ b/metadata/org.billthefarmer.diary.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/billthefarmer/diary/blob/HEAD/README.md
Source Code:https://github.com/billthefarmer/diary
Issue Tracker:https://github.com/billthefarmer/diary/issues
@@ -128,7 +128,27 @@ 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
+
+Build:1.29,129
+ commit=v1.29
+ gradle=yes
+
+Build:1.30,130
+ commit=v1.30
+ gradle=yes
+
+Build:1.31,131
+ commit=v1.31
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.26
-Current Version Code:126
+Current Version:1.31
+Current Version Code:131
diff --git a/metadata/org.billthefarmer.editor.txt b/metadata/org.billthefarmer.editor.txt
index d4c48e2a96..f79038a8f9 100644
--- a/metadata/org.billthefarmer.editor.txt
+++ b/metadata/org.billthefarmer.editor.txt
@@ -1,5 +1,5 @@
Categories:Writing,System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/billthefarmer/editor/blob/HEAD/README.md
Source Code:https://github.com/billthefarmer/editor
Issue Tracker:https://github.com/billthefarmer/editor/issues
@@ -12,7 +12,17 @@ This is a very simple generic text editor which may be used standalone or to
show or edit any sort of text file from another app. If you select a text file
in a file manager or similar app you will be offered the option of using this
editor along with whatever other apps you have installed that can show or edit a
-text file.
+text file. Files will initially be opened read only, long touch on the display
+or touch the edit item in the toolbar to enable editing.
+
+''Editor'' a.o. offers:
+
+* View markdown in browser or html viewer
+* AutoSave
+* Word wrap
+* Light/Dark/Retro themes
+* Small/Medium/Large font size
+* Monospace/Proportional font faces
.
Repo Type:git
@@ -102,7 +112,19 @@ Build:1.20,120
commit=v1.20
gradle=yes
+Build:1.21,121
+ commit=v1.21
+ gradle=yes
+
+Build:1.22,122
+ commit=v1.22
+ gradle=yes
+
+Build:1.23,123
+ commit=v1.23
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.20
-Current Version Code:120
+Current Version:1.23
+Current Version Code:123
diff --git a/metadata/org.billthefarmer.melodeon.txt b/metadata/org.billthefarmer.melodeon.txt
index db4acade72..a32a2e0d4c 100644
--- a/metadata/org.billthefarmer.melodeon.txt
+++ b/metadata/org.billthefarmer.melodeon.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/billthefarmer/melodeon/wiki
Source Code:https://github.com/billthefarmer/melodeon
Issue Tracker:https://github.com/billthefarmer/melodeon/issues
diff --git a/metadata/org.billthefarmer.scope.txt b/metadata/org.billthefarmer.scope.txt
index 3ead7473aa..4d573f1de5 100644
--- a/metadata/org.billthefarmer.scope.txt
+++ b/metadata/org.billthefarmer.scope.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/billthefarmer/scope/blob/HEAD/README.md
Source Code:https://github.com/billthefarmer/scope
Issue Tracker:https://github.com/billthefarmer/scope/issues
@@ -80,7 +80,15 @@ Build:1.16,116
commit=v1.16
gradle=yes
+Build:1.17,117
+ commit=v1.17
+ gradle=yes
+
+Build:1.18,118
+ commit=v1.18
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.16
-Current Version Code:116
+Current Version:1.18
+Current Version Code:118
diff --git a/metadata/org.billthefarmer.shorty.txt b/metadata/org.billthefarmer.shorty.txt
index c5b716bbb8..8ba66f6b90 100644
--- a/metadata/org.billthefarmer.shorty.txt
+++ b/metadata/org.billthefarmer.shorty.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/billthefarmer/shorty/blob/HEAD/README.md
Source Code:https://github.com/billthefarmer/shorty
Issue Tracker:https://github.com/billthefarmer/shorty/issues
diff --git a/metadata/org.billthefarmer.siggen.txt b/metadata/org.billthefarmer.siggen.txt
index f327422a04..7afb844931 100644
--- a/metadata/org.billthefarmer.siggen.txt
+++ b/metadata/org.billthefarmer.siggen.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/billthefarmer/sig-gen/wiki
Source Code:https://github.com/billthefarmer/sig-gen
Issue Tracker:https://github.com/billthefarmer/sig-gen/issues
@@ -81,7 +81,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.billthefarmer.tuner.txt b/metadata/org.billthefarmer.tuner.txt
index c8bf8f0a05..4823bb9e19 100644
--- a/metadata/org.billthefarmer.tuner.txt
+++ b/metadata/org.billthefarmer.tuner.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/billthefarmer/tuner/wiki
Source Code:https://github.com/billthefarmer/tuner
Issue Tracker:https://github.com/billthefarmer/tuner/issues
@@ -10,6 +10,13 @@ Summary:Musical instrument pitch tuning
Description:
Accordion tuner with scope, spectrum and strobe. Can show up to eight different
notes or reeds concurrently.
+
+Hold the phone/tablet near the instrument, play a note and observe the display.
+In portrait the app shows a scope with the input signal, a spectrum showing the
+processed signal, the main display with the note value, cents error, frequency
+error etc, a strobe display and a meter display showing the cents error. In
+landscape the app shows just the main display and the meter. There is a signal
+indicator in the action bar which is useful in landscape mode.
.
Repo Type:git
@@ -88,7 +95,11 @@ Build:1.21,121
commit=v1.21
gradle=yes
+Build:1.22,122
+ commit=v1.22
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.21
-Current Version Code:121
+Current Version:1.22
+Current Version Code:122
diff --git a/metadata/org.birthdayadapter.txt b/metadata/org.birthdayadapter.txt
index 865debc3a7..3a23613a2b 100644
--- a/metadata/org.birthdayadapter.txt
+++ b/metadata/org.birthdayadapter.txt
@@ -1,9 +1,9 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://www.sufficientlysecure.org/android/
-Source Code:https://github.com/SufficientlySecure/birthday-adapter
-Issue Tracker:https://github.com/SufficientlySecure/birthday-adapter/issues
-Changelog:https://github.com/SufficientlySecure/birthday-calendar/blob/HEAD/CHANGELOG
+Source Code:https://github.com/PrivacyApps/birthday-calendar
+Issue Tracker:https://github.com/PrivacyApps/birthday-calendar/issues
+Changelog:https://github.com/PrivacyApps/birthday-calendar/blob/HEAD/CHANGELOG
Donate:https://www.sufficientlysecure.org/android/
Auto Name:Birthday Adapter
@@ -11,10 +11,13 @@ Summary:Birthday Calendar Adapter
Description:
Adapter that makes the birthdays from your contacts available as a standard
calendar.
+
+Shows birthdays, anniversaries, and other dates from your contacts as events in
+your favorite calendar app. It supports all calendar apps available for Android.
.
Repo Type:git
-Repo:https://github.com/SufficientlySecure/birthday-adapter.git
+Repo:https://github.com/PrivacyApps/birthday-calendar.git
Build:1.0,1
commit=18e86ebf36849b764b6c9855ebf364d6ae8d1a88
diff --git a/metadata/org.bitbatzen.wlanscanner.txt b/metadata/org.bitbatzen.wlanscanner.txt
index 2d21030978..81eb9d7c69 100644
--- a/metadata/org.bitbatzen.wlanscanner.txt
+++ b/metadata/org.bitbatzen.wlanscanner.txt
@@ -1,5 +1,5 @@
Categories:System,Connectivity,Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://bitbucket.org/bitbatzen/wlanscanner
Source Code:https://bitbucket.org/bitbatzen/wlanscanner/src
Issue Tracker:https://bitbucket.org/bitbatzen/wlanscanner/issues
diff --git a/metadata/org.bitbucket.tickytacky.mirrormirror.txt b/metadata/org.bitbucket.tickytacky.mirrormirror.txt
index b802c12b86..5b9efec382 100644
--- a/metadata/org.bitbucket.tickytacky.mirrormirror.txt
+++ b/metadata/org.bitbucket.tickytacky.mirrormirror.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://bitbucket.org/tickytacky/mirrormirror
Source Code:https://bitbucket.org/tickytacky/mirrormirror/src
Issue Tracker:https://bitbucket.org/tickytacky/mirrormirror/issues
diff --git a/metadata/org.blockinger.game.txt b/metadata/org.blockinger.game.txt
index 5b895ef840..53a57606f2 100644
--- a/metadata/org.blockinger.game.txt
+++ b/metadata/org.blockinger.game.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/vocollapse/Blockinger
Issue Tracker:https://github.com/vocollapse/Blockinger/issues
diff --git a/metadata/org.blokada.alarm.txt b/metadata/org.blokada.alarm.txt
index 02d508b25d..780892965a 100644
--- a/metadata/org.blokada.alarm.txt
+++ b/metadata/org.blokada.alarm.txt
@@ -1,11 +1,13 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:The Blokada Community
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 v3 (ad blocker)
@@ -104,7 +106,21 @@ Build:3.2.4,302180405
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
+
+Build:3.4.100500,304100500
+ commit=3.4.100500
+ subdir=app
+ gradle=AdblockerFdroid
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:3.2.4
-Current Version Code:302180405
+Current Version:3.4.100500
+Current Version Code:304100500
diff --git a/metadata/org.bombusmod.txt b/metadata/org.bombusmod.txt
index 7e3901790d..13dff0c546 100644
--- a/metadata/org.bombusmod.txt
+++ b/metadata/org.bombusmod.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://bombusmod.net.ru
Source Code:https://github.com/BombusMod/BombusMod
Issue Tracker:https://github.com/BombusMod/BombusMod/issues
diff --git a/metadata/org.bottiger.podcast.txt b/metadata/org.bottiger.podcast.txt
index 17bd0c9686..0979eb72b8 100644
--- a/metadata/org.bottiger.podcast.txt
+++ b/metadata/org.bottiger.podcast.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/bottiger/SoundWaves/blob/HEAD/Readme.md
Source Code:https://github.com/bottiger/SoundWaves
Issue Tracker:https://github.com/bottiger/SoundWaves/issues
@@ -9,6 +9,18 @@ Auto Name:SoundWaves
Summary:Manage and listen to podcasts
Description:
Manage, fetch and listen to podcasts.
+
+'''Features:'''
+
+* Material UI:: Utilizing a fast and modern UI
+* Audio engine: Variable speed, silence trimming etc.
+* Web Player: Continue to listen to your podcasts in your browser on your desktop computer.
+* Synchronization: Synchronize your players with other devices.
+* Chromecast: Play episodes on your chromecast or chromecast audio
+* Sonos: Adds podcasts to your Sonos player.
+* Filters: Create a dynamic custom playlist with only the podcasts you listen to frequently
+* Chapters: Podcasts with chapters are supported. Both mp3 and Apples Enhanced Podcasts Chapters in m4a files.
+* Automatic file management: Automatic podcast download and deletion.
.
Repo Type:git
diff --git a/metadata/org.brandroid.openmanager.txt b/metadata/org.brandroid.openmanager.txt
index 7f3400a994..55eb4d4a14 100644
--- a/metadata/org.brandroid.openmanager.txt
+++ b/metadata/org.brandroid.openmanager.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://brandroid.org/open
Source Code:https://github.com/BrandroidTools/OpenExplorer
Issue Tracker:https://github.com/BrandroidTools/OpenExplorer/issues
diff --git a/metadata/org.briarproject.briar.beta.txt b/metadata/org.briarproject.briar.android.txt
similarity index 54%
rename from metadata/org.briarproject.briar.beta.txt
rename to metadata/org.briarproject.briar.android.txt
index c5a864cb29..d44ab1cc5b 100644
--- a/metadata/org.briarproject.briar.beta.txt
+++ b/metadata/org.briarproject.briar.android.txt
@@ -1,12 +1,13 @@
Categories:Connectivity,Internet,Security
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://briarproject.org/
Source Code:https://code.briarproject.org/akwizgran/briar
Issue Tracker:https://code.briarproject.org/akwizgran/briar/issues
FlattrID:592836
+LiberapayID:34745
Bitcoin:1NZCKkUCtJV2U2Y9hDb9uq8S7ksFCFGR6K
-Auto Name:Briar Beta
+Auto Name:Briar
Summary:Darknet Social Network
Description:
Briar is a messaging app designed for activists, journalists, and anyone else
@@ -19,45 +20,50 @@ Tor network, protecting users and their relationships from surveillance.
.
Repo Type:git
-Repo:https://code.briarproject.org/akwizgran/briar.git
-Binaries:https://briarproject.org/fdroid/repo/briar-beta-%v.apk
+Repo:https://code.briarproject.org/briar/briar.git
+Binaries:https://briarproject.org/apk/briar-%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
+Build:1.0.1,10001
+ commit=release-1.0.1
+ subdir=briar-android
+ sudo=sed -i s@"en_GB:en"@"en_GB.UTF-8"@ /etc/default/locale && \
+ export LANGUAGE="en_GB.UTF-8"
+ gradle=yes
+ rm=bramble-j2se
+
+Build:1.1.0,10100
+ disable=doesn't verify
+ commit=release-1.1.0
+ subdir=briar-android
+ gradle=yes
+ rm=bramble-java
+
+Build:1.1.1,10101
+ commit=release-1.1.1
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
+Build:1.1.2,10102
+ commit=release-1.1.2
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
+Maintainer Notes:
+This app should be build reproducible, because upstream wants to use its own signature.
-Build:0.16.19,1619
- disable=verification fails
- commit=beta-0.16.19
- subdir=briar-android
- gradle=yes
- rm=bramble-j2se
+Until we can build the latest version, all else go to the archive directly.
-Build:0.16.20,1620
- commit=beta-0.16.20
- subdir=briar-android
- gradle=yes
- rm=bramble-j2se
+Upstream issue for F-Droid inclusion:
+https://code.briarproject.org/akwizgran/briar/issues/1035
+
+Upstream issue for general reproducible builds:
+https://code.briarproject.org/akwizgran/briar/issues/1273
+.
Archive Policy:0 versions
-Auto Update Mode:Version beta-%v
+Auto Update Mode:Version release-%v
Update Check Mode:Tags
-Current Version:0.16.20
-Current Version Code:1620
+Current Version:1.1.2
+Current Version Code:10102
diff --git a/metadata/org.broeuschmeul.android.gps.bluetooth.provider.txt b/metadata/org.broeuschmeul.android.gps.bluetooth.provider.txt
index 4997ba2511..0e88f8bbad 100644
--- a/metadata/org.broeuschmeul.android.gps.bluetooth.provider.txt
+++ b/metadata/org.broeuschmeul.android.gps.bluetooth.provider.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://sourceforge.net/p/bluegps4droid
Source Code:https://sourceforge.net/p/bluegps4droid/git
Issue Tracker:https://sourceforge.net/p/bluegps4droid/tickets
diff --git a/metadata/org.c_base.c_beam.txt b/metadata/org.c_base.c_beam.txt
new file mode 100644
index 0000000000..ad48a37260
--- /dev/null
+++ b/metadata/org.c_base.c_beam.txt
@@ -0,0 +1,50 @@
+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
+
+Build:1.5.3,26
+ commit=1.5.3
+ 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.3
+Current Version Code:26
diff --git a/metadata/org.chorem.android.saymytexts.txt b/metadata/org.chorem.android.saymytexts.txt
index 5f96206e7a..666cc1f4d9 100644
--- a/metadata/org.chorem.android.saymytexts.txt
+++ b/metadata/org.chorem.android.saymytexts.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://doc.chorem.org/say-my-texts
Source Code:http://forge.chorem.org/projects/say-my-texts/repository
Issue Tracker:http://forge.chorem.org/projects/say-my-texts/issues
diff --git a/metadata/org.chrisbailey.todo.txt b/metadata/org.chrisbailey.todo.txt
index 4ce9ffde50..d987588312 100644
--- a/metadata/org.chrisbailey.todo.txt
+++ b/metadata/org.chrisbailey.todo.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/chrispbailey/ToDo-List-Widget
Issue Tracker:https://github.com/chrispbailey/ToDo-List-Widget/issues
diff --git a/metadata/org.cipherdyne.fwknop2.txt b/metadata/org.cipherdyne.fwknop2.txt
index 64e61dd0c8..133f1c9e42 100644
--- a/metadata/org.cipherdyne.fwknop2.txt
+++ b/metadata/org.cipherdyne.fwknop2.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://www.cipherdyne.org/
Source Code:https://github.com/jp-bennett/fwknop2
Issue Tracker:https://github.com/jp-bennett/fwknop2/issues
diff --git a/metadata/org.cmotc.tools.rotationlockpp.txt b/metadata/org.cmotc.tools.rotationlockpp.txt
index 1c609d011e..c537bbf515 100644
--- a/metadata/org.cmotc.tools.rotationlockpp.txt
+++ b/metadata/org.cmotc.tools.rotationlockpp.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/cmotc/RotationLock
Issue Tracker:https://github.com/cmotc/RotationLock/issues
diff --git a/metadata/org.congresointeractivo.elegilegi.txt b/metadata/org.congresointeractivo.elegilegi.txt
index bad930b226..863b89d459 100644
--- a/metadata/org.congresointeractivo.elegilegi.txt
+++ b/metadata/org.congresointeractivo.elegilegi.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/congresointeractivo/elegilegimobile
Issue Tracker:https://github.com/congresointeractivo/elegilegimobile/issues
diff --git a/metadata/org.coolfrood.mytronome.txt b/metadata/org.coolfrood.mytronome.txt
index aaa7dd48ce..4070938682 100644
--- a/metadata/org.coolfrood.mytronome.txt
+++ b/metadata/org.coolfrood.mytronome.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/android-metronome
Source Code:https://code.google.com/p/android-metronome/source
Issue Tracker:
diff --git a/metadata/org.coolreader.txt b/metadata/org.coolreader.txt
index 3642b6d1d2..70e5ca6dab 100644
--- a/metadata/org.coolreader.txt
+++ b/metadata/org.coolreader.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://crengine.sourceforge.net
Source Code:https://sourceforge.net/p/crengine/crengine
Issue Tracker:https://sourceforge.net/p/crengine/_list/tickets
@@ -357,7 +357,17 @@ Build:3.1.2-87,907
scanignore=cr3wx
buildjni=yes
+Build:3.2.9-1,2091
+ commit=bf48e5b7a5e89e5fc8b1f971573b5046e6b27bd3
+ subdir=android
+ gradle=yes
+ output=app/build/outputs/apk/release/app-universal-release-unsigned.apk
+ rm=android/build.properties
+ prebuild=sed -i -e 's/^APP_ABI\s*:=.*/APP_ABI := all/' jni/Application.mk
+ scanignore=cr3wx
+ ndk=r16b
+
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:3.1.2-87
-Current Version Code:907
+Current Version:3.2.9-1
+Current Version Code:2091
diff --git a/metadata/org.covolunablu.marswallpaper.yml b/metadata/org.covolunablu.marswallpaper.yml
new file mode 100644
index 0000000000..8dc3f6de42
--- /dev/null
+++ b/metadata/org.covolunablu.marswallpaper.yml
@@ -0,0 +1,28 @@
+Categories:
+ - Theming
+License: GPL-3.0-only
+WebSite: https://git.covolunablu.org/portaloffreedom/MarsWallpaper
+SourceCode: https://git.covolunablu.org/portaloffreedom/MarsWallpaper/tree/HEAD
+IssueTracker: https://gitlab.com/portaloffreedom/MarsWallpaper/issues
+Donate: https://paypal.me/portaloffreedom
+
+AutoName: Mars Live Wallpaper
+Summary: Rotating red planet
+Description: A realistic rendering of your favourite red planet on your home screen.
+ No battery will be harmed by using this live wallpaper (just keep FPS low).
+
+RepoType: git
+Repo: https://gitlab.com/portaloffreedom/MarsWallpaper.git
+
+Builds:
+ - versionName: 1.1.0
+ versionCode: 2
+ commit: 1.1.0
+ subdir: app
+ gradle:
+ - fdroid
+
+AutoUpdateMode: Version %v
+UpdateCheckMode: Tags
+CurrentVersion: 1.1.0
+CurrentVersionCode: 2
diff --git a/metadata/org.creativecommons.thelist.txt b/metadata/org.creativecommons.thelist.txt
index 32e5897562..dd1b877cb1 100644
--- a/metadata/org.creativecommons.thelist.txt
+++ b/metadata/org.creativecommons.thelist.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:AGPL-3.0+
+License:AGPL-3.0-or-later
Web Site:https://thelist.creativecommons.org
Source Code:https://github.com/creativecommons/list
Issue Tracker:https://github.com/creativecommons/list/issues
diff --git a/metadata/org.crocodile.sbautologin.txt b/metadata/org.crocodile.sbautologin.txt
index 9979db600c..ca9382ae61 100644
--- a/metadata/org.crocodile.sbautologin.txt
+++ b/metadata/org.crocodile.sbautologin.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://code.google.com/p/sbautologin
Source Code:https://code.google.com/p/sbautologin/source
Issue Tracker:
diff --git a/metadata/org.cry.otp.txt b/metadata/org.cry.otp.txt
index 34f2cb9080..45293be5bc 100644
--- a/metadata/org.cry.otp.txt
+++ b/metadata/org.cry.otp.txt
@@ -8,7 +8,20 @@ Auto Name:mOTP
Summary:One-time password generator
Description:
Generating otp's without the need for a special hardware token. Using motp, hotp
-or totp algorithms, wih multiple profiles and time-zone support
+or totp algorithms, wih multiple profiles and time-zone support.
+
+'''Support:'''
+
+* [http://motp.sourceforge.net/ mOTP]
+* [http://www.ietf.org/rfc/rfc4226.txt HOTP RFC 4226]
+* [http://www.ietf.org/rfc/rfc6238.txt TOTP RFC 6238]
+
+'''Features:'''
+
+* Profiles for multiple security sites
+* Time zone support
+
+One time passwords provide two-factor authentication for added security.
.
Repo Type:git
diff --git a/metadata/org.csploit.android.txt b/metadata/org.csploit.android.txt
index 9f1144285f..9e98fae972 100644
--- a/metadata/org.csploit.android.txt
+++ b/metadata/org.csploit.android.txt
@@ -1,5 +1,5 @@
Categories:Development,Security
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/cSploit/android
Issue Tracker:https://github.com/cSploit/android/issues
diff --git a/metadata/org.damazio.notifier.txt b/metadata/org.damazio.notifier.txt
index 8134992dad..b3c177faa5 100644
--- a/metadata/org.damazio.notifier.txt
+++ b/metadata/org.damazio.notifier.txt
@@ -1,7 +1,7 @@
Categories:System
License:Apache-2.0
-Web Site:https://code.google.com/p/android-notifier
-Source Code:https://code.google.com/p/android-notifier/source
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:Android Notifier
@@ -12,9 +12,6 @@ machine running the dedicated client software. Get the desktop application from
the web site.
.
-Repo Type:hg
-Repo:https://code.google.com/p/android-notifier
-
Build:0.3,12
disable=Not published upstream
commit=7c31ec8497b5
@@ -34,3 +31,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:0.3
Current Version Code:12
+
+No Source Since:0.4
diff --git a/metadata/org.de.jmg.learn.txt b/metadata/org.de.jmg.learn.txt
index 26dffe7a71..f16491924a 100644
--- a/metadata/org.de.jmg.learn.txt
+++ b/metadata/org.de.jmg.learn.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/jhmgbl/learnforandroidfrag
Issue Tracker:https://github.com/jhmgbl/learnforandroidfrag/issues
diff --git a/metadata/org.debian.eugen.headingcalculator.txt b/metadata/org.debian.eugen.headingcalculator.txt
index 393aa6408c..8d698ec047 100644
--- a/metadata/org.debian.eugen.headingcalculator.txt
+++ b/metadata/org.debian.eugen.headingcalculator.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/eugmes/headingcalculator/blob/HEAD/README.rst
Source Code:https://github.com/eugmes/headingcalculator
Issue Tracker:https://github.com/eugmes/headingcalculator/issues
diff --git a/metadata/org.deluge.trireme.txt b/metadata/org.deluge.trireme.txt
new file mode 100644
index 0000000000..0e654d6487
--- /dev/null
+++ b/metadata/org.deluge.trireme.txt
@@ -0,0 +1,52 @@
+Categories:Internet
+License:GPL-3.0-or-later
+Web Site:
+Source Code:https://github.com/teal77/trireme
+Issue Tracker:https://github.com/teal77/trireme/issues
+Changelog:https://github.com/teal77/trireme/releases
+
+Name:Trireme for Deluge
+Auto Name:Deluge
+Summary:Deluge thin client
+Description:
+Use this app to connect and manage your Deluge Daemon.
+
+Deluge is a popular torrent client which follows a server client model.
+
+This app will act as a client.
+.
+
+Repo Type:git
+Repo:https://github.com/teal77/trireme.git
+
+Build:0.8.1,5
+ commit=v0.8.1
+ output=build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
+ srclibs=flutter@beta
+ prebuild=sed -i -e 's|git@github.com:|https://github.com/|' pubspec.lock pubspec.yaml
+ build=export PATH=$$flutter$$/bin:$PATH && \
+ flutter config --no-analytics && \
+ flutter build apk --flavor fdroid
+
+Build:0.9,6
+ commit=v0.9
+ output=build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
+ srclibs=flutter@beta
+ prebuild=sed -i -e 's|git@github.com:|https://github.com/|' pubspec.lock pubspec.yaml
+ build=export PATH=$$flutter$$/bin:$PATH && \
+ flutter config --no-analytics && \
+ flutter build apk --flavor fdroid
+
+Build:0.9.1,7
+ commit=v0.9.1
+ output=build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
+ srclibs=flutter@beta
+ prebuild=sed -i -e 's|git@github.com:|https://github.com/|' pubspec.lock pubspec.yaml && \
+ $$flutter$$/bin/flutter upgrade
+ build=$$flutter$$/bin/flutter config --no-analytics && \
+ $$flutter$$/bin/flutter build apk --flavor fdroid
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:0.9.1
+Current Version Code:7
diff --git a/metadata/org.developfreedom.ccdroid.app.txt b/metadata/org.developfreedom.ccdroid.app.txt
index 1c382ba589..c88936dbb8 100644
--- a/metadata/org.developfreedom.ccdroid.app.txt
+++ b/metadata/org.developfreedom.ccdroid.app.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://ccdroid.github.io
Source Code:https://github.com/shubhamchaudhary/ccdroid
Issue Tracker:https://github.com/shubhamchaudhary/ccdroid/issues
diff --git a/metadata/org.developfreedom.logmein.txt b/metadata/org.developfreedom.logmein.txt
index 51e54cb9ab..4003a0bf37 100644
--- a/metadata/org.developfreedom.logmein.txt
+++ b/metadata/org.developfreedom.logmein.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://shubhamchaudhary.in
Source Code:https://github.com/DevelopFreedom/logmein-android
Issue Tracker:https://github.com/DevelopFreedom/logmein-android/issues
diff --git a/metadata/org.developfreedom.wordpowermadeeasy.txt b/metadata/org.developfreedom.wordpowermadeeasy.txt
index f0816ed7c0..0d9ee0c32e 100644
--- a/metadata/org.developfreedom.wordpowermadeeasy.txt
+++ b/metadata/org.developfreedom.wordpowermadeeasy.txt
@@ -1,18 +1,22 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://developfreedom.com
-Source Code:https://github.com/shubhamchaudhary/wordpowermadeeasy
-Issue Tracker:https://github.com/shubhamchaudhary/wordpowermadeeasy/issues
+Source Code:https://github.com/ylogx/wordpowermadeeasy
+Issue Tracker:https://github.com/ylogx/wordpowermadeeasy/issues
Auto Name:Word Power Made Easy
Summary:Build your vocabualary
Description:
Vocabulary building with hundreds of word meanings chosen carefully from various
SAT, GRE and GMAT course materials.
+
+You will get random words from a very big offline in-app dictionary. You have to
+guess the meaning of the word in 1 second otherwise the app will show it to you.
+So you need to be fast. You can tap anywhere to get the next word.
.
Repo Type:git
-Repo:https://github.com/shubhamchaudhary/wordpowermadeeasy.git
+Repo:https://github.com/ylogx/wordpowermadeeasy.git
Build:0.1.3,13
commit=v0.1.3
diff --git a/metadata/org.dgtale.icsimport.txt b/metadata/org.dgtale.icsimport.txt
index cee9c57f4d..a8a2f14065 100644
--- a/metadata/org.dgtale.icsimport.txt
+++ b/metadata/org.dgtale.icsimport.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/danielegobbetti/ICSImport/blob/HEAD/README.md
Source Code:https://github.com/danielegobbetti/ICSImport
Issue Tracker:https://github.com/danielegobbetti/ICSImport/issues
diff --git a/metadata/org.disroot.disrootapp.txt b/metadata/org.disroot.disrootapp.txt
new file mode 100644
index 0000000000..f0b09e22c4
--- /dev/null
+++ b/metadata/org.disroot.disrootapp.txt
@@ -0,0 +1,35 @@
+Categories:Internet
+License:LGPL-3.0-only
+Web Site:https://disroot.org
+Source Code:https://git.fosscommunity.in/disroot/disapp
+Issue Tracker:https://git.fosscommunity.in/disroot/disapp/issues
+Donate:https://disroot.org/donate
+Bitcoin:1GNmDSXxpU1zaxEopKCJK2TzLh3dbZAxEA
+
+Auto Name:Disroot App
+Summary:Disroot app is like your Swiss Army knife to the Disroot platform
+Description:
+Disroot is a platform providing online services based on principles of freedom,
+privacy, federation and decentralization. This app is like your Swiss Army knife
+to the Disroot platform, made by the community for the community. If you don't
+have a Disroot account you can still use this app to access all the Disroot
+services that do not require an account.
+.
+
+Repo Type:git
+Repo:https://git.fosscommunity.in/disroot/disapp
+
+Build:0.9.1,6
+ commit=v0.9.1
+ subdir=app
+ gradle=yes
+
+Build:0.9.2,7
+ commit=v0.9.2
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:0.9.2
+Current Version Code:7
diff --git a/metadata/org.disrupted.rumble.txt b/metadata/org.disrupted.rumble.txt
index 74de6b27fc..60d40b6325 100644
--- a/metadata/org.disrupted.rumble.txt
+++ b/metadata/org.disrupted.rumble.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:Marlinski
Author Email:marlinski@disruptedsystems.org
Web Site:http://www.disruptedsystems.org
diff --git a/metadata/org.documentfoundation.libreoffice.txt b/metadata/org.documentfoundation.libreoffice.txt
index 70cb03875b..42b24700ee 100644
--- a/metadata/org.documentfoundation.libreoffice.txt
+++ b/metadata/org.documentfoundation.libreoffice.txt
@@ -157,10 +157,118 @@ Build:5.2.3.1/01ec8f3,11
popd
ndk=r10e
+Build:6.1.0.0.alpha0+/484d0ea842da,14
+ commit=484d0ea842da586a4cf51b6d11683b04f234474c
+ timeout=43200
+ subdir=android/source
+ gradle=StrippedUI
+ srclibs=LOTarballs@e356fc5381dd7aee3ffd47077c7527aa6a6fc0f8
+ rm=setup_native/source/packinfo/DS_Store*,oox/qa/unit/data,writerperfect/qa/unit/data/writer/libmwaw/pass/WriterPlus,xmlsecurity/qa/unit/signing/data/random_seed,writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_2,sw/qa/extras/uiwriter/data/*,sw/qa/extras/ooxmlexport/data/*,sw/qa/extras/rtfexport/data/*,sw/qa/extras/odfimport/data/*,sw/qa/extras/ooxmlimport/data/*,sw/qa/extras/ww8export/data/*,sc/qa/unit/data/*,testtools/source/cliversioning/version_libs/*,qadevOOo/testdocs/qadevlibs/*.jar,chart2/qa/extras/chart2dump/data/*,chart2/qa/extras/data/*,sd/qa/unit/data/*,sw/qa/extras/odfexport/data/*
+ prebuild=pushd ../../ && \
+ sed -i -e 's/\/$(OOO_VENDOR)//g' android/Bootstrap/Makefile.shared && \
+ sed -i -e 's/test_fontconfig=yes/test_fontconfig=no/g' configure.ac && \
+ sed -i -e 's/test_freetype=yes/test_freetype=no/g' configure.ac && \
+ sed -i -e '/debug/d' android/CustomTarget_lo_android.mk && \
+ sed -i -e 's/rm /true /g' android/source/Makefile && \
+ sed -i -e 's/\.\/gradlew/true/g' android/source/Makefile && \
+ sed -i -e '/opencl.openclwrapper.hxx/d' -i -e 's/bOpenCL = .*;$/bOpenCL = false;/' cui/source/dialogs/about.cxx && \
+ sed -i -e '/desktop\/source\/app\/opencl/d' desktop/Library_sofficeapp.mk && \
+ rm desktop/source/app/opencl.cxx && \
+ sed -i '/"horst"/d' javaunohelper/test/com/sun/star/lib/uno/helper/UnoUrlTest.java && \
+ sed -i -e 's/^\(\s*\).*debug.*$/\1 true/' android/CustomTarget_lo_android.mk && \
+ echo "Typo" && \
+ sed -i -e 's/share\/share/share/g' android/source/build.gradle && \
+ ./autogen.sh --enable-release-build --with-vendor=F-Droid --with-android-package-name="org.documentfoundation.libreoffice" --enable-fetch-external=no --with-android-ndk=$$NDK$$ --with-android-sdk=$$SDK$$ --with-distro=LibreOfficeAndroidX86 --disable-dconf --with-build-platform-configure-options="--with-system-jpeg=no --with-system-libxml=no --disable-dbus --disable-gconf --disable-python --disable-gui --disable-gtk --disable-gstreamer-1.0" && \
+ popd && \
+ mkdir -p ../../workdir/UnpackedTarball/owncloud_android_lib/build/outputs/aar && \
+ cd $_ && \
+ touch owncloud_android_lib-debug.aar owncloud_android_lib-release.aar && \
+ cd - && \
+ mkdir -p ../../instdir/program/classes/ && \
+ cd $_ && \
+ touch java_uno.jar juh.jar jurt.jar ridl.jar unoloader.jar unoil.jar && \
+ cd - && \
+ make liboSettings.gradle versionCode=14
+ scanignore=workdir/UnpackedTarball/owncloud_android_lib/build/outputs/aar/owncloud_android_lib-release.aar,workdir/UnpackedTarball/owncloud_android_lib/build/outputs/aar/owncloud_android_lib-debug.aar,icon-themes/tango/res/*.png,icon-themes/galaxy/res/*.png,instdir/program/classes/unoloader.jar,instdir/program/classes/ridl.jar,instdir/program/classes/unoil.jar,instdir/program/classes/jurt.jar,instdir/program/classes/juh.jar,instdir/program/classes/java_uno.jar
+ build=echo 'gradle "$@"' > gradlew && \
+ chmod a+x gradlew && \
+ pushd ../../ && \
+ rm -r workdir && \
+ rm -r instdir && \
+ ln -s ../android/source/$$LOTarballs$$ external/tarballs && \
+ make && \
+ popd
+ ndk=r16b
+
+Build:6.1.0.0.alpha0+/484d0ea842da,15
+ commit=484d0ea842da586a4cf51b6d11683b04f234474c
+ timeout=43200
+ subdir=android/source
+ gradle=StrippedUI
+ srclibs=LOTarballs@e356fc5381dd7aee3ffd47077c7527aa6a6fc0f8
+ rm=setup_native/source/packinfo/DS_Store*,oox/qa/unit/data,writerperfect/qa/unit/data/writer/libmwaw/pass/WriterPlus,xmlsecurity/qa/unit/signing/data/random_seed,writerperfect/qa/unit/data/impress/libmwaw/pass/PowerPoint_Mac_2,sw/qa/extras/uiwriter/data/*,sw/qa/extras/ooxmlexport/data/*,sw/qa/extras/rtfexport/data/*,sw/qa/extras/odfimport/data/*,sw/qa/extras/ooxmlimport/data/*,sw/qa/extras/ww8export/data/*,sc/qa/unit/data/*,testtools/source/cliversioning/version_libs/*,qadevOOo/testdocs/qadevlibs/*.jar,chart2/qa/extras/chart2dump/data/*,chart2/qa/extras/data/*,sd/qa/unit/data/*,sw/qa/extras/odfexport/data/*
+ prebuild=pushd ../../ && \
+ sed -i -e 's/\/$(OOO_VENDOR)//g' android/Bootstrap/Makefile.shared && \
+ sed -i -e 's/test_fontconfig=yes/test_fontconfig=no/g' configure.ac && \
+ sed -i -e 's/test_freetype=yes/test_freetype=no/g' configure.ac && \
+ sed -i -e '/debug/d' android/CustomTarget_lo_android.mk && \
+ sed -i -e 's/rm /true /g' android/source/Makefile && \
+ sed -i -e 's/\.\/gradlew/true/g' android/source/Makefile && \
+ sed -i -e '/opencl.openclwrapper.hxx/d' -i -e 's/bOpenCL = .*;$/bOpenCL = false;/' cui/source/dialogs/about.cxx && \
+ sed -i -e '/desktop\/source\/app\/opencl/d' desktop/Library_sofficeapp.mk && \
+ rm desktop/source/app/opencl.cxx && \
+ sed -i '/"horst"/d' javaunohelper/test/com/sun/star/lib/uno/helper/UnoUrlTest.java && \
+ sed -i -e 's/^\(\s*\).*debug.*$/\1 true/' android/CustomTarget_lo_android.mk && \
+ echo "Typo" && \
+ sed -i -e 's/share\/share/share/g' android/source/build.gradle && \
+ ./autogen.sh --enable-release-build --with-vendor=F-Droid --with-android-package-name="org.documentfoundation.libreoffice" --enable-fetch-external=no --with-android-ndk=$$NDK$$ --with-android-sdk=$$SDK$$ --with-distro=LibreOfficeAndroid --disable-dconf --with-build-platform-configure-options="--with-system-jpeg=no --with-system-libxml=no --disable-dbus --disable-gconf --disable-python --disable-gui --disable-gtk --disable-gstreamer-1.0" && \
+ popd && \
+ mkdir -p ../../workdir/UnpackedTarball/owncloud_android_lib/build/outputs/aar && \
+ cd $_ && \
+ touch owncloud_android_lib-debug.aar owncloud_android_lib-release.aar && \
+ cd - && \
+ mkdir -p ../../instdir/program/classes/ && \
+ cd $_ && \
+ touch java_uno.jar juh.jar jurt.jar ridl.jar unoloader.jar unoil.jar && \
+ cd - && \
+ make liboSettings.gradle versionCode=15
+ scanignore=workdir/UnpackedTarball/owncloud_android_lib/build/outputs/aar/owncloud_android_lib-release.aar,workdir/UnpackedTarball/owncloud_android_lib/build/outputs/aar/owncloud_android_lib-debug.aar,icon-themes/tango/res/*.png,icon-themes/galaxy/res/*.png,instdir/program/classes/unoloader.jar,instdir/program/classes/ridl.jar,instdir/program/classes/unoil.jar,instdir/program/classes/jurt.jar,instdir/program/classes/juh.jar,instdir/program/classes/java_uno.jar
+ build=echo 'gradle "$@"' > gradlew && \
+ chmod a+x gradlew && \
+ pushd ../../ && \
+ rm -r workdir && \
+ rm -r instdir && \
+ ln -s ../android/source/$$LOTarballs$$ external/tarballs && \
+ make && \
+ popd
+ ndk=r16b
+
Maintainer Notes:
-To fix crashes on Tegra2 device, we might need to `sed -i -e 's/mfpu=neon/mfpu=vfpv3-d16/g' configure.ac`,
-but this might have consequences for other devices. Since we use our own versioncodes, maybe have a third
-flavor?
+To fix crashes on Tegra2 device, we might need to `sed -i -e 's/mfpu=neon/mfpu=vfpv3-d16/g' configure.ac`, but this might have consequences for other devices. Since we use our own versioncodes, maybe have a third flavor?
+
+Two flavours of each version: X86 and not X86, hence two builds with different version codes for each underlying libreoffice version. The builds only differ in a command line flag to autogen.sh.
+
+Compilation success is quite sensitive to the commit used in my experience. It's probably best to check Google Play and note the commit hash used in the version number. Other tagged versions may fail.
+
+The cd/mkdir/touch commands near the end of the prebuild are to enable fdroid to run the project clean command, which expects these dependencies.
+
+The last line sets the version code. Make sure this is correct (i.e. matches what Google Play says). The version needs to be in the format a.b.c.d/. Crucially, without the right portion of the commit hash, it will fail at the end of the build with "unexpected version/version code".
+
+In the build section, the first thing done is creating a gradlew symlink for the android/source directory. This is because makefiles generated elsewhere during the build for the owncloud external use the android/source/gradlew as the build tool for owncloud. Then the touch-ed files from the prebuild are removed before making the libreoffice core.
+
+Some build scripts use python2 -- make sure your system does as default.
+
+The libreoffice build scripts spit out warning about the NDK version, so keep an eye out to make sure you have the right one. It's usually pretty recent.
+
+LOTarballs: first compile with --enable-fetch-external=yes and remove the line from the build commands that links workdir/external to LOTarballs. After the build succeeds look in external/tarballs and see which archives have a new version or commit hash. For any that have changed, first check they do not contain precompiled code (if so remove it), then copy them to a clone of the LOTarballs respository. The following find command may be useful for spotting binaries:
+
+find -type f -not -empty -exec sh -c "file -i '{}' | grep -q 'charset=binary'" \; -print
+
+Though you may want to filter png, jpg, gif, &c. and ignore empty files.
+
+Files in external/tarballs but not already in LOTarballs may not be needed. Try without them first.
+
+Once the right contents of LOTarballs has been figured out, don't forget to set --enable-fetch-external=no and add back the symlink command to LOTarballs (and update the LOTarballs commit hash to the new one).
.
Archive Policy:4 versions
diff --git a/metadata/org.dolphinemu.dolphinemu.txt b/metadata/org.dolphinemu.dolphinemu.txt
index aaed249775..a7d21230ee 100644
--- a/metadata/org.dolphinemu.dolphinemu.txt
+++ b/metadata/org.dolphinemu.dolphinemu.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://dolphin-emu.org
Source Code:https://github.com/dolphin-emu/dolphin
Issue Tracker:
diff --git a/metadata/org.domogik.domodroid13.txt b/metadata/org.domogik.domodroid13.txt
index d05050f443..bf39799269 100644
--- a/metadata/org.domogik.domodroid13.txt
+++ b/metadata/org.domogik.domodroid13.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://www.domogik.org
Source Code:https://github.com/domogik/domodroid
Issue Tracker:https://github.com/domogik/domodroid/issues
@@ -8,7 +8,20 @@ Changelog:https://github.com/domogik/domodroid/blob/HEAD/Domodroid/src/main/res/
Auto Name:Domodroid
Summary:Interface with a Domogik home automation server
Description:
-Interface with a [http://www.domogik.org/ Domogik] home automation server.
+''Domodroid'' is a remote control application that allow you to control your
+[http://www.domogik.org/ Domogik] home automation system. The following features
+are already available on the latest version of ''Domodroid:''
+
+* Graph Data Values with homemade graph engine (by default)
+* Graph Data Values with Achartengine (in development)
+* Video camera streaming
+* On/Off (2 versions available), Variator, Actuator, State and Data Widgets
+* Auto-Updated widgets
+* Full icon pack supported
+* Technologies supported: Onewire, PLCBus, IPX800, Mirror, Teleinfo, X10, WakeOnLan, Ping, Zibase, RFXCom, YahooWather (Theorycally, all that are supported by Domogik)
+* All screen size supported Smartphone/Tablet
+* Power management control
+* Startup directly in map mode.
.
Repo Type:git
diff --git a/metadata/org.doubango.imsdroid.txt b/metadata/org.doubango.imsdroid.txt
index 94a05c553f..5f67413a14 100644
--- a/metadata/org.doubango.imsdroid.txt
+++ b/metadata/org.doubango.imsdroid.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/DoubangoTelecom/imsdroid
Issue Tracker:https://github.com/DoubangoTelecom/imsdroid/issues
diff --git a/metadata/org.droidseries.txt b/metadata/org.droidseries.txt
index e55086dbc8..315da138b3 100644
--- a/metadata/org.droidseries.txt
+++ b/metadata/org.droidseries.txt
@@ -1,7 +1,7 @@
Categories:Multimedia
-License:GPL-3.0
-Web Site:https://code.google.com/p/droidseries
-Source Code:https://gitorious.org/droidseries
+License:GPL-3.0-only
+Web Site:
+Source Code:https://gitorious.org/droidseries/droidseries
Issue Tracker:
Auto Name:DroidSeries
diff --git a/metadata/org.droidtr.keyboard.yml b/metadata/org.droidtr.keyboard.yml
new file mode 100644
index 0000000000..b653bf52d9
--- /dev/null
+++ b/metadata/org.droidtr.keyboard.yml
@@ -0,0 +1,58 @@
+Categories:
+ - System
+License: GPL-3.0-only
+WebSite: https://gitlab.com/droidtr/org.droidtr.keyboard
+SourceCode: https://gitlab.com/droidtr/org.droidtr.keyboard
+IssueTracker: https://gitlab.com/droidtr/org.droidtr.keyboard/issues
+
+AutoName: DroidTR keyboard
+Summary: DroidTR IME (Turkish F/Q keyboard)
+Description: |-
+ Features:
+ * Small size
+ * Full keyboard
+ * trf / trq / en layouts
+ * tra / aqvoid layouts (fantastic)
+ * Word suggestions
+ * Replace changing color and picture
+ * Low version android device support
+ * The intensity of the sound can be adjusted
+ * Emoji support
+ * Low power consumption
+ * Adjustable volume keys
+ * Right / left arrow keys
+ * Keyboard embedded settings
+ * Compatibility with small devices
+ * 6 different key styles
+ * Lava (Experimental)
+ * Standard structure
+
+RepoType: git
+Repo: https://gitlab.com/droidtr/org.droidtr.keyboard
+
+Builds:
+ - versionName: '5.5'
+ versionCode: 34
+ commit: '5.5'
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: '5.7'
+ versionCode: 36
+ commit: '5.7'
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: '6.0'
+ versionCode: 37
+ commit: '6.0'
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version %v
+UpdateCheckMode: Tags
+CurrentVersion: '6.0'
+CurrentVersionCode: 37
diff --git a/metadata/org.droidupnp.txt b/metadata/org.droidupnp.txt
index 9485b7f8d9..59e0036f61 100644
--- a/metadata/org.droidupnp.txt
+++ b/metadata/org.droidupnp.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://trishika.github.io/DroidUPnP
Source Code:https://github.com/trishika/DroidUPnP
Issue Tracker:https://github.com/trishika/DroidUPnP/issues
diff --git a/metadata/org.dynalogin.android.txt b/metadata/org.dynalogin.android.txt
index 55633964ec..da526054f0 100644
--- a/metadata/org.dynalogin.android.txt
+++ b/metadata/org.dynalogin.android.txt
@@ -1,5 +1,5 @@
Categories:Security
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://www.dynalogin.org
Source Code:https://github.com/dynalogin/dynalogin-android
Issue Tracker:https://github.com/dynalogin/dynalogin-android/issues
diff --git a/metadata/org.dyndns.sven_ola.debian_kit.txt b/metadata/org.dyndns.sven_ola.debian_kit.txt
index 2030ae8447..a10a74d812 100644
--- a/metadata/org.dyndns.sven_ola.debian_kit.txt
+++ b/metadata/org.dyndns.sven_ola.debian_kit.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://sven-ola.commando.de/repo/debian-kit-en.html
Source Code:https://sourceforge.net/p/debian-kit/code
Issue Tracker:https://sourceforge.net/p/debian-kit/tickets
diff --git a/metadata/org.dyndns.warenix.web2pdf.txt b/metadata/org.dyndns.warenix.web2pdf.txt
new file mode 100644
index 0000000000..bf5e39ec32
--- /dev/null
+++ b/metadata/org.dyndns.warenix.web2pdf.txt
@@ -0,0 +1,35 @@
+AntiFeatures:NonFreeNet
+Categories:Multimedia
+License:AML
+Web Site:https://github.com/warenix/Web2PDF
+Source Code:https://github.com/warenix/Web2PDF
+Issue Tracker:https://github.com/warenix/Web2PDF/issues
+
+Auto Name:Web2PDF
+Summary:Convert any web page at your fingertips
+Description:
+Web2PDF is the android way to use http://www.pdfmyurl.com/ for converting web
+pages to pdf files. It lets you convert a web page to pdf file by using the
+unique "share" feature of android platform. Unfortunately websites requiring you
+to login are not supported.
+
+For Gingerbread or newer devices, system download manager will be used to
+download the pdf file. Otherwise for older devices, once pdf conversion is
+completed, system browser will be opened to download the pdf. The location of
+the saved file may be different across different devices. For example, using the
+stock browser with nexus one, the pdf file will be downloaded such as
+/sdcard/download/www.nytimes.com.pdf
+.
+
+Repo Type:git
+Repo:https://github.com/warenix/Web2PDF
+
+Build:2.12.3,66
+ commit=2.12.3
+ subdir=android/app
+ gradle=yes
+
+Auto Update Mode:None
+Update Check Mode:Tags
+Current Version:2.12.3
+Current Version Code:66
diff --git a/metadata/org.ea.sqrl.txt b/metadata/org.ea.sqrl.txt
new file mode 100644
index 0000000000..67ade42d6a
--- /dev/null
+++ b/metadata/org.ea.sqrl.txt
@@ -0,0 +1,46 @@
+Categories:Security
+License:MIT
+Web Site:
+Source Code:https://github.com/kalaspuffar/secure-quick-reliable-login
+Issue Tracker:https://github.com/kalaspuffar/secure-quick-reliable-login/issues
+
+Auto Name:Secure Quick Reliable Login
+Summary:An implementation for SQRL (Secure Quick Reliable Login)
+Description:
+This app is an implementation for SQRL (Secure Quick Reliable Login) on Android.
+
+Before you begin using SQRL to login to websites, your SQRL private identity
+must be created. You only need one, probably for life, because it reveals
+NOTHING about you, and it's highly secure. It's just a very long (77-digit)
+random number.
+
+From then on, whenever you login with SQRL to a website, your private identity
+is used to generate another 77-digit number for that one website. Every website
+you visit sees you as a different number, yet every time you return to the same
+site, that site's unique number is regenerated.
+
+This allows you to be uniquely and permanently identified, yet completely
+anonymous.
+
+Since you never need to use an eMail address or a password, you never give a
+website your actual identity to protect. If the website's SQRL identities are
+ever stolen, not only would the stolen identities only be valid for that one
+website, but SQRL's cryptography prevents impersonation using stolen identities.
+
+This is as good as it sounds. It's what we've been waiting for.
+.
+
+Repo Type:git
+Repo:https://github.com/kalaspuffar/secure-quick-reliable-login.git
+
+Build:0.10.1,27
+ commit=v0.10.1
+ subdir=app
+ gradle=yes
+ output=gen_build/outputs/apk/release/app-release-unsigned.apk
+ prebuild=echo 'android { lintOptions { abortOnError false } }' >> build.gradle
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:0.10.1
+Current Version Code:27
diff --git a/metadata/org.edunivers.whereami.txt b/metadata/org.edunivers.whereami.txt
index 76c528e007..f74a07bcc8 100644
--- a/metadata/org.edunivers.whereami.txt
+++ b/metadata/org.edunivers.whereami.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://bitbucket.org/edunivers
Source Code:https://bitbucket.org/edunivers/whereami/src
Issue Tracker:https://f-droid.org/forums/topic/whereami
diff --git a/metadata/org.eehouse.android.xw4.txt b/metadata/org.eehouse.android.xw4.txt
index dbb26f132b..debea415bf 100644
--- a/metadata/org.eehouse.android.xw4.txt
+++ b/metadata/org.eehouse.android.xw4.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://xwords.sourceforge.net/android.php
Source Code:http://xwords.sourceforge.net/source.php
Issue Tracker:http://xwords.sourceforge.net/contact.php
@@ -9,16 +9,17 @@ Auto Name:Crosswords
Summary:A Scrabble-like game
Description:
A cross-platform game with the same rules as Scrabble that can be played locally
-(on the same device), via SMS or via an internet relay. Invite other people to a
-game by sending them a message (or enter the name of the room if you already
-know it). Drag letters onto the board next to other letters to make new words;
-press the number on the right of the screen to commit your move and let the next
-person move. English wordlist is included but there is a link to the website to
-download other languages.
+(on the same device), via SMS or Bluetooth or via an internet relay. Invite
+other people to a game by sending them a message (or enter the name of the room
+if you already know it). Drag letters onto the board next to other letters to
+make new words; press the number on the right of the screen to commit your move
+and let the next person move. An English wordlist is included but there is a
+link to the website to download wordlists to play in other languages.
The source code supports push messaging via Google Play, but that won't function
-in this build even if Google Play is installed. It just means that moves
-wouldn't be as fast as if it were supported.
+in this build even if Google Play is installed. It just means that moves won't
+be transmitted quite as quickly as if it were supported. Play via SMS or
+Bluetooth is unaffected by this.
.
Repo Type:git
@@ -204,6 +205,22 @@ Build:4.4.131,127
prebuild=sed -i -e '/fabric/d; /crashlytics/,+2d' {..,.}/build.gradle
gradleprops=forFDroid
+Build:4.4.137,133
+ commit=android_beta_137
+ subdir=xwords4/android/app
+ gradle=Xw4fdroid
+ rm=xwords4/android/libs
+ prebuild=sed -i -e '/fabric/d; /crashlytics/,+2d' {..,.}/build.gradle
+ gradleprops=forFDroid
+
+Build:4.4.138,134
+ commit=android_beta_138
+ subdir=xwords4/android/app
+ gradle=Xw4fdroid
+ rm=xwords4/android/libs
+ prebuild=sed -i -e '/fabric/d; /crashlytics/,+2d' {..,.}/build.gradle
+ gradleprops=forFDroid
+
Maintainer Notes:
Uses GCM, but it's fine since the java library is free software and the app
still works fine without it.
@@ -211,5 +228,5 @@ still works fine without it.
Auto Update Mode:None
Update Check Mode:Tags ^android
-Current Version:4.4.131
-Current Version Code:127
+Current Version:4.4.138
+Current Version Code:134
diff --git a/metadata/org.eff.actioncenter.txt b/metadata/org.eff.actioncenter.txt
index 76e1a1c971..23ed69645d 100644
--- a/metadata/org.eff.actioncenter.txt
+++ b/metadata/org.eff.actioncenter.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:https://www.eff.org/deeplinks/2014/12/download-eff-mobile-app
Source Code:https://github.com/EFForg/actioncenter-mobile
Issue Tracker:https://github.com/EFForg/actioncenter-mobile/issues
diff --git a/metadata/org.emunix.unipatcher.txt b/metadata/org.emunix.unipatcher.txt
index 41f0e827de..80ef7b5fc4 100644
--- a/metadata/org.emunix.unipatcher.txt
+++ b/metadata/org.emunix.unipatcher.txt
@@ -1,5 +1,5 @@
Categories:Games,System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Author Name:Boris Timofeev
Author Email:btimofeev@emunix.org
Web Site:https://github.com/btimofeev/UniPatcher/blob/HEAD/README.md
@@ -65,7 +65,15 @@ Build:0.15,150000
scanignore=app/src/test,app/src/main/cpp/xdelta3/xdelta3/examples
ndk=r16b
+Build:0.16,160000
+ commit=v0.16
+ subdir=app
+ submodules=yes
+ gradle=free
+ scanignore=app/src/test,app/src/main/cpp/xdelta3/xdelta3/examples
+ ndk=r16b
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.15
-Current Version Code:150000
+Current Version:0.16
+Current Version Code:160000
diff --git a/metadata/org.epstudios.epmobile.txt b/metadata/org.epstudios.epmobile.txt
index 9b9c6c77b0..9b51006115 100644
--- a/metadata/org.epstudios.epmobile.txt
+++ b/metadata/org.epstudios.epmobile.txt
@@ -1,5 +1,5 @@
Categories:Sports & Health
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://www.epstudiossoftware.com/ep-mobile
Source Code:https://github.com/mannd/epmobile
Issue Tracker:https://github.com/mannd/epmobile/issues
@@ -115,7 +115,18 @@ Build:2.17.1,52
subdir=app
gradle=yes
+Build:2.18,54
+ disable=Could not find com.android.tools.build:gradle:3.0.1
+ commit=2.18
+ subdir=app
+ gradle=yes
+
+Build:2.20,56
+ commit=2.20
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:2.17.1
-Current Version Code:52
+Current Version:2.20
+Current Version Code:56
diff --git a/metadata/org.epstudios.morbidmeter.txt b/metadata/org.epstudios.morbidmeter.txt
index 5389781e80..d6ef3f2057 100644
--- a/metadata/org.epstudios.morbidmeter.txt
+++ b/metadata/org.epstudios.morbidmeter.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/mannd/morbidmeter-android
Issue Tracker:https://github.com/mannd/morbidmeter-android/issues
diff --git a/metadata/org.equeim.tremotesf.txt b/metadata/org.equeim.tremotesf.txt
index a4ee77fc95..c44e341a60 100644
--- a/metadata/org.equeim.tremotesf.txt
+++ b/metadata/org.equeim.tremotesf.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/equeim/tremotesf-android
Issue Tracker:https://github.com/equeim/tremotesf-android/issues
@@ -68,7 +68,116 @@ Build:1.5.1,11
subdir=app
gradle=yes
+Build:1.6.1,13
+ commit=1.6.1
+ subdir=app
+ gradle=fdroid
+
+Build:1.6.2,14
+ commit=1.6.2
+ subdir=app
+ gradle=fdroid
+
+Build:1.6.3,15
+ commit=1.6.3
+ subdir=app
+ gradle=fdroid
+
+Build:1.7.0,16
+ commit=1.7.0
+ subdir=app
+ gradle=fdroid
+ srclibs=OpenSSL@OpenSSL_1_0_2o,QtBase@v5.9.6
+ prebuild=sed -i -e '/splits/,+7d' build.gradle && \
+ sed -i -e 's/android:extractNativeLibs=\"false\"/android:extractNativeLibs=\"true\"/' src/main/AndroidManifest.xml && \
+ sed -i -e "806s/\"\$MAKE\"/\"\$MAKE\" -j $(nproc)/" $$QtBase$$/configure && \
+ ln -s $(realpath $$OpenSSL$$) ../3rdparty/openssl/openssl && \
+ ln -s $(realpath $$QtBase$$) ../3rdparty/qt/qtbase
+ build=ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh -j $(nproc)
+ ndk=r15c
+
+Build:1.7.1,17
+ commit=1.7.1
+ subdir=app
+ gradle=fdroid
+ srclibs=OpenSSL@OpenSSL_1_1_0h,QtBase@v5.11.1
+ prebuild=sed -i -e '/splits/,+7d' build.gradle && \
+ sed -i -e 's/android:extractNativeLibs=\"false\"/android:extractNativeLibs=\"true\"/' src/main/AndroidManifest.xml && \
+ sed -i -e "806s/\"\$MAKE\"/\"\$MAKE\" -j $(nproc)/" $$QtBase$$/configure && \
+ ln -s $(realpath $$OpenSSL$$) ../3rdparty/openssl/openssl && \
+ ln -s $(realpath $$QtBase$$) ../3rdparty/qt/qtbase
+ build=ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh -j $(nproc)
+ ndk=r17b
+
+Build:1.8.0,18
+ commit=1.8.0
+ subdir=app
+ gradle=fdroid
+ srclibs=OpenSSL@OpenSSL_1_1_0h,QtBase@v5.11.1
+ prebuild=sed -i -e '/splits/,+7d' build.gradle && \
+ sed -i -e 's/android:extractNativeLibs=\"false\"/android:extractNativeLibs=\"true\"/' src/main/AndroidManifest.xml && \
+ sed -i -e "806s/\"\$MAKE\"/\"\$MAKE\" -j $(nproc)/" $$QtBase$$/configure && \
+ ln -s $(realpath $$OpenSSL$$) ../3rdparty/openssl/openssl && \
+ ln -s $(realpath $$QtBase$$) ../3rdparty/qt/qtbase
+ build=ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh -j $(nproc)
+ ndk=r17b
+
+Build:1.8.1,19
+ commit=1.8.1
+ subdir=app
+ gradle=fdroid
+ srclibs=OpenSSL@OpenSSL_1_1_0h,QtBase@v5.11.1
+ prebuild=sed -i -e '/splits/,+7d' build.gradle && \
+ sed -i -e 's/android:extractNativeLibs=\"false\"/android:extractNativeLibs=\"true\"/' src/main/AndroidManifest.xml && \
+ sed -i -e "806s/\"\$MAKE\"/\"\$MAKE\" -j $(nproc)/" $$QtBase$$/configure && \
+ ln -s $(realpath $$OpenSSL$$) ../3rdparty/openssl/openssl && \
+ ln -s $(realpath $$QtBase$$) ../3rdparty/qt/qtbase
+ build=ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh -j $(nproc)
+ ndk=r17b
+
+Build:1.8.2,20
+ commit=1.8.2
+ subdir=app
+ gradle=fdroid
+ srclibs=OpenSSL@OpenSSL_1_1_0h,QtBase@v5.11.1
+ prebuild=sed -i -e '/splits/,+7d' build.gradle && \
+ sed -i -e 's/android:extractNativeLibs=\"false\"/android:extractNativeLibs=\"true\"/' src/main/AndroidManifest.xml && \
+ sed -i -e "806s/\"\$MAKE\"/\"\$MAKE\" -j $(nproc)/" $$QtBase$$/configure && \
+ ln -s $(realpath $$OpenSSL$$) ../3rdparty/openssl/openssl && \
+ ln -s $(realpath $$QtBase$$) ../3rdparty/qt/qtbase && \
+ sed -i -e 's/4.10/4.9/' ../gradle/wrapper/gradle-wrapper.properties
+ build=ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh -j $(nproc)
+ ndk=r17b
+
+Build:1.8.3,21
+ commit=1.8.3
+ subdir=app
+ gradle=fdroid
+ srclibs=OpenSSL@OpenSSL_1_1_1,QtBase@v5.11.1
+ prebuild=sed -i -e '/splits/,+7d' build.gradle && \
+ sed -i -e 's/android:extractNativeLibs=\"false\"/android:extractNativeLibs=\"true\"/' src/main/AndroidManifest.xml && \
+ sed -i -e "806s/\"\$MAKE\"/\"\$MAKE\" -j $(nproc)/" $$QtBase$$/configure && \
+ ln -s $(realpath $$OpenSSL$$) ../3rdparty/openssl/openssl && \
+ ln -s $(realpath $$QtBase$$) ../3rdparty/qt/qtbase && \
+ sed -i -e 's/4.10/4.9/' ../gradle/wrapper/gradle-wrapper.properties
+ build=ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh -j $(nproc)
+ ndk=r17b
+
+Build:1.8.4,22
+ commit=1.8.4
+ subdir=app
+ gradle=fdroid
+ srclibs=OpenSSL@OpenSSL_1_1_1,QtBase@v5.11.1
+ prebuild=sed -i -e '/splits/,+7d' build.gradle && \
+ sed -i -e 's/android:extractNativeLibs=\"false\"/android:extractNativeLibs=\"true\"/' src/main/AndroidManifest.xml && \
+ sed -i -e "806s/\"\$MAKE\"/\"\$MAKE\" -j $(nproc)/" $$QtBase$$/configure && \
+ ln -s $(realpath $$OpenSSL$$) ../3rdparty/openssl/openssl && \
+ ln -s $(realpath $$QtBase$$) ../3rdparty/qt/qtbase && \
+ sed -i -e 's/4.10/4.9/' ../gradle/wrapper/gradle-wrapper.properties
+ build=ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh -j $(nproc)
+ ndk=r17b
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.5.1
-Current Version Code:11
+Current Version:1.8.4
+Current Version Code:22
diff --git a/metadata/org.esteban.piano.txt b/metadata/org.esteban.piano.txt
index d2a24626df..feb52aa40f 100644
--- a/metadata/org.esteban.piano.txt
+++ b/metadata/org.esteban.piano.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/estearg/android-piano
Issue Tracker:https://github.com/estearg/android-piano/issues
diff --git a/metadata/org.ethack.orwall.txt b/metadata/org.ethack.orwall.txt
index 4897dc0b80..36a400088e 100644
--- a/metadata/org.ethack.orwall.txt
+++ b/metadata/org.ethack.orwall.txt
@@ -1,5 +1,5 @@
Categories:Internet,Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://orwall.org
Source Code:https://github.com/EthACKdotOrg/orWall
Issue Tracker:https://github.com/EthACKdotOrg/orWall/issues
diff --git a/metadata/org.eu.exodus_privacy.exodusprivacy.txt b/metadata/org.eu.exodus_privacy.exodusprivacy.txt
new file mode 100644
index 0000000000..057f29fac0
--- /dev/null
+++ b/metadata/org.eu.exodus_privacy.exodusprivacy.txt
@@ -0,0 +1,35 @@
+Categories:Security
+License:GPL-3.0-only
+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.evilsoft.pathfinder.reference.txt b/metadata/org.evilsoft.pathfinder.reference.txt
index 472f690333..dec12c7f99 100644
--- a/metadata/org.evilsoft.pathfinder.reference.txt
+++ b/metadata/org.evilsoft.pathfinder.reference.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://masterwork-tools.com/masterwork-tools/pfrpg_open_reference
Source Code:https://github.com/devonjones/PathfinderOpenReference
Issue Tracker:https://github.com/devonjones/PathfinderOpenReference/issues
diff --git a/metadata/org.example.pushupbuddy.txt b/metadata/org.example.pushupbuddy.txt
index 07283a5f69..f25c25d7b7 100644
--- a/metadata/org.example.pushupbuddy.txt
+++ b/metadata/org.example.pushupbuddy.txt
@@ -1,5 +1,5 @@
Categories:Sports & Health
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://launchpad.net/pushupbuddy
Source Code:https://code.launchpad.net/~portstrom/pushupbuddy/trunk
Issue Tracker:https://bugs.launchpad.net/pushupbuddy
@@ -8,6 +8,11 @@ Auto Name:Pushup Buddy
Summary:Count push-ups using sensors
Description:
Uses the proximity sensor of your phone to log your push-up workout.
+
+Press the start button and let Pushup Buddy measure and tell your progress on
+your pushup workout, using the proximity sensor. It detects when you rest
+between sets and tells you when you have rested long enough and makes a list of
+all the sets. Workouts are saved so you can compare them any time.
.
Repo Type:bzr
diff --git a/metadata/org.example.rosary.yml b/metadata/org.example.rosary.yml
new file mode 100644
index 0000000000..f2124f6c36
--- /dev/null
+++ b/metadata/org.example.rosary.yml
@@ -0,0 +1,28 @@
+Categories:
+ - Reading
+License: GPL-3.0-or-later
+AuthorName: JF
+SourceCode: https://github.com/jfcolom/rosary
+IssueTracker: https://github.com/jfcolom/rosary/issues
+
+AutoName: Rosary
+Summary: Help for praying the christian Holy Rosary (Spanish)
+Description: This is a very simple app helping christian users to pray the Rosary.
+ It basically shows biblical texts for the mysteries in an ordered way, and simulate
+ beads to count Hail Mary prayers. Currently, it only supports Spanish language
+
+RepoType: git
+Repo: https://github.com/jfcolom/rosary
+
+Builds:
+ - versionName: '0.1'
+ versionCode: 1
+ commit: v0.1
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version v%v
+UpdateCheckMode: Tags
+CurrentVersion: '0.1'
+CurrentVersionCode: 1
diff --git a/metadata/org.fastergps.txt b/metadata/org.fastergps.txt
index dd40b12199..feb14a22a9 100644
--- a/metadata/org.fastergps.txt
+++ b/metadata/org.fastergps.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://www.sufficientlysecure.org/android/
Source Code:https://github.com/Free-Software-for-Android/FasterGPS
Issue Tracker:https://github.com/Free-Software-for-Android/FasterGPS/issues
diff --git a/metadata/org.fdroid.basic.yml b/metadata/org.fdroid.basic.yml
new file mode 100644
index 0000000000..2f55abdd90
--- /dev/null
+++ b/metadata/org.fdroid.basic.yml
@@ -0,0 +1,44 @@
+Disabled: waiting for signing key setup to match org.fdroid.fdroid
+Categories:
+ - System
+License: GPL-3.0-or-later
+WebSite: https://f-droid.org
+SourceCode: https://gitlab.com/fdroid/fdroidclient
+IssueTracker: https://gitlab.com/fdroid/fdroidclient/issues
+Translation: https://hosted.weblate.org/projects/f-droid/f-droid
+Changelog: https://gitlab.com/fdroid/fdroidclient/raw/HEAD/CHANGELOG.md
+Donate: https://f-droid.org/about
+FlattrID: '343053'
+LiberapayID: '27859'
+Bitcoin: 15u8aAPK4jJ5N8wpWJ5gutAyyeHtKX5i18
+
+AutoName: F-Droid Basic
+Summary: the new, simple test version of app store you know and love
+Description: |
+ This is a test version of a stripped down version of the full F-Droid
+ user experience. It is looking for maintainers, so if you want this
+ to become an official thing, then get involved!
+
+ F-Droid is an installable catalogue of FOSS (Free and Open Source
+ Software) applications for the Android platform. The client makes it
+ easy to browse, install, and keep track of updates on your device.
+
+ It connects to any F-Droid compatible repositories. The default repo
+ is hosted at f-droid.org, which contains only bona fide Free and Open
+ Source Software.
+
+RepoType: git
+Repo: https://gitlab.com/fdroid/fdroidclient.git
+
+Builds:
+ - versionName: 1.3.1
+ versionCode: 1003051
+ commit: 1.3.1
+ subdir: app
+ gradle:
+ - basic
+
+AutoUpdateMode: Version %v
+UpdateCheckMode: Static
+CurrentVersion: 1.3.1
+CurrentVersionCode: 1003051
diff --git a/metadata/org.fdroid.fdroid.ota.yml b/metadata/org.fdroid.fdroid.ota.yml
index 60aa863c4c..dfe1f116ae 100644
--- a/metadata/org.fdroid.fdroid.ota.yml
+++ b/metadata/org.fdroid.fdroid.ota.yml
@@ -1,6 +1,6 @@
Categories:
- System
-License: GPL-3.0+
+License: GPL-3.0-or-later
WebSite: https://f-droid.org
SourceCode: https://gitlab.com/fdroid/fdroidclient
IssueTracker: https://gitlab.com/fdroid/fdroidclient/issues
diff --git a/metadata/org.fdroid.fdroid.privileged.ota/de/description.txt b/metadata/org.fdroid.fdroid.privileged.ota/de/description.txt
index 73f7f3d71e..d70f542663 100644
--- a/metadata/org.fdroid.fdroid.privileged.ota/de/description.txt
+++ b/metadata/org.fdroid.fdroid.privileged.ota/de/description.txt
@@ -1,12 +1,12 @@
-Hinweis: F-Droid benötigt Root-Rechte, um die Rechteerweiterung als System-App mit Sonderrechten installieren zu können.
+Hinweis: Für diese Rechteerweiterung benötigt F-Droid Root-Rechte, um sie als System-App mit Sonderrechten installieren zu können.
-[[org.fdroid.fdroid]] kann Systemrechte oder Genehmigungen nutzen, die eine selbständige Installation, Aktualisierung oder Entfernung von Anwendungen ermöglichen. Der einzige Weg, solche Sonderrechte zu erhalten, führt über eine Installation als System-App.
+Die F-Droid-App [[org.fdroid.fdroid]] kann Systemprivilegien oder Berechtigungen nutzen, die eine selbständige Installation, Aktualisierung oder Entfernung von Anwendungen ermöglichen. Der einzige Weg, solche Sonderrechte zu erhalten, führt über eine Installation als System-App.
-Hier setzt die Rechteerweiterung an - als separate, deutlich kleinere App, kann sie als System-App installiert werden und mit der Hauptanwendung über AIDL IPC kommunizieren.
+Hier kommt die Rechteerweiterung ins Spiel - als separate, deutlich kleinere App, kann sie als System-App installiert werden und mit der Hauptanwendung über AIDL IPC kommunizieren.
Dies hat verschiedene Vorteile:
* Reduzierter Speicherbedarf in der Systempartition * Kein Löschen von F-Droid durch Systemaktualisierungen * Die Installation ins System über Root ist sicherer
-Dies ist eine als ZIP-Datei gepackte OTA (Over-The-Air)-Aktualisierung. Sie muss mit TWRP oder einer anderen Android-Recovery installiert werden, die Systemaktualisierungen aus dem Ordner /data/data/org.fdroid.fdroid in die /data-Partition flashen kann. Die APK allein heißt [[org.fdroid.fdroid.privileged]], und diese stellt Aktualisierungen bereit, nachdem dieses OTA-Paket installiert ist.
+Diese Version ist eine als ZIP-Datei gepackte OTA (Over-The-Air)-Aktualisierung. Sie muss mit TWRP oder einer anderen Android-Recovery installiert werden, die Systemaktualisierungen aus dem Ordner /data/data/org.fdroid.fdroid in die /data-Partition flashen kann. Die eigenständige APK dazu heißt F-Droid Privileged Extension [[org.fdroid.fdroid.privileged]] und sorgt für Aktualisierungen, nachdem dieses OTA-Paket installiert wurde.
diff --git a/metadata/org.fdroid.fdroid.privileged.ota/eu/summary.txt b/metadata/org.fdroid.fdroid.privileged.ota/eu/summary.txt
new file mode 100644
index 0000000000..9f0d8ff0e0
--- /dev/null
+++ b/metadata/org.fdroid.fdroid.privileged.ota/eu/summary.txt
@@ -0,0 +1 @@
+F-Droid-ek aplikazioak modu seguruan instalatu eta eguneratzeko zerbitzuak
\ No newline at end of file
diff --git a/metadata/org.fdroid.fdroid.privileged.ota/is/summary.txt b/metadata/org.fdroid.fdroid.privileged.ota/is/summary.txt
new file mode 100644
index 0000000000..18045d9f89
--- /dev/null
+++ b/metadata/org.fdroid.fdroid.privileged.ota/is/summary.txt
@@ -0,0 +1 @@
+Þjónustur sem gera F-Droid kleift að setja upp og uppfæra forrit á öruggan máta
\ No newline at end of file
diff --git a/metadata/org.fdroid.fdroid.privileged.ota/nb/description.txt b/metadata/org.fdroid.fdroid.privileged.ota/nb/description.txt
index 345b42dc65..e02aef9973 100644
--- a/metadata/org.fdroid.fdroid.privileged.ota/nb/description.txt
+++ b/metadata/org.fdroid.fdroid.privileged.ota/nb/description.txt
@@ -2,7 +2,7 @@ Merk: F-droid krever root-privilegier for å installere Priviligert tillegg som
[[org.fdroid.fdroid]] kan nå gjøre bruk av systemprivilegier eller tilganger for å installere, oppdatere og fjerne programmer på egenhånd. Den eneste måten å hente inn de privilegiene på er å være systemprogram.
-Dette er hvor den Priviligerte utvidelsen kommer til sin rett - siden det er et eget program og mye mindre, kan det installeres som et systemprogram og kommunisere med hovedprogrammet via AIDL IPC.
+Dette er der F-Droid-rettighetsutvidelsen kommer til sin rett - siden det er et eget program og mye mindre, kan det installeres som et systemprogram og kommunisere med hovedprogrammet via AIDL IPC.
Dette har flere fordeler:
diff --git a/metadata/org.fdroid.fdroid.privileged.ota/nl/summary.txt b/metadata/org.fdroid.fdroid.privileged.ota/nl/summary.txt
new file mode 100644
index 0000000000..594a0a9210
--- /dev/null
+++ b/metadata/org.fdroid.fdroid.privileged.ota/nl/summary.txt
@@ -0,0 +1 @@
+Diensten om F-Droid veilig apps te laten installeren en bijwerken
\ No newline at end of file
diff --git a/metadata/org.fdroid.fdroid.privileged.ota/pt-BR/summary.txt b/metadata/org.fdroid.fdroid.privileged.ota/pt-BR/summary.txt
new file mode 100644
index 0000000000..77b7b9fb4a
--- /dev/null
+++ b/metadata/org.fdroid.fdroid.privileged.ota/pt-BR/summary.txt
@@ -0,0 +1 @@
+Serviços para permitir que o F-Droid instale e atualize aplicativos com seguranç
\ No newline at end of file
diff --git a/metadata/org.fdroid.fdroid.privileged.ota/sv/summary.txt b/metadata/org.fdroid.fdroid.privileged.ota/sv/summary.txt
new file mode 100644
index 0000000000..c20c7cc0d3
--- /dev/null
+++ b/metadata/org.fdroid.fdroid.privileged.ota/sv/summary.txt
@@ -0,0 +1 @@
+Tjänster för att tillåta F-Droid att säkert installera och uppdatera appar
\ No newline at end of file
diff --git a/metadata/org.fdroid.fdroid.privileged.ota/zh-CN/description.txt b/metadata/org.fdroid.fdroid.privileged.ota/zh-CN/description.txt
new file mode 100644
index 0000000000..aff695b7ae
--- /dev/null
+++ b/metadata/org.fdroid.fdroid.privileged.ota/zh-CN/description.txt
@@ -0,0 +1,8 @@
+注意:F-Droid 需要 root 权限才能安装特权扩展为系统的 "priv-app"。
+
+[[org.fdroid.fdroid]]可以自行使用系统特权或权限来安装、更新或删除程序。取得这些特权的唯一方法是成为系统app。
+
+这有多个优点:
+
+* 减少系统分区的磁盘使用量 * 系统更新不移除 F-Droid * 通过 root 安装到系统的过程更安全
+
diff --git a/metadata/org.fdroid.fdroid.privileged.ota/zh-CN/summary.txt b/metadata/org.fdroid.fdroid.privileged.ota/zh-CN/summary.txt
new file mode 100644
index 0000000000..e067e8f64c
--- /dev/null
+++ b/metadata/org.fdroid.fdroid.privileged.ota/zh-CN/summary.txt
@@ -0,0 +1 @@
+允许 F-Droid 安全地安装和更新应用的服务
\ No newline at end of file
diff --git a/metadata/org.fdroid.fdroid.privileged.txt b/metadata/org.fdroid.fdroid.privileged.txt
index fa2c65436d..f950c53240 100644
--- a/metadata/org.fdroid.fdroid.privileged.txt
+++ b/metadata/org.fdroid.fdroid.privileged.txt
@@ -61,7 +61,20 @@ Build:0.2.7,2070
subdir=app
gradle=yes
+Build:0.2.8,2080
+ commit=0.2.8
+ subdir=app
+ gradle=yes
+
+Maintainer Notes:
+ Updating from the old FDroidPrivilegedExtension.apk to the new name
+ with a dash, F-DroidPrivilegedExtension.apk has not really been
+ tested. So this keeps the Current Version on old name. This build
+ is needed for the OTA bundle, since that just includes this APK via a
+ script.
+.
+
Auto Update Mode:Version %v
-Update Check Mode:Tags
+Update Check Mode:None
Current Version:0.2.7
Current Version Code:2070
diff --git a/metadata/org.fdroid.fdroid.privileged/de/description.txt b/metadata/org.fdroid.fdroid.privileged/de/description.txt
index c9ec9b87f8..9e08217fbb 100644
--- a/metadata/org.fdroid.fdroid.privileged/de/description.txt
+++ b/metadata/org.fdroid.fdroid.privileged/de/description.txt
@@ -1,12 +1,12 @@
-Hinweis: F-Droid benötigt Root-Rechte, um die Rechteerweiterung als System-App mit Sonderrechten installieren zu können.
+Hinweis: Für diese Rechteerweiterung benötigt F-Droid Root-Rechte, um sie als System-App mit Sonderrechten installieren zu können.
-[[org.fdroid.fdroid]] kann Systemrechte oder Genehmigungen nutzen, die eine selbständige Installation, Aktualisierung oder Entfernung von Anwendungen ermöglichen. Der einzige Weg, solche Sonderrechte zu erhalten, führt über eine Installation als System-App.
+Die F-Droid-App [[org.fdroid.fdroid]] kann Systemprivilegien und Berechtigungen nutzen, die eine selbständige Installation, Aktualisierung oder Entfernung von Anwendungen ermöglichen. Der einzige Weg, solche Sonderrechte zu erhalten, führt über eine Installation als System-App.
-Hier setzt die Rechteerweiterung an - als separate, deutlich kleinere App, kann sie als System-App installiert werden und mit der Hauptanwendung über AIDL IPC kommunizieren.
+Hier kommt die Rechteerweiterung ins Spiel - als separate, deutlich kleinere App, kann sie als System-App installiert werden und mit der Hauptanwendung über AIDL IPC kommunizieren.
Dies hat verschiedene Vorteile:
* Reduzierter Speicherbedarf in der Systempartition * Kein Löschen von F-Droid durch Systemaktualisierungen * Die Installation ins System über Root ist sicherer
-Statt dieses Updates möchten die meisten Benutzer das "Over-The-Air" (OTA)-Update installieren, die ZIP-Datei heißt [[org.fdroid.fdroid.privileged.ota]]. Hier können Sie die bevorzugte Erweiterung aktualisieren, wenn sie mit der OTA ZIP installiert wurde.
+Anstelle dieser Version werden die meisten Benutzer das "Over-The-Air" (OTA)-Update installieren wollen, das als ZIP-Datei unter dem Namen [[org.fdroid.fdroid.privileged.ota]] angeboten wird. Dieses Paket hier dient der Aktualisierung der F-Droid Rechteerweiterung, nachdem sie mit der OTA ZIP installiert wurde.
diff --git a/metadata/org.fdroid.fdroid.privileged/eu/summary.txt b/metadata/org.fdroid.fdroid.privileged/eu/summary.txt
new file mode 100644
index 0000000000..9f0d8ff0e0
--- /dev/null
+++ b/metadata/org.fdroid.fdroid.privileged/eu/summary.txt
@@ -0,0 +1 @@
+F-Droid-ek aplikazioak modu seguruan instalatu eta eguneratzeko zerbitzuak
\ No newline at end of file
diff --git a/metadata/org.fdroid.fdroid.privileged/is/summary.txt b/metadata/org.fdroid.fdroid.privileged/is/summary.txt
new file mode 100644
index 0000000000..18045d9f89
--- /dev/null
+++ b/metadata/org.fdroid.fdroid.privileged/is/summary.txt
@@ -0,0 +1 @@
+Þjónustur sem gera F-Droid kleift að setja upp og uppfæra forrit á öruggan máta
\ No newline at end of file
diff --git a/metadata/org.fdroid.fdroid.privileged/nb/description.txt b/metadata/org.fdroid.fdroid.privileged/nb/description.txt
index 5dedc48a4e..eb16c90afc 100644
--- a/metadata/org.fdroid.fdroid.privileged/nb/description.txt
+++ b/metadata/org.fdroid.fdroid.privileged/nb/description.txt
@@ -1,12 +1,12 @@
-Merk: F-Droid krever root-tilgang for å installere priviligert programtillegg som et systemisk "priv-program".
+Merk: F-Droid krever root-tilgang for å installere F-Droid-rettighetsutvidelse som systemisk "priv-program".
[[org.fdroid.fdroid]] kan gjøre bruk av systemprivilegier for å installere, oppdatere og fjerne programmer på egenhånd. Den eneste måten å oppnå de privilegiene på er å være et systemprogram.
-Dette er hvor det Priviligerte tillegget gjør sin inntreden - i det å være et eget program som er mye mindre, kan det installeres som et systemprogram og kommunisere med hovedprogrammet via AIDL IPC.
+Dette er der F-Droid-rettighetsutvidelsen gjør sin inntreden - i det å være et eget program som er mye mindre, kan det installeres som et systemprogram og kommunisere med hovedprogrammet via AIDL IPC.
Dette har flere fordeler:
* Redusert diskbruk i systempartisjon * Systemoppdateringer fjerner ikke F-Droid * Prosessen med å installere i system via root er tryggere
-Instedenfor denne byggversjonen, vil de fleste brukere kunne installere den "luftbårne" (OTA)-oppdaterings-ZIP-fila kalt [[org.fdroid.fdroid.privileged.ota]]. Dette er her for å oppdatere den Priviligerte utvidelsen når den har blitt installert ved bruk av OTA ZIP.
+Instedenfor denne byggversjonen, vil de fleste brukere kunne installere den "luftbårne" (OTA)-oppdaterings-ZIP-fila kalt [[org.fdroid.fdroid.privileged.ota]]. Dette er her for å oppgradere F-Droid-rettighetsutvidelsen når den har blitt installert ved bruk av OTA ZIP.
diff --git a/metadata/org.fdroid.fdroid.privileged/nl/summary.txt b/metadata/org.fdroid.fdroid.privileged/nl/summary.txt
new file mode 100644
index 0000000000..594a0a9210
--- /dev/null
+++ b/metadata/org.fdroid.fdroid.privileged/nl/summary.txt
@@ -0,0 +1 @@
+Diensten om F-Droid veilig apps te laten installeren en bijwerken
\ No newline at end of file
diff --git a/metadata/org.fdroid.fdroid.privileged/pl/summary.txt b/metadata/org.fdroid.fdroid.privileged/pl/summary.txt
new file mode 100644
index 0000000000..c5265b0428
--- /dev/null
+++ b/metadata/org.fdroid.fdroid.privileged/pl/summary.txt
@@ -0,0 +1 @@
+Usługi umożliwiające F-Droid bezpieczne instalowanie i aktualizowanie aplikacji
\ No newline at end of file
diff --git a/metadata/org.fdroid.fdroid.privileged/pt-BR/summary.txt b/metadata/org.fdroid.fdroid.privileged/pt-BR/summary.txt
new file mode 100644
index 0000000000..77b7b9fb4a
--- /dev/null
+++ b/metadata/org.fdroid.fdroid.privileged/pt-BR/summary.txt
@@ -0,0 +1 @@
+Serviços para permitir que o F-Droid instale e atualize aplicativos com seguranç
\ No newline at end of file
diff --git a/metadata/org.fdroid.fdroid.privileged/sv/summary.txt b/metadata/org.fdroid.fdroid.privileged/sv/summary.txt
new file mode 100644
index 0000000000..564e2616ce
--- /dev/null
+++ b/metadata/org.fdroid.fdroid.privileged/sv/summary.txt
@@ -0,0 +1 @@
+Tjänster för att tillåta F-Droid att installeras säkert och uppdatera appar
\ No newline at end of file
diff --git a/metadata/org.fdroid.fdroid.privileged/zh-CN/description.txt b/metadata/org.fdroid.fdroid.privileged/zh-CN/description.txt
new file mode 100644
index 0000000000..bec88ba1aa
--- /dev/null
+++ b/metadata/org.fdroid.fdroid.privileged/zh-CN/description.txt
@@ -0,0 +1,2 @@
+这有多个优点:
+
diff --git a/metadata/org.fdroid.fdroid.privileged/zh-TW/description.txt b/metadata/org.fdroid.fdroid.privileged/zh-TW/description.txt
index 38a1c0dfe6..1e65321a14 100644
--- a/metadata/org.fdroid.fdroid.privileged/zh-TW/description.txt
+++ b/metadata/org.fdroid.fdroid.privileged/zh-TW/description.txt
@@ -8,5 +8,5 @@
* 減少在系統磁碟分割的使用 * 系統更新不要移除 F-Droid *透過 root 安裝到系統中的過程更安全
-大多數的使用者要安裝 "空中下載" (OTA)的更新壓縮檔稍稱之為 [[org.fdroid.fdroid.privileged.ota]],而不是這個版本。當使用 OTA 壓縮檔進行安裝,這裏要更新 Privileged Extension.
+大多數的使用者要安裝「空中下載」(OTA)的更新壓縮檔稍稱之為 [[org.fdroid.fdroid.privileged.ota]],而不是這個版本。當使用 OTA 壓縮檔進行安裝,這裏要更新 Privileged Extension。
diff --git a/metadata/org.fdroid.fdroid.txt b/metadata/org.fdroid.fdroid.txt
index 2d15d3420f..01c88430db 100644
--- a/metadata/org.fdroid.fdroid.txt
+++ b/metadata/org.fdroid.fdroid.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://f-droid.org
Source Code:https://gitlab.com/fdroid/fdroidclient
Issue Tracker:https://gitlab.com/fdroid/fdroidclient/issues
@@ -819,8 +819,78 @@ Build:1.2-alpha1,1002001
subdir=app
gradle=yes
-Archive Policy:20 versions
+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
+
+Build:1.3-alpha1,1003001
+ commit=1.3-alpha1
+ subdir=app
+ gradle=yes
+
+Build:1.3-alpha2,1003002
+ commit=1.3-alpha2
+ subdir=app
+ gradle=full
+
+Build:1.3-alpha3,1003003
+ commit=1.3-alpha3
+ subdir=app
+ gradle=full
+
+Build:1.3-alpha4,1003004
+ commit=1.3-alpha4
+ subdir=app
+ gradle=full
+
+Build:1.3-alpha5,1003005
+ commit=1.3-alpha5
+ subdir=app
+ gradle=full
+
+Build:1.3,1003050
+ commit=1.3
+ subdir=app
+ gradle=full
+
+Build:1.3.1,1003051
+ commit=1.3.1
+ subdir=app
+ gradle=full
+
+Build:1.4-alpha0,1004000
+ commit=1.4-alpha0
+ subdir=app
+ gradle=full
+
+Build:1.4-alpha1,1004001
+ commit=1.4-alpha1
+ subdir=app
+ gradle=full
+
+Build:1.4,1004050
+ commit=1.4
+ subdir=app
+ gradle=full
+
+Archive Policy:12 versions
Auto Update Mode:None
Update Check Mode:Static
-Current Version:1.1
-Current Version Code:1001050
+Current Version:1.4
+Current Version Code:1004050
diff --git a/metadata/org.fdroid.fdroid/de/description.txt b/metadata/org.fdroid.fdroid/de/description.txt
index de0e6cc862..231a792cba 100644
--- a/metadata/org.fdroid.fdroid/de/description.txt
+++ b/metadata/org.fdroid.fdroid/de/description.txt
@@ -1,8 +1,8 @@
F-Droid ist ein installierbarer Katalog mit FOSS-Apps (Free and Open Source Software) für Android. Der Client vereinfacht die Suche und Installation von Apps und behält den Überblick über Aktualisierungen.
-Er verbindet sich mit jeder mit F-Droid kompatiblen Paketquelle. Die Standardquelle wird auf f-droid.org gehosted, die ausschließlich echte freie und quelltextoffene Software enthält.
+Er verbindet sich mit jeder mit F-Droid kompatiblen Paketquelle. Die Standardquelle wird auf f-droid.org gehosted, die ausschließlich echte freie und quelloffene Software enthält.
Android selbst ist dahingehend offen, dass jeder selbst entscheiden kann, welche APKs er installieren möchte. Es gibt allerdings gute Gründe, F-Droid als App-Manager für freie Software zu verwenden:
-* bei verfügbaren Aktualisierungen benachrichtigt werden * Aktualisierungen wahlweise automatisch herunterladen und installieren lassen * den Überblick über ältere und Beta-Versionen behalten * nicht mit dem Gerät kompatible Apps aussortieren * Apps nach Kategorien und durchsuchbaren Beschreibungen finden * Zugang zu verknüpften Internetadressen mit dem Quelltext oder für Spenden erhalten * durch Überprüfung von Quell-Signaturen und APK-Hashes geschützt bleiben
+* Benachrichtigungen zu verfügbaren Aktualisierungen erhalten * wahlweise Aktualisierungen automatisch herunterladen und installieren * den Überblick über ältere und Beta-Versionen behalten * Aussortieren von nicht mit dem Gerät kompatiblen Apps * Apps nach Kategorien und durchsuchbaren Beschreibungen finden * Zugang zu verknüpften Internetadressen mit Quelltext, Spendenmöglichkeiten, usw. * Sicherheit durch Überprüfung von Quell-Signaturen und APK-Hashes
diff --git a/metadata/org.fdroid.fdroid/eu/summary.txt b/metadata/org.fdroid.fdroid/eu/summary.txt
new file mode 100644
index 0000000000..ed372dd8c4
--- /dev/null
+++ b/metadata/org.fdroid.fdroid/eu/summary.txt
@@ -0,0 +1 @@
+Askatasuna eta pribatutasunari begirunea dion aplikazio biltegia
\ No newline at end of file
diff --git a/metadata/org.fdroid.fdroid/is/summary.txt b/metadata/org.fdroid.fdroid/is/summary.txt
new file mode 100644
index 0000000000..dfe2686c9f
--- /dev/null
+++ b/metadata/org.fdroid.fdroid/is/summary.txt
@@ -0,0 +1 @@
+Forritasafnið sem virðir frelsi og einkalíf notendanna
\ No newline at end of file
diff --git a/metadata/org.fdroid.fdroid/it/summary.txt b/metadata/org.fdroid.fdroid/it/summary.txt
new file mode 100644
index 0000000000..1e97579d0a
--- /dev/null
+++ b/metadata/org.fdroid.fdroid/it/summary.txt
@@ -0,0 +1 @@
+L'app store che rispetta la libertà e la privacy
\ No newline at end of file
diff --git a/metadata/org.fdroid.fdroid/ja/description.txt b/metadata/org.fdroid.fdroid/ja/description.txt
index fb842ad2aa..8ea5c92c8a 100644
--- a/metadata/org.fdroid.fdroid/ja/description.txt
+++ b/metadata/org.fdroid.fdroid/ja/description.txt
@@ -1,8 +1,8 @@
-F-Droid は、Androiプラットフォーム向けのFOSS(フリーオープンソースソフトウェア)アプリケーションをインストールすることができるカタログです。クライアントからお使いのデバイスで簡単に参照、インストール、および更新の追跡ができます。
+F-Droidは、Androidプラットフォーム向けのFOSS(フリーオープンソースソフトウェア)アプリのカタログです。このクライアントを利用して、簡単に検索、インストール、および更新の追跡が端末上で出来ます。
-すべてのF-Droidと互換性のあるリポジトリに接続します。デフォルトのリポジトリは、f-droid.org にホストされていて、善意のフリーなオープンソースソフトウェアが含まれています。
+すべてのF-Droidと互換性のあるリポジトリに接続します。既定のリポジトリは、f-droid.orgにてホストされていて、善意のフリーでオープンソースのソフトウェアが含まれています。
-Android自体がオープンなので、ご希望のどこからでもapkを自由にインストールできますが、フリーのソフトウェアアプリマネージャーとしてF-Droidを使用する多くの良い理由があります。
+Android自体がオープンなので、apkをどこからでも自由にインストールできますが、フリーソフトウェアアプリマネージャーとしてF-Droidを使用する多くの良い理由があります。
* 更新が利用可能なときに通知します * 必要に応じて自動的に更新をダウンロードして、インストールします * 古いバージョンやベータ版の追跡 * デバイスと互換性のないアプリをフィルタ * カテゴリーや検索可能な説明を使用してアプリを見つける * 関連付けられている寄付の URL、ソースコードなどにアクセス * リポジトリのインデックス署名、apk のハッシュをチェックして安全を守ります
diff --git a/metadata/org.fdroid.fdroid/nl/summary.txt b/metadata/org.fdroid.fdroid/nl/summary.txt
new file mode 100644
index 0000000000..52cd62c503
--- /dev/null
+++ b/metadata/org.fdroid.fdroid/nl/summary.txt
@@ -0,0 +1 @@
+De appwinkel die je vrijheid en privacy respecteert
\ No newline at end of file
diff --git a/metadata/org.fdroid.fdroid/pl/summary.txt b/metadata/org.fdroid.fdroid/pl/summary.txt
new file mode 100644
index 0000000000..6a64267d27
--- /dev/null
+++ b/metadata/org.fdroid.fdroid/pl/summary.txt
@@ -0,0 +1 @@
+Sklep z aplikacjami szanujący wolność i prywatność
\ No newline at end of file
diff --git a/metadata/org.fdroid.fdroid/ru/summary.txt b/metadata/org.fdroid.fdroid/ru/summary.txt
new file mode 100644
index 0000000000..06975c2f85
--- /dev/null
+++ b/metadata/org.fdroid.fdroid/ru/summary.txt
@@ -0,0 +1 @@
+Магазин приложений, который уважает свободу и конфиденциальность
\ No newline at end of file
diff --git a/metadata/org.fdroid.fdroid/sv/summary.txt b/metadata/org.fdroid.fdroid/sv/summary.txt
new file mode 100644
index 0000000000..2c05f726d4
--- /dev/null
+++ b/metadata/org.fdroid.fdroid/sv/summary.txt
@@ -0,0 +1 @@
+App-lagringen som respekterar frihet och integritet
\ No newline at end of file
diff --git a/metadata/org.fdroid.fdroid/ug/summary.txt b/metadata/org.fdroid.fdroid/ug/summary.txt
new file mode 100644
index 0000000000..7f6f4971e3
--- /dev/null
+++ b/metadata/org.fdroid.fdroid/ug/summary.txt
@@ -0,0 +1 @@
+بۇ ئۇيغۇلىما دۇكىنى ئەركىنلىك ۋە مەخپىيەتلىككە ھۆرمەت قىلىدۇ
\ No newline at end of file
diff --git a/metadata/org.fdroid.fdroid/uk/description.txt b/metadata/org.fdroid.fdroid/uk/description.txt
index d0eed8ad74..dde50e6b90 100644
--- a/metadata/org.fdroid.fdroid/uk/description.txt
+++ b/metadata/org.fdroid.fdroid/uk/description.txt
@@ -1,8 +1,8 @@
F-Droid - це інстальований каталог програм FOSS (вільного та відкритого програмного забезпечення) для платформи Android. Клієнт спрощує пошук, встановлення та відстеження оновлень на вашому пристрої.
-Він підключається до будь-яких репозиторіїв, сумісних із F-Droid. Репозиторій за замовчанням розміщено на f-droid.org, який містить тільки добросовісне вільне та відкрите програмне забезпечення.
+Він підключається до будь-яких сховищ, сумісних із F-Droid. Усталено сховище розміщене на вебсайтові f-droid.org, який містить тільки добросовісне вільне та відкрите програмне забезпечення.
Сам Android відкритий у тому сенсі, що ви можете встановлювати об'єкти з будь-якої точки світу, але є багато вагомих причин для використання F-Droid як менеджера безкоштовного програмного забезпечення:
-* Отримуйте повідомлення, коли доступні оновлення * необов'язково завантажувати та інсталювати оновлення автоматично * Відстежуйте старіші та бета-версії * Фільтруйте програми, які несумісні з пристроєм * Пошук застосунків за категоріями та описами, які можна знайти * Доступ до пов'язаних URL-адрес для пожертвувань, вихідного коду, тощо * Будьте в безпеці, перевіряючи підписи індексу репозиторію та apk хешу
+* Отримуйте повідомлення, коли доступні оновлення * необов'язково завантажувати та інсталювати оновлення автоматично * Відстежуйте старіші та бета-версії * Фільтруйте програми, які несумісні з пристроєм * Пошук застосунків за категоріями та описами, які можна знайти * Доступ до пов'язаних URL-адрес для пожертвувань, вихідного коду, тощо * Будьте в безпеці, перевіряючи підписи індексу сховищ та гешу apk
diff --git a/metadata/org.fdroid.fdroid/uk/summary.txt b/metadata/org.fdroid.fdroid/uk/summary.txt
index 53c4c167b5..f80a7df406 100644
--- a/metadata/org.fdroid.fdroid/uk/summary.txt
+++ b/metadata/org.fdroid.fdroid/uk/summary.txt
@@ -1 +1 @@
-Магазин застосунків, який поважає свободу та конфіденційність
\ No newline at end of file
+Застосункова крамниця, яка поважає свободу та конфіденційність
\ No newline at end of file
diff --git a/metadata/org.fdroid.fdroid/zh-CN/description.txt b/metadata/org.fdroid.fdroid/zh-CN/description.txt
new file mode 100644
index 0000000000..460a6c1da9
--- /dev/null
+++ b/metadata/org.fdroid.fdroid/zh-CN/description.txt
@@ -0,0 +1,8 @@
+F-Droid 是一个可在 Android 平台上安装的自由与开源(FOSS)应用程序的目录。利用客户端可以轻松地浏览、安装和持续追踪设备上应用程序的更新。
+
+它可以连接到与 F-Droid 兼容的任何软件库。默认的软件库由 f-droid.org 主理,其中只包含真正的自由与开源软件。
+
+从用户可以自由决定安装什么 apk 的意义上来说,Android 本身就是开放的。但仍有相当多理由支持您使用 F-Droid 作为您的自由应用软件管理器:
+
+* 通知软件有更新 * 可选择是否自动更新下载与安装 * 追踪较旧的和试验的版本 * 筛选掉与设备不兼容的应用软件 * 利用类别和可搜索的描述来寻找软件 * 获取与捐款或源代码等相关的网址 * 检查软件库索引签署和 apk 哈希值以确保安全
+
diff --git a/metadata/org.fdroid.fdroid/zh-CN/summary.txt b/metadata/org.fdroid.fdroid/zh-CN/summary.txt
new file mode 100644
index 0000000000..c05dbfc122
--- /dev/null
+++ b/metadata/org.fdroid.fdroid/zh-CN/summary.txt
@@ -0,0 +1 @@
+尊重自由与隐私的应用程序商店
\ No newline at end of file
diff --git a/metadata/org.fdroid.fdroid/zh-TW/description.txt b/metadata/org.fdroid.fdroid/zh-TW/description.txt
index 6dd69ce2e1..fb297adf73 100644
--- a/metadata/org.fdroid.fdroid/zh-TW/description.txt
+++ b/metadata/org.fdroid.fdroid/zh-TW/description.txt
@@ -1,8 +1,8 @@
F-Droid 是一個可在 Android 平台上安裝的自由與開源(FOSS)的應用程式目錄。用戶端可以輕鬆的瀏覽、安裝和持續追蹤裝置上應用程式的更新。
-它連接到任何與 F-Droid 相容的軟體倉庫。預設的軟體倉庫主機位於 f-droid.org,其中只容納真誠的自由和開放源始碼軟體。
+它連接到任何與 F-Droid 相容的軟體庫。預設的軟體庫主機位於 f-droid.org,其中只容納真誠的自由和開放源始碼軟體。
若從用戶可以自由決定安裝什麼 apks 來看.Android 本身是開放的。但仍然有其它好理由用 F-Droid 來當自由軟體的應用軟管理器:
-* 通知軟體有更新 * 可選擇是否自動更新下載與安裝 * 追蹤老舊和試驗版本 * 篩選出與設備不相容的應用軟體 * 利用類別和可搜尋的描述來找軟體 * 接取捐款或源代碼等相關的網址資源 * 檢查軟體倉庫索引簽署和 apk 雜湊值以確保安全
+* 通知軟體有更新 * 可選擇是否自動更新下載與安裝 * 追蹤老舊和試驗版本 * 篩選出與設備不相容的應用軟體 * 利用類別和可搜尋的描述來找軟體 * 接取捐款或源代碼等相關的網址資源 * 檢查軟體庫索引簽署和 apk 雜湊值以確保安全
diff --git a/metadata/org.fitchfamily.android.dejavu.txt b/metadata/org.fitchfamily.android.dejavu.txt
index 34fb000551..d924e686f2 100644
--- a/metadata/org.fitchfamily.android.dejavu.txt
+++ b/metadata/org.fitchfamily.android.dejavu.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/n76/DejaVu
Issue Tracker:https://github.com/n76/DejaVu/issues
@@ -87,7 +87,22 @@ Build:1.1.5,14
subdir=app
gradle=yes
+Build:1.1.7,16
+ commit=v1.1.7
+ subdir=app
+ gradle=yes
+
+Build:1.1.8,17
+ commit=v1.1.8
+ subdir=app
+ gradle=yes
+
+Build:1.1.9,18
+ commit=v1.1.9
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.1.5
-Current Version Code:14
+Current Version:1.1.9
+Current Version Code:18
diff --git a/metadata/org.fitchfamily.android.gsmlocation.txt b/metadata/org.fitchfamily.android.gsmlocation.txt
index bce272aaec..4866c03ca7 100644
--- a/metadata/org.fitchfamily.android.gsmlocation.txt
+++ b/metadata/org.fitchfamily.android.gsmlocation.txt
@@ -291,7 +291,13 @@ Build:1.4.21,67
gradle=yes
prebuild=sed -i -e '/mavenCentral/ajcenter()' build.gradle
+Build:1.4.22,68
+ commit=v1.4.22
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/mavenCentral/ajcenter()' build.gradle
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.4.21
-Current Version Code:67
+Current Version:1.4.22
+Current Version Code:68
diff --git a/metadata/org.fitchfamily.android.symphony.txt b/metadata/org.fitchfamily.android.symphony.txt
index 64948ac8fa..14b035813c 100644
--- a/metadata/org.fitchfamily.android.symphony.txt
+++ b/metadata/org.fitchfamily.android.symphony.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/n76/Symphony
Issue Tracker:https://github.com/n76/Symphony/issues
@@ -70,7 +70,49 @@ Build:1.1.2,10
gradle=yes
prebuild=sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/' build.gradle
+Build:1.1.3,11
+ commit=v1.1.3
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/' build.gradle
+
+Build:1.1.4,12
+ commit=v1.1.4
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/' build.gradle
+
+Build:1.1.5,13
+ commit=v1.1.5
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/' build.gradle
+
+Build:1.1.6,14
+ commit=v1.1.6
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/' build.gradle
+
+Build:1.1.7,15
+ commit=v1.1.7
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/' build.gradle
+
+Build:1.1.8,16
+ commit=v1.1.8
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/' build.gradle
+
+Build:1.1.9,17
+ commit=v1.1.9
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/' build.gradle
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.1.2
-Current Version Code:10
+Current Version:1.1.9
+Current Version Code:17
diff --git a/metadata/org.fitchfamily.android.wifi_backend.txt b/metadata/org.fitchfamily.android.wifi_backend.txt
index 387cc7ce7a..e3f7f9755d 100644
--- a/metadata/org.fitchfamily.android.wifi_backend.txt
+++ b/metadata/org.fitchfamily.android.wifi_backend.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/n76/wifi_backend
Issue Tracker:https://github.com/n76/wifi_backend/issues
@@ -222,7 +222,17 @@ Build:1.1.11,40
subdir=app
gradle=yes
+Build:1.1.12,41
+ commit=v1.1.12
+ subdir=app
+ gradle=yes
+
+Build:1.1.13,42
+ commit=v1.1.13
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.1.11
-Current Version Code:40
+Current Version:1.1.13
+Current Version Code:42
diff --git a/metadata/org.floens.chan.txt b/metadata/org.floens.chan.txt
index 8acb0c3880..7b6552d82a 100644
--- a/metadata/org.floens.chan.txt
+++ b/metadata/org.floens.chan.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://floens.github.io/Clover
Source Code:https://github.com/Floens/Clover
Issue Tracker:https://github.com/Floens/Clover/issues
@@ -7,12 +7,12 @@ Donate:https://floens.github.io/Clover/#donate
Bitcoin:1N7VtcNh8L8u4tF9CJ38GjnPbmxM4Vixi6
Auto Name:Clover
-Summary:4chan image board browser
+Summary:Imageboard browser
Description:
-Clover is a browser for the popular [https://4chan.org/ 4chan] image board.
+Clover is an imageboard browser. Supports 4chan, 8chan and more.
-Features include inline replying, thread watching, notifications, themes, pass
-support and filters.
+Features include inline replying, thread watching, notifications, themes, 4chan
+pass support and filters.
.
Repo Type:git
@@ -181,7 +181,17 @@ Build:v2.3.1,20301
subdir=Clover/app
gradle=fdroid
+Build:v3.0.0,30000
+ commit=v3.0.0
+ subdir=Clover/app
+ gradle=fdroid
+
+Build:v3.0.1,30001
+ commit=v3.0.1
+ subdir=Clover/app
+ gradle=fdroid
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:v2.3.1
-Current Version Code:20301
+Current Version:v3.0.1
+Current Version Code:30001
diff --git a/metadata/org.flyve.inventory.agent.txt b/metadata/org.flyve.inventory.agent.txt
index 0c1f651369..0289d91f66 100644
--- a/metadata/org.flyve.inventory.agent.txt
+++ b/metadata/org.flyve.inventory.agent.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:Teclib
Author Email:contact@teclib.com
Web Site:https://flyve-mdm.com/
@@ -16,6 +16,15 @@ It features a complete inventory of your Android devices: both hardware and
software informations are collected. You get the data about processor, memory,
drives, sensors, the list and description of installed application (apk) and
more.
+
+Inventory Agent for Android can send inventory to:
+
+* FusionInventory for GLPI 2.3.x and higher
+* OCSInventory NG (ocsng) 1.3.x and 2.x
+* Mandriva Pulse2
+
+Inventory agents can also be used with other open sources projects like Uranos
+or Rudder.
.
Repo Type:git
@@ -26,7 +35,13 @@ Build:0.5.0,37960
subdir=app
gradle=yes
+Build:1.0.0-rc.1,39160
+ commit=1.0.0-rc.1
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's/android:versionName=\"/android:versionName=\"$$VERSION$$/' src/main/AndroidManifest.xml
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:0.5.0
-Current Version Code:37960
+Current Version:1.0.0-rc.1
+Current Version Code:39160
diff --git a/metadata/org.flyve.mdm.agent.txt b/metadata/org.flyve.mdm.agent.txt
new file mode 100644
index 0000000000..7ed2e051ad
--- /dev/null
+++ b/metadata/org.flyve.mdm.agent.txt
@@ -0,0 +1,68 @@
+Categories:System
+License:GPL-3.0-only
+Author Name:Teclib
+Author Email:contact@teclib.com
+Web Site:https://flyve-mdm.com/
+Source Code:https://github.com/flyve-mdm/android-mdm-agent/
+Issue Tracker:https://github.com/flyve-mdm/android-mdm-agent/issues/
+Changelog:https://github.com/flyve-mdm/android-mdm-agent/raw/HEAD/CHANGELOG.md
+
+Auto Name:Flyve MDM Agent
+Summary:Manage and secure effectively your mobile devices and applications
+Description:
+Flyve MDM is an award winning mobile device management software that enables
+organizations manage their entire mobile fleet with ease. Give your IT security
+team a broader visibility to proactively work on security weaknesses and manage
+risk on Apple iOS and Google Android mobile devices.
+
+Control It!
+
+Flyve MDM offers a range of powerful security features in an intuitive web
+interface that allows you to monitor unauthorized behavior and prevent damage of
+your employees, image, brand and public reputation.
+
+Powerful Features:
+
+* Ability to control and configure every device.
+* Remotely erase all content and settings on your device.
+* Remotely lock terminals.
+* Activate remotely encryption.
+* Real-time geolocation.
+* Bluetooth and Wi-Fi connectivity control.
+* Control camera both front and facing.
+* Install and uninstall applications remotely.
+* Set the level of complexity of your passwords.
+* Support to Bring Your Own Devices (BYOD).
+
+A Safe Context for Employees
+
+Make employees comply safety standards in your network, Flyve MDM make it easier
+for the IT team to oversee and control security levels of every device remotely
+without any employee time and effort, it just works.
+
+Reduce Leaks
+
+Flyve MDM helps you reduce the risk of sensitive corporate data leaks and loss
+of intellectual property. In case of stolen or lost devices, you can disable and
+wipe information with just one click.
+
+Take the proactive approach.
+
+Try it Now.
+
+This app uses the Device Administrator permission
+.
+
+Repo Type:git
+Repo:https://github.com/flyve-mdm/android-mdm-agent.git
+
+Build:2.0.0-rc.5,2618
+ commit=2.0.0-rc.5
+ subdir=app
+ sudo=apt-get install -y jq
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:2.0.0-rc.5
+Current Version Code:2618
diff --git a/metadata/org.fosdem.txt b/metadata/org.fosdem.txt
index be839f8ee9..94b56bba2e 100644
--- a/metadata/org.fosdem.txt
+++ b/metadata/org.fosdem.txt
@@ -1,6 +1,6 @@
Disabled:Superseeded by be.digitalia.fosdem
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://fosdem.org
Source Code:https://github.com/orrc/fosdem-android
Issue Tracker:http://sourceforge.net/tracker/?group_id=283580
diff --git a/metadata/org.fossasia.openevent.txt b/metadata/org.fossasia.openevent.txt
index 57245629c5..d035cce8af 100644
--- a/metadata/org.fossasia.openevent.txt
+++ b/metadata/org.fossasia.openevent.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/fossasia/open-event-android/blob/HEAD/README.md
Source Code:https://github.com/fossasia/open-event-android
Issue Tracker:https://github.com/fossasia/open-event-android/issues
diff --git a/metadata/org.fossasia.pslab.txt b/metadata/org.fossasia.pslab.txt
new file mode 100644
index 0000000000..7394c55285
--- /dev/null
+++ b/metadata/org.fossasia.pslab.txt
@@ -0,0 +1,66 @@
+Categories:Science & Education
+License:GPL-3.0-only
+Web Site:https://pslab.fossasia.org
+Source Code:https://github.com/fossasia/pslab-android
+Issue Tracker:https://github.com/fossasia/pslab-android/issues
+
+Auto Name:PSLab
+Summary:Pocket Science Lab Android interface for PSLab hardware
+Description:
+Pocket Science Lab hardware device provides an array of sensors for doing
+science and engineering experiments. It provides functions of numerous
+experimental devices such as an oscilloscope, a waveform generator, a frequency
+counter, a programmable voltage & current source and a data logger. This app
+exposes all the functionalities of device along with using Audio Jack as
+Oscilloscope and Wave Generator. The app has built-in support for experiments
+covering areas like electronics, electrical and physics etc.
+.
+
+Repo Type:git
+Repo:https://github.com/fossasia/pslab-android
+
+Build:1.1.7,9
+ commit=v1.1.7
+ subdir=app
+ gradle=yes
+
+Build:1.1.9,11
+ commit=v1.1.9
+ subdir=app
+ gradle=yes
+
+Build:1.1.10,12
+ commit=v1.1.10
+ subdir=app
+ gradle=yes
+
+Build:1.1.11,13
+ commit=v1.1.11
+ subdir=app
+ gradle=yes
+
+Build:1.1.12,14
+ commit=v1.1.12
+ subdir=app
+ gradle=yes
+
+Build:1.1.13,15
+ commit=v1.1.13
+ subdir=app
+ gradle=yes
+
+Build:1.1.14,16
+ commit=v1.1.14
+ subdir=app
+ gradle=yes
+
+Build:1.1.15,17
+ commit=v1.1.15
+ subdir=app
+ gradle=yes
+
+Archive Policy:0 versions
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.1.15
+Current Version Code:17
diff --git a/metadata/org.fox.ttirc.txt b/metadata/org.fox.ttirc.txt
index 52fecf50aa..c37208a70c 100644
--- a/metadata/org.fox.ttirc.txt
+++ b/metadata/org.fox.ttirc.txt
@@ -1,6 +1,6 @@
Disabled:Unable to reliably maintain - recommend using weechat instead
Categories:Internet
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://tt-rss.org/tt-irc-android
Source Code:https://github.com/gothfox/Tiny-Tiny-IRC-for-Honeycomb
Issue Tracker:https://github.com/gothfox/Tiny-Tiny-IRC-for-Honeycomb/issues
@@ -29,5 +29,5 @@ Tags are old.
Auto Update Mode:None
Update Check Mode:None
-Current Version:1.7
-Current Version Code:50
+Current Version:0
+Current Version Code:0
diff --git a/metadata/org.fox.ttrss.txt b/metadata/org.fox.ttrss.txt
index 877df2660c..b5014bda35 100644
--- a/metadata/org.fox.ttrss.txt
+++ b/metadata/org.fox.ttrss.txt
@@ -1,6 +1,6 @@
Disabled:Unable to reliably maintain - recommend using org.ttrssreader instead
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://tt-rss.org/redmine/projects/tt-rss-android/wiki
Source Code:https://github.com/gothfox/Tiny-Tiny-RSS-for-Honeycomb
Issue Tracker:http://tt-rss.org/redmine/projects/tt-rss/issues
diff --git a/metadata/org.fox.tttrss.txt b/metadata/org.fox.tttrss.txt
index 22f2881eac..fad4bb4c2c 100644
--- a/metadata/org.fox.tttrss.txt
+++ b/metadata/org.fox.tttrss.txt
@@ -1,8 +1,9 @@
Categories:Internet
-License:GPL-3.0+
-Web Site:https://github.com/theScrabi/tttrsss/blob/HEAD/README.md
-Source Code:https://github.com/theScrabi/tttrsss/
-Issue Tracker:https://github.com/theScrabi/tttrsss/issues
+License:GPL-3.0-or-later
+Web Site:https://gitlab.com/derSchabi/tttrsss/blob/HEAD/README.md
+Source Code:https://gitlab.com/derSchabi/tttrsss
+Issue Tracker:https://gitlab.com/derSchabi/tttrsss/issues
+Donate:https://www.patreon.com/cthulhoo
Auto Name:Tiny Tiny RSS
Summary:Client to connect to TinyTinyRSS
@@ -16,7 +17,7 @@ original developer.
.
Repo Type:git
-Repo:https://github.com/theScrabi/tttrsss.git
+Repo:https://gitlab.com/derSchabi/tttrsss.git
Build:1.231,465
commit=v1.231
@@ -28,7 +29,22 @@ Build:1.235,469
subdir=org.fox.ttrss
gradle=yes
+Build:1.242,476
+ commit=v1.242
+ subdir=org.fox.ttrss
+ gradle=yes
+
+Build:1.244,478
+ commit=v1.244
+ subdir=org.fox.ttrss
+ gradle=yes
+
+Build:1.249,483
+ commit=v1.249
+ subdir=org.fox.ttrss
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.235
-Current Version Code:469
+Current Version:1.249
+Current Version Code:483
diff --git a/metadata/org.freedombox.freedombox.txt b/metadata/org.freedombox.freedombox.txt
index e76f9058c0..5b800e7e4b 100644
--- a/metadata/org.freedombox.freedombox.txt
+++ b/metadata/org.freedombox.freedombox.txt
@@ -1,6 +1,6 @@
Provides:org.freedombox.freedombox
Categories:Internet,Security
-License:GPL-3.0+
+License:GPL-3.0-or-later
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
@@ -40,7 +40,12 @@ Build:0.3,3
subdir=app
gradle=yes
+Build:0.4,4
+ commit=v0.4
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9.]*$
-Current Version:0.3
-Current Version Code:3
+Current Version:0.4
+Current Version Code:4
diff --git a/metadata/org.freeminer.freeminer.txt b/metadata/org.freeminer.freeminer.txt
index 940c9d43f0..39f6a7f16c 100644
--- a/metadata/org.freeminer.freeminer.txt
+++ b/metadata/org.freeminer.freeminer.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://freeminer.org
Source Code:https://github.com/freeminer/freeminer
Issue Tracker:https://github.com/freeminer/freeminer/issues
diff --git a/metadata/org.freshrss.easyrss.txt b/metadata/org.freshrss.easyrss.txt
index bf14dc8ae6..bbf33d459b 100644
--- a/metadata/org.freshrss.easyrss.txt
+++ b/metadata/org.freshrss.easyrss.txt
@@ -1,5 +1,5 @@
Categories:Internet,Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/Alkarex/EasyRSS/blob/HEAD/README.md
Source Code:https://github.com/Alkarex/EasyRSS
Issue Tracker:https://github.com/Alkarex/EasyRSS/issues
@@ -10,6 +10,17 @@ Summary:RSS reader compatible with Google Reader API
Description:
An Android client for RSS services compatible with Google Reader API, such as
the open source self-hosted project [http://freshrss.org/ FreshRSS].
+
+'''Features:'''
+
+* Sync with RSS services compatible with Google Reader API
+* Image downloading for off-line reading
+* Simple swipe between starred/all/unread items
+* Manage starred items
+* View items by tag or subscription
+* State saving & syncing
+* Slide up & down to move between items
+* Font size adjustment
.
Repo Type:git
diff --git a/metadata/org.froscon.schedule.txt b/metadata/org.froscon.schedule.txt
index 523e91a428..d4484caecb 100644
--- a/metadata/org.froscon.schedule.txt
+++ b/metadata/org.froscon.schedule.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/derpeter/FrOSCon
Issue Tracker:https://github.com/derpeter/FrOSCon/issues
diff --git a/metadata/org.gateshipone.malp.txt b/metadata/org.gateshipone.malp.txt
index b78ceb6bde..0d0c5eb847 100644
--- a/metadata/org.gateshipone.malp.txt
+++ b/metadata/org.gateshipone.malp.txt
@@ -1,14 +1,14 @@
Categories:Multimedia,Connectivity
-License:GPL-3.0+
-Web Site:https://github.com/gateship-one/malp/blob/HEAD/README.md
-Source Code:https://github.com/gateship-one/malp
-Issue Tracker:https://github.com/gateship-one/malp/issues
-Changelog:https://github.com/gateship-one/malp/blob/HEAD/CHANGELOG.md
+License:GPL-3.0-or-later
+Web Site:https://gitlab.com/gateship-one/malp/blob/HEAD/README.md
+Source Code:https://gitlab.com/gateship-one/malp
+Issue Tracker:https://gitlab.com/gateship-one/malp/issues
+Changelog:https://gitlab.com/gateship-one/malp/blob/HEAD/CHANGELOG.md
Auto Name:M.A.L.P.
Repo Type:git
-Repo:https://github.com/gateship-one/malp
+Repo:https://gitlab.com/gateship-one/malp.git
Build:1.1.0,9
commit=release-9
@@ -85,7 +85,27 @@ Build:1.1.14,23
subdir=app
gradle=yes
+Build:1.1.15,24
+ commit=release-24
+ subdir=app
+ gradle=yes
+
+Build:1.1.16,25
+ commit=release-25
+ subdir=app
+ gradle=yes
+
+Build:1.1.17,26
+ commit=release-26
+ subdir=app
+ gradle=yes
+
+Build:1.2.0,27
+ commit=release-27
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version release-%c
Update Check Mode:Tags
-Current Version:1.1.14
-Current Version Code:23
+Current Version:1.2.0
+Current Version Code:27
diff --git a/metadata/org.gateshipone.odyssey.txt b/metadata/org.gateshipone.odyssey.txt
index 3cbf34bd68..7035a6fb1f 100644
--- a/metadata/org.gateshipone.odyssey.txt
+++ b/metadata/org.gateshipone.odyssey.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/gateship-one/odyssey/blob/HEAD/README.md
Source Code:https://github.com/gateship-one/odyssey
Issue Tracker:https://github.com/gateship-one/odyssey/issues
@@ -132,7 +132,12 @@ Build:1.1.14,26
subdir=app
gradle=yes
+Build:1.1.15,27
+ commit=release-27
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version release-%c
Update Check Mode:Tags
-Current Version:1.1.14
-Current Version Code:26
+Current Version:1.1.15
+Current Version Code:27
diff --git a/metadata/org.gege.caldavsyncadapter.txt b/metadata/org.gege.caldavsyncadapter.txt
index e17232ec5c..8d7843bc8e 100644
--- a/metadata/org.gege.caldavsyncadapter.txt
+++ b/metadata/org.gege.caldavsyncadapter.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/gggard/AndroidCaldavSyncAdapater
Issue Tracker:https://github.com/gggard/AndroidCaldavSyncAdapater/issues
diff --git a/metadata/org.geometerplus.fbreader.plugin.local_opds_scanner.txt b/metadata/org.geometerplus.fbreader.plugin.local_opds_scanner.txt
index 513302e20b..2cc541eec2 100644
--- a/metadata/org.geometerplus.fbreader.plugin.local_opds_scanner.txt
+++ b/metadata/org.geometerplus.fbreader.plugin.local_opds_scanner.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://fbreader.org/FBReaderJ
Source Code:https://github.com/geometer/FBReaderJ-plugin-local-opds-scanner
Issue Tracker:https://github.com/geometer/FBReaderJ-plugin-local-opds-scanner/issues
diff --git a/metadata/org.geometerplus.zlibrary.ui.android.txt b/metadata/org.geometerplus.zlibrary.ui.android.txt
index 6af10fb0fe..0675df78d6 100644
--- a/metadata/org.geometerplus.zlibrary.ui.android.txt
+++ b/metadata/org.geometerplus.zlibrary.ui.android.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeAdd,UpstreamNonFree
Categories:Reading
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://fbreader.org/FBReaderJ
Source Code:https://github.com/geometer/FBReaderJ
Issue Tracker:https://github.com/geometer/FBReaderJ/issues
diff --git a/metadata/org.github.OxygenGuide.txt b/metadata/org.github.OxygenGuide.txt
index ef746ec12d..cb248f8ea9 100644
--- a/metadata/org.github.OxygenGuide.txt
+++ b/metadata/org.github.OxygenGuide.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/nicolas-raoul/OxygenGuide-Android
Issue Tracker:https://github.com/nicolas-raoul/OxygenGuide-Android/issues
diff --git a/metadata/org.gitorious.jamesjrh.isokeys.txt b/metadata/org.gitorious.jamesjrh.isokeys.txt
index 6f1a334769..09874dbf16 100644
--- a/metadata/org.gitorious.jamesjrh.isokeys.txt
+++ b/metadata/org.gitorious.jamesjrh.isokeys.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://gitorious.org/hexiano/hexiano
Issue Tracker:
diff --git a/metadata/org.gittner.osmbugs.txt b/metadata/org.gittner.osmbugs.txt
index 58899f229e..f7cded39d5 100644
--- a/metadata/org.gittner.osmbugs.txt
+++ b/metadata/org.gittner.osmbugs.txt
@@ -82,7 +82,17 @@ Build:0-9-8,27
subdir=app
gradle=yes
+Build:1-1-0,29
+ commit=1-1-0
+ subdir=app
+ gradle=yes
+
+Build:1-1-1,30
+ commit=1-1-1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:0-9-8
-Current Version Code:27
+Current Version:1-1-1
+Current Version Code:30
diff --git a/metadata/org.glucosio.android.txt b/metadata/org.glucosio.android.txt
index 3490e02568..4831bd3f5e 100644
--- a/metadata/org.glucosio.android.txt
+++ b/metadata/org.glucosio.android.txt
@@ -1,18 +1,37 @@
AntiFeatures:UpstreamNonFree
Categories:Sports & Health
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://glucosio.org/
-Source Code:https://github.com/Glucosio/android
-Issue Tracker:https://github.com/Glucosio/android/issues
+Source Code:https://gitlab.com/glucosio/glucosio-android
+Issue Tracker:https://gitlab.com/glucosio/glucosio-android/issues
Auto Name:Glucosio
Summary:Manage your diabetes
Description:
-Manage and research diabetes.
+Glucosio is a modern diabetes app for blood glucose, HB1AC, Cholesterol, Blood
+Pressure, Ketones, Body Weight and more. Glucosio diabetes tracker makes it
+quick and easy to track all aspects of your diabetes! Glucosio is the only open
+source diabetes app for both type 1 & type 2 diabetes and entirely free!
+
+'''Features:'''
+
+* Quick and easy logging (blood glucose, HB1AC, Cholesterol, Blood Pressure, Ketones, Body Weight etc.)
+* Designed for both type 1 & type 2 diabetes
+* Estimated HbA1c & HbA1c conversion calculator
+* Choose Glucose Target (ADA, NICE, AACE, Custom)
+* Reminders;
+* Daily, weekly and monthly graphs and analysis
+* Assistant gives tips and more
+* Backup to Google Drive and export data to CSV
+* Import from CSV
+* Free support (average response time under 24 hours!)
+* Accesibility features
+* Opt-in to support diabetes research anonymously through the app
+* Support for Android 7.1 shortcuts
.
Repo Type:git
-Repo:https://github.com/Glucosio/android
+Repo:https://gitlab.com/glucosio/glucosio-android
Build:1.0,1
commit=3391956e77b391e4e759ad4b607dad7a3e68c8c6
@@ -65,7 +84,7 @@ Maintainer Notes:
Distributing a modified version of the app under the same trademark can
lead to issues, so avoid it.
-See: https://github.com/Glucosio/glucosio-android/issues/219
+See: https://gitlab.com/glucosio/glucosio-android/issues/219
.
Auto Update Mode:None
diff --git a/metadata/org.gmote.client.android.txt b/metadata/org.gmote.client.android.txt
index d573c9f10e..adde057939 100644
--- a/metadata/org.gmote.client.android.txt
+++ b/metadata/org.gmote.client.android.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://gmote.org
Source Code:https://code.google.com/p/gmote/source
Issue Tracker:
diff --git a/metadata/org.grapentin.apps.exceer.txt b/metadata/org.grapentin.apps.exceer.txt
index 3a0d1c2ed5..a2d7dec742 100644
--- a/metadata/org.grapentin.apps.exceer.txt
+++ b/metadata/org.grapentin.apps.exceer.txt
@@ -1,5 +1,5 @@
Categories:Sports & Health
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/oaken-source/exceer
Issue Tracker:https://github.com/oaken-source/exceer/issues
diff --git a/metadata/org.hanenoshino.onscripter.txt b/metadata/org.hanenoshino.onscripter.txt
index a086f76082..1aaeece278 100644
--- a/metadata/org.hanenoshino.onscripter.txt
+++ b/metadata/org.hanenoshino.onscripter.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://onscripter.sourceforge.jp/android/android.html
Source Code:https://github.com/shinohane/onscripter
Issue Tracker:http://onscripter.sourceforge.jp/cgi-bin/kagemai/guest.cgi?project=onscripter&action=top
diff --git a/metadata/org.happysanta.gd.txt b/metadata/org.happysanta.gd.txt
index bfe05f5493..a80d98337f 100644
--- a/metadata/org.happysanta.gd.txt
+++ b/metadata/org.happysanta.gd.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/evgenyzinoviev/gravitydefied
Issue Tracker:https://github.com/evgenyzinoviev/gravitydefied/issues
diff --git a/metadata/org.havenapp.main.yml b/metadata/org.havenapp.main.yml
new file mode 100644
index 0000000000..0bcc2d7c61
--- /dev/null
+++ b/metadata/org.havenapp.main.yml
@@ -0,0 +1,99 @@
+Disabled: mystery maven repo https://github.com/FireZenk/maven-repo
+Categories:
+ - Security
+License: GPL-3.0-or-later
+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/
+
+ - versionName: 0.2.0-alpha-2
+ versionCode: 115
+ commit: 0.2.0-alpha-2
+ gradle:
+ - yes
+ scanignore:
+ - docs/preso/lib/font/
+
+ - versionName: 0.2.0-alpha-3
+ versionCode: 116
+ commit: 0.2.0-alpha-3
+ gradle:
+ - yes
+ scanignore:
+ - docs/preso/lib/font/
+
+ - versionName: 0.2.0-alpha-4
+ versionCode: 117
+ commit: 0.2.0-alpha-4
+ gradle:
+ - yes
+ scanignore:
+ - docs/preso/lib/font/
+
+ - versionName: 0.2.0-alpha-5
+ versionCode: 118
+ commit: 0.2.0-alpha-5
+ gradle:
+ - yes
+ scanignore:
+ - docs/preso/lib/font/
+
+AutoUpdateMode: Version %v
+UpdateCheckMode: Tags
+CurrentVersion: 0.2.0-alpha-5
+CurrentVersionCode: 118
diff --git a/metadata/org.hekmatof.chesswatch.txt b/metadata/org.hekmatof.chesswatch.txt
index 13554fe529..ec1436a118 100644
--- a/metadata/org.hekmatof.chesswatch.txt
+++ b/metadata/org.hekmatof.chesswatch.txt
@@ -1,5 +1,5 @@
Categories:Games,Time
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://github.com/esahekmat/ChessWatch/blob/HEAD/README.md
Source Code:https://github.com/esahekmat/ChessWatch
Issue Tracker:https://github.com/esahekmat/ChessWatch/issues
diff --git a/metadata/org.helllabs.android.xmp.txt b/metadata/org.helllabs.android.xmp.txt
index 0927f3ca77..32bbb65e1a 100644
--- a/metadata/org.helllabs.android.xmp.txt
+++ b/metadata/org.helllabs.android.xmp.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://xmp.sourceforge.net
Source Code:https://sourceforge.net/p/xmp/xmp-android
Issue Tracker:
diff --git a/metadata/org.hermit.audalyzer.txt b/metadata/org.hermit.audalyzer.txt
index fc03aaa85e..c58ba9bcab 100644
--- a/metadata/org.hermit.audalyzer.txt
+++ b/metadata/org.hermit.audalyzer.txt
@@ -1,6 +1,6 @@
Disabled:Because nobody wanted to build when it was still in a repo
Categories:Multimedia
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://code.google.com/p/moonblink/wiki/Audalyzer
Source Code:https://code.google.com/p/moonblink/downloads
Issue Tracker:
diff --git a/metadata/org.hermit.dazzle.txt b/metadata/org.hermit.dazzle.txt
index 2da90f66f7..ee6ec5703f 100644
--- a/metadata/org.hermit.dazzle.txt
+++ b/metadata/org.hermit.dazzle.txt
@@ -1,6 +1,6 @@
Disabled:Source repo is gone
Categories:System
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://code.google.com/p/moonblink/wiki/Dazzle
Source Code:https://code.google.com/moonblink/downloads
Issue Tracker:
diff --git a/metadata/org.hermit.netscramble.txt b/metadata/org.hermit.netscramble.txt
index af1ef572d1..df8e32505c 100644
--- a/metadata/org.hermit.netscramble.txt
+++ b/metadata/org.hermit.netscramble.txt
@@ -1,6 +1,6 @@
Disabled:Need to host the source code in a repo
Categories:Games
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://code.google.com/p/moonblink/wiki/ScrambledNet
Source Code:https://code.google.com/p/moonblink/downloads
Issue Tracker:
diff --git a/metadata/org.hermit.tricorder.txt b/metadata/org.hermit.tricorder.txt
index 9ef32de2de..d183d9ccd0 100644
--- a/metadata/org.hermit.tricorder.txt
+++ b/metadata/org.hermit.tricorder.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://code.google.com/p/moonblink
Source Code:https://gitorious.org/f-droid-mirrors/tricorder
Issue Tracker:
diff --git a/metadata/org.herrlado.ask.languagepack.czech.txt b/metadata/org.herrlado.ask.languagepack.czech.txt
index 21fb4d50f1..b0793a8d4a 100644
--- a/metadata/org.herrlado.ask.languagepack.czech.txt
+++ b/metadata/org.herrlado.ask.languagepack.czech.txt
@@ -35,7 +35,15 @@ Build:2.0.1,259
prebuild=sed -i -e 's/versionCode versionData.versionCode/versionCode 259/' build.gradle
preassemble=:makeDictionary
+Build:2.0.2,260
+ commit=czech-2.0.2
+ gradle=yes
+ forceversion=yes
+ forcevercode=yes
+ prebuild=sed -i -e 's/versionCode versionData.versionCode/versionCode 260/' build.gradle
+ preassemble=:makeDictionary
+
Auto Update Mode:None
Update Check Mode:RepoManifest/Czech
-Current Version:2.0.1
-Current Version Code:259
+Current Version:2.0.2
+Current Version Code:260
diff --git a/metadata/org.herrlado.geofonts.txt b/metadata/org.herrlado.geofonts.txt
index e994a9d9e6..feb90afd89 100644
--- a/metadata/org.herrlado.geofonts.txt
+++ b/metadata/org.herrlado.geofonts.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/herrlado
Source Code:https://github.com/herrlado/GeorgianFonts
Issue Tracker:https://github.com/herrlado/GeorgianFonts/issues
diff --git a/metadata/org.hiittimer.hiittimer.txt b/metadata/org.hiittimer.hiittimer.txt
index d2fd84115d..ba20b44da8 100644
--- a/metadata/org.hiittimer.hiittimer.txt
+++ b/metadata/org.hiittimer.hiittimer.txt
@@ -1,5 +1,5 @@
Categories:Time,Sports & Health
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://gitlab.com/LarsFreeSoftware/HIIT-timer
Source Code:https://gitlab.com/LarsFreeSoftware/HIIT-timer/tree/HEAD
Issue Tracker:https://gitlab.com/LarsFreeSoftware/HIIT-timer/issues
diff --git a/metadata/org.hlwd.bible.txt b/metadata/org.hlwd.bible.txt
index fc2c371fe5..5afb454744 100644
--- a/metadata/org.hlwd.bible.txt
+++ b/metadata/org.hlwd.bible.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:hotlittlewhitedog
Web Site:https://gitlab.com/hotlittlewhitedog/BibleMultiTheLight/blob/HEAD/README.md
Source Code:https://gitlab.com/hotlittlewhitedog/BibleMultiTheLight/tree/HEAD
@@ -48,7 +48,27 @@ Build:2.13,20180304
subdir=app
gradle=yes
+Build:3.0,20180422
+ commit=v3.0
+ subdir=app
+ gradle=yes
+
+Build:3.1,20180501
+ commit=v3.1
+ subdir=app
+ gradle=yes
+
+Build:3.2,20180505
+ commit=v3.2
+ subdir=app
+ gradle=yes
+
+Build:3.3,20180610
+ commit=v3.3
+ 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.3
+Current Version Code:20180610
diff --git a/metadata/org.hoi_polloi.android.ringcode.txt b/metadata/org.hoi_polloi.android.ringcode.txt
index e28daf9bf2..eff981518c 100644
--- a/metadata/org.hoi_polloi.android.ringcode.txt
+++ b/metadata/org.hoi_polloi.android.ringcode.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/bfix/ringcode-android
Issue Tracker:https://github.com/bfix/ringcode-android/issues
diff --git a/metadata/org.holylobster.nuntius.txt b/metadata/org.holylobster.nuntius.txt
index 219959fb22..64a17a6c62 100644
--- a/metadata/org.holylobster.nuntius.txt
+++ b/metadata/org.holylobster.nuntius.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://github.com/holylobster/nuntius-android/blob/HEAD/README.md
Source Code:https://github.com/holylobster/nuntius-android
Issue Tracker:https://github.com/holylobster/nuntius-android/issues
diff --git a/metadata/org.horaapps.leafpic.txt b/metadata/org.horaapps.leafpic.txt
index 5b4dcf09fa..94a5d53396 100644
--- a/metadata/org.horaapps.leafpic.txt
+++ b/metadata/org.horaapps.leafpic.txt
@@ -1,17 +1,21 @@
Categories:Multimedia
-License:GPL-3.0
-Web Site:https://github.com/HoraApps/LeafPic/blob/HEAD/README.md
-Source Code:https://github.com/HoraApps/LeafPic
-Issue Tracker:https://github.com/HoraApps/LeafPic/issues
+License:GPL-3.0-only
+Web Site:https://gitlab.com/HoraApps/LeafPic/blob/HEAD/README.md
+Source Code:https://gitlab.com/HoraApps/LeafPic
+Issue Tracker:https://gitlab.com/HoraApps/LeafPic/issues
Auto Name:LeafPic
Summary:View your images and galleries
Description:
Advanced replacement for the default image gallery.
+
+''LeafPic'' is a fluid, material-designed alternative gallery. It doesn't miss
+any of the main features of a stock gallery, and we also have plans to add more
+useful features.
.
Repo Type:git
-Repo:https://github.com/HoraApps/LeafPic/
+Repo:https://gitlab.com/HoraApps/LeafPic
Build:v0.5.2,10
commit=9d8a4a85cb4d28d34803237d0df6c13f7992d426
diff --git a/metadata/org.hwyl.sexytopo.txt b/metadata/org.hwyl.sexytopo.txt
index db5293d5ac..28a614f693 100644
--- a/metadata/org.hwyl.sexytopo.txt
+++ b/metadata/org.hwyl.sexytopo.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/richsmith/sexytopo
Issue Tracker:https://github.com/richsmith/sexytopo/issues
@@ -55,5 +55,5 @@ Build:1.0.15,15
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:1.0.21
-Current Version Code:21
+Current Version:1.1.0
+Current Version Code:25
diff --git a/metadata/org.hystudio.android.dosbox.txt b/metadata/org.hystudio.android.dosbox.txt
index 3c8cb664ba..3901d62508 100644
--- a/metadata/org.hystudio.android.dosbox.txt
+++ b/metadata/org.hystudio.android.dosbox.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:LGPL-2.1
+License:LGPL-2.1-only
Web Site:
Source Code:https://code.google.com/archive/p/adosbox/source
Issue Tracker:
diff --git a/metadata/org.icasdri.mather.txt b/metadata/org.icasdri.mather.txt
index 511f5ec22a..01365c1a2f 100644
--- a/metadata/org.icasdri.mather.txt
+++ b/metadata/org.icasdri.mather.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/icasdri/Mather
Issue Tracker:https://github.com/icasdri/Mather/issues
diff --git a/metadata/org.iilab.openmentoring.txt b/metadata/org.iilab.openmentoring.txt
index f946fd3ae2..5adf70b858 100644
--- a/metadata/org.iilab.openmentoring.txt
+++ b/metadata/org.iilab.openmentoring.txt
@@ -1,5 +1,5 @@
Categories:Science & Education,Security,Reading
-License:LGPL-3.0
+License:LGPL-3.0-only
Web Site:http://openmentoring.io
Source Code:https://github.com/iilab/openmentoring-mobile
Issue Tracker:https://github.com/iilab/openmentoring-mobile/issues
diff --git a/metadata/org.iilab.pb.txt b/metadata/org.iilab.pb.txt
index 1d6b5fdf6d..4e3b486e83 100644
--- a/metadata/org.iilab.pb.txt
+++ b/metadata/org.iilab.pb.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://panicbutton.io
Source Code:https://github.com/iilab/PanicButton
Issue Tracker:https://github.com/iilab/PanicButton/issues
diff --git a/metadata/org.indywidualni.fblite.txt b/metadata/org.indywidualni.fblite.txt
index 1ae874f5b3..22e5395e44 100644
--- a/metadata/org.indywidualni.fblite.txt
+++ b/metadata/org.indywidualni.fblite.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Internet
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://github.com/indywidualny/FaceSlim/blob/HEAD/README.md
Source Code:https://github.com/indywidualny/FaceSlim
Issue Tracker:https://github.com/indywidualny/FaceSlim/issues
@@ -12,6 +12,11 @@ Auto Name:Face Slim
Summary:Connect to Facebook
Description:
Unofficial app built around the mobile Facebook site.
+
+''Face Slim'' is an unofficial Facebook application for Android devices that
+resembles the Facebook Mobile Web Application before Facebook started removing
+features. FaceSlim is free of spyware, unlike what is built into the official
+Facebook and Facebook Messenger applications.
.
Repo Type:git
@@ -239,7 +244,17 @@ Build:3.3.0,52
subdir=app
gradle=yes
+Build:3.4.0,53
+ commit=v3.4.0
+ subdir=app
+ gradle=yes
+
+Build:3.4.1,54
+ commit=v3.4.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:3.3.0
-Current Version Code:52
+Current Version:3.4.1
+Current Version Code:54
diff --git a/metadata/org.isoron.uhabits.txt b/metadata/org.isoron.uhabits.txt
index eb2890a146..f19f57fb6b 100644
--- a/metadata/org.isoron.uhabits.txt
+++ b/metadata/org.isoron.uhabits.txt
@@ -1,5 +1,5 @@
Categories:Sports & Health
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/iSoron/uhabits/blob/HEAD/README.md
Source Code:https://github.com/iSoron/uhabits
Issue Tracker:https://github.com/iSoron/uhabits/issues
@@ -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.itishka.pointim.txt b/metadata/org.itishka.pointim.txt
index dc9d35f83b..6df6705c4e 100644
--- a/metadata/org.itishka.pointim.txt
+++ b/metadata/org.itishka.pointim.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/Tishka17/Point.im-Android
Issue Tracker:https://github.com/Tishka17/Point.im-Android/issues
diff --git a/metadata/org.jak_linux.dns66.txt b/metadata/org.jak_linux.dns66.txt
index 34235c7b10..3d40d62ae2 100644
--- a/metadata/org.jak_linux.dns66.txt
+++ b/metadata/org.jak_linux.dns66.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/julian-klode/dns66
Issue Tracker:https://github.com/julian-klode/dns66/issues
diff --git a/metadata/org.jamienicol.episodes.txt b/metadata/org.jamienicol.episodes.txt
index b405542403..95a4f6e006 100644
--- a/metadata/org.jamienicol.episodes.txt
+++ b/metadata/org.jamienicol.episodes.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/jamienicol/episodes
Issue Tracker:https://github.com/jamienicol/episodes/issues
@@ -11,6 +11,8 @@ Description:
Keep track of which episodes you've watched of your favourite TV shows. The data
is sourced from [http://thetvdb.com TheTVDB.com], the content of which is
licensed under CC-BY-NC.
+
+'''Note:''' This app is no longer maintained.
.
Repo Type:git
diff --git a/metadata/org.jessies.dalvikexplorer.txt b/metadata/org.jessies.dalvikexplorer.txt
index 4b73c4bb78..7bd4810e62 100644
--- a/metadata/org.jessies.dalvikexplorer.txt
+++ b/metadata/org.jessies.dalvikexplorer.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/enh/wiki/DalvikExplorer
Source Code:https://code.google.com/p/enh/source
Issue Tracker:
diff --git a/metadata/org.jessies.mathdroid.txt b/metadata/org.jessies.mathdroid.txt
index b854bf2a6e..d16476fe1c 100644
--- a/metadata/org.jessies.mathdroid.txt
+++ b/metadata/org.jessies.mathdroid.txt
@@ -1,7 +1,7 @@
Categories:Science & Education
-License:GPL-3.0
-Web Site:https://code.google.com/p/enh/wiki/Mathdroid
-Source Code:https://code.google.com/p/enh/source
+License:GPL-3.0-only
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:Mathdroid
@@ -10,9 +10,6 @@ Description:
A calculator with full on-screen history and many functions.
.
-Repo Type:git-svn
-Repo:https://enh.googlecode.com/svn/trunk/mathdroid
-
Build:2.9.2,292
commit=675
prebuild=sed -i 's/android:minSdkVersion=\"3\"/android:minSdkVersion=\"4\"/g' AndroidManifest.xml && \
@@ -33,3 +30,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:2.9.3
Current Version Code:293
+
+No Source Since:2.9.4
diff --git a/metadata/org.jfedor.frozenbubble.txt b/metadata/org.jfedor.frozenbubble.txt
index fac08ca3c9..90a6dd52d4 100644
--- a/metadata/org.jfedor.frozenbubble.txt
+++ b/metadata/org.jfedor.frozenbubble.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://frozen-bubble.org
Source Code:https://github.com/videogameboy76/frozenbubbleandroid
Issue Tracker:https://github.com/videogameboy76/frozenbubbleandroid/issues
diff --git a/metadata/org.jmoyer.NotificationPlus.txt b/metadata/org.jmoyer.NotificationPlus.txt
index ff43a83225..a2e31f12e5 100644
--- a/metadata/org.jmoyer.NotificationPlus.txt
+++ b/metadata/org.jmoyer.NotificationPlus.txt
@@ -1,7 +1,7 @@
Categories:System
-License:GPL-3.0
-Web Site:https://code.google.com/p/notification-plus
-Source Code:https://code.google.com/p/notification-plus/source
+License:GPL-3.0-only
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:Notification Plus
@@ -12,9 +12,6 @@ ringtone. This is especially useful for phones which lack a notification LED,
such as the Nexus S, and at least two of the Galaxy S variants.
.
-Repo Type:hg
-Repo:https://code.google.com/p/notification-plus
-
Build:1.1,2
commit=v1.1
@@ -22,3 +19,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:1.1
Current Version Code:2
+
+No Source Since:1.2
diff --git a/metadata/org.jsharkey.sky.txt b/metadata/org.jsharkey.sky.txt
index a77f8382a1..6778de53ad 100644
--- a/metadata/org.jsharkey.sky.txt
+++ b/metadata/org.jsharkey.sky.txt
@@ -1,7 +1,7 @@
Categories:Theming
License:Apache-2.0
-Web Site:https://code.google.com/p/android-sky
-Source Code:https://code.google.com/p/android-sky/source
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:Forecast widgets
@@ -10,9 +10,6 @@ Description:
A weather forecast widget - USA only.
.
-Repo Type:git-svn
-Repo:https://android-sky.googlecode.com/svn/trunk
-
Build:1.0,1
commit=2
subdir=Sky
@@ -22,3 +19,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:1.0
Current Version Code:1
+
+No Source Since:1.1
diff --git a/metadata/org.jsl.shmp.txt b/metadata/org.jsl.shmp.txt
index 24589ab08a..306df77627 100644
--- a/metadata/org.jsl.shmp.txt
+++ b/metadata/org.jsl.shmp.txt
@@ -1,5 +1,5 @@
Categories:Games,Connectivity
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:
Source Code:https://github.com/js-labs/ShellsMP
Issue Tracker:https://github.com/js-labs/ShellsMP/issues
diff --git a/metadata/org.jsl.wfwt.txt b/metadata/org.jsl.wfwt.txt
index f5446b9a0a..458e66adaa 100644
--- a/metadata/org.jsl.wfwt.txt
+++ b/metadata/org.jsl.wfwt.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:
Source Code:https://github.com/js-labs/WalkieTalkie
Issue Tracker:https://github.com/js-labs/WalkieTalkie/issues
diff --git a/metadata/org.jtb.alogcat.txt b/metadata/org.jtb.alogcat.txt
index 3799ba0ba1..c16874813a 100644
--- a/metadata/org.jtb.alogcat.txt
+++ b/metadata/org.jtb.alogcat.txt
@@ -1,7 +1,7 @@
Categories:Development
-License:GPL-3.0
-Web Site:https://code.google.com/p/alogcat
-Source Code:https://code.google.com/p/alogcat/source
+License:GPL-3.0-only
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:aLogcat
@@ -17,9 +17,6 @@ It might not work on Android 4.1+, since apps are not allowed to access each
other's logs. In custom ROMs with root access it should still probably work.
.
-Repo Type:git-svn
-Repo:https://alogcat.googlecode.com/svn/trunk
-
Build:2.1.6,34
commit=28
@@ -45,6 +42,8 @@ Build:2.6.1,43
sed -i "s/org.jtb.alogcat.donate/org.jtb.alogcat/" AndroidManifest.xml
Auto Update Mode:None
-Update Check Mode:Static
+Update Check Mode:None
Current Version:2.6.1
Current Version Code:43
+
+No Source Since:2.6.2
diff --git a/metadata/org.jtb.droidlife.txt b/metadata/org.jtb.droidlife.txt
index 3787df8f15..5eb3857fec 100644
--- a/metadata/org.jtb.droidlife.txt
+++ b/metadata/org.jtb.droidlife.txt
@@ -1,17 +1,20 @@
Categories:Games
-License:GPL-3.0
-Web Site:https://code.google.com/p/droidlife
-Source Code:https://code.google.com/p/droidlife/source
+License:GPL-3.0-only
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:DroidLife
Summary:Conway's Game of Life
Description:
-An implementation of Conway's Game of Life.
-.
+Simulate cellular life. This is an implementation of Conway's Game of Life.
+Choose from many included seeds, download thousands online, or design your own
+from the app.
-Repo Type:git-svn
-Repo:https://droidlife.googlecode.com/svn/trunk
+Define your own life: configure birth and survival rules.
+
+Reads standard Life file formats: Life 106 & RLE.
+.
Build:2.4.1,21
commit=22
@@ -25,3 +28,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:2.5
Current Version Code:22
+
+No Source Since:2.6
diff --git a/metadata/org.jtb.httpmon.txt b/metadata/org.jtb.httpmon.txt
index b660b6f014..6dcfbe54f3 100644
--- a/metadata/org.jtb.httpmon.txt
+++ b/metadata/org.jtb.httpmon.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/httpmon
Source Code:https://code.google.com/p/httpmon/source
Issue Tracker:
diff --git a/metadata/org.katsarov.dofcalc.txt b/metadata/org.katsarov.dofcalc.txt
index 530d163161..b3a0fe83b6 100644
--- a/metadata/org.katsarov.dofcalc.txt
+++ b/metadata/org.katsarov.dofcalc.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:http://code.webface.bg/dof-calculator.html
Issue Tracker:
diff --git a/metadata/org.katsarov.heatcalc.txt b/metadata/org.katsarov.heatcalc.txt
index 852c030d1e..57cc910e61 100644
--- a/metadata/org.katsarov.heatcalc.txt
+++ b/metadata/org.katsarov.heatcalc.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://gitlab.com/a-katsarov/heatsink-calc/
Source Code:https://gitlab.com/a-katsarov/heatsink-calc/tree/HEAD
Issue Tracker:https://gitlab.com/a-katsarov/heatsink-calc/issues
diff --git a/metadata/org.kde.kdeconnect_tp.txt b/metadata/org.kde.kdeconnect_tp.txt
index 0acae43789..e6fe6ba446 100644
--- a/metadata/org.kde.kdeconnect_tp.txt
+++ b/metadata/org.kde.kdeconnect_tp.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://albertvaka.wordpress.com
Source Code:https://cgit.kde.org/kdeconnect-android.git/
Issue Tracker:https://bugs.kde.org
@@ -225,7 +225,17 @@ Build:1.8.2,1820
gradle=yes
prebuild=sed -i -e '/javaMaxHeapSize/s/4g/2g/g' build.gradle
+Build:1.8.4,1840
+ commit=v1.8.4
+ gradle=yes
+ prebuild=sed -i -e '/javaMaxHeapSize/s/4g/2g/g' build.gradle
+
+Build:1.8.4,1841
+ commit=v1.8.4.1
+ 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.8.2
-Current Version Code:1820
+Current Version:1.8.4
+Current Version Code:1841
diff --git a/metadata/org.kde.ministro.config.txt b/metadata/org.kde.ministro.config.txt
index 29134a6472..97a40added 100644
--- a/metadata/org.kde.ministro.config.txt
+++ b/metadata/org.kde.ministro.config.txt
@@ -1,6 +1,6 @@
Disabled:Abandonware that depends on Google Play
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://community.kde.org/Necessitas
Source Code:http://quickgit.kde.org/?p=ministro.git
Issue Tracker:
diff --git a/metadata/org.kde.necessitas.ministro.txt b/metadata/org.kde.necessitas.ministro.txt
index 91856a33d8..38532c52b7 100644
--- a/metadata/org.kde.necessitas.ministro.txt
+++ b/metadata/org.kde.necessitas.ministro.txt
@@ -1,7 +1,7 @@
Categories:Development
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://community.kde.org/Necessitas
-Source Code:http://quickgit.kde.org/?p=ministro.git
+Source Code:https://cgit.kde.org/ministro.git/
Issue Tracker:
Auto Name:Ministro
diff --git a/metadata/org.kiwix.kiwixmobile.txt b/metadata/org.kiwix.kiwixmobile.txt
index e62409f82a..94ca6417f1 100644
--- a/metadata/org.kiwix.kiwixmobile.txt
+++ b/metadata/org.kiwix.kiwixmobile.txt
@@ -1,9 +1,9 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.kiwix.org
-Source Code:https://github.com/kiwix/kiwix
-Issue Tracker:https://github.com/kiwix/kiwix/issues
-Changelog:https://github.com/kiwix/kiwix/blob/HEAD/android/CHANGELOG
+Source Code:https://github.com/kiwix/kiwix-android
+Issue Tracker:https://github.com/kiwix/kiwix-android/issues
+Changelog:https://github.com/kiwix/kiwix-android/blob/HEAD/CHANGELOG
Auto Name:Kiwix
Summary:Offline Wikipedia reader
@@ -11,10 +11,17 @@ Description:
Kiwix lets you read Wikipedia and other websites without an Internet connection.
It uses the highly compressed [http://www.openzim.org/ ZIM format] to store
webpages for quick and easy reading.
+
+The app is a lightweight piece of software reading bigger files stored on your
+device or SD card: once it is installed, you can select which additional content
+you would like to download (Wikipedia, Wiktionary, TED talks, etc.) and be ready
+for when your internet connexion is bad (or need to be in airplane mode)!
+
+Note: Kiwix is also available on regular computers (Windows, Mac, Linux).
.
Repo Type:git
-Repo:https://github.com/kiwix/kiwix.git
+Repo:https://github.com/kiwix/kiwix-android.git
Build:1.96,26
commit=android_v1.96
@@ -75,14 +82,18 @@ Build:2.2,47
NDK_PATH=$$NDK$$ ./build-android-with-native.py --locales --toolchain --lzma --icu --zim --xapian --kiwix --strip
ndk=r10e
-Maintainer Notes:
-Don't run `make android-deps` as that will download the SDK and NDK.
+Build:2.4,55
+ commit=2.4
+ subdir=app
+ gradle=yes
+ output=build/outputs/apk/kiwix/release/app-kiwix-release-unsigned.apk
-Next version will be 3.0, based on this repository: https://github.com/kiwix/kiwix-android
-The build system will be different (https://github.com/kiwix/kiwix-android/issues/61)
+Maintainer Notes:
+For 2.2 and older repo: https://github.com/kiwix/kiwix-xulrunner
+Don't run `make android-deps` as that will download the SDK and NDK.
.
-Auto Update Mode:None
-Update Check Mode:Tags android_*
-Current Version:2.2
-Current Version Code:47
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:2.4
+Current Version Code:55
diff --git a/metadata/org.kobuge.ninjatraining.txt b/metadata/org.kobuge.ninjatraining.txt
index b8208532eb..104cdc5919 100644
--- a/metadata/org.kobuge.ninjatraining.txt
+++ b/metadata/org.kobuge.ninjatraining.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/KOBUGE-Games/Ninja-Training
Issue Tracker:https://github.com/KOBUGE-Games/Ninja-Training/issues
diff --git a/metadata/org.kontalk.txt b/metadata/org.kontalk.txt
index bc3dcaab5f..cb39c25af4 100644
--- a/metadata/org.kontalk.txt
+++ b/metadata/org.kontalk.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.kontalk.org
Source Code:https://github.com/kontalk/androidclient
Issue Tracker:https://github.com/kontalk/androidclient/issues
@@ -619,6 +619,72 @@ Build:4.1.4,310
sed -i -e '/fabric/d' ../build.gradle build.gradle
scanignore=app/src/main/res/raw/truststore
+Build:4.1.5,312
+ commit=v4.1.5
+ 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 "/googleplayImplementation/d" build.gradle && \
+ sed -i -e '/fabric/d' ../build.gradle build.gradle
+ scanignore=app/src/main/res/raw/truststore
+
+Build:4.1.6,314
+ commit=v4.1.6
+ 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 "/googleplayImplementation/d" build.gradle && \
+ sed -i -e '/fabric/d' ../build.gradle build.gradle
+ scanignore=app/src/main/res/raw/truststore
+
+Build:4.2.0-beta1,391
+ commit=v4.2.0-beta1
+ 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 "/googleplayImplementation/d" build.gradle && \
+ sed -i -e '/fabric/d' ../build.gradle build.gradle
+ scanignore=app/src/main/res/raw/truststore
+
+Build:4.2.0-beta3,399
+ commit=v4.2.0-beta3
+ 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 "/googleplayImplementation/d" build.gradle && \
+ sed -i -e '/fabric/d' ../build.gradle build.gradle
+ scanignore=app/src/main/res/raw/truststore
+
+Build:4.2.0-beta4,401
+ commit=v4.2.0-beta4
+ 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 "/googleplayImplementation/d" build.gradle && \
+ sed -i -e '/fabric/d' ../build.gradle build.gradle
+ scanignore=app/src/main/res/raw/truststore
+
+Build:4.2.0,410
+ commit=v4.2.0
+ 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 "/googleplayImplementation/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
@@ -627,5 +693,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.4
-Current Version Code:310
+Current Version:4.2.0
+Current Version Code:410
diff --git a/metadata/org.kontalk/be/summary.txt b/metadata/org.kontalk/be/summary.txt
new file mode 100644
index 0000000000..781fdc02c8
--- /dev/null
+++ b/metadata/org.kontalk/be/summary.txt
@@ -0,0 +1 @@
+Абмен паведамленнямі, кіруемы супольнасцю
\ No newline at end of file
diff --git a/metadata/org.kontalk/el/summary.txt b/metadata/org.kontalk/el/summary.txt
new file mode 100644
index 0000000000..bff8b0d7a5
--- /dev/null
+++ b/metadata/org.kontalk/el/summary.txt
@@ -0,0 +1 @@
+Εφαρμογή ανταλλαγής μηνυμάτων, διαχειριζόμενη από την κοινότητα
\ No newline at end of file
diff --git a/metadata/org.kontalk/eo/summary.txt b/metadata/org.kontalk/eo/summary.txt
index 74f3ca5f88..d0c500bdfe 100644
--- a/metadata/org.kontalk/eo/summary.txt
+++ b/metadata/org.kontalk/eo/summary.txt
@@ -1 +1 @@
-Komunumo tirataj mesaĝado
\ No newline at end of file
+Mesaĝado povigata de la komunumo
\ No newline at end of file
diff --git a/metadata/org.kontalk/hu/summary.txt b/metadata/org.kontalk/hu/summary.txt
new file mode 100644
index 0000000000..a20eb1f43a
--- /dev/null
+++ b/metadata/org.kontalk/hu/summary.txt
@@ -0,0 +1 @@
+Közösségközpontú üzenetküldés
\ No newline at end of file
diff --git a/metadata/org.kontalk/is/summary.txt b/metadata/org.kontalk/is/summary.txt
new file mode 100644
index 0000000000..b8c1008f5e
--- /dev/null
+++ b/metadata/org.kontalk/is/summary.txt
@@ -0,0 +1 @@
+Samfélagsdrifið skilaboðakerfi
\ No newline at end of file
diff --git a/metadata/org.kontalk/nl/summary.txt b/metadata/org.kontalk/nl/summary.txt
index 4d39072b87..cfe66c7076 100644
--- a/metadata/org.kontalk/nl/summary.txt
+++ b/metadata/org.kontalk/nl/summary.txt
@@ -1 +1 @@
-Community-driven messaging
\ No newline at end of file
+Gemeenschapsgedreven communicatie
\ No newline at end of file
diff --git a/metadata/org.kontalk/uk/description.txt b/metadata/org.kontalk/uk/description.txt
index 83412412d6..470b8c08fd 100644
--- a/metadata/org.kontalk/uk/description.txt
+++ b/metadata/org.kontalk/uk/description.txt
@@ -6,7 +6,7 @@ Kontalk - це безпечний обмін миттєвими повідомл
Мережа спирається на пожертви громади, щоб тримати інфраструктуру, тому, якщо можете пожертвуйте на [http://kontalk.net/ kontalk.net]. Навіть невеликі пожертви важливі.
-Ви можете знайти всі дозволи, які використовуються в застосунку, роз'яснення на сторінці [https://github.com/kontalk/androidclient/wiki/Android-client-permissions this page].
+Ви можете знайти всі дозволи, які використовуються у застосункові, роз'яснення на сторінці [https://github.com/kontalk/androidclient/wiki/Android-client-permissions this page].
Ця версія була позбавлена всіх компонентів Google, що означає відсутність підтримки push-сповіщень.
diff --git a/metadata/org.kore.kolabnotes.android.txt b/metadata/org.kore.kolabnotes.android.txt
index 88da2a8056..ecb48290be 100644
--- a/metadata/org.kore.kolabnotes.android.txt
+++ b/metadata/org.kore.kolabnotes.android.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:LGPL-3.0
+License:LGPL-3.0-only
Web Site:
Source Code:https://github.com/konradrenner/kolabnotes-android
Issue Tracker:https://github.com/konradrenner/kolabnotes-android/issues
@@ -573,7 +573,12 @@ Build:3.1.2,97
subdir=app
gradle=yes
+Build:3.1.3,98
+ commit=3.1.3
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:3.1.2
-Current Version Code:97
+Current Version:3.1.3
+Current Version Code:98
diff --git a/metadata/org.kost.externalip.txt b/metadata/org.kost.externalip.txt
index 5e9a045e3d..6a70d4fc67 100644
--- a/metadata/org.kost.externalip.txt
+++ b/metadata/org.kost.externalip.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/kost/external-ip/blob/HEAD/README.md
Source Code:https://github.com/kost/external-ip
Issue Tracker:https://github.com/kost/external-ip/issues
diff --git a/metadata/org.kost.nmap.android.networkmapper.txt b/metadata/org.kost.nmap.android.networkmapper.txt
index a8ba6275a4..e9deced6fc 100644
--- a/metadata/org.kost.nmap.android.networkmapper.txt
+++ b/metadata/org.kost.nmap.android.networkmapper.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:
Source Code:https://github.com/kost/NetworkMapper
Issue Tracker:https://github.com/kost/NetworkMapper/issues
diff --git a/metadata/org.kwaak3.txt b/metadata/org.kwaak3.txt
index 6eb683f11d..7c86f52c09 100644
--- a/metadata/org.kwaak3.txt
+++ b/metadata/org.kwaak3.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://code.google.com/p/kwaak3
Source Code:https://code.google.com/p/kwaak3/source
Issue Tracker:
diff --git a/metadata/org.legtux.m_316k.fortune.txt b/metadata/org.legtux.m_316k.fortune.txt
index 8fa6003a66..17361e0ee7 100644
--- a/metadata/org.legtux.m_316k.fortune.txt
+++ b/metadata/org.legtux.m_316k.fortune.txt
@@ -9,6 +9,10 @@ Summary:View Unix fortunes
Description:
Simple viewer for [https://en.wikipedia.org/wiki/Fortune_%28Unix%29 Unix
fortunes].
+
+By default, you will see the traditional Unix Fortunes, but you can add your own
+fortune files. Everything in sdcard/fortunes/ will be added to the default
+fortunes.
.
Repo Type:git
diff --git a/metadata/org.lenchan139.ncbookmark.txt b/metadata/org.lenchan139.ncbookmark.txt
new file mode 100644
index 0000000000..54e27c0b95
--- /dev/null
+++ b/metadata/org.lenchan139.ncbookmark.txt
@@ -0,0 +1,30 @@
+Categories:Internet
+License:GPL-3.0-only
+Web Site:
+Source Code:https://github.com/lenchan139/NCBookmark
+Issue Tracker:https://github.com/lenchan139/NCBookmark/issues
+
+Auto Name:NC Bookmark Viewer
+Summary:This is a lightweight viewer for Nextcloud bookmarks
+Description:
+With this application you can view, add and edit bookmarks in your Nextcloud.
+You need to have the bookmarks app installed.
+.
+
+Repo Type:git
+Repo:https://github.com/lenchan139/NCBookmark.git
+
+Build:v5,5
+ commit=v5
+ subdir=app
+ gradle=yes
+
+Build:v11,11
+ commit=v11
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:v11
+Current Version Code:11
diff --git a/metadata/org.liberty.android.fantastischmemo.txt b/metadata/org.liberty.android.fantastischmemo.txt
index c697dee755..325aaba49e 100644
--- a/metadata/org.liberty.android.fantastischmemo.txt
+++ b/metadata/org.liberty.android.fantastischmemo.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://anymemo.org
Source Code:https://github.com/helloworld1/AnyMemo
Issue Tracker:https://github.com/helloworld1/AnyMemo/issues
@@ -166,5 +166,5 @@ Maintainer Notes:
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:10.10.2
-Current Version Code:227
+Current Version:10.11.1
+Current Version Code:231
diff --git a/metadata/org.libreflix.app.txt b/metadata/org.libreflix.app.txt
new file mode 100644
index 0000000000..008c28d756
--- /dev/null
+++ b/metadata/org.libreflix.app.txt
@@ -0,0 +1,26 @@
+Categories:Multimedia
+License:AGPL-3.0-only
+Web Site:https://www.libreflix.org/
+Source Code:https://notabug.org/kassiano.resende/LibreflixApp
+Issue Tracker:https://notabug.org/kassiano.resende/LibreflixApp/issues
+Donate:https://acredito.me/libreflix2018
+
+Auto Name:Libreflix
+Summary:Stream and watch independent films
+Description:
+Libreflix is an open and collaborative streaming platform that brings together
+independent, free-to-air and thought-provoking audiovisual productions.
+.
+
+Repo Type:git
+Repo:https://notabug.org/kassiano.resende/LibreflixApp.git
+
+Build:1.0,1
+ commit=v1.0
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.0
+Current Version Code:1
diff --git a/metadata/org.libresignal.txt b/metadata/org.libresignal.txt
index ae1d0de0c5..be797c35be 100644
--- a/metadata/org.libresignal.txt
+++ b/metadata/org.libresignal.txt
@@ -1,6 +1,6 @@
Disabled:See https://github.com/LibreSignal/LibreSignal/issues/37
Categories:Phone & SMS
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/LibreSignal/LibreSignal
Issue Tracker:https://github.com/LibreSignal/LibreSignal/issues
diff --git a/metadata/org.ligi.ajsha.txt b/metadata/org.ligi.ajsha.txt
index 41daa0fd3e..b6d2857e04 100644
--- a/metadata/org.ligi.ajsha.txt
+++ b/metadata/org.ligi.ajsha.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/ligi/AJShA/blob/HEAD/README.md
Source Code:https://github.com/ligi/AJShA
Issue Tracker:https://github.com/ligi/AJShA/issues
diff --git a/metadata/org.ligi.blexplorer.txt b/metadata/org.ligi.blexplorer.txt
index 60ef69d2b3..71bbd7be12 100644
--- a/metadata/org.ligi.blexplorer.txt
+++ b/metadata/org.ligi.blexplorer.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/ligi/BLExplorer/blob/HEAD/README.md
Source Code:https://github.com/ligi/BLExplorer
Issue Tracker:https://github.com/ligi/BLExplorer/issues
@@ -7,7 +7,7 @@ Issue Tracker:https://github.com/ligi/BLExplorer/issues
Auto Name:BLExplorer
Summary:Bluetooth Low Energy Explorer
Description:
-Exlore Bluetooth Low Energy Devices.
+Exlore Bluetooth Low Energy Devices - see values and UUIDS.
.
Repo Type:git
diff --git a/metadata/org.ligi.etheremote.txt b/metadata/org.ligi.etheremote.txt
index e43211b0de..ee6d6885b3 100644
--- a/metadata/org.ligi.etheremote.txt
+++ b/metadata/org.ligi.etheremote.txt
@@ -1,5 +1,5 @@
Categories:Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/ligi/etheremote/blob/HEAD/README.md
Source Code:https://github.com/ligi/etheremote
Issue Tracker:https://github.com/ligi/etheremote/issues
diff --git a/metadata/org.ligi.fast.txt b/metadata/org.ligi.fast.txt
index 925888cded..340d41b743 100644
--- a/metadata/org.ligi.fast.txt
+++ b/metadata/org.ligi.fast.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/ligi/FAST
Issue Tracker:https://github.com/ligi/FAST/issues
@@ -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.gobandroid_hd.txt b/metadata/org.ligi.gobandroid_hd.txt
index c7915631fd..2290c4227b 100644
--- a/metadata/org.ligi.gobandroid_hd.txt
+++ b/metadata/org.ligi.gobandroid_hd.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/ligi/gobandroid/blob/HEAD/README.md
Source Code:https://github.com/ligi/gobandroid
Issue Tracker:https://github.com/ligi/gobandroid/issues
@@ -373,7 +373,13 @@ Build:2.5.8,258
gradle=NoAnalyticsNoCloud
prebuild=sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d' build.gradle
+Build:2.5.9,259
+ commit=2.5.9
+ subdir=android
+ gradle=noAnalytics,noCloud,noAutostart
+ prebuild=sed -i -e '/play-services/d' build.gradle
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:2.5.8
-Current Version Code:258
+Current Version:2.5.9
+Current Version Code:259
diff --git a/metadata/org.ligi.ipfsdroid.txt b/metadata/org.ligi.ipfsdroid.txt
index 6dd6362f1b..fd63ef48ad 100644
--- a/metadata/org.ligi.ipfsdroid.txt
+++ b/metadata/org.ligi.ipfsdroid.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/ligi/IPFSDroid/blob/HEAD/README.md
Source Code:https://github.com/ligi/IPFSDroid
Issue Tracker:https://github.com/ligi/IPFSDroid/issues
@@ -7,6 +7,9 @@ Issue Tracker:https://github.com/ligi/IPFSDroid/issues
Auto Name:IPFSDroid
Summary:IPFS Tool
Description:
+Client for the [https://en.wikipedia.org/wiki/InterPlanetary_File_System
+InterPlanetary File System] (IPFS).
+
This App does not represent a full IPFS node yet! Think of it as a dependency
injection for IPFS on android. Currently we use the centralized service ipfs.io
so you can use ipfs on android - later this will be exchanged for a full-node
diff --git a/metadata/org.ligi.materialteatimer.txt b/metadata/org.ligi.materialteatimer.txt
index 9440dd0832..11ad3b35fe 100644
--- a/metadata/org.ligi.materialteatimer.txt
+++ b/metadata/org.ligi.materialteatimer.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/ligi/MaterialTeaTimer/blob/HEAD/README.md
Source Code:https://github.com/ligi/MaterialTeaTimer
Issue Tracker:https://github.com/ligi/MaterialTeaTimer/issues
@@ -7,7 +7,8 @@ Issue Tracker:https://github.com/ligi/MaterialTeaTimer/issues
Auto Name:Material Tea Timer
Summary:Time your tea with style
Description:
-Material design themed tea timer.
+Material design themed tea timer. Time your tea with material style. Shows you
+temperature and time quickly. Have a great tea!
.
Repo Type:git
diff --git a/metadata/org.ligi.passandroid.txt b/metadata/org.ligi.passandroid.txt
index 137fccd518..d14fad8266 100644
--- a/metadata/org.ligi.passandroid.txt
+++ b/metadata/org.ligi.passandroid.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/ligi/PassAndroid/blob/HEAD/README.md
Source Code:https://github.com/ligi/PassAndroid
Issue Tracker:https://github.com/ligi/PassAndroid/issues
@@ -9,6 +9,22 @@ Summary:View Passbook files
Description:
Displays Passbook (*.pkpass) files & shows the Barcode (QR, PDF417 and AZTEC
format). It can be used also when offline.
+
+This app is a viewer for passes - a pass could be a e.g. boarding-pass for your
+next flight, a coupon for a nice hot beverage on the destination, a movie
+ticket, a membership card - there are a lot of possibilities. Basically it is a
+replacement for a piece of paper or plastic you would normally have to carry
+with you - so lets save some trees and reduce waste!
+
+'''How does it work?'''
+
+There are so called espass or pkpass files - you can open them with this app -
+e.g. when you receive them via email or get an Download-option. The most
+important content is the BarCode ( QR , AZTEC & PDF417which authorizes you most
+of the time - but it also has other interesting content like a description -
+often a time ( that you now can add to your calendar ) - often also locations (
+to give you directions ) - just try It out! The app is offline usable once you
+downloaded the pass!
.
Repo Type:git
@@ -399,7 +415,19 @@ Build:3.4.6,346
gradle=noMaps,noAnalytics,forFDroid
prebuild=sed -i -e '/play-services/d' -e '/android-sdk-manager/d' build.gradle
+Build:3.4.7,347
+ commit=3.4.7
+ subdir=android
+ gradle=noMaps,noAnalytics,forFDroid
+ prebuild=sed -i -e '/play-services/d' -e '/android-sdk-manager/d' build.gradle
+
+Build:3.4.9,349
+ commit=3.4.9
+ 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.6
-Current Version Code:346
+Current Version:3.4.9
+Current Version Code:349
diff --git a/metadata/org.ligi.satoshiproof.txt b/metadata/org.ligi.satoshiproof.txt
index 78b886f080..2f211d557e 100644
--- a/metadata/org.ligi.satoshiproof.txt
+++ b/metadata/org.ligi.satoshiproof.txt
@@ -1,5 +1,5 @@
Categories:Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/ligi/SatoshiProof/blob/HEAD/README.md
Source Code:https://github.com/ligi/SatoshiProof
Issue Tracker:https://github.com/ligi/SatoshiProof/issues
diff --git a/metadata/org.ligi.scr.txt b/metadata/org.ligi.scr.txt
index 71b40022d2..64b517eceb 100644
--- a/metadata/org.ligi.scr.txt
+++ b/metadata/org.ligi.scr.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/ligi/SCR/blob/HEAD/README.md
Source Code:https://github.com/ligi/SCR
Issue Tracker:https://github.com/ligi/SCR/issues
diff --git a/metadata/org.ligi.survivalmanual.txt b/metadata/org.ligi.survivalmanual.txt
index 324cd7b7de..88da4569c8 100644
--- a/metadata/org.ligi.survivalmanual.txt
+++ b/metadata/org.ligi.survivalmanual.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/ligi/SurvivalManual/blob/HEAD/README.md
Source Code:https://github.com/ligi/SurvivalManual
Issue Tracker:https://github.com/ligi/SurvivalManual/issues
@@ -7,7 +7,16 @@ Issue Tracker:https://github.com/ligi/SurvivalManual/issues
Auto Name:Survival Manual
Summary:Learn how to survive
Description:
-Survival Manual based on the Army Field Manual 21-76 - fully working offline
+Survival Manual based on the Army Field Manual 21-76 - fully working offline. It
+contains info on how to make fire, build a shelter, find food, heal and other
+useful content in a case of emergency.
+
+But it does not have to be used in emergency situations only - it can be also
+useful for trips to the outdoors, hiking, camping, learning about nature and
+yourself truly. This is not only fun, but you can also train skills (make fire,
+build shelter, ..) you might need in a catastrophy. Some things work best with
+practice in a relaxed environment - then you also have time for some
+experiments.
.
Repo Type:git
@@ -194,7 +203,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.ligi.vaporizercontrol.txt b/metadata/org.ligi.vaporizercontrol.txt
index 4a3570f31b..472c88e365 100644
--- a/metadata/org.ligi.vaporizercontrol.txt
+++ b/metadata/org.ligi.vaporizercontrol.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/ligi/VaporizerControl/blob/HEAD/README.md
Source Code:https://github.com/ligi/VaporizerControl
Issue Tracker:https://github.com/ligi/VaporizerControl/issues
diff --git a/metadata/org.linphone.txt b/metadata/org.linphone.txt
index 7d88d607ec..1a8d72643f 100644
--- a/metadata/org.linphone.txt
+++ b/metadata/org.linphone.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://www.linphone.org
Source Code:http://www.linphone.org/technical-corner/linphone/downloads
Issue Tracker:
@@ -320,5 +320,5 @@ Build:3.3.2,3320
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:3.99.3
-Current Version Code:3994
+Current Version:4.0.1
+Current Version Code:4002
diff --git a/metadata/org.logicallycreative.movingpolygons.txt b/metadata/org.logicallycreative.movingpolygons.txt
index 0daac2f558..146d4c0348 100644
--- a/metadata/org.logicallycreative.movingpolygons.txt
+++ b/metadata/org.logicallycreative.movingpolygons.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/jagossel/MovingPolygons
Issue Tracker:https://github.com/jagossel/MovingPolygons/issues
diff --git a/metadata/org.lufebe16.pysolfc.txt b/metadata/org.lufebe16.pysolfc.txt
index 53fa13596e..cc6b831997 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
+License:GPL-3.0-only
+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.lumicall.android.txt b/metadata/org.lumicall.android.txt
index 6acbfbd1e7..e7f61b6ccf 100644
--- a/metadata/org.lumicall.android.txt
+++ b/metadata/org.lumicall.android.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://www.lumicall.org
Source Code:https://github.com/opentelecoms-org/lumicall
Issue Tracker:https://github.com/opentelecoms-org/lumicall/issues
diff --git a/metadata/org.macno.puma.txt b/metadata/org.macno.puma.txt
index c3e297f30f..0c6909ef35 100644
--- a/metadata/org.macno.puma.txt
+++ b/metadata/org.macno.puma.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://gitorious.org/puma-droid/puma
Issue Tracker:
diff --git a/metadata/org.madore.android.unicodeMap.txt b/metadata/org.madore.android.unicodeMap.txt
index f29a35ec23..5abf2ea403 100644
--- a/metadata/org.madore.android.unicodeMap.txt
+++ b/metadata/org.madore.android.unicodeMap.txt
@@ -1,7 +1,7 @@
Categories:Development
License:PublicDomain
Web Site:http://www.madore.org/~david/programs/UnicodeMap.html
-Source Code:http://git.madore.org/?p=android/UnicodeMap.git;a=summary
+Source Code:http://git.madore.org/cgit/android/UnicodeMap.git/
Issue Tracker:
Auto Name:Unicode Map
diff --git a/metadata/org.mariotaku.imageviewergl.txt b/metadata/org.mariotaku.imageviewergl.txt
index 58e383935f..eebc76fccf 100644
--- a/metadata/org.mariotaku.imageviewergl.txt
+++ b/metadata/org.mariotaku.imageviewergl.txt
@@ -1,8 +1,8 @@
Categories:Multimedia
License:Apache-2.0
Web Site:
-Source Code:https://github.com/mariotaku/imageviewer-gl
-Issue Tracker:https://github.com/mariotaku/imageviewer-gl/issues
+Source Code:
+Issue Tracker:
Auto Name:GLImageViewer
Summary:View local and remote images
@@ -12,9 +12,6 @@ remote/online images. It does not install an app launcher, but gets invoked from
a browser or file explorer.
.
-Repo Type:git
-Repo:https://github.com/mariotaku/imageviewer-gl
-
Build:1.0,1
commit=0aac87dfcdc45d4621c87dcc315f4f043d577a1e
target=android-17
@@ -23,3 +20,5 @@ Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.0
Current Version Code:1
+
+No Source Since:1.1
diff --git a/metadata/org.mariotaku.twidere.extension.twitlonger.txt b/metadata/org.mariotaku.twidere.extension.twitlonger.txt
index 44509d96b1..df93ca1ae3 100644
--- a/metadata/org.mariotaku.twidere.extension.twitlonger.txt
+++ b/metadata/org.mariotaku.twidere.extension.twitlonger.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/mariotaku/twidere.extension.twitlonger
Issue Tracker:https://github.com/mariotaku/twidere.extension.twitlonger/issues
diff --git a/metadata/org.mariotaku.twidere.txt b/metadata/org.mariotaku.twidere.txt
index 2a3c4c12cf..70b075a3ea 100644
--- a/metadata/org.mariotaku.twidere.txt
+++ b/metadata/org.mariotaku.twidere.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/TwidereProject/Twidere-Android
Issue Tracker:https://github.com/TwidereProject/Twidere-Android/issues
diff --git a/metadata/org.martus.android.txt b/metadata/org.martus.android.txt
index c9cb83396b..99bf4ff948 100644
--- a/metadata/org.martus.android.txt
+++ b/metadata/org.martus.android.txt
@@ -1,6 +1,6 @@
Disabled:Lots of jars
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://martus.org
Source Code:https://github.com/benetech/Martus-Project
Issue Tracker:https://github.com/benetech/Martus-Project/issues
diff --git a/metadata/org.materialos.icons.txt b/metadata/org.materialos.icons.txt
new file mode 100644
index 0000000000..22700ecbb4
--- /dev/null
+++ b/metadata/org.materialos.icons.txt
@@ -0,0 +1,64 @@
+Categories:Theming
+License:CC-BY-4.0
+Web Site:https://github.com/materialos/android-icon-pack
+Source Code:https://github.com/materialos/android-icon-pack
+Issue Tracker:https://github.com/materialos/android-icon-pack/issues
+
+Auto Name:MaterialOS
+Summary:Material Design icons for your homescreen
+Description:
+MaterialOS - Icons is an icon pack from a community of designers. It features
+Material Design and Material Inspired wallpapers and iconography.
+
+Features:
+
+* 450+ Icons
+* Wallpapers by amazing designers
+
+Supported Launchers:
+
+* Nova Launcher
+* Apex Launcher
+* ADW Launcher
+* Action Launcher
+* Atom Launcher
+* Aviate Launcher
+* CyanogenMod Theme Engine
+* Go Launcher
+* KK Launcher
+* LG Home
+* Next Launcher
+* Smart Launcher
+* Solo Launcher
+
+Other launchers may be supported but you will have to activate the icon pack
+from the launcher's settings. Google's Launcher and stock launchers don't
+support icon packs without external hacks (like Xposed GEL Settings)
+.
+
+Repo Type:git
+Repo:https://github.com/materialos/android-icon-pack.git
+
+Build:1.0.1,7
+ commit=v1.0.1
+ subdir=Project/MaterialOS/app
+ patch=dependencies.patch
+ gradle=yes
+
+Build:2.1,10
+ commit=f5a4cf2a90eb6952aa393ae9b276bfc1b084199c
+ subdir=app
+ patch=dependencies-10.patch
+ gradle=yes
+ srclibs=IconRequest@591e61811a95b4acd991df7bce0edcfe21b6dcc8
+ prebuild=mkdir libs/ && \
+ touch libs/IconRequest.aar
+ build=pushd $$IconRequest$$ && \
+ gradle clean assembleRelease && \
+ popd && \
+ cp $$IconRequest$$/library/build/outputs/aar/library-release.aar libs/IconRequest.aar
+
+Auto Update Mode:None
+Update Check Mode:RepoManifest
+Current Version:2.1
+Current Version Code:10
diff --git a/metadata/org.materialos.icons/dependencies-10.patch b/metadata/org.materialos.icons/dependencies-10.patch
new file mode 100644
index 0000000000..5915af9da0
--- /dev/null
+++ b/metadata/org.materialos.icons/dependencies-10.patch
@@ -0,0 +1,24 @@
+diff --git a/app/build.gradle b/app/build.gradle
+index 4093277..62a0b6c 100644
+--- a/app/build.gradle
++++ b/app/build.gradle
+@@ -64,7 +64,9 @@ android {
+ repositories {
+ mavenCentral()
+ jcenter()
+- maven { url "https://dl.bintray.com/drummer-aidan/maven" }
++ flatDir {
++ dirs 'libs'
++ }
+ }
+
+ dependencies {
+@@ -75,7 +77,7 @@ dependencies {
+ compile 'com.afollestad:bridge:3.2.5'
+ compile 'com.afollestad:sectioned-recyclerview:0.2.3'
+ compile 'com.afollestad:assent:0.2.5'
+- compile 'com.afollestad:icon-request:1.5.2'
++ compile(name:'IconRequest', ext:'aar')
+ compile 'com.afollestad:inquiry:4.1.2'
+
+ compile 'me.zhanghai.android.materialprogressbar:library:1.3.0'
diff --git a/metadata/org.materialos.icons/dependencies.patch b/metadata/org.materialos.icons/dependencies.patch
new file mode 100644
index 0000000000..58442fa7c3
--- /dev/null
+++ b/metadata/org.materialos.icons/dependencies.patch
@@ -0,0 +1,43 @@
+diff --git a/Project/MaterialOS/app/build.gradle b/Project/MaterialOS/app/build.gradle
+index 8f872ef..31c84a6 100644
+--- a/Project/MaterialOS/app/build.gradle
++++ b/Project/MaterialOS/app/build.gradle
+@@ -1,10 +1,7 @@
+ apply plugin: 'com.android.application'
+-// This does not break the build when Android Studio is missing the JRebel for Android plugin.
+-apply plugin: 'com.zeroturnaround.jrebel.android'
+
+ repositories {
+ jcenter()
+- maven { url 'https://dl.bintray.com/drummer-aidan/maven' }
+ }
+
+ android {
+@@ -47,7 +44,7 @@ dependencies {
+ compile 'com.android.support:recyclerview-v7:23.0.0'
+ compile 'com.android.support:design:23.0.0'
+
+- compile 'com.afollestad:material-dialogs:0.7.9.1'
++ compile 'com.afollestad.material-dialogs:core:0.8.5.9'
+ compile('com.mikepenz:materialdrawer:4.0.3@aar') {
+ transitive = true
+ }
+diff --git a/Project/MaterialOS/build.gradle b/Project/MaterialOS/build.gradle
+index ec4108f..c6371d6 100644
+--- a/Project/MaterialOS/build.gradle
++++ b/Project/MaterialOS/build.gradle
+@@ -3,14 +3,9 @@
+ buildscript {
+ repositories {
+ jcenter()
+- maven {
+- url 'https://repos.zeroturnaround.com/nexus/content/repositories/zt-public-releases'
+- }
+ }
+ dependencies {
+ classpath 'com.android.tools.build:gradle:1.3.1'
+- // This does not break the build when Android Studio is missing the JRebel for Android plugin.
+- classpath 'com.zeroturnaround.jrebel.android:jr-android-gradle:0.8.+'
+
+ // NOTE: Do not place your application dependencies here; they belong
+ // in the individual module build.gradle files
diff --git a/metadata/org.mbach.lemonde.txt b/metadata/org.mbach.lemonde.txt
new file mode 100644
index 0000000000..516992524d
--- /dev/null
+++ b/metadata/org.mbach.lemonde.txt
@@ -0,0 +1,68 @@
+Categories:Internet
+License:GPL-3.0-only
+Web Site:https://mbach.github.io/LeMondeRssReader/
+Source Code:https://github.com/MBach/LeMondeRssReader
+Issue Tracker:https://github.com/MBach/LeMondeRssReader/issues
+Bitcoin:39RBokXr4V9FPpuF7v1bM6PYcbgRRApp9W
+
+Auto Name:LeMonde
+Summary:Reads RSS feed from the website LeMonde.fr and fetch articles inside the App
+Description:
+This App for Android 4.0.3 Ice Cream Sandwich and later (Android P) features how
+to read RSS stream from one website, and does some complex Web scraping. It
+renders the items in the feed directly in native Android components, such as
+TextView, ImageView.
+
+This App was also built to be as fastest and simple as possible. Material design
+guidelines were applied so you'll find:
+
+* A navigation drawer with a header
+* A SwipeRefresh layout to simply refresh the RSS feed
+* A collapsing toolbar layout when you're consulting an article from the feed: expanded toolbar with header image is fading to simple toolbar
+* Settings lets you customize the article you're currently reading, by excluding unnecessary content (like tweets), to leverage written content instead
+* For Android 7.1 (API 25): dynamic App Shortcuts to quickly open the category that you're reading the most!
+.
+
+Repo Type:git
+Repo:https://github.com/MBach/LeMondeRssReader.git
+
+Build:1.8,8
+ commit=v1.8
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g' ../build.gradle
+
+Build:1.9,9
+ commit=v1.9
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g' ../build.gradle
+
+Build:1.10,10
+ commit=v1.10
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g' ../build.gradle
+
+Build:1.11,11
+ commit=v1.11
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g' ../build.gradle
+
+Build:1.12,12
+ commit=v1.12
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g' ../build.gradle
+
+Build:1.13,13
+ commit=v1.13
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g' ../build.gradle
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.13
+Current Version Code:13
diff --git a/metadata/org.mcxa.softsound.yml b/metadata/org.mcxa.softsound.yml
new file mode 100644
index 0000000000..a4b642c11d
--- /dev/null
+++ b/metadata/org.mcxa.softsound.yml
@@ -0,0 +1,23 @@
+Categories:
+ - Multimedia
+License: Apache-2.0
+SourceCode: https://github.com/ianmcxa/Soft-Sound
+IssueTracker: https://github.com/ianmcxa/Soft-Sound/issues
+
+AutoName: Soft Sound
+
+RepoType: git
+Repo: https://github.com/ianmcxa/Soft-Sound
+
+Builds:
+ - versionName: '1.0'
+ versionCode: 1
+ commit: '1.0'
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version %v
+UpdateCheckMode: Tags
+CurrentVersion: '1.0'
+CurrentVersionCode: 1
diff --git a/metadata/org.mcxa.vortaro.txt b/metadata/org.mcxa.vortaro.txt
index f68357be43..9fcedc2f1c 100644
--- a/metadata/org.mcxa.vortaro.txt
+++ b/metadata/org.mcxa.vortaro.txt
@@ -25,7 +25,13 @@ Build:0.2,2
subdir=app
gradle=yes
+Build:0.3,3
+ disable=Could not find com.android.tools.build:gradle:3.0.1
+ commit=0.3
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:0.2
-Current Version Code:2
+Current Version:0.3
+Current Version Code:3
diff --git a/metadata/org.me.tvhguide.txt b/metadata/org.me.tvhguide.txt
index 899969db38..d93561fb6d 100644
--- a/metadata/org.me.tvhguide.txt
+++ b/metadata/org.me.tvhguide.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/john-tornblom/TVHGuide
Issue Tracker:https://github.com/john-tornblom/TVHGuide/issues
diff --git a/metadata/org.miamplayer.autoairplanemode.txt b/metadata/org.miamplayer.autoairplanemode.txt
index 952cf19def..9ac5d32dc0 100644
--- a/metadata/org.miamplayer.autoairplanemode.txt
+++ b/metadata/org.miamplayer.autoairplanemode.txt
@@ -1,5 +1,5 @@
Categories:Time,System,Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://mbach.github.io/AutoAirplaneMode/
Source Code:https://github.com/MBach/AutoAirplaneMode
Issue Tracker:https://github.com/MBach/AutoAirplaneMode/issues
diff --git a/metadata/org.michaelevans.nightmodeenabler.txt b/metadata/org.michaelevans.nightmodeenabler.txt
index 8cd32698d3..3159881534 100644
--- a/metadata/org.michaelevans.nightmodeenabler.txt
+++ b/metadata/org.michaelevans.nightmodeenabler.txt
@@ -8,6 +8,18 @@ Auto Name:Night Mode Enabler
Summary:Enable NightMode on Android7+
Description:
Enables toggle and quick tile to control system-wide dark theming.
+
+Want access to the Night Mode Quick Tile on Nougat? Seems like it's hidden. But
+with this amazing app, you can get a sweet VIP pass to that awesome blue-light
+killer.
+
+If you're having trouble - make sure to click "On" in the top left rather than
+the switch in the top right once it opens System UI Tuner.
+
+Note: On Android 7.1 and higher - this feature is officially built into the
+operating system, called Night Light. However, this feature requires a driver,
+and as a result, only is available on Pixel and Pixel XL (and newer devices). As
+a result this will not work on Nexus devices on that version.
.
Repo Type:git
diff --git a/metadata/org.microg.nlp.backend.apple.txt b/metadata/org.microg.nlp.backend.apple.txt
index 92a1d86bfd..1837c5cbf6 100644
--- a/metadata/org.microg.nlp.backend.apple.txt
+++ b/metadata/org.microg.nlp.backend.apple.txt
@@ -63,7 +63,12 @@ Build:1.2.2,20038
submodules=yes
gradle=yes
+Build:1.2.3,20043
+ commit=v1.2.3
+ submodules=yes
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.2.2
-Current Version Code:20038
+Current Version:1.2.3
+Current Version Code:20043
diff --git a/metadata/org.microg.nlp.backend.ichnaea.txt b/metadata/org.microg.nlp.backend.ichnaea.txt
index b87ce45d9b..f7af197cd5 100644
--- a/metadata/org.microg.nlp.backend.ichnaea.txt
+++ b/metadata/org.microg.nlp.backend.ichnaea.txt
@@ -57,7 +57,11 @@ Build:1.3.3,20026
commit=v1.3.3
gradle=yes
+Build:1.4.0,20033
+ commit=v1.4.0
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.3.3
-Current Version Code:20025
+Current Version:1.4.0
+Current Version Code:20033
diff --git a/metadata/org.microg.nlp.backend.openwlanmap.txt b/metadata/org.microg.nlp.backend.openwlanmap.txt
index c148623632..13c3b13e7f 100644
--- a/metadata/org.microg.nlp.backend.openwlanmap.txt
+++ b/metadata/org.microg.nlp.backend.openwlanmap.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/microg/OpenWlanMapNlpBackend/blob/HEAD/README.md
Source Code:https://github.com/microg/OpenWlanMapNlpBackend
Issue Tracker:https://github.com/microg/OpenWlanMapNlpBackend/issues
diff --git a/metadata/org.mixare.txt b/metadata/org.mixare.txt
index bae6975f70..6cd004c9a8 100644
--- a/metadata/org.mixare.txt
+++ b/metadata/org.mixare.txt
@@ -1,8 +1,8 @@
AntiFeatures:NonFreeDep
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.mixare.org
-Source Code:https://github.com/danielegobbetti/mixare
+Source Code:https://gitlab.com/mixare/mixare
Issue Tracker:
Auto Name:Mixare
@@ -18,11 +18,13 @@ the source code.
Anti-feature: Dependencies. It's necessary for Google Maps to be already
installed either as an app or as a shared system library for this app to be
-installable. We should be able to remove this dependency soon.
+installable.
+
+'''Note:''' This app is currently not actively maintained.
.
Repo Type:git
-Repo:https://github.com/danielegobbetti/mixare.git
+Repo:https://gitlab.com/mixare/mixare.git
Build:0.6.6,14
commit=744ac02f4bd5b
diff --git a/metadata/org.moire.opensudoku.txt b/metadata/org.moire.opensudoku.txt
new file mode 100644
index 0000000000..4d26d170bf
--- /dev/null
+++ b/metadata/org.moire.opensudoku.txt
@@ -0,0 +1,33 @@
+Categories:Games
+License:GPL-3.0-or-later
+Web Site:http://opensudoku.moire.org/
+Source Code:https://github.com/ogarcia/opensudoku
+Issue Tracker:https://github.com/ogarcia/opensudoku/issues
+
+Auto Name:Open Sudoku
+Summary:Sudoku game
+Description:
+Open Sudoku is a simple open source sudoku game. It's designed to be controlled
+both by finger and keyboard. It's preloaded with 90 puzzles in 3 difficulty
+levels, more puzzles can be downloaded from the web and it also allows you to
+enter your own puzzles.
+
+Additional puzzles are available on the following websites:
+
+* [https://opensudoku.moire.org/ Project homepage]
+* [https://code.google.com/archive/p/opensudoku-android/wikis/Puzzles.wiki Original project]
+* [https://opensudoku.p43.eu/ Other collection of puzzles]
+.
+
+Repo Type:git
+Repo:https://github.com/ogarcia/opensudoku.git
+
+Build:2.5.2,20180507
+ commit=2.5.2
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:2.5.2
+Current Version Code:20180507
diff --git a/metadata/org.moire.ultrasonic.txt b/metadata/org.moire.ultrasonic.txt
index 1665cd90f6..02e3d998d8 100644
--- a/metadata/org.moire.ultrasonic.txt
+++ b/metadata/org.moire.ultrasonic.txt
@@ -1,5 +1,5 @@
Categories:Multimedia,Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/ultrasonic/ultrasonic
Issue Tracker:https://github.com/ultrasonic/ultrasonic/issues
@@ -60,7 +60,17 @@ Build:2.2.2,63
subdir=ultrasonic
gradle=yes
+Build:2.5.0,68
+ commit=2.5.0
+ subdir=ultrasonic
+ gradle=yes
+
+Build:2.6.0,69
+ commit=2.6.0
+ subdir=ultrasonic
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:2.1.0
-Current Version Code:60
+Current Version:2.6.0
+Current Version Code:69
diff --git a/metadata/org.moparisthebest.appbak.txt b/metadata/org.moparisthebest.appbak.txt
index e0fa5d3cc0..79edd77dcc 100644
--- a/metadata/org.moparisthebest.appbak.txt
+++ b/metadata/org.moparisthebest.appbak.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/moparisthebest/AppBak
Issue Tracker:https://github.com/moparisthebest/AppBak/issues
diff --git a/metadata/org.moparisthebest.pageplus.txt b/metadata/org.moparisthebest.pageplus.txt
index b7ef5e9534..f39111bf82 100644
--- a/metadata/org.moparisthebest.pageplus.txt
+++ b/metadata/org.moparisthebest.pageplus.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:
Source Code:https://github.com/moparisthebest/PagePlusBalance
Issue Tracker:https://github.com/moparisthebest/PagePlusBalance/issues
diff --git a/metadata/org.mozilla.fennec_fdroid.txt b/metadata/org.mozilla.fennec_fdroid.txt
index 27d17e8ae8..ac9a9ea4da 100644
--- a/metadata/org.mozilla.fennec_fdroid.txt
+++ b/metadata/org.mozilla.fennec_fdroid.txt
@@ -4328,6 +4328,754 @@ Build:59.0.2,590210
zip -d obj-i386-linux-androideabi/dist/fennec-$$VERSION$$.en-US.android-i386-unsigned-unaligned.apk 'META-INF/*.*'
ndk=r15c
+Build:60.0,600000
+ commit=FENNEC_60_0_RELEASE
+ timeout=21600
+ sudo=apt update && \
+ apt install -y g++ proguard-cli/testing libproguard-java/testing
+ output=obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
+ srclibs=MozLocales@20ad83b906b6c7c8b139356b62915ca32e584001
+ prebuild=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 "mk_add_options 'export PROGUARD_JAR=/usr/share/java/proguard.jar'" >> .mozconfig && \
+ echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj" >> .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 && \
+ sed -i -e 's/Mozilla Fennec/Fennec F-Droid/g' locales/en-US/brand* && \
+ popd
+ build=export I_PREFER_A_SUBOPTIMAL_MERCURIAL_EXPERIENCE=1 && \
+ mkdir rust && \
+ curl https://static.rust-lang.org/dist/rust-1.24.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.24.1-armv7-linux-androideabi.tar.xz | tar -x -J -C rust --strip-components 2 && \
+ export PATH=$PATH:$PWD/rust/bin && \
+ mkdir clang+llvm && \
+ curl https://releases.llvm.org/6.0.0/clang+llvm-6.0.0-x86_64-linux-gnu-debian8.tar.xz | tar -x -J -C clang+llvm --strip-components 1 && \
+ export LLVM_CONFIG=$PWD/clang+llvm/bin/llvm-config && \
+ ./mach build && \
+ cat used-locales | xargs -I % ./mach build chrome-% && \
+ make -C obj package AB_CD=multi && \
+ zip -d obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk 'META-INF/*.*'
+ ndk=r15c
+
+Build:60.0,600010
+ commit=FENNEC_60_0_RELEASE
+ timeout=21600
+ sudo=apt update && \
+ apt install -y g++ proguard-cli/testing libproguard-java/testing
+ output=obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
+ srclibs=MozLocales@20ad83b906b6c7c8b139356b62915ca32e584001
+ prebuild=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 "mk_add_options 'export PROGUARD_JAR=/usr/share/java/proguard.jar'" >> .mozconfig && \
+ echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj" >> .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 && \
+ sed -i -e 's/Mozilla Fennec/Fennec F-Droid/g' locales/en-US/brand* && \
+ popd
+ build=export I_PREFER_A_SUBOPTIMAL_MERCURIAL_EXPERIENCE=1 && \
+ mkdir rust && \
+ curl https://static.rust-lang.org/dist/rust-1.24.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.24.1-i686-linux-android.tar.xz | tar -x -J -C rust --strip-components 2 && \
+ export PATH=$PATH:$PWD/rust/bin && \
+ mkdir clang+llvm && \
+ curl https://releases.llvm.org/6.0.0/clang+llvm-6.0.0-x86_64-linux-gnu-debian8.tar.xz | tar -x -J -C clang+llvm --strip-components 1 && \
+ export LLVM_CONFIG=$PWD/clang+llvm/bin/llvm-config && \
+ ./mach build && \
+ cat used-locales | xargs -I % ./mach build chrome-% && \
+ make -C obj package AB_CD=multi && \
+ zip -d obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk 'META-INF/*.*'
+ ndk=r15c
+
+Build:60.0.1,600100
+ commit=FENNEC_60_0_1_RELEASE
+ timeout=21600
+ sudo=apt update && \
+ apt install -y g++ proguard-cli/testing libproguard-java/testing
+ output=obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
+ srclibs=MozLocales@20ad83b906b6c7c8b139356b62915ca32e584001
+ prebuild=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-libclang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/lib64/" >> .mozconfig && \
+ echo "ac_add_options --with-clang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/clang" >> .mozconfig && \
+ echo "mk_add_options 'export PROGUARD_JAR=/usr/share/java/proguard.jar'" >> .mozconfig && \
+ echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj" >> .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 && \
+ sed -i -e 's/Mozilla Fennec/Fennec F-Droid/g' locales/en-US/brand* && \
+ popd
+ build=export I_PREFER_A_SUBOPTIMAL_MERCURIAL_EXPERIENCE=1 && \
+ mkdir rust && \
+ curl https://static.rust-lang.org/dist/rust-1.24.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.24.1-armv7-linux-androideabi.tar.xz | tar -x -J -C rust --strip-components 2 && \
+ PATH=$PATH:$PWD/rust/bin ./mach build && \
+ cat used-locales | xargs -I % ./mach build chrome-% && \
+ make -C obj package AB_CD=multi && \
+ zip -d obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk 'META-INF/*.*'
+ ndk=r15c
+
+Build:60.0.1,600110
+ commit=FENNEC_60_0_1_RELEASE
+ timeout=21600
+ sudo=apt update && \
+ apt install -y g++ proguard-cli/testing libproguard-java/testing
+ output=obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
+ srclibs=MozLocales@20ad83b906b6c7c8b139356b62915ca32e584001
+ prebuild=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-libclang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/lib64/" >> .mozconfig && \
+ echo "ac_add_options --with-clang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/clang" >> .mozconfig && \
+ echo "mk_add_options 'export PROGUARD_JAR=/usr/share/java/proguard.jar'" >> .mozconfig && \
+ echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj" >> .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 && \
+ sed -i -e 's/Mozilla Fennec/Fennec F-Droid/g' locales/en-US/brand* && \
+ popd
+ build=export I_PREFER_A_SUBOPTIMAL_MERCURIAL_EXPERIENCE=1 && \
+ mkdir rust && \
+ curl https://static.rust-lang.org/dist/rust-1.24.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.24.1-i686-linux-android.tar.xz | tar -x -J -C rust --strip-components 2 && \
+ PATH=$PATH:$PWD/rust/bin ./mach build && \
+ cat used-locales | xargs -I % ./mach build chrome-% && \
+ make -C obj package AB_CD=multi && \
+ zip -d obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk 'META-INF/*.*'
+ ndk=r15c
+
+Build:60.0.2,600200
+ commit=FENNEC_60_0_2_RELEASE
+ timeout=21600
+ sudo=apt update && \
+ apt install -y g++ proguard-cli/testing libproguard-java/testing
+ output=obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
+ srclibs=MozLocales@20ad83b906b6c7c8b139356b62915ca32e584001
+ prebuild=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-libclang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/lib64/" >> .mozconfig && \
+ echo "ac_add_options --with-clang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/clang" >> .mozconfig && \
+ echo "mk_add_options 'export PROGUARD_JAR=/usr/share/java/proguard.jar'" >> .mozconfig && \
+ echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj" >> .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 && \
+ sed -i -e 's/Mozilla Fennec/Fennec F-Droid/g' locales/en-US/brand* && \
+ popd
+ build=export I_PREFER_A_SUBOPTIMAL_MERCURIAL_EXPERIENCE=1 && \
+ mkdir rust && \
+ curl https://static.rust-lang.org/dist/rust-1.24.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.24.1-armv7-linux-androideabi.tar.xz | tar -x -J -C rust --strip-components 2 && \
+ PATH=$PATH:$PWD/rust/bin ./mach build && \
+ cat used-locales | xargs -I % ./mach build chrome-% && \
+ make -C obj package AB_CD=multi && \
+ zip -d obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk 'META-INF/*.*'
+ ndk=r15c
+
+Build:60.0.2,600210
+ commit=FENNEC_60_0_2_RELEASE
+ timeout=21600
+ sudo=apt update && \
+ apt install -y g++ proguard-cli/testing libproguard-java/testing
+ output=obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
+ srclibs=MozLocales@20ad83b906b6c7c8b139356b62915ca32e584001
+ prebuild=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-libclang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/lib64/" >> .mozconfig && \
+ echo "ac_add_options --with-clang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/clang" >> .mozconfig && \
+ echo "mk_add_options 'export PROGUARD_JAR=/usr/share/java/proguard.jar'" >> .mozconfig && \
+ echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj" >> .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 && \
+ sed -i -e 's/Mozilla Fennec/Fennec F-Droid/g' locales/en-US/brand* && \
+ popd
+ build=export I_PREFER_A_SUBOPTIMAL_MERCURIAL_EXPERIENCE=1 && \
+ mkdir rust && \
+ curl https://static.rust-lang.org/dist/rust-1.24.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.24.1-i686-linux-android.tar.xz | tar -x -J -C rust --strip-components 2 && \
+ PATH=$PATH:$PWD/rust/bin ./mach build && \
+ cat used-locales | xargs -I % ./mach build chrome-% && \
+ make -C obj package AB_CD=multi && \
+ zip -d obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk 'META-INF/*.*'
+ ndk=r15c
+
+Build:61.0,610000
+ commit=FENNEC_61_0_RELEASE
+ timeout=28800
+ sudo=apt update && \
+ apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing libproguard-java/testing
+ output=obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
+ srclibs=MozLocales@03e502fcd96a5cd64cb57a0b8cb1e39ee17b9ef1,pyenv@v1.2.4
+ prebuild=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-libclang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/lib64/" >> .mozconfig && \
+ echo "ac_add_options --with-clang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/clang" >> .mozconfig && \
+ echo "mk_add_options 'export PROGUARD_JAR=/usr/share/java/proguard.jar'" >> .mozconfig && \
+ echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj" >> .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 && \
+ sed -i -e 's/Mozilla Fennec/Fennec F-Droid/g' locales/en-US/brand* && \
+ popd
+ build=export I_PREFER_A_SUBOPTIMAL_MERCURIAL_EXPERIENCE=1 && \
+ curl https://ftp.gnu.org/gnu/gcc/gcc-6.4.0/gcc-6.4.0.tar.xz | tar -x -J && \
+ mkdir gcc && \
+ pushd gcc-6.4.0 && \
+ ./configure --enable-languages=c,c++ --disable-multilib --prefix="$PWD/../gcc" && \
+ make -j`nproc` && \
+ make install && \
+ popd && \
+ export PATH="$PWD/gcc/bin:$PATH" && \
+ export LD_LIBRARY_PATH="$PWD/gcc/lib64" && \
+ export PYENV_ROOT="$(realpath '$$pyenv$$')" && \
+ export PATH="$PYENV_ROOT/bin:$PATH" && \
+ eval "$(pyenv init -)" && \
+ pyenv install 3.5.5 && \
+ pyenv global 3.5.5 && \
+ mkdir rust && \
+ curl https://static.rust-lang.org/dist/rust-1.25.0-`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.25.0-armv7-linux-androideabi.tar.xz | tar -x -J -C rust --strip-components 2 && \
+ PATH=$PATH:$PWD/rust/bin ./mach build && \
+ cat used-locales | xargs -I % ./mach build chrome-% && \
+ make -C obj package AB_CD=multi && \
+ zip -d obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk 'META-INF/*.*'
+ ndk=r15c
+
+Build:61.0,610001
+ commit=FENNEC_61_0_RELEASE
+ timeout=28800
+ sudo=apt update && \
+ apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing libproguard-java/testing
+ output=obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
+ srclibs=MozLocales@03e502fcd96a5cd64cb57a0b8cb1e39ee17b9ef1,pyenv@v1.2.4
+ prebuild=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-libclang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/lib64/" >> .mozconfig && \
+ echo "ac_add_options --with-clang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/clang" >> .mozconfig && \
+ echo "mk_add_options 'export PROGUARD_JAR=/usr/share/java/proguard.jar'" >> .mozconfig && \
+ echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj" >> .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 && \
+ sed -i -e 's/Mozilla Fennec/Fennec F-Droid/g' locales/en-US/brand* && \
+ popd
+ build=export I_PREFER_A_SUBOPTIMAL_MERCURIAL_EXPERIENCE=1 && \
+ curl https://ftp.gnu.org/gnu/gcc/gcc-6.4.0/gcc-6.4.0.tar.xz | tar -x -J && \
+ mkdir gcc && \
+ pushd gcc-6.4.0 && \
+ ./configure --enable-languages=c,c++ --disable-multilib --prefix="$PWD/../gcc" && \
+ make -j`nproc` && \
+ make install && \
+ popd && \
+ export PATH="$PWD/gcc/bin:$PATH" && \
+ export LD_LIBRARY_PATH="$PWD/gcc/lib64" && \
+ export PYENV_ROOT="$(realpath '$$pyenv$$')" && \
+ export PATH="$PYENV_ROOT/bin:$PATH" && \
+ eval "$(pyenv init -)" && \
+ pyenv install 3.5.5 && \
+ pyenv global 3.5.5 && \
+ mkdir rust && \
+ curl https://static.rust-lang.org/dist/rust-1.25.0-`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.25.0-armv7-linux-androideabi.tar.xz | tar -x -J -C rust --strip-components 2 && \
+ PATH=$PATH:$PWD/rust/bin ./mach build && \
+ cat used-locales | xargs -I % ./mach build chrome-% && \
+ make -C obj/mobile/android/base android_apks && \
+ make -C obj package AB_CD=multi && \
+ zip -d obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk 'META-INF/*.*'
+ ndk=r15c
+
+Build:61.0,610010
+ commit=FENNEC_61_0_RELEASE
+ timeout=28800
+ sudo=apt update && \
+ apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing libproguard-java/testing
+ output=obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
+ srclibs=MozLocales@03e502fcd96a5cd64cb57a0b8cb1e39ee17b9ef1,pyenv@v1.2.4
+ prebuild=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-libclang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/lib64/" >> .mozconfig && \
+ echo "ac_add_options --with-clang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/clang" >> .mozconfig && \
+ echo "mk_add_options 'export PROGUARD_JAR=/usr/share/java/proguard.jar'" >> .mozconfig && \
+ echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj" >> .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 && \
+ sed -i -e 's/Mozilla Fennec/Fennec F-Droid/g' locales/en-US/brand* && \
+ popd
+ build=export I_PREFER_A_SUBOPTIMAL_MERCURIAL_EXPERIENCE=1 && \
+ curl https://ftp.gnu.org/gnu/gcc/gcc-6.4.0/gcc-6.4.0.tar.xz | tar -x -J && \
+ mkdir gcc && \
+ pushd gcc-6.4.0 && \
+ ./configure --enable-languages=c,c++ --disable-multilib --prefix="$PWD/../gcc" && \
+ make -j`nproc` && \
+ make install && \
+ popd && \
+ export PATH="$PWD/gcc/bin:$PATH" && \
+ export LD_LIBRARY_PATH="$PWD/gcc/lib64" && \
+ export PYENV_ROOT="$(realpath '$$pyenv$$')" && \
+ export PATH="$PYENV_ROOT/bin:$PATH" && \
+ eval "$(pyenv init -)" && \
+ pyenv install 3.5.5 && \
+ pyenv global 3.5.5 && \
+ mkdir rust && \
+ curl https://static.rust-lang.org/dist/rust-1.25.0-`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.25.0-i686-linux-android.tar.xz | tar -x -J -C rust --strip-components 2 && \
+ export PATH="$PATH:$PWD/rust/bin" && \
+ ./mach build && \
+ cat used-locales | xargs -I % ./mach build chrome-% && \
+ make -C obj package AB_CD=multi && \
+ zip -d obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk 'META-INF/*.*'
+ ndk=r15c
+
+Build:61.0,610011
+ commit=FENNEC_61_0_RELEASE
+ timeout=28800
+ sudo=apt update && \
+ apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing libproguard-java/testing
+ output=obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
+ srclibs=MozLocales@03e502fcd96a5cd64cb57a0b8cb1e39ee17b9ef1,pyenv@v1.2.4
+ prebuild=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-libclang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/lib64/" >> .mozconfig && \
+ echo "ac_add_options --with-clang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/clang" >> .mozconfig && \
+ echo "mk_add_options 'export PROGUARD_JAR=/usr/share/java/proguard.jar'" >> .mozconfig && \
+ echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj" >> .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 && \
+ sed -i -e 's/Mozilla Fennec/Fennec F-Droid/g' locales/en-US/brand* && \
+ popd
+ build=export I_PREFER_A_SUBOPTIMAL_MERCURIAL_EXPERIENCE=1 && \
+ curl https://ftp.gnu.org/gnu/gcc/gcc-6.4.0/gcc-6.4.0.tar.xz | tar -x -J && \
+ mkdir gcc && \
+ pushd gcc-6.4.0 && \
+ ./configure --enable-languages=c,c++ --disable-multilib --prefix="$PWD/../gcc" && \
+ make -j`nproc` && \
+ make install && \
+ popd && \
+ export PATH="$PWD/gcc/bin:$PATH" && \
+ export LD_LIBRARY_PATH="$PWD/gcc/lib64" && \
+ export PYENV_ROOT="$(realpath '$$pyenv$$')" && \
+ export PATH="$PYENV_ROOT/bin:$PATH" && \
+ eval "$(pyenv init -)" && \
+ pyenv install 3.5.5 && \
+ pyenv global 3.5.5 && \
+ mkdir rust && \
+ curl https://static.rust-lang.org/dist/rust-1.25.0-`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.25.0-i686-linux-android.tar.xz | tar -x -J -C rust --strip-components 2 && \
+ export PATH="$PATH:$PWD/rust/bin" && \
+ ./mach build && \
+ cat used-locales | xargs -I % ./mach build chrome-% && \
+ make -C obj/mobile/android/base android_apks && \
+ make -C obj package AB_CD=multi && \
+ zip -d obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk 'META-INF/*.*'
+ ndk=r15c
+
+Build:61.0.2,610200
+ commit=FENNEC_61_0_2_RELEASE
+ timeout=28800
+ sudo=apt update && \
+ apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing libproguard-java/testing
+ output=obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
+ srclibs=MozLocales@ac41772572ce2a6ab7d265670f1fef81509a53a5,pyenv@v1.2.4
+ prebuild=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-libclang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/lib64/" >> .mozconfig && \
+ echo "ac_add_options --with-clang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/clang" >> .mozconfig && \
+ echo "mk_add_options 'export PROGUARD_JAR=/usr/share/java/proguard.jar'" >> .mozconfig && \
+ echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj" >> .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 && \
+ sed -i -e 's/Mozilla Fennec/Fennec F-Droid/g' locales/en-US/brand* && \
+ popd
+ build=export I_PREFER_A_SUBOPTIMAL_MERCURIAL_EXPERIENCE=1 && \
+ curl https://ftp.gnu.org/gnu/gcc/gcc-6.4.0/gcc-6.4.0.tar.xz | tar -x -J && \
+ mkdir gcc && \
+ pushd gcc-6.4.0 && \
+ ./configure --enable-languages=c,c++ --disable-multilib --prefix="$PWD/../gcc" && \
+ make -j`nproc` && \
+ make install && \
+ popd && \
+ export PATH="$PWD/gcc/bin:$PATH" && \
+ export LD_LIBRARY_PATH="$PWD/gcc/lib64" && \
+ export PYENV_ROOT="$(realpath '$$pyenv$$')" && \
+ export PATH="$PYENV_ROOT/bin:$PATH" && \
+ eval "$(pyenv init -)" && \
+ pyenv install 3.5.5 && \
+ pyenv global 3.5.5 && \
+ mkdir rust && \
+ curl https://static.rust-lang.org/dist/rust-1.25.0-`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.25.0-armv7-linux-androideabi.tar.xz | tar -x -J -C rust --strip-components 2 && \
+ PATH=$PATH:$PWD/rust/bin ./mach build && \
+ cat used-locales | xargs -I % ./mach build chrome-% && \
+ make -C obj/mobile/android/base android_apks && \
+ make -C obj package AB_CD=multi && \
+ zip -d obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk 'META-INF/*.*'
+ ndk=r15c
+
+Build:61.0.2,610210
+ commit=FENNEC_61_0_2_RELEASE
+ timeout=28800
+ sudo=apt update && \
+ apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing libproguard-java/testing
+ output=obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
+ srclibs=MozLocales@ac41772572ce2a6ab7d265670f1fef81509a53a5,pyenv@v1.2.4
+ prebuild=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-libclang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/lib64/" >> .mozconfig && \
+ echo "ac_add_options --with-clang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/clang" >> .mozconfig && \
+ echo "mk_add_options 'export PROGUARD_JAR=/usr/share/java/proguard.jar'" >> .mozconfig && \
+ echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj" >> .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 && \
+ sed -i -e 's/Mozilla Fennec/Fennec F-Droid/g' locales/en-US/brand* && \
+ popd
+ build=export I_PREFER_A_SUBOPTIMAL_MERCURIAL_EXPERIENCE=1 && \
+ curl https://ftp.gnu.org/gnu/gcc/gcc-6.4.0/gcc-6.4.0.tar.xz | tar -x -J && \
+ mkdir gcc && \
+ pushd gcc-6.4.0 && \
+ ./configure --enable-languages=c,c++ --disable-multilib --prefix="$PWD/../gcc" && \
+ make -j`nproc` && \
+ make install && \
+ popd && \
+ export PATH="$PWD/gcc/bin:$PATH" && \
+ export LD_LIBRARY_PATH="$PWD/gcc/lib64" && \
+ export PYENV_ROOT="$(realpath '$$pyenv$$')" && \
+ export PATH="$PYENV_ROOT/bin:$PATH" && \
+ eval "$(pyenv init -)" && \
+ pyenv install 3.5.5 && \
+ pyenv global 3.5.5 && \
+ mkdir rust && \
+ curl https://static.rust-lang.org/dist/rust-1.25.0-`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.25.0-i686-linux-android.tar.xz | tar -x -J -C rust --strip-components 2 && \
+ export PATH="$PATH:$PWD/rust/bin" && \
+ ./mach build && \
+ cat used-locales | xargs -I % ./mach build chrome-% && \
+ make -C obj/mobile/android/base android_apks && \
+ make -C obj package AB_CD=multi && \
+ zip -d obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk 'META-INF/*.*'
+ ndk=r15c
+
+Build:62.0.1,620100
+ commit=FENNEC_62_0_1_RELEASE
+ timeout=28800
+ sudo=apt update && \
+ apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing libproguard-java/testing
+ output=obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
+ srclibs=MozLocales@c795b1463d98524da163ae29c0343be13c4f6392,pyenv@v1.2.7
+ prebuild=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-libclang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/lib64/" >> .mozconfig && \
+ echo "ac_add_options --with-clang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/clang" >> .mozconfig && \
+ echo "mk_add_options 'export PROGUARD_JAR=/usr/share/java/proguard.jar'" >> .mozconfig && \
+ echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj" >> .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 && \
+ sed -i -e 's/Mozilla Fennec/Fennec F-Droid/g' locales/en-US/brand* && \
+ popd
+ build=export I_PREFER_A_SUBOPTIMAL_MERCURIAL_EXPERIENCE=1 && \
+ mkdir clang+llvm && \
+ curl --retry 3 https://releases.llvm.org/6.0.0/clang+llvm-6.0.0-x86_64-linux-gnu-debian8.tar.xz | tar -x -J -C clang+llvm --strip-components 1 && \
+ export LLVM_CONFIG=$PWD/clang+llvm/bin/llvm-config && \
+ export HOST_CC=$PWD/clang+llvm/bin/clang && \
+ export HOST_CXX=$PWD/clang+llvm/bin/clang++ && \
+ export PYENV_ROOT="$(realpath '$$pyenv$$')" && \
+ export PATH="$PYENV_ROOT/bin:$PATH" && \
+ eval "$(pyenv init -)" && \
+ pyenv install 3.5.6 && \
+ pyenv global 3.5.6 && \
+ mkdir rust && \
+ curl --retry 3 https://static.rust-lang.org/dist/rust-1.26.2-`uname -m`-unknown-linux-gnu.tar.xz | tar -x -J -C rust --strip-components 2 && \
+ curl --retry 3 https://static.rust-lang.org/dist/rust-std-1.26.2-armv7-linux-androideabi.tar.xz | tar -x -J -C rust --strip-components 2 && \
+ PATH=$PATH:$PWD/rust/bin ./mach build && \
+ cat used-locales | xargs -I % ./mach build chrome-% && \
+ make -C obj/mobile/android/base android_apks && \
+ make -C obj package AB_CD=multi && \
+ zip -d obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk 'META-INF/*.*'
+ ndk=r15c
+
+Build:62.0.1,620110
+ commit=FENNEC_62_0_1_RELEASE
+ timeout=28800
+ sudo=apt update && \
+ apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing libproguard-java/testing
+ output=obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
+ srclibs=MozLocales@c795b1463d98524da163ae29c0343be13c4f6392,pyenv@v1.2.7
+ prebuild=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-libclang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/lib64/" >> .mozconfig && \
+ echo "ac_add_options --with-clang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/clang" >> .mozconfig && \
+ echo "mk_add_options 'export PROGUARD_JAR=/usr/share/java/proguard.jar'" >> .mozconfig && \
+ echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj" >> .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 && \
+ sed -i -e 's/Mozilla Fennec/Fennec F-Droid/g' locales/en-US/brand* && \
+ popd
+ build=export I_PREFER_A_SUBOPTIMAL_MERCURIAL_EXPERIENCE=1 && \
+ mkdir clang+llvm && \
+ curl --retry 3 https://releases.llvm.org/6.0.0/clang+llvm-6.0.0-x86_64-linux-gnu-debian8.tar.xz | tar -x -J -C clang+llvm --strip-components 1 && \
+ export LLVM_CONFIG=$PWD/clang+llvm/bin/llvm-config && \
+ export HOST_CC=$PWD/clang+llvm/bin/clang && \
+ export HOST_CXX=$PWD/clang+llvm/bin/clang++ && \
+ export PYENV_ROOT="$(realpath '$$pyenv$$')" && \
+ export PATH="$PYENV_ROOT/bin:$PATH" && \
+ eval "$(pyenv init -)" && \
+ pyenv install 3.5.6 && \
+ pyenv global 3.5.6 && \
+ mkdir rust && \
+ curl --retry 3 https://static.rust-lang.org/dist/rust-1.26.2-`uname -m`-unknown-linux-gnu.tar.xz | tar -x -J -C rust --strip-components 2 && \
+ curl --retry 3 https://static.rust-lang.org/dist/rust-std-1.26.2-i686-linux-android.tar.xz | tar -x -J -C rust --strip-components 2 && \
+ export PATH="$PATH:$PWD/rust/bin" && \
+ ./mach build && \
+ cat used-locales | xargs -I % ./mach build chrome-% && \
+ make -C obj/mobile/android/base android_apks && \
+ make -C obj package AB_CD=multi && \
+ zip -d obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk 'META-INF/*.*'
+ ndk=r15c
+
+Build:62.0.1,620120
+ commit=FENNEC_62_0_1_RELEASE
+ timeout=28800
+ sudo=apt update && \
+ apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing libproguard-java/testing
+ output=obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
+ srclibs=MozLocales@c795b1463d98524da163ae29c0343be13c4f6392,pyenv@v1.2.7
+ prebuild=bash $$MozLocales$$/prebuild.sh && \
+ echo "ac_add_options --target=aarch64-linux-android" >> .mozconfig && \
+ echo "ac_add_options --with-android-min-sdk=21" >> .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-libclang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/lib64/" >> .mozconfig && \
+ echo "ac_add_options --with-clang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/clang" >> .mozconfig && \
+ echo "mk_add_options 'export PROGUARD_JAR=/usr/share/java/proguard.jar'" >> .mozconfig && \
+ echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj" >> .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 && \
+ sed -i -e 's/Mozilla Fennec/Fennec F-Droid/g' locales/en-US/brand* && \
+ popd
+ build=export I_PREFER_A_SUBOPTIMAL_MERCURIAL_EXPERIENCE=1 && \
+ mkdir clang+llvm && \
+ curl --retry 3 https://releases.llvm.org/6.0.0/clang+llvm-6.0.0-x86_64-linux-gnu-debian8.tar.xz | tar -x -J -C clang+llvm --strip-components 1 && \
+ export LLVM_CONFIG=$PWD/clang+llvm/bin/llvm-config && \
+ export HOST_CC=$PWD/clang+llvm/bin/clang && \
+ export HOST_CXX=$PWD/clang+llvm/bin/clang++ && \
+ export PYENV_ROOT="$(realpath '$$pyenv$$')" && \
+ export PATH="$PYENV_ROOT/bin:$PATH" && \
+ eval "$(pyenv init -)" && \
+ pyenv install 3.5.6 && \
+ pyenv global 3.5.6 && \
+ mkdir rust && \
+ curl --retry 3 https://static.rust-lang.org/dist/rust-1.26.2-`uname -m`-unknown-linux-gnu.tar.xz | tar -x -J -C rust --strip-components 2 && \
+ curl --retry 3 https://static.rust-lang.org/dist/rust-std-1.26.2-aarch64-linux-android.tar.xz | tar -x -J -C rust --strip-components 2 && \
+ export PATH="$PATH:$PWD/rust/bin" && \
+ ./mach build && \
+ cat used-locales | xargs -I % ./mach build chrome-% && \
+ make -C obj/mobile/android/base android_apks && \
+ make -C obj package AB_CD=multi && \
+ zip -d obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk 'META-INF/*.*'
+ ndk=r15c
+
+Build:62.0.2,620200
+ commit=FENNEC_62_0_2_RELEASE
+ timeout=28800
+ sudo=apt update && \
+ apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing libproguard-java/testing
+ output=obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
+ srclibs=MozLocales@c795b1463d98524da163ae29c0343be13c4f6392,pyenv@v1.2.7
+ prebuild=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-libclang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/lib64/" >> .mozconfig && \
+ echo "ac_add_options --with-clang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/clang" >> .mozconfig && \
+ echo "mk_add_options 'export PROGUARD_JAR=/usr/share/java/proguard.jar'" >> .mozconfig && \
+ echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj" >> .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 && \
+ sed -i -e 's/Mozilla Fennec/Fennec F-Droid/g' locales/en-US/brand* && \
+ popd
+ build=export I_PREFER_A_SUBOPTIMAL_MERCURIAL_EXPERIENCE=1 && \
+ mkdir clang+llvm && \
+ curl --retry 3 https://releases.llvm.org/6.0.0/clang+llvm-6.0.0-x86_64-linux-gnu-debian8.tar.xz | tar -x -J -C clang+llvm --strip-components 1 && \
+ export LLVM_CONFIG=$PWD/clang+llvm/bin/llvm-config && \
+ export HOST_CC=$PWD/clang+llvm/bin/clang && \
+ export HOST_CXX=$PWD/clang+llvm/bin/clang++ && \
+ export PYENV_ROOT="$(realpath '$$pyenv$$')" && \
+ export PATH="$PYENV_ROOT/bin:$PATH" && \
+ eval "$(pyenv init -)" && \
+ pyenv install 3.5.6 && \
+ pyenv global 3.5.6 && \
+ mkdir rust && \
+ curl --retry 3 https://static.rust-lang.org/dist/rust-1.26.2-`uname -m`-unknown-linux-gnu.tar.xz | tar -x -J -C rust --strip-components 2 && \
+ curl --retry 3 https://static.rust-lang.org/dist/rust-std-1.26.2-armv7-linux-androideabi.tar.xz | tar -x -J -C rust --strip-components 2 && \
+ PATH=$PATH:$PWD/rust/bin ./mach build && \
+ cat used-locales | xargs -I % ./mach build chrome-% && \
+ make -C obj/mobile/android/base android_apks && \
+ make -C obj package AB_CD=multi && \
+ zip -d obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk 'META-INF/*.*'
+ ndk=r15c
+
+Build:62.0.2,620210
+ commit=FENNEC_62_0_2_RELEASE
+ timeout=28800
+ sudo=apt update && \
+ apt install -y g++ libgmp-dev libmpfr-dev libmpc-dev proguard-cli/testing libproguard-java/testing
+ output=obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk
+ srclibs=MozLocales@c795b1463d98524da163ae29c0343be13c4f6392,pyenv@v1.2.7
+ prebuild=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-libclang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/lib64/" >> .mozconfig && \
+ echo "ac_add_options --with-clang-path=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/clang" >> .mozconfig && \
+ echo "mk_add_options 'export PROGUARD_JAR=/usr/share/java/proguard.jar'" >> .mozconfig && \
+ echo "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj" >> .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 && \
+ sed -i -e 's/Mozilla Fennec/Fennec F-Droid/g' locales/en-US/brand* && \
+ popd
+ build=export I_PREFER_A_SUBOPTIMAL_MERCURIAL_EXPERIENCE=1 && \
+ mkdir clang+llvm && \
+ curl --retry 3 https://releases.llvm.org/6.0.0/clang+llvm-6.0.0-x86_64-linux-gnu-debian8.tar.xz | tar -x -J -C clang+llvm --strip-components 1 && \
+ export LLVM_CONFIG=$PWD/clang+llvm/bin/llvm-config && \
+ export HOST_CC=$PWD/clang+llvm/bin/clang && \
+ export HOST_CXX=$PWD/clang+llvm/bin/clang++ && \
+ export PYENV_ROOT="$(realpath '$$pyenv$$')" && \
+ export PATH="$PYENV_ROOT/bin:$PATH" && \
+ eval "$(pyenv init -)" && \
+ pyenv install 3.5.6 && \
+ pyenv global 3.5.6 && \
+ mkdir rust && \
+ curl --retry 3 https://static.rust-lang.org/dist/rust-1.26.2-`uname -m`-unknown-linux-gnu.tar.xz | tar -x -J -C rust --strip-components 2 && \
+ curl --retry 3 https://static.rust-lang.org/dist/rust-std-1.26.2-i686-linux-android.tar.xz | tar -x -J -C rust --strip-components 2 && \
+ export PATH="$PATH:$PWD/rust/bin" && \
+ ./mach build && \
+ cat used-locales | xargs -I % ./mach build chrome-% && \
+ make -C obj/mobile/android/base android_apks && \
+ make -C obj package AB_CD=multi && \
+ zip -d obj/dist/fennec-$$VERSION$$.multi.android-*-unsigned-unaligned.apk 'META-INF/*.*'
+ ndk=r15c
+
Maintainer Notes:
Updating/Versioning:
@@ -4339,7 +5087,8 @@ Updating/Versioning:
** Example: 550021 = Firefox 55.0 for ARMv8, second revision
* Builds for different architectures target different Android API levels: 16 for 32-bit (ARMv7 and x86) and 21 for 64-bit (ARMv8).
* Required SDK and NDK versions: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Simple_Firefox_for_Android_build#Required_Android_SDK_and_NDK_versions
-* Required Rust versions: https://wiki.mozilla.org/Oxidation#Supported_Rust_versions_for_Firefox_builds
+* Required Rust versions: https://wiki.mozilla.org/Rust_Update_Policy_for_Firefox#Schedule
+* Firefox 61 requires at least Python 3.5 and GCC 6.1. We have to install Python and GCC from source because their versions in Debian Jessie are too old. This should be dropped once the build VM is upgraded to Debian Stretch.
Reroute Feedback:
* about:feedback links to the Play Store for rating the app. While with F-Droid installed, we can intercept the intent and open the page in F-Droid client instead, there is no way to rate the app. If F-Droid is not installed (or Play is configured to be used always), no app info page is displayed at all: Our package id is not in Play Store! Some options:
@@ -4350,5 +5099,5 @@ Reroute Feedback:
Archive Policy:6 versions
Auto Update Mode:None
Update Check Mode:None
-Current Version:59.0.2
-Current Version Code:590210
+Current Version:62.0.2
+Current Version Code:620210
diff --git a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/00.png b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/00.png
index 51341c198f..8010fe86ec 100644
Binary files a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/00.png and b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/00.png differ
diff --git a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/01.png b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/01.png
index 97c90cab05..3f72932159 100644
Binary files a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/01.png and b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/01.png differ
diff --git a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/02.png b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/02.png
index 6b5f55527d..916eb05806 100644
Binary files a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/02.png and b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/02.png differ
diff --git a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/03.png b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/03.png
index 8452c09de1..d69c9679a4 100644
Binary files a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/03.png and b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/03.png differ
diff --git a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/04.png b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/04.png
index c1a94174e4..c9ec6bdb13 100644
Binary files a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/04.png and b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/04.png differ
diff --git a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/05.png b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/05.png
index cbb367998b..744d66051e 100644
Binary files a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/05.png and b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/05.png differ
diff --git a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/06.png b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/06.png
index aba98c68c8..40dbfb5051 100644
Binary files a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/06.png and b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/06.png differ
diff --git a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/07.png b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/07.png
index a86115e792..56e86e85a9 100644
Binary files a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/07.png and b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/07.png differ
diff --git a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/08.png b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/08.png
index 3d0a7f6bb2..1bf2ec525d 100644
Binary files a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/08.png and b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/08.png differ
diff --git a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/09.png b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/09.png
index d85f8a4314..6da3d6855d 100644
Binary files a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/09.png and b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/09.png differ
diff --git a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/10.png b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/10.png
index e9432448b8..26e2558c2c 100644
Binary files a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/10.png and b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/10.png differ
diff --git a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/11.png b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/11.png
index 495c3ac482..e60e0db1e5 100644
Binary files a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/11.png and b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/11.png differ
diff --git a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/12.png b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/12.png
index ad6b8f066f..eb50a83175 100644
Binary files a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/12.png and b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/12.png differ
diff --git a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/13.png b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/13.png
index 83bef7af15..6924006d32 100644
Binary files a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/13.png and b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/13.png differ
diff --git a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/14.png b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/14.png
index 29bde6660a..fc4888c168 100644
Binary files a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/14.png and b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/14.png differ
diff --git a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/15.png b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/15.png
index b0028a082d..c8065f0102 100644
Binary files a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/15.png and b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/15.png differ
diff --git a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/16.png b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/16.png
index fbefd5868c..4ec8cde4cd 100644
Binary files a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/16.png and b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/16.png differ
diff --git a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/17.png b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/17.png
index f773f6db46..5cc4ddbc1e 100644
Binary files a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/17.png and b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/17.png differ
diff --git a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/18.png b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/18.png
index 84d4c02e3c..4a37508970 100644
Binary files a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/18.png and b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/18.png differ
diff --git a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/19.png b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/19.png
index 4d0f46243f..ff216059b8 100644
Binary files a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/19.png and b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/19.png differ
diff --git a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/20.png b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/20.png
index c23089ede9..dfc30ff579 100644
Binary files a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/20.png and b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/20.png differ
diff --git a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/21.png b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/21.png
index 282325403c..34ed6f281c 100644
Binary files a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/21.png and b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/21.png differ
diff --git a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/22.png b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/22.png
index ed3c120410..3f2ac7bd42 100644
Binary files a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/22.png and b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/22.png differ
diff --git a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/23.png b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/23.png
index bf8a34f2ab..08ad7f2ad4 100644
Binary files a/metadata/org.mozilla.firefox/en-US/phoneScreenshots/23.png and b/metadata/org.mozilla.firefox/en-US/phoneScreenshots/23.png differ
diff --git a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/24.png b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/24.png
index 866e7806f4..52a7cb7b62 100644
Binary files a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/24.png and b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/24.png differ
diff --git a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/25.png b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/25.png
index 18ff57538c..7b2cefd968 100644
Binary files a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/25.png and b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/25.png differ
diff --git a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/26.png b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/26.png
index fa5f508867..8e54620adf 100644
Binary files a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/26.png and b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/26.png differ
diff --git a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/27.png b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/27.png
index 551c151bee..0afa451850 100644
Binary files a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/27.png and b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/27.png differ
diff --git a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/28.png b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/28.png
index 1f51820cf4..80f74fb137 100644
Binary files a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/28.png and b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/28.png differ
diff --git a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/29.png b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/29.png
index 6347122286..f9505fad18 100644
Binary files a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/29.png and b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/29.png differ
diff --git a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/30.png b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/30.png
index 250615e7bc..047a28e79e 100644
Binary files a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/30.png and b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/30.png differ
diff --git a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/31.png b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/31.png
index 42c54be6fb..ed4b15697f 100644
Binary files a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/31.png and b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/31.png differ
diff --git a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/32.png b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/32.png
index cb1ff59265..4330256c60 100644
Binary files a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/32.png and b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/32.png differ
diff --git a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/33.png b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/33.png
index 1382304bca..8cd27e40a2 100644
Binary files a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/33.png and b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/33.png differ
diff --git a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/34.png b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/34.png
index 35c3400ead..20f559f657 100644
Binary files a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/34.png and b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/34.png differ
diff --git a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/35.png b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/35.png
index 83bda8327a..0366121427 100644
Binary files a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/35.png and b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/35.png differ
diff --git a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/36.png b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/36.png
index 8c6ad245aa..896b606a78 100644
Binary files a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/36.png and b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/36.png differ
diff --git a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/37.png b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/37.png
index 0fbb30cbad..ddbd196b9e 100644
Binary files a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/37.png and b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/37.png differ
diff --git a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/38.png b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/38.png
index 53e9d5d113..df3755cdd6 100644
Binary files a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/38.png and b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/38.png differ
diff --git a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/39.png b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/39.png
index bc649aabb5..0bdd2cff16 100644
Binary files a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/39.png and b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/39.png differ
diff --git a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/40.png b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/40.png
index 2ce8804e29..d0b2399503 100644
Binary files a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/40.png and b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/40.png differ
diff --git a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/41.png b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/41.png
index ccb7c7728d..b03717092a 100644
Binary files a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/41.png and b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/41.png differ
diff --git a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/42.png b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/42.png
index e1883348bb..3dc124e0df 100644
Binary files a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/42.png and b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/42.png differ
diff --git a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/43.png b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/43.png
index 94647504fe..d29aab7a76 100644
Binary files a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/43.png and b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/43.png differ
diff --git a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/44.png b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/44.png
index 44b07b63c0..1fd1e52e26 100644
Binary files a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/44.png and b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/44.png differ
diff --git a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/45.png b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/45.png
index 1cd0e1f1bf..9768857de4 100644
Binary files a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/45.png and b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/45.png differ
diff --git a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/46.png b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/46.png
index 3b044b09dc..a7a8ab5f93 100644
Binary files a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/46.png and b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/46.png differ
diff --git a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/47.png b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/47.png
index 3013616e87..2b4bb77925 100644
Binary files a/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/47.png and b/metadata/org.mozilla.firefox/zh-CN/phoneScreenshots/47.png differ
diff --git a/metadata/org.mozilla.klar.txt b/metadata/org.mozilla.klar.txt
index aa683a2339..9e7aaed27f 100644
--- a/metadata/org.mozilla.klar.txt
+++ b/metadata/org.mozilla.klar.txt
@@ -103,6 +103,30 @@ 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
+
+Build:6.0,21
+ commit=V6.0-RC5
+ subdir=app
+ gradle=klar,webview,universal
+ prebuild=echo 'ext { generatedVersionCode = $$VERCODE$$ }' > ../tools/gradle/versionCode.gradle && \
+ sed -i -E -e '/(focus|arm|x86|aarch64)Implementation/d' build.gradle && \
+ sed -i -e '/maven {/,/}$/d' build.gradle
+
+Build:6.1.1,22
+ commit=v6.1.1-RC3
+ 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' -e '/The Google Play Store does not allow multiple APKs/,+18d' 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 +136,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:6.1.1
+Current Version Code:22
diff --git a/metadata/org.mozilla.klar/ar/name.txt b/metadata/org.mozilla.klar/ar/name.txt
new file mode 100644
index 0000000000..d265d7ce6b
--- /dev/null
+++ b/metadata/org.mozilla.klar/ar/name.txt
@@ -0,0 +1 @@
+فايرفوكس كلار : متصفح يحمي الخ
\ No newline at end of file
diff --git a/metadata/org.mozilla.klar/en-US/phoneScreenshots/0.png b/metadata/org.mozilla.klar/en-US/phoneScreenshots/0.png
index be3a509c3d..d3944be17c 100644
Binary files a/metadata/org.mozilla.klar/en-US/phoneScreenshots/0.png and b/metadata/org.mozilla.klar/en-US/phoneScreenshots/0.png differ
diff --git a/metadata/org.mozilla.klar/en-US/phoneScreenshots/1.png b/metadata/org.mozilla.klar/en-US/phoneScreenshots/1.png
index 472d7b2236..393eed109a 100644
Binary files a/metadata/org.mozilla.klar/en-US/phoneScreenshots/1.png and b/metadata/org.mozilla.klar/en-US/phoneScreenshots/1.png differ
diff --git a/metadata/org.mozilla.klar/en-US/phoneScreenshots/2.png b/metadata/org.mozilla.klar/en-US/phoneScreenshots/2.png
index e71dcf4be3..db0ce4370c 100644
Binary files a/metadata/org.mozilla.klar/en-US/phoneScreenshots/2.png and b/metadata/org.mozilla.klar/en-US/phoneScreenshots/2.png differ
diff --git a/metadata/org.mozilla.klar/en-US/phoneScreenshots/3.png b/metadata/org.mozilla.klar/en-US/phoneScreenshots/3.png
index 3517770e59..fd0573afb9 100644
Binary files a/metadata/org.mozilla.klar/en-US/phoneScreenshots/3.png and b/metadata/org.mozilla.klar/en-US/phoneScreenshots/3.png differ
diff --git a/metadata/org.mozilla.klar/en-US/phoneScreenshots/4.png b/metadata/org.mozilla.klar/en-US/phoneScreenshots/4.png
index 6e251e575f..48fa6d6b84 100644
Binary files a/metadata/org.mozilla.klar/en-US/phoneScreenshots/4.png and b/metadata/org.mozilla.klar/en-US/phoneScreenshots/4.png differ
diff --git a/metadata/org.mozilla.klar/eo/name.txt b/metadata/org.mozilla.klar/eo/name.txt
index f153e751b1..77b8fad4a9 100644
--- a/metadata/org.mozilla.klar/eo/name.txt
+++ b/metadata/org.mozilla.klar/eo/name.txt
@@ -1 +1 @@
-Firefox Klar: Privata retumilo
\ No newline at end of file
+Firefox Klar: privata retumilo
\ No newline at end of file
diff --git a/metadata/org.mozilla.klar/eu/name.txt b/metadata/org.mozilla.klar/eu/name.txt
new file mode 100644
index 0000000000..9084c1a9c2
--- /dev/null
+++ b/metadata/org.mozilla.klar/eu/name.txt
@@ -0,0 +1 @@
+Firefox Klar: Pribatutasuna
\ No newline at end of file
diff --git a/metadata/org.mozilla.klar/eu/summary.txt b/metadata/org.mozilla.klar/eu/summary.txt
new file mode 100644
index 0000000000..1747587230
--- /dev/null
+++ b/metadata/org.mozilla.klar/eu/summary.txt
@@ -0,0 +1 @@
+Eskuratu nabigatzaile pribatua. Firefox: Azkarra eta pribatua, konfiantzazkoa
\ No newline at end of file
diff --git a/metadata/org.mozilla.klar/fr/summary.txt b/metadata/org.mozilla.klar/fr/summary.txt
index 43b66251c9..6d608a0419 100644
--- a/metadata/org.mozilla.klar/fr/summary.txt
+++ b/metadata/org.mozilla.klar/fr/summary.txt
@@ -1 +1 @@
-Le navigateur rapide qui respecte la vie privée, par Firefox.
\ No newline at end of file
+Le navigateur rapide qui respecte la vie privée, par Firefox
\ No newline at end of file
diff --git a/metadata/org.mozilla.klar/hu/summary.txt b/metadata/org.mozilla.klar/hu/summary.txt
index 363f25f26c..3fdec72aa9 100644
--- a/metadata/org.mozilla.klar/hu/summary.txt
+++ b/metadata/org.mozilla.klar/hu/summary.txt
@@ -1 +1 @@
-Szerezd meg a privát böngészés. Firefox: Gyors, saját, megbízható.
\ No newline at end of file
+Szerezze be a gyors és privát böngészőt a Firefoxtól, a megbízható böngészőtől
\ No newline at end of file
diff --git a/metadata/org.mozilla.klar/is/name.txt b/metadata/org.mozilla.klar/is/name.txt
new file mode 100644
index 0000000000..8e982e6a23
--- /dev/null
+++ b/metadata/org.mozilla.klar/is/name.txt
@@ -0,0 +1 @@
+Firefox Klar: verndar gögnin
\ No newline at end of file
diff --git a/metadata/org.mozilla.klar/is/summary.txt b/metadata/org.mozilla.klar/is/summary.txt
new file mode 100644
index 0000000000..1f4e89d410
--- /dev/null
+++ b/metadata/org.mozilla.klar/is/summary.txt
@@ -0,0 +1 @@
+Náðu í vafra sem verndar þig. Hraðvirkur vafri sem þú getur treyst frá Firefox
\ No newline at end of file
diff --git a/metadata/org.mozilla.klar/ja/description.txt b/metadata/org.mozilla.klar/ja/description.txt
index 5cf8c39b0d..fdf3674eef 100644
--- a/metadata/org.mozilla.klar/ja/description.txt
+++ b/metadata/org.mozilla.klar/ja/description.txt
@@ -1,12 +1,12 @@
まるで、誰も見ていないように閲覧します。新しいFirefox Klarは幅広いオンライントラッカーを自動的にブロックします — 起動した瞬間から、それ以降も。履歴、パスワード、クッキーを簡単に消去するので、不要な広告のようなものが続くことはありません。
-ほとんどのブラウザーの「プライベートブラウジング」は総合的なまたは使いやすいものではありません。Klarは、無料で、常に利用者の側に立つ、次のレベルのプライバシーがあります — Web 上であなたの権利ために戦う非営利団体 Mozilla に裏打ちされているためです。
+ほとんどのブラウザーの「プライベートブラウジング」は総合的または使いやすいものではありません。Klarは無料で常に利用者の側に立つ、次のレベルのプライバシーです — ウェブ上であなたの権利ために戦う非営利団体モジラにバックアップされています。
自動プライバシー • 何も設定することなく、一般的なウェブトラッカーを広い範囲でブロック • あなたの履歴を簡単に削除 — パスワード、クッキー、トラッカー
高速ブラウジング • トラッカーと広告を削除することによって、ウェブページは必要なデータが減り、より速くロードすることができます
-メイド・バイ・モジラ • 誰でもオンラインの生活を自分でコントロールする必要があると、我々は信じています。それが我々が 1998 年以降戦ってきたものです。
+メイドバイモジラ • 誰もがオンラインの生活を自分で管理できる必要があると、私たちは信じています。それが、私たちが1998年以降戦ってきたものです。
-Firefox Klarは、ドイツ、オーストリア、およびスイス向けのFirefox Focusのバージョンで、ユーザーアクティビティの追跡がデフォルトで無効になっています。
+Firefox Klarは、ドイツ、オーストリア、およびスイスに向けてリリースされているFirefox Focusです。ユーザーアクティビティの追跡が既定で無効になっています。
diff --git a/metadata/org.mozilla.klar/ja/summary.txt b/metadata/org.mozilla.klar/ja/summary.txt
index bccd3808c2..bdf8243379 100644
--- a/metadata/org.mozilla.klar/ja/summary.txt
+++ b/metadata/org.mozilla.klar/ja/summary.txt
@@ -1 +1 @@
-Firefoxのプライベートブラウザを取得しましょう。いつでも高速&プライベート、あなたが信頼できるブラウザ
\ No newline at end of file
+Firefoxのプライベートブラウザを体験しませんか。いつでも高速でプライベート、あなたが信頼できるブラウザです。
\ No newline at end of file
diff --git a/metadata/org.mozilla.klar/nl/summary.txt b/metadata/org.mozilla.klar/nl/summary.txt
new file mode 100644
index 0000000000..4d55651363
--- /dev/null
+++ b/metadata/org.mozilla.klar/nl/summary.txt
@@ -0,0 +1 @@
+Verkrijg de privébrowser. Snel en altijd privé, van Firefox
\ No newline at end of file
diff --git a/metadata/org.mozilla.klar/pl/name.txt b/metadata/org.mozilla.klar/pl/name.txt
new file mode 100644
index 0000000000..1af7a5ba31
--- /dev/null
+++ b/metadata/org.mozilla.klar/pl/name.txt
@@ -0,0 +1 @@
+Firefox Klar
\ No newline at end of file
diff --git a/metadata/org.mozilla.klar/pl/summary.txt b/metadata/org.mozilla.klar/pl/summary.txt
index 98c72ebc2c..130e3900f8 100644
--- a/metadata/org.mozilla.klar/pl/summary.txt
+++ b/metadata/org.mozilla.klar/pl/summary.txt
@@ -1 +1 @@
-Pobierz przeglądania prywatnego. Firefox: Fast, prywatne, godny zaufania
\ No newline at end of file
+Szybka przeglądarka internetowa zawsze w trybie prywatnym od Firefoxa.
\ No newline at end of file
diff --git a/metadata/org.mozilla.klar/ro/summary.txt b/metadata/org.mozilla.klar/ro/summary.txt
index 758a2314b4..89ce790e99 100644
--- a/metadata/org.mozilla.klar/ro/summary.txt
+++ b/metadata/org.mozilla.klar/ro/summary.txt
@@ -1 +1 @@
-Ia navigare privată. Firefox: Rapid, privat, demn de încredere.
\ No newline at end of file
+Browserul cu navigare privată. Firefox: Rapid, privat, demn de încredere.
\ No newline at end of file
diff --git a/metadata/org.mozilla.klar/ru/summary.txt b/metadata/org.mozilla.klar/ru/summary.txt
index ee9570def7..3ca9284faa 100644
--- a/metadata/org.mozilla.klar/ru/summary.txt
+++ b/metadata/org.mozilla.klar/ru/summary.txt
@@ -1 +1 @@
-Защита личных данных во время просмотра. Firefox: быстрый, безопасный, надёжный
\ No newline at end of file
+Защита личных данных во время просмотра. Firefox: быстрый, безопасный, надежный
\ No newline at end of file
diff --git a/metadata/org.mozilla.klar/sk/summary.txt b/metadata/org.mozilla.klar/sk/summary.txt
index 4e3af48d85..6809fbcd84 100644
--- a/metadata/org.mozilla.klar/sk/summary.txt
+++ b/metadata/org.mozilla.klar/sk/summary.txt
@@ -1 +1 @@
-Získať súkromné prehliadanie. Firefox: Rýchly, súkromný, dôveryhodné.
\ No newline at end of file
+Získať súkromné prehliadanie. Firefox: Rýchly, súkromný, dôveryhodné.
\ No newline at end of file
diff --git a/metadata/org.mozilla.klar/uk/description.txt b/metadata/org.mozilla.klar/uk/description.txt
index c52f912478..c624a6a8e4 100644
--- a/metadata/org.mozilla.klar/uk/description.txt
+++ b/metadata/org.mozilla.klar/uk/description.txt
@@ -1,12 +1,12 @@
-Переглядайте, як ніхто не дивиться. Новий Firefox Klar автоматично блокує широкий спектр онлайн-трекерів — з моменту, коли ви запускаєте його вдруге, ви залишаєте його. Легко стерти свою історію, паролі та файли cookie, тож вам не поступлять такі речі, як небажані оголошення.
+Користуйтеся інтернетом наче ніхто не бачить. Новий Firefox Klar автоматично блокує широкий спектр онлайнових трекерів — з моменту, коли ви запускаєте його, до секунди, коли ви його полишаєте. З легкістю зітріть історію переглядів, паролі та файли cookie, і ви не отримаєте таких речей, як небажані реклами.
-“Приватний перегляд” в більшості браузерів не є всеосяжним або простим у використанні. Klar - це конфіденційність на наступному рівні, яка є безкоштовною, постійно та завжди на вашому боці — тому що це підтримується Mozilla, неприбутковою організацією, яка бореться за свої права в Інтернеті.
+“Приватний перегляд” у більшості бравзерів не є всеосяжним або простим у використанні. Klar - це конфіденційність на наступному рівні, яка є безкоштовною, постійно та завжди на вашому боці — тому що це підтримується Mozilla, неприбутковою організацією, яка бореться за свої права в інтернеті.
-АВТОМАТИЧНА КОНФІДЕНЦІЙНІСТЬ • Блокування широкого кола загальних веб-трекерів без встановлення будь-яких налаштувань • Легко стирає вашу історію - ні паролів, ні кукі, ні трекерів
+АВТОМАТИЧНА КОНФІДЕНЦІЙНІСТЬ • Блокування широкого кола загальних вебових трекерів без встановлення будь-яких налаштувань • Легко стирає вашу історію - ні паролів, ні куків, ні трекерів
-ШВИДКИЙ ПЕРЕГЛЯД • Видалення трекерів та об'яв, веб-сторінки можуть вимагати менше даних та завантажуватися швидше
+ПЕРЕГЛЯДАЙТЕ ШВИДШЕ • Усуненням трекерів та реклам, вебові сторінки можуть запитувати менше трафіку та завантажуватися швидше
-РОЗРОБЛЕНИЙ MOZILLA • Ми вважаємо, що кожен повинен контролювати своє життя в Інтернеті. Ось за що ми ведемо боротьбу з 1998 року.
+РОЗРОБЛЕНИЙ MOZILLA • Ми вважаємо, що кожен повинен мати контроль свого життя в інтернеті. Ось за що ми ведемо боротьбу з 1998 року.
-Firefox Klar є версією Firefox Focus для Німеччини, Австрії та Швейцарії, де відстеження активності користувачів за замовчуванням відключено.
+Firefox Klar є версією Firefox Focus для Німеччини, Австрії та Швейцарії, де відстеження активності користувачів усталено відімкнено.
diff --git a/metadata/org.mrpdaemon.android.encdroid.txt b/metadata/org.mrpdaemon.android.encdroid.txt
index a6ea73d75d..bdb9032af8 100644
--- a/metadata/org.mrpdaemon.android.encdroid.txt
+++ b/metadata/org.mrpdaemon.android.encdroid.txt
@@ -1,6 +1,6 @@
Disabled:only publish when provider that doesn't require API keys is available or we have an ssh or rsync app in the repository v1.0
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/mrpdaemon/encdroid
Source Code:https://github.com/mrpdaemon/encdroid
Issue Tracker:https://github.com/mrpdaemon/encdroid/issues
diff --git a/metadata/org.mult.daap.txt b/metadata/org.mult.daap.txt
index 7b57f79e63..0a9fe168c9 100644
--- a/metadata/org.mult.daap.txt
+++ b/metadata/org.mult.daap.txt
@@ -1,7 +1,7 @@
Categories:Multimedia
-License:GPL-2.0+
-Web Site:https://code.google.com/p/daap-client
-Source Code:https://code.google.com/p/daap-client/source
+License:GPL-2.0-or-later
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:DAAP
@@ -11,9 +11,6 @@ Client for DAAP (Digital Audio Access Protocol) servers. Supports streaming,
queuing, playlists, and searching.
.
-Repo Type:git-svn
-Repo:https://daap-client.googlecode.com/svn/trunk
-
Build:.9.1,30
commit=62
@@ -46,3 +43,5 @@ Auto Update Mode:None
Update Check Mode:None
Current Version:.9.7
Current Version Code:46
+
+No Source Since:.9.8
diff --git a/metadata/org.mumod.android.txt b/metadata/org.mumod.android.txt
index ebfd80f50d..6f69f264f8 100644
--- a/metadata/org.mumod.android.txt
+++ b/metadata/org.mumod.android.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://mumod.kromonos.net
Source Code:https://github.com/kromonos/Mustard-Mod
Issue Tracker:https://github.com/kromonos/Mustard-Mod/issues
diff --git a/metadata/org.mupen64plusae.v3.alpha.yml b/metadata/org.mupen64plusae.v3.alpha.yml
new file mode 100644
index 0000000000..c65a98b2a7
--- /dev/null
+++ b/metadata/org.mupen64plusae.v3.alpha.yml
@@ -0,0 +1,50 @@
+Categories:
+ - Games
+License: GPL-3.0-or-later
+SourceCode: https://github.com/mupen64plus-ae/mupen64plus-ae
+IssueTracker: https://github.com/mupen64plus-ae/mupen64plus-ae/issues
+
+Name: Mupen64Plus AE
+AutoName: Mupen64Plus
+Summary: Front end for Mupen64 Plus
+Description: Mupen64Plus, Android Edition (AE) is an Android user interface for the
+ Mupen64Plus Nintendo 64 emulator.
+
+RepoType: git
+Repo: https://github.com/mupen64plus-ae/mupen64plus-ae
+
+Builds:
+ - versionName: 3.0.10 (beta)
+ versionCode: 86
+ commit: v3.0.10
+ subdir: app
+ gradle:
+ - yes
+ srclibs:
+ - Mupen64plusAEDeps@4f555fa8949f36efb59258637dd9ccda47b6354b
+ rm:
+ - ndkLibs/libs
+ build: |-
+ pushd $$Mupen64plusAEDeps$$ && \
+ gradle assembleRelease && \
+ popd && \
+ mkdir -p ../ndkLibs/libs/release/x86 && \
+ mkdir -p ../ndkLibs/libs/release/armeabi-v7a && \
+ cp $$Mupen64plusAEDeps$$/build/intermediates/ndkBuild/release/obj/local/x86/libsoundtouch.so ../ndkLibs/libs/release/x86/. && \
+ cp $$Mupen64plusAEDeps$$/build/intermediates/ndkBuild/release/obj/local/x86/libsoundtouch_fp.so ../ndkLibs/libs/release/x86/. && \
+ cp $$Mupen64plusAEDeps$$/build/intermediates/ndkBuild/release/obj/local/x86/libSDL2.so ../ndkLibs/libs/release/x86/. && \
+ cp $$Mupen64plusAEDeps$$/build/intermediates/ndkBuild/release/obj/local/x86/libfreetype.so ../ndkLibs/libs/release/x86/. && \
+ cp $$Mupen64plusAEDeps$$/build/intermediates/ndkBuild/release/obj/local/x86/libpng.a ../ndkLibs/libs/release/x86/. && \
+ cp $$Mupen64plusAEDeps$$/build/intermediates/ndkBuild/release/obj/local/x86/libEGLLoader.a ../ndkLibs/libs/release/x86/. && \
+ cp $$Mupen64plusAEDeps$$/build/intermediates/ndkBuild/release/obj/local/armeabi-v7a/libsoundtouch.so ../ndkLibs/libs/release/armeabi-v7a/. && \
+ cp $$Mupen64plusAEDeps$$/build/intermediates/ndkBuild/release/obj/local/armeabi-v7a/libsoundtouch_fp.so ../ndkLibs/libs/release/armeabi-v7a/. && \
+ cp $$Mupen64plusAEDeps$$/build/intermediates/ndkBuild/release/obj/local/armeabi-v7a/libSDL2.so ../ndkLibs/libs/release/armeabi-v7a/. && \
+ cp $$Mupen64plusAEDeps$$/build/intermediates/ndkBuild/release/obj/local/armeabi-v7a/libfreetype.so ../ndkLibs/libs/release/armeabi-v7a/. && \
+ cp $$Mupen64plusAEDeps$$/build/intermediates/ndkBuild/release/obj/local/armeabi-v7a/libpng.a ../ndkLibs/libs/release/armeabi-v7a/. && \
+ cp $$Mupen64plusAEDeps$$/build/intermediates/ndkBuild/release/obj/local/armeabi-v7a/libEGLLoader.a ../ndkLibs/libs/release/armeabi-v7a/.
+ ndk: r16b
+
+AutoUpdateMode: Version v%v
+UpdateCheckMode: Tags
+CurrentVersion: 3.0.10 (beta)
+CurrentVersionCode: 85
diff --git a/metadata/org.musicbrainz.picard.barcodescanner.txt b/metadata/org.musicbrainz.picard.barcodescanner.txt
index dfdec2141e..238e336041 100644
--- a/metadata/org.musicbrainz.picard.barcodescanner.txt
+++ b/metadata/org.musicbrainz.picard.barcodescanner.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/phw/PicardBarcodeScanner
Issue Tracker:https://github.com/phw/PicardBarcodeScanner/issues
diff --git a/metadata/org.mustard.android.txt b/metadata/org.mustard.android.txt
index 872cc09fb0..dde9b6f23d 100644
--- a/metadata/org.mustard.android.txt
+++ b/metadata/org.mustard.android.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://mustard.macno.org
Source Code:https://gitorious.org/~macno/mustard/macnos-clone
Issue Tracker:https://bugs.launchpad.net/mustardroid
diff --git a/metadata/org.mysociety.FixMyStreet.txt b/metadata/org.mysociety.FixMyStreet.txt
index e0247aa306..af79108d2d 100644
--- a/metadata/org.mysociety.FixMyStreet.txt
+++ b/metadata/org.mysociety.FixMyStreet.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:AGPL-3.0+
+License:AGPL-3.0-or-later
Web Site:http://www.fixmystreet.com
Source Code:https://github.com/mysociety/fixmystreet-mobile
Issue Tracker:https://github.com/mysociety/fixmystreet-mobile/issues
diff --git a/metadata/org.mythdroid.txt b/metadata/org.mythdroid.txt
index df447b3d38..76091f40df 100644
--- a/metadata/org.mythdroid.txt
+++ b/metadata/org.mythdroid.txt
@@ -1,7 +1,7 @@
Categories:Multimedia
-License:GPL-3.0
-Web Site:https://code.google.com/p/mythdroid
-Source Code:https://code.google.com/p/mythdroid/source
+License:GPL-3.0-only
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:MythDroid
@@ -29,9 +29,6 @@ A remote control system for MythTV featuring:
* Automated, secure, muxed connection for simplified use when away from home
.
-Repo Type:git-svn
-Repo:https://mythdroid.googlecode.com/svn/trunk
-
Build:0.4.3,4
commit=244
prebuild=mv lib libs
@@ -58,3 +55,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:0.6.4
Current Version Code:64
+
+No Source Since:0.6.5
diff --git a/metadata/org.nathan.jf.build.prop.editor.txt b/metadata/org.nathan.jf.build.prop.editor.txt
index a30c6029fa..67d1f7c81d 100644
--- a/metadata/org.nathan.jf.build.prop.editor.txt
+++ b/metadata/org.nathan.jf.build.prop.editor.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/nathanpc/Build.prop-Editor
Issue Tracker:https://github.com/nathanpc/Build.prop-Editor/issues
diff --git a/metadata/org.navitproject.navit.txt b/metadata/org.navitproject.navit.txt
index aa9dfc50d6..7f2fff50f5 100644
--- a/metadata/org.navitproject.navit.txt
+++ b/metadata/org.navitproject.navit.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://www.navit-project.org
Source Code:https://github.com/navit-gps/navit
Issue Tracker:http://trac.navit-project.org
diff --git a/metadata/org.ncrmnt.nettts.txt b/metadata/org.ncrmnt.nettts.txt
index 28dbc90c23..b7c14bf4da 100644
--- a/metadata/org.ncrmnt.nettts.txt
+++ b/metadata/org.ncrmnt.nettts.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/nekromant/NetTTS
Issue Tracker:https://github.com/nekromant/NetTTS/issues
diff --git a/metadata/org.nerdcircus.android.klaxon.txt b/metadata/org.nerdcircus.android.klaxon.txt
index b39427ca12..5d0bafb58c 100644
--- a/metadata/org.nerdcircus.android.klaxon.txt
+++ b/metadata/org.nerdcircus.android.klaxon.txt
@@ -1,10 +1,10 @@
Categories:Phone & SMS
License:Apache-2.0
-Web Site:https://code.google.com/p/klaxon
-Source Code:https://code.google.com/p/klaxon/source
+Web Site:
+Source Code:
Issue Tracker:
-Auto Name:Klaxon
+Name:Klaxon
Summary:SMS-based pager
Description:
Klaxon is a tool designed for on-call personnel, that repeatedly notifies the
@@ -13,9 +13,6 @@ the user looks at it. A page to Klaxon is an SMS message, optionally meeting
filtering criteria set by the user.
.
-Repo Type:git-svn
-Repo:https://klaxon.googlecode.com/svn/trunk
-
Build:0.27,27
commit=144
target=android-14
@@ -24,3 +21,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:0.27
Current Version Code:27
+
+No Source Since:0.28
diff --git a/metadata/org.nick.wwwjdic.txt b/metadata/org.nick.wwwjdic.txt
index ee2a2ff9e3..b27f8cacbe 100644
--- a/metadata/org.nick.wwwjdic.txt
+++ b/metadata/org.nick.wwwjdic.txt
@@ -158,5 +158,5 @@ Note that all development is in the "2.0" branch, not master.
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:2.4.1
-Current Version Code:24100
+Current Version:2.3.7
+Current Version Code:2370
diff --git a/metadata/org.notabug.lifeuser.moviedb.txt b/metadata/org.notabug.lifeuser.moviedb.txt
index 1ad1c308d2..20d0da8772 100644
--- a/metadata/org.notabug.lifeuser.moviedb.txt
+++ b/metadata/org.notabug.lifeuser.moviedb.txt
@@ -1,22 +1,32 @@
+AntiFeatures:NonFreeNet
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://notabug.org/nvb/MovieDB/src/master/README.md
Source Code:https://notabug.org/nvb/MovieDB
Issue Tracker:https://notabug.org/nvb/MovieDB/issues
Auto Name:Movie DB
-Summary:Create an offline list of movies/series that you have watched or plan to watch
+Summary:Search through movies and series and save them in a local offline database
Description:
-Keep track of all the movies and/or series you have watched by storing them in
-you're local database. MovieDB enables you create a list of movies and/or series
-you want to watch sometime in the future and a list of movies and/or series that
-you have already watched. If you've already watched a movie and/or series, you
-can grade the movie and add the date you started and finished watching the
-movie/series. Furthermore, you can see which movies and series are popular and
-search through the database to find the movie you're looking for.
+Movie DB allows you to search through movies and series and save them in a local
+database. In the local database you can keep track of the shows (= movies and
+series) in multiple ways, like giving it a status (plan to watch, watched,
+dropped, etc.), rating the show, keeping track of episodes and adding the dates
+when you started and finished watching the show.
-The movies are requested from [http://themoviedb.org], the database (called
-'lists' in the application) is offline.
+Furthermore, it is possible to view what shows are popular now or which ones
+have the best rating. Searching and filtering (on genres or dates for example)
+is also possible. Information about the shows include cast, crew and similar
+shows. Last but not least, it is also possible to see what actors (or crew
+members) are popular right now and searching for an actor in order to see in
+what shows the actor has played or has been part of the crew.
+
+The shows are requested from [https://themoviedb.org]. The database itself is
+local, however show data is also requested from [https://themoviedb.org].
+
+Non-free network services anti-feature is in place because the application is
+more or less unusable without the tMDb API which is closed source (as stated
+here: [https://www.themoviedb.org/faq]).
.
Repo Type:git
@@ -43,7 +53,22 @@ Build:1.9.0,190
subdir=app
gradle=yes
+Build:2.0.0,200
+ commit=v2.0.0
+ subdir=app
+ gradle=yes
+
+Build:2.1.0,210
+ commit=v2.1.0
+ subdir=app
+ gradle=yes
+
+Build:2.1.1,211
+ commit=v2.1.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.9.0
-Current Version Code:190
+Current Version:2.1.1
+Current Version Code:211
diff --git a/metadata/org.ntpsync.txt b/metadata/org.ntpsync.txt
index 8e8e45f5c4..1925d98f48 100644
--- a/metadata/org.ntpsync.txt
+++ b/metadata/org.ntpsync.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://www.sufficientlysecure.org/android/
Source Code:https://github.com/free-software-for-android/NTPSync
Issue Tracker:https://github.com/free-software-for-android/NTPSync/issues
diff --git a/metadata/org.numixproject.iconsubmit.txt b/metadata/org.numixproject.iconsubmit.txt
index 95a4f640d5..cffe107298 100644
--- a/metadata/org.numixproject.iconsubmit.txt
+++ b/metadata/org.numixproject.iconsubmit.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://github.com/numixproject/org.numixproject.iconsubmit/blob/HEAD/README.md
Source Code:https://github.com/numixproject/org.numixproject.iconsubmit
Issue Tracker:https://github.com/numixproject/org.numixproject.iconsubmit/issues
diff --git a/metadata/org.nuntius35.wrongpinshutdown.txt b/metadata/org.nuntius35.wrongpinshutdown.txt
index 4e2e5bdb20..f9629e8af6 100644
--- a/metadata/org.nuntius35.wrongpinshutdown.txt
+++ b/metadata/org.nuntius35.wrongpinshutdown.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://gitlab.com/nuntius35/wps
Issue Tracker:https://gitlab.com/nuntius35/wps/issues
@@ -41,7 +41,12 @@ Build:5,5
subdir=app
gradle=yes
+Build:6,6
+ commit=v6
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%c
Update Check Mode:Tags
-Current Version:5
-Current Version Code:5
+Current Version:6
+Current Version Code:6
diff --git a/metadata/org.nutritionfacts.dailydozen.txt b/metadata/org.nutritionfacts.dailydozen.txt
index 85a08817bd..b3e8c35120 100644
--- a/metadata/org.nutritionfacts.dailydozen.txt
+++ b/metadata/org.nutritionfacts.dailydozen.txt
@@ -1,5 +1,5 @@
Categories:Sports & Health
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://nutritionfacts.org/open-source/
Source Code:https://github.com/nutritionfactsorg/daily-dozen-android
Issue Tracker:https://github.com/nutritionfactsorg/daily-dozen-android/issues
diff --git a/metadata/org.nv95.openmanga.txt b/metadata/org.nv95.openmanga.txt
index a9cad1b0ca..a15f823863 100644
--- a/metadata/org.nv95.openmanga.txt
+++ b/metadata/org.nv95.openmanga.txt
@@ -1,5 +1,5 @@
Categories:Reading,Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/nv95/OpenManga/blob/HEAD/README.md
Source Code:https://github.com/nv95/OpenManga
Issue Tracker:https://github.com/nv95/OpenManga/issues
diff --git a/metadata/org.ocsinventoryng.android.agent.txt b/metadata/org.ocsinventoryng.android.agent.txt
index a9ea9767f2..79d15dfb8d 100644
--- a/metadata/org.ocsinventoryng.android.agent.txt
+++ b/metadata/org.ocsinventoryng.android.agent.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://launchpad.net/ocsinventory-android-agent
Source Code:https://bazaar.launchpad.net/~ocsinventory-dev/ocsinventory-android-agent/stable-2.1/files
Issue Tracker:https://bugs.launchpad.net/ocsinventory-android-agent
@@ -9,6 +9,19 @@ Summary:OCS Inventory client
Description:
Agent/Client for the [http://www.ocsinventory-ng.org/ Open Computers and
Software Inventory].
+
+You will have a complete inventory of all your Android devices: hardware and
+software information will be collected and stored. Processors, memories, drives
+and space used, bios, serial number, installed applications and versions, SIM
+and operator information, … OCS Inventory Agent for Android send inventory to
+OCS Inventory NG Server 2.1
+
+OCS Inventory NG project is an open source project providing:
+
+* hardware and software inventory (multiplatform)
+* network discovery (IP Discover and SNMP)
+* software deployment
+* interfaced with others IT and Asset Management Software througt the OCS WebService
.
Repo Type:bzr
diff --git a/metadata/org.odk.collect.android.txt b/metadata/org.odk.collect.android.txt
index 245b6d9dd0..3323139dcc 100644
--- a/metadata/org.odk.collect.android.txt
+++ b/metadata/org.odk.collect.android.txt
@@ -56,5 +56,5 @@ Google Play Services as of 1.4.
Auto Update Mode:None
Update Check Mode:Static
-Current Version:1.2.2
-Current Version Code:1023
+Current Version:0
+Current Version Code:0
diff --git a/metadata/org.ogre.browser.txt b/metadata/org.ogre.browser.txt
index d40a3d253c..9bbdc26059 100644
--- a/metadata/org.ogre.browser.txt
+++ b/metadata/org.ogre.browser.txt
@@ -103,6 +103,26 @@ Build:1.10.11,9
ant -f SampleBrowserNDK/build.xml release
ndk=r15c
+Build:1.11.1,10
+ commit=v1.11.1
+ output=SampleBrowserNDK/bin/NativeActivity-release-unsigned.apk
+ prebuild=sed -i 's/android:versionCode="1"/android:versionCode="$$VERCODE$$"/' CMake/Templates/AndroidManifest.xml.in
+ build=export ANDROID_SDK=$$SDK$$ && \
+ cmake -DCMAKE_BUILD_TYPE=Release -DOGRE_BUILD_COMPONENT_JAVA=OFF -DANDROID_NATIVE_API_LEVEL=16 -DANDROID_ABI="armeabi-v7a with NEON" -DCMAKE_TOOLCHAIN_FILE=CMake/toolchain/android.toolchain.cmake . && \
+ cmake --build . -- -j $(nproc) && \
+ ant -f SampleBrowserNDK/build.xml release
+ ndk=r15c
+
+Build:1.11.1,11
+ commit=v1.11.1
+ output=SampleBrowserNDK/bin/NativeActivity-release-unsigned.apk
+ prebuild=sed -i 's/android:versionCode="1"/android:versionCode="$$VERCODE$$"/' CMake/Templates/AndroidManifest.xml.in
+ build=export ANDROID_SDK=$$SDK$$ && \
+ cmake -DCMAKE_BUILD_TYPE=Release -DOGRE_BUILD_COMPONENT_JAVA=OFF -DANDROID_NATIVE_API_LEVEL=16 -DANDROID_ABI="x86" -DCMAKE_TOOLCHAIN_FILE=CMake/toolchain/android.toolchain.cmake . && \
+ cmake --build . -- -j $(nproc) && \
+ ant -f SampleBrowserNDK/build.xml release
+ ndk=r15c
+
Maintainer Notes:
For documentation of cmake options see:
http://www.ogre3d.org/2017/09/02/ogre-1-10-mid-term-report > Compile Time Options
@@ -110,5 +130,5 @@ http://www.ogre3d.org/2017/09/02/ogre-1-10-mid-term-report > Compile Time Option
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:1.10.11
-Current Version Code:9
+Current Version:1.11.1
+Current Version Code:11
diff --git a/metadata/org.olpc_france.sugarizer.txt b/metadata/org.olpc_france.sugarizer.txt
index f2a678d93b..0565bd8d7f 100644
--- a/metadata/org.olpc_france.sugarizer.txt
+++ b/metadata/org.olpc_france.sugarizer.txt
@@ -32,7 +32,17 @@ Build:0.9.0,9000
gradle=yes
scandelete=cordova/node_modules/properties-parser/test/ReadProperties.class
+Build:1.0.0,10000
+ commit=v1.0.0
+ gradle=yes
+ scandelete=cordova/node_modules/properties-parser/test/ReadProperties.class
+
+Build:1.0.1,10001
+ commit=v1.0.1
+ gradle=yes
+ scandelete=cordova/node_modules/properties-parser/test/ReadProperties.class
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.9.0
-Current Version Code:9000
+Current Version:1.0.1
+Current Version Code:10001
diff --git a/metadata/org.openbmap.txt b/metadata/org.openbmap.txt
index 4a03ac6250..a34397e70f 100644
--- a/metadata/org.openbmap.txt
+++ b/metadata/org.openbmap.txt
@@ -1,8 +1,8 @@
Categories:Connectivity
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:http://openbmap.org
-Source Code:https://github.com/wish7code/openbmap
-Issue Tracker:https://github.com/wish7code/openbmap/issues
+Source Code:https://github.com/openbmap/radiocells-scanner-android
+Issue Tracker:https://github.com/openbmap/radiocells-scanner-android/issues
Auto Name:RadioBeacon
Summary:Contribute to coverage maps
@@ -19,7 +19,7 @@ Status: Testing
.
Repo Type:git
-Repo:https://github.com/wish7code/openbmap
+Repo:https://github.com/openbmap/radiocells-scanner-android
Build:1.0,1
disable=wrongly versioned (was fe1f5fe76b)
diff --git a/metadata/org.openbmap.unifiedNlp.txt b/metadata/org.openbmap.unifiedNlp.txt
index 1ff9b452b0..2718f17b64 100644
--- a/metadata/org.openbmap.unifiedNlp.txt
+++ b/metadata/org.openbmap.unifiedNlp.txt
@@ -1,14 +1,15 @@
Categories:Navigation
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:http://www.radiocells.org
-Source Code:https://github.com/wish7code/org.openbmap.unifiedNlpProvider
-Issue Tracker:https://github.com/wish7code/org.openbmap.unifiedNlpProvider/issues
+Source Code:https://github.com/openbmap/radiocells-nlp-android
+Issue Tracker:https://github.com/openbmap/radiocells-nlp-android/issues
-Name:OpenBmapNlpBackend
+Name:Radiocells.org UnifiedNlp Backend
Auto Name:org.openbmap.unifiedNlpProvider
-Summary:UnifiedNlp location provider (Openbmap)
+Summary:UnifiedNlp location provider (Radiocells.org)
Description:
-[[com.google.android.gms]] backend that uses [http://openbmap.org OpenBmap].
+[[com.google.android.gms]] wifi/cell geolocation backend that uses
+[https://radiocells.org Radiocells.org] database for geolocation.
Location can be retrieved either online or completely offline if a local
database is already present.
@@ -17,7 +18,7 @@ database is already present.
.
Repo Type:git
-Repo:https://github.com/wish7code/org.openbmap.unifiedNlpProvider
+Repo:https://github.com/openbmap/radiocells-nlp-android
Build:0.1.0,2
commit=c984820080fafe7b703c1c8c87e8dc5c5ade6692
@@ -111,7 +112,13 @@ Build:0.2.8,20
gradle=yes
rm=libs/*
+Build:0.2.9,21
+ commit=v0.2.9
+ submodules=yes
+ gradle=yes
+ rm=libs/*
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.2.8
-Current Version Code:20
+Current Version:0.2.9
+Current Version Code:21
diff --git a/metadata/org.opengappsdownloader.txt b/metadata/org.opengappsdownloader.txt
index b4d79b8cd9..c6c4d49a85 100644
--- a/metadata/org.opengappsdownloader.txt
+++ b/metadata/org.opengappsdownloader.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeAdd
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/daktak/opengapps_downloader
Issue Tracker:https://github.com/daktak/opengapps_downloader/issues
@@ -9,7 +9,8 @@ Bitcoin:16VEzu37BePgR3o9hAciZkGK2VCAQFE28r
Auto Name:OpenGapps Downloader
Summary:Download OpenGapps zip
Description:
-App to auto download opengapps zip files from github
+App to auto download opengapps zip files from github. You can select your
+prefered variant through settings.
.
Repo Type:git
@@ -45,7 +46,22 @@ Build:0.4.2,8
subdir=app
gradle=yes
+Build:0.4.3,9
+ commit=v0.4.3
+ subdir=app
+ gradle=yes
+
+Build:0.4.4,10
+ commit=v0.4.4
+ subdir=app
+ gradle=yes
+
+Build:0.4.5,11
+ commit=v0.4.5
+ 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.5
+Current Version Code:11
diff --git a/metadata/org.opengemara.shiurim.txt b/metadata/org.opengemara.shiurim.txt
index c8aedc2d6d..f0fcd973d0 100644
--- a/metadata/org.opengemara.shiurim.txt
+++ b/metadata/org.opengemara.shiurim.txt
@@ -1,8 +1,8 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/opengemara/shiurim
-Issue Tracker:https://github.com/opengemara/shiurim/issues
+Source Code:
+Issue Tracker:
Bitcoin:19p5TXDfMksHjUstFEp2PUt383Cy7JdmLa
Auto Name:Shiurim
@@ -15,9 +15,6 @@ Supports R' Avraham Chaim Na'eh and Chazon Ish shiurim. Currently, only length
conversion is supported. Other dimensions are up-coming.
.
-Repo Type:git
-Repo:https://github.com/opengemara/shiurim.git
-
Build:0.1.1,2
commit=684477d7e809500265e293f07cdebacdd4e87f73
subdir=app
@@ -32,3 +29,5 @@ Auto Update Mode:None
Update Check Mode:Tags
Current Version:0.1.3
Current Version Code:4
+
+No Source Since:0.1.4
diff --git a/metadata/org.openhab.habdroid.beta.txt b/metadata/org.openhab.habdroid.beta.txt
index 8dad1b7018..c24d9cb67d 100644
--- a/metadata/org.openhab.habdroid.beta.txt
+++ b/metadata/org.openhab.habdroid.beta.txt
@@ -18,11 +18,143 @@ Build:2.0.45-beta,46
gradle=foss,beta
prebuild=sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d -e '/google-services/d' build.gradle
+Build:2.1.5-beta,54
+ commit=2.1.5-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
+
+Build:2.1.6-beta,55
+ commit=2.1.6-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
+
+Build:2.1.9-beta,58
+ commit=2.1.9-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
+
+Build:2.2.1-beta,60
+ commit=2.2.1-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
+
+Build:2.2.3-beta,62
+ commit=2.2.3-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
+
+Build:2.2.4-beta,63
+ commit=2.2.4-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
+
+Build:2.2.5-beta,64
+ commit=2.2.5-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
+
+Build:2.2.6-beta,65
+ commit=2.2.6-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
+
+Build:2.2.7-beta,66
+ commit=2.2.7-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
+
+Build:2.2.9-beta,68
+ commit=2.2.9-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
+
+Build:2.2.10-beta,69
+ commit=2.2.10-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
+
+Build:2.2.13-beta,71
+ commit=2.2.13-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
+
+Build:2.2.14-beta,72
+ commit=2.2.14-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
+
+Build:2.2.17-beta,75
+ commit=2.2.17-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
+
+Build:2.2.18-beta,76
+ commit=2.2.18-beta-fdroid
+ subdir=mobile
+ gradle=foss,beta
+ prebuild=sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d -e '/google-services/d' build.gradle
+
+Build:2.2.19-beta,77
+ commit=2.2.19-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
+
+Build:2.2.20-beta,78
+ commit=2.2.20-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
+
+Build:2.2.22-beta,80
+ commit=2.2.22-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
+
+Build:2.2.23-beta,81
+ commit=2.2.23-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
+
+Build:2.3.1-beta,83
+ commit=2.3.1-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
+
+Build:2.3.2-beta,84
+ commit=2.3.2-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
+
+Build:2.3.3-beta,85
+ commit=2.3.3-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
+Current Version:2.3.3-beta
+Current Version Code:85
diff --git a/metadata/org.openhab.habdroid.txt b/metadata/org.openhab.habdroid.txt
index 9694d62b29..6ce84f8946 100644
--- a/metadata/org.openhab.habdroid.txt
+++ b/metadata/org.openhab.habdroid.txt
@@ -25,11 +25,29 @@ Build:2.0.31,34
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
+
+Build:2.2.0,59
+ commit=2.2.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
+
+Build:2.3.0,82
+ commit=2.3.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 ^[0-9.]+-release-fdroid$
-Current Version:2.0.31
-Current Version Code:34
+Current Version:2.3.0
+Current Version Code:82
diff --git a/metadata/org.openintents.about.txt b/metadata/org.openintents.about.txt
index c372e5d74a..85f5e95bbd 100644
--- a/metadata/org.openintents.about.txt
+++ b/metadata/org.openintents.about.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/openintents/aboutapp
Issue Tracker:https://github.com/openintents/aboutapp/issues
diff --git a/metadata/org.openintents.filemanager.txt b/metadata/org.openintents.filemanager.txt
index f4bba6b568..19b10a1c63 100644
--- a/metadata/org.openintents.filemanager.txt
+++ b/metadata/org.openintents.filemanager.txt
@@ -16,6 +16,16 @@ other applications to display "Open" and "Save" dialogs.
Note that this is included in older versions of Cyanogenmod as a system
application, so you will not be able to upgrade it without first manually
removing (as root) the existing version.
+
+'''Features:'''
+
+* Show list of files with thumbnails for images.
+* Move, copy, rename, and delete files.
+* Create and delete directories (folders).
+* Send files by email.
+* Acts as an extension to other applications, like GMail, to attach files.
+* Support for many file endings and mime types.
+* Supports PICK_FILE and PICK_DIRECTORY intents so that other applications can use OI File Manager.
.
Repo Type:git
@@ -113,7 +123,14 @@ Build:2.2.2,39
rm=FileManager/libs,FileManagerTest
prebuild=sed -i -e '/applicationVariants.all/,+8d' build.gradle
+Build:2.2.3,40
+ commit=2.2.3
+ subdir=FileManager
+ gradle=yes
+ rm=FileManager/libs,FileManagerTest
+ prebuild=sed -i -e '/applicationVariants.all/,+8d' build.gradle
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:2.2.2
-Current Version Code:39
+Current Version:2.2.3
+Current Version Code:40
diff --git a/metadata/org.openlp.android.txt b/metadata/org.openlp.android.txt
index f9bbfdb231..f50af5387c 100644
--- a/metadata/org.openlp.android.txt
+++ b/metadata/org.openlp.android.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://openlp.org
Source Code:https://code.launchpad.net/~openlp-android/openlp/trunk
Issue Tracker:
diff --git a/metadata/org.openlp.android2.txt b/metadata/org.openlp.android2.txt
index 8d9aa89cbd..bba24a2775 100644
--- a/metadata/org.openlp.android2.txt
+++ b/metadata/org.openlp.android2.txt
@@ -1,5 +1,5 @@
Categories:Multimedia,Reading
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://openlp.org/
Source Code:https://code.launchpad.net/~openlp-core/openlp/android2
Issue Tracker:https://bugs.launchpad.net/openlp
diff --git a/metadata/org.openmsx.android.openmsx.txt b/metadata/org.openmsx.android.openmsx.txt
index 5f246f37da..0ce2ad3bfa 100644
--- a/metadata/org.openmsx.android.openmsx.txt
+++ b/metadata/org.openmsx.android.openmsx.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://www.openmsx.org
Source Code:https://sourceforge.net/p/openmsx/openmsx
Issue Tracker:https://sourceforge.net/p/openmsx/bugs
diff --git a/metadata/org.openobservatory.ooniprobe.txt b/metadata/org.openobservatory.ooniprobe.txt
index c9757a3ea9..1a3072b566 100644
--- a/metadata/org.openobservatory.ooniprobe.txt
+++ b/metadata/org.openobservatory.ooniprobe.txt
@@ -1,8 +1,8 @@
Categories:Internet,Security
License:BSD-2-Clause
Web Site:https://ooni.torproject.org/
-Source Code:https://github.com/TheTorProject/ooniprobe-android
-Issue Tracker:https://github.com/TheTorProject/ooniprobe-android/issues
+Source Code:https://github.com/ooni/probe-android
+Issue Tracker:https://github.com/ooni/probe-android/issues
Auto Name:OONI Probe
Summary:Open Observatory of Network Interference (OONI)
diff --git a/metadata/org.openorienteering.mapper.txt b/metadata/org.openorienteering.mapper.txt
index 4a6edf9a82..5fd34ce15a 100644
--- a/metadata/org.openorienteering.mapper.txt
+++ b/metadata/org.openorienteering.mapper.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.openorienteering.org/apps/mapper/
Source Code:https://github.com/OpenOrienteering/mapper/
Issue Tracker:https://github.com/OpenOrienteering/mapper/issues
@@ -69,5 +69,5 @@ Build:0.7.0,700
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:0.8.1
-Current Version Code:801
+Current Version:0.9.0
+Current Version Code:900
diff --git a/metadata/org.openpetfoodfacts.scanner.txt b/metadata/org.openpetfoodfacts.scanner.txt
index 8c15334e47..d51e39bf1e 100644
--- a/metadata/org.openpetfoodfacts.scanner.txt
+++ b/metadata/org.openpetfoodfacts.scanner.txt
@@ -39,7 +39,68 @@ Build:0.7.4,37
init=sed -i '/javaMaxHeapSize/d' build.gradle
gradle=opff
-Auto Update Mode:None
-Update Check Mode:RepoManifest
-Current Version:0.8.8
-Current Version Code:44
+Build:0.9.0.1,51
+ commit=0.9.0.1
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=opff
+
+Build:0.9.0.2,52
+ commit=0.9.0.2
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=opff
+
+Build:0.9.0.3,53
+ commit=0.9.0.3
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=opff
+
+Build:2.7.7,277
+ commit=2.7.7
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=opff
+
+Build:2.7.9,279
+ disable=Could not find com.mikepenz:materialdrawer:6.0.2
+ commit=2.7.9
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=opff
+
+Build:2.8.2,282
+ commit=2.8.2
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=opff
+
+Build:2.8.5,285
+ commit=2.8.5
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=opff
+
+Build:2.8.7,287
+ commit=2.8.7
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=opff
+
+Build:2.8.8,288
+ commit=2.8.9
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=opff
+
+Build:2.9.0,290
+ commit=2.9.0
+ subdir=app
+ init=sed -i '/javaMaxHeapSize/d' build.gradle
+ gradle=opff
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:2.9.0
+Current Version Code:290
diff --git a/metadata/org.opensatnav.android.txt b/metadata/org.opensatnav.android.txt
index e6a0012105..4ab7f65325 100644
--- a/metadata/org.opensatnav.android.txt
+++ b/metadata/org.opensatnav.android.txt
@@ -1,6 +1,6 @@
Disabled:Not being developed
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://launchpad.net/opensatnav
Source Code:https://code.launchpad.net/opensatnav
Issue Tracker:https://bugs.launchpad.net/opensatnav
diff --git a/metadata/org.openttd.sdl.txt b/metadata/org.openttd.sdl.txt
index 9b3a79ea60..c5abded7a0 100644
--- a/metadata/org.openttd.sdl.txt
+++ b/metadata/org.openttd.sdl.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://openttd.org
Source Code:https://github.com/pelya/commandergenius
Issue Tracker:https://github.com/pelya/commandergenius/issues
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.osmocom.tacdatabaseclient.txt b/metadata/org.osmocom.tacdatabaseclient.txt
index 1476bff3c9..7dd831f4b9 100644
--- a/metadata/org.osmocom.tacdatabaseclient.txt
+++ b/metadata/org.osmocom.tacdatabaseclient.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://tacdb.osmocom.org/
Source Code:http://git.osmocom.org/osmo-tacdb/
Issue Tracker:
diff --git a/metadata/org.pacien.tincapp.txt b/metadata/org.pacien.tincapp.txt
index b5660a4932..241c125294 100644
--- a/metadata/org.pacien.tincapp.txt
+++ b/metadata/org.pacien.tincapp.txt
@@ -1,30 +1,12 @@
Categories:Connectivity,Internet,Security,System
-License:GPL-3.0
-Web Site:http://tincapp.pacien.org
+License:GPL-3.0-only
+Web Site:https://tincapp.pacien.org
Source Code:https://github.com/pacien/tincapp
Issue Tracker:https://github.com/pacien/tincapp/issues
Donate:https://paypal.me/pacien/15
Bitcoin:152t9TEBBhEescQx5gG7T5wHaJVeupAXQm
-Auto Name:Tinc
-Summary:A mesh VPN daemon
-Description:
-Main features:
-
-* Does NOT require root privilege
-* Connection management through a graphical user interface
-* Uses conventional tinc configuration files (extended with support for encrypted private keys and VPN bypass per Android application)
-* Automatable using third party Android applications via Intents
-
-Platform specific limitations:
-
-* Operates with tinc in router mode only
-* Connects to only one tinc network at a time
-* No support for hook scripts
-
-Please see the project's website for more information (setup guides,
-documentation, sources): [http://tincapp.pacien.org]
-.
+Auto Name:Tinc App
Repo Type:git
Repo:https://github.com/pacien/tincapp.git
@@ -97,7 +79,48 @@ Build:0.13,13
subdir=app
gradle=yes
+Build:0.14,14
+ commit=v0.14
+ subdir=app
+ gradle=yes
+
+Build:0.15,15
+ commit=v0.15
+ subdir=app
+ gradle=yes
+
+Build:0.16,16
+ commit=v0.16
+ subdir=app
+ gradle=yes
+
+Build:0.17,17
+ commit=v0.17
+ subdir=app
+ gradle=yes
+
+Build:0.18,18
+ commit=v0.18
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/keystorePropertiesFile/,+2d' -e '/signingConfigs/,+7d' -e '/signingConfigs.release/d' -e '/keystoreProperties/d' build.gradle
+
+Build:0.19,19
+ commit=v0.19
+ subdir=app
+ gradle=yes
+
+Build:0.20,20
+ commit=v0.20
+ subdir=app
+ gradle=yes
+
+Build:0.22,22
+ commit=v0.22
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.13
-Current Version Code:13
+Current Version:0.22
+Current Version Code:22
diff --git a/metadata/org.paladyn.mediclog.txt b/metadata/org.paladyn.mediclog.txt
index 952a55893d..2b8e928597 100644
--- a/metadata/org.paladyn.mediclog.txt
+++ b/metadata/org.paladyn.mediclog.txt
@@ -1,5 +1,5 @@
Categories:Sports & Health
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:John Lines
Author Email:john.mediclog@paladyn.org
Web Site:https://github.com/JohnLines/mediclog/wiki
@@ -33,7 +33,15 @@ Build:0.2.2,5
commit=v0.2.2
gradle=yes
+Build:0.2.3,6
+ commit=v0.2.3
+ gradle=yes
+
+Build:0.2.4,7
+ commit=v0.2.4
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9.]*$
-Current Version:0.2.2
-Current Version Code:5
+Current Version:0.2.4
+Current Version Code:7
diff --git a/metadata/org.passwordmaker.android.txt b/metadata/org.passwordmaker.android.txt
index 4b1406affd..ddcec72db8 100644
--- a/metadata/org.passwordmaker.android.txt
+++ b/metadata/org.passwordmaker.android.txt
@@ -1,5 +1,5 @@
Categories:Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://passwordmaker.org
Source Code:https://github.com/tasermonkey/android-passwordmaker
Issue Tracker:https://github.com/tasermonkey/android-passwordmaker/issues
diff --git a/metadata/org.paulmach.textedit.txt b/metadata/org.paulmach.textedit.txt
index f102075e84..1d8d0e5052 100644
--- a/metadata/org.paulmach.textedit.txt
+++ b/metadata/org.paulmach.textedit.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://textedit.paulmach.com
Source Code:https://github.com/paulmach/Text-Edit-for-Android
Issue Tracker:https://github.com/paulmach/Text-Edit-for-Android/issues
diff --git a/metadata/org.penghuang.tools.rotationlock.txt b/metadata/org.penghuang.tools.rotationlock.txt
index 6848091cd7..7b4e2bc7a4 100644
--- a/metadata/org.penghuang.tools.rotationlock.txt
+++ b/metadata/org.penghuang.tools.rotationlock.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://market.android.com/details?id=org.penghuang.tools.rotationlock
Source Code:https://github.com/phuang/RotationLock
Issue Tracker:https://github.com/phuang/RotationLock/issues
diff --git a/metadata/org.peterbaldwin.client.android.tinyurl.txt b/metadata/org.peterbaldwin.client.android.tinyurl.txt
index 7bd5f26959..52ea9b9bb0 100644
--- a/metadata/org.peterbaldwin.client.android.tinyurl.txt
+++ b/metadata/org.peterbaldwin.client.android.tinyurl.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/android-tinyurl
Source Code:https://code.google.com/p/android-tinyurl/source
Issue Tracker:
diff --git a/metadata/org.peterbaldwin.client.android.vlcremote.txt b/metadata/org.peterbaldwin.client.android.vlcremote.txt
index 65c3dfdb20..235ca604c2 100644
--- a/metadata/org.peterbaldwin.client.android.vlcremote.txt
+++ b/metadata/org.peterbaldwin.client.android.vlcremote.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/android-vlc-remote
Source Code:https://code.google.com/p/android-vlc-remote/source
Issue Tracker:
diff --git a/metadata/org.petero.droidfish.txt b/metadata/org.petero.droidfish.txt
index 2ec03121f1..c9a37d536c 100644
--- a/metadata/org.petero.droidfish.txt
+++ b/metadata/org.petero.droidfish.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/peterosterlund2/droidfish
Issue Tracker:https://github.com/peterosterlund2/droidfish/issues
@@ -7,7 +7,27 @@ Issue Tracker:https://github.com/peterosterlund2/droidfish/issues
Auto Name:DroidFish
Summary:Chess program
Description:
-Port of the CuckooChess applet/engine.
+Port of the CuckooChess applet/engine. Features include:
+
+* Opening books: Internal, polyglot, CTG
+* Clocks
+* Analyze mode
+* Two player mode
+* Edit board
+* PGN import/export/edit
+* FEN/EPD import
+* Adjustable playing strength
+* One Touch Moves
+* Blindfold mode
+* Color themes
+* Animated moves
+* Scid DB support using "Scid on the go"
+* Highly configurable
+* Third party UCI engines
+* Configurable UCI engine options
+* Support for "open exchange" engine apps, such as texel and komodo 8.
+* Gaviota endgame tablebases
+* Syzygy endgame tablebases
If you have [[org.scid.android]] installed you can read Scid database files
directly from the app by long-pressing the board and choosing Load game from
diff --git a/metadata/org.pipoypipagames.cows_revenge.id.txt b/metadata/org.pipoypipagames.cows_revenge.id.txt
deleted file mode 100644
index f61c9ff292..0000000000
--- a/metadata/org.pipoypipagames.cows_revenge.id.txt
+++ /dev/null
@@ -1,52 +0,0 @@
-Categories:Games
-License:GPL-3.0
-Author Name:Daniel Darias,Yanara Aristiguieta
-Web Site:https://pipoypipagames.itch.io/cows-revenge
-Source Code:https://github.com/Dariasteam/Cows-Revenge
-Issue Tracker:https://github.com/Dariasteam/Cows-Revenge/issues
-Changelog:https://github.com/Dariasteam/Cows-Revenge/releases
-
-Name:Cow's Revenge
-Summary:Indie Platformer in Pixel Art Game
-Description:
-You are a cow abducted and genetically improved by aliens which now have the
-opportunity to rebel against livestock industry by freeing the encaged hens and
-killing butchers. You used to be a regular cow raised as a dairy cow, but you
-ain't that anymore. You have become better. You are... THE COWEST.
-
-The game supports both onscreen buttons / gamepad and also have versions for
-windows, linux and mac.
-
-All the sprites, sounds and music themes are licensed as Creative Commons
-Attribution-onCommercial-ShareAlike 4.0 International.
-
-Made with Godot Engine 2.1.5
-.
-
-Repo Type:git
-Repo:https://github.com/Dariasteam/Cows-Revenge.git
-
-Build:1.0.1,1
- disable=doesn't produce output apk
- commit=2fd1d0689525a90706ce8ef7286c8eef2d8e1044
- sudo=apt-get install -y -t jessie-backports clang
- output=cows_revenge.apk
- srclibs=Godot@50eb6bca8c278590c61afaa75ad32ddc2c49c8e2
- prebuild=mkdir cows_revenge && \
- bash -O extglob -c "mv !(cows_revenge) cows_revenge" && \
- cp -R $$Godot$$ godot
- target=android-19
- build=cd godot && \
- scons platform=server -j `nproc` use_llvm=yes unix_global_settings_path=".."&& export ANDROID_NDK_ROOT=$$NDK$$ && \
- scons -j `nproc` p=android target=release && \
- pushd platform/android/java/ && \
- gradle assembleRelease && \
- popd && \
- export HOME=$PWD && \
- mkdir -p ../templates/ && \
- cp bin/android_release.apk ../templates && \
- cd ../cows_revenge && \
- ../godot/bin/godot_server.server.tools.* -export Android ../cows_revenge.apk
-
-Auto Update Mode:None
-Update Check Mode:None
diff --git a/metadata/org.pipoypipagames.cowsrevenge.txt b/metadata/org.pipoypipagames.cowsrevenge.txt
new file mode 100644
index 0000000000..c63a2b1131
--- /dev/null
+++ b/metadata/org.pipoypipagames.cowsrevenge.txt
@@ -0,0 +1,57 @@
+Categories:Games
+License:GPL-3.0-only
+Author Name:Daniel Darias,Yanara Aristiguieta
+Web Site:https://pipoypipagames.itch.io/cows-revenge
+Source Code:https://github.com/Dariasteam/Cows-Revenge
+Issue Tracker:https://github.com/Dariasteam/Cows-Revenge/issues
+Changelog:https://github.com/Dariasteam/Cows-Revenge/releases
+
+Auto Name:Cow's Revenge
+
+Repo Type:git
+Repo:https://github.com/Dariasteam/Cows-Revenge.git
+
+Build:1.0.4,6
+ commit=a53801e19f35c5656307da909e5f6a7b3719654a
+ sudo=apt-get install -y -t jessie-backports clang
+ output=cows_revenge.apk
+ srclibs=Godot@7cb027d0718bda02dac3b7d570bc359ca32921e5
+ prebuild=mkdir cows_revenge && \
+ bash -O extglob -c "mv !(cows_revenge) cows_revenge" && \
+ cp -R $$Godot$$ godot
+ target=android-19
+ build=cd godot && \
+ scons -j `nproc` platform=server target=release_debug use_llvm=yes unix_global_settings_path=".." tools=yes && \
+ export ANDROID_NDK_ROOT=$$NDK$$ && \
+ scons -j `nproc` use_llvm=yes p=android target=release && \
+ pushd platform/android/java/ && \
+ gradle assembleRelease && \
+ popd && \
+ mkdir -p ../templates/ && \
+ cp bin/android_release.apk ../templates && \
+ cd ../cows_revenge && \
+ ../godot/bin/godot_server.server.opt.tools.64 -export Android ../cows_revenge.apk
+
+Build:1.0.5,9
+ commit=2231e3a0e551f36f69a5e785d6734d97f46910a0
+ sudo=apt-get install -y -t jessie-backports clang
+ output=cows_revenge.apk
+ srclibs=Godot@702022c94759bbbbe6a080c18c06ff0e285b18ae
+ prebuild=mkdir cows_revenge && \
+ bash -O extglob -c "mv !(cows_revenge) cows_revenge" && \
+ cp -R $$Godot$$ godot
+ target=android-19
+ build=cd godot && \
+ scons -j `nproc` platform=server target=release_debug use_llvm=yes unix_global_settings_path=".." tools=yes && \
+ export ANDROID_NDK_ROOT=$$NDK$$ && \
+ scons -j `nproc` use_llvm=yes p=android target=release && \
+ pushd platform/android/java/ && \
+ gradle assembleRelease && \
+ popd && \
+ mkdir -p ../templates/ && \
+ cp bin/android_release.apk ../templates && \
+ cd ../cows_revenge && \
+ ../godot/bin/godot_server.server.opt.tools.64 -export Android ../cows_revenge.apk
+
+Auto Update Mode:None
+Update Check Mode:Static
diff --git a/metadata/org.piwik.mobile.txt b/metadata/org.piwik.mobile.txt
index bde90da1ec..7567c28f1d 100644
--- a/metadata/org.piwik.mobile.txt
+++ b/metadata/org.piwik.mobile.txt
@@ -1,6 +1,6 @@
Disabled:apks via here http://piwik.org/mobile/faq but lag a little. Already asked http://forum.piwik.org/read.php?2,77547. Would build with Titanium SDK but we don't support that
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://piwik.org
Source Code:https://github.com/piwik/piwik-mobile
Issue Tracker:
diff --git a/metadata/org.piwik.mobile2.txt b/metadata/org.piwik.mobile2.txt
index aae4340c08..fa52254b06 100644
--- a/metadata/org.piwik.mobile2.txt
+++ b/metadata/org.piwik.mobile2.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.piwik.org
Source Code:https://github.com/piwik/piwik-mobile-2
Issue Tracker:
diff --git a/metadata/org.poirsouille.tinc_gui.txt b/metadata/org.poirsouille.tinc_gui.txt
index fe0e8275da..6fd308b74b 100644
--- a/metadata/org.poirsouille.tinc_gui.txt
+++ b/metadata/org.poirsouille.tinc_gui.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://tinc_gui.poirsouille.org
Source Code:https://github.com/Vilbrekin/tinc_gui
Issue Tracker:https://github.com/Vilbrekin/tinc_gui/issues
diff --git a/metadata/org.polaric.cyanogenmodchangelog.txt b/metadata/org.polaric.cyanogenmodchangelog.txt
index ef4859e3ae..352b2cb65f 100644
--- a/metadata/org.polaric.cyanogenmodchangelog.txt
+++ b/metadata/org.polaric.cyanogenmodchangelog.txt
@@ -1,8 +1,8 @@
Categories:Internet
-License:GPL-3.0+
-Web Site:https://git.polaric.org/polaric/CMLog/blob/HEAD/README.md
-Source Code:https://git.polaric.org/polaric/CMLog/tree/master
-Issue Tracker:http://bugs.polaric.org/projects/cmlog
+License:GPL-3.0-or-later
+Web Site:
+Source Code:
+Issue Tracker:
Auto Name:Changelog
Summary:View CM changelog
@@ -17,9 +17,6 @@ Features
* No permissions or phoning home.
.
-Repo Type:git
-Repo:https://git.polaric.org/polaric/CMLog.git
-
Build:5.3,57
commit=d545f76bc17f3b14a886e9bf01aeaaf9d1bda137
subdir=app
@@ -55,7 +52,10 @@ Build:6.0,66
subdir=app
gradle=yes
+Archive Policy:0 versions
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:None
Current Version:6.0
Current Version Code:66
+
+No Source Since:6.1
diff --git a/metadata/org.poopeeland.tinytinyfeed.txt b/metadata/org.poopeeland.tinytinyfeed.txt
index 65766fc1b1..58515d044a 100644
--- a/metadata/org.poopeeland.tinytinyfeed.txt
+++ b/metadata/org.poopeeland.tinytinyfeed.txt
@@ -33,7 +33,12 @@ Build:1.12.1,23
subdir=TinyTinyFeed
gradle=yes
+Build:1.12.2,24
+ commit=V1.12.2
+ subdir=TinyTinyFeed
+ gradle=yes
+
Auto Update Mode:Version V%v
Update Check Mode:Tags
-Current Version:1.12.1
-Current Version Code:23
+Current Version:1.12.2
+Current Version Code:24
diff --git a/metadata/org.ppsspp.ppsspp.txt b/metadata/org.ppsspp.ppsspp.txt
index 02e654454e..dfe566d644 100644
--- a/metadata/org.ppsspp.ppsspp.txt
+++ b/metadata/org.ppsspp.ppsspp.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://ppsspp.org
Source Code:https://github.com/hrydgard/ppsspp
Issue Tracker:https://github.com/hrydgard/ppsspp/issues
@@ -369,5 +369,5 @@ Build:1.2.1.0,12100
Auto Update Mode:None
Update Check Mode:Tags
Vercode Operation:%c*10
-Current Version:1.5.4.0
-Current Version Code:150400000
+Current Version:1.6.3.0
+Current Version Code:160300000
diff --git a/metadata/org.primftpd.txt b/metadata/org.primftpd.txt
index 020fa99603..7250cf3f13 100644
--- a/metadata/org.primftpd.txt
+++ b/metadata/org.primftpd.txt
@@ -154,7 +154,17 @@ Build:5.7,33
subdir=primitiveFTPd
gradle=yes
+Build:5.8,34
+ commit=prim-ftpd-5.8
+ subdir=primitiveFTPd
+ gradle=yes
+
+Build:5.9,35
+ commit=prim-ftpd-5.9
+ subdir=primitiveFTPd
+ gradle=yes
+
Auto Update Mode:Version prim-ftpd-%v
Update Check Mode:Tags ^prim-ftpd-
-Current Version:5.7
-Current Version Code:33
+Current Version:5.9
+Current Version Code:35
diff --git a/metadata/org.privacyhelper.txt b/metadata/org.privacyhelper.txt
new file mode 100644
index 0000000000..973a2d98a7
--- /dev/null
+++ b/metadata/org.privacyhelper.txt
@@ -0,0 +1,50 @@
+Categories:Science & Education
+License:GPL-3.0-or-later
+Web Site:https://seiba.gitlab.io/PrivacyHelper/
+Source Code:https://gitlab.com/seiba/PrivacyHelper
+Issue Tracker:https://gitlab.com/seiba/PrivacyHelper/issues
+
+Auto Name:Privacy Helper
+Summary:An app privacy guide
+Description:
+A simple Android app to help users understand the risks of giving apps dangerous
+permissions.
+
+What Privacy Helper brings is a simple, easy-to-use educational app with that
+leverages the mobile platform to inform and demonstrate effectively and
+interactively.
+
+'''Features:'''
+
+* Simple privacy quiz to test the user's privacy knowledge
+* Guide on data privacy, and the problem with Android
+* Guides on disabling permissions, unused apps, and other mitigations
+* Simple map demonstration of location tracking
+* List of dangerous permissions used by popular Android applications
+* Guide on Open Source app alternatives
+* List of alternative resources to help the user increase their knowledge
+* Sharing with popular platforms including Facebook, Twitter, and more
+.
+
+Repo Type:git
+Repo:https://gitlab.com/seiba/PrivacyHelper.git
+
+Build:0.2,3
+ commit=0.2-stable
+ subdir=app
+ gradle=yes
+
+Build:0.4,5
+ commit=0.4-stable
+ subdir=app
+ gradle=yes
+
+Build:0.5,6
+ commit=0.5-stable
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v-stable
+Update Check Mode:Tags
+Current Version:0.5
+Current Version Code:6
diff --git a/metadata/org.projectmaxs.main.txt b/metadata/org.projectmaxs.main.txt
index 45b9010457..738fc19cf6 100644
--- a/metadata/org.projectmaxs.main.txt
+++ b/metadata/org.projectmaxs.main.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://projectmaxs.org
Source Code:http://projectmaxs.org/source
Issue Tracker:http://projectmaxs.org/issues
diff --git a/metadata/org.projectmaxs.module.alarmset.txt b/metadata/org.projectmaxs.module.alarmset.txt
index 4682a9318e..dd2b676bd8 100644
--- a/metadata/org.projectmaxs.module.alarmset.txt
+++ b/metadata/org.projectmaxs.module.alarmset.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://projectmaxs.org
Source Code:http://projectmaxs.org/source
Issue Tracker:http://projectmaxs.org/issues
diff --git a/metadata/org.projectmaxs.module.bluetooth.txt b/metadata/org.projectmaxs.module.bluetooth.txt
index b74fc7c511..7f2d9156cc 100644
--- a/metadata/org.projectmaxs.module.bluetooth.txt
+++ b/metadata/org.projectmaxs.module.bluetooth.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://projectmaxs.org
Source Code:http://projectmaxs.org/source
Issue Tracker:http://projectmaxs.org/issues
diff --git a/metadata/org.projectmaxs.module.bluetoothadmin.txt b/metadata/org.projectmaxs.module.bluetoothadmin.txt
index 1886bd7967..73b8c5935d 100644
--- a/metadata/org.projectmaxs.module.bluetoothadmin.txt
+++ b/metadata/org.projectmaxs.module.bluetoothadmin.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://projectmaxs.org
Source Code:http://projectmaxs.org/source
Issue Tracker:http://projectmaxs.org/issues
diff --git a/metadata/org.projectmaxs.module.clipboard.txt b/metadata/org.projectmaxs.module.clipboard.txt
index c302a9bf8e..bcffe7f551 100644
--- a/metadata/org.projectmaxs.module.clipboard.txt
+++ b/metadata/org.projectmaxs.module.clipboard.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://projectmaxs.org
Source Code:http://projectmaxs.org/source
Issue Tracker:http://projectmaxs.org/issues
diff --git a/metadata/org.projectmaxs.module.contactsread.txt b/metadata/org.projectmaxs.module.contactsread.txt
index 219a3aeca3..ada2cb7d45 100644
--- a/metadata/org.projectmaxs.module.contactsread.txt
+++ b/metadata/org.projectmaxs.module.contactsread.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://projectmaxs.org
Source Code:http://projectmaxs.org/source
Issue Tracker:http://projectmaxs.org/issues
diff --git a/metadata/org.projectmaxs.module.fileread.txt b/metadata/org.projectmaxs.module.fileread.txt
index b76ab4e0c0..d4e67cb254 100644
--- a/metadata/org.projectmaxs.module.fileread.txt
+++ b/metadata/org.projectmaxs.module.fileread.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://projectmaxs.org
Source Code:http://projectmaxs.org/source
Issue Tracker:http://projectmaxs.org/issues
diff --git a/metadata/org.projectmaxs.module.filewrite.txt b/metadata/org.projectmaxs.module.filewrite.txt
index 18bbc4334a..50a70b2f77 100644
--- a/metadata/org.projectmaxs.module.filewrite.txt
+++ b/metadata/org.projectmaxs.module.filewrite.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://projectmaxs.org
Source Code:http://projectmaxs.org/source
Issue Tracker:http://projectmaxs.org/issues
diff --git a/metadata/org.projectmaxs.module.locationfine.txt b/metadata/org.projectmaxs.module.locationfine.txt
index 027340e0cd..5ae6a85de7 100644
--- a/metadata/org.projectmaxs.module.locationfine.txt
+++ b/metadata/org.projectmaxs.module.locationfine.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://projectmaxs.org
Source Code:http://projectmaxs.org/source
Issue Tracker:http://projectmaxs.org/issues
diff --git a/metadata/org.projectmaxs.module.misc.txt b/metadata/org.projectmaxs.module.misc.txt
index 86a96c5179..1a338d9832 100644
--- a/metadata/org.projectmaxs.module.misc.txt
+++ b/metadata/org.projectmaxs.module.misc.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://projectmaxs.org
Source Code:http://projectmaxs.org/source
Issue Tracker:http://projectmaxs.org/issues
diff --git a/metadata/org.projectmaxs.module.nfc.txt b/metadata/org.projectmaxs.module.nfc.txt
index d5037a8fbc..1e51ccfe03 100644
--- a/metadata/org.projectmaxs.module.nfc.txt
+++ b/metadata/org.projectmaxs.module.nfc.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://projectmaxs.org
Source Code:http://projectmaxs.org/source
Issue Tracker:http://projectmaxs.org/issues
diff --git a/metadata/org.projectmaxs.module.notification.txt b/metadata/org.projectmaxs.module.notification.txt
index 1ac36ae64f..3d9ade9437 100644
--- a/metadata/org.projectmaxs.module.notification.txt
+++ b/metadata/org.projectmaxs.module.notification.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://projectmaxs.org
Source Code:http://projectmaxs.org/source
Issue Tracker:http://projectmaxs.org/issues
diff --git a/metadata/org.projectmaxs.module.phonestateread.txt b/metadata/org.projectmaxs.module.phonestateread.txt
index 3ced4f49dc..be674e7b35 100644
--- a/metadata/org.projectmaxs.module.phonestateread.txt
+++ b/metadata/org.projectmaxs.module.phonestateread.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://projectmaxs.org
Source Code:http://projectmaxs.org/source
Issue Tracker:http://projectmaxs.org/issues
diff --git a/metadata/org.projectmaxs.module.ringermode.txt b/metadata/org.projectmaxs.module.ringermode.txt
index e5ed9044f6..e127c10139 100644
--- a/metadata/org.projectmaxs.module.ringermode.txt
+++ b/metadata/org.projectmaxs.module.ringermode.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://projectmaxs.org
Source Code:http://projectmaxs.org/source
Issue Tracker:http://projectmaxs.org/issues
diff --git a/metadata/org.projectmaxs.module.shell.txt b/metadata/org.projectmaxs.module.shell.txt
index 6cccd8e17e..7e02fa51ed 100644
--- a/metadata/org.projectmaxs.module.shell.txt
+++ b/metadata/org.projectmaxs.module.shell.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://projectmaxs.org
Source Code:http://projectmaxs.org/source
Issue Tracker:http://projectmaxs.org/issues
diff --git a/metadata/org.projectmaxs.module.smsnotify.txt b/metadata/org.projectmaxs.module.smsnotify.txt
index 3284eec623..13ab10e0a1 100644
--- a/metadata/org.projectmaxs.module.smsnotify.txt
+++ b/metadata/org.projectmaxs.module.smsnotify.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://projectmaxs.org
Source Code:http://projectmaxs.org/source
Issue Tracker:http://projectmaxs.org/issues
diff --git a/metadata/org.projectmaxs.module.smsread.txt b/metadata/org.projectmaxs.module.smsread.txt
index e6e0a1ca12..d92b2ca2e2 100644
--- a/metadata/org.projectmaxs.module.smsread.txt
+++ b/metadata/org.projectmaxs.module.smsread.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://projectmaxs.org
Source Code:http://projectmaxs.org/source
Issue Tracker:http://projectmaxs.org/issues
diff --git a/metadata/org.projectmaxs.module.smssend.txt b/metadata/org.projectmaxs.module.smssend.txt
index cf862d4b8f..08855a2fe2 100644
--- a/metadata/org.projectmaxs.module.smssend.txt
+++ b/metadata/org.projectmaxs.module.smssend.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://projectmaxs.org
Source Code:http://projectmaxs.org/source
Issue Tracker:http://projectmaxs.org/issues
diff --git a/metadata/org.projectmaxs.module.smswrite.txt b/metadata/org.projectmaxs.module.smswrite.txt
index 7c4dccbbd8..89cfdca2a4 100644
--- a/metadata/org.projectmaxs.module.smswrite.txt
+++ b/metadata/org.projectmaxs.module.smswrite.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://projectmaxs.org
Source Code:http://projectmaxs.org/source
Issue Tracker:http://projectmaxs.org/issues
diff --git a/metadata/org.projectmaxs.module.wifiaccess.txt b/metadata/org.projectmaxs.module.wifiaccess.txt
index c66cec593f..c29bf09f5f 100644
--- a/metadata/org.projectmaxs.module.wifiaccess.txt
+++ b/metadata/org.projectmaxs.module.wifiaccess.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://projectmaxs.org
Source Code:http://projectmaxs.org/source
Issue Tracker:http://projectmaxs.org/issues
diff --git a/metadata/org.projectmaxs.module.wifichange.txt b/metadata/org.projectmaxs.module.wifichange.txt
index f345f5a722..95684070da 100644
--- a/metadata/org.projectmaxs.module.wifichange.txt
+++ b/metadata/org.projectmaxs.module.wifichange.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://projectmaxs.org
Source Code:http://projectmaxs.org/source
Issue Tracker:http://projectmaxs.org/issues
diff --git a/metadata/org.projectmaxs.transport.xmpp.txt b/metadata/org.projectmaxs.transport.xmpp.txt
index 5c44ad8311..d86643e5fd 100644
--- a/metadata/org.projectmaxs.transport.xmpp.txt
+++ b/metadata/org.projectmaxs.transport.xmpp.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://projectmaxs.org
Source Code:http://projectmaxs.org/source
Issue Tracker:http://projectmaxs.org/issues
diff --git a/metadata/org.projectvoodoo.audiomeasurementsplayer.txt b/metadata/org.projectvoodoo.audiomeasurementsplayer.txt
index 5f4d7664bc..47ba82f75c 100644
--- a/metadata/org.projectvoodoo.audiomeasurementsplayer.txt
+++ b/metadata/org.projectvoodoo.audiomeasurementsplayer.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:LGPL-2.1
+License:LGPL-2.1-only
Web Site:
Source Code:https://github.com/project-voodoo/audio-measurements-player-app
Issue Tracker:https://github.com/project-voodoo/audio-measurements-player-app/issues
diff --git a/metadata/org.proninyaroslav.libretorrent.txt b/metadata/org.proninyaroslav.libretorrent.txt
index 26b171fc63..9721ab9ab9 100644
--- a/metadata/org.proninyaroslav.libretorrent.txt
+++ b/metadata/org.proninyaroslav.libretorrent.txt
@@ -1,18 +1,41 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/proninyaroslav/libretorrent
-Issue Tracker:https://github.com/proninyaroslav/libretorrent/issues
+Source Code:https://gitlab.com/proninyaroslav/libretorrent
+Issue Tracker:https://gitlab.com/proninyaroslav/libretorrent/issues
+Changelog:https://gitlab.com/proninyaroslav/libretorrent/blob/HEAD/NEWS
+Donate:https://gitlab.com/proninyaroslav/libretorrent#donation
Auto Name:LibreTorrent
Summary:Manage, download and share files
Description:
LibreTorrent is a Free as in Freedom torrent client for Android 4+, based on
libtorrent. Download and share files directly on your device.
+
+Implemented features:
+
+* DHT, PeX, encryption, LSD, UPnP, NAT-PMP, µTP
+* IP filtering (eMule dat and PeerGuardian)
+* Ability to fine tune (network settings, power management, battery control, UI settings, etc.)
+* Supports torrents with large number of files and big files
+* HTTP\S and magnet links support
+* Support proxy for trackers and peers
+* Ability to move files while downloading
+* Ability to automatic movement of files to another directory or to an external drive at the end of download
+* Ability to specify file and folder priorities
+* Ability to select which files to download
+* Ability to download sequentially
+* Material Design
+* Tablet optimized UI
+* Scheduling
+* RSS manager
+* Android TV support
+* Ability to create torrents
+* And more
.
Repo Type:git
-Repo:https://github.com/proninyaroslav/libretorrent
+Repo:https://gitlab.com/proninyaroslav/libretorrent
Build:1.0,1
commit=759eb4e8dd44bbb78e9b43f3450d459ced5ec52f
@@ -50,11 +73,18 @@ Build:1.6,7
subdir=app
gradle=yes
-Maintainer Notes:
-Push 1.0 to archive due to https://github.com/proninyaroslav/libretorrent/issues/4.
-.
+Build:1.7,8
+ commit=1.7
+ subdir=app
+ gradle=yes
+
+Build:1.8,9
+ commit=1.8
+ subdir=app
+ gradle=yes
+ output=build/outputs/apk/release/app-universal-release-unsigned.apk
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.6
-Current Version Code:7
+Current Version:1.8
+Current Version Code:9
diff --git a/metadata/org.pulpdust.lesserpad.txt b/metadata/org.pulpdust.lesserpad.txt
index 1923b85ae0..9ce3d5e41d 100644
--- a/metadata/org.pulpdust.lesserpad.txt
+++ b/metadata/org.pulpdust.lesserpad.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://kodakana.b.sourceforge.jp
Source Code:http://sourceforge.jp/users/kodakana/pf/Lesser_Pad/scm
Issue Tracker:
@@ -108,5 +108,5 @@ Build:0.95,38
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:0.96
-Current Version Code:39
+Current Version:0.97
+Current Version Code:40
diff --git a/metadata/org.pyload.android.client.txt b/metadata/org.pyload.android.client.txt
index 10000b5c6a..884054d914 100644
--- a/metadata/org.pyload.android.client.txt
+++ b/metadata/org.pyload.android.client.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://pyload.org
Source Code:https://github.com/pyload/pyload-android
Issue Tracker:https://github.com/pyload/pyload-android/issues
diff --git a/metadata/org.pyneo.maps.txt b/metadata/org.pyneo.maps.txt
index 43ade28b42..307f3c0894 100644
--- a/metadata/org.pyneo.maps.txt
+++ b/metadata/org.pyneo.maps.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://pyneo.org/Tabulae
Source Code:https://github.com/emdete/tabulae
Issue Tracker:https://github.com/emdete/tabulae/issues
diff --git a/metadata/org.qii.weiciyuan.txt b/metadata/org.qii.weiciyuan.txt
index be002d1830..643f4442e0 100644
--- a/metadata/org.qii.weiciyuan.txt
+++ b/metadata/org.qii.weiciyuan.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/qii/weiciyuan/wiki
Source Code:https://github.com/qii/weiciyuan
Issue Tracker:https://github.com/qii/weiciyuan/issues
diff --git a/metadata/org.quantumbadger.redreader.txt b/metadata/org.quantumbadger.redreader.txt
index e297f73ac7..e2234105a3 100644
--- a/metadata/org.quantumbadger.redreader.txt
+++ b/metadata/org.quantumbadger.redreader.txt
@@ -1,5 +1,6 @@
+AntiFeatures:NonFreeNet
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://redreader.org
Source Code:https://github.com/QuantumBadger/RedReader
Issue Tracker:https://github.com/QuantumBadger/RedReader/issues
@@ -257,7 +258,11 @@ Build:1.9.8.4,83
commit=v1.9.8.4
gradle=yes
+Build:1.9.8.5,84
+ commit=v1.9.8.5
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.9.8.4
-Current Version Code:83
+Current Version:1.9.8.5
+Current Version Code:84
diff --git a/metadata/org.quovadit.apps.andof.txt b/metadata/org.quovadit.apps.andof.txt
index c5bbd5a4cb..d344da9f23 100644
--- a/metadata/org.quovadit.apps.andof.txt
+++ b/metadata/org.quovadit.apps.andof.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://andof.quovadit.org
Source Code:https://sourceforge.net/p/andof/code
Issue Tracker:https://sourceforge.net/p/andof/tickets
diff --git a/metadata/org.recentwidget.txt b/metadata/org.recentwidget.txt
index fe7a73866b..e47f1f5f11 100644
--- a/metadata/org.recentwidget.txt
+++ b/metadata/org.recentwidget.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/android-recent-widget
Source Code:https://code.google.com/p/android-recent-widget/source
Issue Tracker:
diff --git a/metadata/org.redcross.openmapkit.txt b/metadata/org.redcross.openmapkit.txt
index 515a32364b..f367e530fd 100644
--- a/metadata/org.redcross.openmapkit.txt
+++ b/metadata/org.redcross.openmapkit.txt
@@ -1,8 +1,8 @@
Categories:Navigation
License:BSD-3-Clause
Web Site:http://openmapkit.org/
-Source Code:https://github.com/AmericanRedCross/OpenMapKitAndroid
-Issue Tracker:https://github.com/AmericanRedCross/OpenMapKitAndroid/issues
+Source Code:https://github.com/posm/OpenMapKitAndroid
+Issue Tracker:https://github.com/posm/OpenMapKitAndroid/issues
Auto Name:OpenMapKit
Summary:Browse OpenStreetMap features to create and edit OSM tags
@@ -23,16 +23,13 @@ yet simple, OpenStreetMap field data collection tool became apparent. OpenMapKit
serves this need.
* View OpenStreetMap tiles via web and pre-cached mbtiles.
-
* Download OSM data from the [https://wiki.openstreetmap.org/wiki/Overpass_API Overpass API] for offline use.
-
* Create and update tags for OSM features.
-
* Integration with [https://opendatakit.org/use/collect/ ODK Collect].
.
Repo Type:git
-Repo:https://github.com/AmericanRedCross/OpenMapKitAndroid
+Repo:https://github.com/posm/OpenMapKitAndroid
Build:1.2,23
commit=v1.2
diff --git a/metadata/org.retroarch.txt b/metadata/org.retroarch.txt
index f0f97f07de..482136dc18 100644
--- a/metadata/org.retroarch.txt
+++ b/metadata/org.retroarch.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://www.libretro.com
Source Code:https://github.com/libretro/RetroArch
Issue Tracker:https://github.com/libretro/RetroArch/issues
diff --git a/metadata/org.retroshare.android.qml_app.txt b/metadata/org.retroshare.android.qml_app.txt
index ab17b68c32..58d594ed5f 100644
--- a/metadata/org.retroshare.android.qml_app.txt
+++ b/metadata/org.retroshare.android.qml_app.txt
@@ -1,5 +1,5 @@
Categories:Security,Internet
-License:AGPL-3.0+
+License:AGPL-3.0-or-later
Web Site:http://retroshare.net/
Source Code:https://github.com/RetroShare/RetroShare
Issue Tracker:https://github.com/RetroShare/RetroShare/issues
diff --git a/metadata/org.rmll.txt b/metadata/org.rmll.txt
index 89be808202..52d3c1cef5 100644
--- a/metadata/org.rmll.txt
+++ b/metadata/org.rmll.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/RMLL/droidrmll
Issue Tracker:https://github.com/RMLL/droidrmll/issues
diff --git a/metadata/org.runnerup.txt b/metadata/org.runnerup.txt
index c06c1387fd..ed532b5fbb 100644
--- a/metadata/org.runnerup.txt
+++ b/metadata/org.runnerup.txt
@@ -1,5 +1,5 @@
Categories:Sports & Health
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/jonasoreland/runnerup/blob/HEAD/README.md
Source Code:https://github.com/jonasoreland/runnerup/
Issue Tracker:https://github.com/jonasoreland/runnerup/issues
@@ -57,6 +57,7 @@ Build:1.47,8000047
sed -iE "s/minifyEnabled true/minifyEnabled false/" build.gradle
Build:1.47,14000047
+ disable=non-free dependency (ANT+ SDK)
commit=ac5cce7
subdir=app
submodules=yes
@@ -71,6 +72,7 @@ Build:1.47,14000047
sed -i -E "s/minifyEnabled true/minifyEnabled false/" build.gradle
Build:1.48,14000048
+ disable=non-free dependency (ANT+ SDK)
commit=v1.48
subdir=app
submodules=yes
@@ -85,6 +87,7 @@ Build:1.48,14000048
sed -i -E "s/minifyEnabled true/minifyEnabled false/" build.gradle
Build:1.49,14000049
+ disable=non-free dependency (ANT+ SDK)
commit=v1.49
subdir=app
submodules=yes
@@ -99,6 +102,7 @@ Build:1.49,14000049
sed -i -E "s/minifyEnabled true/minifyEnabled false/" build.gradle
Build:1.50,14000050
+ disable=non-free dependency (ANT+ SDK)
commit=v1.50
subdir=app
submodules=yes
@@ -113,6 +117,7 @@ Build:1.50,14000050
sed -i -E "s/minifyEnabled true/minifyEnabled false/" build.gradle
Build:1.51,14000051
+ disable=non-free dependency (ANT+ SDK)
commit=v1.51
subdir=app
submodules=yes
@@ -128,6 +133,7 @@ Build:1.51,14000051
scandelete=ANT-Android-SDKs/ANT_Android_SDK/Tools/Android_ANTEmulatorPackage/Android_PC_AndroidEmulatorBridge_2-0/ANTAndroidBridge.exe
Build:1.52,14000052
+ disable=non-free dependency (ANT+ SDK)
commit=1.52
subdir=app
submodules=yes
@@ -144,6 +150,7 @@ Build:1.52,14000052
scandelete=ANT-Android-SDKs/ANT_Android_SDK/Tools/Android_ANTEmulatorPackage/Android_PC_AndroidEmulatorBridge_2-0/ANTAndroidBridge.exe
Build:1.53,14000053
+ disable=non-free dependency (ANT+ SDK)
commit=v1.53
subdir=app
submodules=yes
@@ -160,6 +167,7 @@ Build:1.53,14000053
scandelete=ANT-Android-SDKs/ANT_Android_SDK/Tools/Android_ANTEmulatorPackage/Android_PC_AndroidEmulatorBridge_2-0/ANTAndroidBridge.exe
Build:1.54,14000054
+ disable=non-free dependency (ANT+ SDK)
commit=v1.54
subdir=app
submodules=yes
@@ -176,6 +184,7 @@ Build:1.54,14000054
scandelete=ANT-Android-SDKs/ANT_Android_SDK/Tools/Android_ANTEmulatorPackage/Android_PC_AndroidEmulatorBridge_2-0/ANTAndroidBridge.exe
Build:1.56,14000056
+ disable=non-free dependency (ANT+ SDK)
commit=v1.56
subdir=app
submodules=yes
@@ -192,6 +201,7 @@ Build:1.56,14000056
scandelete=ANT-Android-SDKs/ANT_Android_SDK/Tools/Android_ANTEmulatorPackage/Android_PC_AndroidEmulatorBridge_2-0/ANTAndroidBridge.exe
Build:1.57,14000057
+ disable=non-free dependency (ANT+ SDK)
commit=506d358c4002ba753f8c1e3fbc68817efc1dbfc6
subdir=app
submodules=yes
@@ -208,11 +218,13 @@ Build:1.57,14000057
scandelete=ANT-Android-SDKs/ANT_Android_SDK/Tools/Android_ANTEmulatorPackage/Android_PC_AndroidEmulatorBridge_2-0/ANTAndroidBridge.exe
Maintainer Notes:
-1.51 and 1.52 are affected by https://github.com/jonasoreland/runnerup/issues/385.
+Removed all existing builds because they depend on and include the non-free ANT+ SDK.
+https://github.com/jonasoreland/runnerup/issues/662
+Future versions might be re-included if this is made an optional.
.
Auto Update Mode:None
Update Check Mode:HTTP
Update Check Data:https://raw.githubusercontent.com/jonasoreland/runnerup/HEAD/build.gradle|versionCode = (.*)|.|versionName = (.*)
-Current Version:'1.58'
-Current Version Code:58
+Current Version:'1.90.1'
+Current Version Code:200
diff --git a/metadata/org.safermobile.intheclear.txt b/metadata/org.safermobile.intheclear.txt
index 75f08b6032..fc68a75d77 100644
--- a/metadata/org.safermobile.intheclear.txt
+++ b/metadata/org.safermobile.intheclear.txt
@@ -1,5 +1,5 @@
Categories:Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/SaferMobile/intheclear
Issue Tracker:https://github.com/SaferMobile/intheclear/issues
diff --git a/metadata/org.sagemath.droid.txt b/metadata/org.sagemath.droid.txt
index ae717ea8ee..12d7219e3f 100644
--- a/metadata/org.sagemath.droid.txt
+++ b/metadata/org.sagemath.droid.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.sagemath.org
Source Code:https://github.com/sagemath/android
Issue Tracker:https://github.com/sagemath/android/issues
diff --git a/metadata/org.sasehash.burgerwp.txt b/metadata/org.sasehash.burgerwp.txt
new file mode 100644
index 0000000000..6784ff490b
--- /dev/null
+++ b/metadata/org.sasehash.burgerwp.txt
@@ -0,0 +1,25 @@
+Categories:Theming
+License:GPL-3.0-only
+Web Site:
+Source Code:https://gitlab.com/samsumas/LivingBurger
+Issue Tracker:https://gitlab.com/samsumas/LivingBurger/issues
+
+Auto Name:BurgerWP
+Summary:Get rid of your old boring Wallpaper and replace it with burgers and pizza
+Description:
+Very nice Wallpaper featuring some pizza and burger. Burger and pizzas bounces
+around. Fork me on GitLab!
+.
+
+Repo Type:git
+Repo:https://gitlab.com/samsumas/LivingBurger.git
+
+Build:1.0,1
+ commit=v1.0
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.0
+Current Version Code:1
diff --git a/metadata/org.schabi.etherwake.txt b/metadata/org.schabi.etherwake.txt
index de6db3b5bf..47584a825b 100644
--- a/metadata/org.schabi.etherwake.txt
+++ b/metadata/org.schabi.etherwake.txt
@@ -1,8 +1,8 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
-Source Code:https://github.com/theScrabi/Etherwake-app
-Issue Tracker:https://github.com/theScrabi/Etherwake-app/issues
+Source Code:https://gitlab.com/derSchabi/Etherwake-app
+Issue Tracker:https://gitlab.com/derSchabi/Etherwake-app/issues
Auto Name:Etherwake
Summary:Wake computers on the same network
@@ -15,7 +15,7 @@ requires root privileges.
Requires Root:yes
Repo Type:git
-Repo:https://github.com/theScrabi/Etherwake-app
+Repo:https://gitlab.com/derSchabi/Etherwake-app
Build:1.0,1
commit=c8fe1d10592ddad5c2f36f857ca8c22e153c79c0
diff --git a/metadata/org.schabi.kiba.txt b/metadata/org.schabi.kiba.txt
index 79c34f2a5d..fe6e09a9f8 100644
--- a/metadata/org.schabi.kiba.txt
+++ b/metadata/org.schabi.kiba.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://savannah.nongnu.org/projects/kiba
Source Code:https://git.savannah.gnu.org/cgit/kiba.git/tree
Issue Tracker:https://savannah.nongnu.org/bugs/?func=additem&group=kiba
diff --git a/metadata/org.schabi.newpipe.txt b/metadata/org.schabi.newpipe.txt
index f87c9ad93e..49bca63f19 100644
--- a/metadata/org.schabi.newpipe.txt
+++ b/metadata/org.schabi.newpipe.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Multimedia,Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://newpipe.schabi.org
Source Code:https://github.com/TeamNewPipe/NewPipe
Issue Tracker:https://github.com/TeamNewPipe/NewPipe/issues
@@ -14,6 +14,35 @@ Description:
Lightweight YouTube frontend that's supposed to be used without the proprietary
YouTube-API or any of Google's (proprietary) play-services. NewPipe only parses
the YouTube website in order to gain the information it needs.
+
+'''Features:'''
+
+* Search videos
+* Display general information about a video
+* Watch YouTube videos
+* Listen to YouTube videos
+* Popup mode (floating player)
+* Select the streaming player to watch the video with
+* Download videos
+* Download audio only
+* Open a video in Kodi
+* Show Next/Related videos
+* Search YouTube in a specific language
+* Watch/Block age restricted material
+* Display general information about channels
+* Search channels
+* Watch videos from a channel
+* Orbot/Tor support (not yet directly)
+* 1080p/2k/4k support
+* View history
+* Subscribe to channels
+* Search history
+* Search/Watch Playlists
+* Watch as queues Playlists
+* Queuing videos
+* Local playlists
+* Subtitles
+* Multi-service support (eg. SoundCloud)
.
Repo Type:git
@@ -281,7 +310,55 @@ Build:0.13.1,60
submodules=yes
gradle=yes
+Build:0.13.2,61
+ commit=v0.13.2
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:0.13.3,62
+ commit=v0.13.3
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:0.13.4,63
+ commit=v0.13.4
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:0.13.5,64
+ commit=v0.13.5
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:0.13.6,65
+ commit=v0.13.6
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:0.13.7,66
+ commit=v0.13.7
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:0.14.0,67
+ commit=v0.14.0
+ subdir=app
+ submodules=yes
+ gradle=yes
+
+Build:0.14.1,68
+ commit=v0.14.1
+ subdir=app
+ submodules=yes
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags .*[0-9]$
-Current Version:0.13.1
-Current Version Code:60
+Current Version:0.14.1
+Current Version Code:68
diff --git a/metadata/org.schabi.nxbookmarks.owncloud.txt b/metadata/org.schabi.nxbookmarks.owncloud.txt
index 72bfd6dfaf..198809c209 100644
--- a/metadata/org.schabi.nxbookmarks.owncloud.txt
+++ b/metadata/org.schabi.nxbookmarks.owncloud.txt
@@ -1,9 +1,9 @@
Categories:Multimedia,Internet
License:MIT
-Web Site:https://github.com/theScrabi/OCBookmarks
-Source Code:https://github.com/theScrabi/OCBookmarks
-Issue Tracker:https://github.com/theScrabi/OCBookmarks/issues
-Changelog:https://github.com/theScrabi/OCBookmarks/releases
+Web Site:https://gitlab.com/derSchabi/OCBookmarks
+Source Code:https://gitlab.com/derSchabi/OCBookmarks
+Issue Tracker:https://gitlab.com/derSchabi/OCBookmarks/issues
+Changelog:https://gitlab.com/derSchabi/OCBookmarks/blob/HEAD/CHANGELOG.md
Auto Name:OwnCloud Bookmarks
Summary:A front end for the Nextcloud Bookmark app
@@ -20,7 +20,7 @@ this link: [https://marketplace.owncloud.com/apps/bookmarks]
.
Repo Type:git
-Repo:https://github.com/theScrabi/OCBookmarks
+Repo:https://gitlab.com/derSchabi/OCBookmarks
Build:1.1,2
commit=v1.1
@@ -41,5 +41,5 @@ Update Check Mode doesn't work because we can't find the computed packageId.
Auto Update Mode:None
Update Check Mode:None
-Current Version:1.2
-Current Version Code:3
+Current Version:1.5
+Current Version Code:6
diff --git a/metadata/org.schabi.nxbookmarks.txt b/metadata/org.schabi.nxbookmarks.txt
index 636df15673..148b0ef58a 100644
--- a/metadata/org.schabi.nxbookmarks.txt
+++ b/metadata/org.schabi.nxbookmarks.txt
@@ -1,9 +1,9 @@
Categories:Multimedia,Internet
License:MIT
-Web Site:https://github.com/theScrabi/OCBookmarks
-Source Code:https://github.com/theScrabi/OCBookmarks
-Issue Tracker:https://github.com/theScrabi/OCBookmarks/issues
-Changelog:https://github.com/theScrabi/OCBookmarks/releases
+Web Site:https://gitlab.com/derSchabi/OCBookmarks
+Source Code:https://gitlab.com/derSchabi/OCBookmarks
+Issue Tracker:https://gitlab.com/derSchabi/OCBookmarks/issues
+Changelog:https://gitlab.com/derSchabi/OCBookmarks/blob/HEAD/CHANGELOG.md
Auto Name:Nextcloud Bookmarks
Summary:A front end for the Nextcloud Bookmark app
@@ -20,7 +20,7 @@ this link: [https://apps.nextcloud.com/apps/bookmarks]
.
Repo Type:git
-Repo:https://github.com/theScrabi/OCBookmarks
+Repo:https://gitlab.com/derSchabi/OCBookmarks
Build:1.0,1
commit=v1.0
@@ -37,7 +37,12 @@ Build:1.2,3
subdir=app
gradle=yes
+Build:1.5,6
+ commit=v1.5
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.2
-Current Version Code:3
+Current Version:1.5
+Current Version Code:6
diff --git a/metadata/org.schabi.openhitboxstreams.txt b/metadata/org.schabi.openhitboxstreams.txt
index a085953013..29f8a52f41 100644
--- a/metadata/org.schabi.openhitboxstreams.txt
+++ b/metadata/org.schabi.openhitboxstreams.txt
@@ -1,10 +1,10 @@
AntiFeatures:NonFreeNet
Categories:Multimedia,Internet
-License:GPL-3.0+
-Web Site:https://github.com/theScrabi/OpenHitboxStreams/blob/HEAD/README.md
-Source Code:https://github.com/theScrabi/OpenHitboxStreams
-Issue Tracker:https://github.com/theScrabi/OpenHitboxStreams/issues
-Changelog:https://github.com/theScrabi/OpenHitboxStreams/releases
+License:GPL-3.0-or-later
+Web Site:https://gitlab.com/derSchabi/OpenHitboxStreams/blob/HEAD/README.md
+Source Code:https://gitlab.com/derSchabi/OpenHitboxStreams
+Issue Tracker:https://gitlab.com/derSchabi/OpenHitboxStreams/issues
+Changelog:https://gitlab.com/derSchabi/OpenHitboxStreams/blob/HEAD/CHANGELOG.md
Bitcoin:16A9J59ahMRqkLSZjhYj33n9j3fMztFxnh
Auto Name:OpenHitboxStreams
@@ -15,7 +15,7 @@ choose your favorite player.
.
Repo Type:git
-Repo:https://github.com/theScrabi/OpenHitboxStreams.git
+Repo:https://gitlab.com/derSchabi/OpenHitboxStreams.git
Build:1.0,1
commit=v1.0
diff --git a/metadata/org.schabi.sharewithnewpipe.txt b/metadata/org.schabi.sharewithnewpipe.txt
index 09683c1b4a..9950740ac8 100644
--- a/metadata/org.schabi.sharewithnewpipe.txt
+++ b/metadata/org.schabi.sharewithnewpipe.txt
@@ -1,5 +1,5 @@
Categories:Multimedia,Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://newpipe.schabi.org
Source Code:https://github.com/TeamNewPipe/ShareWithNewPipe
Issue Tracker:https://github.com/TeamNewPipe/NewPipe/issues
diff --git a/metadata/org.schabi.stethox.yml b/metadata/org.schabi.stethox.yml
new file mode 100644
index 0000000000..8e42a3bc66
--- /dev/null
+++ b/metadata/org.schabi.stethox.yml
@@ -0,0 +1,36 @@
+Categories:
+ - System
+License: GPL-3.0-or-later
+WebSite: https://gitlab.com/derSchabi/Stethox/blob/HEAD/README.md
+SourceCode: https://gitlab.com/derSchabi/Stethox
+IssueTracker: https://gitlab.com/derSchabi/Stethox/issues
+
+AutoName: Stethox
+Summary: Xposed module that adds Stetho to every app
+Description: |-
+ This is a Xposed Module that enables Stetho for every application on your
+ phone. All Stetho functions are given besides Network Monitoring. For this
+ however I highly recommend using mitmproxy or tcpdump and Wireshark.
+
+ This Module can be used for Reverse Engineering. Especially the Layout Preview
+ is very useful. Please also take a look at Inspackage since this will add even
+ more functions for this purpose.
+
+ ATTENTION:Never leave this Module enabled or installed on day to day use. THIS
+ IS A SECURITY RISK. Only enable this for Development.
+
+RepoType: git
+Repo: https://gitlab.com/derSchabi/Stethox.git
+
+Builds:
+ - versionName: '1.0'
+ versionCode: 1
+ commit: v1.0
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version v%v
+UpdateCheckMode: Tags
+CurrentVersion: '1.0'
+CurrentVersionCode: 1
diff --git a/metadata/org.schabi.svgredirect.txt b/metadata/org.schabi.svgredirect.txt
index 930f9fac17..1587b2f56f 100644
--- a/metadata/org.schabi.svgredirect.txt
+++ b/metadata/org.schabi.svgredirect.txt
@@ -1,9 +1,9 @@
Categories:Multimedia
-License:GPL-3.0+
-Web Site:https://github.com/theScrabi/SVG-redirect/blob/HEAD/README.md
-Source Code:https://github.com/theScrabi/SVG-redirect
-Issue Tracker:https://github.com/theScrabi/SVG-redirect/issues
-Changelog:https://github.com/theScrabi/SVG-redirect/releases
+License:GPL-3.0-or-later
+Web Site:https://gitlab.com/derSchabi/SVG-redirect/blob/HEAD/README.md
+Source Code:https://gitlab.com/derSchabi/SVG-redirect
+Issue Tracker:https://gitlab.com/derSchabi/SVG-redirect/issues
+Changelog:https://gitlab.com/derSchabi/SVG-redirect/blob/HEAD/CHANGELOG.md
Auto Name:SVG redirect
Summary:Open SVG files with your browser
@@ -14,7 +14,7 @@ SVG files from a file manager. SVG redirect makes that possible.
.
Repo Type:git
-Repo:https://github.com/theScrabi/SVG-redirect.git
+Repo:https://gitlab.com/derSchabi/SVG-redirect.git
Build:1.0,1
commit=v1.0
diff --git a/metadata/org.schabi.terminightor.txt b/metadata/org.schabi.terminightor.txt
index 5d3b057f96..69292cacad 100644
--- a/metadata/org.schabi.terminightor.txt
+++ b/metadata/org.schabi.terminightor.txt
@@ -1,8 +1,9 @@
Categories:Time
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
-Source Code:https://github.com/theScrabi/Terminightor
-Issue Tracker:https://github.com/theScrabi/Terminightor/issues
+Source Code:https://gitlab.com/derSchabi/Terminightor
+Issue Tracker:https://gitlab.com/derSchabi/Terminightor/issues
+Changelog:https://gitlab.com/derSchabi/Terminightor/blob/HEAD/CHANGELOG.md
Auto Name:Terminightor
Summary:Alarm clock based on NFC tags
@@ -24,7 +25,7 @@ Features:
.
Repo Type:git
-Repo:https://github.com/theScrabi/Terminightor
+Repo:https://gitlab.com/derSchabi/Terminightor
Build:0.8,1
commit=v0.8-beta
diff --git a/metadata/org.scid.android.txt b/metadata/org.scid.android.txt
index 49ccb723c4..f89662f5f5 100644
--- a/metadata/org.scid.android.txt
+++ b/metadata/org.scid.android.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/gkalab/scidonthego
Issue Tracker:https://github.com/gkalab/scidonthego/issues
diff --git a/metadata/org.scoutant.blokish.txt b/metadata/org.scoutant.blokish.txt
index bfb21a2c05..3d30071345 100644
--- a/metadata/org.scoutant.blokish.txt
+++ b/metadata/org.scoutant.blokish.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://blokish.scoutant.org
Source Code:https://github.com/scoutant/blokish
Issue Tracker:https://github.com/scoutant/blokish/issues
@@ -9,6 +9,10 @@ Auto Name:Blokish
Summary:Board game
Description:
A strategy board game.
+
+Blokus is a family game involving four players and a board with 20 x 20 squares.
+Like chess or checkers, it's a game for which at any time you can see your
+opponent's pieces.
.
Repo Type:git
@@ -74,5 +78,5 @@ Build:3.2,20
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:3.2
-Current Version Code:20
+Current Version:3.3
+Current Version Code:21
diff --git a/metadata/org.scoutant.cc.txt b/metadata/org.scoutant.cc.txt
index 623298588e..0a7a345beb 100644
--- a/metadata/org.scoutant.cc.txt
+++ b/metadata/org.scoutant.cc.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://chinese-checkers.scoutant.org
Source Code:
Issue Tracker:
diff --git a/metadata/org.scoutant.rpn.txt b/metadata/org.scoutant.rpn.txt
index c5c64c998c..759749acaf 100644
--- a/metadata/org.scoutant.rpn.txt
+++ b/metadata/org.scoutant.rpn.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/scoutant/rpn
Issue Tracker:https://github.com/scoutant/rpn/issues
diff --git a/metadata/org.scummvm.scummvm.txt b/metadata/org.scummvm.scummvm.txt
index d8fba6c593..e3be994715 100644
--- a/metadata/org.scummvm.scummvm.txt
+++ b/metadata/org.scummvm.scummvm.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://www.scummvm.org/
Source Code:https://github.com/scummvm/scummvm
Issue Tracker:https://bugs.scummvm.org/
diff --git a/metadata/org.seamapdroid.txt b/metadata/org.seamapdroid.txt
new file mode 100644
index 0000000000..9b865ba081
--- /dev/null
+++ b/metadata/org.seamapdroid.txt
@@ -0,0 +1,62 @@
+Categories:Internet
+License:GPL-3.0-or-later
+Web Site:
+Source Code:https://github.com/marcoM32/SeaMapDroid
+Issue Tracker:https://github.com/marcoM32/SeaMapDroid/issues
+
+Auto Name:SeaMapDroid
+Summary:Browse OpenSeaMap on your phone
+Description:
+An Android application to consult the libre online nautical maps OpenSeaMap.
+
+'''Features:'''
+
+* Different languages: Italian, English
+* Many layers displayed on the map
+.
+
+Repo Type:git
+Repo:https://github.com/marcoM32/SeaMapDroid.git
+
+Build:1.0,1
+ commit=v1.2.2
+ subdir=app
+ gradle=yes
+
+Build:1.2.2,23
+ disable=Unexpected version/version code in output; APK: '1.0' / '1', Expected: '1.2.2' / '23'
+ commit=v1.2.2
+ subdir=app
+ gradle=yes
+
+Build:1.3.2,24
+ disable=minSdkVersion 7 cannot be smaller than version 9 declared in library [com.android.support:design:25.3.1]
+ commit=v1.3.2
+ subdir=app
+ gradle=yes
+
+Build:1.4.2,25
+ disable=minSdkVersion 7 cannot be smaller than version 9 declared in library [com.android.support:design:25.3.1]
+ commit=v1.4.2
+ subdir=app
+ gradle=yes
+
+Build:1.4.3,26
+ commit=v1.4.3
+ subdir=app
+ gradle=yes
+
+Build:1.5.4,27
+ commit=v1.5.4
+ subdir=app
+ gradle=yes
+
+Build:1.6.5,28
+ commit=v1.6.5
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.6.5
+Current Version Code:28
diff --git a/metadata/org.secuso.privacyfriendlyactivitytracker.txt b/metadata/org.secuso.privacyfriendlyactivitytracker.txt
index be2096ddd1..f36daeaf72 100644
--- a/metadata/org.secuso.privacyfriendlyactivitytracker.txt
+++ b/metadata/org.secuso.privacyfriendlyactivitytracker.txt
@@ -1,5 +1,5 @@
Categories:Sports & Health
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://secuso.org/pfa
Source Code:https://github.com/SecUSo/privacy-friendly-pedometer
Issue Tracker:https://github.com/SecUSo/privacy-friendly-pedometer/issues
diff --git a/metadata/org.secuso.privacyfriendlycardgameone.txt b/metadata/org.secuso.privacyfriendlycardgameone.txt
new file mode 100644
index 0000000000..26b7c59a90
--- /dev/null
+++ b/metadata/org.secuso.privacyfriendlycardgameone.txt
@@ -0,0 +1,33 @@
+Categories:Games
+License:GPL-3.0-or-later
+Web Site:https://www.secuso.informatik.tu-darmstadt.de/index.php?id=11404&L=0
+Source Code:https://github.com/SecUSo/privacy-friendly-werewolf
+Issue Tracker:https://github.com/SecUSo/privacy-friendly-werewolf/issues
+
+Auto Name:Werewolf
+Summary:Play Werewolf with your friends
+Description:
+Privacy Friendly Werewolf is an open source Android implementation of the famous
+Werewolf card game. You can play it with your friends inside a local network, so
+that everyone can use their own phone. Play in the role of innocent citizen, a
+deadly werewolf, a magical witch or a mystical seer. The game master phone, with
+own voice output, will guide you through the different phases of the game, where
+you can play out different actions, according to your role. Witches can use
+healing or poison potions, seers can see the roles of other people, and of
+course there is the big voting, where the fate of one player is decided. In the
+end, it is your skill which decides who is going to win - werewolves or
+citizens!
+.
+
+Repo Type:git
+Repo:https://github.com/SecUSo/privacy-friendly-werewolf.git
+
+Build:1.0,1
+ commit=v1.0
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.0
+Current Version Code:1
diff --git a/metadata/org.secuso.privacyfriendlydame.txt b/metadata/org.secuso.privacyfriendlydame.txt
new file mode 100644
index 0000000000..fd8e8cfb23
--- /dev/null
+++ b/metadata/org.secuso.privacyfriendlydame.txt
@@ -0,0 +1,30 @@
+Categories:Games
+License:GPL-3.0-or-later
+Web Site:https://www.secuso.informatik.tu-darmstadt.de/index.php?id=11404&L=0
+Source Code:https://github.com/SecUSo/privacy-friendly-dame
+Issue Tracker:https://github.com/SecUSo/privacy-friendly-dame/issues
+
+Auto Name:Checkers
+Summary:Strategy board game for one or two players
+Description:
+Privacy Friendly Checkers is a strategy board game for two players. The
+objective of the game is to either capture all opposing game pieces by jumping
+over them or by creating a situation in which the opponent cannot make a move
+anymore due to being blocked.
+
+The app belongs to the group of Privacy Friendly Apps developed by the SECUSO
+research group at Technische Universität Darmstadt.
+.
+
+Repo Type:git
+Repo:https://github.com/SecUSo/privacy-friendly-dame.git
+
+Build:1.0,1
+ commit=v1.0
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.0
+Current Version Code:1
diff --git a/metadata/org.secuso.privacyfriendlydicer.txt b/metadata/org.secuso.privacyfriendlydicer.txt
index 5dd2d321ab..fe78e673c6 100644
--- a/metadata/org.secuso.privacyfriendlydicer.txt
+++ b/metadata/org.secuso.privacyfriendlydicer.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://secuso.org/pfa
Source Code:https://github.com/SecUSo/privacy-friendly-dicer
Issue Tracker:https://github.com/SecUSo/privacy-friendly-dicer/issues
diff --git a/metadata/org.secuso.privacyfriendlyintervaltimer.txt b/metadata/org.secuso.privacyfriendlyintervaltimer.txt
new file mode 100644
index 0000000000..401bf5cb67
--- /dev/null
+++ b/metadata/org.secuso.privacyfriendlyintervaltimer.txt
@@ -0,0 +1,35 @@
+Categories:Sports & Health
+License:GPL-3.0-or-later
+Web Site:
+Source Code:https://github.com/SecUSo/privacy-friendly-interval-timer
+Issue Tracker:https://github.com/SecUSo/privacy-friendly-interval-timer/issues
+
+Auto Name:Interval Timer
+Summary:Privacy Friendly App that supports you during circuit exercise sessions
+Description:
+Privacy Friendly Interval Timer supports the user during his/her circuit
+training session and helps him achieve his/her training goals. In order to
+support the user during his training, the app provides stopwatches, which can be
+configured according to the user’s own training and resting phases. In addition,
+the app reminds the user of previously defined training sessions via a
+notification. To check the user’s goals and to recognize training progress, the
+app offers the possibility to retrieve statistics about the training times and
+the calories burned in a daily, weekly or monthly overview.
+
+This App requires minimal permissions and is part of the Privacy Friendly Apps
+group developed by the research group SECUSO at Technische Universität
+Darmstadt.
+.
+
+Repo Type:git
+Repo:https://github.com/SecUSo/privacy-friendly-interval-timer.git
+
+Build:1.0.2,2
+ commit=v1.0.2
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.0.2
+Current Version Code:2
diff --git a/metadata/org.secuso.privacyfriendlyludo.txt b/metadata/org.secuso.privacyfriendlyludo.txt
new file mode 100644
index 0000000000..bc7b0e6cdb
--- /dev/null
+++ b/metadata/org.secuso.privacyfriendlyludo.txt
@@ -0,0 +1,59 @@
+Categories:Games
+License:GPL-3.0-or-later
+Web Site:https://www.secuso.informatik.tu-darmstadt.de/index.php?id=11404&L=0
+Source Code:https://github.com/SecUSo/privacy-friendly-ludo
+Issue Tracker:https://github.com/SecUSo/privacy-friendly-ludo/issues
+
+Auto Name:Ludo
+Summary:Boardgame for 1 up to 6 players
+Description:
+Privacy Friendly Ludo is a boardgame for 4 up to 6 players (persons or computer
+opponents). The goal of the game is bringing four figures to the goal fields.
+Therefore, it is important to prevent opponent from winning the game by
+beatening the opponent figures with his own figures.
+
+''How to play''
+
+''Game''
+
+Each player has four figures which are marked in the player's color. At the
+beginning the of the game the figures are in the house. To leave the house the
+player has to roll a six on a six-sided die.
+
+Once a figure has left the house, the figure can be moved based on the result of
+a die role. To prevent opponents from winning, their figures can be sent back to
+the house. This happens if a player moves his figure to a field with a figure.
+Each player has four goal fields. The first player has reaches the goal with all
+his figures wins.
+
+''Game Modes''
+
+Privacy Friendly Ludo has two game modes:
+
+* 4 Players
+* 6 Players
+
+For player the following settings can be made:
+
+* Player color
+* Player name
+* Player type (computer or person)
+
+Furthermore the application offers a statistic to see how often each player has
+rolled a specific dice number. Additionally there is a possibility to play with
+own dice and own rules. The app belongs to the group of Privacy Friendly Apps
+developed by the SECUSO research group at Technische Universität Darmstadt.
+.
+
+Repo Type:git
+Repo:https://github.com/SecUSo/privacy-friendly-ludo.git
+
+Build:2.2,5
+ commit=v2.2
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:2.2
+Current Version Code:5
diff --git a/metadata/org.secuso.privacyfriendlymemory.txt b/metadata/org.secuso.privacyfriendlymemory.txt
index f8cff02896..00154c1c6a 100644
--- a/metadata/org.secuso.privacyfriendlymemory.txt
+++ b/metadata/org.secuso.privacyfriendlymemory.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://secuso.org/pfa
Source Code:https://github.com/SecUSo/privacy-friendly-memo-game
Issue Tracker:https://github.com/SecUSo/privacy-friendly-memo-game/issues
diff --git a/metadata/org.secuso.privacyfriendlynetmonitor.txt b/metadata/org.secuso.privacyfriendlynetmonitor.txt
index d89897353a..61de31543e 100644
--- a/metadata/org.secuso.privacyfriendlynetmonitor.txt
+++ b/metadata/org.secuso.privacyfriendlynetmonitor.txt
@@ -1,5 +1,5 @@
Categories:System,Multimedia,Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://secuso.org/pfa
Source Code:https://github.com/SecUSo/privacy-friendly-netmonitor
Issue Tracker:https://github.com/SecUSo/privacy-friendly-netmonitor/issues
diff --git a/metadata/org.secuso.privacyfriendlynotes.txt b/metadata/org.secuso.privacyfriendlynotes.txt
index 8b60ca2244..005eef0aee 100644
--- a/metadata/org.secuso.privacyfriendlynotes.txt
+++ b/metadata/org.secuso.privacyfriendlynotes.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://secuso.org/pfa
Source Code:https://github.com/SecUSo/privacy-friendly-notes
Issue Tracker:https://github.com/SecUSo/privacy-friendly-notes/issues
diff --git a/metadata/org.secuso.privacyfriendlypaindiary.txt b/metadata/org.secuso.privacyfriendlypaindiary.txt
new file mode 100644
index 0000000000..09a65aa5f4
--- /dev/null
+++ b/metadata/org.secuso.privacyfriendlypaindiary.txt
@@ -0,0 +1,32 @@
+Categories:Sports & Health
+License:GPL-3.0-only
+Web Site:https://www.secuso.informatik.tu-darmstadt.de/index.php?id=11404&L=0
+Source Code:https://github.com/SecUSo/privacy-friendly-pain-diary
+Issue Tracker:https://github.com/SecUSo/privacy-friendly-pain-diary/issues
+
+Auto Name:Pain Diary
+Summary:Helps you tracking pain
+Description:
+Privacy Friendly Pain Diary is an app which can help you track and share your
+pain. It allows you to make daily diary entries recording your condition and the
+intensity, location, nature and time of the pain you feel, as well as the
+medication you take and additional notes. Records of your pain can help health
+professionals gain an insight into the pain you are experiencing.
+
+It belongs to the Privacy Friendly Apps group developed by the research group
+SECUSO at Technische Universität Darmstadt. More information can be found at
+https://secuso.org/pfa.
+.
+
+Repo Type:git
+Repo:https://github.com/SecUSo/privacy-friendly-pain-diary.git
+
+Build:1.0,1
+ commit=v1.0
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.0
+Current Version Code:1
diff --git a/metadata/org.secuso.privacyfriendlypasswordgenerator.txt b/metadata/org.secuso.privacyfriendlypasswordgenerator.txt
index 197a38c728..740e2c17ef 100644
--- a/metadata/org.secuso.privacyfriendlypasswordgenerator.txt
+++ b/metadata/org.secuso.privacyfriendlypasswordgenerator.txt
@@ -1,5 +1,5 @@
Categories:Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://secuso.org/pfa
Source Code:https://github.com/SecUSo/privacy-friendly-passwordgenerator
Issue Tracker:https://github.com/SecUSo/privacy-friendly-passwordgenerator/issues
diff --git a/metadata/org.secuso.privacyfriendlypausinghealthily.yml b/metadata/org.secuso.privacyfriendlypausinghealthily.yml
new file mode 100644
index 0000000000..42275bff62
--- /dev/null
+++ b/metadata/org.secuso.privacyfriendlypausinghealthily.yml
@@ -0,0 +1,54 @@
+Categories:
+ - Sports & Health
+License: GPL-3.0-only
+WebSite: https://secuso.org/pfa
+SourceCode: https://github.com/SecUSo/privacy-friendly-pausing-healthily
+IssueTracker: https://github.com/SecUSo/privacy-friendly-pausing-healthily/issues
+Changelog: https://github.com/SecUSo/privacy-friendly-pausing-healthily/releases
+
+AutoName: Pausing Healthily
+Summary: Break reminder with helpful exercises
+Description: |-
+ The application Privacy Friendly Pausing Healthily is an app that allows you to
+ structure your work. It reminds you to take breaks during your work and offers
+ many helpful exercises that can be combined to form exercise sets. The exercises
+ can be performed during your break and help you to pause healthily.
+
+ The app belongs to the Privacy Friendly Apps group developed by the research
+ group SECUSO at Karlsruhe Institute of Technology.
+
+RepoType: git
+Repo: https://github.com/SecUSo/privacy-friendly-pausing-healthily.git
+
+Builds:
+ - versionName: 1.2.2
+ versionCode: 5
+ commit: v1.2.2
+ subdir: app
+ gradle:
+ - yes
+ prebuild: |-
+ sed -i -e 's/4.10/4.9/' ../gradle/wrapper/gradle-wrapper.properties
+
+ - versionName: 1.2.3
+ versionCode: 6
+ commit: v1.2.3
+ subdir: app
+ gradle:
+ - yes
+ prebuild: |-
+ sed -i -e 's/4.10/4.9/' ../gradle/wrapper/gradle-wrapper.properties
+
+ - versionName: '1.3'
+ versionCode: 7
+ commit: v1.3
+ subdir: app
+ gradle:
+ - yes
+ prebuild: |-
+ sed -i -e 's/4.10/4.9/' ../gradle/wrapper/gradle-wrapper.properties
+
+AutoUpdateMode: Version v%v
+UpdateCheckMode: Tags
+CurrentVersion: '1.3'
+CurrentVersionCode: 7
diff --git a/metadata/org.secuso.privacyfriendlypin.txt b/metadata/org.secuso.privacyfriendlypin.txt
index fc32cd013c..97fa713114 100644
--- a/metadata/org.secuso.privacyfriendlypin.txt
+++ b/metadata/org.secuso.privacyfriendlypin.txt
@@ -1,5 +1,5 @@
Categories:System,Security
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/SecUSo/privacy-friendly-pin-mnemonic/blob/HEAD/README.md
Source Code:https://github.com/SecUSo/privacy-friendly-pin-mnemonic
Issue Tracker:https://github.com/SecUSo/privacy-friendly-pin-mnemonic/issues
diff --git a/metadata/org.secuso.privacyfriendlyrecknoningskills.txt b/metadata/org.secuso.privacyfriendlyrecknoningskills.txt
new file mode 100644
index 0000000000..68416e954c
--- /dev/null
+++ b/metadata/org.secuso.privacyfriendlyrecknoningskills.txt
@@ -0,0 +1,38 @@
+Categories:Science & Education,Games
+License:GPL-3.0-or-later
+Web Site:https://www.secuso.informatik.tu-darmstadt.de/index.php?id=11404&L=0
+Source Code:https://github.com/SecUSo/privacy-friendly-reckoning-skills
+Issue Tracker:https://github.com/SecUSo/privacy-friendly-reckoning-skills/issues
+
+Auto Name:Reckoning Skills
+Summary:Helps you improving your mental calculation skills
+Description:
+Privacy Friendly Reckoning Skills helps you improving your mental calculation
+skills in the four basic calculating operations. For each game, the player can
+choose between the four basic arithmetic operations and four difficulties
+(exercises up to 10, 100, 1000 and 10000).
+
+After finishing an exercise round the player receives a score which depends on
+the number of exercises answered correctly and the time it took to answer all
+ten exercises.
+
+After every game there is an overview which shows whether the exercises were
+solved correctly. It is also possible to choose "Direct Feedback" in the
+settings. If direct feedback is chosen, the player will receive feedback whether
+the exercise was solved correctly after each single exercise. This App requires
+minimal permissions and is part of the Privacy Friendly Apps group developed by
+the research group SECUSO at Technische Universität Darmstadt.
+.
+
+Repo Type:git
+Repo:https://github.com/SecUSo/privacy-friendly-reckoning-skills.git
+
+Build:1.0.2,3
+ commit=v1.0.2
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.0.2
+Current Version Code:3
diff --git a/metadata/org.secuso.privacyfriendlyruler.txt b/metadata/org.secuso.privacyfriendlyruler.txt
index 9666b38cc7..80fb5329d9 100644
--- a/metadata/org.secuso.privacyfriendlyruler.txt
+++ b/metadata/org.secuso.privacyfriendlyruler.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://secuso.org/pfa
Source Code:https://github.com/SecUSo/privacy-friendly-ruler
Issue Tracker:https://github.com/SecUSo/privacy-friendly-ruler/issues
diff --git a/metadata/org.secuso.privacyfriendlysudoku.txt b/metadata/org.secuso.privacyfriendlysudoku.txt
index 588d9b87bf..c8fa8a75c3 100644
--- a/metadata/org.secuso.privacyfriendlysudoku.txt
+++ b/metadata/org.secuso.privacyfriendlysudoku.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://secuso.org/pfa
Source Code:https://github.com/SecUSo/privacy-friendly-sudoku
Issue Tracker:https://github.com/SecUSo/privacy-friendly-sudoku/issues
diff --git a/metadata/org.secuso.privacyfriendlyweather.txt b/metadata/org.secuso.privacyfriendlyweather.txt
index 885f20a037..d703f45ff0 100644
--- a/metadata/org.secuso.privacyfriendlyweather.txt
+++ b/metadata/org.secuso.privacyfriendlyweather.txt
@@ -1,5 +1,5 @@
Categories:Multimedia,Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://secuso.org/pfa
Source Code:https://github.com/SecUSo/privacy-friendly-weather
Issue Tracker:https://github.com/SecUSo/privacy-friendly-weather/issues
diff --git a/metadata/org.secuso.privacyfriendlyyahtzeedicer.txt b/metadata/org.secuso.privacyfriendlyyahtzeedicer.txt
index 8e0c89cf46..02e504bfaf 100644
--- a/metadata/org.secuso.privacyfriendlyyahtzeedicer.txt
+++ b/metadata/org.secuso.privacyfriendlyyahtzeedicer.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://secuso.org/pfa
Source Code:https://github.com/SecUSo/privacy-friendly-dice-game
Issue Tracker:https://github.com/SecUSo/privacy-friendly-dice-game/issues
diff --git a/metadata/org.sensors2.osc.txt b/metadata/org.sensors2.osc.txt
index e6b5635451..13ffb13368 100644
--- a/metadata/org.sensors2.osc.txt
+++ b/metadata/org.sensors2.osc.txt
@@ -9,6 +9,8 @@ Summary:Send sensor data via Open Sound Control (OSC).
Description:
Read sensor data from your phone and send them to a receiver via Open Sound
Control (OSC).
+
+Typical use case is controlling a music application from your phone or tablet.
.
Repo Type:git
diff --git a/metadata/org.sensors2.pd.txt b/metadata/org.sensors2.pd.txt
index 9fce03cff2..c00e1e9927 100644
--- a/metadata/org.sensors2.pd.txt
+++ b/metadata/org.sensors2.pd.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://sensors2.org/pd
Source Code:https://github.com/SensorApps/Sensors2Pd
Issue Tracker:https://github.com/SensorApps/Sensors2Pd/issues
diff --git a/metadata/org.servalproject.maps.txt b/metadata/org.servalproject.maps.txt
index 250f54f9be..300dce4f22 100644
--- a/metadata/org.servalproject.maps.txt
+++ b/metadata/org.servalproject.maps.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/servalproject/ServalMaps
Issue Tracker:https://github.com/servalproject/ServalMaps/issues
diff --git a/metadata/org.servalproject.txt b/metadata/org.servalproject.txt
index 882c199336..f8715f3979 100644
--- a/metadata/org.servalproject.txt
+++ b/metadata/org.servalproject.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.servalproject.org
Source Code:https://github.com/servalproject/batphone
Issue Tracker:https://github.com/servalproject/batphone/issues
diff --git a/metadata/org.shadowice.flocke.andotp.txt b/metadata/org.shadowice.flocke.andotp.txt
index 21356a7896..e4bf6a7726 100644
--- a/metadata/org.shadowice.flocke.andotp.txt
+++ b/metadata/org.shadowice.flocke.andotp.txt
@@ -98,7 +98,23 @@ Build:0.5.0.1,16
subdir=app
gradle=yes
+Build:0.6.0-beta1,18
+ commit=v0.6.0-beta1
+ subdir=app
+ gradle=yes
+
+Build:0.6.0-beta2,19
+ commit=v0.6.0-beta2
+ subdir=app
+ gradle=yes
+
+Build:0.6.0-beta3,20
+ commit=v0.6.0-beta3
+ subdir=app
+ gradle=yes
+
+Archive Policy:4 versions
Auto Update Mode:Version v%v
-Update Check Mode:Tags
+Update Check Mode:Tags ^v[0-9.]+$
Current Version:0.5.0.1
Current Version Code:16
diff --git a/metadata/org.shirakumo.ocelot.txt b/metadata/org.shirakumo.ocelot.txt
index 203d5ee815..6bc5ff66ec 100644
--- a/metadata/org.shirakumo.ocelot.txt
+++ b/metadata/org.shirakumo.ocelot.txt
@@ -7,6 +7,7 @@ Source Code:https://github.com/Shirakumo/ocelot
Issue Tracker:https://github.com/Shirakumo/ocelot/issues
Auto Name:Ocelot
+Summary:Lichat client
Description:
A chat client for the Lichat protocol.
diff --git a/metadata/org.shortcuts.txt b/metadata/org.shortcuts.txt
index be62d5f1bf..0872c798f9 100644
--- a/metadata/org.shortcuts.txt
+++ b/metadata/org.shortcuts.txt
@@ -1,9 +1,9 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
-Source Code:https://github.com/SufficientlySecure/calendar-contacts-shortcuts
-Issue Tracker:https://github.com/SufficientlySecure/calendar-contacts-shortcuts/issues
-Changelog:https://github.com/SufficientlySecure/calendar-contacts-shortcuts/blob/HEAD/CHANGELOG
+Source Code:https://github.com/PrivacyApps/calendar-contacts-shortcuts
+Issue Tracker:https://github.com/PrivacyApps/calendar-contacts-shortcuts/issues
+Changelog:https://github.com/PrivacyApps/calendar-contacts-shortcuts/blob/HEAD/CHANGELOG
Auto Name:Shortcuts for Calendar/Contacts
Summary:Add shortcuts for new calendars and contacts
@@ -13,7 +13,7 @@ for a new calendar event or a new contact.
.
Repo Type:git
-Repo:https://github.com/SufficientlySecure/calendar-contacts-shortcuts
+Repo:https://github.com/PrivacyApps/calendar-contacts-shortcuts
Build:1.1,2
commit=258d09e804b162d9e04d5059087d42475bf04f69
diff --git a/metadata/org.sickstache.txt b/metadata/org.sickstache.txt
index 449703cabd..81cc61e3fc 100644
--- a/metadata/org.sickstache.txt
+++ b/metadata/org.sickstache.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/Buttink/sick-stache
Issue Tracker:https://github.com/Buttink/sick-stache/issues
diff --git a/metadata/org.sipdroid.sipua.txt b/metadata/org.sipdroid.sipua.txt
index cb3c6ea636..a109aa0d0f 100644
--- a/metadata/org.sipdroid.sipua.txt
+++ b/metadata/org.sipdroid.sipua.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://sipdroid.org
Source Code:https://github.com/i-p-tel/sipdroid
Issue Tracker:https://github.com/i-p-tel/sipdroid/issues
@@ -37,5 +37,5 @@ Build:3.9 beta,104
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:4.1 beta
-Current Version Code:106
+Current Version:4.2 beta
+Current Version Code:107
diff --git a/metadata/org.sixgun.ponyexpress.txt b/metadata/org.sixgun.ponyexpress.txt
index c919674d34..8cab9e5384 100644
--- a/metadata/org.sixgun.ponyexpress.txt
+++ b/metadata/org.sixgun.ponyexpress.txt
@@ -1,7 +1,7 @@
Categories:Multimedia
-License:GPL-3.0
-Web Site:http://wiki.sixgun.org/ponyexpress/start
-Source Code:https://gitorious.org/ponyexpress
+License:GPL-3.0-only
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:Pony Express
diff --git a/metadata/org.smc.inputmethod.indic.txt b/metadata/org.smc.inputmethod.indic.txt
index e66ace9373..4f8ec33cf6 100644
--- a/metadata/org.smc.inputmethod.indic.txt
+++ b/metadata/org.smc.inputmethod.indic.txt
@@ -1,8 +1,8 @@
Categories:Writing
License:Apache-2.0
-Web Site:https://gitlab.com/smc/Indic-Keyboard/blob/HEAD/README.md
-Source Code:https://gitlab.com/smc/Indic-Keyboard
-Issue Tracker:https://gitlab.com/smc/Indic-Keyboard/issues
+Web Site:https://indic.app
+Source Code:https://gitlab.com/indicproject/Indic-Keyboard
+Issue Tracker:https://gitlab.com/indicproject/Indic-Keyboard/issues
Auto Name:Indic Keyboard
Summary:AOSP Keyboard with Indic language support
@@ -22,7 +22,7 @@ Urdu (اردو)
.
Repo Type:git
-Repo:https://gitlab.com/smc/indic-keyboard.git
+Repo:https://gitlab.com/indicproject/indic-keyboard.git
Build:1.1,13
disable=make ucm happy
@@ -73,6 +73,25 @@ Build:2.0.5,25
build=$$NDK$$/ndk-build -e "APP_ABI=armeabi-v7a" -e "APP_CFLAGS += -w" -C ../native/jni && \
mv ../native/libs/* jniLibs/
+Build:2.1.0,27
+ disable=missing native libs in apk
+ commit=v2.1
+ subdir=java
+ submodules=yes
+ gradle=yes
+ rm=java/libs/armeabi.jar
+ build=$$NDK$$/ndk-build -e "APP_ABI=armeabi-v7a" -e "APP_CFLAGS += -w" -C ../native/jni && \
+ mv ../native/libs/* jniLibs/
+
+Build:2.1.0-1,28
+ commit=v2.1.0-1
+ subdir=java
+ submodules=yes
+ gradle=yes
+ rm=java/jniLibs/armeabi-v7a/libjni_latinime.so
+ build=$$NDK$$/ndk-build -e "APP_ABI=armeabi-v7a" -e "APP_CFLAGS += -w" -C ../native/jni && \
+ mv ../native/libs/* jniLibs/
+
Maintainer Notes:
* needs testing
* dictionary binaries?
@@ -80,5 +99,5 @@ Maintainer Notes:
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:2.0.5
-Current Version Code:25
+Current Version:2.1.0-1
+Current Version Code:28
diff --git a/metadata/org.smssecure.smssecure.txt b/metadata/org.smssecure.smssecure.txt
index 50bc0b9fe7..e11196e9c1 100644
--- a/metadata/org.smssecure.smssecure.txt
+++ b/metadata/org.smssecure.smssecure.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS,Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://silence.im/
Source Code:https://github.com/SilenceIM/Silence
Issue Tracker:https://github.com/SilenceIM/Silence/issues
diff --git a/metadata/org.softcatala.traductor.txt b/metadata/org.softcatala.traductor.txt
index f9ec19600d..695304ffbf 100644
--- a/metadata/org.softcatala.traductor.txt
+++ b/metadata/org.softcatala.traductor.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Reading
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:
Source Code:https://github.com/Softcatala/TraductorSoftcatalaAndroid
Issue Tracker:https://github.com/Softcatala/TraductorSoftcatalaAndroid/issues
diff --git a/metadata/org.softeg.slartus.forpdaplus.txt b/metadata/org.softeg.slartus.forpdaplus.txt
index 6669225a30..068286df6d 100644
--- a/metadata/org.softeg.slartus.forpdaplus.txt
+++ b/metadata/org.softeg.slartus.forpdaplus.txt
@@ -167,8 +167,14 @@ Build:3.4.8.2,596
gradle=rel
prebuild=sed -i -e '/applicationVariants.all/,+8d' -e '/signingConfigs {/,+11d' -e '/defaultSigningVariable/d' build.gradle
+Build:3.5.2.7,615
+ commit=8bea9a7e78d53217aea15577953734d8a2a19cc3
+ subdir=app
+ gradle=rel
+ prebuild=sed -i -e '/applicationVariants.all/,+5d' -e '/signingConfigs {/,+11d' -e '/defaultSigningVariable/d' build.gradle
+
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.3"
-Current Version Code:610
+Current Version:"3.5.2.7"
+Current Version Code:615
diff --git a/metadata/org.sorz.lab.tinykeepass.txt b/metadata/org.sorz.lab.tinykeepass.txt
index c12e03e6d7..43ddc94f0c 100644
--- a/metadata/org.sorz.lab.tinykeepass.txt
+++ b/metadata/org.sorz.lab.tinykeepass.txt
@@ -31,7 +31,12 @@ Build:0.3.5,11
subdir=app
gradle=yes
+Build:0.3.6,12
+ commit=v0.3.6
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.3.5
-Current Version Code:11
+Current Version:0.3.6
+Current Version Code:12
diff --git a/metadata/org.sparkleshare.android.txt b/metadata/org.sparkleshare.android.txt
index f21e6c8045..023a747c09 100644
--- a/metadata/org.sparkleshare.android.txt
+++ b/metadata/org.sparkleshare.android.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.sparkleshare.org
Source Code:https://github.com/NewProggie/SparkleShare-Android
Issue Tracker:https://github.com/NewProggie/SparkleShare-Android/issues
diff --git a/metadata/org.sshtunnel.txt b/metadata/org.sshtunnel.txt
index fcb259c6ce..d57e82e78f 100644
--- a/metadata/org.sshtunnel.txt
+++ b/metadata/org.sshtunnel.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://bitbucket.org/madeye/sshtunnel
Issue Tracker:https://bitbucket.org/madeye/sshtunnel/issues
diff --git a/metadata/org.strawberryforum.pollywog.txt b/metadata/org.strawberryforum.pollywog.txt
index 17d6a0a421..5ee1fd3720 100644
--- a/metadata/org.strawberryforum.pollywog.txt
+++ b/metadata/org.strawberryforum.pollywog.txt
@@ -24,5 +24,5 @@ Build:0.1,1
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:0.1
-Current Version Code:1
+Current Version:0.2
+Current Version Code:2
diff --git a/metadata/org.subsurface.txt b/metadata/org.subsurface.txt
index fa2a4dfedb..e877f3380a 100644
--- a/metadata/org.subsurface.txt
+++ b/metadata/org.subsurface.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Sports & Health
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://subsurface.hohndel.org
Source Code:http://git.hohndel.org/?p=subsurface-companion.git;a=summary
Issue Tracker:http://trac.hohndel.org/report/1
diff --git a/metadata/org.sudowars.txt b/metadata/org.sudowars.txt
index 3441dea932..bd8ccec90b 100644
--- a/metadata/org.sudowars.txt
+++ b/metadata/org.sudowars.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://sudowars.org
Source Code:https://github.com/sudowars/sudowars
Issue Tracker:https://github.com/sudowars/sudowars/issues
diff --git a/metadata/org.sufficientlysecure.ical.txt b/metadata/org.sufficientlysecure.ical.txt
index cd89c18d4a..6590c1db4c 100644
--- a/metadata/org.sufficientlysecure.ical.txt
+++ b/metadata/org.sufficientlysecure.ical.txt
@@ -1,19 +1,26 @@
Categories:Time
-License:GPL-3.0
-Web Site:https://www.sufficientlysecure.org/android/
-Source Code:https://github.com/SufficientlySecure/calendar-import-export
-Issue Tracker:https://github.com/SufficientlySecure/calendar-import-export/issues
-Donate:https://www.sufficientlysecure.org/android/
+License:GPL-3.0-only
+Web Site:https://www.schuermann.eu/android/
+Source Code:https://github.com/PrivacyApps/calendar-import-export
+Issue Tracker:https://github.com/PrivacyApps/calendar-import-export/issues
+Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=android%40schuermann.eu&lc=US&item_name=Android+Donation&no_note=0&no_shipping=1¤cy_code=EUR
+Bitcoin:12Y6zbBYoRxf8kBrjau3WedjtzvcACvPMk
Auto Name:Calendar Import-Export
Summary:Import/Export calendars via ics files
Description:
This app allows you to import/export your calenders using ics files without
using Google synchronization services.
+
+'''Features:'''
+
+* Export/Backup to ics file
+* Import from SD card or server
+* Supports ics (iCal, iCalendar) files
.
Repo Type:git
-Repo:https://github.com/SufficientlySecure/calendar-import-export.git
+Repo:https://github.com/PrivacyApps/calendar-import-export.git
Build:2.0,50
commit=v2.0
diff --git a/metadata/org.sufficientlysecure.keychain.txt b/metadata/org.sufficientlysecure.keychain.txt
index 979f4ff302..ae32db60d5 100644
--- a/metadata/org.sufficientlysecure.keychain.txt
+++ b/metadata/org.sufficientlysecure.keychain.txt
@@ -1,10 +1,11 @@
Categories:Security
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://www.openkeychain.org/
-Source Code:https://github.com/openpgp-keychain/openpgp-keychain
-Issue Tracker:https://github.com/openpgp-keychain/openpgp-keychain/issues
+Source Code:https://github.com/open-keychain/open-keychain
+Issue Tracker:https://github.com/open-keychain/open-keychain/issues
Changelog:https://github.com/open-keychain/open-keychain/blob/HEAD/OpenKeychain/src/main/res/raw/help_changelog.md
-Donate:https://www.openkeychain.org/
+Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=android%40schuermann.eu&lc=US&item_name=OpenKeychain+Donation&no_note=0&no_shipping=1¤cy_code=EUR
+Bitcoin:1LY6Hs6SurATjfxnihzLMDUMUuMxvQ4aEi
Auto Name:OpenKeychain
@@ -390,6 +391,69 @@ Build:4.9.2,49200
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
+
+Build:5.0.1,50100
+ commit=v5.0.1
+ subdir=OpenKeychain
+ submodules=yes
+ gradle=fdroid
+ scanignore=extern/bouncycastle/core/src/test,OpenKeychain/src/test/resources/OpenPGP-Haskell/tests
+
+Build:5.0.2,50200
+ commit=v5.0.2
+ subdir=OpenKeychain
+ submodules=yes
+ gradle=fdroid
+ scanignore=extern/bouncycastle/core/src/test,OpenKeychain/src/test/resources/OpenPGP-Haskell/tests
+
+Build:5.1,51000
+ commit=v5.1
+ subdir=OpenKeychain
+ submodules=yes
+ gradle=fdroid
+ scanignore=extern/bouncycastle/core/src/test,OpenKeychain/src/test/resources/OpenPGP-Haskell/tests
+
+Build:5.1.1,51100
+ commit=v5.1.1
+ subdir=OpenKeychain
+ submodules=yes
+ gradle=fdroid
+ scanignore=extern/bouncycastle/core/src/test,OpenKeychain/src/test/resources/OpenPGP-Haskell/tests
+
+Build:5.1.2,51200
+ commit=v5.1.2
+ subdir=OpenKeychain
+ submodules=yes
+ gradle=fdroid
+ scanignore=extern/bouncycastle/core/src/test,OpenKeychain/src/test/resources/OpenPGP-Haskell/tests
+
+Build:5.1.3,51300
+ commit=v5.1.3
+ subdir=OpenKeychain
+ submodules=yes
+ gradle=fdroid
+ scanignore=extern/bouncycastle/core/src/test,OpenKeychain/src/test/resources/OpenPGP-Haskell/tests
+
+Build:5.1.4,51400
+ commit=v5.1.4
+ subdir=OpenKeychain
+ submodules=yes
+ gradle=fdroid
+ scanignore=extern/bouncycastle/core/src/test,OpenKeychain/src/test/resources/OpenPGP-Haskell/tests
+
+Build:5.2,52009
+ commit=v5.2
+ subdir=OpenKeychain
+ submodules=yes
+ gradle=fdroid
+ scanignore=extern/bouncycastle/core/src/test,OpenKeychain/src/test/resources/OpenPGP-Haskell/tests
+
Maintainer Notes:
Summary and Description are maintained by upstream using fastlane in
the source repo:
@@ -398,5 +462,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.2
-Current Version Code:49200
+Current Version:5.2
+Current Version Code:52009
diff --git a/metadata/org.sufficientlysecure.localcalendar.txt b/metadata/org.sufficientlysecure.localcalendar.txt
index 920d3f98c6..69fd472666 100644
--- a/metadata/org.sufficientlysecure.localcalendar.txt
+++ b/metadata/org.sufficientlysecure.localcalendar.txt
@@ -1,10 +1,11 @@
Categories:Time
-License:GPL-3.0
-Web Site:https://www.sufficientlysecure.org/android/
-Source Code:https://github.com/SufficientlySecure/offline-calendar
-Issue Tracker:https://github.com/SufficientlySecure/offline-calendar/issues
-Changelog:https://raw.github.com/SufficientlySecure/offline-calendar/HEAD/CHANGELOG
-Donate:https://www.sufficientlysecure.org/android/
+License:GPL-3.0-only
+Web Site:https://www.schuermann.eu/android/
+Source Code:https://github.com/PrivacyApps/offline-calendar
+Issue Tracker:https://github.com/PrivacyApps/offline-calendar/issues
+Changelog:https://raw.github.com/PrivacyApps/offline-calendar/HEAD/CHANGELOG
+Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=android%40schuermann.eu&lc=US&item_name=Android+Donation&no_note=0&no_shipping=1¤cy_code=EUR
+Bitcoin:12Y6zbBYoRxf8kBrjau3WedjtzvcACvPMk
Auto Name:Offline Calendar
Summary:Offline calendar adapter
@@ -15,7 +16,7 @@ and it will then be available in the Calendar app.
.
Repo Type:git
-Repo:https://github.com/SufficientlySecure/offline-calendar.git
+Repo:https://github.com/PrivacyApps/offline-calendar.git
Build:1.0,1
commit=189ea0113f896515826d33f6cc0041c344a11159
diff --git a/metadata/org.sufficientlysecure.standalonecalendar.txt b/metadata/org.sufficientlysecure.standalonecalendar.txt
index 95d4a185dd..d4234120de 100644
--- a/metadata/org.sufficientlysecure.standalonecalendar.txt
+++ b/metadata/org.sufficientlysecure.standalonecalendar.txt
@@ -1,13 +1,17 @@
Categories:Time
License:Apache-2.0
-Web Site:https://www.sufficientlysecure.org/android/
+Web Site:https://www.schuermann.eu/android/
Source Code:https://github.com/free-software-for-android/Standalone-Calendar
Issue Tracker:https://github.com/free-software-for-android/Standalone-Calendar/issues
-Donate:https://www.sufficientlysecure.org/android/
+Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=android%40schuermann.eu&lc=US&item_name=Android+Donation&no_note=0&no_shipping=1¤cy_code=EUR
+Bitcoin:12Y6zbBYoRxf8kBrjau3WedjtzvcACvPMk
Auto Name:Standalone Calendar
Summary:AOSP calendar
Description:
+Note: This project is no longer maintained. For a replacement consider
+[[ws.xsoh.etar]] or [[com.simplemobiletools.calendar]].
+
Fork of the AOSP calendar, mainly for those who would like to have it installed
but can't. It has a different package name to prevent conflicting with
“com.android.calendar”.
diff --git a/metadata/org.sufficientlysecure.termbot.txt b/metadata/org.sufficientlysecure.termbot.txt
new file mode 100644
index 0000000000..0115ce45bf
--- /dev/null
+++ b/metadata/org.sufficientlysecure.termbot.txt
@@ -0,0 +1,48 @@
+Categories:Internet
+License:Apache-2.0
+Web Site:https://www.openkeychain.org/
+Source Code:https://github.com/open-keychain/termbot
+Issue Tracker:https://github.com/open-keychain/termbot/issues
+Changelog:https://github.com/open-keychain/termbot/blob/HEAD/CHANGELOG.md
+Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=android%40schuermann.eu&lc=US&item_name=OpenKeychain+Donation&no_note=0&no_shipping=1¤cy_code=EUR
+Bitcoin:1LY6Hs6SurATjfxnihzLMDUMUuMxvQ4aEi
+
+Auto Name:TermBot
+Summary:SSH client for use with smart cards
+Description:
+Special version of ConnectBot that supports the SSH Authentication API. In
+combination with OpenKeychain it can use OpenPGP keys.
+
+This is primarily developed to support authentication subkeys on smart cards and
+other security tokens over NFC and USB.
+.
+
+Repo Type:git
+Repo:https://github.com/open-keychain/termbot
+
+Build:1.9.2-termbot.2,19202
+ commit=v1.9.2-termbot.2
+ subdir=app
+ submodules=yes
+ gradle=oss
+ prebuild=sed -i -e '/googleCompile/d;/versionNameSuffix/d' build.gradle
+
+Build:1.9.2-termbot.4,19204
+ commit=v1.9.2-termbot.4-oss
+ subdir=app
+ submodules=yes
+ gradle=oss
+ prebuild=sed -i -e '/googleCompile/d' build.gradle
+
+Build:1.9.2-termbot.5,19205
+ commit=v1.9.2-termbot.5
+ subdir=app
+ submodules=yes
+ gradle=oss
+ prebuild=sed -i -e '/googleCompile/d' build.gradle
+ scandelete=sshlib/publish.gradle
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags ^v[0-9.]+-termbot[0-9.]+$
+Current Version:1.9.2-termbot.5
+Current Version Code:19205
diff --git a/metadata/org.sufficientlysecure.viewer.fontpack.txt b/metadata/org.sufficientlysecure.viewer.fontpack.txt
index ffac81a1fd..f402a10b33 100644
--- a/metadata/org.sufficientlysecure.viewer.fontpack.txt
+++ b/metadata/org.sufficientlysecure.viewer.fontpack.txt
@@ -1,19 +1,24 @@
Categories:Reading
-License:GPL-3.0
-Web Site:https://www.sufficientlysecure.org/android/
-Source Code:https://github.com/SufficientlySecure/document-viewer-fontpack
-Issue Tracker:https://github.com/SufficientlySecure/document-viewer/issues
-Donate:https://www.sufficientlysecure.org/android/
+License:GPL-3.0-only
+Web Site:https://www.schuermann.eu/android/
+Source Code:https://github.com/PrivacyApps/document-viewer-fontpack
+Issue Tracker:https://github.com/PrivacyApps/document-viewer/issues
+Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=android%40schuermann.eu&lc=US&item_name=Android+Donation&no_note=0&no_shipping=1¤cy_code=EUR
+Bitcoin:12Y6zbBYoRxf8kBrjau3WedjtzvcACvPMk
Name:Document Viewer Font Pack
Auto Name:DV FontPack
Summary:Extra fonts for Document Viewer
Description:
+Note: Discontinued. This was a addon for Document Viewer which provided
+additional fonts. These MuPDF patches to support this no longer apply cleanly,
+so support for the font pack was dropped.
+
Academy, Academy Old, FreeFonts, URW Symbol and Free Nimbus L.
.
Repo Type:git
-Repo:https://github.com/SufficientlySecure/document-viewer-fontpack
+Repo:https://github.com/PrivacyApps/document-viewer-fontpack
Build:2.1,2100
commit=ac9b11451
diff --git a/metadata/org.sufficientlysecure.viewer.txt b/metadata/org.sufficientlysecure.viewer.txt
index cf7bbdd0e8..8038b7163a 100644
--- a/metadata/org.sufficientlysecure.viewer.txt
+++ b/metadata/org.sufficientlysecure.viewer.txt
@@ -1,10 +1,11 @@
Categories:Reading
-License:GPL-3.0
-Web Site:https://www.sufficientlysecure.org/android/
-Source Code:https://github.com/SufficientlySecure/document-viewer
-Issue Tracker:https://github.com/SufficientlySecure/document-viewer/issues
-Changelog:https://raw.githubusercontent.com/SufficientlySecure/document-viewer/HEAD/document-viewer/src/main/assets/about/en/changelog.wiki
-Donate:https://www.sufficientlysecure.org/android/
+License:GPL-3.0-only
+Web Site:https://www.schuermann.eu/android/
+Source Code:https://github.com/PrivacyApps/document-viewer
+Issue Tracker:https://github.com/PrivacyApps/document-viewer/issues
+Changelog:https://raw.githubusercontent.com/PrivacyApps/document-viewer/HEAD/document-viewer/src/main/assets/about/en/changelog.wiki
+Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=android%40schuermann.eu&lc=US&item_name=Android+Donation&no_note=0&no_shipping=1¤cy_code=EUR
+Bitcoin:12Y6zbBYoRxf8kBrjau3WedjtzvcACvPMk
Auto Name:Document Viewer
Summary:Viewer for many document formats
@@ -18,11 +19,16 @@ Document Viewer supports:
* Comic Books (cbz) (NO support for cbr (rar compressed))
* FictionBook (fb2)
+IT DOES NOT SUPPORT DOC or DOCX files!
+
+Collaboration with electronic publication sites and access to online ebook
+catalogs is allowed by the supported OPDS protocol.
+
This apk supports all ABIs: ARM, x86 and MIPS.
.
Repo Type:git
-Repo:https://github.com/SufficientlySecure/document-viewer.git
+Repo:https://github.com/PrivacyApps/document-viewer.git
Build:2.1,2100
commit=v2.1
diff --git a/metadata/org.sugr.gearshift.txt b/metadata/org.sugr.gearshift.txt
index 02d1f0e9bc..fa794e251a 100644
--- a/metadata/org.sugr.gearshift.txt
+++ b/metadata/org.sugr.gearshift.txt
@@ -9,7 +9,16 @@ Auto Name:Gear Shift
Summary:Manage Transmission bittorent client
Description:
Remote control for the bittorent client [https://www.transmissionbt.com/
-Transmission].
+Transmission]. Features include:
+
+* Multiple profiles (if you have more than one transmission daemon)
+* Torrent list (with an option to only update the active torrents)
+* Adding of torrents and magnet links. Clicking on a torrent file from the Downloads app or a file browser, or clicking on a magnet link from the browser will open the Add dialog.
+* Alternate speed - "turtle mode"
+* Torrent pause/resume/remove/move. Moving a torrent requires that you set up "Download Directories" in the Transmission profile.
+* Sorting, filtering, stats
+* Torrent details, with limit configurations per torrent, specific files for exclusion, tracker manipulation and per-file priority settings
+* Tablet interface (tested on the Nexus 7)
.
Repo Type:git
diff --git a/metadata/org.supertuxkart.stk.txt b/metadata/org.supertuxkart.stk.txt
index d36a8a7197..4baf25262c 100644
--- a/metadata/org.supertuxkart.stk.txt
+++ b/metadata/org.supertuxkart.stk.txt
@@ -1,16 +1,12 @@
Categories:Games
-License:GPL-3.0
-Web Site:http://supertuxkart.sourceforge.net/
+License:GPL-3.0-only
+Web Site:https://supertuxkart.net/Main_Page
Source Code:https://github.com/supertuxkart/stk-code
Issue Tracker:https://github.com/supertuxkart/stk-code/issues
Changelog:https://github.com/supertuxkart/stk-code/blob/HEAD/CHANGELOG.md
-Name:SuperTuxKart (DEV)
-Auto Name:SuperTuxKart
Summary:Play a kart racing games with Tux and friends
Description:
-This is a development build, do not install.
-
Kart racing game, with many tracks, characters and items for you to try.
.
@@ -33,14 +29,28 @@ Build:1.0,1
./make.sh -j5
ndk=r13b
+Build:0.9.3,10
+ commit=0.9.3
+ subdir=android
+ output=build/outputs/apk/android-release-unsigned.apk
+ srclibs=supertuxkartdeps@eeb6a5e1841ec5f0c02848abc00f8fa9466ea8bb,supertuxkartassets093@17659
+ prebuild=tar -C '../lib' -xf $$supertuxkartdeps$$/dependencies-android.tar.xz && \
+ sed -i 's/android:versionCode="1"/android:versionCode="$$VERCODE$$"/' AndroidManifest.xml && \
+ sed -i 's/android:versionName="1.0"/android:versionName="$$VERSION$$"/' AndroidManifest.xml && \
+ sed -i -e 's#../../stk-assets#$$supertuxkartassets093$$#' generate_assets.sh
+ scandelete=lib/curl/tests,tools/windows_installer
+ build=export BUILD_TYPE=release && \
+ export SDK_PATH=$$SDK$$ && \
+ export NDK_PATH=$$NDK$$ && \
+ ./generate_assets.sh && \
+ ./make.sh
+ ndk=r12b
+
Maintainer Notes:
-* We need to force version and versioncode.
-* Check binaries
-* Upstream does not bump VC, so we need a way to deal with it.
+By default, the build script only builds a binary for armeabi-v7a.
+
+Upstream sets the version manually during the build so we can't enable auto update.
.
-Archive Policy:0 versions
Auto Update Mode:None
-Update Check Mode:RepoManifest
-Current Version:1.0
-Current Version Code:1
+Update Check Mode:None
diff --git a/metadata/org.sw24softwares.starkeverben.txt b/metadata/org.sw24softwares.starkeverben.txt
index 59d4293c71..c721853a44 100644
--- a/metadata/org.sw24softwares.starkeverben.txt
+++ b/metadata/org.sw24softwares.starkeverben.txt
@@ -1,15 +1,10 @@
Categories:Science & Education
-License:GPL-3.0
-Web Site:https://github.com/Sw24Softwares/StarkeVerben/blob/HEAD/README.md
+License:GPL-3.0-only
+Web Site:https://sw24softwares.github.io
Source Code:https://github.com/Sw24Softwares/StarkeVerben
Issue Tracker:https://github.com/Sw24Softwares/StarkeVerben/issues
Auto Name:Starke Verben
-Summary:Learn your German strong verbs
-Description:
-StarkeVerben is an Android application that aims to help people learning their
-strong verbs.
-.
Repo Type:git
Repo:https://github.com/Sw24Softwares/StarkeVerben
@@ -44,7 +39,22 @@ Build:3.0.1,9
subdir=app
gradle=yes
+Build:3.1.0,10
+ commit=v3.1.0
+ subdir=app
+ gradle=yes
+
+Build:3.1.1,11
+ commit=v3.1.1
+ subdir=app
+ gradle=yes
+
+Build:3.1.2,12
+ commit=v3.1.2
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:3.0.1
-Current Version Code:9
+Current Version:3.1.2
+Current Version Code:12
diff --git a/metadata/org.swiftp.txt b/metadata/org.swiftp.txt
index 5eeb09e8bb..5ab092d4cd 100644
--- a/metadata/org.swiftp.txt
+++ b/metadata/org.swiftp.txt
@@ -1,6 +1,6 @@
Disabled:Superseded by be.ppareit...
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://code.google.com/p/swiftp
Source Code:https://code.google.com/p/swiftp/source
Issue Tracker:
diff --git a/metadata/org.synergy.txt b/metadata/org.synergy.txt
index d75cac6609..e9d6cc166c 100644
--- a/metadata/org.synergy.txt
+++ b/metadata/org.synergy.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://www.synergy-project.org
Source Code:https://github.com/symless/synergy-cyanogen
Issue Tracker:https://github.com/symless/synergy-cyanogen/issues
diff --git a/metadata/org.systemcall.scores.txt b/metadata/org.systemcall.scores.txt
index 19452a0ff1..9ce68251b9 100644
--- a/metadata/org.systemcall.scores.txt
+++ b/metadata/org.systemcall.scores.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/rengolin/cardgamescores
Issue Tracker:https://github.com/rengolin/cardgamescores/issues
diff --git a/metadata/org.t2.synconwifi.txt b/metadata/org.t2.synconwifi.txt
index 297212c376..b38ba2cebb 100644
--- a/metadata/org.t2.synconwifi.txt
+++ b/metadata/org.t2.synconwifi.txt
@@ -1,5 +1,5 @@
Categories:System,Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/Kadabash/SyncOnWifi/blob/HEAD/README.md
Source Code:https://github.com/Kadabash/SyncOnWifi
Issue Tracker:https://github.com/Kadabash/SyncOnWifi/issues
diff --git a/metadata/org.tasks.txt b/metadata/org.tasks.txt
index b2b562300f..dba9dcd8d5 100644
--- a/metadata/org.tasks.txt
+++ b/metadata/org.tasks.txt
@@ -1,9 +1,9 @@
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/tasks/tasks
Issue Tracker:https://github.com/tasks/tasks/issues
-Changelog:https://github.com/tasks/tasks/releases
+Changelog:https://github.com/tasks/tasks/blob/HEAD/CHANGELOG.md
Donate:https://pledgie.com/campaigns/24281
FlattrID:2308341
@@ -516,11 +516,55 @@ Build:5.3.4,506
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.5,531
+ commit=6.0.5
+ subdir=app
+ submodules=yes
+ gradle=generic
+ prebuild=sed -i -e '/maven {/,/}/d' -e '/com.google.gms/d' -e '/io.fabric.tools/d' ../build.gradle && \
+ sed -i -e '/io.fabric/d' -e '/googleplayImplementation/d' -e '/amazonImplementation/d' -e '/com.google.gms/d' build.gradle
+
+Build:6.0.6,532
+ commit=6.0.6
+ subdir=app
+ submodules=yes
+ gradle=generic
+ prebuild=sed -i -e '/maven {/,/}/d' -e '/com.google.gms/d' -e '/io.fabric.tools/d' ../build.gradle && \
+ sed -i -e '/io.fabric/d' -e '/googleplayImplementation/d' -e '/amazonImplementation/d' -e '/com.google.gms/d' build.gradle
+
+Build:6.1,534
+ commit=6.1
+ subdir=app
+ submodules=yes
+ gradle=generic
+ prebuild=sed -i -e '/maven {/,/}/d' -e '/com.google.gms/d' -e '/io.fabric.tools/d' ../build.gradle && \
+ sed -i -e '/io.fabric/d' -e '/googleplayImplementation/d' -e '/amazonImplementation/d' -e '/com.google.gms/d' build.gradle
+
+Build:6.1.1,535
+ commit=6.1.1
+ subdir=app
+ submodules=yes
+ gradle=generic
+ prebuild=sed -i -e '/maven {/,/}/d' -e '/com.google.gms/d' -e '/io.fabric.tools/d' ../build.gradle && \
+ sed -i -e '/io.fabric/d' -e '/googleplayImplementation/d' -e '/amazonImplementation/d' -e '/com.google.gms/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.4
-Current Version Code:506
+Current Version:6.1.1
+Current Version Code:535
diff --git a/metadata/org.tbrk.mnemododo.txt b/metadata/org.tbrk.mnemododo.txt
index c252071e8f..e3ed0980a9 100644
--- a/metadata/org.tbrk.mnemododo.txt
+++ b/metadata/org.tbrk.mnemododo.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://tbrk.org/software/mnemododo.html
Source Code:https://code.launchpad.net/~tbrk/mnemododo/trunk
Issue Tracker:https://bugs.launchpad.net/mnemododo
diff --git a/metadata/org.telegram.messenger.txt b/metadata/org.telegram.messenger.txt
index 8a054f2f22..8430657fad 100644
--- a/metadata/org.telegram.messenger.txt
+++ b/metadata/org.telegram.messenger.txt
@@ -1,11 +1,12 @@
AntiFeatures:NonFreeNet,UpstreamNonFree
Categories:Internet
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://telegram.org
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,70 @@ 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
+
+Build:4.6.0c,11585
+ commit=v4.6c
+ 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
+
+Build:4.9.0,13400
+ commit=v4.9
+ subdir=TMessagesProj
+ submodules=yes
+ sudo=apt-get update && \
+ apt-get install -y ninja-build golang-go
+ gradle=afat
+ 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
+ scandelete=TMessagesProj/jni
+ build=export NDK=$$NDK$$ && \
+ export NINJA_PATH=/usr/bin/ninja && \
+ pushd jni && \
+ ./build_ffmpeg_clang.sh && \
+ ./patch_boringssl.sh && \
+ ./build_boringssl.sh && \
+ popd
+ ndk=r16b
+
+Build:4.9.1,13580
+ commit=v4.9.1
+ subdir=TMessagesProj
+ submodules=yes
+ sudo=apt-get update && \
+ apt-get install -y ninja-build golang-go
+ gradle=afat
+ 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
+ scandelete=TMessagesProj/jni
+ build=export NDK=$$NDK$$ && \
+ export NINJA_PATH=/usr/bin/ninja && \
+ pushd jni && \
+ ./build_ffmpeg_clang.sh && \
+ ./patch_boringssl.sh && \
+ ./build_boringssl.sh && \
+ popd
+ ndk=r16b
+
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 +410,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.9.1
+Current Version Code:13580
diff --git a/metadata/org.telegram.messenger/be/name.txt b/metadata/org.telegram.messenger/be/name.txt
new file mode 100644
index 0000000000..1b18adedf7
--- /dev/null
+++ b/metadata/org.telegram.messenger/be/name.txt
@@ -0,0 +1 @@
+Telegram
\ No newline at end of file
diff --git a/metadata/org.telegram.messenger/be/summary.txt b/metadata/org.telegram.messenger/be/summary.txt
new file mode 100644
index 0000000000..a4d53675f0
--- /dev/null
+++ b/metadata/org.telegram.messenger/be/summary.txt
@@ -0,0 +1 @@
+Telegram — праграма абмену паведамленнямі з акцэнтам на хуткасць і бяспечнасць.
\ No newline at end of file
diff --git a/metadata/org.telegram.messenger/ca/summary.txt b/metadata/org.telegram.messenger/ca/summary.txt
index bdb8702ada..d812a31a4c 100644
--- a/metadata/org.telegram.messenger/ca/summary.txt
+++ b/metadata/org.telegram.messenger/ca/summary.txt
@@ -1 +1 @@
-El Telegram és una aplicació de missatgeria ràpida i segura.
\ No newline at end of file
+Telegram és una aplicació de missatgeria ràpida i segura.
\ No newline at end of file
diff --git a/metadata/org.telegram.messenger/en-US/featureGraphic.png b/metadata/org.telegram.messenger/en-US/featureGraphic.png
index 1ac2b2e074..0ad86ab796 100644
Binary files a/metadata/org.telegram.messenger/en-US/featureGraphic.png and b/metadata/org.telegram.messenger/en-US/featureGraphic.png differ
diff --git a/metadata/org.telegram.messenger/en-US/phoneScreenshots/00.png b/metadata/org.telegram.messenger/en-US/phoneScreenshots/00.png
index 3e7bb9f3ad..bf80c221ba 100644
Binary files a/metadata/org.telegram.messenger/en-US/phoneScreenshots/00.png and b/metadata/org.telegram.messenger/en-US/phoneScreenshots/00.png differ
diff --git a/metadata/org.telegram.messenger/en-US/phoneScreenshots/01.png b/metadata/org.telegram.messenger/en-US/phoneScreenshots/01.png
new file mode 100644
index 0000000000..2a2c90d598
Binary files /dev/null and b/metadata/org.telegram.messenger/en-US/phoneScreenshots/01.png differ
diff --git a/metadata/org.telegram.messenger/en-US/phoneScreenshots/02.png b/metadata/org.telegram.messenger/en-US/phoneScreenshots/02.png
index cb31ca6a7d..9ff1d702a6 100644
Binary files a/metadata/org.telegram.messenger/en-US/phoneScreenshots/02.png and b/metadata/org.telegram.messenger/en-US/phoneScreenshots/02.png differ
diff --git a/metadata/org.telegram.messenger/en-US/phoneScreenshots/03.png b/metadata/org.telegram.messenger/en-US/phoneScreenshots/03.png
new file mode 100644
index 0000000000..96ea0ac6f7
Binary files /dev/null and b/metadata/org.telegram.messenger/en-US/phoneScreenshots/03.png differ
diff --git a/metadata/org.telegram.messenger/en-US/phoneScreenshots/04.png b/metadata/org.telegram.messenger/en-US/phoneScreenshots/04.png
index 05fea9635b..75f1525e9b 100644
Binary files a/metadata/org.telegram.messenger/en-US/phoneScreenshots/04.png and b/metadata/org.telegram.messenger/en-US/phoneScreenshots/04.png differ
diff --git a/metadata/org.telegram.messenger/en-US/phoneScreenshots/05.png b/metadata/org.telegram.messenger/en-US/phoneScreenshots/05.png
index 572ac08b15..4652ed4504 100644
Binary files a/metadata/org.telegram.messenger/en-US/phoneScreenshots/05.png and b/metadata/org.telegram.messenger/en-US/phoneScreenshots/05.png differ
diff --git a/metadata/org.telegram.messenger/en-US/phoneScreenshots/06.png b/metadata/org.telegram.messenger/en-US/phoneScreenshots/06.png
index 0c7b92e6a5..5c1b20edea 100644
Binary files a/metadata/org.telegram.messenger/en-US/phoneScreenshots/06.png and b/metadata/org.telegram.messenger/en-US/phoneScreenshots/06.png differ
diff --git a/metadata/org.telegram.messenger/en-US/phoneScreenshots/07.png b/metadata/org.telegram.messenger/en-US/phoneScreenshots/07.png
new file mode 100644
index 0000000000..1473cc383f
Binary files /dev/null and b/metadata/org.telegram.messenger/en-US/phoneScreenshots/07.png differ
diff --git a/metadata/org.telegram.messenger/en-US/phoneScreenshots/08.png b/metadata/org.telegram.messenger/en-US/phoneScreenshots/08.png
index 7095a4cb37..fa84c96fec 100644
Binary files a/metadata/org.telegram.messenger/en-US/phoneScreenshots/08.png and b/metadata/org.telegram.messenger/en-US/phoneScreenshots/08.png differ
diff --git a/metadata/org.telegram.messenger/en-US/phoneScreenshots/09.png b/metadata/org.telegram.messenger/en-US/phoneScreenshots/09.png
index a5f1dbbebb..4fdc343dae 100644
Binary files a/metadata/org.telegram.messenger/en-US/phoneScreenshots/09.png and b/metadata/org.telegram.messenger/en-US/phoneScreenshots/09.png differ
diff --git a/metadata/org.telegram.messenger/en-US/phoneScreenshots/10.png b/metadata/org.telegram.messenger/en-US/phoneScreenshots/10.png
new file mode 100644
index 0000000000..8cefc71d4d
Binary files /dev/null and b/metadata/org.telegram.messenger/en-US/phoneScreenshots/10.png differ
diff --git a/metadata/org.telegram.messenger/en-US/phoneScreenshots/11.png b/metadata/org.telegram.messenger/en-US/phoneScreenshots/11.png
new file mode 100644
index 0000000000..b44109e419
Binary files /dev/null and b/metadata/org.telegram.messenger/en-US/phoneScreenshots/11.png differ
diff --git a/metadata/org.telegram.messenger/en-US/phoneScreenshots/12.png b/metadata/org.telegram.messenger/en-US/phoneScreenshots/12.png
new file mode 100644
index 0000000000..04d51cefe6
Binary files /dev/null and b/metadata/org.telegram.messenger/en-US/phoneScreenshots/12.png differ
diff --git a/metadata/org.telegram.messenger/en-US/phoneScreenshots/13.png b/metadata/org.telegram.messenger/en-US/phoneScreenshots/13.png
new file mode 100644
index 0000000000..cd69041e4e
Binary files /dev/null and b/metadata/org.telegram.messenger/en-US/phoneScreenshots/13.png differ
diff --git a/metadata/org.telegram.messenger/en-US/sevenInchScreenshots/03.png b/metadata/org.telegram.messenger/en-US/sevenInchScreenshots/03.png
index 53d956b9e2..29d273d5d3 100644
Binary files a/metadata/org.telegram.messenger/en-US/sevenInchScreenshots/03.png and b/metadata/org.telegram.messenger/en-US/sevenInchScreenshots/03.png differ
diff --git a/metadata/org.telegram.messenger/eo/summary.txt b/metadata/org.telegram.messenger/eo/summary.txt
index ca1629dff5..fb783ab66e 100644
--- a/metadata/org.telegram.messenger/eo/summary.txt
+++ b/metadata/org.telegram.messenger/eo/summary.txt
@@ -1 +1 @@
-Telegramo estas mesaĝado programon kun fokuso sur rapido kaj sekureco.
\ No newline at end of file
+Telegramo estas komunikilo kun fokuso sur rapido kaj sekureco.
\ No newline at end of file
diff --git a/metadata/org.telegram.messenger/fr/description.txt b/metadata/org.telegram.messenger/fr/description.txt
index ef4c171a66..2d2060a40f 100644
--- a/metadata/org.telegram.messenger/fr/description.txt
+++ b/metadata/org.telegram.messenger/fr/description.txt
@@ -6,7 +6,7 @@ La plate-forme de messagerie est destinée aux mobiles, mais des clients pour or
Plusieurs composants propriétaires ont été supprimés du client Telegram initial, comme les Services Google Play pour la géolocalisation, HockeySDK pour les mises à jour automatiques ou encore les notifications Push de Google Cloud Messaging. La fonctionnalité de partage de position est maintenant assurée par OpenStreetMap.
-Anti-fonctionnalité : réseau non-libre, en effet les serveurs utilisent un logiciel propriétaire.
+Anti-fonctionnalité : Réseau non-libre, puisque les serveurs utilisent un logiciel propriétaire.
Le code source officiel de l'application contient des données binaires de type blob (Binary Large OBject), ce projet s'appuie sur un dépôt parallèle (fork) qui les construit directement à partir code source. Par conséquent, ces versions peuvent parfois être publiées avec un certain retard.
diff --git a/metadata/org.telegram.messenger/hu/name.txt b/metadata/org.telegram.messenger/hu/name.txt
new file mode 100644
index 0000000000..1b18adedf7
--- /dev/null
+++ b/metadata/org.telegram.messenger/hu/name.txt
@@ -0,0 +1 @@
+Telegram
\ No newline at end of file
diff --git a/metadata/org.telegram.messenger/hu/summary.txt b/metadata/org.telegram.messenger/hu/summary.txt
index 8d7ba331f0..c741d197e3 100644
--- a/metadata/org.telegram.messenger/hu/summary.txt
+++ b/metadata/org.telegram.messenger/hu/summary.txt
@@ -1 +1 @@
-Távirat egy üzenetküldő alkalmazás, amelynek középpontjában a sebesség és a bizt
\ No newline at end of file
+A Telegram egy sebesség- és biztonságközpontú üzenetküldő alkalmazás.
\ No newline at end of file
diff --git a/metadata/org.telegram.messenger/id/summary.txt b/metadata/org.telegram.messenger/id/summary.txt
index 44d98226ff..0fbcf5d7f7 100644
--- a/metadata/org.telegram.messenger/id/summary.txt
+++ b/metadata/org.telegram.messenger/id/summary.txt
@@ -1 +1 @@
-Telegram adalah aplikasi messaging dengan fokus pada kecepatan dan keamanan.
\ No newline at end of file
+aku
\ No newline at end of file
diff --git a/metadata/org.telegram.messenger/is/name.txt b/metadata/org.telegram.messenger/is/name.txt
new file mode 100644
index 0000000000..1b18adedf7
--- /dev/null
+++ b/metadata/org.telegram.messenger/is/name.txt
@@ -0,0 +1 @@
+Telegram
\ No newline at end of file
diff --git a/metadata/org.telegram.messenger/is/summary.txt b/metadata/org.telegram.messenger/is/summary.txt
new file mode 100644
index 0000000000..4ad556a6f0
--- /dev/null
+++ b/metadata/org.telegram.messenger/is/summary.txt
@@ -0,0 +1 @@
+Telegram er skilaboðaforrit með áhersli á hraða og öryggi.
\ No newline at end of file
diff --git a/metadata/org.telegram.messenger/ja/description.txt b/metadata/org.telegram.messenger/ja/description.txt
index 742e3ef968..c552a05f28 100644
--- a/metadata/org.telegram.messenger/ja/description.txt
+++ b/metadata/org.telegram.messenger/ja/description.txt
@@ -1,10 +1,10 @@
'''警告:''' このビルドは純粋なFLOSSフォークに基づいていますが、オリジナルのアップストリームは必ずしも最速に最新バージョンのソースコードを公開するとは限りません。
-Telegramはメッセージングプラットフォーム用のクライアントです。友達とのチャットや、グループチャットを開始し、あらゆる種類のコンテンツを共有します。すべてのメッセージと会話は、Telegramのクラウドに格納されます。
+このアプリはTelegramのメッセージプラットフォーム用のクライアントです。友達とチャットしたり、グループチャットであらゆる種類のコンテンツを共有することができます。すべてのメッセージと会話は、Telegramのクラウドに格納されます。
メッセージングプラットフォームは、モバイル端末向けに開発していますが、デスクトップとウェブクライアントも同様に存在します。
-位置情報サービス用のGoogle Playサービス、自己更新とGoogleクラウドメッセージングを介したプッシュ通知用のHockeySDKを含む、いくつかの独占的な部分がオリジナルのTelegramクライアントから削除されました。OpenStreetMapを使用した場所の共有機能が復元されます。
+位置情報取得のためのGoogle Play開発者サービス、自動更新のためのHockeySDK、Google Cloud Messagingを介したプッシュ通知などを含む、いくつかの独占的な部分が元のTelegramクライアントから削除されています。位置情報の共有にはOpenStreetMapを使用します。
対策機能: 非フリーネットワーク、サーバが独占的なソフトウェアを実行するため。
diff --git a/metadata/org.telegram.messenger/ja/summary.txt b/metadata/org.telegram.messenger/ja/summary.txt
index 8bda4a0b90..54e79752e0 100644
--- a/metadata/org.telegram.messenger/ja/summary.txt
+++ b/metadata/org.telegram.messenger/ja/summary.txt
@@ -1 +1 @@
-Telegramは、スピードとセキュリティに重点を置いたメッセージングアプリです。
\ No newline at end of file
+Telegramはスピードとセキュリティに重点を置いた、メッセージアプリです。
\ No newline at end of file
diff --git a/metadata/org.telegram.messenger/nb/summary.txt b/metadata/org.telegram.messenger/nb/summary.txt
index 812ef5f88a..b3db27dd2e 100644
--- a/metadata/org.telegram.messenger/nb/summary.txt
+++ b/metadata/org.telegram.messenger/nb/summary.txt
@@ -1 +1 @@
-Telegram er et sludringsprogram med fokus på hastighet og sikkerhet.
\ No newline at end of file
+Telegram-sludringsprogrammet fokuserer på hastighet og sikkerhet.
\ No newline at end of file
diff --git a/metadata/org.telegram.messenger/nl/summary.txt b/metadata/org.telegram.messenger/nl/summary.txt
index 6174652b26..28f23d3c48 100644
--- a/metadata/org.telegram.messenger/nl/summary.txt
+++ b/metadata/org.telegram.messenger/nl/summary.txt
@@ -1 +1 @@
-Echte instant messaging - makkelijk, snel en veilig.
\ No newline at end of file
+Telegram is een berichtenapp, gefocust op snelheid en veiligheid.
\ No newline at end of file
diff --git a/metadata/org.telegram.messenger/pl/summary.txt b/metadata/org.telegram.messenger/pl/summary.txt
index d411dcb479..8f282da150 100644
--- a/metadata/org.telegram.messenger/pl/summary.txt
+++ b/metadata/org.telegram.messenger/pl/summary.txt
@@ -1 +1 @@
-Telegram jest komunikatorem z naciskiem na szybkość i bezpieczeństwo.
\ No newline at end of file
+Telegram to aplikacja do obsługi wiadomości, która koncentruje się na szybkości.
\ No newline at end of file
diff --git a/metadata/org.telegram.messenger/ru/name.txt b/metadata/org.telegram.messenger/ru/name.txt
index 1a79438547..46f69f8cf0 100644
--- a/metadata/org.telegram.messenger/ru/name.txt
+++ b/metadata/org.telegram.messenger/ru/name.txt
@@ -1 +1 @@
-"Телеграм"
\ No newline at end of file
+Телеграм
\ No newline at end of file
diff --git a/metadata/org.telegram.messenger/uk/description.txt b/metadata/org.telegram.messenger/uk/description.txt
index fb261f3c64..5d7357e466 100644
--- a/metadata/org.telegram.messenger/uk/description.txt
+++ b/metadata/org.telegram.messenger/uk/description.txt
@@ -8,5 +8,5 @@
Анти-функція: Non-Free Network, оскільки сервери запускають фірмове програмне забезпечення.
-Офіційний вихідний код застосунку містить двійкові пакети, так що це відстежує вилку, яка створює ці джерела. Отже, версії можуть стати доступними з певним відставанням.
+Офіційний вихідний код застосунку містить двійкові пакети, так що це відстежує відгалуження, які створені з джерела. Отже, версії можуть стати доступними з певним відставанням.
diff --git a/metadata/org.telegram.messenger/zh-CN/description.txt b/metadata/org.telegram.messenger/zh-CN/description.txt
index 88e221c920..3826693fc7 100644
--- a/metadata/org.telegram.messenger/zh-CN/description.txt
+++ b/metadata/org.telegram.messenger/zh-CN/description.txt
@@ -6,7 +6,7 @@ Telegram 通信平台客户端。和好友聊天,加入群组,分享各种
某些专有组件已从原始 Telegram 客户端中移除,包括定位服务所用的 Google Play Services,自动升级所用的 HockeySDK 以及使用 Google Cloud Messaging 的通知推送功能, 定位分享功能则使用 OpenStreetMap 重建。
-非免费功能:非免费网络,服务器使用专有软件。
+Anti-Feature:非自由的网络,因为服务器使用专有软件。
该应用的官方源码包含二进制 blobs,本版本由其中分支生成。因此,版本可能存在一些延迟。
diff --git a/metadata/org.thecongers.mtpms.txt b/metadata/org.thecongers.mtpms.txt
index 0bc9922b0c..7a62f63613 100644
--- a/metadata/org.thecongers.mtpms.txt
+++ b/metadata/org.thecongers.mtpms.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://github.com/kconger/org.thecongers.mtpms/blob/HEAD/README
Source Code:https://github.com/kconger/org.thecongers.mtpms
Issue Tracker:https://github.com/kconger/org.thecongers.mtpms/issues
diff --git a/metadata/org.thosp.yourlocalweather.txt b/metadata/org.thosp.yourlocalweather.txt
index 955698e25e..aa919995ef 100644
--- a/metadata/org.thosp.yourlocalweather.txt
+++ b/metadata/org.thosp.yourlocalweather.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/thuryn/your-local-weather
Issue Tracker:https://github.com/thuryn/your-local-weather/issues
@@ -112,7 +112,162 @@ Build:3.0.15,41
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
+
+Build:3.1.1,45
+ commit=v3.1.1
+ subdir=app
+ gradle=yes
+
+Build:3.1.2,46
+ commit=v3.1.2
+ subdir=app
+ gradle=yes
+
+Build:3.1.5,49
+ commit=v3.1.5
+ subdir=app
+ gradle=yes
+
+Build:3.1.6,50
+ commit=v3.1.6
+ subdir=app
+ gradle=yes
+
+Build:3.1.7,51
+ commit=v3.1.7
+ subdir=app
+ gradle=yes
+
+Build:3.1.9,53
+ commit=v3.1.9
+ subdir=app
+ gradle=yes
+
+Build:3.1.11,55
+ commit=v3.1.11
+ subdir=app
+ gradle=yes
+
+Build:3.1.12,56
+ commit=v3.1.12
+ subdir=app
+ gradle=yes
+
+Build:3.2.0,58
+ commit=v3.2.0
+ subdir=app
+ gradle=yes
+
+Build:3.2.1,59
+ commit=v3.2.1
+ subdir=app
+ gradle=yes
+
+Build:3.2.2,60
+ commit=v3.2.2
+ subdir=app
+ gradle=yes
+
+Build:3.2.3,61
+ commit=v3.2.3
+ subdir=app
+ gradle=yes
+
+Build:3.2.4,62
+ commit=v3.2.4
+ subdir=app
+ gradle=yes
+
+Build:3.2.6,64
+ commit=v3.2.6
+ subdir=app
+ gradle=yes
+
+Build:4.0.0,65
+ commit=v4.0.0
+ subdir=app
+ gradle=yes
+
+Build:4.0.1,66
+ commit=v4.0.1
+ subdir=app
+ gradle=yes
+
+Build:4.0.2,67
+ commit=v4.0.2
+ subdir=app
+ gradle=yes
+
+Build:4.0.3,68
+ commit=v4.0.3
+ subdir=app
+ gradle=yes
+
+Build:4.1.1,70
+ commit=v4.1.1
+ subdir=app
+ gradle=yes
+
+Build:4.1.2,71
+ commit=v4.1.2
+ subdir=app
+ gradle=yes
+
+Build:4.1.4,73
+ commit=v4.1.4
+ subdir=app
+ gradle=yes
+
+Build:4.1.5,74
+ commit=v4.1.5
+ subdir=app
+ gradle=yes
+
+Build:4.1.6,75
+ commit=v4.1.6
+ subdir=app
+ gradle=yes
+
+Build:4.2.0,76
+ commit=v4.2.0
+ subdir=app
+ gradle=yes
+
+Build:4.2.1,77
+ commit=v4.2.1
+ subdir=app
+ gradle=yes
+
+Build:4.2.3,79
+ commit=v4.2.3
+ subdir=app
+ gradle=yes
+
+Build:4.2.5,81
+ commit=v4.2.5
+ subdir=app
+ gradle=yes
+
+Build:4.2.6,82
+ commit=v4.2.6
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:3.0.15
-Current Version Code:41
+Current Version:4.2.6
+Current Version Code:82
diff --git a/metadata/org.thoughtcrime.securesms.txt b/metadata/org.thoughtcrime.securesms.txt
index 2401ca0746..37fca9363a 100644
--- a/metadata/org.thoughtcrime.securesms.txt
+++ b/metadata/org.thoughtcrime.securesms.txt
@@ -1,6 +1,6 @@
Disabled:needs to build reproducibly
Categories:Security,Phone & SMS
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://signal.org
Source Code:https://github.com/WhisperSystems/Signal-Android
Issue Tracker:http://support.whispersystems.org
diff --git a/metadata/org.tigase.messenger.phone.pro.txt b/metadata/org.tigase.messenger.phone.pro.txt
index b60328d4c4..fd96b08d84 100644
--- a/metadata/org.tigase.messenger.phone.pro.txt
+++ b/metadata/org.tigase.messenger.phone.pro.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:https://projects.tigase.org/projects/tigase-mobilemessenger
Source Code:https://projects.tigase.org/projects/tigase-mobilemessenger/repository
Issue Tracker:https://projects.tigase.org/projects/tigase-mobilemessenger/issues
diff --git a/metadata/org.tilelessmap.app.txt b/metadata/org.tilelessmap.app.txt
index 63464170d0..73533f242b 100644
--- a/metadata/org.tilelessmap.app.txt
+++ b/metadata/org.tilelessmap.app.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:Nicklas Avén
Author Email:nicklas.aven@jordogskog.no
Web Site:https://github.com/TilelessMap/TilelessMap
diff --git a/metadata/org.tint.adblock.txt b/metadata/org.tint.adblock.txt
index 900ac5fb12..659240fb6f 100644
--- a/metadata/org.tint.adblock.txt
+++ b/metadata/org.tint.adblock.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/Anasthase/TintBrowserAdblockAddon
Issue Tracker:https://github.com/Anasthase/TintBrowserAdblockAddon/issues
diff --git a/metadata/org.tint.txt b/metadata/org.tint.txt
index dc0a2c3903..149ded1e0a 100644
--- a/metadata/org.tint.txt
+++ b/metadata/org.tint.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/Anasthase/TintBrowser
Issue Tracker:https://github.com/Anasthase/TintBrowser/issues
diff --git a/metadata/org.tof.txt b/metadata/org.tof.txt
index 8a718f1b20..dd78dde149 100644
--- a/metadata/org.tof.txt
+++ b/metadata/org.tof.txt
@@ -1,7 +1,7 @@
Categories:Games
-License:GPL-3.0
-Web Site:https://code.google.com/p/tapsoffire
-Source Code:https://code.google.com/p/tapsoffire/source
+License:GPL-3.0-only
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:Taps Of Fire (1.0.5 Droid)
@@ -11,9 +11,6 @@ An implementation of Frets on Fire (Guitar Hero like game). It supports plain
FOF songs (just put them in /sdcard/TapsOfFire/songs).
.
-Repo Type:git-svn
-Repo:https://tapsoffire.googlecode.com/svn/trunk
-
Build:1.0.5 (Droid),17
commit=22
prebuild=mkdir -p libs/armeabi && \
@@ -25,3 +22,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:1.0.5 (Droid)
Current Version Code:17
+
+No Source Since:1.0.6
diff --git a/metadata/org.tomdroid.txt b/metadata/org.tomdroid.txt
index 578415a3b6..34d5b007b4 100644
--- a/metadata/org.tomdroid.txt
+++ b/metadata/org.tomdroid.txt
@@ -1,5 +1,5 @@
Categories:Writing
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://launchpad.net/tomdroid
Source Code:https://launchpad.net/tomdroid/stable
Issue Tracker:https://bugs.launchpad.net/tomdroid
diff --git a/metadata/org.torproject.android.txt b/metadata/org.torproject.android.txt
index 001ce24026..58f9180ba0 100644
--- a/metadata/org.torproject.android.txt
+++ b/metadata/org.torproject.android.txt
@@ -5,6 +5,8 @@ Source Code:https://gitweb.torproject.org/orbot.git
Issue Tracker:https://dev.guardianproject.info/projects/orbot/issues
Donate:https://www.torproject.org/donate/donate.html.en
FlattrID:5649
+LiberapayID:33617
+Bitcoin:1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
Auto Name:Orbot
Summary:Tor (anonymity) client
diff --git a/metadata/org.totschnig.myexpenses.txt b/metadata/org.totschnig.myexpenses.txt
index 579469b795..6ce16a7aa5 100644
--- a/metadata/org.totschnig.myexpenses.txt
+++ b/metadata/org.totschnig.myexpenses.txt
@@ -1,6 +1,6 @@
AntiFeatures:Ads
Categories:Money
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.myexpenses.mobi
Source Code:https://github.com/mtotschnig/MyExpenses
Issue Tracker:https://github.com/mtotschnig/MyExpenses/issues
@@ -676,7 +676,67 @@ Build:2.9.0,323
gradle=acra
rm=tests
+Build:2.9.0.1,324
+ commit=r324
+ subdir=myExpenses
+ gradle=acra
+ rm=tests
+
+Build:2.9.1,328
+ commit=r328
+ subdir=myExpenses
+ gradle=acra
+ rm=tests
+
+Build:2.9.1.1,329
+ commit=r329
+ subdir=myExpenses
+ gradle=acra
+ rm=tests
+
+Build:2.9.1.2,330
+ commit=r330
+ subdir=myExpenses
+ gradle=acra
+ rm=tests
+
+Build:2.9.1.3,331
+ commit=r331
+ subdir=myExpenses
+ gradle=acra
+ rm=tests
+
+Build:2.9.1.4,332
+ commit=r332
+ subdir=myExpenses
+ gradle=acra
+ rm=tests
+
+Build:2.9.2,336
+ commit=r336
+ subdir=myExpenses
+ gradle=acra
+ rm=tests
+
+Build:2.9.4,341
+ commit=r341
+ subdir=myExpenses
+ gradle=acra,conscript
+ rm=tests
+
+Build:2.9.5,343
+ commit=r343
+ subdir=myExpenses
+ gradle=acra,conscript
+ rm=tests
+
+Build:2.9.5.1,344
+ commit=r344
+ subdir=myExpenses
+ gradle=acra,conscript
+ rm=tests
+
Auto Update Mode:Version r%c
Update Check Mode:Tags
-Current Version:2.9.0
-Current Version Code:323
+Current Version:2.9.5.1
+Current Version Code:344
diff --git a/metadata/org.totschnig.sendwithftp.txt b/metadata/org.totschnig.sendwithftp.txt
index b96dc2e1ef..6d9c550fe4 100644
--- a/metadata/org.totschnig.sendwithftp.txt
+++ b/metadata/org.totschnig.sendwithftp.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://mtotschnig.github.com/SendWithFtp
Source Code:https://github.com/mtotschnig/SendWithFtp
Issue Tracker:https://github.com/mtotschnig/SendWithFtp/issues
diff --git a/metadata/org.traccar.client.txt b/metadata/org.traccar.client.txt
index 0165842270..96d899fb82 100644
--- a/metadata/org.traccar.client.txt
+++ b/metadata/org.traccar.client.txt
@@ -1,8 +1,8 @@
Categories:Navigation
License:Apache-2.0
Web Site:https://www.traccar.org
-Source Code:https://github.com/tananaev/traccar-client-android
-Issue Tracker:https://github.com/tananaev/traccar-client-android/issues
+Source Code:https://github.com/traccar/traccar-client-android
+Issue Tracker:https://github.com/traccar/traccar-client-android/issues
Donate:http://www.traccar.org/donate.jsp
Auto Name:Traccar Client
@@ -10,10 +10,19 @@ Summary:Track your location
Description:
Client for Traccar server software. A demo server is setup in the app for trying
it out and the results can be viewed in a browser.
+
+By default application is configured to use free Traccar service (address -
+demo.traccar.org, port - 5055). To see your device on map register on
+http://demo.traccar.org/ and add your device with identifier.
+
+Traccar (Server) is a free open source server that supports more than 100
+different protocols and GPS tracking devices. You can use this application with
+your own hosted instance of Traccar. For more information visit
+https://www.traccar.org/.
.
Repo Type:git
-Repo:https://github.com/tananaev/traccar-client-android.git
+Repo:https://github.com/traccar/traccar-client-android.git
Build:2.7,14
commit=10745c
@@ -150,7 +159,31 @@ Build:5.10,47
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
+Build:5.11,48
+ commit=v5.11
+ 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
+
+Build:5.12,49
+ commit=v5.12
+ 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
+
+Build:5.13,50
+ commit=v5.13
+ 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
+
+Build:5.14,51
+ commit=v5.14
+ 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.10
-Current Version Code:47
+Current Version:5.14
+Current Version Code:51
diff --git a/metadata/org.transdroid.full.txt b/metadata/org.transdroid.full.txt
index e2a9ad87fa..1f4db32d0d 100644
--- a/metadata/org.transdroid.full.txt
+++ b/metadata/org.transdroid.full.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.transdroid.org
Source Code:https://github.com/erickok/transdroid
Issue Tracker:https://github.com/erickok/transdroid/issues
@@ -115,7 +115,15 @@ Build:2.5.10,230
sed -i 's;true;false;' src/main/res/values/bools.xml && \
sed -i -e '/android {/alintOptions {\nabortOnError false\n}\n' build.gradle
+Build:2.5.11,231
+ commit=v2.5.11
+ subdir=app
+ gradle=full
+ prebuild=sed -i 's;true;false;' src/full/res/values/bools.xml && \
+ sed -i 's;true;false;' src/main/res/values/bools.xml && \
+ sed -i -e '/android {/alintOptions {\nabortOnError false\n}\n' build.gradle
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.5.10
-Current Version Code:230
+Current Version:2.5.11
+Current Version Code:231
diff --git a/metadata/org.transdroid.lite.txt b/metadata/org.transdroid.lite.txt
index 88b2ea7b60..34b1fbd665 100644
--- a/metadata/org.transdroid.lite.txt
+++ b/metadata/org.transdroid.lite.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.transdroid.org
Source Code:https://github.com/erickok/transdroid
Issue Tracker:https://github.com/erickok/transdroid/issues
diff --git a/metadata/org.transdroid.search.txt b/metadata/org.transdroid.search.txt
index 468fc9a819..458a699842 100644
--- a/metadata/org.transdroid.search.txt
+++ b/metadata/org.transdroid.search.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.transdroid.org
Source Code:https://github.com/erickok/transdroid-search
Issue Tracker:https://github.com/erickok/transdroid-search/issues
diff --git a/metadata/org.transdroid.txt b/metadata/org.transdroid.txt
index 0dce367174..70f44f7b1f 100644
--- a/metadata/org.transdroid.txt
+++ b/metadata/org.transdroid.txt
@@ -1,6 +1,6 @@
AntiFeatures:Tracking
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.transdroid.org
Source Code:https://github.com/erickok/transdroid
Issue Tracker:https://github.com/erickok/transdroid/issues
diff --git a/metadata/org.tryton.client.txt b/metadata/org.tryton.client.txt
index dd8cf1253c..9d2328e538 100644
--- a/metadata/org.tryton.client.txt
+++ b/metadata/org.tryton.client.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:
Issue Tracker:
diff --git a/metadata/org.ttrssreader.txt b/metadata/org.ttrssreader.txt
index 3d690d1f07..08236c3007 100644
--- a/metadata/org.ttrssreader.txt
+++ b/metadata/org.ttrssreader.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/nilsbraden/ttrss-reader-fork/blob/HEAD/README.md
Source Code:https://github.com/nilsbraden/ttrss-reader-fork
Issue Tracker:https://github.com/nilsbraden/ttrss-reader-fork/issues
@@ -12,6 +12,21 @@ Summary:An RSS reader for Tiny Tiny RSS
Description:
An offline reader that works with the Tiny Tiny RSS (also known as ttrss or
tt-rss) web-based feed reader/aggregator.
+
+'''Features:'''
+
+* Swipe for faster browsing
+* Optional navigation with volume-buttons
+* View and download attached media files
+* Cache articles and images locally
+* Share URLs
+* Easily mark things as read, starred or publish/comment them
+* SSL with self-signed certificates
+* Fast JSON-Parsing with stream-based parser GSON
+* Scheduled updates via Tasker/Locale
+* Layout optimized for tablets
+* Dark and light themes available
+* many more, Changelog and Feature-List can be found on the project-page...
.
Repo Type:git
@@ -350,6 +365,12 @@ Build:1.91.1,1911
gradle=fdroid
prebuild=sed -i -e '/playCompile/d' build.gradle
+Build:1.93.3,1933
+ commit=v1.93.3
+ subdir=ttrssreader
+ gradle=fdroid
+ prebuild=sed -i -e '/playCompile/d' build.gradle
+
Maintainer Notes:
Upstream mistags often and retags, so never use tags directly.
@@ -361,7 +382,7 @@ Old Repo is:
* Repo:https://ttrss-reader-fork.googlecode.com/hg
.
-Auto Update Mode:None
-Update Check Mode:RepoManifest
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
Current Version:1.93.3
Current Version Code:1933
diff --git a/metadata/org.tunesremote.txt b/metadata/org.tunesremote.txt
index 2cd85b11f7..9ad128f848 100644
--- a/metadata/org.tunesremote.txt
+++ b/metadata/org.tunesremote.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/tunesremote-plus
Source Code:https://code.google.com/p/tunesremote-plus/source
Issue Tracker:
diff --git a/metadata/org.tuxpaint.txt b/metadata/org.tuxpaint.txt
index df924eb899..5621951202 100644
--- a/metadata/org.tuxpaint.txt
+++ b/metadata/org.tuxpaint.txt
@@ -1,19 +1,11 @@
Categories:Graphics,Science & Education
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://tuxpaint.org
Source Code:https://github.com/tux4kids/Tuxpaint-Android
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
@@ -121,7 +113,18 @@ Build:0.9.23-beta_12,120
scandelete=app/src/main/jni/
ndk=r14b
+Build:0.9.23,923
+ commit=0.9.23
+ 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_12
-Current Version Code:120
+Current Version:0.9.23
+Current Version Code:923
diff --git a/metadata/org.tvbrowser.tvbrowser.txt b/metadata/org.tvbrowser.tvbrowser.txt
index 5cf8f192ee..0a0eda6d64 100644
--- a/metadata/org.tvbrowser.tvbrowser.txt
+++ b/metadata/org.tvbrowser.tvbrowser.txt
@@ -1,7 +1,7 @@
Disabled:Source code lacks license
AntiFeatures:NonFreeNet
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://android.tvbrowser.org
Source Code:https://github.com/ds10git/tvbrowserandroid
Issue Tracker:https://github.com/ds10git/tvbrowserandroid/issues
@@ -25,5 +25,5 @@ Build:0.5.8.11,346
Auto Update Mode:None
Update Check Mode:Tags
-Current Version:0.6.4
-Current Version Code:411
+Current Version:0.7.0.4
+Current Version Code:4266
diff --git a/metadata/org.tvheadend.tvhguide.txt b/metadata/org.tvheadend.tvhguide.txt
index 56f2f264ca..a74985b670 100644
--- a/metadata/org.tvheadend.tvhguide.txt
+++ b/metadata/org.tvheadend.tvhguide.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/john-tornblom/TVHGuide
Issue Tracker:https://github.com/john-tornblom/TVHGuide/issues
@@ -8,7 +8,12 @@ Auto Name:TVHGuide
Summary:TVHeadEnd PVR client
Description:
Watch live TV and recordings from your home theatre setup if you have a
-TVHeadEnd PVR
+TVHeadEnd PVR. Features include:
+
+* List channels and their upcoming events
+* Search the EPG for upcomming events
+* Schedule, cancel and remove recordings
+* Stream audio and video (via http)
.
Repo Type:git
diff --git a/metadata/org.tw.onze.cmtheme.txt b/metadata/org.tw.onze.cmtheme.txt
index f06a34b451..a023e67e04 100644
--- a/metadata/org.tw.onze.cmtheme.txt
+++ b/metadata/org.tw.onze.cmtheme.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://xphnx.github.io/fento-suite
Source Code:https://gitlab.com/xphnx/onze_cm11_theme
Issue Tracker:https://gitlab.com/xphnx/onze_cm11_theme/issues
diff --git a/metadata/org.twelf.cmtheme.txt b/metadata/org.twelf.cmtheme.txt
index 5084d78b5a..6de2cda7af 100644
--- a/metadata/org.twelf.cmtheme.txt
+++ b/metadata/org.twelf.cmtheme.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://xphnx.github.io/fento-suite
Source Code:https://gitlab.com/xphnx/twelf_cm12_theme
Issue Tracker:https://gitlab.com/xphnx/twelf_cm12_theme/issues
diff --git a/metadata/org.uaraven.e.txt b/metadata/org.uaraven.e.txt
index 6145d45c30..8850146db9 100644
--- a/metadata/org.uaraven.e.txt
+++ b/metadata/org.uaraven.e.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://android.acute-angle.net/enumbers
Source Code:https://bitbucket.org/uaraven/enumbers/src
Issue Tracker:https://bitbucket.org/uaraven/enumbers/issues
@@ -7,7 +7,10 @@ Issue Tracker:https://bitbucket.org/uaraven/enumbers/issues
Auto Name:E numbers
Summary:Food additives reference
Description:
-A reference guide to "E numbers" (food additives).
+A reference guide to "E numbers" (food additives). Allows you to check whenever
+additive is suitable for vegetarians, children and people with allergic
+reactions. You also can view additional information, such as bans in different
+countries.
.
Repo Type:hg
diff --git a/metadata/org.us.andriod.txt b/metadata/org.us.andriod.txt
index 499e068421..78bb456d95 100644
--- a/metadata/org.us.andriod.txt
+++ b/metadata/org.us.andriod.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/andviane/prism
Issue Tracker:https://github.com/andviane/prism/issues
diff --git a/metadata/org.valos.isolmoa.txt b/metadata/org.valos.isolmoa.txt
index ff0c994181..9a97446ad9 100644
--- a/metadata/org.valos.isolmoa.txt
+++ b/metadata/org.valos.isolmoa.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/valos/Isolmoa
Issue Tracker:https://github.com/valos/Isolmoa/issues
diff --git a/metadata/org.videolan.vlc.txt b/metadata/org.videolan.vlc.txt
index 78b6c43cc3..8ee2223a7e 100644
--- a/metadata/org.videolan.vlc.txt
+++ b/metadata/org.videolan.vlc.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.videolan.org/vlc/download-android.html
Source Code:https://code.videolan.org/videolan/vlc-android
Issue Tracker:https://code.videolan.org/videolan/vlc-android/issues
@@ -1548,8 +1548,179 @@ Build:2.5.17,12051707
./compile.sh -a arm64 release
ndk=r14b
+Build:3.0.11,13001104
+ commit=3.0.11
+ timeout=10800
+ subdir=vlc-android
+ sudo=apt update && \
+ apt install -y g++ ragel libltdl-dev
+ gradle=VanillaARMv7
+ srclibs=VLC-3.0@700b291,VLCmedialibrary@69d9ea1
+ rm=java-libs/appcompat/libs,java-libs/cardview/libs
+ prebuild=ln -s vlc-android/$$VLC-3.0$$ ../vlc && \
+ ln -s $$VLCmedialibrary$$ ../medialibrary/medialibrary && \
+ sed -i -e '/signingConfig/d' build.gradle
+ build=cd .. && \
+ mkdir -p gradle/wrapper && \
+ echo 'gradle "$@"' > gradlew && \
+ chmod a+x gradlew && \
+ ./compile.sh -a arm release
+ ndk=r14b
+
+Build:3.0.11,13001105
+ commit=3.0.11
+ timeout=10800
+ subdir=vlc-android
+ sudo=apt update && \
+ apt install -y g++ ragel libltdl-dev
+ gradle=VanillaX86
+ srclibs=VLC-3.0@700b291,VLCmedialibrary@69d9ea1
+ rm=java-libs/appcompat/libs,java-libs/cardview/libs
+ prebuild=ln -s vlc-android/$$VLC-3.0$$ ../vlc && \
+ ln -s $$VLCmedialibrary$$ ../medialibrary/medialibrary && \
+ sed -i -e '/signingConfig/d' build.gradle
+ build=cd .. && \
+ mkdir -p gradle/wrapper && \
+ echo 'gradle "$@"' > gradlew && \
+ chmod a+x gradlew && \
+ ./compile.sh -a x86 release
+ ndk=r14b
+
+Build:3.0.11,13001107
+ commit=3.0.11
+ timeout=10800
+ subdir=vlc-android
+ sudo=apt update && \
+ apt install -y g++ ragel libltdl-dev
+ gradle=VanillaARMv8
+ srclibs=VLC-3.0@700b291,VLCmedialibrary@69d9ea1
+ rm=java-libs/appcompat/libs,java-libs/cardview/libs
+ prebuild=ln -s vlc-android/$$VLC-3.0$$ ../vlc && \
+ ln -s $$VLCmedialibrary$$ ../medialibrary/medialibrary && \
+ sed -i -e '/signingConfig/d' build.gradle
+ build=cd .. && \
+ mkdir -p gradle/wrapper && \
+ echo 'gradle "$@"' > gradlew && \
+ chmod a+x gradlew && \
+ ./compile.sh -a arm64 release
+ ndk=r14b
+
+Build:3.0.12,13001204
+ commit=3.0.12
+ timeout=10800
+ subdir=vlc-android
+ sudo=apt update && \
+ apt install -y g++ ragel libltdl-dev
+ gradle=VanillaARMv7
+ srclibs=VLC-3.0@c014f06,VLCmedialibrary@baf5d61
+ rm=java-libs/appcompat/libs,java-libs/cardview/libs
+ prebuild=ln -s vlc-android/$$VLC-3.0$$ ../vlc && \
+ ln -s $$VLCmedialibrary$$ ../medialibrary/medialibrary && \
+ sed -i -e '/signingConfig/d' build.gradle
+ build=cd .. && \
+ mkdir -p gradle/wrapper && \
+ echo 'gradle "$@"' > gradlew && \
+ chmod a+x gradlew && \
+ ./compile.sh -a arm release
+ ndk=r14b
+
+Build:3.0.12,13001205
+ commit=3.0.12
+ timeout=10800
+ subdir=vlc-android
+ sudo=apt update && \
+ apt install -y g++ ragel libltdl-dev
+ gradle=VanillaX86
+ srclibs=VLC-3.0@c014f06,VLCmedialibrary@baf5d61
+ rm=java-libs/appcompat/libs,java-libs/cardview/libs
+ prebuild=ln -s vlc-android/$$VLC-3.0$$ ../vlc && \
+ ln -s $$VLCmedialibrary$$ ../medialibrary/medialibrary && \
+ sed -i -e '/signingConfig/d' build.gradle
+ build=cd .. && \
+ mkdir -p gradle/wrapper && \
+ echo 'gradle "$@"' > gradlew && \
+ chmod a+x gradlew && \
+ ./compile.sh -a x86 release
+ ndk=r14b
+
+Build:3.0.12,13001207
+ commit=3.0.12
+ timeout=10800
+ subdir=vlc-android
+ sudo=apt update && \
+ apt install -y g++ ragel libltdl-dev
+ gradle=VanillaARMv8
+ srclibs=VLC-3.0@c014f06,VLCmedialibrary@baf5d61
+ rm=java-libs/appcompat/libs,java-libs/cardview/libs
+ prebuild=ln -s vlc-android/$$VLC-3.0$$ ../vlc && \
+ ln -s $$VLCmedialibrary$$ ../medialibrary/medialibrary && \
+ sed -i -e '/signingConfig/d' build.gradle
+ build=cd .. && \
+ mkdir -p gradle/wrapper && \
+ echo 'gradle "$@"' > gradlew && \
+ chmod a+x gradlew && \
+ ./compile.sh -a arm64 release
+ ndk=r14b
+
+Build:3.0.13,13001304
+ commit=3.0.13
+ timeout=10800
+ subdir=vlc-android
+ sudo=apt update && \
+ apt install -y g++ ragel libltdl-dev
+ gradle=VanillaARMv7
+ srclibs=VLC-3.0@7f2e931,VLCmedialibrary@baf5d61
+ rm=java-libs/appcompat/libs,java-libs/cardview/libs
+ prebuild=ln -s vlc-android/$$VLC-3.0$$ ../vlc && \
+ ln -s $$VLCmedialibrary$$ ../medialibrary/medialibrary && \
+ sed -i -e '/signingConfig/d' build.gradle
+ build=cd .. && \
+ mkdir -p gradle/wrapper && \
+ echo 'gradle "$@"' > gradlew && \
+ chmod a+x gradlew && \
+ ./compile.sh -a arm release
+ ndk=r14b
+
+Build:3.0.13,13001305
+ commit=3.0.13
+ timeout=10800
+ subdir=vlc-android
+ sudo=apt update && \
+ apt install -y g++ ragel libltdl-dev
+ gradle=VanillaX86
+ srclibs=VLC-3.0@7f2e931,VLCmedialibrary@baf5d61
+ rm=java-libs/appcompat/libs,java-libs/cardview/libs
+ prebuild=ln -s vlc-android/$$VLC-3.0$$ ../vlc && \
+ ln -s $$VLCmedialibrary$$ ../medialibrary/medialibrary && \
+ sed -i -e '/signingConfig/d' build.gradle
+ build=cd .. && \
+ mkdir -p gradle/wrapper && \
+ echo 'gradle "$@"' > gradlew && \
+ chmod a+x gradlew && \
+ ./compile.sh -a x86 release
+ ndk=r14b
+
+Build:3.0.13,13001307
+ commit=3.0.13
+ timeout=10800
+ subdir=vlc-android
+ sudo=apt update && \
+ apt install -y g++ ragel libltdl-dev
+ gradle=VanillaARMv8
+ srclibs=VLC-3.0@7f2e931,VLCmedialibrary@baf5d61
+ rm=java-libs/appcompat/libs,java-libs/cardview/libs
+ prebuild=ln -s vlc-android/$$VLC-3.0$$ ../vlc && \
+ ln -s $$VLCmedialibrary$$ ../medialibrary/medialibrary && \
+ sed -i -e '/signingConfig/d' build.gradle
+ build=cd .. && \
+ mkdir -p gradle/wrapper && \
+ echo 'gradle "$@"' > gradlew && \
+ chmod a+x gradlew && \
+ ./compile.sh -a arm64 release
+ ndk=r14b
+
Maintainer Notes:
-Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
+Instructions and dependencies: https://wiki.videolan.org/AndroidCompile
The VLC srclib commit can be found out from TESTED_HASH value in compile.sh,
but sometimes it's different in official builds.
@@ -1558,7 +1729,9 @@ The VLCmedialibrary srclib commit can be found out from MEDIALIBRARY_HASH in
compile-libvlc.sh.
For recommended versions of the build tools, see:
-https://git.videolan.org/?p=vlc.git;a=blob;f=extras/tools/bootstrap#l72
+
+* https://git.videolan.org/?p=vlc.git;a=blob;f=extras/tools/bootstrap#l128
+* https://code.videolan.org/videolan/docker-images/raw/master/vlc-debian-android/Dockerfile
Actual versioncodes are:
@@ -1584,5 +1757,5 @@ resign official apks:
Archive Policy:0 versions
Auto Update Mode:None
Update Check Mode:Static
-Current Version:2.5.12
-Current Version Code:12051207
+Current Version:3.0.13
+Current Version Code:13001307
diff --git a/metadata/org.videolan.vlc/en-US/phoneScreenshots/00.png b/metadata/org.videolan.vlc/en-US/phoneScreenshots/00.png
index 08757bd853..7b6ddc6742 100644
Binary files a/metadata/org.videolan.vlc/en-US/phoneScreenshots/00.png and b/metadata/org.videolan.vlc/en-US/phoneScreenshots/00.png differ
diff --git a/metadata/org.videolan.vlc/en-US/phoneScreenshots/01.png b/metadata/org.videolan.vlc/en-US/phoneScreenshots/01.png
index 36b53f9408..3c85b854a7 100644
Binary files a/metadata/org.videolan.vlc/en-US/phoneScreenshots/01.png and b/metadata/org.videolan.vlc/en-US/phoneScreenshots/01.png differ
diff --git a/metadata/org.videolan.vlc/en-US/phoneScreenshots/02.png b/metadata/org.videolan.vlc/en-US/phoneScreenshots/02.png
index 9b794b2369..6d8d685770 100644
Binary files a/metadata/org.videolan.vlc/en-US/phoneScreenshots/02.png and b/metadata/org.videolan.vlc/en-US/phoneScreenshots/02.png differ
diff --git a/metadata/org.videolan.vlc/en-US/phoneScreenshots/03.png b/metadata/org.videolan.vlc/en-US/phoneScreenshots/03.png
index 1a66d4c607..baff93bfd2 100644
Binary files a/metadata/org.videolan.vlc/en-US/phoneScreenshots/03.png and b/metadata/org.videolan.vlc/en-US/phoneScreenshots/03.png differ
diff --git a/metadata/org.videolan.vlc/en-US/phoneScreenshots/04.png b/metadata/org.videolan.vlc/en-US/phoneScreenshots/04.png
index db3ac162e9..79d2219355 100644
Binary files a/metadata/org.videolan.vlc/en-US/phoneScreenshots/04.png and b/metadata/org.videolan.vlc/en-US/phoneScreenshots/04.png differ
diff --git a/metadata/org.videolan.vlc/en-US/phoneScreenshots/05.png b/metadata/org.videolan.vlc/en-US/phoneScreenshots/05.png
index 3eb1b73ff3..c083f3bb15 100644
Binary files a/metadata/org.videolan.vlc/en-US/phoneScreenshots/05.png and b/metadata/org.videolan.vlc/en-US/phoneScreenshots/05.png differ
diff --git a/metadata/org.videolan.vlc/en-US/phoneScreenshots/06.png b/metadata/org.videolan.vlc/en-US/phoneScreenshots/06.png
index ada425f08b..a0f7b614ab 100644
Binary files a/metadata/org.videolan.vlc/en-US/phoneScreenshots/06.png and b/metadata/org.videolan.vlc/en-US/phoneScreenshots/06.png differ
diff --git a/metadata/org.videolan.vlc/en-US/phoneScreenshots/07.png b/metadata/org.videolan.vlc/en-US/phoneScreenshots/07.png
index 1436d2ac95..db5768b924 100644
Binary files a/metadata/org.videolan.vlc/en-US/phoneScreenshots/07.png and b/metadata/org.videolan.vlc/en-US/phoneScreenshots/07.png differ
diff --git a/metadata/org.videolan.vlc/en-US/phoneScreenshots/08.png b/metadata/org.videolan.vlc/en-US/phoneScreenshots/08.png
index c2abc5e54d..01677eaec0 100644
Binary files a/metadata/org.videolan.vlc/en-US/phoneScreenshots/08.png and b/metadata/org.videolan.vlc/en-US/phoneScreenshots/08.png differ
diff --git a/metadata/org.videolan.vlc/en-US/phoneScreenshots/09.png b/metadata/org.videolan.vlc/en-US/phoneScreenshots/09.png
index 510169edf0..384ce6893e 100644
Binary files a/metadata/org.videolan.vlc/en-US/phoneScreenshots/09.png and b/metadata/org.videolan.vlc/en-US/phoneScreenshots/09.png differ
diff --git a/metadata/org.videolan.vlc/en-US/phoneScreenshots/10.png b/metadata/org.videolan.vlc/en-US/phoneScreenshots/10.png
index 1091d51d77..89e72fb4a3 100644
Binary files a/metadata/org.videolan.vlc/en-US/phoneScreenshots/10.png and b/metadata/org.videolan.vlc/en-US/phoneScreenshots/10.png differ
diff --git a/metadata/org.videolan.vlc/en-US/phoneScreenshots/11.png b/metadata/org.videolan.vlc/en-US/phoneScreenshots/11.png
index 0d0af5014e..c6dcc0e48c 100644
Binary files a/metadata/org.videolan.vlc/en-US/phoneScreenshots/11.png and b/metadata/org.videolan.vlc/en-US/phoneScreenshots/11.png differ
diff --git a/metadata/org.videolan.vlc/en-US/phoneScreenshots/12.png b/metadata/org.videolan.vlc/en-US/phoneScreenshots/12.png
index dba2667c8a..fb41c8feb2 100644
Binary files a/metadata/org.videolan.vlc/en-US/phoneScreenshots/12.png and b/metadata/org.videolan.vlc/en-US/phoneScreenshots/12.png differ
diff --git a/metadata/org.videolan.vlc/en-US/phoneScreenshots/13.png b/metadata/org.videolan.vlc/en-US/phoneScreenshots/13.png
index 5c8d3d75d7..67362de049 100644
Binary files a/metadata/org.videolan.vlc/en-US/phoneScreenshots/13.png and b/metadata/org.videolan.vlc/en-US/phoneScreenshots/13.png differ
diff --git a/metadata/org.videolan.vlc/en-US/phoneScreenshots/14.png b/metadata/org.videolan.vlc/en-US/phoneScreenshots/14.png
index c9a8f76077..712371f580 100644
Binary files a/metadata/org.videolan.vlc/en-US/phoneScreenshots/14.png and b/metadata/org.videolan.vlc/en-US/phoneScreenshots/14.png differ
diff --git a/metadata/org.videolan.vlc/en-US/phoneScreenshots/15.png b/metadata/org.videolan.vlc/en-US/phoneScreenshots/15.png
index 5c336adcb5..6877ad1826 100644
Binary files a/metadata/org.videolan.vlc/en-US/phoneScreenshots/15.png and b/metadata/org.videolan.vlc/en-US/phoneScreenshots/15.png differ
diff --git a/metadata/org.videolan.vlc/en-US/phoneScreenshots/16.png b/metadata/org.videolan.vlc/en-US/phoneScreenshots/16.png
index 506a02acc8..16851ce37a 100644
Binary files a/metadata/org.videolan.vlc/en-US/phoneScreenshots/16.png and b/metadata/org.videolan.vlc/en-US/phoneScreenshots/16.png differ
diff --git a/metadata/org.videolan.vlc/en-US/phoneScreenshots/17.png b/metadata/org.videolan.vlc/en-US/phoneScreenshots/17.png
index 88a8dd58f0..6422e9e2fb 100644
Binary files a/metadata/org.videolan.vlc/en-US/phoneScreenshots/17.png and b/metadata/org.videolan.vlc/en-US/phoneScreenshots/17.png differ
diff --git a/metadata/org.videolan.vlc/en-US/phoneScreenshots/18.png b/metadata/org.videolan.vlc/en-US/phoneScreenshots/18.png
index c9d2ed512f..298a7119ab 100644
Binary files a/metadata/org.videolan.vlc/en-US/phoneScreenshots/18.png and b/metadata/org.videolan.vlc/en-US/phoneScreenshots/18.png differ
diff --git a/metadata/org.videolan.vlc/en-US/phoneScreenshots/19.png b/metadata/org.videolan.vlc/en-US/phoneScreenshots/19.png
index 9f90d7cd16..e5dab2d372 100644
Binary files a/metadata/org.videolan.vlc/en-US/phoneScreenshots/19.png and b/metadata/org.videolan.vlc/en-US/phoneScreenshots/19.png differ
diff --git a/metadata/org.videolan.vlc/en-US/phoneScreenshots/20.png b/metadata/org.videolan.vlc/en-US/phoneScreenshots/20.png
index b27caecfc6..f65ab1ef17 100644
Binary files a/metadata/org.videolan.vlc/en-US/phoneScreenshots/20.png and b/metadata/org.videolan.vlc/en-US/phoneScreenshots/20.png differ
diff --git a/metadata/org.videolan.vlc/en-US/phoneScreenshots/21.png b/metadata/org.videolan.vlc/en-US/phoneScreenshots/21.png
index 6a8c69c81f..3127d31232 100644
Binary files a/metadata/org.videolan.vlc/en-US/phoneScreenshots/21.png and b/metadata/org.videolan.vlc/en-US/phoneScreenshots/21.png differ
diff --git a/metadata/org.videolan.vlc/en-US/phoneScreenshots/22.png b/metadata/org.videolan.vlc/en-US/phoneScreenshots/22.png
index 9e8d02471e..63006e6f61 100644
Binary files a/metadata/org.videolan.vlc/en-US/phoneScreenshots/22.png and b/metadata/org.videolan.vlc/en-US/phoneScreenshots/22.png differ
diff --git a/metadata/org.videolan.vlc/en-US/phoneScreenshots/23.png b/metadata/org.videolan.vlc/en-US/phoneScreenshots/23.png
index 0d0af5014e..c6dcc0e48c 100644
Binary files a/metadata/org.videolan.vlc/en-US/phoneScreenshots/23.png and b/metadata/org.videolan.vlc/en-US/phoneScreenshots/23.png differ
diff --git a/metadata/org.voidptr.swpieview.txt b/metadata/org.voidptr.swpieview.txt
index 608a943fd9..b46c586804 100644
--- a/metadata/org.voidptr.swpieview.txt
+++ b/metadata/org.voidptr.swpieview.txt
@@ -1,5 +1,5 @@
Categories:Graphics
-License:GPL-3.0
+License:GPL-3.0-only
Author Name:Danielle Jackson
Author Email:errant@voidptr.org
Web Site:https://voidptr.org/swpieview.html
diff --git a/metadata/org.voidsink.anewjkuapp.txt b/metadata/org.voidsink.anewjkuapp.txt
index 4c92d504b9..8a6c478468 100644
--- a/metadata/org.voidsink.anewjkuapp.txt
+++ b/metadata/org.voidsink.anewjkuapp.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/marunjar/anewjkuapp
Issue Tracker:https://github.com/marunjar/anewjkuapp/issues
diff --git a/metadata/org.vono.narau.txt b/metadata/org.vono.narau.txt
index 53b53075a9..18840e0a0f 100644
--- a/metadata/org.vono.narau.txt
+++ b/metadata/org.vono.narau.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://launchpad.net/narau
Source Code:https://code.launchpad.net/narau/fdroid
Issue Tracker:https://bugs.launchpad.net/narau/fdroid
diff --git a/metadata/org.vudroid.txt b/metadata/org.vudroid.txt
index f2ab8e2cc2..4d88ca1951 100644
--- a/metadata/org.vudroid.txt
+++ b/metadata/org.vudroid.txt
@@ -1,7 +1,7 @@
Categories:Reading
-License:GPL-3.0
-Web Site:https://code.google.com/p/vudroid
-Source Code:https://code.google.com/p/vudroid/source
+License:GPL-3.0-only
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:VuDroid
@@ -10,9 +10,6 @@ Description:
A document reader for DjVu and PDF files.
.
-Repo Type:git-svn
-Repo:https://vudroid.googlecode.com/svn/trunk
-
Build:1.2,3
commit=36
target=android-8
@@ -32,3 +29,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:1.4
Current Version Code:5
+
+No Source Since:1.5
diff --git a/metadata/org.wahtod.wififixer.txt b/metadata/org.wahtod.wififixer.txt
index 70ac78ac38..d309ba42bd 100644
--- a/metadata/org.wahtod.wififixer.txt
+++ b/metadata/org.wahtod.wififixer.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://wififixer.wordpress.com
Source Code:https://github.com/Zanshinmu/Wifi-Fixer
Issue Tracker:https://github.com/Zanshinmu/Wifi-Fixer/issues
@@ -9,6 +9,17 @@ Auto Name:Wifi Fixer
Summary:Resets broken WiFi connections
Description:
Detects and resets a broken WiFi connection.
+
+Wifi Fixer is a background service that works around several problems with
+Android wifi, including: Wifi shows connected but internet data not available
+Known network in range but not detected Best network not used Supplicant frozen
+Supplicant in likely failure state
+
+Apps can’t prevent disconnections or boost low signals. Wifi Fixer will detect
+and attempt recovery when these problems are detected.
+
+You can tune your Wifi Acess Point's settings to minimize disconnections. Please
+refer to Wifi Fixer’s help documents for more information.
.
Repo Type:git
diff --git a/metadata/org.walleth.txt b/metadata/org.walleth.txt
index faf6170a5e..efbb70ab56 100644
--- a/metadata/org.walleth.txt
+++ b/metadata/org.walleth.txt
@@ -1,16 +1,19 @@
Categories:Money
-License:GPL-3.0
-Web Site:http://walleth.org
+License:GPL-3.0-only
+Web Site:https://walleth.org
Source Code:https://github.com/walleth/walleth
Issue Tracker:https://github.com/walleth/walleth/issues
-Name:WALLETH
-Auto Name:WALLΞTH
+Name:WallETH
+Auto Name:WallΞTH
Summary:Ethereum wallet
Description:
-Ethereum wallet Networks: main(1), ropsten(3), rinkeby(4) Features:
-Tokens(ERC-20), ERC-67 URLs, ERC-55 Checksums, TREZOR Support, watch only
-accounts, contains go-ethereum light client
+Ethereum wallet Networks: main, ropsten, rinkeby, kovan
+
+Features: Tokens(ERC-20), ERC-67 / ERC-681 URLs, ERC-55 Checksums, TREZOR
+Support (via USB-OTG - model 1 and model T), watch only accounts, offline
+signing, JSON UTC key import/export, display value in fiat like EUR, NZD, USD,
+.. or MakerDAO DAI, display function …
.
Repo Type:git
@@ -112,7 +115,49 @@ Build:0.34,34
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
+
+Build:0.42.1,421
+ commit=0.42.1
+ subdir=app
+ gradle=noGethNoFirebaseForFDroidOnline
+ prebuild=sed -i -e '/google-services/d' -e '/withFirebaseCompile/d' build.gradle
+ scanignore=build.gradle
+
+Build:0.42.2,422
+ commit=0.42.2
+ subdir=app
+ gradle=noGethNoFirebaseForFDroidOnline
+ prebuild=sed -i -e '/google-services/d' -e '/withFirebaseCompile/d' build.gradle
+ scanignore=build.gradle
+
+Build:0.42.3,423
+ commit=0.42.3
+ subdir=app
+ gradle=noGethNoFirebaseForFDroidOnline
+ prebuild=sed -i -e '/google-services/d' -e '/withFirebaseCompile/d' build.gradle && \
+ sed -i -e 's/4.10/4.9/' ../gradle/wrapper/gradle-wrapper.properties
+ scanignore=build.gradle
+
+Build:0.42.4,424
+ commit=0.42.4
+ subdir=app
+ gradle=noGethNoFirebaseForFDroidOnline
+ prebuild=sed -i -e '/google-services/d' -e '/withFirebaseCompile/d' build.gradle
+ scanignore=build.gradle
+
+Build:0.42.5,425
+ commit=0.42.5
+ subdir=app
+ gradle=noGethNoFirebaseForFDroidOnline
+ prebuild=sed -i -e '/google-services/d' -e '/withFirebaseCompile/d' build.gradle
+ scanignore=build.gradle
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:0.34
-Current Version Code:34
+Current Version:0.42.5
+Current Version Code:425
diff --git a/metadata/org.webodf.txt b/metadata/org.webodf.txt
index 9f05ada7b6..0726002921 100644
--- a/metadata/org.webodf.txt
+++ b/metadata/org.webodf.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:AGPL-3.0+
+License:AGPL-3.0-or-later
Web Site:http://webodf.org
Source Code:https://github.com/kogmbh/WebODF
Issue Tracker:https://github.com/kogmbh/WebODF/issues
diff --git a/metadata/org.wikilovesmonuments.txt b/metadata/org.wikilovesmonuments.txt
index 0a4e096d5b..dd64d32e75 100644
--- a/metadata/org.wikilovesmonuments.txt
+++ b/metadata/org.wikilovesmonuments.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://www.mediawiki.org/wiki/Wikimedia_mobile_engineering
Source Code:https://github.com/wikimedia/WLMMobile
Issue Tracker:https://phabricator.wikimedia.org
diff --git a/metadata/org.wikimedia.commons.wikimedia.txt b/metadata/org.wikimedia.commons.wikimedia.txt
index aa4259270d..2618411e3e 100644
--- a/metadata/org.wikimedia.commons.wikimedia.txt
+++ b/metadata/org.wikimedia.commons.wikimedia.txt
@@ -26,6 +26,6 @@ Build:1.0,1
popd
Auto Update Mode:None
-Update Check Mode:RepoManifest
+Update Check Mode:None
Current Version:1.0
-Current Version Code:2
+Current Version Code:1
diff --git a/metadata/org.wikipedia.txt b/metadata/org.wikipedia.txt
index b6bbd107ff..4660c0d5c4 100644
--- a/metadata/org.wikipedia.txt
+++ b/metadata/org.wikipedia.txt
@@ -272,8 +272,56 @@ 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
+
+Build:r/2.7.236-r-2018-06-25,236
+ commit=r/2.7.236-r-2018-06-25
+ subdir=app
+ init=sed -i '/sonatype/d' ../build.gradle
+ gradle=fdroid
+ forceversion=yes
+ prebuild=sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+
+Build:r/2.7.237-r-2018-06-27,237
+ commit=r/2.7.237-r-2018-06-27
+ subdir=app
+ init=sed -i '/sonatype/d' ../build.gradle
+ gradle=fdroid
+ forceversion=yes
+ prebuild=sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+
+Build:r/2.7.238-r-2018-07-30,238
+ commit=r/2.7.238-r-2018-07-30
+ subdir=app
+ init=sed -i '/sonatype/d' ../build.gradle
+ gradle=fdroid
+ forceversion=yes
+ prebuild=sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+
+Build:r/2.7.239-r-2018-07-31,239
+ commit=r/2.7.239-r-2018-07-31
+ subdir=app
+ init=sed -i '/sonatype/d' ../build.gradle
+ gradle=fdroid
+ forceversion=yes
+ prebuild=sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+
Maintainer Notes:
* versionname is timebased and generated on build; force it. Also remove the timestamp.
+* we disable gradle abi splits because using the universal apk is easier for us for now.
+* ndk abifilters line is added as otherwise stray mips/armeabi .so files are added to the apk
Summary and Description have been moved to the new localizable text files:
https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
@@ -281,5 +329,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.239-r-2018-07-31
+Current Version Code:239
diff --git a/metadata/org.wikipedia/be/name.txt b/metadata/org.wikipedia/be/name.txt
new file mode 100644
index 0000000000..019f4d37da
--- /dev/null
+++ b/metadata/org.wikipedia/be/name.txt
@@ -0,0 +1 @@
+Вікіпедыя
\ No newline at end of file
diff --git a/metadata/org.wikipedia/be/summary.txt b/metadata/org.wikipedia/be/summary.txt
new file mode 100644
index 0000000000..b65b40cc96
--- /dev/null
+++ b/metadata/org.wikipedia/be/summary.txt
@@ -0,0 +1 @@
+Афіцыйная прыкладанне Вікіпедыі для Андроід.
\ No newline at end of file
diff --git a/metadata/org.wikipedia/en-US/featureGraphic.png b/metadata/org.wikipedia/en-US/featureGraphic.png
index 426ddbf379..b96c5a9c37 100644
Binary files a/metadata/org.wikipedia/en-US/featureGraphic.png and b/metadata/org.wikipedia/en-US/featureGraphic.png differ
diff --git a/metadata/org.wikipedia/en-US/phoneScreenshots/00.png b/metadata/org.wikipedia/en-US/phoneScreenshots/00.png
index 7ec1c27983..c90dae567e 100644
Binary files a/metadata/org.wikipedia/en-US/phoneScreenshots/00.png and b/metadata/org.wikipedia/en-US/phoneScreenshots/00.png differ
diff --git a/metadata/org.wikipedia/en-US/phoneScreenshots/01.png b/metadata/org.wikipedia/en-US/phoneScreenshots/01.png
index af23aac1d2..48e9c4ff70 100644
Binary files a/metadata/org.wikipedia/en-US/phoneScreenshots/01.png and b/metadata/org.wikipedia/en-US/phoneScreenshots/01.png differ
diff --git a/metadata/org.wikipedia/en-US/phoneScreenshots/02.png b/metadata/org.wikipedia/en-US/phoneScreenshots/02.png
index bc858e6dd9..30c243d024 100644
Binary files a/metadata/org.wikipedia/en-US/phoneScreenshots/02.png and b/metadata/org.wikipedia/en-US/phoneScreenshots/02.png differ
diff --git a/metadata/org.wikipedia/en-US/phoneScreenshots/03.png b/metadata/org.wikipedia/en-US/phoneScreenshots/03.png
index 6e9e98e4a8..d967673b2c 100644
Binary files a/metadata/org.wikipedia/en-US/phoneScreenshots/03.png and b/metadata/org.wikipedia/en-US/phoneScreenshots/03.png differ
diff --git a/metadata/org.wikipedia/en-US/phoneScreenshots/04.png b/metadata/org.wikipedia/en-US/phoneScreenshots/04.png
index 90b9510290..48e9c4ff70 100644
Binary files a/metadata/org.wikipedia/en-US/phoneScreenshots/04.png and b/metadata/org.wikipedia/en-US/phoneScreenshots/04.png differ
diff --git a/metadata/org.wikipedia/en-US/phoneScreenshots/05.png b/metadata/org.wikipedia/en-US/phoneScreenshots/05.png
index bc858e6dd9..30c243d024 100644
Binary files a/metadata/org.wikipedia/en-US/phoneScreenshots/05.png and b/metadata/org.wikipedia/en-US/phoneScreenshots/05.png differ
diff --git a/metadata/org.wikipedia/en-US/phoneScreenshots/06.png b/metadata/org.wikipedia/en-US/phoneScreenshots/06.png
index 36432b99a1..c2d525d50b 100644
Binary files a/metadata/org.wikipedia/en-US/phoneScreenshots/06.png and b/metadata/org.wikipedia/en-US/phoneScreenshots/06.png differ
diff --git a/metadata/org.wikipedia/en-US/phoneScreenshots/07.png b/metadata/org.wikipedia/en-US/phoneScreenshots/07.png
index a92a639ad4..165820ff8d 100644
Binary files a/metadata/org.wikipedia/en-US/phoneScreenshots/07.png and b/metadata/org.wikipedia/en-US/phoneScreenshots/07.png differ
diff --git a/metadata/org.wikipedia/en-US/phoneScreenshots/08.png b/metadata/org.wikipedia/en-US/phoneScreenshots/08.png
index de9f26c141..8e2eaa39dc 100644
Binary files a/metadata/org.wikipedia/en-US/phoneScreenshots/08.png and b/metadata/org.wikipedia/en-US/phoneScreenshots/08.png differ
diff --git a/metadata/org.wikipedia/eo/changelogs/194.txt b/metadata/org.wikipedia/eo/changelogs/194.txt
new file mode 100644
index 0000000000..240b2baa40
--- /dev/null
+++ b/metadata/org.wikipedia/eo/changelogs/194.txt
@@ -0,0 +1,6 @@
+- gravaj plibonigoj por uzant-interfaco de leg-listoj;
+- povas elekti plurajn listojn de artikoloj per unufoje;
+- povas baskuli ĉiun liston de artikoloj ekster-/en-rete;
+- bildoj estas kaŝmemorigitaj por esti disponeblaj eksterrete;
+- langeto de hazarda abonfluo nun elŝutas hazardan artikolon de leg-listoj de uzanto kiam eksterrete;
+- multaj aliaj erar-riparoj kaj plibonigoj;
\ No newline at end of file
diff --git a/metadata/org.wikipedia/eo/summary.txt b/metadata/org.wikipedia/eo/summary.txt
index e1503707ff..bb917ffdbc 100644
--- a/metadata/org.wikipedia/eo/summary.txt
+++ b/metadata/org.wikipedia/eo/summary.txt
@@ -1 +1 @@
-Oficiala Vikipedio programon por Androido.
\ No newline at end of file
+Oficiala aplikaĵo de Vikipedio por Androido.
\ No newline at end of file
diff --git a/metadata/org.wikipedia/eu/changelogs/194.txt b/metadata/org.wikipedia/eu/changelogs/194.txt
new file mode 100644
index 0000000000..d79bd14c97
--- /dev/null
+++ b/metadata/org.wikipedia/eu/changelogs/194.txt
@@ -0,0 +1 @@
+- Irakurketa zerrendaren interfazean hobekuntzak - Hainbat irakurketa zerrenda aldi berean aukeratu daitezke orain - Irakurketa zerrendako artikuluak banaka ezarri daitezke lineaz kanpo irakurtzeko - Irudiak orain lineaz kanpo cacheatzen dira - Ausazko jarioak irakurketa zerrendako artikului bat hartzen du lineaz kanpo zaudenean - Akatsen konponketak eta interfazean hobekuntzak
\ No newline at end of file
diff --git a/metadata/org.wikipedia/hu/name.txt b/metadata/org.wikipedia/hu/name.txt
new file mode 100644
index 0000000000..89c632bb94
--- /dev/null
+++ b/metadata/org.wikipedia/hu/name.txt
@@ -0,0 +1 @@
+Wikipédia
\ No newline at end of file
diff --git a/metadata/org.wikipedia/hu/summary.txt b/metadata/org.wikipedia/hu/summary.txt
new file mode 100644
index 0000000000..1f877dff57
--- /dev/null
+++ b/metadata/org.wikipedia/hu/summary.txt
@@ -0,0 +1 @@
+A hivatalos Wikipédia Android alkalmazás.
\ No newline at end of file
diff --git a/metadata/org.wikipedia/is/changelogs/194.txt b/metadata/org.wikipedia/is/changelogs/194.txt
new file mode 100644
index 0000000000..211b297be0
--- /dev/null
+++ b/metadata/org.wikipedia/is/changelogs/194.txt
@@ -0,0 +1 @@
+- Umtalsverðar endurbætur á viðmóti leslista - Hægt að velja margar leslistagreinar í einu - Einstakar greinar í leslista má víxla á/ónettengt. - Myndir eru núna settar í biðminni til notkunar án nettengingar - Slembið streymi getur sótt tilviljanakennda grein úr leslistum notandans þegar nettenging er ekki í boði - Margar aðrar endurbætur á viðmóti og leiðréttingar á villum
\ No newline at end of file
diff --git a/metadata/org.wikipedia/is/name.txt b/metadata/org.wikipedia/is/name.txt
new file mode 100644
index 0000000000..121eab0377
--- /dev/null
+++ b/metadata/org.wikipedia/is/name.txt
@@ -0,0 +1 @@
+Wikipedia
\ No newline at end of file
diff --git a/metadata/org.wikipedia/is/summary.txt b/metadata/org.wikipedia/is/summary.txt
new file mode 100644
index 0000000000..7be2bd6b99
--- /dev/null
+++ b/metadata/org.wikipedia/is/summary.txt
@@ -0,0 +1 @@
+Opinbera Wikipedia-appið fyrir Android.
\ No newline at end of file
diff --git a/metadata/org.wikipedia/ja/description.txt b/metadata/org.wikipedia/ja/description.txt
index 01eb614694..67d6b1cd47 100644
--- a/metadata/org.wikipedia/ja/description.txt
+++ b/metadata/org.wikipedia/ja/description.txt
@@ -20,7 +20,7 @@
ウィクショナリーからの語義 - 長押しすると単語を強調表示します。その後「語義」ボタンをタップすると、ウィクショナリーから単語の語義を表示します。
-ウィキペディアゼロ - 参加している携帯電話会社の利用者はWikipedia for Androidにデータ料金なしでアクセスできます。(参加携帯電話会社へのリンク)
+ウィキペディアゼロ - 参加している携帯電話会社の利用者は「Wikipedia for Android」にデータ料金なしでアクセスできます。(参加携帯電話会社へのリンク)
アプリに関するご意見をお送りください!メニューの「設定」、次に「Wikipediaアプリについて」、次に「アプリのフィードバックを送信」を押してください。
@@ -36,5 +36,5 @@
ウィキメディア財団について
-ウィキメディア財団はウィキペディアや他のウィキメディア プロジェクトをサポートする非営利組織です。ウィキメディア財団は、主に寄付によって資金を供給される慈善団体です。詳細については、私たちのウェブサイトを参照してください: https://wikimediafoundation.org/wiki/Home
+ウィキメディア財団はウィキペディアや他のウィキメディアプロジェクトをサポートする非営利組織です。ウィキメディア財団は、主に寄付によって資金を供給される慈善団体です。詳細については、ウェブサイトを参照してください: https://wikimediafoundation.org/wiki/Home
diff --git a/metadata/org.wikipedia/pl/changelogs/194.txt b/metadata/org.wikipedia/pl/changelogs/194.txt
new file mode 100644
index 0000000000..9e71e20cd9
--- /dev/null
+++ b/metadata/org.wikipedia/pl/changelogs/194.txt
@@ -0,0 +1,2 @@
+- Istotne ulepszenia interfejsu dla list czytelniczych - Teraz można wybrać wiele artykułów z listy od razu - Poszczególne artykuły z listy do czytania można teraz włączać / wyłączać. - Obrazy są teraz buforowane w celu zapewnienia dostępności w trybie on /offline - Losowa karta danych pobiera teraz losowy artykuł z list czytelniczych użytkownika
+w trybie offline - Wiele innych poprawek i aktualizacji interfejsu użytkownika
\ No newline at end of file
diff --git a/metadata/org.wikipedia/pt-BR/changelogs/194.txt b/metadata/org.wikipedia/pt-BR/changelogs/194.txt
new file mode 100644
index 0000000000..a0045092ab
--- /dev/null
+++ b/metadata/org.wikipedia/pt-BR/changelogs/194.txt
@@ -0,0 +1 @@
+- Melhorias substanciais na interface de leitura - Vários artigos da lista de leitura agora podem ser selecionados de uma só vez - Agora, os artigos da lista de leitura individual podem ser alternados on / offline. - As imagens agora são armazenadas em cache para disponibilidade offline - A placa de alimentação aleatória agora puxa um artigo aleatório das listas de leitura do usuário quando estiver off-line - Muitas outras correções de bugs e atualizações da interface do usuário
\ No newline at end of file
diff --git a/metadata/org.wikipedia/tr/changelogs/194.txt b/metadata/org.wikipedia/tr/changelogs/194.txt
new file mode 100644
index 0000000000..3b406b5a11
--- /dev/null
+++ b/metadata/org.wikipedia/tr/changelogs/194.txt
@@ -0,0 +1 @@
+- Okuma listelerinde önemli gelişmeler UI - Çoklu okuma listesi makaleleri artık bir defada seçilebilir - Bireysel okuma listesi makaleleri artık / çevrimdışı olarak değiştirilebilir. - Görüntüler artık çevrimdışı kullanılabilirlik için önbelleğe alınmış - Rastgele besleme kartı artık çevrimdışıyken kullanıcının okuma listelerinden rastgele bir makale çekiyor - Diğer birçok hata düzeltmeleri ve kullanıcı arayüzü güncellemeleri
\ No newline at end of file
diff --git a/metadata/org.wikipedia/uk/summary.txt b/metadata/org.wikipedia/uk/summary.txt
index 5e83e3c27f..26ad000f0f 100644
--- a/metadata/org.wikipedia/uk/summary.txt
+++ b/metadata/org.wikipedia/uk/summary.txt
@@ -1 +1 @@
-Офіційний застосунок Вікіпедії для Android.
\ No newline at end of file
+Офіційний застосунок Вікіпедії для Android'у.
\ No newline at end of file
diff --git a/metadata/org.wiktionary.txt b/metadata/org.wiktionary.txt
index 7f20fe14a4..95cb492743 100644
--- a/metadata/org.wiktionary.txt
+++ b/metadata/org.wiktionary.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/wikimedia/WiktionaryMobile
Issue Tracker:https://github.com/wikimedia/WiktionaryMobile/issues
diff --git a/metadata/org.wingy.chan.txt b/metadata/org.wingy.chan.txt
index 52e00cd59e..575f8fd807 100644
--- a/metadata/org.wingy.chan.txt
+++ b/metadata/org.wingy.chan.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/wingy/Exodus/blob/HEAD/README.md
Source Code:https://github.com/wingy/Exodus
Issue Tracker:https://github.com/wingy/Exodus/issues
diff --git a/metadata/org.witness.informacam.txt b/metadata/org.witness.informacam.txt
index 9f076833a9..f9937dee4a 100644
--- a/metadata/org.witness.informacam.txt
+++ b/metadata/org.witness.informacam.txt
@@ -1,8 +1,10 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://guardianproject.info/apps/informacam
Source Code:https://github.com/guardianproject/InformaCam
Issue Tracker:https://github.com/guardianproject/InformaCam/issues
+LiberapayID:33617
+Bitcoin:1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
Auto Name:InformaCam
Summary:Image redactor
diff --git a/metadata/org.witness.sscphase1.yml b/metadata/org.witness.sscphase1.yml
index 3e53ec2ca9..6cffd4b102 100644
--- a/metadata/org.witness.sscphase1.yml
+++ b/metadata/org.witness.sscphase1.yml
@@ -1,11 +1,14 @@
Categories:
- Multimedia
-License: GPL-3.0+
+License: GPL-3.0-or-later
WebSite: https://guardianproject.info/apps
SourceCode: https://github.com/guardianproject/ObscuraCam
IssueTracker: https://github.com/guardianproject/ObscuraCam/issues
+LiberapayID: '33617'
+Bitcoin: 1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
AutoName: ObscuraCam
+Summary: The Privacy Camera
Description: |
In a world of viral videos and facial recognition, ObscuraCam helps you share photos and videos while protecting the privacy of you and those you care about. With ObscuraCam you can blur and disguise faces in your photos and videos. Information that could identify you as the cameraperson is removed from the files for added security.
@@ -43,7 +46,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.0.2
-CurrentVersionCode: 4002
+CurrentVersion: 4.0.1-alpha-1
+CurrentVersionCode: 4011
diff --git a/metadata/org.wordpress.android.txt b/metadata/org.wordpress.android.txt
index 23b445bc97..155e4d2de1 100644
--- a/metadata/org.wordpress.android.txt
+++ b/metadata/org.wordpress.android.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Internet
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://apps.wordpress.com/mobile
Source Code:https://github.com/wordpress-mobile/WordPress-Android
Issue Tracker:https://github.com/wordpress-mobile/WordPress-Android/issues
diff --git a/metadata/org.wroot.android.goldeneye.txt b/metadata/org.wroot.android.goldeneye.txt
index fb286d4cef..5f992e220c 100644
--- a/metadata/org.wroot.android.goldeneye.txt
+++ b/metadata/org.wroot.android.goldeneye.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://wroot.org/projects/goldeneye-4-android
Source Code:https://github.com/jseidl/GoldenEye-Mobile
Issue Tracker:https://github.com/jseidl/GoldenEye-Mobile/issues
diff --git a/metadata/org.xapek.andiodine.txt b/metadata/org.xapek.andiodine.txt
index 6ab4cf8b04..f030b72f98 100644
--- a/metadata/org.xapek.andiodine.txt
+++ b/metadata/org.xapek.andiodine.txt
@@ -1,9 +1,8 @@
Categories:Connectivity
License:ISC
Web Site:
-Source Code:https://github.com/yvesf/andiodine
-Issue Tracker:https://github.com/yvesf/andiodine/issues
-Bitcoin:114WP9Pnr97ZwgGmBz2g4QYPsqyLz5qRSo
+Source Code:https://gitlab.com/andiodine/andiodine
+Issue Tracker:https://gitlab.com/andiodine/andiodine/issues
Auto Name:AndIodine
Summary:Data connection through DNS tunneling
@@ -16,7 +15,7 @@ Based on iodine, requires Android4+.
.
Repo Type:git
-Repo:https://github.com/yvesf/andiodine.git
+Repo:https://gitlab.com/andiodine/andiodine.git
Build:1.0,1
commit=1ae6623962ab115457deb00a9f40405627c4fdc4
@@ -31,7 +30,12 @@ Build:1.3,3
commit=v1.3
buildjni=yes
-Auto Update Mode:None
+Build:1.6,6
+ commit=v1.6
+ gradle=fat
+ buildjni=yes
+
+Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.5
-Current Version Code:5
+Current Version:1.6
+Current Version Code:6
diff --git a/metadata/org.xbmc.android.remote.txt b/metadata/org.xbmc.android.remote.txt
index ed0c0775cb..82bee7ab76 100644
--- a/metadata/org.xbmc.android.remote.txt
+++ b/metadata/org.xbmc.android.remote.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/freezy/android-xbmcremote
Issue Tracker:https://github.com/freezy/android-xbmcremote/issues
diff --git a/metadata/org.xbmc.kore.txt b/metadata/org.xbmc.kore.txt
index 49a069319b..f5ce778f3c 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
@@ -76,7 +73,22 @@ Build:v2.3.3,19
subdir=app
gradle=full
+Build:v2.4.0,20
+ commit=v2.4.0
+ subdir=app
+ gradle=yes
+
+Build:v2.4.1,21
+ commit=v2.4.1
+ subdir=app
+ gradle=yes
+
+Build:v2.4.4,22
+ commit=v2.4.4
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:v2.3.3
-Current Version Code:19
+Current Version:v2.4.4
+Current Version Code:22
diff --git a/metadata/org.xcsoar.txt b/metadata/org.xcsoar.txt
index 2e209440ed..dc94c8959d 100644
--- a/metadata/org.xcsoar.txt
+++ b/metadata/org.xcsoar.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://www.xcsoar.org
Source Code:https://github.com/XCSoar/XCSoar
Issue Tracker:https://bugs.xcsoar.org
@@ -172,7 +172,16 @@ Build:6.8.10,111
build=make TARGET=ANDROID7 DEBUG=n TESTING=n -j`nproc`
ndk=r15c
+Build:6.8.11,112
+ commit=v6.8.11
+ submodules=yes
+ sudo=apt-get install -y g++
+ output=output/ANDROID7/opt/build/unsigned.apk
+ rm=android/ioio/software/IOIODude/lib,android/ioio/software/IOIOLib/target/pc/lib,android/ioio/software/applications/IOIOConnectionTester/lib
+ build=make TARGET=ANDROID7 DEBUG=n TESTING=n -j`nproc`
+ ndk=r15c
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:6.8.10
-Current Version Code:111
+Current Version:6.8.11
+Current Version Code:112
diff --git a/metadata/org.xphnx.ameixa.txt b/metadata/org.xphnx.ameixa.txt
index 3d736cd798..2c9f603e7f 100644
--- a/metadata/org.xphnx.ameixa.txt
+++ b/metadata/org.xphnx.ameixa.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://xphnx.github.io/fento-suite
Source Code:https://gitlab.com/xphnx/ameixa
Issue Tracker:https://gitlab.com/xphnx/ameixa/issues
@@ -65,7 +65,42 @@ Build:3.1.3,53
subdir=app
gradle=yes
+Build:3.1.4,54
+ commit=v3.1.4
+ subdir=app
+ gradle=yes
+
+Build:3.1.5,55
+ commit=v3.1.5
+ subdir=app
+ gradle=yes
+
+Build:3.1.6,56
+ commit=v3.1.6
+ subdir=app
+ gradle=yes
+
+Build:3.1.7,57
+ commit=v3.1.7
+ subdir=app
+ gradle=yes
+
+Build:4.0.2,60
+ commit=v4.0.2
+ subdir=app
+ gradle=yes
+
+Build:4.0.3,403
+ commit=v4.0.3
+ subdir=app
+ gradle=yes
+
+Build:4.0.4,404
+ commit=v4.0.4
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:3.1.3
-Current Version Code:53
+Current Version:4.0.4
+Current Version Code:404
diff --git a/metadata/org.xphnx.ameixamonochrome.txt b/metadata/org.xphnx.ameixamonochrome.txt
index baae56f3e6..524e2c582b 100644
--- a/metadata/org.xphnx.ameixamonochrome.txt
+++ b/metadata/org.xphnx.ameixamonochrome.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/xphnx/ameixa-monochrome/blob/HEAD/README.md
Source Code:https://gitlab.com/xphnx/ameixa-monochrome
Issue Tracker:https://gitlab.com/xphnx/ameixa-monochrome/issues
@@ -29,7 +29,29 @@ Build:3.1.3,53
subdir=app
gradle=yes
+Build:3.1.4,54
+ commit=v3.1.4
+ subdir=app
+ gradle=yes
+
+Build:4.0.0,58
+ commit=v4.0.0
+ subdir=app
+ gradle=yes
+
+Build:4.0.3,403
+ commit=v4.0.3
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's/4.10/4.9/' ../gradle/wrapper/gradle-wrapper.properties
+
+Build:4.0.4,404
+ commit=v4.0.4
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's/4.10/4.9/' ../gradle/wrapper/gradle-wrapper.properties
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:3.1.3
-Current Version Code:53
+Current Version:4.0.4
+Current Version Code:404
diff --git a/metadata/org.xphnx.iconsubmit.txt b/metadata/org.xphnx.iconsubmit.txt
index 9d877253f3..c84819cc46 100644
--- a/metadata/org.xphnx.iconsubmit.txt
+++ b/metadata/org.xphnx.iconsubmit.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://xphnx.github.io/fento-suite
Source Code:https://gitlab.com/xphnx/icon-request-tool
Issue Tracker:https://gitlab.com/xphnx/icon-request-tool/issues
@@ -39,7 +39,13 @@ Build:1.3,4
gradle=yes
prebuild=sed -i -e '/minifyEnabled/d' build.gradle
+Build:1.6,7
+ commit=v1.6
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/minifyEnabled/d' build.gradle
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.3
-Current Version Code:4
+Current Version:1.6
+Current Version Code:7
diff --git a/metadata/org.xposeddownloader.txt b/metadata/org.xposeddownloader.txt
index cfee560ca9..b7b445012b 100644
--- a/metadata/org.xposeddownloader.txt
+++ b/metadata/org.xposeddownloader.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/daktak/xposed_downloader
Issue Tracker:https://github.com/daktak/xposed_downloader/issues
diff --git a/metadata/org.y20k.trackbook.txt b/metadata/org.y20k.trackbook.txt
index 3ab2490d8b..c002a6dd7f 100644
--- a/metadata/org.y20k.trackbook.txt
+++ b/metadata/org.y20k.trackbook.txt
@@ -118,7 +118,27 @@ Build:1.1.6,22
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
+
+Build:1.1.9,25
+ commit=v1.1.9
+ subdir=app
+ gradle=yes
+
+Build:1.1.10,26
+ commit=v1.1.10
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.1.6
-Current Version Code:22
+Current Version:1.1.10
+Current Version Code:26
diff --git a/metadata/org.y20k.transistor.txt b/metadata/org.y20k.transistor.txt
index 0bf8aeb846..33cd00d84d 100644
--- a/metadata/org.y20k.transistor.txt
+++ b/metadata/org.y20k.transistor.txt
@@ -221,7 +221,42 @@ Build:3.0.4,54
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
+
+Build:3.0.7,57
+ commit=v3.0.7
+ subdir=app
+ gradle=yes
+
+Build:3.0.8,58
+ commit=v3.0.8
+ subdir=app
+ gradle=yes
+
+Build:3.0.9,59
+ commit=v3.0.9
+ subdir=app
+ gradle=yes
+
+Build:3.0.10,60
+ commit=v3.0.10
+ subdir=app
+ gradle=yes
+
+Build:3.0.11,61
+ commit=v3.0.11
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:3.0.4
-Current Version Code:54
+Current Version:3.0.11
+Current Version Code:61
diff --git a/metadata/org.yaaic.txt b/metadata/org.yaaic.txt
index 6d233492b9..9eb6f73bcf 100644
--- a/metadata/org.yaaic.txt
+++ b/metadata/org.yaaic.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://www.yaaic.org
Source Code:https://github.com/pocmo/Yaaic
Issue Tracker:https://github.com/pocmo/Yaaic/issues
@@ -10,6 +10,20 @@ Auto Name:Yaaic
Summary:IRC (chat) client
Description:
Yaaic (Yet Another Android IRC Client) is an Internet Relay Chat (IRC) client.
+
+Some of the features:
+
+* multi-server/channel support
+* SASL support
+* Colored text as well as mIRC colors
+* Smooth channel scrolling / swiping
+* Message icons
+* A bunch of commands
+* Many supported charsets
+* Colored nicknames
+* Nick completion (use search button)
+* Graphical smilies
+* Scrollback history
.
Repo Type:git
diff --git a/metadata/org.yabause.android.txt b/metadata/org.yabause.android.txt
index 141167b858..f10bad1e9d 100644
--- a/metadata/org.yabause.android.txt
+++ b/metadata/org.yabause.android.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://yabause.org
Source Code:https://sourceforge.net/p/yabause/code
Issue Tracker:https://sourceforge.net/projects/yabause/support
diff --git a/metadata/org.yaxim.androidclient.txt b/metadata/org.yaxim.androidclient.txt
index 0f7e727f8d..35618b6eaa 100644
--- a/metadata/org.yaxim.androidclient.txt
+++ b/metadata/org.yaxim.androidclient.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://yaxim.org
Source Code:https://github.com/ge0rg/yaxim
Issue Tracker:https://github.com/pfleidi/yaxim/issues
diff --git a/metadata/org.yuttadhammo.BodhiTimer.txt b/metadata/org.yuttadhammo.BodhiTimer.txt
index aec60a1e04..64f3924bce 100644
--- a/metadata/org.yuttadhammo.BodhiTimer.txt
+++ b/metadata/org.yuttadhammo.BodhiTimer.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.sirimangalo.org
Source Code:https://github.com/yuttadhammo/BodhiTimer
Issue Tracker:https://github.com/yuttadhammo/BodhiTimer/issues
diff --git a/metadata/org.yuttadhammo.tipitaka.txt b/metadata/org.yuttadhammo.tipitaka.txt
index f3083c95c0..21b7b840be 100644
--- a/metadata/org.yuttadhammo.tipitaka.txt
+++ b/metadata/org.yuttadhammo.tipitaka.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.sirimangalo.org
Source Code:https://github.com/yuttadhammo/E-Tipitaka-for-Android
Issue Tracker:
diff --git a/metadata/org.zamedev.gloomydungeons1hardcore.opensource.txt b/metadata/org.zamedev.gloomydungeons1hardcore.opensource.txt
index 0dd5c03387..0164bf4a7d 100644
--- a/metadata/org.zamedev.gloomydungeons1hardcore.opensource.txt
+++ b/metadata/org.zamedev.gloomydungeons1hardcore.opensource.txt
@@ -4,15 +4,14 @@ License:MIT
Web Site:http://mobile.zame-dev.org/gloomy/index.php
Source Code:https://github.com/restorer/gloomy-dungeons-3d
Issue Tracker:https://github.com/restorer/gloomy-dungeons-3d/issues
-Bitcoin:1BkmsNEeW5A2YketBaa4pDFSAcDwnDuyDp
Name:Gloomy Dungeons 3D - Hardcore
Summary:First-person shooter
Description:
-Old-school and hard version of Gloomy Dungeon 3D.
+Old-school and hard version of Gloomy Dungeons 3D.
If you loved Doom and Wolfenstein 3D and want to go to back to gaming in the
-early ‘90s, Gloomy Dungeons 3D: Hardcore is for you! The game has so many
+early 90s, Gloomy Dungeons 3D: Hardcore is for you! The game has so many
features that you will be glued to your phone for hours. Watch out for sore
fingers!
@@ -28,7 +27,7 @@ hardware button "Menu" at any moment, than press "Options" in menu
* Optimized to run even on 1st Gen Android phones
* All resources are free as in freedom
-In f-droid.org version Zeemote isn't supported and Google Analytics was removed.
+In f-droid.org version Zeemote isn't supported and analytics was removed.
Non-personalized promo ads (of new games made by EightSines) can be shown on
menu screen.
.
@@ -42,7 +41,20 @@ Build:2014.10.26.1200,1414314000
gradle=FdroidhardcoreHardcoreWithoutanalyticsWithoutzeemoteWithoutrateoffer
novcheck=yes
+Build:2018.07.02,1807020000
+ commit=a85fdf8fa2fe13129a5939ad9d52c749dfc7fb29
+ init=rm src/withzeemote/libs/zc-strings-1.9.2.jar && \
+ rm src/withzeemote/libs/ZControllerLib-android-1.9.2.jar && \
+ rm src/withzeemote/libs/ZControllerLib-android-ui-1.9.2.jar && \
+ rm src/withzeemote/libs/ZControllerLib-common-1.9.2.jar && \
+ sed -i.bak -e '/maven.fabric.io/d' build.gradle && \
+ sed -i.bak -e '/maven.gameanalytics.com/d' build.gradle && \
+ sed -i.bak -e '/io.fabric.tools/d' build.gradle && \
+ rm build.gradle.bak
+ gradle=FdroidhardcoreHardcoreWithoutanalyticsWithoutzeemoteWithoutrateoffer
+ novcheck=yes
+
Auto Update Mode:None
Update Check Mode:Static
-Current Version:2014.10.26.1200
-Current Version Code:1414314000
+Current Version:2018.07.02
+Current Version Code:1807020000
diff --git a/metadata/org.zeitgeist.movement.txt b/metadata/org.zeitgeist.movement.txt
index 9540db2380..1bc1a2b919 100644
--- a/metadata/org.zeitgeist.movement.txt
+++ b/metadata/org.zeitgeist.movement.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeDep
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.thezeitgeistmovement.com
Source Code:http://tzm-android.svn.sourceforge.net/viewvc/tzm-android
Issue Tracker:https://sourceforge.net/p/tzm-android/bugs/
diff --git a/metadata/org.zephyrsoft.checknetwork.txt b/metadata/org.zephyrsoft.checknetwork.txt
index 7e782f0b38..a876888296 100644
--- a/metadata/org.zephyrsoft.checknetwork.txt
+++ b/metadata/org.zephyrsoft.checknetwork.txt
@@ -1,6 +1,6 @@
AntiFeatures:Tracking
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://zephyrsoft.org
Source Code:https://github.com/mathisdt/checknetwork
Issue Tracker:https://github.com/mathisdt/checknetwork/issues
diff --git a/metadata/org.zephyrsoft.trackworktime.txt b/metadata/org.zephyrsoft.trackworktime.txt
index bcd6067f99..b1096519fb 100644
--- a/metadata/org.zephyrsoft.trackworktime.txt
+++ b/metadata/org.zephyrsoft.trackworktime.txt
@@ -1,6 +1,5 @@
-AntiFeatures:Tracking
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://zephyrsoft.org/trackworktime
Source Code:https://github.com/mathisdt/trackworktime
Issue Tracker:https://github.com/mathisdt/trackworktime/issues
@@ -19,8 +18,6 @@ is left for today (by a notification which you can enable).
You may provide the geo-coordinates of your work place and the app can
automatically clock you in while you are at work. This is done without using
GPS, so your battery won’t be emptied by this app.
-
-Anti-feature: Tracking. Crash reports are sent without interaction.
.
Repo Type:git
@@ -90,7 +87,22 @@ Build:1.0.1,23
subdir=app
gradle=yes
+Build:1.0.2,24
+ commit=v1.0.2
+ subdir=app
+ gradle=yes
+
+Build:1.0.3,25
+ commit=v1.0.3
+ subdir=app
+ gradle=yes
+
+Build:1.0.4,26
+ commit=v1.0.4
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.0.1
-Current Version Code:23
+Current Version:1.0.4
+Current Version Code:26
diff --git a/metadata/org.zirco.txt b/metadata/org.zirco.txt
index e91b399c8d..f18f8643b8 100644
--- a/metadata/org.zirco.txt
+++ b/metadata/org.zirco.txt
@@ -1,7 +1,7 @@
Categories:Internet
-License:GPL-3.0
-Web Site:https://code.google.com/p/zirco-browser
-Source Code:https://code.google.com/p/zirco-browser/source
+License:GPL-3.0-only
+Web Site:
+Source Code:
Issue Tracker:
Auto Name:Zirco Browser
@@ -22,9 +22,6 @@ Similar apps:
* [[org.tint]] (Android 4.0+)
.
-Repo Type:git-svn
-Repo:https://zirco-browser.googlecode.com/svn;trunk=trunk;tags=tags
-
Build:0.3.6,10
commit=315
@@ -56,3 +53,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:0.4.4
Current Version Code:18
+
+No Source Since:0.4.5
diff --git a/metadata/ovh.ice.icecons.txt b/metadata/ovh.ice.icecons.txt
index d6ce312434..1d1cd2ecb8 100644
--- a/metadata/ovh.ice.icecons.txt
+++ b/metadata/ovh.ice.icecons.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/1C3/ICEcons
Issue Tracker:https://github.com/1C3/ICEcons/issues
diff --git a/metadata/paulscode.android.mupen64plusae.txt b/metadata/paulscode.android.mupen64plusae.txt
index fa1637a934..9b2e082762 100644
--- a/metadata/paulscode.android.mupen64plusae.txt
+++ b/metadata/paulscode.android.mupen64plusae.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.paulscode.com/forum/index.php?topic=96
Source Code:https://github.com/paulscode/mupen64plus-ae
Issue Tracker:https://github.com/paulscode/mupen64plus-ae/issues
diff --git a/metadata/pc.javier.seguime.txt b/metadata/pc.javier.seguime.txt
new file mode 100644
index 0000000000..bbe97c828f
--- /dev/null
+++ b/metadata/pc.javier.seguime.txt
@@ -0,0 +1,66 @@
+Categories:Navigation,Security
+License:GPL-3.0-or-later
+Web Site:https://seguime.000webhostapp.com/
+Source Code:https://gitlab.com/javipc/seguime
+Issue Tracker:https://gitlab.com/javipc/seguime/issues
+Donate:https://seguime.000webhostapp.com/
+
+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.
+* Timer for emergency.
+
+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
+
+Build:0.6,6
+ commit=0.6
+ subdir=app
+ gradle=yes
+
+Build:0.8,8
+ commit=0.8
+ subdir=app
+ gradle=yes
+
+Build:0.9,9
+ commit=0.9
+ subdir=app
+ gradle=yes
+
+Build:1.1,11
+ commit=1.1
+ subdir=app
+ gradle=yes
+
+Build:1.3,13
+ commit=1.3
+ subdir=app
+ gradle=yes
+
+Build:1.5,15
+ commit=1.5
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:1.5
+Current Version Code:15
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/peanutencryption.peanutencryption.txt b/metadata/peanutencryption.peanutencryption.txt
index f3ca7cfbe0..ce22872135 100644
--- a/metadata/peanutencryption.peanutencryption.txt
+++ b/metadata/peanutencryption.peanutencryption.txt
@@ -9,6 +9,14 @@ Summary:Encrypt and store passwords
Description:
Store your codes and passwords encrypted on your device. You need your master
password each time you want to access your saved codes/passwords.
+
+Your codes/passwords are encrypted with an AES 256 key generated with your
+master password. The key and the password will be deleted immediately if the app
+goes into background. So each time you switch back to the app you will have to
+enter your password again and the key will be generated to decrypt your data.
+
+AT NO TIME WILL YOUR DATA BE UPLOADED TO THE INTERNET OR USED FOR ANYTHING ELSE!
+Your data is stored encrypted on your device and will stay on your device.
.
Repo Type:git
diff --git a/metadata/pep.android.k9.txt b/metadata/pep.android.k9.txt
deleted file mode 100644
index 9c34be14a4..0000000000
--- a/metadata/pep.android.k9.txt
+++ /dev/null
@@ -1,163 +0,0 @@
-Categories:Internet
-License:GPL-3.0
-Web Site:https://prettyeasyprivacy.com/
-Source Code:
-Issue Tracker:https://cacert.pep.foundation/trac/
-Changelog:https://pep.security/docs/release_notes_android.html
-
-Name:p≡p pretty Easy privacy
-Auto Name:p≡p
-Summary:Read and write encrypted e-mails
-Description:
-p≡p is a cyber security solution which protects the confidentiality and
-reliability of communications for citizens, for public offices and for
-enterprises. It provides end-to-end cryptography in all common crypto-standards
-through the app that you install on your phone.
-
-p≡p for Android makes e-mail encryption easy on mobile devices for everyone by
-automatic and seamless integration of end-to-end encryption. Set it up with your
-existing e-mail address under a minute. Send and receive as many messages as you
-want without any restrictions on the number of devices the p≡p app runs on.
-
-p≡p supports the user with advanced automation and is fully compatible with
-OpenPGP
-
-* it will automatically encrypt your e-mail and attachments, including pictures
-* it can ensure no one can intercept your perfectly encrypted e-mail
-* it is peer-to-peer and uses no central service
-* it works with all your existing e-mail account(s)
-* it can authenticate your communication partner and prevent identity theft
-* it offers security and privacy by default
-
-p≡p is end-to-end and supports all commonly used Android devices.
-
-p≡p is easy for your recipients too – depending on their security capabilities,
-they can exchange encrypted messages with you.
-
-With p≡p, you don’t need a separate account, you can send secure messages to
-anyone anywhere, regardless of their email provider.
-
-Just install the app and you can communicate in confidence with your peers.
-.
-
-Repo Type:git
-Repo:https://letsencrypt.pep-security.lu/gitlab/android/pep.git
-
-Build:0.7.3,8
- disable=old failing build
- commit=75e4a7dfe13789854ddfdcf4fe680321bba36dc7
- subdir=k9mail
- gradle=fDroid
- srclibs=pEpJNIAdapter@dff0851f0,pEpEngine@1fddfbef5b,yml2@8859102a
- prebuild=sed -i 's:file("../pEpJNIAdapter/android"):file("../srclib/pEpJNIAdapter/android"):' ../settings.gradle && \
- sed -i "s/4.8/4.9/" $$pEpJNIAdapter$$/android/external/Makefile && \
- sed -i 's:include $(ANDROID_NDK_HOME)/\(toolchains/$(NDK_TOOLCHAIN)/setup.mk\):include $(ANDROID_NDK_HOME)/build/core/\1:' $$pEpJNIAdapter$$/android/external/Makefile && \
- sed -i 's:\(ICONV_PREFIX=$(LOCAL)\) \(./build.sh\):\1 bash \2:' $$pEpJNIAdapter$$/android/external/Makefile && \
- sed -i "s:yml2proc:../$$yml2$$/yml2proc:" $$pEpJNIAdapter$$/src/Makefile && \
- sed -i 's:YML2PROC=.*$:YML2PROC=src/$$yml2$$/yml2proc:;s:YML_PATH=.*$:YML_PATH=src/$$yml2$$:' $$pEpEngine$$/Makefile.conf && \
- sed -i 's:env python:env python2:' $$yml2$$/yml2proc && \
- sed -i "s:backend.includePath.extend(dirs):backend.includePath.extend(['$(realpath $$yml2$$)']):" $$yml2$$/yml2proc && \
- sed -i "s:/bin/sh:/bin/bash:" $$pEpEngine$$/build-android/build.sh && \
- sed -i 's:ASN1C_INCLUDE=.*$:ASN1C_INCLUDE=/usr/share/asn1c:' $$pEpEngine$$/Makefile.conf && \
- sed -i 's:-fcompound-names:-fcompound-names -fnative-types:' $$pEpEngine$$/asn.1/Makefile
-
-Build:0.9,9
- disable=old failing build
- commit=v0.9
- subdir=k9mail
- gradle=fDroid
- srclibs=pEpJNIAdapter@dff0851f0,pEpEngine@1fddfbef5b,yml2@8859102a
- prebuild=sed -i 's:file("../pEpJNIAdapter/android"):file("../srclib/pEpJNIAdapter/android"):' ../settings.gradle && \
- sed -i "s/4.8/4.9/" $$pEpJNIAdapter$$/android/external/Makefile && \
- sed -i 's:include $(ANDROID_NDK_HOME)/\(toolchains/$(NDK_TOOLCHAIN)/setup.mk\):include $(ANDROID_NDK_HOME)/build/core/\1:' $$pEpJNIAdapter$$/android/external/Makefile && \
- sed -i 's:\(ICONV_PREFIX=$(LOCAL)\) \(./build.sh\):\1 bash \2:' $$pEpJNIAdapter$$/android/external/Makefile && \
- sed -i "s:yml2proc:../$$yml2$$/yml2proc:" $$pEpJNIAdapter$$/src/Makefile && \
- sed -i 's:YML2PROC=.*$:YML2PROC=src/$$yml2$$/yml2proc:;s:YML_PATH=.*$:YML_PATH=src/$$yml2$$:' $$pEpEngine$$/Makefile.conf && \
- sed -i 's:env python:env python2:' $$yml2$$/yml2proc && \
- sed -i "s:backend.includePath.extend(dirs):backend.includePath.extend(['$(realpath $$yml2$$)']):" $$yml2$$/yml2proc && \
- sed -i "s:/bin/sh:/bin/bash:" $$pEpEngine$$/build-android/build.sh && \
- sed -i 's:ASN1C_INCLUDE=.*$:ASN1C_INCLUDE=/usr/share/asn1c:' $$pEpEngine$$/Makefile.conf && \
- sed -i 's:-fcompound-names:-fcompound-names -fnative-types:' $$pEpEngine$$/asn.1/Makefile
-
-Build:0.9.2,11
- disable=don't build the docs to avoid ghostscript, other issues
- commit=v0.9.2
- subdir=k9mail
- gradle=fDroid
- srclibs=pEpJNIAdapter@dff0851f0,pEpEngine@1fddfbef5b,yml2@8859102a
- prebuild=sed -i 's:file("../pEpJNIAdapter/android"):file("../srclib/pEpJNIAdapter/android"):' ../settings.gradle && \
- sed -i "s/4.8/4.9/" $$pEpJNIAdapter$$/android/external/Makefile && \
- sed -i 's:include $(ANDROID_NDK_HOME)/\(toolchains/$(NDK_TOOLCHAIN)/setup.mk\):include $(ANDROID_NDK_HOME)/build/core/\1:' $$pEpJNIAdapter$$/android/external/Makefile && \
- sed -i 's:\(ICONV_PREFIX=$(LOCAL)\) \(./build.sh\):\1 bash \2:' $$pEpJNIAdapter$$/android/external/Makefile && \
- sed -i "s:yml2proc:../$$yml2$$/yml2proc:" $$pEpJNIAdapter$$/src/Makefile && \
- sed -i 's:YML2PROC=.*$:YML2PROC=src/$$yml2$$/yml2proc:;s:YML_PATH=.*$:YML_PATH=src/$$yml2$$:' $$pEpEngine$$/Makefile.conf && \
- sed -i 's:env python:env python2:' $$yml2$$/yml2proc && \
- sed -i "s:backend.includePath.extend(dirs):backend.includePath.extend(['$(realpath $$yml2$$)']):" $$yml2$$/yml2proc && \
- sed -i "s:/bin/sh:/bin/bash:" $$pEpEngine$$/build-android/build.sh && \
- sed -i 's:ASN1C_INCLUDE=.*$:ASN1C_INCLUDE=/usr/share/asn1c:' $$pEpEngine$$/Makefile.conf && \
- sed -i 's:-fcompound-names:-fcompound-names -fnative-types:' $$pEpEngine$$/asn.1/Makefile
-
-Build:0.9.3,12
- commit=v0.9.3
- subdir=k9mail
- gradle=fDroid
- srclibs=pEpJNIAdapter@7fcaa04,pEpEngine@45b9d4a,yml2@8859102a
- prebuild=sed -i 's:file("../pEpJNIAdapter/android"):file("../srclib/pEpJNIAdapter/android"):' ../settings.gradle && \
- sed -i "s/4.8/4.9/" $$pEpJNIAdapter$$/android/external/Makefile && \
- sed -i 's:include $(ANDROID_NDK_HOME)/\(toolchains/$(NDK_TOOLCHAIN)/setup.mk\):include $(ANDROID_NDK_HOME)/build/core/\1:' $$pEpJNIAdapter$$/android/external/Makefile && \
- sed -i 's:\(ICONV_PREFIX=$(LOCAL)\) \(./build.sh\):\1 bash \2:' $$pEpJNIAdapter$$/android/external/Makefile && \
- sed -i "s:yml2proc:../$$yml2$$/yml2proc:" $$pEpJNIAdapter$$/src/Makefile && \
- sed -i 's:YML2PROC=.*$:YML2PROC=src/$$yml2$$/yml2proc:;s:YML_PATH=.*$:YML_PATH=src/$$yml2$$:' $$pEpEngine$$/Makefile.conf && \
- sed -i 's:env python:env python2:' $$yml2$$/yml2proc && \
- sed -i "s:backend.includePath.extend(dirs):backend.includePath.extend(['$(realpath $$yml2$$)']):" $$yml2$$/yml2proc && \
- sed -i "s:/bin/sh:/bin/bash:" $$pEpEngine$$/build-android/build.sh && \
- sed -i 's:ASN1C_INCLUDE=.*$:ASN1C_INCLUDE=/usr/share/asn1c:' $$pEpEngine$$/Makefile.conf && \
- sed -i 's:-fcompound-names:-fcompound-names -fnative-types:' $$pEpEngine$$/asn.1/Makefile
- ndk=r11c
-
-Build:0.9.4,13
- commit=v0.9.4
- subdir=k9mail
- gradle=fDroid
- srclibs=pEpJNIAdapter@eebf37b8d,pEpEngine@1091a67dd74,yml2@8859102a
- prebuild=sed -i 's:file("../pEpJNIAdapter/android"):file("../srclib/pEpJNIAdapter/android"):' ../settings.gradle && \
- sed -i "s/4.8/4.9/" $$pEpJNIAdapter$$/android/external/Makefile && \
- sed -i 's:include $(ANDROID_NDK_HOME)/\(toolchains/$(NDK_TOOLCHAIN)/setup.mk\):include $(ANDROID_NDK_HOME)/build/core/\1:' $$pEpJNIAdapter$$/android/external/Makefile && \
- sed -i 's:\(ICONV_PREFIX=$(LOCAL)\) \(./build.sh\):\1 bash \2:' $$pEpJNIAdapter$$/android/external/Makefile && \
- sed -i "s:yml2proc:../$$yml2$$/yml2proc:" $$pEpJNIAdapter$$/src/Makefile && \
- sed -i 's:env python:env python2:' $$yml2$$/yml2proc && \
- sed -i "s:backend.includePath.extend(dirs):backend.includePath.extend(['$(realpath $$yml2$$)']):" $$yml2$$/yml2proc && \
- sed -i 's:YML2PROC=.*$:YML2PROC=src/$$yml2$$/yml2proc:;s:YML_PATH=.*$:YML_PATH=src/$$yml2$$:' $$pEpEngine$$/Makefile.conf && \
- sed -i "s:/bin/sh:/bin/bash:" $$pEpEngine$$/build-android/build.sh && \
- sed -i 's:ASN1C_INCLUDE=.*$:ASN1C_INCLUDE=/usr/share/asn1c:' $$pEpEngine$$/Makefile.conf && \
- sed -i 's:-fcompound-names:-fcompound-names -fnative-types:' $$pEpEngine$$/asn.1/Makefile
- ndk=r11c
-
-Build:0.9.10.1.withoutKeysync,60
- commit=v0.9.10.1
- subdir=k9mail
- gradle=WiththoutkeysyncPlayStore
- srclibs=pEpJNIAdapter@f5210e9e14a7,pEpEngine@46fa9082dd6b,yml2@2.5.5
- prebuild=sed -i 's:file("../pEpJNIAdapter/android"):file("../srclib/pEpJNIAdapter/android"):' ../settings.gradle && \
- sed -i "s/4.8/4.9/" $$pEpJNIAdapter$$/android/external/Makefile $$pEpJNIAdapter$$/android/jni/Application.mk $$pEpEngine$$/build-android/jni/Application.mk && \
- sed -i 's:include $(ANDROID_NDK_HOME)/\(toolchains/$(NDK_TOOLCHAIN)/setup.mk\):include $(ANDROID_NDK_HOME)/build/core/\1:' $$pEpJNIAdapter$$/android/external/Makefile && \
- sed -i 's:\(ICONV_PREFIX=$(LOCAL)\) \(./build.sh\):\1 bash \2:' $$pEpJNIAdapter$$/android/external/Makefile && \
- sed -i "s:yml2proc:../$$yml2$$/yml2proc:" $$pEpJNIAdapter$$/src/Makefile && \
- sed -i 's:env python:env python2:' $$yml2$$/yml2proc && \
- sed -i "s:backend.includePath.extend(dirs):backend.includePath.extend(['$(realpath $$yml2$$)']):" $$yml2$$/yml2proc && \
- sed -i 's:YML2PROC=.*$:YML2PROC=../$$yml2$$/yml2proc:;s:YML_PATH=.*$:YML_PATH=../$$yml2$$:' $$pEpEngine$$/Makefile.conf && \
- sed -i "s:/bin/sh:/bin/bash:" $$pEpEngine$$/build-android/build.sh && \
- sed -i 's:ASN1C_INCLUDE=.*$:ASN1C_INCLUDE=/usr/share/asn1c:' $$pEpEngine$$/Makefile.conf && \
- sed -i 's:-fcompound-names:-fcompound-names -fnative-types:' $$pEpEngine$$/asn.1/Makefile
- ndk=r11c
-
-Maintainer Notes:
-Do not set AUM when srclibs tend to change!
-
-Auto Update Mode:Version v%v
-.
-
-Auto Update Mode:None
-Update Check Mode:Tags
-Current Version:Unknown
-Current Version Code:59
diff --git a/metadata/pk.contender.earmouse.txt b/metadata/pk.contender.earmouse.txt
index f337076ec9..6704ba076b 100644
--- a/metadata/pk.contender.earmouse.txt
+++ b/metadata/pk.contender.earmouse.txt
@@ -1,18 +1,23 @@
Categories:Multimedia
License:Apache-2.0
+Author Name:Paul Klinkenberg
+Author Email:pklinken.development@gmail.com
Web Site:
-Source Code:https://github.com/pklinken/Earmouse
-Issue Tracker:https://github.com/pklinken/Earmouse/issues
+Source Code:https://gitlab.com/pklinken/earmouse
+Issue Tracker:https://gitlab.com/pklinken/earmouse/issues
+Bitcoin:1FdwmPaKhE6pmPRxNHcWh3yFDo3mdtMPy
Auto Name:Earmouse
Summary:Improve your musical ear
Description:
Learn to tell apart different musical intervals and chords through one of the
-many available modules.
+many available modules. Earmouse comes with 10 modules pre-installed to get you
+started. 13 additional modules with various exercises of increasing difficulty
+are freely available through the in-app module manager.
.
Repo Type:git
-Repo:https://github.com/pklinken/Earmouse
+Repo:https://gitlab.com/pklinken/earmouse.git
Build:1.0,14
commit=a366c83f2340f4d50cc3cbb7505630473d32c6b1
@@ -49,7 +54,17 @@ Build:1.2.3,27
subdir=Earmouse
gradle=yes
-Auto Update Mode:None
-Update Check Mode:RepoManifest
-Current Version:1.2.4
-Current Version Code:28
+Build:1.2.4,28
+ commit=f1569aa5a13312c55050b311c02a45803dc3fcf2
+ subdir=Earmouse
+ gradle=yes
+
+Build:1.2.6,30
+ commit=f83a31ca30d869160401001c9c662047676d9d97
+ subdir=Earmouse
+ gradle=yes
+
+Auto Update Mode:Version %c
+Update Check Mode:Tags
+Current Version:1.2.6
+Current Version Code:30
diff --git a/metadata/pl.hypeapp.endoscope.txt b/metadata/pl.hypeapp.endoscope.txt
index ab1ddfc826..48e17331ee 100644
--- a/metadata/pl.hypeapp.endoscope.txt
+++ b/metadata/pl.hypeapp.endoscope.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/hypeapps/Endoscope
Issue Tracker:https://github.com/hypeapps/Endoscope/issues
diff --git a/metadata/pl.hypeapp.episodie.txt b/metadata/pl.hypeapp.episodie.txt
new file mode 100644
index 0000000000..10ac9ebad8
--- /dev/null
+++ b/metadata/pl.hypeapp.episodie.txt
@@ -0,0 +1,37 @@
+Categories:Time,Internet
+License:GPL-3.0-only
+Web Site:
+Source Code:https://github.com/hypeapps/episodie
+Issue Tracker:https://github.com/hypeapps/episodie/issues
+
+Auto Name:Episodie
+Summary:Discover and track TV show time
+Description:
+Episodie is a TV show time tracker app with unusual design. Get to know how much
+time you spent watching tv shows. Track easily overall progress of your favorite
+shows and discover new ones. Stay up to date with new premieres thanks to
+notifications.
+
+Features:
+
+* Discover new premieres, most popular shows and TOP 100 series based on IMDB list.
+* Search for a TV show series without ads.
+* Calculate your total time spent watching TV shows.
+* Get notifications about new episodes.
+* Get notifications to remind you that a new tv show premiere is today.
+* Mark off a season progress easily.
+* Collect your favorite tv shows in your library's feature.
+* Big amount of tv shows and time statistics continuously updated. All data comes from tvmaze.com database building by huge community.
+.
+
+Repo Type:git
+Repo:https://github.com/hypeapps/episodie.git
+
+Build:1.0.1,2
+ commit=1.0.1
+ subdir=application
+ patch=repositories.patch
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
diff --git a/metadata/pl.hypeapp.episodie/repositories.patch b/metadata/pl.hypeapp.episodie/repositories.patch
new file mode 100644
index 0000000000..d30c433ec7
--- /dev/null
+++ b/metadata/pl.hypeapp.episodie/repositories.patch
@@ -0,0 +1,30 @@
+diff --git a/build.gradle b/build.gradle
+index fb2e26c..81bfabe 100644
+--- a/build.gradle
++++ b/build.gradle
+@@ -1,6 +1,5 @@
+ buildscript {
+ repositories {
+- maven { url 'https://dl.google.com/dl/android/maven2/' }
+ jcenter()
+ google()
+ }
+@@ -17,10 +16,6 @@ allprojects {
+ maven { url 'https://maven.google.com' }
+ maven { url "https://jitpack.io" }
+ mavenCentral()
+- maven {
+- url 'http://www.idescout.com/maven/repo/'
+- name 'IDEScout, Inc.'
+- }
+ }
+ }
+
+@@ -30,7 +25,6 @@ subprojects {
+ repositories {
+ mavenCentral()
+ maven { url "https://jitpack.io" }
+- maven { url "http://dl.bintray.com/arturbosch/code-analysis" }
+ google()
+ }
+ configurations {
diff --git a/metadata/pl.librus.client.txt b/metadata/pl.librus.client.txt
index c410e24907..a15534946e 100644
--- a/metadata/pl.librus.client.txt
+++ b/metadata/pl.librus.client.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/shymmq/librus-client
Issue Tracker:https://github.com/shymmq/librus-client/issues
diff --git a/metadata/pl.net.szafraniec.NFCKey.txt b/metadata/pl.net.szafraniec.NFCKey.txt
index 5d0702370b..36829ae946 100644
--- a/metadata/pl.net.szafraniec.NFCKey.txt
+++ b/metadata/pl.net.szafraniec.NFCKey.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/mateusz-szafraniec/NFC-Key
Issue Tracker:https://github.com/mateusz-szafraniec/NFC-Key/issues
diff --git a/metadata/pl.net.szafraniec.NFCTagmaker.txt b/metadata/pl.net.szafraniec.NFCTagmaker.txt
index cef597e330..b08192a306 100644
--- a/metadata/pl.net.szafraniec.NFCTagmaker.txt
+++ b/metadata/pl.net.szafraniec.NFCTagmaker.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/mateusz-szafraniec/NFCTagmaker/blob/HEAD/README.md
Source Code:https://github.com/mateusz-szafraniec/NFCTagmaker
Issue Tracker:https://github.com/mateusz-szafraniec/NFCTagmaker/issues
diff --git a/metadata/pl.nkg.geokrety.txt b/metadata/pl.nkg.geokrety.txt
index 5f5f3856ec..f7fa0a23d8 100644
--- a/metadata/pl.nkg.geokrety.txt
+++ b/metadata/pl.nkg.geokrety.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://geokrety.org
Source Code:https://sourceforge.net/p/geokretylog/code
Issue Tracker:https://forum.opencaching.pl/viewtopic.php?f=6&t=7789
diff --git a/metadata/pl.sanszo.pcis.yml b/metadata/pl.sanszo.pcis.yml
new file mode 100644
index 0000000000..ad47ee92af
--- /dev/null
+++ b/metadata/pl.sanszo.pcis.yml
@@ -0,0 +1,44 @@
+Categories:
+ - Games
+License: NPOSL-3.0
+WebSite: https://github.com/JSandomierz/pcis/blob/HEAD/README.md
+SourceCode: https://github.com/JSandomierz/pcis
+IssueTracker: https://github.com/JSandomierz/pcis/issues
+Changelog: https://github.com/JSandomierz/pcis/releases
+Donate: https://github.com/JSandomierz/pcis/blob/HEAD/DONATE.md
+Bitcoin: 1PbH84rewi34Ffgr3C5NutMdvEzSQ13wUt
+Litecoin: LhKMBgcUHQagnCcaxSaWCCXztbTMMBPvu5
+
+AutoName: Poland can into Space
+Summary: Help Polandball to get into Space
+Description: |
+ Poland can into Space is a simple Android game based on LibGDX framework. The game uses also the Box2D Physics Engine.
+ In the game, player takes control of Polandball and helps him to reach high altitude and gives him opportunity to GET INTO SPACE!
+ All what you should do is drawing lines with your finger. Every line creates a trampoline platform. The ball bounces off the trampoline and flies to the top.
+
+RepoType: git
+Repo: https://github.com/JSandomierz/pcis
+
+Builds:
+ - versionName: 1.0.0a
+ versionCode: 1
+ commit: v1.0.0-alpha
+ subdir: android
+ gradle:
+ - yes
+ scanignore:
+ - android/libs/*
+
+ - versionName: 1.1.0a
+ versionCode: 2
+ commit: v1.1.0-alpha
+ subdir: android
+ gradle:
+ - yes
+ scanignore:
+ - android/libs/*
+
+AutoUpdateMode: None
+UpdateCheckMode: Tags
+CurrentVersion: 1.1.0a
+CurrentVersionCode: 2
diff --git a/metadata/pl.sanszo.pcis/en-US/description.txt b/metadata/pl.sanszo.pcis/en-US/description.txt
new file mode 100644
index 0000000000..9810f452c6
--- /dev/null
+++ b/metadata/pl.sanszo.pcis/en-US/description.txt
@@ -0,0 +1,5 @@
+"Poland can into Space" is a simple Android game based on LibGDX framework. The game uses also the Box2D Physics Engine.
+
+In the game, player takes control of Polandball and helps him to reach high altitude and gives him opportunity to GET INTO SPACE!
+
+All what you should do is drawing lines with your finger. Every line creates a trampoline platform. The ball bounces off the trampoline and flies to the top.
diff --git a/metadata/pl.sanszo.pcis/en-US/featureGraphic.png b/metadata/pl.sanszo.pcis/en-US/featureGraphic.png
new file mode 100644
index 0000000000..36dcfc7fdd
Binary files /dev/null and b/metadata/pl.sanszo.pcis/en-US/featureGraphic.png differ
diff --git a/metadata/pl.sanszo.pcis/en-US/phoneScreenshots/00.png b/metadata/pl.sanszo.pcis/en-US/phoneScreenshots/00.png
new file mode 100644
index 0000000000..f066f278b2
Binary files /dev/null and b/metadata/pl.sanszo.pcis/en-US/phoneScreenshots/00.png differ
diff --git a/metadata/pl.sanszo.pcis/en-US/phoneScreenshots/01.png b/metadata/pl.sanszo.pcis/en-US/phoneScreenshots/01.png
new file mode 100644
index 0000000000..eb28c59f93
Binary files /dev/null and b/metadata/pl.sanszo.pcis/en-US/phoneScreenshots/01.png differ
diff --git a/metadata/pl.sanszo.pcis/en-US/phoneScreenshots/02.png b/metadata/pl.sanszo.pcis/en-US/phoneScreenshots/02.png
new file mode 100644
index 0000000000..07e1fc116f
Binary files /dev/null and b/metadata/pl.sanszo.pcis/en-US/phoneScreenshots/02.png differ
diff --git a/metadata/pl.sanszo.pcis/en-US/summary.txt b/metadata/pl.sanszo.pcis/en-US/summary.txt
new file mode 100644
index 0000000000..6dd6b9e5fa
--- /dev/null
+++ b/metadata/pl.sanszo.pcis/en-US/summary.txt
@@ -0,0 +1 @@
+Help Polandball to get into Space
diff --git a/metadata/pl.sanszo.pcis/pl-PL/description.txt b/metadata/pl.sanszo.pcis/pl-PL/description.txt
new file mode 100644
index 0000000000..c9cd9b5f33
--- /dev/null
+++ b/metadata/pl.sanszo.pcis/pl-PL/description.txt
@@ -0,0 +1,5 @@
+"Poland can into Space" to prosta gra na Androida, która została stworzona na frameworku LibGDX. Gra używa silnika fizycznego Box2D.
+
+W grze wcielamy się w postać Polandballa znanego z memów i komiksów. Naszym zadaniem jest pomóc mu wznieść się na jak najwyższą wysokość i dotrzeć do KOSMOSU! Sprzeciw się opinii, że "Polska nie może w kosmos" i pobijaj rekordy w wysokości.
+
+Gra polega na rysowaniu linii za pomocą palca. Każda taka linia tworzy trampolinę, od której może odbić się nasza postać.
diff --git a/metadata/pl.sanszo.pcis/pl-PL/summary.txt b/metadata/pl.sanszo.pcis/pl-PL/summary.txt
new file mode 100644
index 0000000000..56341b78a4
--- /dev/null
+++ b/metadata/pl.sanszo.pcis/pl-PL/summary.txt
@@ -0,0 +1 @@
+Pomóż Polandball'owi dotrzeć do kosmosu
diff --git a/metadata/pl.strimoid.lara.txt b/metadata/pl.strimoid.lara.txt
index 9e194806b0..cb0212f30a 100644
--- a/metadata/pl.strimoid.lara.txt
+++ b/metadata/pl.strimoid.lara.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://strimoid.pl
Source Code:https://github.com/Strimoid/Lara
Issue Tracker:https://github.com/Strimoid/Lara/issues
diff --git a/metadata/player.efis.data.eur.rus.txt b/metadata/player.efis.data.eur.rus.txt
index 7a52efe2bc..63bf00349d 100644
--- a/metadata/player.efis.data.eur.rus.txt
+++ b/metadata/player.efis.data.eur.rus.txt
@@ -9,7 +9,9 @@ Bitcoin:1KKWRF25NwVgNdankr1vBphtkLbX766Ee1
Auto Name:Kwik DataPac (eur.rus)
Summary:Electronic Flight Information System (EFIS) Terrain Data
Description:
-The synthetic vision terrain (DEM) data pack for use with [[player.efis.pfd]].
+The synthetic vision terrain (DEM) data pack for use with
+[https://f-droid.org/packages/player.efis.pfd/ Kwik EFIS] and
+[https://f-droid.org/packages/player.efis.mfd/ Kwik DMAP].
* Europe
diff --git a/metadata/player.efis.data.pan.arg.txt b/metadata/player.efis.data.pan.arg.txt
index 5372dc8abf..163de991cf 100644
--- a/metadata/player.efis.data.pan.arg.txt
+++ b/metadata/player.efis.data.pan.arg.txt
@@ -9,7 +9,9 @@ Bitcoin:1KKWRF25NwVgNdankr1vBphtkLbX766Ee1
Auto Name:Kwik DataPac (pan.arg)
Summary:Electronic Flight Information System (EFIS) Terrain Data
Description:
-The synthetic vision terrain (DEM) data pack for use with [[player.efis.pfd]].
+The synthetic vision terrain (DEM) data pack for use with
+[https://f-droid.org/packages/player.efis.pfd/ Kwik EFIS] and
+[https://f-droid.org/packages/player.efis.mfd/ Kwik DMAP].
* South America
diff --git a/metadata/player.efis.data.sah.jap.txt b/metadata/player.efis.data.sah.jap.txt
index 0b3d2e8a64..ab2ab5ce95 100644
--- a/metadata/player.efis.data.sah.jap.txt
+++ b/metadata/player.efis.data.sah.jap.txt
@@ -9,7 +9,9 @@ Bitcoin:1KKWRF25NwVgNdankr1vBphtkLbX766Ee1
Auto Name:Kwik DataPac (sah.jap)
Summary:Electronic Flight Information System (EFIS) Terrain Data
Description:
-The synthetic vision terrain (DEM) data pack for use with [[player.efis.pfd]].
+The synthetic vision terrain (DEM) data pack for use with
+[https://f-droid.org/packages/player.efis.pfd/ Kwik EFIS] and
+[https://f-droid.org/packages/player.efis.mfd/ Kwik DMAP].
* Sahara / North Africa
diff --git a/metadata/player.efis.data.usa.can.txt b/metadata/player.efis.data.usa.can.txt
index e1fbe74637..eaedb16831 100644
--- a/metadata/player.efis.data.usa.can.txt
+++ b/metadata/player.efis.data.usa.can.txt
@@ -9,7 +9,9 @@ Bitcoin:1KKWRF25NwVgNdankr1vBphtkLbX766Ee1
Auto Name:Kwik DataPac (usa.can)
Summary:Electronic Flight Information System (EFIS) Terrain Data
Description:
-The synthetic vision terrain (DEM) data pack for use with [[player.efis.pfd]].
+The synthetic vision terrain (DEM) data pack for use with
+[https://f-droid.org/packages/player.efis.pfd/ Kwik EFIS] and
+[https://f-droid.org/packages/player.efis.mfd/ Kwik DMAP].
* North America
diff --git a/metadata/player.efis.data.zar.aus.txt b/metadata/player.efis.data.zar.aus.txt
index 8f2622c9aa..fc85dc490c 100644
--- a/metadata/player.efis.data.zar.aus.txt
+++ b/metadata/player.efis.data.zar.aus.txt
@@ -9,7 +9,9 @@ Bitcoin:1KKWRF25NwVgNdankr1vBphtkLbX766Ee1
Auto Name:Kwik DataPac (zar.aus)
Summary:Electronic Flight Information System (EFIS) Terrain Data
Description:
-The synthetic vision terrain (DEM) data pack for use with [[player.efis.pfd]].
+The synthetic vision terrain (DEM) data pack for use with
+[https://f-droid.org/packages/player.efis.pfd/ Kwik EFIS] and
+[https://f-droid.org/packages/player.efis.mfd/ Kwik DMAP].
* Southern Africa
diff --git a/metadata/player.efis.mfd.txt b/metadata/player.efis.mfd.txt
index 321617b6c2..c274f657f9 100644
--- a/metadata/player.efis.mfd.txt
+++ b/metadata/player.efis.mfd.txt
@@ -18,11 +18,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/New Zealand
-* [[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/New Zealand]
+* [https://f-droid.org/packages/player.efis.data.pan.arg/ South America]
'''Airspace'''
@@ -34,17 +34,24 @@ Airspace data is provided from Worldwide Soaring Turnpoint Exchange Airspace
* South West Sector: South America.
* South East Sector: Australia/South Africa.
+'''ADS-B/AHRS'''
+
+In addition to the internal sensors, a low cost Stratux ADS-B/AHRS can be
+selected as the input source. See [http://www.stratux.me/ Stratux ADS-B] for
+more information.
+
'''Simulator'''
-There is a simulator available in the application. It can be used to practice
-using the program. When active, the heading and altitude can be changed by
-pitching and banking the device. The speed runs up and down automatically based
-on the pitch.
+There is a simulation mode available in the application. The Flight director is
+used to select a waypoint and altitude and the simulator will generate the GPS
+movements to navigate to the selected waypoint. The speed is set at the typical
+cruise for the currently selected aircraft.
'''Primary Flight Display'''
-[[player.efis.pfd]] is a companion application to the moving map. It provides a
-Primary Flight Display functionality.
+[https://f-droid.org/packages/player.efis.pfd/ Kwik EFIS] is a companion
+application to the moving map. It provides a Primary Flight Display
+functionality.
'''Screenshots''' [http://members.iinet.net.au/~ninelima/efis/gallery.html]
.
@@ -77,7 +84,27 @@ Build:1.4,5
subdir=mfd
gradle=yes
+Build:1.5,6
+ commit=DMAP_1.5
+ subdir=mfd
+ gradle=yes
+
+Build:1.6,20
+ commit=DMAP_1.6
+ subdir=mfd
+ gradle=yes
+
+Build:1.7,21
+ commit=DMAP_1.7
+ subdir=mfd
+ gradle=yes
+
+Build:2.0,22
+ commit=DMAP_2.0
+ subdir=mfd
+ gradle=yes
+
Auto Update Mode:None
-Update Check Mode:Tags ^REL
-Current Version:1.4
-Current Version Code:5
+Update Check Mode:Tags ^DMAP
+Current Version:2.0
+Current Version Code:22
diff --git a/metadata/player.efis.pfd.txt b/metadata/player.efis.pfd.txt
index a38f02f714..bab250e640 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/New Zealand]
+* [https://f-droid.org/packages/player.efis.data.pan.arg/ South America]
'''Flight Director'''
@@ -32,17 +32,24 @@ V-Bar symbology common to modern flight directors. The target waypoint and
altitude is set on-screen by means of the spinner controls on the right top and
bottom of the screen.
+'''ADS-B/AHRS'''
+
+In addition to the internal sensors, a low cost Stratux ADS-B/AHRS can be
+selected as the input source. See [http://www.stratux.me/ Stratux ADS-B] for
+more information.
+
'''Simulator'''
-There is a simulator available in the application. It can be used to practice
-using the program. When active, the heading and altitude can be changed by
-pitching and banking the device. The speed runs up and down automatically based
-on the pitch.
+There is a simulation mode available in the application. The Flight director is
+used to select a waypoint and altitude and the simulator will generate the GPS
+movements to navigate to the selected waypoint. The speed is set at the typical
+cruise for the currently selected aircraft.
'''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]
.
@@ -115,7 +122,27 @@ Build:3.9,18
subdir=pfd
gradle=yes
+Build:3.10,19
+ commit=EFIS_3.10
+ subdir=pfd
+ gradle=yes
+
+Build:3.11,20
+ commit=EFIS_3.11
+ subdir=pfd
+ gradle=yes
+
+Build:3.12,21
+ commit=EFIS_3.12
+ subdir=pfd
+ gradle=yes
+
+Build:4.0,22
+ commit=EFIS_4.0
+ subdir=pfd
+ gradle=yes
+
Auto Update Mode:None
-Update Check Mode:Tags ^REL
-Current Version:3.9
-Current Version Code:18
+Update Check Mode:Tags ^EFIS
+Current Version:4.0
+Current Version Code:22
diff --git a/metadata/poly.darkdepths.strongbox.txt b/metadata/poly.darkdepths.strongbox.txt
index d99ae15bb2..1b14fb5c35 100644
--- a/metadata/poly.darkdepths.strongbox.txt
+++ b/metadata/poly.darkdepths.strongbox.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://github.com/0xPoly/Strongbox/blob/HEAD/README.md
Source Code:https://github.com/0xPoly/Strongbox
Issue Tracker:https://github.com/0xPoly/Strongbox/issues
diff --git a/metadata/pro.dbro.bart.txt b/metadata/pro.dbro.bart.txt
index 6211e6985a..99418d47ab 100644
--- a/metadata/pro.dbro.bart.txt
+++ b/metadata/pro.dbro.bart.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/OnlyInAmerica/BART
Issue Tracker:https://github.com/OnlyInAmerica/BART/issues
diff --git a/metadata/pro.dbro.openspritz.txt b/metadata/pro.dbro.openspritz.txt
index af1143d952..6dc28d36d3 100644
--- a/metadata/pro.dbro.openspritz.txt
+++ b/metadata/pro.dbro.openspritz.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/OnlyInAmerica/OpenSpritz-Android
Issue Tracker:https://github.com/OnlyInAmerica/OpenSpritz-Android/issues
diff --git a/metadata/pro.oneredpixel.l9droid.txt b/metadata/pro.oneredpixel.l9droid.txt
index d24cb74ea0..5b8fbc98ee 100644
--- a/metadata/pro.oneredpixel.l9droid.txt
+++ b/metadata/pro.oneredpixel.l9droid.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:http://oneredpixel.pro
Source Code:https://github.com/tsapree/L9Droid
Issue Tracker:https://github.com/tsapree/L9Droid/issues
diff --git a/metadata/pro.rudloff.openvegemap.txt b/metadata/pro.rudloff.openvegemap.txt
new file mode 100644
index 0000000000..580bb6a764
--- /dev/null
+++ b/metadata/pro.rudloff.openvegemap.txt
@@ -0,0 +1,46 @@
+Categories:Navigation
+License:GPL-3.0-only
+Author Name: Pierre Rudloff
+Web Site:https://openvegemap.netlib.re/
+Source Code:https://github.com/Rudloff/openvegemap-cordova
+Issue Tracker:https://github.com/Rudloff/openvegemap-cordova/issues
+Changelog:https://github.com/Rudloff/openvegemap-cordova/releases
+LiberapayID:34455
+
+Auto Name:OpenVegeMap
+Summary:Find vegetarian and vegan restaurants in your city
+Description:
+This app allows you to find vegetarian and vegan restaurants near you. It is
+based on data from OpenStreetmap.
+
+A web version is available on [https://openvegemap.netlib.re/
+openvegemap.netlib.re].
+.
+
+Repo Type:git
+Repo:https://github.com/Rudloff/openvegemap-cordova
+
+Build:0.6.0,6001
+ commit=0.6.0
+ subdir=platforms/android/
+ gradle=yes
+
+Build:0.7.0,7001
+ commit=0.7.0
+ subdir=platforms/android/
+ gradle=yes
+
+Build:0.7.1,7011
+ commit=0.7.1
+ subdir=platforms/android/
+ gradle=yes
+
+Build:0.7.2,7021
+ commit=0.7.2
+ subdir=platforms/android/
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:0.7.2
+Current Version Code:7021
diff --git a/metadata/pro.rudloff.papercraft.txt b/metadata/pro.rudloff.papercraft.txt
new file mode 100644
index 0000000000..5ecca08540
--- /dev/null
+++ b/metadata/pro.rudloff.papercraft.txt
@@ -0,0 +1,35 @@
+Categories:Games
+License:Apache-2.0
+Web Site:
+Source Code:https://github.com/Rudloff/PaperCraft
+Issue Tracker:https://github.com/Rudloff/PaperCraft/issues
+
+Auto Name:PaperCraft
+Summary:A Material Design inspired space shooter
+Description:
+Take on a never ending onslaught of little paper bad guys. Swipe and tap to
+clear out everything and rack up points. PaperCraft is a mini space battle on
+your phone.
+
+This app was originally an Android Wear experiment. This version has been
+modified to work on phones and tablets.
+.
+
+Repo Type:git
+Repo:https://github.com/Rudloff/PaperCraft.git
+
+Build:1.0.0,1
+ disable=Requires wearable lib
+ commit=1.0.0
+ subdir=app
+ gradle=yes
+
+Build:1.0.1,2
+ commit=1.0.1
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:1.0.1
+Current Version Code:2
diff --git a/metadata/protect.babymonitor.txt b/metadata/protect.babymonitor.txt
index 16907a1e06..b2d2013862 100644
--- a/metadata/protect.babymonitor.txt
+++ b/metadata/protect.babymonitor.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/brarcher/protect-baby-monitor
Issue Tracker:https://github.com/brarcher/protect-baby-monitor/issues
diff --git a/metadata/protect.babysleepsounds.txt b/metadata/protect.babysleepsounds.txt
index b7992422f3..f3e59f591b 100644
--- a/metadata/protect.babysleepsounds.txt
+++ b/metadata/protect.babysleepsounds.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/brarcher/baby-sleep-sounds
Issue Tracker:https://github.com/brarcher/baby-sleep-sounds/issues
@@ -78,7 +78,12 @@ Build:0.10,14
subdir=app
gradle=yes
+Build:0.11,15
+ commit=v0.11
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.10
-Current Version Code:14
+Current Version:0.11
+Current Version Code:15
diff --git a/metadata/protect.budgetwatch.txt b/metadata/protect.budgetwatch.txt
index 3d69a725a4..d9bff0139a 100644
--- a/metadata/protect.budgetwatch.txt
+++ b/metadata/protect.budgetwatch.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/brarcher/budget-watch
Issue Tracker:https://github.com/brarcher/budget-watch/issues
@@ -120,7 +120,22 @@ Build:0.21,24
subdir=app
gradle=yes
+Build:0.21.1,25
+ commit=v0.21.1
+ subdir=app
+ gradle=yes
+
+Build:0.21.2,26
+ commit=v0.21.2
+ subdir=app
+ gradle=yes
+
+Build:0.21.3,27
+ commit=v0.21.3
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.21
-Current Version Code:24
+Current Version:0.21.3
+Current Version Code:27
diff --git a/metadata/protect.card_locker.txt b/metadata/protect.card_locker.txt
index 78b0dc57a4..630789acd8 100644
--- a/metadata/protect.card_locker.txt
+++ b/metadata/protect.card_locker.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/brarcher/loyalty-card-locker
Issue Tracker:https://github.com/brarcher/loyalty-card-locker/issues
@@ -10,6 +10,17 @@ Summary:Manages barcode-based store/loyalty cards on your phone
Description:
Manages barcode-based store/loyalty cards on your phone, removing the need to
carry them around.
+
+Loyalty Card Keychain is a application which will store your barcode-based
+loyalty cards on your phone. The application is open source and tries to do one
+thing well: manage your cards!
+
+New cards can be added in a snap. Either use your camera to capture the barcode,
+or type in the number. When the barcode is loaded at the store and displayed it
+can be scanned with a modern barcode scanner. (Some stores use older barcode
+scanners, such as flatbed scanners, instead of image scanners. These cannot read
+the smartphone's display. Instead, request the clerk to type in the number
+manually).
.
Repo Type:git
@@ -150,7 +161,22 @@ Build:0.23.2,27
subdir=app
gradle=yes
+Build:0.23.3,28
+ commit=v0.23.3
+ subdir=app
+ gradle=yes
+
+Build:0.23.4,29
+ commit=v0.23.4
+ subdir=app
+ gradle=yes
+
+Build:0.24,30
+ commit=v0.24
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.23.2
-Current Version Code:27
+Current Version:0.24
+Current Version Code:30
diff --git a/metadata/protect.gift_card_guard.txt b/metadata/protect.gift_card_guard.txt
index cc89371cb4..7731e82c19 100644
--- a/metadata/protect.gift_card_guard.txt
+++ b/metadata/protect.gift_card_guard.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/brarcher/gift-card-guard
Issue Tracker:https://github.com/brarcher/gift-card-guard/issues
diff --git a/metadata/protect.rentalcalc.txt b/metadata/protect.rentalcalc.txt
index f49bba06c3..9071a34a8f 100644
--- a/metadata/protect.rentalcalc.txt
+++ b/metadata/protect.rentalcalc.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/brarcher/rental-calc
Issue Tracker:https://github.com/brarcher/rental-calc/issues
diff --git a/metadata/protect.videoeditor.txt b/metadata/protect.videoeditor.txt
index 722df83b1f..0e3249bd8c 100644
--- a/metadata/protect.videoeditor.txt
+++ b/metadata/protect.videoeditor.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/brarcher/video-transcoder
Issue Tracker:https://github.com/brarcher/video-transcoder/issues
@@ -49,7 +49,32 @@ Build:0.7a,7
subdir=app
gradle=yes
+Build:0.9,9
+ commit=v0.9
+ subdir=app
+ gradle=yes
+
+Build:0.10,10
+ commit=v0.10
+ subdir=app
+ gradle=yes
+
+Build:0.11,11
+ commit=v0.11
+ subdir=app
+ gradle=yes
+
+Build:0.12,12
+ commit=v0.12
+ subdir=app
+ gradle=yes
+
+Build:0.12.1,13
+ commit=v0.12.1
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.7a
-Current Version Code:7
+Current Version:0.12.1
+Current Version Code:13
diff --git a/metadata/pt.ipleiria.mymusicqoe.txt b/metadata/pt.ipleiria.mymusicqoe.txt
new file mode 100644
index 0000000000..eed99c3ece
--- /dev/null
+++ b/metadata/pt.ipleiria.mymusicqoe.txt
@@ -0,0 +1,61 @@
+Categories:Multimedia
+License:GPL-3.0-only
+Web Site:
+Source Code:https://github.com/albertolalanda/new-ultrasonic-fork-for-MyMusicQoE
+Issue Tracker:https://github.com/albertolalanda/new-ultrasonic-fork-for-MyMusicQoE/issues
+
+Auto Name:MyMusicQoE
+Summary:A fork of ultrasonic with QoE evaluation features purposes
+Description:
+The purpose of MyMusicQoE is to gather statistics of music streaming quality of
+experience. This application was based on Ultrasonic and uses an airsonic
+server.
+.
+
+Repo Type:git
+Repo:https://github.com/albertolalanda/new-ultrasonic-fork-for-MyMusicQoE
+
+Build:1.0.2,3
+ commit=v1.0.2
+ subdir=ultrasonic
+ gradle=yes
+
+Build:1.0.4,5
+ commit=v1.0.4
+ subdir=ultrasonic
+ gradle=yes
+
+Build:1.1.1,7
+ commit=v.1.1.1
+ subdir=ultrasonic
+ gradle=yes
+
+Build:1.1.2,8
+ commit=v1.1.2
+ subdir=ultrasonic
+ gradle=yes
+
+Build:1.1.3,9
+ commit=v1.1.3
+ subdir=ultrasonic
+ gradle=yes
+
+Build:1.2.0,10
+ commit=v1.2.0
+ subdir=ultrasonic
+ gradle=yes
+
+Build:1.3.0,11
+ commit=v1.3.0
+ subdir=ultrasonic
+ gradle=yes
+
+Build:1.3.1,12
+ commit=v1.3.1
+ subdir=ultrasonic
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:1.3.1
+Current Version Code:12
diff --git a/metadata/pt.isec.tp.am.txt b/metadata/pt.isec.tp.am.txt
index 5b6c12deae..26231576a9 100644
--- a/metadata/pt.isec.tp.am.txt
+++ b/metadata/pt.isec.tp.am.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://gitorious.org/free-fall/free-fall
Issue Tracker:
diff --git a/metadata/pt.joaomneto.titancompanion.txt b/metadata/pt.joaomneto.titancompanion.txt
new file mode 100644
index 0000000000..3415e889d0
--- /dev/null
+++ b/metadata/pt.joaomneto.titancompanion.txt
@@ -0,0 +1,35 @@
+Categories:Games
+License:LGPL-3.0-only
+Web Site:
+Source Code:https://github.com/joaomneto/TitanCompanion
+Issue Tracker:https://github.com/joaomneto/TitanCompanion/issues
+
+Auto Name:Titan Companion
+Summary:Stat sheet and rules engine for all Fighting Fantasy gamebooks
+Description:
+The main objective of this app is to allow the reader to fully immerse himself
+into the story and even to give some portability to the gamebooks. You can read
+in the coffee shop, in the bus or at the beach, and save your progress at any
+moment to resume later on.
+
+Features:
+
+* Stat sheets for all Fighting Fantasy gamebooks
+* Generic dice rolls
+* Skill, Luck and other gamebook specific tests
+* Combat engine for standard and gamebook specific rules
+* Equipment and Note list
+* Save and Load feature with current gamebook paragraph
+.
+
+Repo Type:git
+Repo:https://github.com/joaomneto/TitanCompanion.git
+
+Build:v60-beta,60
+ commit=v60-beta
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:v60-beta
+Current Version Code:60
diff --git a/metadata/pw.thedrhax.mosmetro.txt b/metadata/pw.thedrhax.mosmetro.txt
index 8d2293c6bc..90c99324c2 100644
--- a/metadata/pw.thedrhax.mosmetro.txt
+++ b/metadata/pw.thedrhax.mosmetro.txt
@@ -1,6 +1,6 @@
AntiFeatures:Tracking
Categories:Connectivity,Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/mosmetro-android/mosmetro-android
Issue Tracker:https://github.com/mosmetro-android/mosmetro-android/issues
@@ -78,7 +78,13 @@ Build:1.8.3.2,70
subdir=app
gradle=yes
+Build:1.9,71
+ commit=71
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's|google()|maven {url "https://maven.google.com"}|' ../build.gradle
+
Auto Update Mode:Version %c
Update Check Mode:Tags
-Current Version:1.8.3.2
-Current Version Code:70
+Current Version:1.9
+Current Version Code:71
diff --git a/metadata/quickly.quit.yml b/metadata/quickly.quit.yml
new file mode 100644
index 0000000000..61a105440d
--- /dev/null
+++ b/metadata/quickly.quit.yml
@@ -0,0 +1,23 @@
+Categories:
+ - System
+License: GPL-3.0-or-later
+SourceCode: https://framagit.org/beriain/quicklyquit
+IssueTracker: https://framagit.org/beriain/quicklyquit/issues
+
+AutoName: Quickly quit
+
+RepoType: git
+Repo: https://framagit.org/beriain/quicklyquit.git
+
+Builds:
+ - versionName: '1.0'
+ versionCode: 1
+ commit: '1.0'
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version %v
+UpdateCheckMode: Tags
+CurrentVersion: '1.0'
+CurrentVersionCode: 1
diff --git a/metadata/raele.concurseiro.txt b/metadata/raele.concurseiro.txt
index aee3bb585e..29632d3f7d 100644
--- a/metadata/raele.concurseiro.txt
+++ b/metadata/raele.concurseiro.txt
@@ -1,8 +1,8 @@
Categories:Science & Education
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:
-Source Code:https://github.com/leonardoraele/concurseiro
-Issue Tracker:https://github.com/leonardoraele/concurseiro/issues
+Source Code:
+Issue Tracker:
Auto Name:Concurseiro
Summary:Helps you studying
@@ -10,9 +10,6 @@ Description:
Comapanion app for studying.
.
-Repo Type:git
-Repo:https://github.com/leonardoraele/concurseiro
-
Build:1.0,1
commit=0fcf1986dc92f73fc45021cecabb04086a83cc38
subdir=Concurseiro
@@ -26,3 +23,5 @@ Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.0
Current Version Code:1
+
+No Source Since:1.1
diff --git a/metadata/re.jcg.playmusicexporter.txt b/metadata/re.jcg.playmusicexporter.txt
index 07d66d881b..85062cd8d5 100644
--- a/metadata/re.jcg.playmusicexporter.txt
+++ b/metadata/re.jcg.playmusicexporter.txt
@@ -1,9 +1,9 @@
AntiFeatures:NonFreeDep,Tracking
Categories:Multimedia
License:MIT
-Web Site:https://github.com/jcgruenhage/PlayMusicExporter/blob/develop/README.md
-Source Code:https://github.com/jcgruenhage/PlayMusicExporter
-Issue Tracker:https://github.com/jcgruenhage/PlayMusicExporter/issues
+Web Site:https://github.com/playmusicexporter/playmusicexporter/blob/develop/README.md
+Source Code:https://github.com/playmusicexporter/playmusicexporter
+Issue Tracker:https://github.com/playmusicexporter/playmusicexporter/issues
Bitcoin:1NdzpDWPQ53xWT5fraGPZX5F9XrKiPBXjp
Auto Name:Play Music Exporter
@@ -16,8 +16,10 @@ storage, or even some DocumentsProvider. Since this needs to access the private
storage of Play Music, this app requires root permissions.
.
+Requires Root:yes
+
Repo Type:git
-Repo:https://github.com/jcgruenhage/PlayMusicExporter.git
+Repo:https://github.com/playmusicexporter/playmusicexporter.git
Build:0.9.4,106
commit=6c7832f1e63738936403187e96f00c392a0a41ee
diff --git a/metadata/remuco.client.android.txt b/metadata/remuco.client.android.txt
index e953b5ab89..52e9f94ac2 100644
--- a/metadata/remuco.client.android.txt
+++ b/metadata/remuco.client.android.txt
@@ -1,7 +1,7 @@
Categories:Multimedia
-License:GPL-3.0
-Web Site:https://code.google.com/p/remuco
-Source Code:https://code.google.com/p/remuco/source
+License:GPL-3.0-only
+Web Site:
+Source Code:
Issue Tracker:
FlattrID:141543
@@ -21,9 +21,6 @@ Remuco can be used with Amarok, Audacious, Banshee, Clementine, Exaile,
gmusicbrowser, MPD, MPlayer, Rhythmbox, Songbird, Totem, TVtime, VLC and XMMS2.
.
-Repo Type:hg
-Repo:https://code.google.com/p/remuco
-
Build:0.9.6,1
commit=0.9.6
subdir=client/android
@@ -34,3 +31,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:0.9.6
Current Version Code:1
+
+No Source Since:0.9.7
diff --git a/metadata/rino.org.tethercompanion.txt b/metadata/rino.org.tethercompanion.txt
index d44569142f..8301c4dc24 100644
--- a/metadata/rino.org.tethercompanion.txt
+++ b/metadata/rino.org.tethercompanion.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/RinatKurmaev/Tether-companion
Issue Tracker:https://github.com/RinatKurmaev/Tether-companion/issues
diff --git a/metadata/rkr.simplekeyboard.inputmethod.txt b/metadata/rkr.simplekeyboard.inputmethod.txt
new file mode 100644
index 0000000000..d21a75c0f6
--- /dev/null
+++ b/metadata/rkr.simplekeyboard.inputmethod.txt
@@ -0,0 +1,62 @@
+Categories:Writing
+License:Apache-2.0
+Web Site:
+Source Code:https://github.com/rkkr/simple-keyboard
+Issue Tracker:https://github.com/rkkr/simple-keyboard/issues
+
+Auto Name:Simple Keyboard
+Summary:Simply keyboard and nothing more
+Description:
+This keyboard is created for those who only need a keyboard and nothing more.
+
+Features:
+
+* Small size
+* Adjustable keyboard height for more screen space
+* Custom theme colors
+* Minimal permissions
+* Ads-free
+.
+
+Repo Type:git
+Repo:https://github.com/rkkr/simple-keyboard.git
+
+Build:2.7,31
+ commit=31
+ subdir=app
+ gradle=yes
+
+Build:2.9,34
+ commit=34
+ subdir=app
+ gradle=yes
+
+Build:2.10,35
+ commit=35
+ subdir=app
+ gradle=yes
+
+Build:2.11,36
+ commit=36
+ subdir=app
+ gradle=yes
+
+Build:2.14,39
+ commit=39
+ subdir=app
+ gradle=yes
+
+Build:2.15,40
+ commit=40
+ subdir=app
+ gradle=yes
+
+Build:2.16,41
+ commit=41
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %c
+Update Check Mode:Tags
+Current Version:2.16
+Current Version Code:41
diff --git a/metadata/ro.ciubex.dscautorename.txt b/metadata/ro.ciubex.dscautorename.txt
index b34268f2dd..880d6ee50f 100644
--- a/metadata/ro.ciubex.dscautorename.txt
+++ b/metadata/ro.ciubex.dscautorename.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/ciubex/dscautorename/blob/HEAD/README.md
Source Code:https://github.com/ciubex/dscautorename
Issue Tracker:https://github.com/ciubex/dscautorename/issues
@@ -9,6 +9,14 @@ Summary:Rename picutres based on date
Description:
Automatically change the name of images files taken by the camera based on the
date and time when the file was created.
+
+'''Renamed and moved files process cannot be rolled back! Use this software with
+caution!'''
+
+The application does not store the old names because will cause conflicts: the
+default camera application use a counter which is reset each time when files are
+removed/renamed. As a workaround can be selected the option "Append original
+name".
.
Repo Type:git
diff --git a/metadata/ro.ieval.fonbot.txt b/metadata/ro.ieval.fonbot.txt
index e193db34db..d4d29fc736 100644
--- a/metadata/ro.ieval.fonbot.txt
+++ b/metadata/ro.ieval.fonbot.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://git.ieval.ro/?p=fonbot.git
Issue Tracker:https://bugs.ieval.ro
diff --git a/metadata/ro.mihai.tpt.txt b/metadata/ro.mihai.tpt.txt
index bf183e6a2e..33f6473aea 100644
--- a/metadata/ro.mihai.tpt.txt
+++ b/metadata/ro.mihai.tpt.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://mihaibalint.github.io/TimisoaraPublicTransport
Source Code:https://github.com/MihaiBalint/TimisoaraPublicTransport
Issue Tracker:https://github.com/MihaiBalint/TimisoaraPublicTransport/issues
@@ -8,6 +8,18 @@ Auto Name:Public Transport Timisoara
Summary:Get arrival times from Timisoara's PTS
Description:
Get real-time vehicle arrival times from Timisoara's public transport system.
+
+Use your device to download live arrival times obtained from the real-time GPS
+tracking units installed in all public transport vehicles (trams, buses and
+trolleybuses). The app connects directly to Timisoara's Transport Authority
+(RATT) servers and presents the arrival information in a format optimized for
+mobile devices.
+
+'''Features:'''
+
+* Display live vehicle arrival times for all stations from a line.
+* Display arrival times for connecting lines
+* Does not require GPS activated on your device (saves battery)
.
Repo Type:git
diff --git a/metadata/ro.ui.pttdroid.txt b/metadata/ro.ui.pttdroid.txt
index e1e5e40c8b..a074ac4a89 100644
--- a/metadata/ro.ui.pttdroid.txt
+++ b/metadata/ro.ui.pttdroid.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/pttdroid
Source Code:https://code.google.com/p/pttdroid/source
Issue Tracker:
diff --git a/metadata/ro.weednet.contactssync.txt b/metadata/ro.weednet.contactssync.txt
index 63d25e45a9..5a60ad6da5 100644
--- a/metadata/ro.weednet.contactssync.txt
+++ b/metadata/ro.weednet.contactssync.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/loadrunner/Facebook-Contact-Sync
Issue Tracker:https://github.com/loadrunner/Facebook-Contact-Sync/issues
diff --git a/metadata/rs.pedjaapps.alogcatroot.app.txt b/metadata/rs.pedjaapps.alogcatroot.app.txt
index 23570c9449..a3edf5b20e 100644
--- a/metadata/rs.pedjaapps.alogcatroot.app.txt
+++ b/metadata/rs.pedjaapps.alogcatroot.app.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/pedja1/aLogcatRoot/blob/HEAD/README.md
Source Code:https://github.com/pedja1/aLogcatRoot
Issue Tracker:https://github.com/pedja1/aLogcatRoot/issues
diff --git a/metadata/ru.equestriadev.mgke.txt b/metadata/ru.equestriadev.mgke.txt
index adff90ae27..5df15b0b78 100644
--- a/metadata/ru.equestriadev.mgke.txt
+++ b/metadata/ru.equestriadev.mgke.txt
@@ -1,17 +1,18 @@
Categories:Time
License:MIT
-Web Site:https://github.com/bronydell/MGKE_Android_App/blob/HEAD/README.md
-Source Code:https://github.com/bronydell/MGKE_Android_App
-Issue Tracker:https://github.com/bronydell/MGKE_Android_App/issues
+Web Site:https://github.com/bronydell/Android-MGKEapp/blob/HEAD/README.md
+Source Code:https://github.com/bronydell/Android-MGKEapp
+Issue Tracker:https://github.com/bronydell/Android-MGKEapp/issues
Auto Name:Расписание МГКЭ
Summary:Track updates of schedule on college site
Description:
-Tracks updates of schedule on college site and shows it in the app.
+Tracks updates of schedule on the Minsk gosudarvennogo Electronics College site
+and shows it in the app.
.
Repo Type:git
-Repo:https://github.com/bronydell/MGKE_Android_App
+Repo:https://github.com/bronydell/Android-MGKEapp
Build:3.0.5 Release,24
commit=b3043a462f92aa9a97a9f4ac5d91a734d914fc72
diff --git a/metadata/ru.gelin.android.browser.open.txt b/metadata/ru.gelin.android.browser.open.txt
index 3cef95a1f6..35dacbfe42 100644
--- a/metadata/ru.gelin.android.browser.open.txt
+++ b/metadata/ru.gelin.android.browser.open.txt
@@ -1,5 +1,5 @@
Categories:Internet,Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://bitbucket.org/gelin/open-in-browser
Source Code:https://bitbucket.org/gelin/open-in-browser/src
Issue Tracker:https://bitbucket.org/gelin/open-in-browser/issues
@@ -25,5 +25,5 @@ Build:0.0.7,8
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:0.0.7
-Current Version Code:8
+Current Version:0.0.8
+Current Version Code:10
diff --git a/metadata/ru.gelin.android.sendtosd.txt b/metadata/ru.gelin.android.sendtosd.txt
index d7ae9e0196..545814fa71 100644
--- a/metadata/ru.gelin.android.sendtosd.txt
+++ b/metadata/ru.gelin.android.sendtosd.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://bitbucket.org/gelin/send-to-sd
Issue Tracker:https://bitbucket.org/gelin/send-to-sd/issues
diff --git a/metadata/ru.gelin.android.weather.notification.skin.biggertext.txt b/metadata/ru.gelin.android.weather.notification.skin.biggertext.txt
index 1d69ab9fa7..3ef3cc21e6 100644
--- a/metadata/ru.gelin.android.weather.notification.skin.biggertext.txt
+++ b/metadata/ru.gelin.android.weather.notification.skin.biggertext.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://bitbucket.org/gelin/weather-notification
Issue Tracker:https://bitbucket.org/gelin/weather-notification/issues
diff --git a/metadata/ru.gelin.android.weather.notification.skin.blacktext.txt b/metadata/ru.gelin.android.weather.notification.skin.blacktext.txt
index 0ed903f387..c6d03c2861 100644
--- a/metadata/ru.gelin.android.weather.notification.skin.blacktext.txt
+++ b/metadata/ru.gelin.android.weather.notification.skin.blacktext.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://bitbucket.org/gelin/weather-notification
Issue Tracker:https://bitbucket.org/gelin/weather-notification/issues
diff --git a/metadata/ru.gelin.android.weather.notification.skin.blacktextplus.txt b/metadata/ru.gelin.android.weather.notification.skin.blacktextplus.txt
index 53f12e4ec7..00b5d5a561 100644
--- a/metadata/ru.gelin.android.weather.notification.skin.blacktextplus.txt
+++ b/metadata/ru.gelin.android.weather.notification.skin.blacktextplus.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://bitbucket.org/gelin/weather-notification
Issue Tracker:https://bitbucket.org/gelin/weather-notification/issues
diff --git a/metadata/ru.gelin.android.weather.notification.skin.whitetext.txt b/metadata/ru.gelin.android.weather.notification.skin.whitetext.txt
index 4529dc6f20..98356a915b 100644
--- a/metadata/ru.gelin.android.weather.notification.skin.whitetext.txt
+++ b/metadata/ru.gelin.android.weather.notification.skin.whitetext.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://bitbucket.org/gelin/weather-notification
Issue Tracker:https://bitbucket.org/gelin/weather-notification/issues
diff --git a/metadata/ru.gelin.android.weather.notification.skin.whitetextplus.txt b/metadata/ru.gelin.android.weather.notification.skin.whitetextplus.txt
index 955db01ba4..ccf88088bf 100644
--- a/metadata/ru.gelin.android.weather.notification.skin.whitetextplus.txt
+++ b/metadata/ru.gelin.android.weather.notification.skin.whitetextplus.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://bitbucket.org/gelin/weather-notification
Issue Tracker:https://bitbucket.org/gelin/weather-notification/issues
diff --git a/metadata/ru.gelin.android.weather.notification.txt b/metadata/ru.gelin.android.weather.notification.txt
index f500b4f310..d7e34e8de5 100644
--- a/metadata/ru.gelin.android.weather.notification.txt
+++ b/metadata/ru.gelin.android.weather.notification.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://bitbucket.org/gelin/weather-notification
Source Code:https://bitbucket.org/gelin/weather-notification/src
Issue Tracker:https://bitbucket.org/gelin/weather-notification/issues
diff --git a/metadata/ru.glesik.nostrangersms.txt b/metadata/ru.glesik.nostrangersms.txt
index 1a02e808ff..507abe0265 100644
--- a/metadata/ru.glesik.nostrangersms.txt
+++ b/metadata/ru.glesik.nostrangersms.txt
@@ -1,5 +1,5 @@
Categories:Security
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/glesik/nostrangersms
Issue Tracker:https://github.com/glesik/nostrangersms/issues
diff --git a/metadata/ru.glesik.wifireminders.txt b/metadata/ru.glesik.wifireminders.txt
index 8e328ca57c..6f357a419f 100644
--- a/metadata/ru.glesik.wifireminders.txt
+++ b/metadata/ru.glesik.wifireminders.txt
@@ -1,23 +1,15 @@
Categories:Connectivity
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
-Source Code:https://github.com/glesik/wifireminders
-Issue Tracker:https://github.com/glesik/wifireminders/issues
-Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8RNEWF8QHQHTN
-Bitcoin:15bSZLRTF3nH9uLrsqW2xm5UMdcd3eqF1e
+Source Code:https://gitlab.com/glsk/wifireminders
+Issue Tracker:https://gitlab.com/glsk/wifireminders/issues
+Changelog:https://gitlab.com/glsk/wifireminders/tags
+Donate:https://glsk.net/donate/
Auto Name:Wi-Fi Reminders
-Summary:Wi-Fi based reminders
-Description:
-Shows custom notifications when specified wireless networks are in range. You
-can set arbitrary reminders for any stored wireless network. As soon as your
-device is active (e. g. the screen is on) and the network is visible, the
-reminder will be displayed as standard notification with sound, vibration and
-blinking indicator.
-.
Repo Type:git
-Repo:https://github.com/glesik/wifireminders.git
+Repo:https://gitlab.com/glsk/wifireminders.git
Build:1.1.0,110
commit=v1.1.0
@@ -53,7 +45,12 @@ Build:1.2.5,125
subdir=app
gradle=yes
+Build:1.3.0,130
+ commit=v1.3.0
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.2.5
-Current Version Code:125
+Current Version:1.3.0
+Current Version Code:130
diff --git a/metadata/ru.henridellal.dialer.yml b/metadata/ru.henridellal.dialer.yml
new file mode 100644
index 0000000000..887fcaa4df
--- /dev/null
+++ b/metadata/ru.henridellal.dialer.yml
@@ -0,0 +1,41 @@
+Categories:
+ - Phone & SMS
+License: GPL-3.0-only
+WebSite: https://github.com/HenriDellal/emerald-dialer
+SourceCode: https://github.com/HenriDellal/emerald-dialer
+IssueTracker: https://github.com/HenriDellal/emerald-dialer/issues
+Changelog: https://github.com/HenriDellal/emerald-dialer/releases
+
+AutoName: Emerald Dialer
+Summary: Make calls, view call log
+Description: |-
+ Emerald Dialer is a lightweight dialer app.
+
+ Features:
+ * T9 contacts search;
+ * Speed dial;
+ * Themes: light and dark.
+
+RepoType: git
+Repo: https://github.com/HenriDellal/emerald-dialer.git
+
+Builds:
+ - versionName: 1.0.1
+ versionCode: 3
+ commit: v1.0.1
+ target: android-26
+
+ - versionName: 1.0.2
+ versionCode: 4
+ commit: v1.0.2
+ target: android-26
+
+ - versionName: 1.0.3
+ versionCode: 5
+ commit: v1.0.3
+ target: android-26
+
+AutoUpdateMode: Version v%v
+UpdateCheckMode: Tags
+CurrentVersion: 1.0.3
+CurrentVersionCode: 5
diff --git a/metadata/ru.henridellal.emerald.txt b/metadata/ru.henridellal.emerald.txt
index ce5c3022db..7207da81ec 100644
--- a/metadata/ru.henridellal.emerald.txt
+++ b/metadata/ru.henridellal.emerald.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/HenriDellal/emerald
Issue Tracker:https://github.com/HenriDellal/emerald/issues
@@ -8,7 +8,13 @@ Auto Name:Emerald Launcher
Summary:Simple custom home screen
Description:
Lightweight customizable launcher which supports icon packs and has a good
-number of settings for its size.
+number of settings for its size. Features include:
+
+* Icon pack support
+* App and web search
+* App categories
+* History of last launched apps
+* Resizeable layout
.
Repo Type:git
@@ -70,7 +76,15 @@ 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
+
+Build:0.6.0,36
+ commit=v0.6.0
+ target=android-26
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.5.6.1
-Current Version Code:34
+Current Version:0.6.0
+Current Version Code:36
diff --git a/metadata/ru.henridellal.patolli.yml b/metadata/ru.henridellal.patolli.yml
new file mode 100644
index 0000000000..3aef6c0073
--- /dev/null
+++ b/metadata/ru.henridellal.patolli.yml
@@ -0,0 +1,27 @@
+Categories:
+ - Games
+License: GPL-3.0-only
+WebSite: https://www.github.com/HenriDellal/patolli
+SourceCode: https://www.github.com/HenriDellal/patolli
+IssueTracker: https://www.github.com/HenriDellal/patolli/issues
+Changelog: https://www.github.com/HenriDellal/patolli/releases
+
+AutoName: Patolli
+Summary: Board game for 1 or 2 players
+Description: |-
+ Patolli is a board game where players have to guide their markers through
+ the field and back. This game is a simplified version of original Patolli.
+
+RepoType: git
+Repo: https://www.github.com/HenriDellal/patolli
+
+Builds:
+ - versionName: '1.0'
+ versionCode: 1
+ commit: v1.0
+ target: android-26
+
+AutoUpdateMode: Version v%v
+UpdateCheckMode: Tags
+CurrentVersion: '1.0'
+CurrentVersionCode: 1
diff --git a/metadata/ru.hyst329.openfool.yml b/metadata/ru.hyst329.openfool.yml
new file mode 100644
index 0000000000..4ebd5cb5ae
--- /dev/null
+++ b/metadata/ru.hyst329.openfool.yml
@@ -0,0 +1,34 @@
+Categories:
+ - Games
+License: MIT
+SourceCode: https://github.com/hyst329/OpenFool
+IssueTracker: https://github.com/hyst329/OpenFool/issues
+
+AutoName: OpenFool
+
+RepoType: git
+Repo: https://github.com/hyst329/OpenFool
+
+Builds:
+ - versionName: 0.2.6
+ versionCode: 26
+ commit: v0.2.6
+ subdir: android
+ gradle:
+ - yes
+ scanignore:
+ - android/libs/*
+
+ - versionName: 0.2.7
+ versionCode: 27
+ commit: v0.2.7
+ subdir: android
+ gradle:
+ - yes
+ scanignore:
+ - android/libs/*
+
+AutoUpdateMode: Version v%v
+UpdateCheckMode: Tags
+CurrentVersion: 0.2.7
+CurrentVersionCode: 27
diff --git a/metadata/ru.hyst329.openfool/en-US/full_description.txt b/metadata/ru.hyst329.openfool/en-US/full_description.txt
new file mode 100644
index 0000000000..66a498cd56
--- /dev/null
+++ b/metadata/ru.hyst329.openfool/en-US/full_description.txt
@@ -0,0 +1,6 @@
+OpenFool is a free and open source Fool (Durak) card game for desktop and Android.
+
+Features
+* Individual game for 2 to 5 players and 4-players partnership game
+* 52-card decks: Standard Russian (designed by A. Charlemagne in 19th century, public domain - from Wikimedia), international (by Chris Aguilar - LGPL v3), French deck (by David Bellot - LGPL v3)
+* Standard rules for throwing in (some convention can be customized)
\ No newline at end of file
diff --git a/metadata/ru.hyst329.openfool/en-US/short_description.txt b/metadata/ru.hyst329.openfool/en-US/short_description.txt
new file mode 100644
index 0000000000..d90432cfe9
--- /dev/null
+++ b/metadata/ru.hyst329.openfool/en-US/short_description.txt
@@ -0,0 +1 @@
+Russian national Fool (Durak) card game.
\ No newline at end of file
diff --git a/metadata/ru.hyst329.openfool/ru-RU/full_description.txt b/metadata/ru.hyst329.openfool/ru-RU/full_description.txt
new file mode 100644
index 0000000000..83c4db2c23
--- /dev/null
+++ b/metadata/ru.hyst329.openfool/ru-RU/full_description.txt
@@ -0,0 +1,6 @@
+OpenFool - полностью свободная реализация игры в подкидного дурака для настольных ПК и Android.
+
+Возможности:
+* От 2 до 5 игроков в режиме "каждый сам за себя", командная игра (2 на 2) для 4 игроков.
+* 3 колоды карт (52 карты): атласная, международная, французская.
+* Стандартные правила для подкидного дурака (некоторые правила могут быть изменены пользователем).
\ No newline at end of file
diff --git a/metadata/ru.hyst329.openfool/ru-RU/short_description.txt b/metadata/ru.hyst329.openfool/ru-RU/short_description.txt
new file mode 100644
index 0000000000..3c96ae0c88
--- /dev/null
+++ b/metadata/ru.hyst329.openfool/ru-RU/short_description.txt
@@ -0,0 +1 @@
+Игра в подкидного дурака.
\ No newline at end of file
diff --git a/metadata/ru.ifproject.android.afr.txt b/metadata/ru.ifproject.android.afr.txt
new file mode 100644
index 0000000000..7e809d1a3a
--- /dev/null
+++ b/metadata/ru.ifproject.android.afr.txt
@@ -0,0 +1,43 @@
+AntiFeatures:NonFreeAdd,NonFreeNet
+Categories:Sports & Health,Theming
+License:GPL-3.0-or-later
+Author Name:HexEdit, DriffeX, NitroOxid
+Web Site:https://github.com/hexedit/amazfit-face-replacer
+Source Code:https://github.com/hexedit/amazfit-face-replacer
+Issue Tracker:https://github.com/hexedit/amazfit-face-replacer/issues
+
+Auto Name:AFReplacer
+Summary:Replace Amazfit Bip watchfaces in Mi Fit
+Description:
+This tool allows You to quickly replace custom watchface in Mi Fit. This way You
+can use 11 custom watchfaces at one time, and there is no need to remember all
+internal file names.
+
+You can also replace watchfaces directly from [https://amazfitwatchfaces.com]
+
+This tool only replaces watchfaces in Mi Fit. No direct gadget touching -
+watchfaces are applied via an official application = more safe usage.
+.
+
+Repo Type:git
+Repo:https://github.com/hexedit/amazfit-face-replacer.git
+
+Build:0.3.1,10
+ commit=v0.3.1
+ subdir=app
+ gradle=yes
+
+Build:0.3.2,11
+ commit=v0.3.2
+ subdir=app
+ gradle=yes
+
+Build:0.4.0,13
+ commit=v0.4.0
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:0.4.0
+Current Version Code:13
diff --git a/metadata/ru.meefik.busybox.txt b/metadata/ru.meefik.busybox.txt
index cd3cc1ab3c..206b3bf4f0 100644
--- a/metadata/ru.meefik.busybox.txt
+++ b/metadata/ru.meefik.busybox.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/meefik/busybox
Issue Tracker:https://github.com/meefik/busybox/issues
@@ -10,6 +10,14 @@ Auto Name:BusyBox
Summary:Install BusyBox
Description:
Install a recent and un-crippled version of BusyBox.
+
+BusyBox combines tiny versions of many common UNIX utilities into a single small
+executable. It provides replacements for most of the utilities you usually find
+in GNU fileutils, shellutils, etc. The utilities in BusyBox generally have fewer
+options than their full-featured GNU cousins; however, the options that are
+included provide the expected functionality and behave very much like their GNU
+counterparts. BusyBox provides a fairly complete environment for any small or
+embedded system.
.
Repo Type:git
@@ -123,7 +131,46 @@ 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
+
+Build:1.28.4,37
+ commit=1.28.4
+ 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
+
+Build:1.29.2,38
+ commit=1.29.2
+ 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.29.2
+Current Version Code:38
diff --git a/metadata/ru.meefik.tzupdater.txt b/metadata/ru.meefik.tzupdater.txt
index 47e4d22351..662cc8db44 100644
--- a/metadata/ru.meefik.tzupdater.txt
+++ b/metadata/ru.meefik.tzupdater.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/meefik/tzupdater/blob/HEAD/README.md
Source Code:https://github.com/meefik/tzupdater
Issue Tracker:https://github.com/meefik/tzupdater/issues
diff --git a/metadata/ru.moscow.tuzlukov.sergey.weatherlog.txt b/metadata/ru.moscow.tuzlukov.sergey.weatherlog.txt
index f0ed86ce5f..3dc29caa11 100644
--- a/metadata/ru.moscow.tuzlukov.sergey.weatherlog.txt
+++ b/metadata/ru.moscow.tuzlukov.sergey.weatherlog.txt
@@ -1,5 +1,5 @@
Categories:Time
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/sergey-tuzlukov/WeatherLogAndroid/blob/HEAD/README.md
Source Code:https://github.com/sergey-tuzlukov/WeatherLogAndroid
Issue Tracker:https://github.com/sergey-tuzlukov/WeatherLogAndroid/issues
diff --git a/metadata/ru.neverdark.silentnight.txt b/metadata/ru.neverdark.silentnight.txt
index c9711aee6a..e4e27f1454 100644
--- a/metadata/ru.neverdark.silentnight.txt
+++ b/metadata/ru.neverdark.silentnight.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/yankovskiy/SilentNight
Issue Tracker:https://github.com/yankovskiy/SilentNight/issues
diff --git a/metadata/ru.playsoftware.j2meloader.txt b/metadata/ru.playsoftware.j2meloader.txt
new file mode 100644
index 0000000000..eda4a77bdb
--- /dev/null
+++ b/metadata/ru.playsoftware.j2meloader.txt
@@ -0,0 +1,57 @@
+Categories:Games
+License:Apache-2.0
+Web Site:https://github.com/nikita36078/J2ME-Loader/blob/HEAD/README.md
+Source Code:https://github.com/nikita36078/J2ME-Loader
+Issue Tracker:https://github.com/nikita36078/J2ME-Loader/blob/HEAD/README.md/issues
+Changelog:https://github.com/nikita36078/J2ME-Loader/releases
+
+Auto Name:J2ME Loader
+Summary:J2ME emulator
+Description:
+J2ME Loader is a J2ME emulator for Android. It supports most 2D games and also
+3D with some limitations. Emulator has a virtual keyboard, individual settings
+for each application, scaling support. This project is a fork of J2meLoader.
+.
+
+Repo Type:git
+Repo:https://github.com/nikita36078/J2ME-Loader.git
+
+Build:1.3.1,46
+ commit=1.3.1
+ subdir=app
+ gradle=open
+ prebuild=sed -i -e 's/28.0.0-rc1/28.0.0/' ../build.gradle && \
+ sed -i -e '/versionNameSuffix/d' build.gradle
+ scanignore=app/src/main/java/javax/microedition/shell/MyClassLoader.java
+ ndk=r16b
+
+Build:1.3.3,48
+ commit=1.3.3
+ subdir=app
+ gradle=open
+ prebuild=sed -i -e '/versionNameSuffix/d' build.gradle
+ scanignore=app/src/main/java/javax/microedition/shell/MyClassLoader.java
+ ndk=r16b
+
+Build:1.3.4,49
+ commit=1.3.4
+ subdir=app
+ gradle=fdroid
+ scanignore=app/src/main/java/javax/microedition/shell/MyClassLoader.java
+ ndk=r16b
+
+Build:1.3.6,51
+ commit=1.3.6
+ subdir=app
+ gradle=fdroid
+ scanignore=app/src/main/java/javax/microedition/shell/MyClassLoader.java
+ ndk=r16b
+
+Maintainer Notes:
+The class loader is needed for the main function of the app: load JARs.
+.
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:1.3.6
+Current Version Code:51
diff --git a/metadata/ru.qrck.quitetaskmanager.txt b/metadata/ru.qrck.quitetaskmanager.txt
index 2bcc2a82d9..0e9dc80e14 100644
--- a/metadata/ru.qrck.quitetaskmanager.txt
+++ b/metadata/ru.qrck.quitetaskmanager.txt
@@ -1,6 +1,6 @@
Disabled:pre-alpha abandonware
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/quitetaskmanager
Source Code:https://code.google.com/p/quitetaskmanager/source
Issue Tracker:
diff --git a/metadata/ru.ra66it.updaterforspotify.txt b/metadata/ru.ra66it.updaterforspotify.txt
new file mode 100644
index 0000000000..1150b683ed
--- /dev/null
+++ b/metadata/ru.ra66it.updaterforspotify.txt
@@ -0,0 +1,41 @@
+AntiFeatures:NonFreeAdd,NonFreeNet
+Categories:Internet
+License:MIT
+Web Site:https://github.com/2Ra66it/updater-for-spotify
+Source Code:https://github.com/2Ra66it/updater-for-spotify
+Issue Tracker:https://github.com/2Ra66it/updater-for-spotify/issues
+
+Auto Name:Updater for Spotify
+Summary:Download the latest version of Spotify
+Description:
+Updater for Spotify allows you to download the latest version of Spotify and
+Spotify Beta to your android device.
+.
+
+Repo Type:git
+Repo:https://github.com/2Ra66it/updater-for-spotify.git
+
+Build:1.07,1
+ commit=1.07
+ subdir=app
+ gradle=yes
+
+Build:1.21,4
+ commit=1.21
+ subdir=app
+ gradle=yes
+
+Build:1.22,5
+ commit=1.22
+ subdir=app
+ gradle=yes
+
+Build:1.23,6
+ commit=1.23
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:1.23
+Current Version Code:6
diff --git a/metadata/ryey.camcov.txt b/metadata/ryey.camcov.txt
index 939382e969..39b95431c3 100644
--- a/metadata/ryey.camcov.txt
+++ b/metadata/ryey.camcov.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/renyuneyun/CamCov
Issue Tracker:https://github.com/renyuneyun/CamCov/issues
diff --git a/metadata/ryey.easer.txt b/metadata/ryey.easer.txt
index 7385358ced..5824ba8db0 100644
--- a/metadata/ryey.easer.txt
+++ b/metadata/ryey.easer.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://renyuneyun.github.io/Easer/en/
Source Code:https://github.com/renyuneyun/Easer
Issue Tracker:https://github.com/renyuneyun/Easer/issues
@@ -292,7 +292,139 @@ Build:0.5.6.1,62
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'
+
+Build:0.5.7.1,64
+ commit=v0.5.7.1
+ subdir=app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+
+Build:0.5.8,65
+ commit=v0.5.8
+ subdir=app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+
+Build:0.5.9.1,68
+ commit=v0.5.9.1
+ subdir=app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+
+Build:0.6,69
+ commit=v0.6
+ subdir=app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+
+Build:0.6.2,71
+ commit=v0.6.2
+ subdir=app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+
+Build:0.6.2.1,72
+ commit=v0.6.2.1
+ subdir=app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+
+Build:0.6.3,73
+ commit=v0.6.3
+ subdir=app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+
+Build:0.6.4,74
+ commit=v0.6.4
+ subdir=app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+
+Build:0.6.5,75
+ commit=v0.6.5
+ subdir=app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+
+Build:0.6.5.1,76
+ commit=v0.6.5.1
+ subdir=app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+
+Build:0.6.6,77
+ commit=v0.6.6
+ subdir=app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+
+Build:0.6.6.1,78
+ commit=v0.6.6.1
+ subdir=app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+
+Build:0.6.7,79
+ commit=v0.6.7
+ subdir=app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+
+Build:0.6.7.1,80
+ commit=v0.6.7.1
+ subdir=app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+
+Build:0.6.7.2,81
+ commit=v0.6.7.2
+ subdir=app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+
+Build:0.6.8,82
+ commit=v0.6.8
+ subdir=app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+
+Build:0.6.9,83
+ commit=v0.6.9
+ subdir=app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+
+Build:0.6.9.1,84
+ commit=v0.6.9.1
+ subdir=app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+
+Build:0.7,85
+ commit=v0.7
+ subdir=app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+
+Build:0.7.0.1,86
+ commit=v0.7.0.1
+ subdir=app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+
+Build:0.7.0.2,87
+ commit=v0.7.0.2
+ subdir=app
+ gradle=yes
+ prebuild=$ANDROID_HOME/tools/bin/sdkmanager 'platforms;android-27'
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.5.6.1
-Current Version Code:62
+Current Version:0.7.0.2
+Current Version Code:87
diff --git a/metadata/ryey.flock.txt b/metadata/ryey.flock.txt
index 17610ffb2b..e95d0a064d 100644
--- a/metadata/ryey.flock.txt
+++ b/metadata/ryey.flock.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/renyuneyun/FLock
Issue Tracker:https://github.com/renyuneyun/FLock/issues
diff --git a/metadata/saschpe.contactevents.txt b/metadata/saschpe.contactevents.txt
index 5c160b4ded..100c846a2c 100644
--- a/metadata/saschpe.contactevents.txt
+++ b/metadata/saschpe.contactevents.txt
@@ -1,6 +1,6 @@
Categories:System
-License:GPL-3.0
-Web Site:https://play.google.com/store/apps/details?id=saschpe.contactevents
+License:GPL-3.0-only
+Web Site:https://sites.google.com/view/birthday-calendar/
Source Code:https://github.com/saschpe/BirthdayCalendar
Issue Tracker:https://github.com/saschpe/BirthdayCalendar/issues
diff --git a/metadata/saschpe.poker.txt b/metadata/saschpe.poker.txt
index a3abd942a1..42cc247d3e 100644
--- a/metadata/saschpe.poker.txt
+++ b/metadata/saschpe.poker.txt
@@ -32,5 +32,5 @@ We can still leave UCM set but have to fix VC from mobile subdir every update.
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:1.3.0
-Current Version Code:241130
+Current Version:1.3.2
+Current Version Code:241132
diff --git a/metadata/science.itaintrocket.pomfshare.txt b/metadata/science.itaintrocket.pomfshare.txt
index 44e6203e25..46fc393ba5 100644
--- a/metadata/science.itaintrocket.pomfshare.txt
+++ b/metadata/science.itaintrocket.pomfshare.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://github.com/Nyubis/Pomfshare/blob/HEAD/README.md
Source Code:https://github.com/Nyubis/Pomfshare
Issue Tracker:https://github.com/Nyubis/Pomfshare/issues
diff --git a/metadata/se.chalmers.doit.txt b/metadata/se.chalmers.doit.txt
index e999ce90d3..eb8a6eeac6 100644
--- a/metadata/se.chalmers.doit.txt
+++ b/metadata/se.chalmers.doit.txt
@@ -1,6 +1,6 @@
Disabled:Let's forget this one: alpha and probably won't get any more revisions
Categories:Writing
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/dat255-doit
Source Code:https://code.google.com/p/dat255-doit/source
Issue Tracker:
diff --git a/metadata/se.danielj.geometridestroyer.txt b/metadata/se.danielj.geometridestroyer.txt
index e7a8b39e26..3c13db900e 100644
--- a/metadata/se.danielj.geometridestroyer.txt
+++ b/metadata/se.danielj.geometridestroyer.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://danielj.se/geometri-destroyer
Source Code:https://github.com/MaTachi/geometri-destroyer
Issue Tracker:https://github.com/MaTachi/geometri-destroyer/issues
diff --git a/metadata/se.erikofsweden.findmyphone.txt b/metadata/se.erikofsweden.findmyphone.txt
index bb3acda8ab..7e56e3b41f 100644
--- a/metadata/se.erikofsweden.findmyphone.txt
+++ b/metadata/se.erikofsweden.findmyphone.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://erikofsweden.blogspot.com/p/findmyphone.html
Source Code:https://sourceforge.net/scm/?type=svn&group_id=335164
Issue Tracker:https://sourceforge.net/p/findmyphone/_list/tickets?source=navbar
diff --git a/metadata/se.johanhil.clipboard.txt b/metadata/se.johanhil.clipboard.txt
index 70690b2f32..3011b317d7 100644
--- a/metadata/se.johanhil.clipboard.txt
+++ b/metadata/se.johanhil.clipboard.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/johanhil/copy-to-clipboard
Issue Tracker:https://github.com/johanhil/copy-to-clipboard/issues
diff --git a/metadata/se.leap.bitmaskclient.txt b/metadata/se.leap.bitmaskclient.txt
index 33d1e5cec6..2323931f40 100644
--- a/metadata/se.leap.bitmaskclient.txt
+++ b/metadata/se.leap.bitmaskclient.txt
@@ -1,5 +1,5 @@
Categories:Internet,Security,Security
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://bitmask.net
Source Code:https://0xacab.org/leap/bitmask_android
Issue Tracker:https://0xacab.org/leap/bitmask_android/issues
@@ -14,6 +14,13 @@ Bitmask is an application to provide easy and secure encrypted communication.
You can choose among several different service providers or start your own.
Currently, Bitmask supports encrypted internet (VPN) with encrypted email coming
soon.
+
+Bitmask is a VPN client using OpenVPN with automatic configuration. Just enter
+your account information from any compatible service provider and away you go.
+
+By encrypting and securely routing all your network traffic through your
+Bitmask-compatible service provider, Bitmask is able to prevent many forms of
+censorship and surveillance.
.
Repo Type:git
diff --git a/metadata/se.manyver.yml b/metadata/se.manyver.yml
new file mode 100644
index 0000000000..36fbf2088f
--- /dev/null
+++ b/metadata/se.manyver.yml
@@ -0,0 +1,78 @@
+Categories:
+ - Connectivity
+License: GPL-3.0-only
+WebSite: https://manyver.se
+SourceCode: https://gitlab.com/staltz/manyverse/tree/HEAD
+IssueTracker: https://gitlab.com/staltz/manyverse/issues
+Changelog: https://gitlab.com/staltz/manyverse/blob/HEAD/CHANGELOG.md
+Donate: https://opencollective.com/manyverse
+Bitcoin: 3NNGfHL96UrjggaBVQojF1mnGnXNx1SXv7
+
+AutoName: Manyverse
+Summary: A social network off the grid
+Description: |-
+ Manyverse is a social network app using the SSB protocol (Secure Scuttlebutt)
+ where you can write posts and share with friends nearby or over the internet.
+ It's different from mainstream social networks because your data is yours, it
+ lives on your phone, not in the cloud. So there is no login, no company
+ holding your data, no ads, no tracking of your activity, it's just you and
+ your friends! The app is free and open source software, and it will always
+ remain free.
+ Features:
+ * Write posts (even when offline)
+ * Share posts to friends over the internet or nearby (in the same Wi-Fi or
+ with Bluetooth)
+ * Scroll through many conversations with friends and add your own comments
+ * Likes
+ * More features as we develop the app!
+
+RepoType: git
+Repo: https://gitlab.com/staltz/manyverse.git
+
+Builds:
+ - versionName: 0.18.10-02.beta
+ versionCode: 30
+ commit: v0.18.10-02.beta
+ subdir: android/app
+ sudo: |-
+ apt-get install -y g++ && \
+ curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.4/node-v8.11.4-linux-x64.tar.xz && \
+ echo "85ea7cbb5bf624e130585bfe3946e99c85ce5cb84c2aee474038bdbe912f908c node.tar.xz" | sha256sum -c - && \
+ tar xJf node.tar.xz && \
+ cp -a node-v8.11.4-linux-x64/. /usr/local/ && \
+ npm install -g react-native-cli
+ init: |-
+ sed -i -e '/appium/d' ../../package.json && \
+ npm install && \
+ truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
+ gradle:
+ - yes
+ srclibs:
+ - NodejsMobile@nodejs-mobile-v0.1.7
+ rm:
+ - node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
+ - node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
+ - node_modules/*/build/Release/*.node
+ - node_modules/sodium-native/prebuilds/
+ - node_modules/react-native-android-wifi/Examples/
+ scanignore:
+ - android/build.gradle
+ scandelete:
+ - node_modules
+ build: |-
+ pushd $$NodejsMobile$$ && \
+ ./tools/android_build.sh $$NDK$$ arm && \
+ popd && \
+ mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so && \
+ npm run build-android-assets
+ ndk: r17b
+
+MaintainerNotes: |-
+ scanignore is used to allow the "node_modules/react-native/android" local Maven repository which contains the prebuilt react-native library which we get from npm.
+
+ appium is removed because it fails to build on the build server due to some missing dev dependencies and we don't need it anyway.
+
+AutoUpdateMode: Version v%v
+UpdateCheckMode: Tags
+CurrentVersion: 0.18.10-02.beta
+CurrentVersionCode: 30
diff --git a/metadata/se.norenh.rkfread.txt b/metadata/se.norenh.rkfread.txt
index 98ca6924ca..aa3dce46ae 100644
--- a/metadata/se.norenh.rkfread.txt
+++ b/metadata/se.norenh.rkfread.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/norenh/RKFRead
Issue Tracker:https://github.com/norenh/RKFRead/issues
@@ -33,7 +33,12 @@ Build:1.2,3
commit=1.2
subdir=RKFRead
+Build:1.3,4
+ commit=1.3
+ subdir=RKFRead/app
+ gradle=yes
+
Auto Update Mode:Version %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/se.oandell.riksdagen.yml b/metadata/se.oandell.riksdagen.yml
new file mode 100644
index 0000000000..78eb86ff0d
--- /dev/null
+++ b/metadata/se.oandell.riksdagen.yml
@@ -0,0 +1,39 @@
+Categories:
+ - Science & Education
+License: MIT
+WebSite: https://github.com/OAndell/Riksdagskollen
+IssueTracker: https://github.com/OAndell/Riksdagskollen/issues
+Changelog: https://github.com/OAndell/Riksdagskollen/releases
+
+AutoName: Riksdagskollen
+Summary: Allow users to keep track of the Swedish parliament
+Description: |-
+ Riksdagskollen aims to make the work of Swedish parliament transparent and easily available for anyone.
+ It lets you:
+ * View new decisions made by the parlament
+ * View the results of votes
+ * Sort by party
+ * Read new questions, motions and other documents put forward by the parties
+
+RepoType: git
+Repo: https://github.com/OAndell/Riksdagskollen.git
+
+Builds:
+ - versionName: 2.3.2
+ versionCode: 9
+ commit: 2.3.2
+ subdir: app
+ gradle:
+ - yes
+
+ - versionName: '2.4'
+ versionCode: 10
+ commit: '2.4'
+ subdir: app
+ gradle:
+ - yes
+
+AutoUpdateMode: Version %v
+UpdateCheckMode: Tags
+CurrentVersion: '2.4'
+CurrentVersionCode: 10
diff --git a/metadata/se.peterbjorkman.android.trafikinfo.txt b/metadata/se.peterbjorkman.android.trafikinfo.txt
index c8cde76961..4186ed2245 100644
--- a/metadata/se.peterbjorkman.android.trafikinfo.txt
+++ b/metadata/se.peterbjorkman.android.trafikinfo.txt
@@ -1,7 +1,7 @@
Disabled:Not much good without maps and no longer developed
AntiFeatures:NonFreeDep
Categories:Navigation
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://android.trafikinfo.nu
Source Code:https://code.google.com/p/trafikinfoandroid/source
Issue Tracker:
diff --git a/metadata/se.pp.mc.android.Gerberoid.txt b/metadata/se.pp.mc.android.Gerberoid.txt
index 58024c5165..3aa53c3560 100644
--- a/metadata/se.pp.mc.android.Gerberoid.txt
+++ b/metadata/se.pp.mc.android.Gerberoid.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0+
+License:GPL-3.0-or-later
Author Name:Marcus Comstedt
Author Email:marcus@mc.pp.se
Web Site:
diff --git a/metadata/se.sandos.android.delayed.txt b/metadata/se.sandos.android.delayed.txt
index 6d6851cfe8..f4e2aa5510 100644
--- a/metadata/se.sandos.android.delayed.txt
+++ b/metadata/se.sandos.android.delayed.txt
@@ -1,6 +1,6 @@
Disabled:Not working and in beta for two years
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/android-delayed
Source Code:https://code.google.com/p/android-delayed/source
Issue Tracker:
diff --git a/metadata/se.traffar.dot_race.txt b/metadata/se.traffar.dot_race.txt
index d56ff8a22b..7d679669b9 100644
--- a/metadata/se.traffar.dot_race.txt
+++ b/metadata/se.traffar.dot_race.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://bitbucket.org/przemekr/dot-race
Source Code:https://bitbucket.org/przemekr/dot-race/src
Issue Tracker:https://bitbucket.org/przemekr/dot-race/issues
diff --git a/metadata/se.tube42.drum.android.txt b/metadata/se.tube42.drum.android.txt
index dfa5650c30..e16f2c456e 100644
--- a/metadata/se.tube42.drum.android.txt
+++ b/metadata/se.tube42.drum.android.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://github.com/tube42/drumon/blob/HEAD/README.rst
Source Code:https://github.com/tube42/drumon
Issue Tracker:https://github.com/tube42/drumon/issues
@@ -74,7 +74,22 @@ Build:0.2.4,24
submodules=yes
build=ant setup
+Build:0.2.6,26
+ commit=v0.2.6
+ submodules=yes
+ gradle=yes
+ output=android/build/outputs/apk/android-release-unsigned.apk
+ prebuild=sed -i -e 's/\"se.tube42.drumon\"/\"se.tube42.drum.android\"/' android/build.gradle
+ scanignore=android/libs
+
+Build:0.2.7,27
+ commit=v0.2.7
+ submodules=yes
+ gradle=yes
+ output=android/build/outputs/apk/android-release-unsigned.apk
+ scanignore=android/libs
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.2.4
-Current Version Code:24
+Current Version:0.2.7
+Current Version Code:27
diff --git a/metadata/se.tube42.kidsmem.android.txt b/metadata/se.tube42.kidsmem.android.txt
index 79dbbb4aba..2247bf4f0e 100644
--- a/metadata/se.tube42.kidsmem.android.txt
+++ b/metadata/se.tube42.kidsmem.android.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://github.com/tube42/candymem/blob/HEAD/README.rst
Source Code:https://github.com/tube42/candymem
Issue Tracker:https://github.com/tube42/candymem/issues
@@ -7,8 +7,8 @@ Issue Tracker:https://github.com/tube42/candymem/issues
Auto Name:Candy Memory
Summary:Match-two memory game
Description:
-Candy Memory is a causal "match two" memory game for children and adults. It was
-created during #CANDYJAM, because everybody love candy (well, maybe not some
+Candy Memory is a casual "match two" memory game for children and adults. It was
+created during #CANDYJAM, because everybody loves candy (well, maybe not some
lawyers).
.
@@ -35,6 +35,13 @@ Build:1.6.0,16
gradle=yes
scandelete=android/libs
+Build:1.7.0,17
+ commit=v1.7.0
+ subdir=android
+ submodules=yes
+ gradle=yes
+ scandelete=android/libs
+
Maintainer Notes:
libgdx.so and libgdx-freetype.so binaries are extracted from
com.badlogicgames.gdx:gdx-platform JARs that come from Maven Central.
@@ -42,5 +49,5 @@ com.badlogicgames.gdx:gdx-platform JARs that come from Maven Central.
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.6.0
-Current Version Code:16
+Current Version:1.7.0
+Current Version Code:17
diff --git a/metadata/se.tube42.p9.android.txt b/metadata/se.tube42.p9.android.txt
index 3288106e08..a38fc812b2 100644
--- a/metadata/se.tube42.p9.android.txt
+++ b/metadata/se.tube42.p9.android.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:https://github.com/tube42/9p/blob/HEAD/README.rst
Source Code:https://github.com/tube42/9p
Issue Tracker:https://github.com/tube42/9p/issues
@@ -28,7 +28,23 @@ Build:0.0.3,3
scanignore=assets/dict/en.bin
build=ant setup
+Build:0.0.7,7
+ commit=v0.0.7
+ subdir=android
+ submodules=yes
+ gradle=yes
+ rm=android/libs
+ scanignore=android/assets/dict/en.bin,android/libs
+
+Build:0.0.8,8
+ commit=v0.0.8
+ subdir=android
+ submodules=yes
+ gradle=yes
+ rm=android/libs
+ scanignore=android/assets/dict/en.bin,android/libs
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.0.3
-Current Version Code:3
+Current Version:0.0.8
+Current Version Code:8
diff --git a/metadata/seanfoy.wherering.txt b/metadata/seanfoy.wherering.txt
index ab208145ae..a41aea1ef3 100644
--- a/metadata/seanfoy.wherering.txt
+++ b/metadata/seanfoy.wherering.txt
@@ -1,5 +1,5 @@
Categories:Navigation
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/wherering
Source Code:https://code.google.com/p/wherering/source
Issue Tracker:
diff --git a/metadata/security.pEp.txt b/metadata/security.pEp.txt
new file mode 100644
index 0000000000..92b5a9cfc1
--- /dev/null
+++ b/metadata/security.pEp.txt
@@ -0,0 +1,85 @@
+Categories:Security,Internet
+License:GPL-3.0-only
+Web Site:https://www.pep.security/
+Source Code:https://download.pep.security/gitlist
+Issue Tracker:https://gitlab.com/pep.security/fdroiddata/issues
+
+Auto Name:p≡p
+Summary:Read and write encrypted e-mails
+Description:
+p≡p is a cyber security solution which protects the confidentiality and
+reliability of communications for citizens, for public offices and for
+enterprises. It provides end-to-end cryptography in all common crypto-standards
+through the app that you install on your phone.
+
+p≡p for Android makes e-mail encryption easy on mobile devices for everyone by
+automatic and seamless integration of end-to-end encryption. Set it up with your
+existing e-mail address under a minute. Send and receive as many messages as you
+want without any restrictions on the number of devices the p≡p app runs on.
+
+p≡p supports the user with advanced automation and is fully compatible with
+OpenPGP
+
+* it will automatically encrypt your e-mail and attachments, including pictures
+* it can ensure no one can intercept your perfectly encrypted e-mail
+* it is peer-to-peer and uses no central service
+* it works with all your existing e-mail account(s)
+* it can authenticate your communication partner and prevent identity theft
+* it offers security and privacy by default
+
+p≡p is end-to-end and supports all commonly used Android devices.
+
+p≡p is easy for your recipients too – depending on their security capabilities,
+they can exchange encrypted messages with you.
+
+With p≡p, you don’t need a separate account, you can send secure messages to
+anyone anywhere, regardless of their email provider.
+
+Just install the app and you can communicate in confidence with your peers.
+.
+
+Repo Type:git
+Repo:https://letsencrypt.pep-security.lu/gitlab/android/pep.git
+
+Build:1.0.101rc1.withoutKeysync,2
+ commit=v1.0.101rc1
+ subdir=k9mail
+ gradle=WithoutkeysyncPlayStore
+ srclibs=pEpJNIAdapter@6d3137dd82e7,pEpEngine@6d083c04dd77,yml2@2.5.5
+ prebuild=rm -vf src/main/res/xml/changelog_master.xml && \
+ sed -i 's:file("../pEpJNIAdapter/android"):file("../srclib/pEpJNIAdapter/android"):' ../settings.gradle && \
+ sed -i 's:YML2_PATH=.*$:YML2_PATH=../$$yml2$$:' $$pEpEngine$$/default.conf && \
+ sed -i "s:yml2proc:../$$yml2$$/yml2proc:" $$pEpJNIAdapter$$/src/Makefile && \
+ sed -i 's:env python:env python2:' $$yml2$$/yml2proc && \
+ sed -i "s:backend.includePath.extend(dirs):backend.includePath.extend(['$(realpath $$yml2$$)']):" $$yml2$$/yml2proc && \
+ sed -i 's:YML2PROC=.*$:YML2PROC=../$$yml2$$/yml2proc:;s:YML_PATH=.*$:YML_PATH=../$$yml2$$:' $$pEpEngine$$/Makefile.conf && \
+ sed -i 's:ASN1C_INCLUDE=.*$:ASN1C_INCLUDE=/usr/share/asn1c:' $$pEpEngine$$/Makefile.conf && \
+ sed -i 's:-fcompound-names:-fcompound-names -fnative-types:' $$pEpEngine$$/asn.1/Makefile
+ ndk=r14b
+
+Build:1.0.209.withoutKeysync,19
+ commit=v1.0.209
+ subdir=k9mail
+ gradle=WithoutkeysyncPlayStore
+ srclibs=pEpJNIAdapter@8973dc37e39d,pEpEngine@601cdaeef663,yml2@2.5.7
+ prebuild=rm -vf src/main/res/xml/changelog_master.xml && \
+ sed -i 's:file("../pEpJNIAdapter/android"):file("../srclib/pEpJNIAdapter/android"):' ../settings.gradle && \
+ sed -i 's:YML2_PATH=.*$:YML2_PATH=../$$yml2$$:' $$pEpEngine$$/default.conf && \
+ sed -i "s:yml2proc:../$$yml2$$/yml2proc:" $$pEpJNIAdapter$$/src/Makefile && \
+ sed -i 's:env python:env python2:' $$yml2$$/yml2proc && \
+ sed -i "s:backend.includePath.extend(dirs):backend.includePath.extend(['$(realpath $$yml2$$)']):" $$yml2$$/yml2proc && \
+ sed -i 's:YML2PROC=.*$:YML2PROC=../$$yml2$$/yml2proc:;s:YML_PATH=.*$:YML_PATH=../$$yml2$$:' $$pEpEngine$$/Makefile.conf && \
+ sed -i 's:ASN1C_INCLUDE=.*$:ASN1C_INCLUDE=/usr/share/asn1c:' $$pEpEngine$$/Makefile.conf && \
+ sed -i 's:-fcompound-names:-fcompound-names -fnative-types:' $$pEpEngine$$/asn.1/Makefile
+ ndk=r14b
+
+Maintainer Notes:
+Do not set AUM when srclibs tend to change!
+
+Auto Update Mode:Version v%v
+.
+
+Auto Update Mode:None
+Update Check Mode:Tags
+Current Version:1.0.209
+Current Version Code:19
diff --git a/metadata/sh.ftp.rocketninelabs.meditationassistant.opensource.txt b/metadata/sh.ftp.rocketninelabs.meditationassistant.opensource.txt
index a0a639e679..a67f726596 100644
--- a/metadata/sh.ftp.rocketninelabs.meditationassistant.opensource.txt
+++ b/metadata/sh.ftp.rocketninelabs.meditationassistant.opensource.txt
@@ -1,10 +1,11 @@
Categories:Time,Sports & Health
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://rocketnine.space
Source Code:https://gitlab.com/tslocum/meditationassistant
Issue Tracker:https://gitlab.com/tslocum/meditationassistant/issues
Changelog:https://gitlab.com/tslocum/meditationassistant/blob/HEAD/CHANGELOG
Donate:https://rocketnine.space/donate/
+LiberapayID:968545
Auto Name:Meditation Assistant Free
Summary:Feature packed meditation session timer and recorder
@@ -183,8 +184,40 @@ Build:1.4.7,147
prebuild=sed -i -e '/play-services/d' build.gradle && \
sed -i 's/4096m/1024m/' ../gradle.properties
+Build:1.4.9,149
+ commit=1.4.9
+ subdir=MeditationAssistant
+ gradle=opensource
+ rm=MeditationAssistantWear
+ prebuild=sed -i -e '/play-services/d' build.gradle && \
+ sed -i 's/4096m/1024m/' ../gradle.properties
+
+Build:1.5.0,150
+ commit=1.5.0
+ subdir=MeditationAssistant
+ gradle=opensource
+ rm=MeditationAssistantWear
+ prebuild=sed -i -e '/play-services/d' build.gradle && \
+ sed -i 's/4096m/1024m/' ../gradle.properties
+
+Build:1.5.1,151
+ commit=1.5.1
+ subdir=MeditationAssistant
+ gradle=opensource
+ rm=MeditationAssistantWear
+ prebuild=sed -i -e '/play-services/d' build.gradle && \
+ sed -i 's/4096m/1024m/' ../gradle.properties
+
+Build:1.5.2,152
+ commit=1.5.2
+ subdir=MeditationAssistant
+ gradle=opensource
+ rm=MeditationAssistantWear
+ prebuild=sed -i -e '/play-services/d' build.gradle && \
+ sed -i 's/4096m/1024m/' ../gradle.properties
+
Auto Update Mode:Version %v
Update Check Mode:Tags
Update Check Name:sh.ftp.rocketninelabs.meditationassistant
-Current Version:1.4.7
-Current Version Code:147
+Current Version:1.5.2
+Current Version Code:152
diff --git a/metadata/siir.es.adbWireless.txt b/metadata/siir.es.adbWireless.txt
index f6737f315d..ebf36e1309 100644
--- a/metadata/siir.es.adbWireless.txt
+++ b/metadata/siir.es.adbWireless.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/slightlywobbly/adbwireless
Issue Tracker:
diff --git a/metadata/sites.mjwhitta.scripter.txt b/metadata/sites.mjwhitta.scripter.txt
index 9359f7d529..f542b924ee 100644
--- a/metadata/sites.mjwhitta.scripter.txt
+++ b/metadata/sites.mjwhitta.scripter.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://code.launchpad.net/~mjwhitta/+junk/Scripter
Issue Tracker:https://bugs.launchpad.net/~mjwhitta
diff --git a/metadata/sk.baka.aedict.txt b/metadata/sk.baka.aedict.txt
index 4bedd1f742..e51223adde 100644
--- a/metadata/sk.baka.aedict.txt
+++ b/metadata/sk.baka.aedict.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/mvysny/aedict
Issue Tracker:https://github.com/mvysny/aedict/issues
diff --git a/metadata/sk.halmi.fbeditplus.txt b/metadata/sk.halmi.fbeditplus.txt
index 14d5110897..8f203bf702 100644
--- a/metadata/sk.halmi.fbeditplus.txt
+++ b/metadata/sk.halmi.fbeditplus.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/videogameboy76/FBEditPlus
Issue Tracker:https://github.com/videogameboy76/FBEditPlus/issues
diff --git a/metadata/sonoroxadc.garethmurfin.co.uk.txt b/metadata/sonoroxadc.garethmurfin.co.uk.txt
index 4a7f57d1f4..495a0a94e2 100644
--- a/metadata/sonoroxadc.garethmurfin.co.uk.txt
+++ b/metadata/sonoroxadc.garethmurfin.co.uk.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:http://www.radiantsilverlabs.com/gaz
Source Code:https://github.com/amiga/sonorox
Issue Tracker:https://github.com/amiga/sonorox/issues
diff --git a/metadata/sony.hidden.servicemenu.txt b/metadata/sony.hidden.servicemenu.txt
index 8d6057deb8..41a0be5278 100644
--- a/metadata/sony.hidden.servicemenu.txt
+++ b/metadata/sony.hidden.servicemenu.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:https://github.com/LeoChirkov/Service-Menu/blob/HEAD/README.md
Source Code:https://github.com/LeoChirkov/Service-Menu
Issue Tracker:https://github.com/LeoChirkov/Service-Menu/issues
diff --git a/metadata/souch.smp.txt b/metadata/souch.smp.txt
index e37788b70b..a687b912c2 100644
--- a/metadata/souch.smp.txt
+++ b/metadata/souch.smp.txt
@@ -1,8 +1,8 @@
Categories:Multimedia
-License:GPL-3.0
-Web Site:https://github.com/souch/SMP/blob/HEAD/README.md
-Source Code:https://github.com/souch/SMP
-Issue Tracker:https://github.com/souch/SMP/issues
+License:GPL-3.0-only
+Web Site:https://gitlab.com/souch/SMP/blob/HEAD/README.md
+Source Code:https://gitlab.com/souch/SMP
+Issue Tracker:https://gitlab.com/souch/SMP/issues
Donate:http://rodolphe.souchaud.free.fr/donate
Auto Name:SicMu Player
@@ -18,7 +18,7 @@ Many other features are available, see website.
.
Repo Type:git
-Repo:https://github.com/souch/SMP
+Repo:https://gitlab.com/souch/SMP.git
Build:0.2,2
commit=7e7a933845cf424da1969fa6591e80bdbe75c944
@@ -81,7 +81,17 @@ Build:1.2,14
subdir=app
gradle=yes
+Build:1.3,15
+ commit=v1.3
+ subdir=app
+ gradle=yes
+
+Build:1.4,16
+ commit=v1.4
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.2
-Current Version Code:14
+Current Version:1.4
+Current Version Code:16
diff --git a/metadata/souch.smsbypass.txt b/metadata/souch.smsbypass.txt
index 18e4f80630..8bd7c0e9b8 100644
--- a/metadata/souch.smsbypass.txt
+++ b/metadata/souch.smsbypass.txt
@@ -1,5 +1,5 @@
Categories:Phone & SMS
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/souch/SMSbypass
Source Code:https://gitlab.com/souch/SMSbypass/tree/HEAD
Issue Tracker:https://gitlab.com/souch/SMSbypass/issues
diff --git a/metadata/space.neothefox.laytray.txt b/metadata/space.neothefox.laytray.txt
new file mode 100644
index 0000000000..7f0454be83
--- /dev/null
+++ b/metadata/space.neothefox.laytray.txt
@@ -0,0 +1,48 @@
+Categories:System
+License:GPL-3.0-only
+Web Site:
+Source Code:https://gitlab.com/neothefox/LayTray
+Issue Tracker:https://gitlab.com/neothefox/LayTray/issues
+
+Auto Name:LayTray
+Summary:Layout indicator for Blackberry phones
+Description:
+This app keeps a small text icon in the notification area to let you know what
+Layout you are using. Developed for Blackberry KeyOne and possibly other QWERTY
+phones. This is based on the Toast notification that keyboard produces upon
+switching layouts.
+
+An icon can help users with short-term memory problems or vision problems
+interact with their device.
+
+YOU HAVE TO ENABLE THIS APPLICATION IN ACCESSIBILITY SETTING IN ORDER FOR IT TO
+WORK.
+.
+
+Repo Type:git
+Repo:https://gitlab.com/neothefox/LayTray
+
+Build:1.6,7
+ commit=1.6
+ subdir=app
+ gradle=yes
+
+Build:1.7,8
+ commit=1.7
+ subdir=app
+ gradle=yes
+
+Build:1.8,9
+ commit=1.8
+ subdir=app
+ gradle=yes
+
+Build:1.9,10
+ commit=1.9
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:1.9
+Current Version Code:10
diff --git a/metadata/starcom.snd.txt b/metadata/starcom.snd.txt
index 9530a5c6b7..fa6d2e9a8c 100644
--- a/metadata/starcom.snd.txt
+++ b/metadata/starcom.snd.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/Starcommander/StreamRadio/
Issue Tracker:https://github.com/Starcommander/StreamRadio/issues
diff --git a/metadata/steele.gerry.dotty.txt b/metadata/steele.gerry.dotty.txt
index 6202423f9c..46fa7e6f89 100644
--- a/metadata/steele.gerry.dotty.txt
+++ b/metadata/steele.gerry.dotty.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/easytiger/dotty
Issue Tracker:https://github.com/easytiger/dotty/issues
diff --git a/metadata/streetwalrus.usbmountr.txt b/metadata/streetwalrus.usbmountr.txt
index 73f1d49e08..48029f59ac 100644
--- a/metadata/streetwalrus.usbmountr.txt
+++ b/metadata/streetwalrus.usbmountr.txt
@@ -59,7 +59,21 @@ Build:0.5.1,6
rm=gradle
prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle
+Build:0.5.2,7
+ commit=0.5.2
+ subdir=app
+ gradle=yes
+ rm=gradle
+ prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle
+
+Build:0.6,8
+ commit=0.6
+ subdir=app
+ gradle=yes
+ rm=gradle
+ prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:0.5.1
-Current Version Code:6
+Current Version:0.6
+Current Version Code:8
diff --git a/metadata/subreddit.android.appstore.txt b/metadata/subreddit.android.appstore.txt
index bb333d4de0..adb93ec00b 100644
--- a/metadata/subreddit.android.appstore.txt
+++ b/metadata/subreddit.android.appstore.txt
@@ -1,4 +1,4 @@
-AntiFeatures:NonFreeAdd
+AntiFeatures:NonFreeAdd,NonFreeNet
Categories:System
License:Apache-2.0
Web Site:
diff --git a/metadata/swati4star.createpdf.txt b/metadata/swati4star.createpdf.txt
index 241b589dc6..e38cd9c4dc 100644
--- a/metadata/swati4star.createpdf.txt
+++ b/metadata/swati4star.createpdf.txt
@@ -1,14 +1,32 @@
Categories:Multimedia
-License:GPL-3.0+
-Web Site:https://github.com/Swati4star/Images-to-PDF/blob/HEAD/README.md
+License:GPL-3.0-or-later
+Web Site:https://swati4star.github.io/Images-to-PDF
Source Code:https://github.com/Swati4star/Images-to-PDF
Issue Tracker:https://github.com/Swati4star/Images-to-PDF/issues
Changelog:https://github.com/Swati4star/Images-to-PDF/releases
-Auto Name:PDF Creator
+Auto Name:PDF Converter
Summary:Create PDF files
Description:
Convert images to PDF file.
+
+* No internet connection required ( ⭐)
+* Smooth and easy to use interface
+* Takes up only a few seconds
+* Select images from camera/gallery
+* Image enhancement features
+* Crop images before creating a PDF
+* View PDF files
+* Delete PDF files
+* Share the created PDFs with your friends
+* Easily manage the PDFs created by our app
+
+Supported input types:
+
+* JPG
+* PNG
+
+...and other image formats!
.
Repo Type:git
@@ -20,7 +38,24 @@ Build:1.0,1
gradle=yes
prebuild=sed -i -e '/mavenCentral/ajcenter()' -e 's@http://repo.commonsware.com.s3.amazonaws.com@https://s3.amazonaws.com/repo.commonsware.com@g' build.gradle
-Auto Update Mode:None
+Build:2.5,8
+ commit=2.5
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's|http://repo.commonsware.com.s3.amazonaws.com|https://s3.amazonaws.com/repo.commonsware.com|g' build.gradle
+
+Build:8.0.0,53
+ commit=8.0.0
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e 's|http://repo.commonsware.com.s3.amazonaws.com|https://s3.amazonaws.com/repo.commonsware.com|g' build.gradle
+
+Build:8.3.3,60
+ commit=8.3.3
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.0
-Current Version Code:1
+Current Version:8.3.3
+Current Version Code:60
diff --git a/metadata/systems.byteswap.aiproute.txt b/metadata/systems.byteswap.aiproute.txt
index 1077deedb6..6bede970cd 100644
--- a/metadata/systems.byteswap.aiproute.txt
+++ b/metadata/systems.byteswap.aiproute.txt
@@ -1,5 +1,5 @@
Categories:System,Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/benjaminaigner/aiproute
Issue Tracker:https://github.com/benjaminaigner/aiproute/issues
@@ -15,6 +15,8 @@ the correct Wifi network. If it is set, the routes are applied during the
Android boot.
.
+Requires Root:yes
+
Repo Type:git
Repo:https://github.com/benjaminaigner/aiproute
diff --git a/metadata/taco.apkmirror.yml b/metadata/taco.apkmirror.yml
new file mode 100644
index 0000000000..f43aa625c9
--- /dev/null
+++ b/metadata/taco.apkmirror.yml
@@ -0,0 +1,47 @@
+AntiFeatures:
+ - NonFreeNet
+Categories:
+ - Internet
+ - System
+License: GPL-2.0-or-later
+WebSite: https://gitlab.com/TacoTheDank/APKMirror
+SourceCode: https://gitlab.com/TacoTheDank/APKMirror
+IssueTracker: https://gitlab.com/TacoTheDank/APKMirror/issues
+
+AutoName: APKMirror
+Summary: An unofficial APKMirror client/web app
+Description: |-
+ An app to browse APKMirror from a device from an app that browses APKMirror
+ and only APKMirror as APKMirror only has apks (which are only used for
+ Android devices), and is the sole purpose of this app existing (because who
+ uses browsers amirite), so it only browses APKMirror, as an app.
+
+ Features
+
+ * Quick loading (for the most part)
+ * Choose any download manager
+ * Clean material design (I think)
+ * Small-ish APK size
+
+ Things that constitute as Anti-Features
+
+ * The app itself does NOT contain any ads whatsoever. However, as anyone who has visited the APKMirror site probably knows, they do display ads. As this app utilizes WebView, the site's ads will also end up being displayed in the app.
+
+RepoType: git
+Repo: https://gitlab.com/TacoTheDank/APKMirror
+
+Builds:
+ - versionName: 1.0.4
+ versionCode: 5
+ commit: 1.0.4
+ subdir: app
+ gradle:
+ - yes
+ output: build/outputs/apk/fdroid/release/app-fdroid-release-unsigned.apk
+ prebuild: |-
+ sed -i -e 's/4\.10\-rc\-2/4\.9/' ../gradle/wrapper/gradle-wrapper.properties
+
+AutoUpdateMode: Version %v
+UpdateCheckMode: Tags
+CurrentVersion: 1.0.4
+CurrentVersionCode: 5
diff --git a/metadata/teaonly.droideye.txt b/metadata/teaonly.droideye.txt
index e39bdf417a..ff548c4b8a 100644
--- a/metadata/teaonly.droideye.txt
+++ b/metadata/teaonly.droideye.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Multimedia
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/Teaonly/android-eye
Issue Tracker:https://github.com/Teaonly/android-eye/issues
diff --git a/metadata/telegra.ph.txt b/metadata/telegra.ph.txt
index c80d110e97..9ce7d6dd43 100644
--- a/metadata/telegra.ph.txt
+++ b/metadata/telegra.ph.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:http://telegra.ph/
Source Code:https://github.com/jlelse/teleposter
Issue Tracker:https://github.com/jlelse/teleposter/issues
@@ -19,7 +19,17 @@ Build:1.1.1,7
subdir=app
gradle=yes
-Auto Update Mode:None
+Build:1.5,13
+ commit=1.5
+ subdir=app
+ gradle=yes
+
+Build:1.5.1,14
+ commit=1.5.1
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:1.5
-Current Version Code:13
+Current Version:1.5.1
+Current Version Code:14
diff --git a/metadata/tf.nox.wifisetup.txt b/metadata/tf.nox.wifisetup.txt
index bf018fcfcc..d22e38c9b7 100644
--- a/metadata/tf.nox.wifisetup.txt
+++ b/metadata/tf.nox.wifisetup.txt
@@ -4,7 +4,7 @@ Web Site:
Source Code:https://github.com/eqvinox/wifisetup
Issue Tracker:
-Auto Name:33c3 Wifi Setup
+Auto Name:34C3 Wifi Setup
Summary:Create secure Wifi connection entry for 33c3
Description:
Official NOC application for connecting to the 33c3 WiFi. This is a secure
diff --git a/metadata/theakki.synctool.txt b/metadata/theakki.synctool.txt
new file mode 100644
index 0000000000..310a630324
--- /dev/null
+++ b/metadata/theakki.synctool.txt
@@ -0,0 +1,54 @@
+Categories:System,Connectivity
+License:LGPL-3.0-or-later
+Web Site:https://github.com/TheAkki/Synctool
+Source Code:https://github.com/TheAkki/Synctool
+Issue Tracker:https://github.com/TheAkki/Synctool/issues
+
+Auto Name:SyncTool
+Summary:Synchronize data between a smartphone and a server
+Description:
+Synctool can synchronize data between an Android smartphone and a server with
+FTP and ownCloud.
+
+'''Features'''
+
+''Targets''
+
+* Local Files
+* Owncloud
+* FTP
+
+''Directions''
+
+* From A to B
+* From B to A
+* Both Directories
+
+''Strategies''
+
+* Copy new files
+* Mirror
+* Copy new files in a folder with actual data
+* Copy all files in a folder with actual data
+* Move File
+* Move in a folder with actual data
+* One side wins
+* Date check
+
+''Trigger''
+
+* Trigger daily on selected time
+.
+
+Repo Type:git
+Repo:https://github.com/TheAkki/Synctool.git
+
+Build:0.1,100
+ commit=v0.1
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version v%v
+Update Check Mode:Tags
+Current Version:0.1
+Current Version Code:100
diff --git a/metadata/theredspy15.ltecleanerfoss.txt b/metadata/theredspy15.ltecleanerfoss.txt
new file mode 100644
index 0000000000..84c6094b15
--- /dev/null
+++ b/metadata/theredspy15.ltecleanerfoss.txt
@@ -0,0 +1,57 @@
+Categories:System
+License:Apache-2.0
+Author Name:TheRedSpy15
+Web Site:
+Source Code:https://github.com/TheRedSpy15/LTECleanerFOSS
+Issue Tracker:https://github.com/TheRedSpy15/LTECleanerFOSS/issues
+Changelog:https://github.com/TheRedSpy15/LTECleanerFOSS/releases
+
+Auto Name:LTE Cleaner (FOSS)
+Summary:System cleaner
+Description:
+Tired of the abundance of phone cleaners on the play store? Tired of them being
+extremely shady? Tired of them doing nothing? Tired of ads? Tired of having to
+pay? Me too.
+
+Android API 23+ (Marshmallow) no longer allows apps to clean other app's caches,
+thus the claim of cleaners clearing them is completely false.
+
+The only thing they can clean: log files, temporary files, and empty folders.
+All three ''LTE Cleaner'' wipes.
+
+''LTE Cleaner'' is %100 free, open source, ad free, and deletes everything it
+claims too.
+.
+
+Repo Type:git
+Repo:https://github.com/TheRedSpy15/LTECleanerFOSS.git
+
+Build:2.0,7
+ commit=2.0
+ subdir=app
+ gradle=yes
+
+Build:2.3,10
+ commit=2.3
+ subdir=app
+ gradle=yes
+
+Build:2.9.6,14
+ commit=2.9.6
+ subdir=app
+ gradle=yes
+
+Build:3.0.0-beta,16
+ commit=3.0.0-beta
+ subdir=app
+ gradle=yes
+
+Build:3.1.0,18
+ commit=3.1.0
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:3.1.0
+Current Version Code:18
diff --git a/metadata/tk.al54.dev.badpixels.txt b/metadata/tk.al54.dev.badpixels.txt
index b16e5a156d..ec5ff4dd3c 100644
--- a/metadata/tk.al54.dev.badpixels.txt
+++ b/metadata/tk.al54.dev.badpixels.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/SibDev/BadPixels
Issue Tracker:https://github.com/SibDev/BadPixels/issues
diff --git a/metadata/tk.elevenk.dailybread.txt b/metadata/tk.elevenk.dailybread.txt
index 67b4badb32..72b6142af2 100644
--- a/metadata/tk.elevenk.dailybread.txt
+++ b/metadata/tk.elevenk.dailybread.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:
Source Code:
Issue Tracker:
@@ -39,5 +39,5 @@ Replace epublib with recent srclib version!
Auto Update Mode:None
Update Check Mode:None
-Current Version:0.2
-Current Version Code:5
+Current Version:0
+Current Version Code:0
diff --git a/metadata/tk.giesecke.phoenix.txt b/metadata/tk.giesecke.phoenix.txt
index aebce9fbac..20fa2bf06e 100644
--- a/metadata/tk.giesecke.phoenix.txt
+++ b/metadata/tk.giesecke.phoenix.txt
@@ -1,5 +1,5 @@
Categories:System,Development
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:
Source Code:https://github.com/beegee-tokyo/phoenix
Issue Tracker:https://github.com/beegee-tokyo/phoenix/issues
diff --git a/metadata/tk.jordynsmediagroup.simpleirc.fdroid.txt b/metadata/tk.jordynsmediagroup.simpleirc.fdroid.txt
index 2dbd224a40..cb7e3f2490 100644
--- a/metadata/tk.jordynsmediagroup.simpleirc.fdroid.txt
+++ b/metadata/tk.jordynsmediagroup.simpleirc.fdroid.txt
@@ -1,8 +1,8 @@
Categories:Internet
-License:GPL-3.0
-Web Site:https://github.com/jcjordyn130/simpleirc/blob/HEAD/README.md
-Source Code:https://github.com/jcjordyn130/simpleirc
-Issue Tracker:https://github.com/jcjordyn130/simpleirc/issues
+License:GPL-3.0-only
+Web Site:https://github.com/thelinuxgeekcommunity/simpleirc/blob/HEAD/README.md
+Source Code:https://github.com/thelinuxgeekcommunity/simpleirc
+Issue Tracker:https://github.com/thelinuxgeekcommunity/simpleirc/issues
Auto Name:Simple IRC
Summary:Connect to an IRC server
@@ -27,7 +27,7 @@ Supports the following features:
.
Repo Type:git
-Repo:https://github.com/jcjordyn130/simpleirc
+Repo:https://github.com/thelinuxgeekcommunity/simpleirc
Build:1.3,13
commit=48e15e2617a97a2fb3068735d853737588c506a7
diff --git a/metadata/tk.radioactivemineral.metronome.txt b/metadata/tk.radioactivemineral.metronome.txt
index fdfd99c67e..b92d4bb32a 100644
--- a/metadata/tk.radioactivemineral.metronome.txt
+++ b/metadata/tk.radioactivemineral.metronome.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/waelk10/Metronome
Issue Tracker:https://github.com/waelk10/Metronome/issues
@@ -8,6 +8,13 @@ Auto Name:Metronome
Summary:Use your smartphone as a metronome
Description:
Simple metronome app for musicians.
+
+This program was born out of my frustration to find a simple, elegant and useful
+metronome app, so my solution was simple: make what I want!
+
+In addition to being a simple BPM-based metronome, the program offers the
+ability to manually tap in a tempo and it also offers the option to save and
+restore presets.
.
Repo Type:git
diff --git a/metadata/tkj.android.homecontrol.mythmote.txt b/metadata/tkj.android.homecontrol.mythmote.txt
index d3884f629b..daf9413a84 100644
--- a/metadata/tkj.android.homecontrol.mythmote.txt
+++ b/metadata/tkj.android.homecontrol.mythmote.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/pot8oe/mythmote
Issue Tracker:https://github.com/pot8oe/mythmote/issues
@@ -8,6 +8,21 @@ Auto Name:mythmote
Summary:Remote control for MythTV
Description:
A network remote control for MythTV.
+
+''MythMote'' controls MythTV frontends. Control is obtained through the
+frontend's raw text-based TCP socket interface.
+
+'''NOTE:''' You MUST have a functional MythTV setup and mythfrontend network
+remote control enabled.
+
+'''Features:'''
+
+* Manage multiple frontends
+* Basic navigation and media control
+* Keyboard input passthrough to frontend
+* Wake-On-LAN
+* Customizable Keybindings
+* Supports small and large screen devices
.
Repo Type:git
diff --git a/metadata/tmendes.com.analyticalbalancedroid.txt b/metadata/tmendes.com.analyticalbalancedroid.txt
index 4ddee0f307..01b1c15114 100644
--- a/metadata/tmendes.com.analyticalbalancedroid.txt
+++ b/metadata/tmendes.com.analyticalbalancedroid.txt
@@ -1,5 +1,5 @@
Categories:Money,Sports & Health
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://gitlab.com/tmendes/FoodScaleDroid/blob/HEAD/README.md
Source Code:https://gitlab.com/tmendes/FoodScaleDroid
Issue Tracker:https://gitlab.com/tmendes/FoodScaleDroid/issues
diff --git a/metadata/tmendes.com.waterydroid.txt b/metadata/tmendes.com.waterydroid.txt
new file mode 100644
index 0000000000..dcfaf97531
--- /dev/null
+++ b/metadata/tmendes.com.waterydroid.txt
@@ -0,0 +1,20 @@
+Categories:Sports & Health
+License:GPL-3.0-only
+Web Site:https://tmendes.gitlab.io/waterydroid/
+Source Code:https://gitlab.com/tmendes/waterydroid
+Issue Tracker:https://gitlab.com/tmendes/waterydroid/issues
+
+Auto Name:WateryDroid
+
+Repo Type:git
+Repo:https://gitlab.com/tmendes/waterydroid.git
+
+Build:1.0,1
+ commit=1.0
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:1.0
+Current Version Code:1
diff --git a/metadata/to.doc.android.ipv6config.txt b/metadata/to.doc.android.ipv6config.txt
index ea28521d28..6f1807cc80 100644
--- a/metadata/to.doc.android.ipv6config.txt
+++ b/metadata/to.doc.android.ipv6config.txt
@@ -1,5 +1,5 @@
Categories:Development
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:http://www.mayrhofer.eu.org/android-ipv6config
Source Code:https://gitorious.org/android-ipv6config/android-ipv6config
Issue Tracker:
diff --git a/metadata/tomer.com.alwaysonamoledplugin.txt b/metadata/tomer.com.alwaysonamoledplugin.txt
index 94b92679a8..c2a623f9cd 100644
--- a/metadata/tomer.com.alwaysonamoledplugin.txt
+++ b/metadata/tomer.com.alwaysonamoledplugin.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Author Email:tomer@tomerrosenfeld.com
Web Site:
Source Code:https://github.com/rosenpin/AlwaysOnAmoledPlugin
diff --git a/metadata/tranquvis.simplesmsremote.txt b/metadata/tranquvis.simplesmsremote.txt
index 18bc31d5e6..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.1
-Current Version Code:121
+Current Version:1.3.0
+Current Version Code:130
diff --git a/metadata/trikita.obsqr.txt b/metadata/trikita.obsqr.txt
index bc9deb010a..0f997b542b 100644
--- a/metadata/trikita.obsqr.txt
+++ b/metadata/trikita.obsqr.txt
@@ -11,6 +11,18 @@ Fast and simple QR code scanner that uses the zbar library. Minimalistic design
allows you to access QR content with a single tap.
'''N.B''' QR codes only, not other kinds of barcodes.
+
+QR types that can be decoded by Obsqr:
+
+* URLs
+* phone numbers
+* SMS
+* geolocations
+* emails
+* contact information
+* applications on Play Store
+* WiFi configuration
+* plain text
.
Repo Type:git
diff --git a/metadata/trikita.slide.txt b/metadata/trikita.slide.txt
index 2baeb726ee..b0ffb67e1f 100644
--- a/metadata/trikita.slide.txt
+++ b/metadata/trikita.slide.txt
@@ -11,6 +11,16 @@ Unlike a typical presentation, only a few words are printed on each slide using
very large characters. To make up for this, a presenter will use many more
slides than in a traditional presentation, each slide being shown for a much
shorter duration.
+
+The slides use plain text in a visual manner, to help the audience quickly read
+and understand the material. It's said to be helpful with Japanese and other
+eastern languages which use non-Latin alphabets.
+
+The method is designed for the people who are not good at presentations and who
+are quite nervous about the idea of presenting. This method helps the presenter
+to get organized during the talk and keeps the presenter on track while
+presenting. The method provides clear visual support for the audience and helps
+make the content more memorable.
.
Repo Type:git
diff --git a/metadata/tritop.android.SLWTrafficMeterWidget.txt b/metadata/tritop.android.SLWTrafficMeterWidget.txt
index 52548f4219..222e8e1547 100644
--- a/metadata/tritop.android.SLWTrafficMeterWidget.txt
+++ b/metadata/tritop.android.SLWTrafficMeterWidget.txt
@@ -1,5 +1,5 @@
Categories:Theming
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/slw-battery-widget
Source Code:https://code.google.com/p/slw-battery-widget/source
Issue Tracker:
diff --git a/metadata/tritop.android.androsens.txt b/metadata/tritop.android.androsens.txt
index 5425092597..7001607e48 100644
--- a/metadata/tritop.android.androsens.txt
+++ b/metadata/tritop.android.androsens.txt
@@ -1,6 +1,6 @@
Disabled:Superseeded by com.tritop.androsense2 from the same upstream
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/androsens
Source Code:https://code.google.com/p/androsens/source
Issue Tracker:
diff --git a/metadata/tritop.androidSLWCpuWidget.txt b/metadata/tritop.androidSLWCpuWidget.txt
index 35be9f56ee..568e484590 100644
--- a/metadata/tritop.androidSLWCpuWidget.txt
+++ b/metadata/tritop.androidSLWCpuWidget.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/slw-battery-widget
Source Code:https://code.google.com/p/slw-battery-widget/source
Issue Tracker:
diff --git a/metadata/tuioDroid.impl.txt b/metadata/tuioDroid.impl.txt
index 89868880d4..95cf513632 100644
--- a/metadata/tuioDroid.impl.txt
+++ b/metadata/tuioDroid.impl.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/TobiasSchwirten/tuiodroid
Issue Tracker:https://github.com/TobiasSchwirten/tuiodroid/issues
diff --git a/metadata/tum.betriebsysteme.kostadinov.txt b/metadata/tum.betriebsysteme.kostadinov.txt
index 6c2b8625b7..4701c5e2d9 100644
--- a/metadata/tum.betriebsysteme.kostadinov.txt
+++ b/metadata/tum.betriebsysteme.kostadinov.txt
@@ -1,5 +1,5 @@
Categories:Connectivity
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/android-bluetooth-touchpad
Source Code:https://code.google.com/p/android-bluetooth-touchpad/source
Issue Tracker:
diff --git a/metadata/tv.piratemedia.lightcontroler.txt b/metadata/tv.piratemedia.lightcontroler.txt
index 3a3f489e13..23c387bb9b 100644
--- a/metadata/tv.piratemedia.lightcontroler.txt
+++ b/metadata/tv.piratemedia.lightcontroler.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Multimedia
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/eliotstocker/Light-Controller/blob/HEAD/README.md
Source Code:https://github.com/eliotstocker/Light-Controller
Issue Tracker:https://github.com/eliotstocker/Light-Controller/issues
diff --git a/metadata/tw.idv.palatis.danboorugallery.txt b/metadata/tw.idv.palatis.danboorugallery.txt
index 1a2c8889fe..31351a830c 100644
--- a/metadata/tw.idv.palatis.danboorugallery.txt
+++ b/metadata/tw.idv.palatis.danboorugallery.txt
@@ -1,5 +1,5 @@
Categories:Multimedia
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/Palatis/danbooru-gallery-android
Issue Tracker:https://github.com/Palatis/danbooru-gallery-android/issues
diff --git a/metadata/tyagi.shubham.customsearch.txt b/metadata/tyagi.shubham.customsearch.txt
new file mode 100644
index 0000000000..0bb66aa99d
--- /dev/null
+++ b/metadata/tyagi.shubham.customsearch.txt
@@ -0,0 +1,26 @@
+AntiFeatures:NonFreeNet
+Categories:Internet
+License:MIT
+Web Site:
+Source Code:https://github.com/SubhamTyagi/dork-explore
+Issue Tracker:https://github.com/SubhamTyagi/dork-explore/issues
+
+Auto Name:Custom Search
+Summary:A Simple Query Search on Google using Dorking
+Description:
+This app uses a simple Google dorking to search on Google for exact result of
+search.
+.
+
+Repo Type:git
+Repo:https://github.com/SubhamTyagi/dork-explore.git
+
+Build:0.1,1
+ commit=0.1
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:0.1
+Current Version Code:1
diff --git a/metadata/uk.ac.ed.inf.mandelbrotmaps.txt b/metadata/uk.ac.ed.inf.mandelbrotmaps.txt
index 554a1cee72..00f3d124c7 100644
--- a/metadata/uk.ac.ed.inf.mandelbrotmaps.txt
+++ b/metadata/uk.ac.ed.inf.mandelbrotmaps.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://github.com/withad/Mandelbrot-Maps-on-Android
Issue Tracker:https://github.com/withad/Mandelbrot-Maps-on-Android/issues
diff --git a/metadata/uk.co.bitethebullet.android.token.txt b/metadata/uk.co.bitethebullet.android.token.txt
index 3e3fc143bb..e0d1fd4632 100644
--- a/metadata/uk.co.bitethebullet.android.token.txt
+++ b/metadata/uk.co.bitethebullet.android.token.txt
@@ -1,5 +1,5 @@
Categories:System
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/markmcavoy/androidtoken/blob/HEAD/README.md
Source Code:https://github.com/markmcavoy/androidtoken
Issue Tracker:https://github.com/markmcavoy/androidtoken/issues
diff --git a/metadata/uk.co.busydoingnothing.catverbs.txt b/metadata/uk.co.busydoingnothing.catverbs.txt
index 9062d339b7..e01e7b2c6d 100644
--- a/metadata/uk.co.busydoingnothing.catverbs.txt
+++ b/metadata/uk.co.busydoingnothing.catverbs.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:GPL-2.0
+License:GPL-2.0-only
Author Name:Neil Roberts
Web Site:
Source Code:https://github.com/bpeel/catverbs
diff --git a/metadata/uk.co.busydoingnothing.prevo.txt b/metadata/uk.co.busydoingnothing.prevo.txt
index 1c934f8e8b..8fd3aac144 100644
--- a/metadata/uk.co.busydoingnothing.prevo.txt
+++ b/metadata/uk.co.busydoingnothing.prevo.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-2.0
+License:GPL-2.0-only
Author Name:Neil Roberts
Web Site:http://www.busydoingnothing.co.uk/prevo
Source Code:https://github.com/bpeel/prevo
diff --git a/metadata/uk.co.keepawayfromfire.screens.txt b/metadata/uk.co.keepawayfromfire.screens.txt
index 54c50bfa53..e21cce22af 100644
--- a/metadata/uk.co.keepawayfromfire.screens.txt
+++ b/metadata/uk.co.keepawayfromfire.screens.txt
@@ -10,6 +10,15 @@ Summary:Multi Window Manager
Description:
Automatically enter split screen mode from launcher shortcuts and Quick Settings
tiles.
+
+Screens allows you to quickly enter splitscreen mode with pre selected apps. It
+creates shortcuts that can be used from any launcher. This might be good for
+productivity or having SeriesGuide and Kore at the same time.
+
+This app uses Accessibility services. Accessibility services are required to
+enable Multi window automatically, if you don't want to provide this open source
+app with the permission you will need to manually hold the recents button when
+prompted.
.
Repo Type:git
diff --git a/metadata/uk.co.turtle-player.txt b/metadata/uk.co.turtle-player.txt
deleted file mode 100644
index c9eb13b836..0000000000
--- a/metadata/uk.co.turtle-player.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-Disabled:three package names, which one to use?
-Categories:Multimedia
-License:MIT
-Web Site:http://www.turtle-player.co.uk
-Source Code:https://github.com/eddturtle/TurtlePlayer
-Issue Tracker:https://github.com/eddturtle/TurtlePlayer/issues
-
-Auto Name:TurtlePlayer
-Summary:Music Player
-Description:
-Fully fledged music player.
-.
-
-Repo Type:git
-Repo:https://github.com/eddturtle/TurtlePlayer
-
-Auto Update Mode:None
-Update Check Mode:None
diff --git a/metadata/uk.co.yahoo.p1rpp.calendartrigger.txt b/metadata/uk.co.yahoo.p1rpp.calendartrigger.txt
index 6d70535fdd..5cfee4d0e0 100644
--- a/metadata/uk.co.yahoo.p1rpp.calendartrigger.txt
+++ b/metadata/uk.co.yahoo.p1rpp.calendartrigger.txt
@@ -1,5 +1,5 @@
Categories:Time,System
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/rparkins999/CalendarTrigger
Issue Tracker:https://github.com/rparkins999/CalendarTrigger/issues
@@ -26,7 +26,19 @@ Build:1.2.0,4
subdir=app
gradle=yes
-Auto Update Mode:None
+Build:2.0,6
+ commit=v2.0
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/keystoreProperties/d' build.gradle
+
+Build:2.2,7
+ commit=v2.2
+ subdir=app
+ gradle=yes
+ prebuild=sed -i -e '/keystoreProperties/d' build.gradle
+
+Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:2.0
-Current Version Code:6
+Current Version:2.2
+Current Version Code:7
diff --git a/metadata/uk.org.boddie.android.weatherforecast.txt b/metadata/uk.org.boddie.android.weatherforecast.txt
new file mode 100644
index 0000000000..d5b4ba7306
--- /dev/null
+++ b/metadata/uk.org.boddie.android.weatherforecast.txt
@@ -0,0 +1,25 @@
+Categories:Internet
+License:GPL-3.0-or-later
+Web Site:
+Source Code:https://bitbucket.org/dboddie/weather-forecast-android
+Issue Tracker:
+
+Summary:View weather forecasts from yr.no
+Description:
+This application downloads and displays weather forecasts from the yr.no
+service.
+.
+
+Repo Type:hg
+Repo:https://bitbucket.org/dboddie/weather-forecast-android
+
+Build:1.0.2,102
+ commit=1.0.2
+ output=output.apk
+ srclibs=duck@1.0.2
+ build=PYTHONPATH=$$duck$$ ./build.py output.apk
+
+Auto Update Mode:None
+Update Check Mode:None
+Current Version:1.0.2
+Current Version Code:102
diff --git a/metadata/uk.org.cardboardbox.wonderdroid.txt b/metadata/uk.org.cardboardbox.wonderdroid.txt
index b014ed8f3b..01b90c8568 100644
--- a/metadata/uk.org.cardboardbox.wonderdroid.txt
+++ b/metadata/uk.org.cardboardbox.wonderdroid.txt
@@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://code.google.com/p/wonderdroid
Source Code:https://code.google.com/p/wonderdroid/source
Issue Tracker:
diff --git a/metadata/universe.constellation.orion.viewer.txt b/metadata/universe.constellation.orion.viewer.txt
index 08b86bea24..a10599b290 100644
--- a/metadata/universe.constellation.orion.viewer.txt
+++ b/metadata/universe.constellation.orion.viewer.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://sourceforge.net/projects/orion-viewer
Source Code:https://sourceforge.net/p/orion-viewer/code
Issue Tracker:https://sourceforge.net/p/orion-viewer/tickets
diff --git a/metadata/urbanstew.RehearsalAssistant.txt b/metadata/urbanstew.RehearsalAssistant.txt
index 9ba13fc487..cc38d35033 100644
--- a/metadata/urbanstew.RehearsalAssistant.txt
+++ b/metadata/urbanstew.RehearsalAssistant.txt
@@ -1,7 +1,7 @@
Categories:Multimedia
-License:GPL-2.0
-Web Site:http://urbanstew.org/rehearsalassistant
-Source Code:https://sourceforge.net/projects/rehearsalassist/code
+License:GPL-2.0-only
+Web Site:
+Source Code:https://sourceforge.net/p/rehearsalassist/code/HEAD/tree/
Issue Tracker:https://sourceforge.net/p/rehearsalassist/_list/tickets
Donate:https://sourceforge.net/p/rehearsalassist/donate
@@ -25,7 +25,7 @@ Also works great for shopping lists and other kinds of reminders.
.
Repo Type:git-svn
-Repo:https://svn.code.sf.net/p/rehearsalassist/code/android/trunk
+Repo:https://svn.code.sf.net/p/rehearsalassist/code/
Build:0.8.2,22
commit=90
@@ -41,5 +41,5 @@ Build:0.9,26
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:0.9
-Current Version Code:26
+Current Version:0.9.1
+Current Version Code:27
diff --git a/metadata/us.achromaticmetaphor.imcktg.txt b/metadata/us.achromaticmetaphor.imcktg.txt
index b828aac59b..fd94738e21 100644
--- a/metadata/us.achromaticmetaphor.imcktg.txt
+++ b/metadata/us.achromaticmetaphor.imcktg.txt
@@ -19,7 +19,11 @@ Build:0.4,10
Build:0.5,11
commit=v0.5
+Build:0.5.1,12
+ commit=v0.5.1
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:0.5
-Current Version Code:11
+Current Version:0.5.1
+Current Version Code:12
diff --git a/metadata/us.bravender.android.dongsa.txt b/metadata/us.bravender.android.dongsa.txt
index 701709603d..c2954da70a 100644
--- a/metadata/us.bravender.android.dongsa.txt
+++ b/metadata/us.bravender.android.dongsa.txt
@@ -1,5 +1,5 @@
Categories:Science & Education
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:http://dongsa.net
Source Code:https://github.com/dbravender/korean_conjugation
Issue Tracker:https://github.com/dbravender/korean_conjugation/issues
diff --git a/metadata/us.koller.cameraroll.txt b/metadata/us.koller.cameraroll.txt
index 6a0704fa3a..d1b66e16aa 100644
--- a/metadata/us.koller.cameraroll.txt
+++ b/metadata/us.koller.cameraroll.txt
@@ -50,7 +50,12 @@ Build:v1.0.5,35
subdir=app
gradle=yes
+Build:v1.0.6,36
+ commit=36-v1.0.6
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %c-%v
Update Check Mode:Tags ^[0-9]+-v[0-9.]+$
-Current Version:v1.0.5
-Current Version Code:35
+Current Version:v1.0.6
+Current Version Code:36
diff --git a/metadata/us.shandian.blacklight.txt b/metadata/us.shandian.blacklight.txt
index 25c88bffc8..4229c6578e 100644
--- a/metadata/us.shandian.blacklight.txt
+++ b/metadata/us.shandian.blacklight.txt
@@ -1,7 +1,7 @@
Disabled:Not buildable
AntiFeatures:NonFreeNet
Categories:Internet
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/PaperAirplane-Dev-Team/BlackLight/blob/HEAD/README.md
Source Code:https://github.com/PaperAirplane-Dev-Team/BlackLight
Issue Tracker:https://github.com/PaperAirplane-Dev-Team/BlackLight/issues
diff --git a/metadata/us.shandian.giga.txt b/metadata/us.shandian.giga.txt
index 26e352092d..167aa7d77a 100644
--- a/metadata/us.shandian.giga.txt
+++ b/metadata/us.shandian.giga.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-3.0+
+License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/PaperAirplane-Dev-Team/GigaGet
Issue Tracker:https://github.com/PaperAirplane-Dev-Team/GigaGet/issues
diff --git a/metadata/vocabletrainer.heinecke.aron.vocabletrainer.txt b/metadata/vocabletrainer.heinecke.aron.vocabletrainer.txt
index 48479d8394..3de9f3db43 100644
--- a/metadata/vocabletrainer.heinecke.aron.vocabletrainer.txt
+++ b/metadata/vocabletrainer.heinecke.aron.vocabletrainer.txt
@@ -5,12 +5,6 @@ Source Code:https://github.com/0xpr03/VocableTrainer-Android
Issue Tracker:https://github.com/0xpr03/VocableTrainer-Android/issues
Auto Name:VocableTrainer Beta
-Summary:Learn vocables of foreign languages
-Description:
-Based on a Java [https://github.com/0xpr03/VocableTrainer VocableTrainer], this
-allows you to create multiple lists and start a training session over a subset
-of these.
-.
Repo Type:git
Repo:https://github.com/0xpr03/VocableTrainer-Android
@@ -87,7 +81,22 @@ Build:0.5.3,14
subdir=app
gradle=yes
+Build:0.6,15
+ commit=0.6
+ subdir=app
+ gradle=yes
+
+Build:0.6.1,16
+ commit=0.6.1
+ subdir=app
+ gradle=yes
+
+Build:0.6.2,17
+ commit=0.6.2
+ subdir=app
+ gradle=yes
+
Auto Update Mode:Version %v
Update Check Mode:Tags
-Current Version:0.5.3
-Current Version Code:14
+Current Version:0.6.2
+Current Version Code:17
diff --git a/metadata/vu.de.urpool.quickdroid.txt b/metadata/vu.de.urpool.quickdroid.txt
index da7892015f..c5cfb6c8e8 100644
--- a/metadata/vu.de.urpool.quickdroid.txt
+++ b/metadata/vu.de.urpool.quickdroid.txt
@@ -11,6 +11,14 @@ Quickly search, find and launch apps, contacts, bookmarks, artists, albums and
songs. There is also a plugin interface which enables you to extend it by other
search categories. Similar to Quicksilver, Launchy and GNOME Do for other
systems.
+
+'''Key Features:'''
+
+* Quickly search, find and launch apps, contacts, bookmarks, artists, albums and songs
+* Learning aptitude: Give the user's favorite items a high ranking within the search results
+* As fast as Google's search app while providing better search results :-)
+* Search history for quick access to the most recently used items
+* Search widget support
.
Repo Type:git
diff --git a/metadata/wb.receiptspro.txt b/metadata/wb.receiptspro.txt
index 0457e6ba16..ffebb59061 100644
--- a/metadata/wb.receiptspro.txt
+++ b/metadata/wb.receiptspro.txt
@@ -1,5 +1,5 @@
Categories:Money
-License:AGPL-3.0
+License:AGPL-3.0-only
Web Site:
Source Code:https://github.com/wbaumann/SmartReceiptsLibrary
Issue Tracker:https://github.com/wbaumann/SmartReceiptsLibrary/issues
diff --git a/metadata/wiseguys.radar.txt b/metadata/wiseguys.radar.txt
index a1ec8ac2aa..afecb186d5 100644
--- a/metadata/wiseguys.radar.txt
+++ b/metadata/wiseguys.radar.txt
@@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Time
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:https://github.com/GrahamBlanshard/WiseRadar/blob/HEAD/README.md
Source Code:https://github.com/GrahamBlanshard/WiseRadar
Issue Tracker:https://github.com/GrahamBlanshard/WiseRadar/issues
@@ -10,6 +10,17 @@ Summary:Canadian satellite weather maps
Description:
View live weather radar imagery from the Canadian government. The weatherdata is
available under a non-commercial license.
+
+With GPS integration in addition to all the features available at
+[http://weather.gc.ca/radar/ Environment Canada's website] WiseRadar removes all
+the hassle from checking up on the latest storm front. This app was designed for
+minimal headaches and just to-the-point radar imagery.
+
+Key features include:
+
+* All radar locations Canada wide!
+* Pinch zoom on images to see just how close the storm is to your home
+* Show your exact location on the image using your device's GPS sensor!
.
Repo Type:git
@@ -25,5 +36,5 @@ Build:2.3.1,11
Auto Update Mode:None
Update Check Mode:RepoManifest
-Current Version:2.3.1
-Current Version Code:11
+Current Version:2.4.0
+Current Version Code:12
diff --git a/metadata/ws.xsoh.etar.txt b/metadata/ws.xsoh.etar.txt
index 110e7062f7..91a54aef17 100644
--- a/metadata/ws.xsoh.etar.txt
+++ b/metadata/ws.xsoh.etar.txt
@@ -6,18 +6,6 @@ Issue Tracker:https://github.com/Etar-Group/Etar-Calendar/issues
Changelog:https://github.com/Etar-Group/Etar-Calendar/releases
Auto Name:Etar
-Summary:Material designed calendar to enter and look up appointments
-Description:
-Features:
-
-* Month view.
-* Week, day & agenda view.
-* Uses Android calendar sync. Works with Google Calendar, Exchange.. etc.
-* Material design.
-* Dark & Light Theme.
-* Free, open source and absolutely no Ads.
-* Agenda widget.
-.
Repo Type:git
Repo:https://github.com/Etar-Group/Etar-Calendar.git
@@ -72,7 +60,12 @@ Build:1.0.12,14
submodules=yes
gradle=yes
+Build:1.0.13,15
+ commit=v1.0.13
+ submodules=yes
+ gradle=yes
+
Auto Update Mode:Version v%v
Update Check Mode:Tags
-Current Version:1.0.12
-Current Version Code:14
+Current Version:1.0.13
+Current Version Code:15
diff --git a/metadata/wsdfhjxc.taponium.txt b/metadata/wsdfhjxc.taponium.txt
index bdfb8ba95c..81ddb45e39 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-only
Author Name:wsdfhjxc
Author Email:wsdfhjxc@protonmail.com
Web Site:
diff --git a/metadata/wseemann.media.romote.txt b/metadata/wseemann.media.romote.txt
index 08501a5c96..2c79453c67 100644
--- a/metadata/wseemann.media.romote.txt
+++ b/metadata/wseemann.media.romote.txt
@@ -8,6 +8,13 @@ Auto Name:RoMote
Summary:Roku remote
Description:
Turn your Android Device into a control center for your Roku Player and Roku TV.
+
+* Control your Roku player or Roku TV from your mobile device.
+* Browse, add, and rate Channels from more than 2,000 streaming channels offered in the Roku Channel Store.
+* Quickly launch your favorite Roku Channels on your Roku player or Roku TV from your mobile device.
+* Enter text in your Roku player on-screen interface using your device's keyboard instead of the included remote.
+* Name and switch between multiple Roku players and Roku TVs.
+* Additional features include shake to pause, voice search, homescreen widget and notification controls.
.
Repo Type:git
@@ -25,7 +32,23 @@ 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
+
+Build:1.0.10,11
+ commit=v1.0.10
+ 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.10
+Current Version Code:11
diff --git a/metadata/x1125io.initdlight.txt b/metadata/x1125io.initdlight.txt
index 8ea90e9857..5adcd289bc 100644
--- a/metadata/x1125io.initdlight.txt
+++ b/metadata/x1125io.initdlight.txt
@@ -9,6 +9,14 @@ Summary:Add missing init.d support
Description:
This app provides simplest functionality for starting scripts on Android startup
as root.
+
+After installing the App, you'll have to run it at least once for the
+BootReceiver to work and for the root access to be granted.
+
+It will also show you where to place your scripts, which is usually
+"/data/user/0/x1125io.initdlight/files".
+
+Every script in there will be launched via "su -c [file]".
.
Requires Root:yes
diff --git a/metadata/x653.bullseye.txt b/metadata/x653.bullseye.txt
index e5fb04fd17..59bf418412 100644
--- a/metadata/x653.bullseye.txt
+++ b/metadata/x653.bullseye.txt
@@ -1,5 +1,5 @@
Categories:Games
-License:GPL-3.0
+License:GPL-3.0-only
Web Site:
Source Code:https://gitlab.com/x653/bullseye
Issue Tracker:https://gitlab.com/x653/bullseye/issues
diff --git a/metadata/xyz.iridiumion.plucklockex.txt b/metadata/xyz.iridiumion.plucklockex.txt
new file mode 100644
index 0000000000..0128775f68
--- /dev/null
+++ b/metadata/xyz.iridiumion.plucklockex.txt
@@ -0,0 +1,34 @@
+Categories:Security
+License:MIT
+Web Site:
+Source Code:https://github.com/0xFireball/PluckLockEx
+Issue Tracker:https://github.com/0xFireball/PluckLockEx/issues
+
+Auto Name:PluckLockEx
+Summary:Lock your phone when snatched
+Description:
+Lock your phone when snatched. An updated and improved derivative of PluckLock.
+
+This polls the accelerometer in the background and will lock the phone if the
+sum of all non-gravitational forces ever exceeds the threshold.
+
+''PluckLockEx'' loads immediately into its preferences page, where you can set
+the only preference relevant to the app's operation: the threshold at which the
+phone will lock when it receives an acceleration jolt. The application will run
+in the background, constantly monitoring the accelerometer to determine if the
+phone has been taken from your hand. The app will start itself when you boot
+your phone.
+.
+
+Repo Type:git
+Repo:https://github.com/0xFireball/PluckLockEx.git
+
+Build:1.2.0,4
+ commit=1.2.0
+ subdir=app
+ gradle=yes
+
+Auto Update Mode:Version %v
+Update Check Mode:Tags
+Current Version:1.2.0
+Current Version Code:4
diff --git a/metadata/yellr.net.yellr_android.txt b/metadata/yellr.net.yellr_android.txt
index 10d4751f97..237859d5ec 100644
--- a/metadata/yellr.net.yellr_android.txt
+++ b/metadata/yellr.net.yellr_android.txt
@@ -1,5 +1,5 @@
Categories:Internet
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:https://github.com/hhroc/yellr-android/blob/HEAD/readme.md
Source Code:https://github.com/hhroc/yellr-android
Issue Tracker:https://github.com/hhroc/yellr-android/issues
diff --git a/metadata/z4pp3r.flashlightwidget.txt b/metadata/z4pp3r.flashlightwidget.txt
index 35678919c2..645df75fed 100644
--- a/metadata/z4pp3r.flashlightwidget.txt
+++ b/metadata/z4pp3r.flashlightwidget.txt
@@ -1,5 +1,5 @@
Categories:Theming,System
-License:GPL-2.0
+License:GPL-2.0-only
Web Site:
Source Code:https://github.com/fs1995/FlashlightWidget
Issue Tracker:https://github.com/fs1995/FlashlightWidget/issues
diff --git a/metadata/za.co.lukestonehm.logicaldefence.txt b/metadata/za.co.lukestonehm.logicaldefence.txt
index a755ef8308..5d9a67765c 100644
--- a/metadata/za.co.lukestonehm.logicaldefence.txt
+++ b/metadata/za.co.lukestonehm.logicaldefence.txt
@@ -1,5 +1,5 @@
Categories:Reading
-License:GPL-2.0+
+License:GPL-2.0-or-later
Web Site:
Source Code:https://github.com/LukeStonehm/LogicalDefence
Issue Tracker:https://github.com/LukeStonehm/LogicalDefence/issues
@@ -7,7 +7,15 @@ Issue Tracker:https://github.com/LukeStonehm/LogicalDefence/issues
Auto Name:Logical Defence
Summary:Encyclopedia of logical fallacies
Description:
-View a list of logical fallacies.
+View a list of logical fallacies. Steel yourselves, and begin to defend your
+mind from the language used against you by the sophists of the world.
+
+Some features:
+
+* Left drawer that houses categories.
+* Share function -> Long press a fallacy to share it.
+* Nice about screen.
+* Language selection function.
.
Repo Type:git
diff --git a/metadata/zame.GloomyDungeons.opensource.game.txt b/metadata/zame.GloomyDungeons.opensource.game.txt
index ca3abd2dc1..f5bb02d695 100644
--- a/metadata/zame.GloomyDungeons.opensource.game.txt
+++ b/metadata/zame.GloomyDungeons.opensource.game.txt
@@ -4,14 +4,13 @@ License:MIT
Web Site:http://mobile.zame-dev.org/gloomy/index.php
Source Code:https://github.com/restorer/gloomy-dungeons-3d
Issue Tracker:https://github.com/restorer/gloomy-dungeons-3d/issues
-Bitcoin:1BkmsNEeW5A2YketBaa4pDFSAcDwnDuyDp
Name:Gloomy Dungeons
Summary:First-person shooter
Description:
If you loved Doom and Wolfenstein 3D and want to go to back to gaming in the
-early ‘90s, Gloomy Dungeons 3D is for you! The game has so many features that
-you will be glued to your phone for hours. Watch out for sore fingers!
+early 90s, Gloomy Dungeons 3D is for you! The game has so many features that you
+will be glued to your phone for hours. Watch out for sore fingers!
You can change control scheme in settings. There are 6 control schemes. Press
hardware button "Menu" at any moment, than press "Options" in menu
@@ -25,7 +24,7 @@ hardware button "Menu" at any moment, than press "Options" in menu
* Optimized to run even on 1st Gen Android phones
* All resources are free as in freedom
-In f-droid.org version Zeemote isn't supported and Google Analytics was removed.
+In f-droid.org version Zeemote isn't supported and analytics was removed.
Non-personalized promo ads (of new games made by EightSines) can be shown on
menu screen.
.
@@ -53,7 +52,20 @@ Build:2014.10.26.1200,1414314000
gradle=FdroidnormalNormalWithoutanalyticsWithoutzeemoteWithoutrateoffer
novcheck=yes
+Build:2018.07.02,1807020000
+ commit=a85fdf8fa2fe13129a5939ad9d52c749dfc7fb29
+ init=rm src/withzeemote/libs/zc-strings-1.9.2.jar && \
+ rm src/withzeemote/libs/ZControllerLib-android-1.9.2.jar && \
+ rm src/withzeemote/libs/ZControllerLib-android-ui-1.9.2.jar && \
+ rm src/withzeemote/libs/ZControllerLib-common-1.9.2.jar && \
+ sed -i.bak -e '/maven.fabric.io/d' build.gradle && \
+ sed -i.bak -e '/maven.gameanalytics.com/d' build.gradle && \
+ sed -i.bak -e '/io.fabric.tools/d' build.gradle && \
+ rm build.gradle.bak
+ gradle=FdroidnormalNormalWithoutanalyticsWithoutzeemoteWithoutrateoffer
+ novcheck=yes
+
Auto Update Mode:None
Update Check Mode:Static
-Current Version:2014.10.26.1200
-Current Version Code:1414314000
+Current Version:2018.07.02
+Current Version Code:1807020000
diff --git a/srclibs/BarcodeScanner.txt b/srclibs/BarcodeScanner.txt
new file mode 100644
index 0000000000..e6d2304cd4
--- /dev/null
+++ b/srclibs/BarcodeScanner.txt
@@ -0,0 +1,2 @@
+Repo Type:git
+Repo:https://github.com/EddyVerbruggen/barcodescanner-lib-aar.git
diff --git a/srclibs/CommonUtils.txt b/srclibs/CommonUtils.txt
new file mode 100644
index 0000000000..d363347da0
--- /dev/null
+++ b/srclibs/CommonUtils.txt
@@ -0,0 +1,2 @@
+Repo Type:git
+Repo:https://github.com/devgianlu/CommonUtils.git
diff --git a/srclibs/IconRequest.txt b/srclibs/IconRequest.txt
new file mode 100644
index 0000000000..dc4abbb95b
--- /dev/null
+++ b/srclibs/IconRequest.txt
@@ -0,0 +1,3 @@
+Repo:https://github.com/afollestad/arctic-icon-request.git
+Repo Type:git
+Prepare:sed -i -e '/raw.githubusercontent/d' library/build.gradle
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/srclibs/LOTarballs.txt b/srclibs/LOTarballs.txt
index 09dbf68d32..0187344e66 100644
--- a/srclibs/LOTarballs.txt
+++ b/srclibs/LOTarballs.txt
@@ -1,2 +1,2 @@
Repo Type:git
-Repo:https://gitlab.com/est/LOTarballs.git
+Repo:https://gitlab.com/Hague/LOTarballs.git
diff --git a/srclibs/Mupen64plusAEDeps.txt b/srclibs/Mupen64plusAEDeps.txt
new file mode 100644
index 0000000000..1d7371ee4b
--- /dev/null
+++ b/srclibs/Mupen64plusAEDeps.txt
@@ -0,0 +1,5 @@
+Repo Type:git
+Repo:https://github.com/mupen64plus-ae/mupen64plus-ae-deps
+
+Subdir:app
+
diff --git a/srclibs/NodejsMobile.txt b/srclibs/NodejsMobile.txt
new file mode 100644
index 0000000000..89176bb4cc
--- /dev/null
+++ b/srclibs/NodejsMobile.txt
@@ -0,0 +1,3 @@
+Repo Type:git
+Repo:https://github.com/janeasystems/nodejs-mobile
+
diff --git a/srclibs/OpenSSL.txt b/srclibs/OpenSSL.txt
new file mode 100644
index 0000000000..b993e950f0
--- /dev/null
+++ b/srclibs/OpenSSL.txt
@@ -0,0 +1,3 @@
+Repo Type:git
+Repo:git://git.openssl.org/openssl.git
+
diff --git a/srclibs/QtBase.txt b/srclibs/QtBase.txt
new file mode 100644
index 0000000000..715a997a45
--- /dev/null
+++ b/srclibs/QtBase.txt
@@ -0,0 +1,3 @@
+Repo Type:git
+Repo:git://code.qt.io/qt/qtbase.git
+
diff --git a/srclibs/duck.txt b/srclibs/duck.txt
new file mode 100644
index 0000000000..a8c08c5864
--- /dev/null
+++ b/srclibs/duck.txt
@@ -0,0 +1,2 @@
+Repo Type:hg
+Repo:https://bitbucket.org/dboddie/duck
diff --git a/srclibs/flutter.txt b/srclibs/flutter.txt
new file mode 100644
index 0000000000..4b748e0556
--- /dev/null
+++ b/srclibs/flutter.txt
@@ -0,0 +1,2 @@
+Repo Type:git
+Repo:https://github.com/flutter/flutter
diff --git a/srclibs/icu50-2-1-patched.txt b/srclibs/icu50-2-1-patched.txt
new file mode 100644
index 0000000000..1272451327
--- /dev/null
+++ b/srclibs/icu50-2-1-patched.txt
@@ -0,0 +1,2 @@
+Repo Type:git
+Repo:https://gitlab.com/Hague/icu-release-50-2-1-patched-mirror.git
diff --git a/srclibs/mini-matrixsdk.txt b/srclibs/mini-matrixsdk.txt
new file mode 100644
index 0000000000..dd195c5ab4
--- /dev/null
+++ b/srclibs/mini-matrixsdk.txt
@@ -0,0 +1,2 @@
+Repo:https://github.com/Bubu/matrix-android-sdk.git
+Repo Type:git
diff --git a/srclibs/osmand-external-skia.txt b/srclibs/osmand-external-skia.txt
new file mode 100644
index 0000000000..4982cfbb0d
--- /dev/null
+++ b/srclibs/osmand-external-skia.txt
@@ -0,0 +1,2 @@
+Repo Type:git
+Repo:https://github.com/osmandapp/OsmAnd-external-skia.git
diff --git a/srclibs/pEpEngine.txt b/srclibs/pEpEngine.txt
index dcc0646103..3462e1edd6 100644
--- a/srclibs/pEpEngine.txt
+++ b/srclibs/pEpEngine.txt
@@ -1,2 +1,2 @@
Repo Type:hg
-Repo:https://letsencrypt.pep.foundation/dev/repos/pEpEngine/
+Repo:https://pep.foundation/dev/repos/pEpEngine/
diff --git a/srclibs/pEpJNIAdapter.txt b/srclibs/pEpJNIAdapter.txt
index 5c4be865a9..03714ed896 100644
--- a/srclibs/pEpJNIAdapter.txt
+++ b/srclibs/pEpJNIAdapter.txt
@@ -1,2 +1,2 @@
Repo Type:hg
-Repo:https://letsencrypt.pep.foundation/dev/repos/pEpJNIAdapter/
+Repo:https://pep.foundation/dev/repos/pEpJNIAdapter/
diff --git a/srclibs/pyenv.txt b/srclibs/pyenv.txt
new file mode 100644
index 0000000000..cf38622ccb
--- /dev/null
+++ b/srclibs/pyenv.txt
@@ -0,0 +1,2 @@
+Repo Type:git
+Repo:https://github.com/pyenv/pyenv
diff --git a/srclibs/rocketchatsdk.txt b/srclibs/rocketchatsdk.txt
new file mode 100644
index 0000000000..81a8dd060e
--- /dev/null
+++ b/srclibs/rocketchatsdk.txt
@@ -0,0 +1,2 @@
+Repo Type:git
+Repo:https://github.com/RocketChat/Rocket.Chat.Kotlin.SDK
diff --git a/srclibs/rustup.txt b/srclibs/rustup.txt
new file mode 100644
index 0000000000..c619fc0e0f
--- /dev/null
+++ b/srclibs/rustup.txt
@@ -0,0 +1,2 @@
+Repo Type:git
+Repo:https://github.com/rust-lang-nursery/rustup.rs
diff --git a/srclibs/supertuxkartassets093.txt b/srclibs/supertuxkartassets093.txt
new file mode 100644
index 0000000000..0b3eaea53a
--- /dev/null
+++ b/srclibs/supertuxkartassets093.txt
@@ -0,0 +1,2 @@
+Repo Type:git-svn
+Repo:https://svn.code.sf.net/p/supertuxkart/code/stk-assets-release/0.9.3/
diff --git a/srclibs/supertuxkartdeps.txt b/srclibs/supertuxkartdeps.txt
index 1451d1a091..c5331637e8 100644
--- a/srclibs/supertuxkartdeps.txt
+++ b/srclibs/supertuxkartdeps.txt
@@ -1,2 +1,3 @@
Repo Type:git
Repo:https://github.com/supertuxkart/dependencies
+Subdir:android
diff --git a/srclibs/yml2.txt b/srclibs/yml2.txt
index 31d30f4947..037428c6fa 100644
--- a/srclibs/yml2.txt
+++ b/srclibs/yml2.txt
@@ -1,2 +1,2 @@
Repo Type:hg
-Repo:https://letsencrypt.pep.foundation/dev/repos/yml2/
+Repo:https://pep.foundation/dev/repos/yml2/
diff --git a/stats/antifeatures.txt b/stats/antifeatures.txt
index 856259b76c..eb11214757 100644
--- a/stats/antifeatures.txt
+++ b/stats/antifeatures.txt
@@ -1,8 +1,8 @@
-UpstreamNonFree 100
-NonFreeNet 73
-Tracking 28
-NonFreeDep 25
+UpstreamNonFree 99
+NonFreeNet 94
+Tracking 30
+NonFreeDep 26
+NonFreeAdd 20
Ads 17
-NonFreeAdd 17
NonFreeAssets 13
KnownVuln 2
diff --git a/stats/categories.txt b/stats/categories.txt
index 1f4017c64b..57a6cbb239 100644
--- a/stats/categories.txt
+++ b/stats/categories.txt
@@ -1,17 +1,17 @@
-System 383
-Internet 380
-Multimedia 349
-Games 289
-Navigation 180
-Science & Education 161
-Reading 140
-Writing 140
-Time 136
-Theming 135
-Development 132
-Connectivity 122
-Security 112
-Money 65
-Phone & SMS 64
-Sports & Health 56
-Graphics 33
+Internet 427
+System 413
+Multimedia 363
+Games 306
+Navigation 191
+Science & Education 179
+Writing 156
+Reading 148
+Time 142
+Theming 141
+Development 135
+Connectivity 133
+Security 126
+Money 69
+Phone & SMS 69
+Sports & Health 69
+Graphics 34
diff --git a/stats/disabled_apps.txt b/stats/disabled_apps.txt
index 44c6a4dc2d..2e717a3673 100644
--- a/stats/disabled_apps.txt
+++ b/stats/disabled_apps.txt
@@ -1,5 +1,6 @@
android.tether
at.bitfire.davdroid.mirakel
+at.weiss.matthias.musicala
ca.cumulonimbus.barometernetwork
cat.mvmike.minimalcalendarwidget
cgeo.geocaching
@@ -29,6 +30,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 +41,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
@@ -84,10 +85,12 @@ org.androidsoft.opendata.remarkabletrees
org.anhonesteffort.flock
org.curiouscreature.android.shelves
org.fairphone.launcher
+org.fdroid.basic
org.fdroid.superuser
org.fosdem
org.fox.ttirc
org.fox.ttrss
+org.havenapp.main
org.hermit.audalyzer
org.hermit.dazzle
org.hermit.netscramble
@@ -109,5 +112,4 @@ se.peterbjorkman.android.trafikinfo
se.sandos.android.delayed
stericson.busybox.donate
tritop.android.androsens
-uk.co.turtle-player
us.shandian.blacklight
diff --git a/stats/known_apks.txt b/stats/known_apks.txt
index b70b24473f..82fc915883 100644
--- a/stats/known_apks.txt
+++ b/stats/known_apks.txt
@@ -232,6 +232,13 @@ app.openconnect_969.apk app.openconnect 2014-07-11
app.openconnect_1019.apk app.openconnect 2014-08-30
app.openconnect_1029.apk app.openconnect 2014-09-06
app.openconnect_1119.apk app.openconnect 2015-07-01
+app.reading.stoic.stoicreading_4.apk app.reading.stoic.stoicreading 2018-06-16
+app.reading.stoic.stoicreading_5.apk app.reading.stoic.stoicreading 2018-06-17
+app.reading.stoic.stoicreading_7.apk app.reading.stoic.stoicreading 2018-06-21
+app.reading.stoic.stoicreading_8.apk app.reading.stoic.stoicreading 2018-07-19
+app.reading.stoic.stoicreading_10.apk app.reading.stoic.stoicreading 2018-07-23
+app.reading.stoic.stoicreading_11.apk app.reading.stoic.stoicreading 2018-08-10
+app.reading.stoic.stoicreading_12.apk app.reading.stoic.stoicreading 2018-08-19
app.varlorg.unote_1.apk app.varlorg.unote 2016-02-28
app.varlorg.unote_2.apk app.varlorg.unote 2016-03-12
app.varlorg.unote_3.apk app.varlorg.unote 2016-03-18
@@ -246,6 +253,16 @@ 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
+app.varlorg.unote_17.apk app.varlorg.unote 2018-05-14
+app.varlorg.unote_18.apk app.varlorg.unote 2018-06-02
+app.varlorg.unote_19.apk app.varlorg.unote 2018-08-09
+apps.amine.bou.readerforselfoss_1618071881.apk apps.amine.bou.readerforselfoss 2018-07-15
+apps.amine.bou.readerforselfoss_1618082151.apk apps.amine.bou.readerforselfoss 2018-08-09
+apps.amine.bou.readerforselfoss_1618092531.apk apps.amine.bou.readerforselfoss 2018-09-14
+apps.amine.bou.readerforselfoss_1618092581.apk apps.amine.bou.readerforselfoss 2018-09-20
+apps.amine.bou.readerforselfoss_1618092641.apk apps.amine.bou.readerforselfoss 2018-09-25
+apps.amine.bou.readerforselfoss_1618092681.apk apps.amine.bou.readerforselfoss 2018-09-28
apps.babycaretimer_5.apk apps.babycaretimer 2012-09-18
apps.babycaretimer_6.apk apps.babycaretimer 2012-08-23
apps.droidnotify_27.apk apps.droidnotify 2012-01-21
@@ -260,6 +277,7 @@ apps.droidnotify_55.apk apps.droidnotify 2012-10-05
apps.droidnotify_59.apk apps.droidnotify 2012-11-03
apps.droidnotify_64.apk apps.droidnotify 2013-01-02
apps.droidnotify_67.apk apps.droidnotify 2013-04-08
+apps.jizzu.simpletodo_5.apk apps.jizzu.simpletodo 2018-08-12
aq.com.sharetobrowser_1.apk aq.com.sharetobrowser 2016-11-01
ar.com.tristeslostrestigres.diasporanativewebapp_2.apk ar.com.tristeslostrestigres.diasporanativewebapp 2015-06-18
ar.com.tristeslostrestigres.diasporanativewebapp_3.apk ar.com.tristeslostrestigres.diasporanativewebapp 2015-06-21
@@ -352,6 +370,10 @@ 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
+ar.rulosoft.mimanganu_84.apk ar.rulosoft.mimanganu 2018-05-22
+ar.rulosoft.mimanganu_86.apk ar.rulosoft.mimanganu 2018-07-02
+ar.rulosoft.mimanganu_89.apk ar.rulosoft.mimanganu 2018-09-06
+ar.rulosoft.mimanganu_90.apk ar.rulosoft.mimanganu 2018-09-21
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
@@ -489,6 +511,21 @@ 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.davdroid_214.apk at.bitfire.davdroid 2018-04-28
+at.bitfire.davdroid_218.apk at.bitfire.davdroid 2018-05-06
+at.bitfire.davdroid_228.apk at.bitfire.davdroid 2018-05-29
+at.bitfire.davdroid_229.apk at.bitfire.davdroid 2018-06-12
+at.bitfire.davdroid_231.apk at.bitfire.davdroid 2018-06-13
+at.bitfire.davdroid_233.apk at.bitfire.davdroid 2018-07-02
+at.bitfire.davdroid_236.apk at.bitfire.davdroid 2018-07-19
+at.bitfire.davdroid_238.apk at.bitfire.davdroid 2018-07-25
+at.bitfire.davdroid_241.apk at.bitfire.davdroid 2018-08-03
+at.bitfire.davdroid_242.apk at.bitfire.davdroid 2018-08-15
+at.bitfire.davdroid_243.apk at.bitfire.davdroid 2018-08-23
+at.bitfire.davdroid_244.apk at.bitfire.davdroid 2018-08-30
+at.bitfire.davdroid_245.apk at.bitfire.davdroid 2018-09-11
+at.bitfire.devicelocator_3.apk at.bitfire.devicelocator 2018-08-15
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
@@ -506,6 +543,10 @@ at.bitfire.icsdroid_12.apk at.bitfire.icsdroid 2017-09-24
at.bitfire.icsdroid_13.apk at.bitfire.icsdroid 2017-10-26
at.bitfire.icsdroid_16.apk at.bitfire.icsdroid 2017-12-04
at.bitfire.icsdroid_18.apk at.bitfire.icsdroid 2017-12-04
+at.bitfire.icsdroid_19.apk at.bitfire.icsdroid 2018-04-28
+at.bitfire.icsdroid_21.apk at.bitfire.icsdroid 2018-05-09
+at.bitfire.icsdroid_22.apk at.bitfire.icsdroid 2018-07-23
+at.bitfire.icsdroid_24.apk at.bitfire.icsdroid 2018-09-25
at.bitfire.nophonespam_1.apk at.bitfire.nophonespam 2016-09-10
at.bitfire.nophonespam_2.apk at.bitfire.nophonespam 2016-09-13
at.bitfire.nophonespam_3.apk at.bitfire.nophonespam 2016-09-15
@@ -519,6 +560,7 @@ 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.linuxtage.companion_1500151.apk at.linuxtage.companion 2018-04-28
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
@@ -532,6 +574,7 @@ at.univie.sensorium_9.apk at.univie.sensorium 2013-06-13
at.univie.sensorium_11.apk at.univie.sensorium 2013-08-13
at.univie.sensorium_14.apk at.univie.sensorium 2013-10-17
at.univie.sensorium_15.apk at.univie.sensorium 2014-02-18
+at.weiss.matthias.musicala_1.apk at.weiss.matthias.musicala 2018-08-20
at.zweng.bankomatinfos2_14.apk at.zweng.bankomatinfos2 2014-12-17
at.zweng.bankomatinfos2_15.apk at.zweng.bankomatinfos2 2014-12-18
at.zweng.bankomatinfos2_16.apk at.zweng.bankomatinfos2 2014-12-20
@@ -668,6 +711,12 @@ 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.mygod.vpnhotspot_17.apk be.mygod.vpnhotspot 2018-04-28
+be.mygod.vpnhotspot_20.apk be.mygod.vpnhotspot 2018-05-05
+be.mygod.vpnhotspot_21.apk be.mygod.vpnhotspot 2018-06-04
+be.mygod.vpnhotspot_23.apk be.mygod.vpnhotspot 2018-06-05
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
@@ -738,6 +787,7 @@ 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
@@ -758,6 +808,7 @@ byrne.utilities.pasteedroid_1.apk byrne.utilities.pasteedroid 2014-07-21
ca.cmetcalfe.locationshare_1.apk ca.cmetcalfe.locationshare 2016-11-04
ca.cmetcalfe.locationshare_2.apk ca.cmetcalfe.locationshare 2017-02-06
ca.cmetcalfe.locationshare_3.apk ca.cmetcalfe.locationshare 2017-02-07
+ca.cmetcalfe.locationshare_5.apk ca.cmetcalfe.locationshare 2018-09-17
ca.cmetcalfe.xposed.disablebatterywarnings_1.apk ca.cmetcalfe.xposed.disablebatterywarnings 2017-05-12
ca.cmetcalfe.xposed.disablebatterywarnings_2.apk ca.cmetcalfe.xposed.disablebatterywarnings 2017-10-18
ca.cmetcalfe.xposed.flatconnectivityicons_1.apk ca.cmetcalfe.xposed.flatconnectivityicons 2017-04-04
@@ -788,6 +839,7 @@ ca.mimic.apphangar_56.apk ca.mimic.apphangar 2014-08-15
ca.mimic.apphangar_62.apk ca.mimic.apphangar 2014-09-17
ca.mimic.apphangar_74.apk ca.mimic.apphangar 2015-02-17
ca.mimic.apphangar_75.apk ca.mimic.apphangar 2017-01-11
+ca.mudar.fairphone.peaceofmind_19.apk ca.mudar.fairphone.peaceofmind 2018-07-19
ca.pr0ps.xposed.entrustunblocker_1.apk ca.pr0ps.xposed.entrustunblocker 2016-01-06
ca.pr0ps.xposed.entrustunblocker_2.apk ca.pr0ps.xposed.entrustunblocker 2016-01-06
ca.pr0ps.xposed.entrustunblocker_3.apk ca.pr0ps.xposed.entrustunblocker 2017-05-10
@@ -816,6 +868,7 @@ ca.rmen.android.frenchcalendar_1172.apk ca.rmen.android.frenchcalendar 2017-08-1
ca.rmen.android.frenchcalendar_1174.apk ca.rmen.android.frenchcalendar 2017-09-24
ca.rmen.android.frenchcalendar_1180.apk ca.rmen.android.frenchcalendar 2017-10-03
ca.rmen.android.frenchcalendar_1181.apk ca.rmen.android.frenchcalendar 2017-10-21
+ca.rmen.android.frenchcalendar_1182.apk ca.rmen.android.frenchcalendar 2018-07-08
ca.rmen.android.networkmonitor_11801.apk ca.rmen.android.networkmonitor 2015-04-27
ca.rmen.android.networkmonitor_11802.apk ca.rmen.android.networkmonitor 2015-05-03
ca.rmen.android.networkmonitor_11803.apk ca.rmen.android.networkmonitor 2015-05-10
@@ -849,6 +902,7 @@ ca.rmen.android.networkmonitor_12900.apk ca.rmen.android.networkmonitor 2017-03-
ca.rmen.android.networkmonitor_12901.apk ca.rmen.android.networkmonitor 2017-08-20
ca.rmen.android.networkmonitor_12902.apk ca.rmen.android.networkmonitor 2017-08-22
ca.rmen.android.networkmonitor_13000.apk ca.rmen.android.networkmonitor 2017-12-04
+ca.rmen.android.networkmonitor_13001.apk ca.rmen.android.networkmonitor 2018-07-19
ca.rmen.android.poetassistant_101.apk ca.rmen.android.poetassistant 2016-02-21
ca.rmen.android.poetassistant_104.apk ca.rmen.android.poetassistant 2016-02-21
ca.rmen.android.poetassistant_105.apk ca.rmen.android.poetassistant 2016-02-21
@@ -913,6 +967,8 @@ ca.rmen.android.poetassistant_112501.apk ca.rmen.android.poetassistant 2017-12-0
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.poetassistant_112605.apk ca.rmen.android.poetassistant 2018-05-02
+ca.rmen.android.poetassistant_112606.apk ca.rmen.android.poetassistant 2018-07-08
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
@@ -934,6 +990,7 @@ 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.android.scrumchatter_10606.apk ca.rmen.android.scrumchatter 2018-07-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
@@ -996,6 +1053,8 @@ 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.bailu.aat_23.apk ch.bailu.aat 2018-05-12
+ch.bailu.aat_24.apk ch.bailu.aat 2018-09-25
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
@@ -1051,6 +1110,11 @@ ch.blinkenlights.android.vanilla_10571.apk ch.blinkenlights.android.vanilla 2017
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.vanilla_10611.apk ch.blinkenlights.android.vanilla 2018-05-14
+ch.blinkenlights.android.vanilla_10620.apk ch.blinkenlights.android.vanilla 2018-06-25
+ch.blinkenlights.android.vanilla_10700.apk ch.blinkenlights.android.vanilla 2018-08-15
+ch.blinkenlights.android.vanilla_10710.apk ch.blinkenlights.android.vanilla 2018-08-22
+ch.blinkenlights.android.vanilla_10720.apk ch.blinkenlights.android.vanilla 2018-08-30
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
@@ -1070,6 +1134,9 @@ 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.deletescape.lawnchair.plah_1878.apk ch.deletescape.lawnchair.plah 2018-06-13
+ch.deletescape.lawnchair.plah_1884.apk ch.deletescape.lawnchair.plah 2018-09-06
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
@@ -1113,13 +1180,22 @@ ch.logixisland.anuto_13.apk ch.logixisland.anuto 2017-08-02
ch.logixisland.anuto_14.apk ch.logixisland.anuto 2017-08-08
ch.logixisland.anuto_15.apk ch.logixisland.anuto 2017-10-08
ch.logixisland.anuto_16.apk ch.logixisland.anuto 2017-11-14
+ch.logixisland.anuto_17.apk ch.logixisland.anuto 2018-07-25
+ch.logixisland.anuto_18.apk ch.logixisland.anuto 2018-07-30
+ch.logixisland.anuto_19.apk ch.logixisland.anuto 2018-09-28
ch.nexuscomputing.android.osciprimeics_14.apk ch.nexuscomputing.android.osciprimeics 2013-07-08
ch.nexuscomputing.android.osciprimeics_16.apk ch.nexuscomputing.android.osciprimeics 2014-04-04
ch.rmy.android.statusbar_tacho_3.apk ch.rmy.android.statusbar_tacho 2015-09-17
ch.rrelmy.android.batterymanager_3.apk ch.rrelmy.android.batterymanager 2012-08-29
ch.rrelmy.android.locationcachemap_6.apk ch.rrelmy.android.locationcachemap 2012-09-07
+chat.rocket.android_2042.apk chat.rocket.android 2018-09-14
chromiumupdater.bamless.com.chromiumsweupdater_5.apk chromiumupdater.bamless.com.chromiumsweupdater 2017-05-22
chromiumupdater.bamless.com.chromiumsweupdater_6.apk chromiumupdater.bamless.com.chromiumsweupdater 2017-05-29
+cityfreqs.com.pilfershushjammer_3.apk cityfreqs.com.pilfershushjammer 2018-07-19
+cityfreqs.com.pilfershushjammer_5.apk cityfreqs.com.pilfershushjammer 2018-07-19
+cl.coders.faketraveler_3.apk cl.coders.faketraveler 2018-07-26
+cl.coders.faketraveler_4.apk cl.coders.faketraveler 2018-07-30
+cl.coders.faketraveler_6.apk cl.coders.faketraveler 2018-08-14
click.dummer.UartSmartwatch_6.apk click.dummer.UartSmartwatch 2016-10-25
click.dummer.UartSmartwatch_7.apk click.dummer.UartSmartwatch 2016-12-19
click.dummer.UartSmartwatch_8.apk click.dummer.UartSmartwatch 2016-12-21
@@ -1145,6 +1221,9 @@ click.dummer.textthing_191.apk click.dummer.textthing 2017-02-27
click.dummer.textthing_192.apk click.dummer.textthing 2017-04-17
click.dummer.textthing_194.apk click.dummer.textthing 2017-10-23
click.dummer.textthing_200.apk click.dummer.textthing 2017-11-03
+click.dummer.textthing_202.apk click.dummer.textthing 2018-06-20
+click.dummer.textthing_203.apk click.dummer.textthing 2018-08-01
+click.dummer.textthing_204.apk click.dummer.textthing 2018-09-28
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
@@ -1152,6 +1231,7 @@ 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.EthanHeming.NeuralNetworkSimulator_6.apk com.EthanHeming.NeuralNetworkSimulator 2018-09-20
com.FireFart.Permissions2_3.apk com.FireFart.Permissions2 2012-08-23
com.FireFart.Permissions_2.apk com.FireFart.Permissions 2011-03-02
com.MarcosDiez.shareviahttp_11.apk com.MarcosDiez.shareviahttp 2012-09-11
@@ -1229,6 +1309,8 @@ com.abcdjdj.rootverifier_7.apk com.abcdjdj.rootverifier 2014-06-13
com.abcdjdj.rootverifier_8.apk com.abcdjdj.rootverifier 2015-02-12
com.abcdjdj.rootverifier_10.apk com.abcdjdj.rootverifier 2016-01-04
com.abcdjdj.rootverifier_12.apk com.abcdjdj.rootverifier 2016-03-26
+com.abhijitvalluri.android.fitnotifications_39.apk com.abhijitvalluri.android.fitnotifications 2018-09-02
+com.abhijitvalluri.android.fitnotifications_40.apk com.abhijitvalluri.android.fitnotifications 2018-09-21
com.abitsinc.andr_2.apk com.abitsinc.andr 2014-10-12
com.abitsinc.andr_3.apk com.abitsinc.andr 2014-10-14
com.abitsinc.andr_4.apk com.abitsinc.andr 2014-10-31
@@ -1273,6 +1355,8 @@ com.adam.aslfms_48.apk com.adam.aslfms 2018-02-06
com.addi_37.apk com.addi 2012-02-25
com.addi_40.apk com.addi 2012-02-25
com.addi_44.apk com.addi 2012-05-12
+com.adguard.android.contentblocker_21002103.apk com.adguard.android.contentblocker 2018-07-02
+com.adguard.android.contentblocker_21002201.apk com.adguard.android.contentblocker 2018-09-06
com.adonai.manman_101.apk com.adonai.manman 2014-11-15
com.adonai.manman_102.apk com.adonai.manman 2014-11-15
com.adonai.manman_120.apk com.adonai.manman 2014-11-28
@@ -1331,6 +1415,8 @@ com.alaskalinuxuser.hourglass_3.apk com.alaskalinuxuser.hourglass 2017-03-12
com.alaskalinuxuser.hourglass_4.apk com.alaskalinuxuser.hourglass 2017-03-17
com.alaskalinuxuser.hourglass_5.apk com.alaskalinuxuser.hourglass 2017-12-24
com.alaskalinuxuser.hourglass_6.apk com.alaskalinuxuser.hourglass 2017-12-24
+com.alaskalinuxuser.justchess_7.apk com.alaskalinuxuser.justchess 2018-05-16
+com.alaskalinuxuser.justchess_10.apk com.alaskalinuxuser.justchess 2018-06-04
com.alaskalinuxuser.justcraigslist_7.apk com.alaskalinuxuser.justcraigslist 2017-04-27
com.alaskalinuxuser.justcraigslist_9.apk com.alaskalinuxuser.justcraigslist 2017-05-10
com.alaskalinuxuser.justcraigslist_10.apk com.alaskalinuxuser.justcraigslist 2017-05-20
@@ -1339,10 +1425,14 @@ com.alaskalinuxuser.justnotes_2.apk com.alaskalinuxuser.justnotes 2017-04-02
com.alaskalinuxuser.justnotes_3.apk com.alaskalinuxuser.justnotes 2017-04-04
com.alaskalinuxuser.justnotes_7.apk com.alaskalinuxuser.justnotes 2017-05-10
com.alaskalinuxuser.justnotes_9.apk com.alaskalinuxuser.justnotes 2017-05-20
+com.alaskalinuxuser.justnotes_10.apk com.alaskalinuxuser.justnotes 2018-09-05
+com.alaskalinuxuser.justnotes_11.apk com.alaskalinuxuser.justnotes 2018-09-14
+com.alaskalinuxuser.rilcontrol_1.apk com.alaskalinuxuser.rilcontrol 2018-09-11
com.alaskalinuxuser.shipcaptainandcrew_4.apk com.alaskalinuxuser.shipcaptainandcrew 2017-03-10
com.alaskalinuxuser.shipcaptainandcrew_6.apk com.alaskalinuxuser.shipcaptainandcrew 2017-03-12
com.alaskalinuxuser.shipcaptainandcrew_7.apk com.alaskalinuxuser.shipcaptainandcrew 2017-04-13
com.alaskalinuxuser.shipcaptainandcrew_8.apk com.alaskalinuxuser.shipcaptainandcrew 2017-05-23
+com.alaskalinuxuser.shipcaptainandcrew_10.apk com.alaskalinuxuser.shipcaptainandcrew 2018-06-26
com.alexcruz.papuhwalls_10.apk com.alexcruz.papuhwalls 2016-02-12
com.alexkang.bluechat_1.apk com.alexkang.bluechat 2014-11-10
com.alexkang.bluechat_2.apk com.alexkang.bluechat 2015-04-12
@@ -1374,6 +1464,8 @@ com.amaze.filemanager_57.apk com.amaze.filemanager 2017-05-10
com.amaze.filemanager_61.apk com.amaze.filemanager 2017-07-18
com.amaze.filemanager_62.apk com.amaze.filemanager 2017-08-30
com.amaze.filemanager_63.apk com.amaze.filemanager 2017-09-02
+com.amaze.filemanager_64.apk com.amaze.filemanager 2018-06-24
+com.ames.books_7.apk com.ames.books 2018-05-28
com.amphoras.tpthelper_24.apk com.amphoras.tpthelper 2012-08-29
com.amphoras.tpthelper_25.apk com.amphoras.tpthelper 2014-07-20
com.ancantus.HYPNOTOAD_4.apk com.ancantus.HYPNOTOAD 2013-12-15
@@ -1407,7 +1499,14 @@ com.android2.calculator3_49.apk com.android2.calculator3 2013-09-09
com.android2.calculator3_63.apk com.android2.calculator3 2014-07-14
com.android2.calculator3_85.apk com.android2.calculator3 2016-03-05
com.android2.calculator3_93.apk com.android2.calculator3 2016-11-17
+com.android.adbkeyboard_1.apk com.android.adbkeyboard 2018-09-02
com.android.camera2_1.apk com.android.camera2 2014-01-07
+com.android.gpstest.osmdroid_29.apk com.android.gpstest.osmdroid 2018-07-08
+com.android.gpstest.osmdroid_30.apk com.android.gpstest.osmdroid 2018-07-08
+com.android.gpstest.osmdroid_32.apk com.android.gpstest.osmdroid 2018-08-10
+com.android.gpstest.osmdroid_33.apk com.android.gpstest.osmdroid 2018-08-14
+com.android.gpstest.osmdroid_34.apk com.android.gpstest.osmdroid 2018-08-22
+com.android.gpstest.osmdroid_35.apk com.android.gpstest.osmdroid 2018-09-11
com.android.inputmethod.latin_4421.apk com.android.inputmethod.latin 2014-01-16
com.android.inputmethod.latin_4422.apk com.android.inputmethod.latin 2014-01-16
com.android.inputmethod.latin_4423.apk com.android.inputmethod.latin 2014-01-16
@@ -1444,6 +1543,12 @@ com.android.keepass_162.apk com.android.keepass 2017-11-28
com.android.keepass_164.apk com.android.keepass 2017-11-28
com.android.keepass_165.apk com.android.keepass 2018-02-20
com.android.keepass_166.apk com.android.keepass 2018-02-16
+com.android.keepass_167.apk com.android.keepass 2018-04-28
+com.android.keepass_168.apk com.android.keepass 2018-04-29
+com.android.keepass_169.apk com.android.keepass 2018-05-03
+com.android.keepass_171.apk com.android.keepass 2018-05-12
+com.android.keepass_173.apk com.android.keepass 2018-05-14
+com.android.keepass_178.apk com.android.keepass 2018-06-28
com.android.launcher3_1.apk com.android.launcher3 2013-12-09
com.android.music_1.apk com.android.music 2013-06-24
com.android.music_2.apk com.android.music 2016-08-18
@@ -1452,6 +1557,8 @@ 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.shellms_6.apk com.android.shellms 2018-05-28
+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
@@ -1471,6 +1578,8 @@ 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.angryburg.uapp_424.apk com.angryburg.uapp 2018-06-25
+com.angryburg.uapp_425.apk com.angryburg.uapp 2018-09-15
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
@@ -1478,7 +1587,10 @@ com.angrydoughnuts.android.alarmclock_14.apk com.angrydoughnuts.android.alarmclo
com.angrydoughnuts.android.alarmclock_15.apk com.angrydoughnuts.android.alarmclock 2017-01-17
com.annie.dictionary_20160309.apk com.annie.dictionary 2016-10-11
com.annimon.minizipandroid_1.apk com.annimon.minizipandroid 2014-05-23
+com.anoopknr.pastebin_1.apk com.anoopknr.pastebin 2018-08-10
com.anoshenko.android.mahjongg_14.apk com.anoshenko.android.mahjongg 2012-02-12
+com.anthony.deepl.openl_5.apk com.anthony.deepl.openl 2018-06-04
+com.anthony.deepl.openl_6.apk com.anthony.deepl.openl 2018-08-25
com.antoniotari.reactiveampacheapp_28.apk com.antoniotari.reactiveampacheapp 2017-02-13
com.antoniotari.reactiveampacheapp_32.apk com.antoniotari.reactiveampacheapp 2017-03-10
com.antoniotari.reactiveampacheapp_34.apk com.antoniotari.reactiveampacheapp 2017-03-10
@@ -1496,8 +1608,10 @@ com.antoniotari.reactiveampacheapp_53.apk com.antoniotari.reactiveampacheapp 201
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.afrikaans_100.apk com.anysoftkeyboard.languagepack.afrikaans 2018-06-25
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
+com.anysoftkeyboard.languagepack.brazilian_101.apk com.anysoftkeyboard.languagepack.brazilian 2018-07-02
com.anysoftkeyboard.languagepack.catalan_3.apk com.anysoftkeyboard.languagepack.catalan 2013-05-11
com.anysoftkeyboard.languagepack.danish_2.apk com.anysoftkeyboard.languagepack.danish 2013-04-04
com.anysoftkeyboard.languagepack.danish_100.apk com.anysoftkeyboard.languagepack.danish 2017-04-04
@@ -1505,6 +1619,7 @@ com.anysoftkeyboard.languagepack.dutch_5.apk com.anysoftkeyboard.languagepack.du
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.galician_100.apk com.anysoftkeyboard.languagepack.galician 2018-06-25
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
com.anysoftkeyboard.languagepack.german_100.apk com.anysoftkeyboard.languagepack.german 2017-01-27
@@ -1519,9 +1634,11 @@ com.anysoftkeyboard.languagepack.hungarian_12.apk com.anysoftkeyboard.languagepa
com.anysoftkeyboard.languagepack.hungarian_15.apk com.anysoftkeyboard.languagepack.hungarian 2013-07-14
com.anysoftkeyboard.languagepack.hungarian_16.apk com.anysoftkeyboard.languagepack.hungarian 2013-11-24
com.anysoftkeyboard.languagepack.icelandic_52.apk com.anysoftkeyboard.languagepack.icelandic 2017-08-28
+com.anysoftkeyboard.languagepack.indonesian_67.apk com.anysoftkeyboard.languagepack.indonesian 2018-07-30
com.anysoftkeyboard.languagepack.italian_100.apk com.anysoftkeyboard.languagepack.italian 2017-02-12
com.anysoftkeyboard.languagepack.latvian_100.apk com.anysoftkeyboard.languagepack.latvian 2017-02-12
com.anysoftkeyboard.languagepack.macedonian_168.apk com.anysoftkeyboard.languagepack.macedonian 2017-08-08
+com.anysoftkeyboard.languagepack.macedonian_186.apk com.anysoftkeyboard.languagepack.macedonian 2018-07-30
com.anysoftkeyboard.languagepack.malayalam_2.apk com.anysoftkeyboard.languagepack.malayalam 2013-09-20
com.anysoftkeyboard.languagepack.neo_4.apk com.anysoftkeyboard.languagepack.neo 2016-02-02
com.anysoftkeyboard.languagepack.neo_5.apk com.anysoftkeyboard.languagepack.neo 2016-02-25
@@ -1530,6 +1647,9 @@ com.anysoftkeyboard.languagepack.neo_7.apk com.anysoftkeyboard.languagepack.neo
com.anysoftkeyboard.languagepack.neo_8.apk com.anysoftkeyboard.languagepack.neo 2017-03-10
com.anysoftkeyboard.languagepack.norwegian_100.apk com.anysoftkeyboard.languagepack.norwegian 2017-02-08
com.anysoftkeyboard.languagepack.norwegian_101.apk com.anysoftkeyboard.languagepack.norwegian 2017-02-08
+com.anysoftkeyboard.languagepack.norwegian_102.apk com.anysoftkeyboard.languagepack.norwegian 2018-07-02
+com.anysoftkeyboard.languagepack.osspolish_66.apk com.anysoftkeyboard.languagepack.osspolish 2018-07-30
+com.anysoftkeyboard.languagepack.ossturkish_65.apk com.anysoftkeyboard.languagepack.ossturkish 2018-07-30
com.anysoftkeyboard.languagepack.pali_2.apk com.anysoftkeyboard.languagepack.pali 2013-03-21
com.anysoftkeyboard.languagepack.persian_4.apk com.anysoftkeyboard.languagepack.persian 2013-03-15
com.anysoftkeyboard.languagepack.portuguese_100.apk com.anysoftkeyboard.languagepack.portuguese 2017-04-04
@@ -1542,10 +1662,12 @@ com.anysoftkeyboard.languagepack.spain_3.apk com.anysoftkeyboard.languagepack.sp
com.anysoftkeyboard.languagepack.spain_100.apk com.anysoftkeyboard.languagepack.spain 2017-04-02
com.anysoftkeyboard.languagepack.spain_165.apk com.anysoftkeyboard.languagepack.spain 2017-08-08
com.anysoftkeyboard.languagepack.spain_167.apk com.anysoftkeyboard.languagepack.spain 2017-09-02
+com.anysoftkeyboard.languagepack.spain_168.apk com.anysoftkeyboard.languagepack.spain 2018-07-02
com.anysoftkeyboard.languagepack.swedish_103.apk com.anysoftkeyboard.languagepack.swedish 2017-02-05
com.anysoftkeyboard.languagepack.tatar_100.apk com.anysoftkeyboard.languagepack.tatar 2017-03-03
com.anysoftkeyboard.languagepack.ukrainian_5.apk com.anysoftkeyboard.languagepack.ukrainian 2013-05-16
com.anysoftkeyboard.languagepack.ukrainian_100.apk com.anysoftkeyboard.languagepack.ukrainian 2017-02-18
+com.anysoftkeyboard.languagepack.ukrainian_101.apk com.anysoftkeyboard.languagepack.ukrainian 2018-07-02
com.anysoftkeyboard.theme.classic_pc_2.apk com.anysoftkeyboard.theme.classic_pc 2013-04-04
com.aokp.backup_22.apk com.aokp.backup 2012-08-23
com.app2go.sudokufree_3.apk com.app2go.sudokufree 2013-03-30
@@ -1556,6 +1678,8 @@ com.app.missednotificationsreminder_1801010500.apk com.app.missednotificationsre
com.app.missednotificationsreminder_1801011100.apk com.app.missednotificationsreminder 2016-12-12
com.app.missednotificationsreminder_2010115014.apk com.app.missednotificationsreminder 2017-11-28
com.app.missednotificationsreminder_2010115018.apk com.app.missednotificationsreminder 2017-11-28
+com.app.missednotificationsreminder_2010119014.apk com.app.missednotificationsreminder 2018-09-11
+com.app.missednotificationsreminder_2010119018.apk com.app.missednotificationsreminder 2018-09-11
com.appengine.paranoid_android.lost_12.apk com.appengine.paranoid_android.lost 2012-01-08
com.appspot.usbhidterminal_12.apk com.appspot.usbhidterminal 2015-08-14
com.aragaer.jtt_34.apk com.aragaer.jtt 2017-06-13
@@ -1573,6 +1697,7 @@ com.arnaud.metronome_5.apk com.arnaud.metronome 2017-10-13
com.artifex.mupdf.mini_111.apk com.artifex.mupdf.mini 2017-07-18
com.artifex.mupdf.mini_112.apk com.artifex.mupdf.mini 2017-07-18
com.artifex.mupdf.viewer.app_20.apk com.artifex.mupdf.viewer.app 2018-02-20
+com.artifex.mupdf.viewer.app_30.apk com.artifex.mupdf.viewer.app 2018-05-23
com.artifex.mupdfdemo_2.apk com.artifex.mupdfdemo 2013-04-08
com.artifex.mupdfdemo_50.apk com.artifex.mupdfdemo 2013-06-30
com.artifex.mupdfdemo_51.apk com.artifex.mupdfdemo 2013-06-30
@@ -1623,6 +1748,10 @@ com.ath0.rpn_9.apk com.ath0.rpn 2012-02-10
com.ath0.rpn_10.apk com.ath0.rpn 2012-02-11
com.ath0.rpn_15.apk com.ath0.rpn 2012-07-26
com.ath0.rpn_17.apk com.ath0.rpn 2012-10-11
+com.atr.tedit_6.apk com.atr.tedit 2018-05-29
+com.atr.tedit_7.apk com.atr.tedit 2018-06-04
+com.atr.tedit_8.apk com.atr.tedit 2018-07-08
+com.atr.tedit_9.apk com.atr.tedit 2018-08-09
com.axelby.podax_12.apk com.axelby.podax 2012-01-21
com.axelby.podax_14.apk com.axelby.podax 2012-03-20
com.axelby.podax_15.apk com.axelby.podax 2012-04-05
@@ -1674,6 +1803,14 @@ 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.b44t.messenger_517.apk com.b44t.messenger 2018-05-12
+com.b44t.messenger_518.apk com.b44t.messenger 2018-05-14
+com.b44t.messenger_519.apk com.b44t.messenger 2018-05-16
+com.b44t.messenger_520.apk com.b44t.messenger 2018-05-21
+com.b44t.messenger_530.apk com.b44t.messenger 2018-06-22
+com.b44t.messenger_534.apk com.b44t.messenger 2018-06-25
+com.b44t.messenger_535.apk com.b44t.messenger 2018-07-19
+com.b44t.messenger_536.apk com.b44t.messenger 2018-08-15
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
@@ -1714,6 +1851,7 @@ 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
@@ -1726,6 +1864,8 @@ com.biglybt.android.client_9.apk com.biglybt.android.client 2017-10-13
com.biglybt.android.client_15.apk com.biglybt.android.client 2017-11-24
com.biglybt.android.client_17.apk com.biglybt.android.client 2017-12-15
com.biglybt.android.client_19.apk com.biglybt.android.client 2017-12-15
+com.biglybt.android.client_28.apk com.biglybt.android.client 2018-07-19
+com.biglybt.android.client_29.apk com.biglybt.android.client 2018-08-03
com.bijoysingh.quicknote_18.apk com.bijoysingh.quicknote 2017-12-07
com.bijoysingh.quicknote_22.apk com.bijoysingh.quicknote 2017-12-15
com.bijoysingh.quicknote_23.apk com.bijoysingh.quicknote 2017-12-24
@@ -1827,6 +1967,12 @@ 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.bitcoinwidget_171.apk com.brentpanther.bitcoinwidget 2018-04-30
+com.brentpanther.bitcoinwidget_173.apk com.brentpanther.bitcoinwidget 2018-05-02
+com.brentpanther.bitcoinwidget_174.apk com.brentpanther.bitcoinwidget 2018-05-03
+com.brentpanther.bitcoinwidget_180.apk com.brentpanther.bitcoinwidget 2018-06-16
+com.brentpanther.bitcoinwidget_182.apk com.brentpanther.bitcoinwidget 2018-07-08
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
@@ -1909,6 +2055,16 @@ com.byagowi.persiancalendar_510.apk com.byagowi.persiancalendar 2016-04-04
com.byagowi.persiancalendar_521.apk com.byagowi.persiancalendar 2017-01-29
com.byagowi.persiancalendar_522.apk com.byagowi.persiancalendar 2017-02-18
com.byagowi.persiancalendar_531.apk com.byagowi.persiancalendar 2017-09-24
+com.byagowi.persiancalendar_551.apk com.byagowi.persiancalendar 2018-07-02
+com.byagowi.persiancalendar_560.apk com.byagowi.persiancalendar 2018-07-08
+com.byagowi.persiancalendar_581.apk com.byagowi.persiancalendar 2018-08-10
+com.byagowi.persiancalendar_586.apk com.byagowi.persiancalendar 2018-08-10
+com.byagowi.persiancalendar_587.apk com.byagowi.persiancalendar 2018-08-10
+com.byagowi.persiancalendar_588.apk com.byagowi.persiancalendar 2018-08-10
+com.byagowi.persiancalendar_591.apk com.byagowi.persiancalendar 2018-08-30
+com.byagowi.persiancalendar_592.apk com.byagowi.persiancalendar 2018-09-02
+com.byagowi.persiancalendar_593.apk com.byagowi.persiancalendar 2018-09-14
+com.byagowi.persiancalendar_594.apk com.byagowi.persiancalendar 2018-09-15
com.bytehamster.changelog_31.apk com.bytehamster.changelog 2017-08-20
com.bytehamster.changelog_32.apk com.bytehamster.changelog 2017-09-14
com.bytehamster.changelog_36.apk com.bytehamster.changelog 2017-10-24
@@ -1916,6 +2072,9 @@ com.bytehamster.changelog_38.apk com.bytehamster.changelog 2018-01-15
com.bytehamster.changelog_39.apk com.bytehamster.changelog 2018-02-06
com.bytehamster.changelog_40.apk com.bytehamster.changelog 2018-02-06
com.bytehamster.changelog_41.apk com.bytehamster.changelog 2018-02-28
+com.bytehamster.changelog_42.apk com.bytehamster.changelog 2018-06-12
+com.bytehamster.changelog_43.apk com.bytehamster.changelog 2018-08-09
+com.bytesforge.linkasanote_30399.apk com.bytesforge.linkasanote 2018-08-20
com.bytestemplar.tonedef_11.apk com.bytestemplar.tonedef 2015-11-28
com.bytestemplar.tonedef_12.apk com.bytestemplar.tonedef 2015-11-28
com.bytestemplar.tonedef_13.apk com.bytestemplar.tonedef 2015-12-02
@@ -1945,6 +2104,7 @@ 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.cgogolin.library_63.apk com.cgogolin.library 2018-05-03
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
@@ -1964,6 +2124,8 @@ com.ciarang.tallyphant_5.apk com.ciarang.tallyphant 2012-02-08
com.cityfreqs.littlesirecho_3.apk com.cityfreqs.littlesirecho 2016-12-14
com.cityfreqs.littlesirecho_4.apk com.cityfreqs.littlesirecho 2017-01-11
com.cityzen.cityzen_1.apk com.cityzen.cityzen 2017-10-11
+com.cityzen.cityzen_10100099.apk com.cityzen.cityzen 2018-06-16
+com.cityzen.cityzen_10100199.apk com.cityzen.cityzen 2018-09-06
com.claha.showtimeremote_1.apk com.claha.showtimeremote 2015-02-15
com.claha.showtimeremote_2.apk com.claha.showtimeremote 2015-03-22
com.cleveroad.sample_1.apk com.cleveroad.sample 2016-12-30
@@ -2000,6 +2162,9 @@ com.commit451.gitlab_2041000.apk com.commit451.gitlab 2017-09-14
com.commit451.gitlab_2041100.apk com.commit451.gitlab 2017-09-14
com.commit451.gitlab_2041200.apk com.commit451.gitlab 2017-10-01
com.commit451.gitlab_2050000.apk com.commit451.gitlab 2017-11-28
+com.commit451.gitlab_2060000.apk com.commit451.gitlab 2018-06-12
+com.commit451.gitlab_2060100.apk com.commit451.gitlab 2018-06-23
+com.commit451.gitlab_2060300.apk com.commit451.gitlab 2018-08-23
com.commonslab.commonslab_3.apk com.commonslab.commonslab 2017-08-30
com.commonsware.android.arXiv_92.apk com.commonsware.android.arXiv 2011-05-19
com.commonsware.android.arXiv_106.apk com.commonsware.android.arXiv 2013-03-04
@@ -2009,6 +2174,7 @@ com.concentricsky.android.khan_14.apk com.concentricsky.android.khan 2013-12-11
com.corner23.android.beautyclocklivewallpaper_12.apk com.corner23.android.beautyclocklivewallpaper 2013-12-09
com.corphish.nightlight.generic_11.apk com.corphish.nightlight.generic 2018-02-16
com.corphish.nightlight.generic_12.apk com.corphish.nightlight.generic 2018-02-16
+com.corphish.nightlight.generic_19.apk com.corphish.nightlight.generic 2018-06-22
com.coste.syncorg_6.apk com.coste.syncorg 2016-12-14
com.coste.syncorg_7.apk com.coste.syncorg 2016-12-25
com.coste.syncorg_8.apk com.coste.syncorg 2017-01-06
@@ -2075,6 +2241,7 @@ com.dalthed.tucan_36.apk com.dalthed.tucan 2015-01-16
com.dalthed.tucan_37.apk com.dalthed.tucan 2015-01-16
com.dalthed.tucan_38.apk com.dalthed.tucan 2015-07-26
com.danga.squeezer_5.apk com.danga.squeezer 2011-03-02
+com.danhasting.radar_2.apk com.danhasting.radar 2018-07-19
com.danielkim.soundrecorder_5.apk com.danielkim.soundrecorder 2015-02-11
com.danielkim.soundrecorder_8.apk com.danielkim.soundrecorder 2016-10-13
com.danielkim.soundrecorder_130.apk com.danielkim.soundrecorder 2017-05-25
@@ -2110,6 +2277,8 @@ com.daviancorp.android.mh4udatabase_10.apk com.daviancorp.android.mh4udatabase 2
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.davidshewitt.admincontrol_4.apk com.davidshewitt.admincontrol 2018-07-08
+com.davidshewitt.admincontrol_5.apk com.davidshewitt.admincontrol 2018-09-11
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
@@ -2117,6 +2286,7 @@ com.developfreedom.wordpowermadeeasy_1.apk com.developfreedom.wordpowermadeeasy
com.developfreedom.wordpowermadeeasy_11.apk com.developfreedom.wordpowermadeeasy 2014-08-31
com.developfreedom.wordpowermadeeasy_12.apk com.developfreedom.wordpowermadeeasy 2014-09-02
com.developfreedom.wordpowermadeeasy_13.apk com.developfreedom.wordpowermadeeasy 2014-10-10
+com.dfa.hubzilla_android_38.apk com.dfa.hubzilla_android 2018-09-28
com.dftec.planetcon_13.apk com.dftec.planetcon 2017-03-17
com.dfzlv.gjjlt.caramelos_7.apk com.dfzlv.gjjlt.caramelos 2017-10-08
com.dgmltn.morphclock.app_2.apk com.dgmltn.morphclock.app 2014-10-23
@@ -2147,6 +2317,10 @@ 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.icecons_21.apk com.dkanada.icecons 2018-07-02
+com.dkanada.icecons_22.apk com.dkanada.icecons 2018-08-17
+com.dkanada.icecons_23.apk com.dkanada.icecons 2018-08-20
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
@@ -2183,6 +2357,8 @@ com.dosse.chromiumautoupdater_14.apk com.dosse.chromiumautoupdater 2017-02-02
com.dosse.chromiumautoupdater_15.apk com.dosse.chromiumautoupdater 2017-02-07
com.dosse.chromiumautoupdater_16.apk com.dosse.chromiumautoupdater 2017-02-18
com.dosse.chromiumautoupdater_17.apk com.dosse.chromiumautoupdater 2017-06-22
+com.dosse.chromiumautoupdater_22.apk com.dosse.chromiumautoupdater 2018-06-02
+com.dosse.chromiumautoupdater_23.apk com.dosse.chromiumautoupdater 2018-06-04
com.dougkeen.bart_26.apk com.dougkeen.bart 2013-07-13
com.dougkeen.bart_33.apk com.dougkeen.bart 2015-10-31
com.dozingcatsoftware.asciicam_5.apk com.dozingcatsoftware.asciicam 2013-03-28
@@ -2210,6 +2386,15 @@ 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.dp.logcatapp_19.apk com.dp.logcatapp 2018-05-12
+com.dp.logcatapp_21.apk com.dp.logcatapp 2018-08-09
+com.dp.logcatapp_22.apk com.dp.logcatapp 2018-08-20
+com.dp.logcatapp_23.apk com.dp.logcatapp 2018-08-21
+com.dp.logcatapp_24.apk com.dp.logcatapp 2018-09-20
+com.dragons.aurora_210020003.apk com.dragons.aurora 2018-06-16
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
@@ -2285,6 +2470,20 @@ 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.duckduckgo.mobile.android_50600.apk com.duckduckgo.mobile.android 2018-06-04
+com.duckduckgo.mobile.android_50601.apk com.duckduckgo.mobile.android 2018-06-21
+com.duckduckgo.mobile.android_50700.apk com.duckduckgo.mobile.android 2018-06-24
+com.duckduckgo.mobile.android_50701.apk com.duckduckgo.mobile.android 2018-07-06
+com.duckduckgo.mobile.android_50702.apk com.duckduckgo.mobile.android 2018-07-08
+com.duckduckgo.mobile.android_50703.apk com.duckduckgo.mobile.android 2018-07-26
+com.duckduckgo.mobile.android_50705.apk com.duckduckgo.mobile.android 2018-07-30
+com.duckduckgo.mobile.android_50800.apk com.duckduckgo.mobile.android 2018-08-22
+com.duckduckgo.mobile.android_50900.apk com.duckduckgo.mobile.android 2018-08-22
+com.duckduckgo.mobile.android_50901.apk com.duckduckgo.mobile.android 2018-08-22
+com.duckduckgo.mobile.android_51002.apk com.duckduckgo.mobile.android 2018-09-11
+com.duckduckgo.mobile.android_51003.apk com.duckduckgo.mobile.android 2018-09-25
+com.duckduckgo.mobile.android_51004.apk com.duckduckgo.mobile.android 2018-10-01
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
@@ -2325,6 +2524,7 @@ com.ebaschiera.triplecamel_4.apk com.ebaschiera.triplecamel 2015-07-23
com.ebaschiera.triplecamel_5.apk com.ebaschiera.triplecamel 2015-09-01
com.ebaschiera.triplecamel_7.apk com.ebaschiera.triplecamel 2016-12-19
com.ebaschiera.triplecamel_8.apk com.ebaschiera.triplecamel 2016-12-26
+com.ebaschiera.triplecamel_9.apk com.ebaschiera.triplecamel 2018-06-02
com.ecuamobi.deckwallet_100.apk com.ecuamobi.deckwallet 2014-10-23
com.eddyspace.networkmonitor_2.apk com.eddyspace.networkmonitor 2011-01-23
com.edwardoyarzun.diccionario_1.apk com.edwardoyarzun.diccionario 2014-01-31
@@ -2353,6 +2553,8 @@ com.elementarytoday.theia_3.apk com.elementarytoday.theia 2015-07-21
com.elementarytoday.theia_4.apk com.elementarytoday.theia 2015-07-28
com.elementarytoday.theia_5.apk com.elementarytoday.theia 2015-09-05
com.elementarytoday.theia_6.apk com.elementarytoday.theia 2018-01-15
+com.eletac.tronwallet_11.apk com.eletac.tronwallet 2018-09-06
+com.eletac.tronwallet_37.apk com.eletac.tronwallet 2018-09-06
com.eleybourn.bookcatalogue_35.apk com.eleybourn.bookcatalogue 2010-11-11
com.eleybourn.bookcatalogue_36.apk com.eleybourn.bookcatalogue 2010-11-11
com.eleybourn.bookcatalogue_47.apk com.eleybourn.bookcatalogue 2011-01-26
@@ -2378,9 +2580,15 @@ com.elsdoerfer.android.autostarts_30.apk com.elsdoerfer.android.autostarts 2014-
com.elsdoerfer.android.autostarts_31.apk com.elsdoerfer.android.autostarts 2015-01-15
com.elsewhat.android.currentwallpaper_2.apk com.elsewhat.android.currentwallpaper 2013-12-15
com.emmaguy.cleanstatusbar_18.apk com.emmaguy.cleanstatusbar 2015-10-14
+com.emmanuelmess.simpleaccounting_18.apk com.emmanuelmess.simpleaccounting 2018-06-02
com.endeepak.dotsnsquares_5.apk com.endeepak.dotsnsquares 2014-10-23
com.eneko.hexcolortimewallpaper_1.apk com.eneko.hexcolortimewallpaper 2017-02-07
com.eneko.hexcolortimewallpaper_2.apk com.eneko.hexcolortimewallpaper 2017-02-18
+com.enjoyingfoss.feeel_1.apk com.enjoyingfoss.feeel 2018-06-05
+com.enjoyingfoss.feeel_2.apk com.enjoyingfoss.feeel 2018-08-22
+com.enjoyingfoss.feeel_3.apk com.enjoyingfoss.feeel 2018-09-01
+com.enjoyingfoss.feeel_4.apk com.enjoyingfoss.feeel 2018-09-02
+com.enjoyingfoss.om_1.apk com.enjoyingfoss.om 2018-05-16
com.enrico.earthquake.batterysimplysolid_1.apk com.enrico.earthquake.batterysimplysolid 2016-11-11
com.enrico.earthquake.batterysimplysolid_2.apk com.enrico.earthquake.batterysimplysolid 2016-11-14
com.enrico.earthquake.batterysimplysolid_4.apk com.enrico.earthquake.batterysimplysolid 2016-11-17
@@ -2454,6 +2662,14 @@ 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.etesync.syncadapter_30.apk com.etesync.syncadapter 2018-08-25
+com.etesync.syncadapter_31.apk com.etesync.syncadapter 2018-08-26
+com.etesync.syncadapter_32.apk com.etesync.syncadapter 2018-08-30
+com.etesync.syncadapter_34.apk com.etesync.syncadapter 2018-09-11
+com.etesync.syncadapter_35.apk com.etesync.syncadapter 2018-09-21
+com.etesync.syncadapter_36.apk com.etesync.syncadapter 2018-09-28
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
@@ -2462,6 +2678,9 @@ com.evancharlton.mileage_3110.apk com.evancharlton.mileage 2012-06-01
com.evenement.encapsulation_1.apk com.evenement.encapsulation 2016-05-17
com.evenement.encapsulation_2.apk com.evenement.encapsulation 2016-05-21
com.evenement.encapsulation_3.apk com.evenement.encapsulation 2018-02-16
+com.eventyay.attendee_1.apk com.eventyay.attendee 2018-08-09
+com.eventyay.attendee_2.apk com.eventyay.attendee 2018-08-14
+com.eventyay.organizer_7.apk com.eventyay.organizer 2018-08-09
com.everysoft.autoanswer_2.apk com.everysoft.autoanswer 2012-02-25
com.everysoft.autoanswer_3.apk com.everysoft.autoanswer 2012-02-25
com.everysoft.autoanswer_5.apk com.everysoft.autoanswer 2012-02-25
@@ -2509,8 +2728,22 @@ com.fairphone.clock_3.apk com.fairphone.clock 2017-05-31
com.fairphone.mycontacts_2.apk com.fairphone.mycontacts 2017-05-06
com.fairphone.mycontacts_3.apk com.fairphone.mycontacts 2017-05-15
com.fairphone.mycontacts_4.apk com.fairphone.mycontacts 2017-05-31
+com.fake.android.torchlight_205.apk com.fake.android.torchlight 2018-05-12
+com.fake.android.torchlight_206.apk com.fake.android.torchlight 2018-05-22
+com.fake.android.torchlight_207.apk com.fake.android.torchlight 2018-05-23
com.falconware.prestissimo_10.apk com.falconware.prestissimo 2013-12-09
com.falconware.prestissimo_11.apk com.falconware.prestissimo 2015-02-27
+com.farmerbb.notepad_100.apk com.farmerbb.notepad 2018-05-21
+com.farmerbb.notepad_101.apk com.farmerbb.notepad 2018-07-02
+com.farmerbb.notepad_102.apk com.farmerbb.notepad 2018-07-02
+com.farmerbb.notepad_104.apk com.farmerbb.notepad 2018-08-21
+com.farmerbb.notepad_106.apk com.farmerbb.notepad 2018-09-14
+com.farmerbb.notepad_107.apk com.farmerbb.notepad 2018-09-11
+com.farmerbb.secondscreen.free_172.apk com.farmerbb.secondscreen.free 2018-05-28
+com.farmerbb.secondscreen.free_175.apk com.farmerbb.secondscreen.free 2018-07-02
+com.farmerbb.secondscreen.free_176.apk com.farmerbb.secondscreen.free 2018-07-02
+com.farmerbb.secondscreen.free_178.apk com.farmerbb.secondscreen.free 2018-07-19
+com.farmerbb.secondscreen.free_179.apk com.farmerbb.secondscreen.free 2018-08-19
com.farmerbb.taskbar_54.apk com.farmerbb.taskbar 2016-09-09
com.farmerbb.taskbar_56.apk com.farmerbb.taskbar 2016-09-09
com.farmerbb.taskbar_57.apk com.farmerbb.taskbar 2016-09-08
@@ -2567,6 +2800,10 @@ com.farmerbb.taskbar_150.apk com.farmerbb.taskbar 2017-06-05
com.farmerbb.taskbar_155.apk com.farmerbb.taskbar 2017-07-09
com.farmerbb.taskbar_169.apk com.farmerbb.taskbar 2017-10-11
com.farmerbb.taskbar_170.apk com.farmerbb.taskbar 2017-10-18
+com.farmerbb.taskbar_183.apk com.farmerbb.taskbar 2018-06-07
+com.farmerbb.taskbar_184.apk com.farmerbb.taskbar 2018-07-02
+com.farmerbb.taskbar_185.apk com.farmerbb.taskbar 2018-08-10
+com.farmerbb.taskbar_189.apk com.farmerbb.taskbar 2018-08-15
com.fastaccess.github.libre_451.apk com.fastaccess.github.libre 2017-11-01
com.fastaccess.github.libre_455.apk com.fastaccess.github.libre 2017-11-14
com.fastaccess.github.libre_460.apk com.fastaccess.github.libre 2018-02-06
@@ -2575,6 +2812,7 @@ 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.libre_467.apk com.fastaccess.github.libre 2018-06-21
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
@@ -2614,8 +2852,19 @@ com.forrestguice.suntimeswidget_20.apk com.forrestguice.suntimeswidget 2018-03-0
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.forrestguice.suntimeswidget_25.apk com.forrestguice.suntimeswidget 2018-04-28
+com.forrestguice.suntimeswidget_26.apk com.forrestguice.suntimeswidget 2018-05-14
+com.forrestguice.suntimeswidget_27.apk com.forrestguice.suntimeswidget 2018-06-02
+com.forrestguice.suntimeswidget_28.apk com.forrestguice.suntimeswidget 2018-06-09
+com.forrestguice.suntimeswidget_29.apk com.forrestguice.suntimeswidget 2018-06-20
+com.forrestguice.suntimeswidget_30.apk com.forrestguice.suntimeswidget 2018-07-08
+com.forrestguice.suntimeswidget_31.apk com.forrestguice.suntimeswidget 2018-08-15
+com.forrestguice.suntimeswidget_32.apk com.forrestguice.suntimeswidget 2018-09-01
+com.forrestguice.suntimeswidget_33.apk com.forrestguice.suntimeswidget 2018-09-15
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.androbd.plugin.mqtt_10001.apk com.fr3ts0n.androbd.plugin.mqtt 2018-09-21
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
@@ -2651,6 +2900,8 @@ 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.ecu.gui.androbd_20003.apk com.fr3ts0n.ecu.gui.androbd 2018-06-02
+com.fr3ts0n.ecu.gui.androbd_20004.apk com.fr3ts0n.ecu.gui.androbd 2018-09-11
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
@@ -2663,6 +2914,7 @@ com.fr3ts0n.stagefever_10009.apk com.fr3ts0n.stagefever 2017-01-10
com.frankcalise.h2droid_10.apk com.frankcalise.h2droid 2013-12-09
com.freerdp.afreerdp_10.apk com.freerdp.afreerdp 2017-12-04
com.freerdp.afreerdp_11.apk com.freerdp.afreerdp 2018-02-16
+com.freerdp.afreerdp_12.apk com.freerdp.afreerdp 2018-09-15
com.freezingwind.animereleasenotifier_6.apk com.freezingwind.animereleasenotifier 2015-03-04
com.freezingwind.animereleasenotifier_7.apk com.freezingwind.animereleasenotifier 2015-03-15
com.freezingwind.animereleasenotifier_8.apk com.freezingwind.animereleasenotifier 2015-03-17
@@ -2738,6 +2990,7 @@ com.fsck.k9_23600.apk com.fsck.k9 2018-01-05
com.fsck.k9_23610.apk com.fsck.k9 2018-01-05
com.fsck.k9_23620.apk com.fsck.k9 2018-01-05
com.fsck.k9_23630.apk com.fsck.k9 2018-01-21
+com.fsck.k9_26000.apk com.fsck.k9 2018-09-11
com.fullscreen_1.apk com.fullscreen 2015-09-30
com.fullscreen_2.apk com.fullscreen 2015-11-05
com.funambol.androidsync_8.apk com.funambol.androidsync 2011-01-10
@@ -2810,6 +3063,12 @@ com.gelakinetic.mtgfam_48.apk com.gelakinetic.mtgfam 2017-05-23
com.gelakinetic.mtgfam_49.apk com.gelakinetic.mtgfam 2017-10-11
com.gelakinetic.mtgfam_52.apk com.gelakinetic.mtgfam 2017-11-28
com.gelakinetic.mtgfam_53.apk com.gelakinetic.mtgfam 2017-12-04
+com.gelakinetic.mtgfam_54.apk com.gelakinetic.mtgfam 2018-04-30
+com.gelakinetic.mtgfam_55.apk com.gelakinetic.mtgfam 2018-05-02
+com.gelakinetic.mtgfam_56.apk com.gelakinetic.mtgfam 2018-05-07
+com.gelakinetic.mtgfam_57.apk com.gelakinetic.mtgfam 2018-05-25
+com.gelakinetic.mtgfam_58.apk com.gelakinetic.mtgfam 2018-08-09
+com.gelakinetic.mtgfam_59.apk com.gelakinetic.mtgfam 2018-09-05
com.genonbeta.TrebleShot_44.apk com.genonbeta.TrebleShot 2017-05-27
com.genonbeta.TrebleShot_45.apk com.genonbeta.TrebleShot 2017-05-31
com.genonbeta.TrebleShot_46.apk com.genonbeta.TrebleShot 2017-10-11
@@ -2830,6 +3089,15 @@ 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.genonbeta.TrebleShot_72.apk com.genonbeta.TrebleShot 2018-05-27
+com.genonbeta.TrebleShot_73.apk com.genonbeta.TrebleShot 2018-06-28
+com.genonbeta.TrebleShot_76.apk com.genonbeta.TrebleShot 2018-08-09
+com.genonbeta.TrebleShot_77.apk com.genonbeta.TrebleShot 2018-08-10
+com.genonbeta.TrebleShot_78.apk com.genonbeta.TrebleShot 2018-09-15
+com.genonbeta.TrebleShot_79.apk com.genonbeta.TrebleShot 2018-09-21
+com.genonbeta.TrebleShot_80.apk com.genonbeta.TrebleShot 2018-09-25
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
@@ -2840,6 +3108,7 @@ 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.gh4a_59.apk com.gh4a 2018-05-16
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
@@ -2903,12 +3172,25 @@ com.ghostsq.commander_326.apk com.ghostsq.commander 2017-06-13
com.ghostsq.commander_329.apk com.ghostsq.commander 2017-08-02
com.ghostsq.commander_330.apk com.ghostsq.commander 2017-12-07
com.ghostsq.commander_335.apk com.ghostsq.commander 2017-12-24
+com.ghostsq.commander_353.apk com.ghostsq.commander 2018-07-02
+com.ghostsq.commander_355.apk com.ghostsq.commander 2018-08-17
+com.ghostsq.commander_357.apk com.ghostsq.commander 2018-08-17
+com.ghostsq.commander_362.apk com.ghostsq.commander 2018-08-17
com.ghstudios.android.mhgendatabase_5.apk com.ghstudios.android.mhgendatabase 2016-08-18
com.ghstudios.android.mhgendatabase_6.apk com.ghstudios.android.mhgendatabase 2016-10-20
+com.ghstudios.android.mhgendatabase_9.apk com.ghstudios.android.mhgendatabase 2018-09-11
+com.ghstudios.android.mhgendatabase_10.apk com.ghstudios.android.mhgendatabase 2018-09-20
+com.ghstudios.android.mhgendatabase_12.apk com.ghstudios.android.mhgendatabase 2018-10-01
+com.gianlu.aria2android_35.apk com.gianlu.aria2android 2018-09-15
+com.gianlu.dnshero_6.apk com.gianlu.dnshero 2018-08-10
+com.gianlu.dnshero_10.apk com.gianlu.dnshero 2018-09-11
+com.gianlu.dnshero_11.apk com.gianlu.dnshero 2018-09-17
+com.gianlu.dnshero_13.apk com.gianlu.dnshero 2018-09-25
com.gimranov.zandy.app_20.apk com.gimranov.zandy.app 2012-11-05
com.gimranov.zandy.app_1370.apk com.gimranov.zandy.app 2013-07-04
com.ginkel.hashit_24.apk com.ginkel.hashit 2013-10-21
com.ginkel.hashit_25.apk com.ginkel.hashit 2014-10-05
+com.github.aba2l.taswast_1.apk com.github.aba2l.taswast 2018-07-19
com.github.alijc.cricketsalarm_2.apk com.github.alijc.cricketsalarm 2013-11-22
com.github.andlyticsproject_226.apk com.github.andlyticsproject 2013-03-14
com.github.andlyticsproject_228.apk com.github.andlyticsproject 2013-04-29
@@ -2971,6 +3253,27 @@ 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.audiorecorder_262.apk com.github.axet.audiorecorder 2018-05-25
+com.github.axet.audiorecorder_264.apk com.github.axet.audiorecorder 2018-05-29
+com.github.axet.audiorecorder_270.apk com.github.axet.audiorecorder 2018-06-02
+com.github.axet.audiorecorder_271.apk com.github.axet.audiorecorder 2018-06-04
+com.github.axet.audiorecorder_272.apk com.github.axet.audiorecorder 2018-07-08
+com.github.axet.audiorecorder_273.apk com.github.axet.audiorecorder 2018-08-14
+com.github.axet.audiorecorder_275.apk com.github.axet.audiorecorder 2018-08-17
+com.github.axet.audiorecorder_276.apk com.github.axet.audiorecorder 2018-08-19
+com.github.axet.audiorecorder_277.apk com.github.axet.audiorecorder 2018-08-25
+com.github.axet.audiorecorder_278.apk com.github.axet.audiorecorder 2018-09-25
+com.github.axet.audiorecorder_279.apk com.github.axet.audiorecorder 2018-09-28
+com.github.axet.binauralbeats_139.apk com.github.axet.binauralbeats 2018-05-18
+com.github.axet.binauralbeats_141.apk com.github.axet.binauralbeats 2018-06-07
+com.github.axet.binauralbeats_142.apk com.github.axet.binauralbeats 2018-06-10
+com.github.axet.binauralbeats_144.apk com.github.axet.binauralbeats 2018-06-21
+com.github.axet.binauralbeats_147.apk com.github.axet.binauralbeats 2018-07-25
+com.github.axet.binauralbeats_150.apk com.github.axet.binauralbeats 2018-08-01
+com.github.axet.binauralbeats_151.apk com.github.axet.binauralbeats 2018-09-06
+com.github.axet.binauralbeats_152.apk com.github.axet.binauralbeats 2018-09-14
+com.github.axet.binauralbeats_156.apk com.github.axet.binauralbeats 2018-09-25
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
@@ -2989,6 +3292,39 @@ 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.bookreader_190.apk com.github.axet.bookreader 2018-05-14
+com.github.axet.bookreader_191.apk com.github.axet.bookreader 2018-05-18
+com.github.axet.bookreader_192.apk com.github.axet.bookreader 2018-05-22
+com.github.axet.bookreader_193.apk com.github.axet.bookreader 2018-06-13
+com.github.axet.bookreader_197.apk com.github.axet.bookreader 2018-06-16
+com.github.axet.bookreader_200.apk com.github.axet.bookreader 2018-06-17
+com.github.axet.bookreader_211.apk com.github.axet.bookreader 2018-06-20
+com.github.axet.bookreader_214.apk com.github.axet.bookreader 2018-07-02
+com.github.axet.bookreader_217.apk com.github.axet.bookreader 2018-07-02
+com.github.axet.bookreader_219.apk com.github.axet.bookreader 2018-07-02
+com.github.axet.bookreader_222.apk com.github.axet.bookreader 2018-07-02
+com.github.axet.bookreader_224.apk com.github.axet.bookreader 2018-07-02
+com.github.axet.bookreader_225.apk com.github.axet.bookreader 2018-07-02
+com.github.axet.bookreader_226.apk com.github.axet.bookreader 2018-07-06
+com.github.axet.bookreader_235.apk com.github.axet.bookreader 2018-07-08
+com.github.axet.bookreader_237.apk com.github.axet.bookreader 2018-07-15
+com.github.axet.bookreader_259.apk com.github.axet.bookreader 2018-07-19
+com.github.axet.bookreader_270.apk com.github.axet.bookreader 2018-07-19
+com.github.axet.bookreader_274.apk com.github.axet.bookreader 2018-07-19
+com.github.axet.bookreader_279.apk com.github.axet.bookreader 2018-07-19
+com.github.axet.bookreader_282.apk com.github.axet.bookreader 2018-07-19
+com.github.axet.bookreader_284.apk com.github.axet.bookreader 2018-07-23
+com.github.axet.bookreader_285.apk com.github.axet.bookreader 2018-07-23
+com.github.axet.bookreader_289.apk com.github.axet.bookreader 2018-07-25
+com.github.axet.bookreader_291.apk com.github.axet.bookreader 2018-07-28
+com.github.axet.bookreader_292.apk com.github.axet.bookreader 2018-08-01
+com.github.axet.bookreader_295.apk com.github.axet.bookreader 2018-08-09
+com.github.axet.bookreader_296.apk com.github.axet.bookreader 2018-08-17
+com.github.axet.bookreader_298.apk com.github.axet.bookreader 2018-09-01
+com.github.axet.bookreader_300.apk com.github.axet.bookreader 2018-09-14
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
@@ -3033,6 +3369,19 @@ 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.callrecorder_161.apk com.github.axet.callrecorder 2018-05-25
+com.github.axet.callrecorder_164.apk com.github.axet.callrecorder 2018-05-29
+com.github.axet.callrecorder_168.apk com.github.axet.callrecorder 2018-06-02
+com.github.axet.callrecorder_169.apk com.github.axet.callrecorder 2018-06-04
+com.github.axet.callrecorder_170.apk com.github.axet.callrecorder 2018-07-02
+com.github.axet.callrecorder_171.apk com.github.axet.callrecorder 2018-07-08
+com.github.axet.callrecorder_173.apk com.github.axet.callrecorder 2018-08-14
+com.github.axet.callrecorder_177.apk com.github.axet.callrecorder 2018-08-17
+com.github.axet.callrecorder_179.apk com.github.axet.callrecorder 2018-08-22
+com.github.axet.callrecorder_180.apk com.github.axet.callrecorder 2018-08-23
+com.github.axet.callrecorder_183.apk com.github.axet.callrecorder 2018-09-25
+com.github.axet.callrecorder_184.apk com.github.axet.callrecorder 2018-09-28
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
@@ -3080,9 +3429,23 @@ 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.hourlyreminder_350.apk com.github.axet.hourlyreminder 2018-06-24
+com.github.axet.hourlyreminder_351.apk com.github.axet.hourlyreminder 2018-06-25
+com.github.axet.hourlyreminder_352.apk com.github.axet.hourlyreminder 2018-06-26
+com.github.axet.hourlyreminder_355.apk com.github.axet.hourlyreminder 2018-07-02
+com.github.axet.hourlyreminder_357.apk com.github.axet.hourlyreminder 2018-07-08
+com.github.axet.hourlyreminder_361.apk com.github.axet.hourlyreminder 2018-07-28
+com.github.axet.hourlyreminder_362.apk com.github.axet.hourlyreminder 2018-08-01
+com.github.axet.hourlyreminder_366.apk com.github.axet.hourlyreminder 2018-08-03
+com.github.axet.hourlyreminder_368.apk com.github.axet.hourlyreminder 2018-09-25
com.github.axet.maps_1027.apk com.github.axet.maps 2018-02-20
com.github.axet.maps_1030.apk com.github.axet.maps 2018-02-28
com.github.axet.maps_1032.apk com.github.axet.maps 2018-03-10
+com.github.axet.maps_1035.apk com.github.axet.maps 2018-05-06
+com.github.axet.maps_1038.apk com.github.axet.maps 2018-08-10
+com.github.axet.maps_1041.apk com.github.axet.maps 2018-08-23
+com.github.axet.maps_1043.apk com.github.axet.maps 2018-09-25
com.github.axet.mover_59.apk com.github.axet.mover 2017-06-23
com.github.axet.mover_60.apk com.github.axet.mover 2017-06-27
com.github.axet.mover_66.apk com.github.axet.mover 2017-06-28
@@ -3113,6 +3476,10 @@ com.github.axet.mover_109.apk com.github.axet.mover 2018-02-03
com.github.axet.mover_112.apk com.github.axet.mover 2018-02-03
com.github.axet.mover_113.apk com.github.axet.mover 2018-02-03
com.github.axet.mover_114.apk com.github.axet.mover 2018-02-06
+com.github.axet.mover_115.apk com.github.axet.mover 2018-05-22
+com.github.axet.mover_117.apk com.github.axet.mover 2018-05-25
+com.github.axet.mover_118.apk com.github.axet.mover 2018-06-23
+com.github.axet.mover_120.apk com.github.axet.mover 2018-08-23
com.github.axet.tonegenerator_12.apk com.github.axet.tonegenerator 2017-06-23
com.github.axet.tonegenerator_13.apk com.github.axet.tonegenerator 2017-07-01
com.github.axet.tonegenerator_14.apk com.github.axet.tonegenerator 2017-09-16
@@ -3176,7 +3543,24 @@ 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.axet.torrentclient_635.apk com.github.axet.torrentclient 2018-06-02
+com.github.axet.torrentclient_643.apk com.github.axet.torrentclient 2018-06-20
+com.github.axet.torrentclient_644.apk com.github.axet.torrentclient 2018-06-21
+com.github.axet.torrentclient_645.apk com.github.axet.torrentclient 2018-07-15
+com.github.axet.torrentclient_651.apk com.github.axet.torrentclient 2018-08-29
+com.github.axet.torrentclient_653.apk com.github.axet.torrentclient 2018-09-25
+com.github.catfriend1.syncthingandroid_4154.apk com.github.catfriend1.syncthingandroid 2018-09-14
+com.github.catfriend1.syncthingandroid_4156.apk com.github.catfriend1.syncthingandroid 2018-09-15
+com.github.catfriend1.syncthingandroid_4158.apk com.github.catfriend1.syncthingandroid 2018-09-17
+com.github.catfriend1.syncthingandroid_4160.apk com.github.catfriend1.syncthingandroid 2018-09-20
+com.github.catfriend1.syncthingandroid_4161.apk com.github.catfriend1.syncthingandroid 2018-09-25
com.github.cetoolbox_1.apk com.github.cetoolbox 2013-12-09
+com.github.characterdog.bmicalculator_1.apk com.github.characterdog.bmicalculator 2018-09-15
+com.github.characterdog.bmicalculator_2.apk com.github.characterdog.bmicalculator 2018-09-25
com.github.cythara_1.apk com.github.cythara 2017-08-23
com.github.cythara_2.apk com.github.cythara 2017-08-26
com.github.cythara_3.apk com.github.cythara 2017-08-28
@@ -3193,6 +3577,8 @@ 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.cythara_18.apk com.github.cythara 2018-05-16
+com.github.cythara_19.apk com.github.cythara 2018-08-15
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
@@ -3223,6 +3609,9 @@ com.github.dfa.diaspora_android_29.apk com.github.dfa.diaspora_android 2018-02-1
com.github.dfa.diaspora_android_30.apk com.github.dfa.diaspora_android 2018-03-10
com.github.dfa.diaspora_android_31.apk com.github.dfa.diaspora_android 2018-03-31
com.github.dfa.diaspora_android_32.apk com.github.dfa.diaspora_android 2018-04-10
+com.github.dfa.diaspora_android_33.apk com.github.dfa.diaspora_android 2018-07-26
+com.github.dfa.diaspora_android_34.apk com.github.dfa.diaspora_android 2018-08-10
+com.github.dfa.diaspora_android_35.apk com.github.dfa.diaspora_android 2018-09-06
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
@@ -3252,11 +3641,24 @@ com.github.mofosyne.instantreadme_1.apk com.github.mofosyne.instantreadme 2015-0
com.github.mofosyne.tagdrop_1.apk com.github.mofosyne.tagdrop 2015-08-28
com.github.mofosyne.tagdrop_3.apk com.github.mofosyne.tagdrop 2015-08-31
com.github.mofosyne.tagdrop_4.apk com.github.mofosyne.tagdrop 2015-09-01
+com.github.moko256.twitlatte_4.apk com.github.moko256.twitlatte 2018-05-28
+com.github.moko256.twitlatte_5.apk com.github.moko256.twitlatte 2018-06-04
+com.github.moko256.twitlatte_6.apk com.github.moko256.twitlatte 2018-06-04
+com.github.moko256.twitlatte_7.apk com.github.moko256.twitlatte 2018-06-07
+com.github.moko256.twitlatte_8.apk com.github.moko256.twitlatte 2018-06-10
+com.github.moko256.twitlatte_9.apk com.github.moko256.twitlatte 2018-06-16
+com.github.moko256.twitlatte_10.apk com.github.moko256.twitlatte 2018-07-02
+com.github.moko256.twitlatte_11.apk com.github.moko256.twitlatte 2018-07-15
+com.github.moko256.twitlatte_13.apk com.github.moko256.twitlatte 2018-07-19
+com.github.moko256.twitlatte_14.apk com.github.moko256.twitlatte 2018-08-15
+com.github.moko256.twitlatte_16.apk com.github.moko256.twitlatte 2018-08-20
com.github.mueller_ma.viewandroidversion_2.apk com.github.mueller_ma.viewandroidversion 2017-12-07
com.github.mueller_ma.viewandroidversion_3.apk com.github.mueller_ma.viewandroidversion 2018-02-22
com.github.nicolassmith.urlevaluator_9.apk com.github.nicolassmith.urlevaluator 2013-12-15
com.github.nicolassmith.urlevaluator_12.apk com.github.nicolassmith.urlevaluator 2014-01-12
com.github.nicolassmith.urlevaluator_13.apk com.github.nicolassmith.urlevaluator 2014-01-27
+com.github.niqdev.ipcam_10.apk com.github.niqdev.ipcam 2018-08-17
+com.github.niqdev.ipcam_11.apk com.github.niqdev.ipcam 2018-08-27
com.github.notizklotz.derbunddownloader_11.apk com.github.notizklotz.derbunddownloader 2014-11-28
com.github.notizklotz.derbunddownloader_14.apk com.github.notizklotz.derbunddownloader 2014-12-25
com.github.notizklotz.derbunddownloader_16.apk com.github.notizklotz.derbunddownloader 2015-01-02
@@ -3278,6 +3680,8 @@ com.github.ooz.heymeditation_3.apk com.github.ooz.heymeditation 2014-11-28
com.github.ooz.heymeditation_4.apk com.github.ooz.heymeditation 2014-11-28
com.github.pires.obd.reader_12.apk com.github.pires.obd.reader 2015-06-19
com.github.pires.obd.reader_13.apk com.github.pires.obd.reader 2015-06-21
+com.github.postapczuk.lalauncher_1.apk com.github.postapczuk.lalauncher 2018-09-11
+com.github.postapczuk.lalauncher_2.apk com.github.postapczuk.lalauncher 2018-10-01
com.github.premnirmal.tickerwidget_20.apk com.github.premnirmal.tickerwidget 2014-12-28
com.github.premnirmal.tickerwidget_21.apk com.github.premnirmal.tickerwidget 2014-12-31
com.github.premnirmal.tickerwidget_22.apk com.github.premnirmal.tickerwidget 2015-01-01
@@ -3312,6 +3716,17 @@ com.github.premnirmal.tickerwidget_232.apk com.github.premnirmal.tickerwidget 20
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.premnirmal.tickerwidget_246.apk com.github.premnirmal.tickerwidget 2018-05-02
+com.github.premnirmal.tickerwidget_247.apk com.github.premnirmal.tickerwidget 2018-05-22
+com.github.premnirmal.tickerwidget_249.apk com.github.premnirmal.tickerwidget 2018-06-07
+com.github.premnirmal.tickerwidget_251.apk com.github.premnirmal.tickerwidget 2018-06-12
+com.github.premnirmal.tickerwidget_252.apk com.github.premnirmal.tickerwidget 2018-08-22
+com.github.premnirmal.tickerwidget_254.apk com.github.premnirmal.tickerwidget 2018-09-21
+com.github.premnirmal.tickerwidget_256.apk com.github.premnirmal.tickerwidget 2018-09-25
+com.github.premnirmal.tickerwidget_258.apk com.github.premnirmal.tickerwidget 2018-10-01
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
@@ -3368,6 +3783,17 @@ com.github.quarck.calnotify_4330.apk com.github.quarck.calnotify 2017-09-27
com.github.quarck.calnotify_4340.apk com.github.quarck.calnotify 2017-10-08
com.github.quarck.calnotify_4350.apk com.github.quarck.calnotify 2017-10-20
com.github.quarck.calnotify_4360.apk com.github.quarck.calnotify 2017-10-20
+com.github.quarck.calnotify_10000.apk com.github.quarck.calnotify 2018-05-09
+com.github.quarck.calnotify_10001.apk com.github.quarck.calnotify 2018-05-12
+com.github.quarck.calnotify_271828.apk com.github.quarck.calnotify 2018-05-14
+com.github.quarck.calnotify_3000000.apk com.github.quarck.calnotify 2018-07-19
+com.github.quarck.calnotify_3000001.apk com.github.quarck.calnotify 2018-07-19
+com.github.quarck.calnotify_3000002.apk com.github.quarck.calnotify 2018-07-23
+com.github.quarck.calnotify_3000003.apk com.github.quarck.calnotify 2018-08-12
+com.github.quarck.calnotify_3000004.apk com.github.quarck.calnotify 2018-09-06
+com.github.quarck.calnotify_3000006.apk com.github.quarck.calnotify 2018-09-11
+com.github.quarck.calnotify_3000008.apk com.github.quarck.calnotify 2018-09-21
+com.github.quarck.calnotify_3000009.apk com.github.quarck.calnotify 2018-09-25
com.github.redpanal.android_2.apk com.github.redpanal.android 2015-10-26
com.github.ruleant.getback_gps_11.apk com.github.ruleant.getback_gps 2013-12-10
com.github.ruleant.getback_gps_12.apk com.github.ruleant.getback_gps 2013-12-10
@@ -3443,6 +3869,14 @@ 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.github.yeriomin.yalpstore_40.apk com.github.yeriomin.yalpstore 2018-05-03
+com.github.yeriomin.yalpstore_41.apk com.github.yeriomin.yalpstore 2018-05-22
+com.github.yeriomin.yalpstore_42.apk com.github.yeriomin.yalpstore 2018-06-12
+com.github.yeriomin.yalpstore_43.apk com.github.yeriomin.yalpstore 2018-07-08
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
@@ -3454,6 +3888,10 @@ 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.gitlab.ardash.appleflinger.android_1004011.apk com.gitlab.ardash.appleflinger.android 2018-09-25
+com.gitlab.ardash.appleflinger.android_1005000.apk com.gitlab.ardash.appleflinger.android 2018-09-28
+com.gitlab.kreikenbaum.suntime.fdroid_6.apk com.gitlab.kreikenbaum.suntime.fdroid 2018-08-10
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
@@ -3471,10 +3909,15 @@ com.gmail.jerickson314.sdscanner_10.apk com.gmail.jerickson314.sdscanner 2014-11
com.gmail.jerickson314.sdscanner_11.apk com.gmail.jerickson314.sdscanner 2015-02-11
com.gmail.jerickson314.sdscanner_12.apk com.gmail.jerickson314.sdscanner 2015-02-16
com.gmail.jerickson314.sdscanner_13.apk com.gmail.jerickson314.sdscanner 2017-08-30
+com.gmail.jiwopene.temperature_1.apk com.gmail.jiwopene.temperature 2018-08-27
+com.gmail.jiwopene.temperature_2.apk com.gmail.jiwopene.temperature 2018-09-06
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.goltzkiste.guessaday_7.apk com.goltzkiste.guessaday 2018-06-17
+com.goltzkiste.guessaday_8.apk com.goltzkiste.guessaday 2018-06-17
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
@@ -3530,6 +3973,7 @@ com.google.zxing.client.android_99.apk com.google.zxing.client.android 2014-03-2
com.google.zxing.client.android_100.apk com.google.zxing.client.android 2014-05-30
com.google.zxing.client.android_103.apk com.google.zxing.client.android 2015-02-16
com.google.zxing.client.android_107.apk com.google.zxing.client.android 2017-11-14
+com.google.zxing.client.android_108.apk com.google.zxing.client.android 2018-09-20
com.googlecode.android.wifi.tether_38.apk com.googlecode.android.wifi.tether 2012-10-16
com.googlecode.androidcells_1.apk com.googlecode.androidcells 2011-07-06
com.googlecode.androidcells_9.apk com.googlecode.androidcells 2011-07-12
@@ -3644,6 +4088,9 @@ 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.abcore_64.apk com.greenaddress.abcore 2018-06-20
+com.greenaddress.abcore_65.apk com.greenaddress.abcore 2018-07-30
+com.greenaddress.abcore_67.apk com.greenaddress.abcore 2018-09-28
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
@@ -3658,6 +4105,7 @@ com.greenaddress.greenbits_android_wallet.testnet_99.apk com.greenaddress.greenb
com.greenaddress.greenbits_android_wallet.testnet_200.apk com.greenaddress.greenbits_android_wallet.testnet 2017-09-24
com.greenaddress.greenbits_android_wallet.testnet_202.apk com.greenaddress.greenbits_android_wallet.testnet 2017-10-03
com.greenaddress.greenbits_android_wallet.testnet_203.apk com.greenaddress.greenbits_android_wallet.testnet 2018-02-20
+com.greenaddress.greenbits_android_wallet.testnet_205.apk com.greenaddress.greenbits_android_wallet.testnet 2018-07-23
com.greenaddress.greenbits_android_wallet_33.apk com.greenaddress.greenbits_android_wallet 2015-01-29
com.greenaddress.greenbits_android_wallet_36.apk com.greenaddress.greenbits_android_wallet 2015-02-01
com.greenaddress.greenbits_android_wallet_37.apk com.greenaddress.greenbits_android_wallet 2015-02-04
@@ -3703,8 +4151,12 @@ com.greenaddress.greenbits_android_wallet_99.apk com.greenaddress.greenbits_andr
com.greenaddress.greenbits_android_wallet_200.apk com.greenaddress.greenbits_android_wallet 2017-09-14
com.greenaddress.greenbits_android_wallet_202.apk com.greenaddress.greenbits_android_wallet 2017-09-24
com.greenaddress.greenbits_android_wallet_203.apk com.greenaddress.greenbits_android_wallet 2018-02-16
+com.greenaddress.greenbits_android_wallet_205.apk com.greenaddress.greenbits_android_wallet 2018-07-19
+com.greenaddress.greenbits_android_wallet_206.apk com.greenaddress.greenbits_android_wallet 2018-08-24
+com.greenaddress.greenbits_android_wallet_207.apk com.greenaddress.greenbits_android_wallet 2018-08-30
com.gregorywlodarek.torontotransit.torontotransit_9.apk com.gregorywlodarek.torontotransit.torontotransit 2014-11-16
com.gs.mobileprint_1.apk com.gs.mobileprint 2012-08-23
+com.gtp.showapicturetoyourfriend_1.apk com.gtp.showapicturetoyourfriend 2018-05-07
com.gueei.applocker_3.apk com.gueei.applocker 2012-08-29
com.gulshansingh.hackerlivewallpaper_8.apk com.gulshansingh.hackerlivewallpaper 2013-07-26
com.gulshansingh.hackerlivewallpaper_13.apk com.gulshansingh.hackerlivewallpaper 2015-09-01
@@ -3756,6 +4208,10 @@ 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.health.openscale_27.apk com.health.openscale 2018-05-22
+com.health.openscale_28.apk com.health.openscale 2018-05-23
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
@@ -3807,6 +4263,7 @@ com.iamtrk.androidexplorer_1.apk com.iamtrk.androidexplorer 2016-09-22
com.iazasoft.footguy_2.apk com.iazasoft.footguy 2012-08-29
com.iazasoft.footguy_3.apk com.iazasoft.footguy 2012-09-18
com.iazasoft.footguy_6.apk com.iazasoft.footguy 2016-12-01
+com.ibrahimyousre.resumebuilder_2.apk com.ibrahimyousre.resumebuilder 2018-09-06
com.icechen1.notable.pro_40.apk com.icechen1.notable.pro 2016-04-04
com.icechen1.notable.pro_41.apk com.icechen1.notable.pro 2016-04-07
com.icechen1.notable.pro_42.apk com.icechen1.notable.pro 2016-04-11
@@ -3868,9 +4325,15 @@ com.ichi2.anki_20800300.apk com.ichi2.anki 2017-01-17
com.ichi2.anki_20801300.apk com.ichi2.anki 2017-02-07
com.ichi2.anki_20802300.apk com.ichi2.anki 2017-03-03
com.ichi2.anki_20803300.apk com.ichi2.anki 2017-11-14
+com.ichi2.anki_20804300.apk com.ichi2.anki 2018-04-28
com.ideasfrombrain.search_based_launcher_v2_5.apk com.ideasfrombrain.search_based_launcher_v2 2013-03-04
com.idunnololz.igo_2.apk com.idunnololz.igo 2014-12-13
com.igisw.openmoneybox_17.apk com.igisw.openmoneybox 2017-11-05
+com.igisw.openmoneybox_18.apk com.igisw.openmoneybox 2018-06-20
+com.igisw.openmoneybox_19.apk com.igisw.openmoneybox 2018-08-03
+com.igisw.openmoneybox_20.apk com.igisw.openmoneybox 2018-08-10
+com.igisw.openmoneybox_21.apk com.igisw.openmoneybox 2018-08-27
+com.igisw.openmoneybox_22.apk com.igisw.openmoneybox 2018-08-30
com.igormaznitsa.piratedice_3.apk com.igormaznitsa.piratedice 2015-04-14
com.ihunda.android.binauralbeat_24.apk com.ihunda.android.binauralbeat 2012-02-11
com.ihunda.android.binauralbeat_39.apk com.ihunda.android.binauralbeat 2012-10-11
@@ -3890,6 +4353,7 @@ com.infonuascape.osrshelper_13.apk com.infonuascape.osrshelper 2016-04-05
com.infonuascape.osrshelper_14.apk com.infonuascape.osrshelper 2016-11-26
com.innodroid.mongobrowser_10.apk com.innodroid.mongobrowser 2015-08-13
com.integralblue.callerid_7.apk com.integralblue.callerid 2013-03-07
+com.internalpositioning.find3.find3app_6.apk com.internalpositioning.find3.find3app 2018-08-20
com.intervigil.micdroid_34.apk com.intervigil.micdroid 2013-06-20
com.intrications.android.sharebrowser_2.apk com.intrications.android.sharebrowser 2014-01-07
com.invano.ambientweather_2.apk com.invano.ambientweather 2014-12-11
@@ -3936,6 +4400,21 @@ com.iven.lfflfeedreader_62.apk com.iven.lfflfeedreader 2017-01-10
com.iven.lfflfeedreader_63.apk com.iven.lfflfeedreader 2017-01-10
com.iven.lfflfeedreader_65.apk com.iven.lfflfeedreader 2017-06-14
com.iven.lfflfeedreader_66.apk com.iven.lfflfeedreader 2017-07-19
+com.iven.musicplayergo_49.apk com.iven.musicplayergo 2018-06-02
+com.iven.musicplayergo_56.apk com.iven.musicplayergo 2018-06-02
+com.iven.musicplayergo_59.apk com.iven.musicplayergo 2018-06-04
+com.iven.musicplayergo_62.apk com.iven.musicplayergo 2018-06-10
+com.iven.musicplayergo_63.apk com.iven.musicplayergo 2018-06-13
+com.iven.musicplayergo_67.apk com.iven.musicplayergo 2018-06-16
+com.iven.musicplayergo_68.apk com.iven.musicplayergo 2018-06-17
+com.iven.musicplayergo_69.apk com.iven.musicplayergo 2018-06-20
+com.iven.musicplayergo_70.apk com.iven.musicplayergo 2018-06-21
+com.iven.musicplayergo_72.apk com.iven.musicplayergo 2018-06-23
+com.iven.musicplayergo_73.apk com.iven.musicplayergo 2018-07-02
+com.iven.musicplayergo_81.apk com.iven.musicplayergo 2018-09-25
+com.iven.musicplayergo_84.apk com.iven.musicplayergo 2018-09-25
+com.iven.musicplayergo_87.apk com.iven.musicplayergo 2018-09-28
+com.iven.musicplayergo_90.apk com.iven.musicplayergo 2018-10-01
com.iven.xdafeedreader_5.apk com.iven.xdafeedreader 2015-01-07
com.jadn.cc_129.apk com.jadn.cc 2012-01-07
com.jadn.cc_143.apk com.jadn.cc 2013-03-04
@@ -3947,6 +4426,8 @@ 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
@@ -3958,6 +4439,7 @@ com.jarsilio.android.scrambledeggsif_10.apk com.jarsilio.android.scrambledeggsif
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.scrambledeggsif_14.apk com.jarsilio.android.scrambledeggsif 2018-07-06
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
@@ -3994,6 +4476,17 @@ 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.jarsilio.android.waveup_47.apk com.jarsilio.android.waveup 2018-05-09
+com.jarsilio.android.waveup_48.apk com.jarsilio.android.waveup 2018-05-12
+com.jarsilio.android.waveup_49.apk com.jarsilio.android.waveup 2018-05-25
+com.jarsilio.android.waveup_50.apk com.jarsilio.android.waveup 2018-06-12
+com.jarsilio.android.waveup_51.apk com.jarsilio.android.waveup 2018-09-01
+com.jarsilio.android.waveup_52.apk com.jarsilio.android.waveup 2018-09-14
+com.jarsilio.android.waveup_53.apk com.jarsilio.android.waveup 2018-09-28
com.java.SmokeReducer_1.apk com.java.SmokeReducer 2012-08-24
com.javierllorente.adc_1.apk com.javierllorente.adc 2016-01-26
com.javiersantos.mlmanager_2.apk com.javiersantos.mlmanager 2015-05-28
@@ -4138,9 +4631,12 @@ com.juliansparber.captiveportallogin_2.apk com.juliansparber.captiveportallogin
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.jvillalba.apod.classic_11.apk com.jvillalba.apod.classic 2018-06-02
+com.jvillalba.apod.md_11.apk com.jvillalba.apod.md 2018-06-02
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
+com.kaliturin.blacklist_18.apk com.kaliturin.blacklist 2018-06-02
com.kanedias.vanilla.audiotag_2.apk com.kanedias.vanilla.audiotag 2017-02-08
com.kanedias.vanilla.audiotag_3.apk com.kanedias.vanilla.audiotag 2017-02-08
com.kanedias.vanilla.audiotag_4.apk com.kanedias.vanilla.audiotag 2017-02-09
@@ -4183,6 +4679,16 @@ 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.keylesspalace.tusky_38.apk com.keylesspalace.tusky 2018-05-12
+com.keylesspalace.tusky_41.apk com.keylesspalace.tusky 2018-07-08
+com.keylesspalace.tusky_42.apk com.keylesspalace.tusky 2018-07-15
+com.keylesspalace.tusky_44.apk com.keylesspalace.tusky 2018-07-19
+com.keylesspalace.tusky_45.apk com.keylesspalace.tusky 2018-08-01
+com.keylesspalace.tusky_48.apk com.keylesspalace.tusky 2018-08-27
+com.keylesspalace.tusky_49.apk com.keylesspalace.tusky 2018-09-11
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
@@ -4210,6 +4716,7 @@ com.kn.paper_foss_theme_22.apk com.kn.paper_foss_theme 2017-08-20
com.kn.paper_foss_theme_24.apk com.kn.paper_foss_theme 2017-08-22
com.kn.paper_foss_theme_26.apk com.kn.paper_foss_theme 2017-09-01
com.kn.paper_foss_theme_30.apk com.kn.paper_foss_theme 2017-11-24
+com.kn.paper_foss_theme_34.apk com.kn.paper_foss_theme 2018-09-20
com.knirirr.beecount_47.apk com.knirirr.beecount 2013-12-18
com.knirirr.beecount_48.apk com.knirirr.beecount 2014-01-08
com.knirirr.beecount_50.apk com.knirirr.beecount 2014-01-24
@@ -4239,6 +4746,7 @@ com.knirirr.beecount_114.apk com.knirirr.beecount 2016-01-21
com.knirirr.beecount_117.apk com.knirirr.beecount 2016-09-05
com.knirirr.beecount_118.apk com.knirirr.beecount 2017-06-14
com.knirirr.beecount_119.apk com.knirirr.beecount 2018-02-16
+com.knirirr.beecount_120.apk com.knirirr.beecount 2018-05-07
com.kodarkooperativet.notificationstopwatch_5.apk com.kodarkooperativet.notificationstopwatch 2014-10-20
com.kodarkooperativet.notificationstopwatch_6.apk com.kodarkooperativet.notificationstopwatch 2014-10-27
com.kostmo.wallpaper.spiral_12.apk com.kostmo.wallpaper.spiral 2012-03-23
@@ -4253,6 +4761,13 @@ 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.kunzisoft.keepass.libre_9.apk com.kunzisoft.keepass.libre 2018-05-05
+com.kunzisoft.keepass.libre_11.apk com.kunzisoft.keepass.libre 2018-05-18
+com.kunzisoft.keepass.libre_14.apk com.kunzisoft.keepass.libre 2018-07-23
+com.kunzisoft.keepass.libre_15.apk com.kunzisoft.keepass.libre 2018-07-23
+com.kunzisoft.keepass.libre_17.apk com.kunzisoft.keepass.libre 2018-08-10
+com.kunzisoft.keyboard.switcher_1.apk com.kunzisoft.keyboard.switcher 2018-06-22
+com.kunzisoft.keyboard.switcher_2.apk com.kunzisoft.keyboard.switcher 2018-07-02
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
@@ -4264,6 +4779,7 @@ com.launcher.silverfish_5.apk com.launcher.silverfish 2016-12-14
com.launcher.silverfish_6.apk com.launcher.silverfish 2017-03-12
com.launcher.silverfish_7.apk com.launcher.silverfish 2017-03-24
com.launcher.silverfish_8.apk com.launcher.silverfish 2017-07-19
+com.lavadip.miniVector_81500.apk com.lavadip.miniVector 2018-09-11
com.leafdigital.kanji.android_2.apk com.leafdigital.kanji.android 2012-10-30
com.leafpic.app_1.apk com.leafpic.app 2016-04-18
com.leafpic.app_2.apk com.leafpic.app 2016-04-25
@@ -4335,7 +4851,9 @@ com.llamacorp.equate_4.apk com.llamacorp.equate 2016-12-19
com.llamacorp.equate_5.apk com.llamacorp.equate 2017-03-08
com.llamacorp.equate_6.apk com.llamacorp.equate 2017-05-10
com.llamacorp.equate_7.apk com.llamacorp.equate 2017-08-30
+com.llamacorp.equate_8.apk com.llamacorp.equate 2018-09-25
com.lligainterm_3.apk com.lligainterm 2014-04-10
+com.log28_10.apk com.log28 2018-08-09
com.lonepulse.travisjr_2.apk com.lonepulse.travisjr 2014-07-20
com.lostrealm.lembretes_1.apk com.lostrealm.lembretes 2014-03-03
com.lostrealm.lembretes_20.apk com.lostrealm.lembretes 2014-04-13
@@ -4415,6 +4933,10 @@ 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.manichord.mgit_209.apk com.manichord.mgit 2018-06-04
+com.manichord.mgit_210.apk com.manichord.mgit 2018-06-20
+com.manichord.mgit_211.apk com.manichord.mgit 2018-07-19
+com.manichord.mgit_212.apk com.manichord.mgit 2018-08-20
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
@@ -4510,6 +5032,8 @@ 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.mattermost.mattermost_399.apk com.mattermost.mattermost 2018-05-23
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
@@ -4519,6 +5043,9 @@ com.mattieapps.roommates_3.apk com.mattieapps.roommates 2014-12-13
com.mattieapps.roommates_5.apk com.mattieapps.roommates 2014-12-23
com.mattieapps.roommates_9.apk com.mattieapps.roommates 2015-02-16
com.maxfierke.sandwichroulette_2.apk com.maxfierke.sandwichroulette 2012-08-29
+com.maxfour.music_4.apk com.maxfour.music 2018-08-10
+com.maxfour.music_5.apk com.maxfour.music 2018-09-11
+com.maxfour.music_6.apk com.maxfour.music 2018-09-21
com.mde.potdroid_57.apk com.mde.potdroid 2015-01-26
com.mde.potdroid_58.apk com.mde.potdroid 2015-02-03
com.mde.potdroid_59.apk com.mde.potdroid 2015-02-18
@@ -4558,6 +5085,8 @@ com.menny.android.anysoftkeyboard_2169.apk com.menny.android.anysoftkeyboard 201
com.menny.android.anysoftkeyboard_2566.apk com.menny.android.anysoftkeyboard 2017-07-23
com.menny.android.anysoftkeyboard_2658.apk com.menny.android.anysoftkeyboard 2017-07-31
com.menny.android.anysoftkeyboard_3692.apk com.menny.android.anysoftkeyboard 2018-03-05
+com.menny.android.anysoftkeyboard_4519.apk com.menny.android.anysoftkeyboard 2018-06-07
+com.menny.android.anysoftkeyboard_4630.apk com.menny.android.anysoftkeyboard 2018-07-02
com.menny.anysoftkeyboard.finnish_201.apk com.menny.anysoftkeyboard.finnish 2017-02-12
com.metinkale.prayer_139.apk com.metinkale.prayer 2016-08-09
com.metinkale.prayer_140.apk com.metinkale.prayer 2016-08-14
@@ -4592,6 +5121,8 @@ com.mikifus.padland_12.apk com.mikifus.padland 2017-01-10
com.mikifus.padland_14.apk com.mikifus.padland 2017-07-22
com.mikifus.padland_15.apk com.mikifus.padland 2017-07-22
com.mikifus.padland_16.apk com.mikifus.padland 2017-10-26
+com.mikifus.padland_17.apk com.mikifus.padland 2018-07-23
+com.mikifus.padland_18.apk com.mikifus.padland 2018-07-28
com.mill_e.twitterwrapper_20140805.apk com.mill_e.twitterwrapper 2015-01-15
com.mill_e.twitterwrapper_20150309.apk com.mill_e.twitterwrapper 2015-03-10
com.mill_e.twitterwrapper_20150414.apk com.mill_e.twitterwrapper 2015-04-16
@@ -4627,6 +5158,7 @@ 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.mkulesh.micromath.plus_310.apk com.mkulesh.micromath.plus 2018-07-28
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
@@ -4655,6 +5187,29 @@ 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.moez.QKSMS_164.apk com.moez.QKSMS 2018-05-02
+com.moez.QKSMS_165.apk com.moez.QKSMS 2018-05-05
+com.moez.QKSMS_166.apk com.moez.QKSMS 2018-05-09
+com.moez.QKSMS_167.apk com.moez.QKSMS 2018-05-12
+com.moez.QKSMS_168.apk com.moez.QKSMS 2018-05-22
+com.moez.QKSMS_170.apk com.moez.QKSMS 2018-06-02
+com.moez.QKSMS_172.apk com.moez.QKSMS 2018-06-09
+com.moez.QKSMS_173.apk com.moez.QKSMS 2018-06-12
+com.moez.QKSMS_174.apk com.moez.QKSMS 2018-06-21
+com.moez.QKSMS_178.apk com.moez.QKSMS 2018-07-23
+com.moez.QKSMS_179.apk com.moez.QKSMS 2018-07-25
+com.moez.QKSMS_180.apk com.moez.QKSMS 2018-07-26
+com.moez.QKSMS_181.apk com.moez.QKSMS 2018-07-30
+com.moez.QKSMS_182.apk com.moez.QKSMS 2018-08-10
+com.moez.QKSMS_183.apk com.moez.QKSMS 2018-08-10
+com.moez.QKSMS_184.apk com.moez.QKSMS 2018-08-15
+com.moez.QKSMS_186.apk com.moez.QKSMS 2018-09-06
+com.moez.QKSMS_188.apk com.moez.QKSMS 2018-09-11
+com.moez.QKSMS_189.apk com.moez.QKSMS 2018-09-21
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
@@ -4729,6 +5284,8 @@ 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.mschlauch.comfortreader_11.apk com.mschlauch.comfortreader 2018-08-10
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
@@ -4804,6 +5361,8 @@ com.nbossard.packlist_16.apk com.nbossard.packlist 2016-08-05
com.nbossard.packlist_17.apk com.nbossard.packlist 2017-08-08
com.nbossard.packlist_18.apk com.nbossard.packlist 2017-12-04
com.nbossard.packlist_19.apk com.nbossard.packlist 2018-02-16
+com.nephi.getoffyourphone_39.apk com.nephi.getoffyourphone 2018-09-06
+com.nephi.getoffyourphone_42.apk com.nephi.getoffyourphone 2018-09-21
com.nephoapp.anarxiv_1.apk com.nephoapp.anarxiv 2012-08-29
com.nesswit.galbijjimsearcher_7.apk com.nesswit.galbijjimsearcher 2013-12-15
com.netthreads.android.noiz2_12.apk com.netthreads.android.noiz2 2012-09-07
@@ -4873,6 +5432,8 @@ 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.newsblur_159.apk com.newsblur 2018-08-14
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
@@ -5033,6 +5594,56 @@ 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.android.beta_20180427.apk com.nextcloud.android.beta 2018-04-28
+com.nextcloud.android.beta_20180524.apk com.nextcloud.android.beta 2018-05-25
+com.nextcloud.android.beta_20180525.apk com.nextcloud.android.beta 2018-05-26
+com.nextcloud.android.beta_20180526.apk com.nextcloud.android.beta 2018-05-27
+com.nextcloud.android.beta_20180602.apk com.nextcloud.android.beta 2018-06-04
+com.nextcloud.android.beta_20180607.apk com.nextcloud.android.beta 2018-06-12
+com.nextcloud.android.beta_20180610.apk com.nextcloud.android.beta 2018-06-12
+com.nextcloud.android.beta_20180611.apk com.nextcloud.android.beta 2018-06-12
+com.nextcloud.android.beta_20180612.apk com.nextcloud.android.beta 2018-06-13
+com.nextcloud.android.beta_20180613.apk com.nextcloud.android.beta 2018-06-16
+com.nextcloud.android.beta_20180616.apk com.nextcloud.android.beta 2018-06-17
+com.nextcloud.android.beta_20180619.apk com.nextcloud.android.beta 2018-06-20
+com.nextcloud.android.beta_20180620.apk com.nextcloud.android.beta 2018-06-21
+com.nextcloud.android.beta_20180621.apk com.nextcloud.android.beta 2018-06-22
+com.nextcloud.android.beta_20180622.apk com.nextcloud.android.beta 2018-06-23
+com.nextcloud.android.beta_20180627.apk com.nextcloud.android.beta 2018-06-28
+com.nextcloud.android.beta_20180628.apk com.nextcloud.android.beta 2018-07-02
+com.nextcloud.android.beta_20180630.apk com.nextcloud.android.beta 2018-07-02
+com.nextcloud.android.beta_20180704.apk com.nextcloud.android.beta 2018-07-08
+com.nextcloud.android.beta_20180715.apk com.nextcloud.android.beta 2018-07-19
+com.nextcloud.android.beta_20180718.apk com.nextcloud.android.beta 2018-07-19
+com.nextcloud.android.beta_20180719.apk com.nextcloud.android.beta 2018-07-23
+com.nextcloud.android.beta_20180721.apk com.nextcloud.android.beta 2018-07-23
+com.nextcloud.android.beta_20180726.apk com.nextcloud.android.beta 2018-07-28
+com.nextcloud.android.beta_20180803.apk com.nextcloud.android.beta 2018-08-09
+com.nextcloud.android.beta_20180809.apk com.nextcloud.android.beta 2018-08-12
+com.nextcloud.android.beta_20180811.apk com.nextcloud.android.beta 2018-08-12
+com.nextcloud.android.beta_20180821.apk com.nextcloud.android.beta 2018-08-22
+com.nextcloud.android.beta_20180823.apk com.nextcloud.android.beta 2018-08-24
+com.nextcloud.android.beta_20180824.apk com.nextcloud.android.beta 2018-08-25
+com.nextcloud.android.beta_20180825.apk com.nextcloud.android.beta 2018-08-26
+com.nextcloud.android.beta_20180829.apk com.nextcloud.android.beta 2018-08-30
+com.nextcloud.android.beta_20180903.apk com.nextcloud.android.beta 2018-09-05
+com.nextcloud.android.beta_20180905.apk com.nextcloud.android.beta 2018-09-06
+com.nextcloud.android.beta_20180908.apk com.nextcloud.android.beta 2018-09-11
+com.nextcloud.android.beta_20180911.apk com.nextcloud.android.beta 2018-09-15
+com.nextcloud.android.beta_20180912.apk com.nextcloud.android.beta 2018-09-14
+com.nextcloud.android.beta_20180913.apk com.nextcloud.android.beta 2018-09-14
+com.nextcloud.android.beta_20180914.apk com.nextcloud.android.beta 2018-09-15
+com.nextcloud.android.beta_20180915.apk com.nextcloud.android.beta 2018-09-17
+com.nextcloud.android.beta_20180920.apk com.nextcloud.android.beta 2018-09-21
+com.nextcloud.android.beta_20180924.apk com.nextcloud.android.beta 2018-09-25
+com.nextcloud.android.beta_20180927.apk com.nextcloud.android.beta 2018-09-28
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
@@ -5062,8 +5673,31 @@ 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.client_30020051.apk com.nextcloud.client 2018-05-31
+com.nextcloud.client_30020099.apk com.nextcloud.client 2018-06-16
+com.nextcloud.client_30020199.apk com.nextcloud.client 2018-07-19
+com.nextcloud.client_30020399.apk com.nextcloud.client 2018-08-22
+com.nextcloud.client_30030050.apk com.nextcloud.client 2018-09-11
+com.nextcloud.client_30030051.apk com.nextcloud.client 2018-09-14
+com.nextcloud.client_30030052.apk com.nextcloud.client 2018-09-21
+com.nextcloud.client_30030099.apk com.nextcloud.client 2018-09-25
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.nextcloud.talk2_34.apk com.nextcloud.talk2 2018-05-16
+com.nextcloud.talk2_35.apk com.nextcloud.talk2 2018-05-21
+com.nextcloud.talk2_36.apk com.nextcloud.talk2 2018-05-21
+com.nextcloud.talk2_39.apk com.nextcloud.talk2 2018-06-07
+com.nextcloud.talk2_42.apk com.nextcloud.talk2 2018-06-16
+com.nextcloud.talk2_44.apk com.nextcloud.talk2 2018-06-25
+com.nextcloud.talk2_45.apk com.nextcloud.talk2 2018-06-28
+com.nextcloud.talk2_46.apk com.nextcloud.talk2 2018-06-28
+com.nextcloud.talk2_51.apk com.nextcloud.talk2 2018-07-19
+com.nextcloud.talk2_54.apk com.nextcloud.talk2 2018-08-10
+com.nextcloud.talk2_59.apk com.nextcloud.talk2 2018-08-21
+com.nextcloud.talk2_61.apk com.nextcloud.talk2 2018-08-31
+com.nextcloud.talk2_62.apk com.nextcloud.talk2 2018-09-11
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
@@ -5071,6 +5705,10 @@ com.nhellfire.kerneladiutor_244.apk com.nhellfire.kerneladiutor 2017-11-03
com.nhellfire.kerneladiutor_245.apk com.nhellfire.kerneladiutor 2017-11-24
com.nhellfire.kerneladiutor_246.apk com.nhellfire.kerneladiutor 2017-11-28
com.nhellfire.kerneladiutor_248.apk com.nhellfire.kerneladiutor 2018-02-16
+com.nicobrailo.pianoli_2.apk com.nicobrailo.pianoli 2018-09-11
+com.nicolasbrailo.vlcfreemote_6.apk com.nicolasbrailo.vlcfreemote 2018-08-14
+com.nicolasbrailo.vlcfreemote_7.apk com.nicolasbrailo.vlcfreemote 2018-09-06
+com.nicolasbrailo.vlcfreemote_8.apk com.nicolasbrailo.vlcfreemote 2018-09-14
com.nicue.onetwo_3.apk com.nicue.onetwo 2017-05-20
com.nicue.onetwo_7.apk com.nicue.onetwo 2017-05-23
com.nicue.onetwo_10.apk com.nicue.onetwo 2017-05-27
@@ -5078,6 +5716,7 @@ com.nicue.onetwo_12.apk com.nicue.onetwo 2017-05-31
com.nicue.onetwo_14.apk com.nicue.onetwo 2017-06-13
com.nightshadelabs.anotherbrowser_2.apk com.nightshadelabs.anotherbrowser 2012-08-23
com.nightshadelabs.anotherbrowser_3.apk com.nightshadelabs.anotherbrowser 2015-04-08
+com.nikhiljha.lobstersapp_3.apk com.nikhiljha.lobstersapp 2018-09-14
com.nilhcem.frcndict_8.apk com.nilhcem.frcndict 2012-09-22
com.nilhcem.frcndict_10.apk com.nilhcem.frcndict 2013-03-26
com.nilhcem.frcndict_11.apk com.nilhcem.frcndict 2014-01-02
@@ -5142,6 +5781,13 @@ 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.feeder_30.apk com.nononsenseapps.feeder 2018-04-29
+com.nononsenseapps.feeder_31.apk com.nononsenseapps.feeder 2018-05-14
+com.nononsenseapps.feeder_32.apk com.nononsenseapps.feeder 2018-05-23
+com.nononsenseapps.feeder_33.apk com.nononsenseapps.feeder 2018-06-04
+com.nononsenseapps.feeder_34.apk com.nononsenseapps.feeder 2018-06-07
+com.nononsenseapps.feeder_35.apk com.nononsenseapps.feeder 2018-07-02
+com.nononsenseapps.feeder_36.apk com.nononsenseapps.feeder 2018-08-26
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
@@ -5159,6 +5805,7 @@ com.nononsenseapps.notepad_55500.apk com.nononsenseapps.notepad 2015-06-16
com.nononsenseapps.notepad_57130.apk com.nononsenseapps.notepad 2015-11-20
com.notecryptpro_17.apk com.notecryptpro 2017-02-20
com.notecryptpro_18.apk com.notecryptpro 2017-02-26
+com.notecryptpro_19.apk com.notecryptpro 2018-08-14
com.notriddle.budget_10.apk com.notriddle.budget 2013-07-11
com.notriddle.budget_12.apk com.notriddle.budget 2013-07-19
com.notriddle.budget_13.apk com.notriddle.budget 2013-07-19
@@ -5305,6 +5952,11 @@ 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.syncthingandroid_4143.apk com.nutomic.syncthingandroid 2018-05-18
+com.nutomic.syncthingandroid_4144.apk com.nutomic.syncthingandroid 2018-06-12
+com.nutomic.syncthingandroid_4145.apk com.nutomic.syncthingandroid 2018-07-26
+com.nutomic.syncthingandroid_4146.apk com.nutomic.syncthingandroid 2018-07-30
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
@@ -5354,6 +6006,12 @@ 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.orgzly_103.apk com.orgzly 2018-04-30
+com.orgzly_105.apk com.orgzly 2018-05-16
+com.orgzly_107.apk com.orgzly 2018-06-17
+com.orgzly_109.apk com.orgzly 2018-07-19
+com.orgzly_112.apk com.orgzly 2018-08-24
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
@@ -5368,6 +6026,11 @@ com.orpheusdroid.screenrecorder_19.apk com.orpheusdroid.screenrecorder 2017-11-2
com.orpheusdroid.screenrecorder_20.apk com.orpheusdroid.screenrecorder 2017-12-15
com.orpheusdroid.screenrecorder_21.apk com.orpheusdroid.screenrecorder 2017-12-15
com.orpheusdroid.screenrecorder_22.apk com.orpheusdroid.screenrecorder 2018-02-16
+com.orpheusdroid.screenrecorder_23.apk com.orpheusdroid.screenrecorder 2018-05-06
+com.orpheusdroid.screenrecorder_24.apk com.orpheusdroid.screenrecorder 2018-05-06
+com.orpheusdroid.screenrecorder_28.apk com.orpheusdroid.screenrecorder 2018-08-21
+com.outdoordevs.ellaism.wallet_34.apk com.outdoordevs.ellaism.wallet 2018-08-03
+com.outdoordevs.ellaism.wallet_35.apk com.outdoordevs.ellaism.wallet 2018-08-12
com.owncloud.android.beta_20151125.apk com.owncloud.android.beta 2015-11-29
com.owncloud.android.beta_20151128.apk com.owncloud.android.beta 2015-11-29
com.owncloud.android.beta_20151129.apk com.owncloud.android.beta 2015-12-01
@@ -5430,6 +6093,10 @@ 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.android_20700100.apk com.owncloud.android 2018-06-05
+com.owncloud.android_20800000.apk com.owncloud.android 2018-07-08
+com.owncloud.android_20800100.apk com.owncloud.android 2018-09-28
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
@@ -5462,13 +6129,19 @@ com.phikal.regex_4.apk com.phikal.regex 2016-11-01
com.phikal.regex_5.apk com.phikal.regex 2016-12-04
com.philliphsu.clock2_112.apk com.philliphsu.clock2 2017-03-03
com.philliphsu.clock2_113.apk com.philliphsu.clock2 2017-03-10
+com.philolog.hoplitekeyboard_20.apk com.philolog.hoplitekeyboard 2018-05-28
com.phpsysinfo_833.apk com.phpsysinfo 2014-12-08
com.phpsysinfo_840.apk com.phpsysinfo 2015-02-22
com.phpsysinfo_860.apk com.phpsysinfo 2015-10-26
com.phpsysinfo_910.apk com.phpsysinfo 2016-11-27
+com.phpsysinfo_940.apk com.phpsysinfo 2018-08-01
+com.phpsysinfo_950.apk com.phpsysinfo 2018-08-09
+com.phpsysinfo_960.apk com.phpsysinfo 2018-08-10
com.physphil.android.unitconverterultimate_40200.apk com.physphil.android.unitconverterultimate 2016-10-28
com.physphil.android.unitconverterultimate_50100.apk com.physphil.android.unitconverterultimate 2016-12-04
com.physphil.android.unitconverterultimate_50200.apk com.physphil.android.unitconverterultimate 2017-03-30
+com.physphil.android.unitconverterultimate_50301.apk com.physphil.android.unitconverterultimate 2018-06-22
+com.physphil.android.unitconverterultimate_50303.apk com.physphil.android.unitconverterultimate 2018-09-25
com.pierreduchemin.punchlinebingo_5.apk com.pierreduchemin.punchlinebingo 2017-02-18
com.pierreduchemin.punchlinebingo_6.apk com.pierreduchemin.punchlinebingo 2017-04-17
com.pikselbit.wrongpinshutdown_1.apk com.pikselbit.wrongpinshutdown 2015-01-24
@@ -5481,6 +6154,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
@@ -5524,6 +6198,7 @@ com.platypus.dicer_2.apk com.platypus.dicer 2015-01-01
com.platypus.dicer_3.apk com.platypus.dicer 2015-01-18
com.platypus.dicer_4.apk com.platypus.dicer 2015-02-24
com.platypus.dicer_5.apk com.platypus.dicer 2015-05-04
+com.pluscubed.matloglibre_7.apk com.pluscubed.matloglibre 2018-09-25
com.plusonelabs.calendar_14.apk com.plusonelabs.calendar 2013-06-24
com.plusonelabs.calendar_16.apk com.plusonelabs.calendar 2013-11-18
com.plusonelabs.calendar_19.apk com.plusonelabs.calendar 2014-01-14
@@ -5557,6 +6232,9 @@ com.poloure.simplerss_38.apk com.poloure.simplerss 2014-03-23
com.poupa.vinylmusicplayer_147.apk com.poupa.vinylmusicplayer 2018-01-21
com.poupa.vinylmusicplayer_149.apk com.poupa.vinylmusicplayer 2018-01-21
com.poupa.vinylmusicplayer_150.apk com.poupa.vinylmusicplayer 2018-01-21
+com.poupa.vinylmusicplayer_153.apk com.poupa.vinylmusicplayer 2018-04-28
+com.poupa.vinylmusicplayer_155.apk com.poupa.vinylmusicplayer 2018-05-02
+com.poupa.vinylmusicplayer_157.apk com.poupa.vinylmusicplayer 2018-09-14
com.powerje.nyan_3.apk com.powerje.nyan 2013-01-02
com.powerje.nyan_4.apk com.powerje.nyan 2013-01-02
com.powerje.nyan_7.apk com.powerje.nyan 2013-04-23
@@ -5598,11 +6276,17 @@ 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.bookymcbookface_34.apk com.quaap.bookymcbookface 2018-07-08
+com.quaap.bookymcbookface_35.apk com.quaap.bookymcbookface 2018-07-19
+com.quaap.bookymcbookface_40.apk com.quaap.bookymcbookface 2018-08-01
+com.quaap.bookymcbookface_410.apk com.quaap.bookymcbookface 2018-08-29
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
+com.quaap.dodatheexploda_3.apk com.quaap.dodatheexploda 2018-07-15
com.quaap.fishberserker_2.apk com.quaap.fishberserker 2017-07-28
com.quaap.fishberserker_22.apk com.quaap.fishberserker 2017-11-05
+com.quaap.fishberserker_23.apk com.quaap.fishberserker 2018-07-19
com.quaap.launchtime_1.apk com.quaap.launchtime 2017-01-24
com.quaap.launchtime_2.apk com.quaap.launchtime 2017-01-27
com.quaap.launchtime_3.apk com.quaap.launchtime 2017-02-05
@@ -5618,12 +6302,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.launchtime_76.apk com.quaap.launchtime 2018-07-02
+com.quaap.launchtime_801.apk com.quaap.launchtime 2018-07-19
+com.quaap.launchtime_810.apk com.quaap.launchtime 2018-07-19
+com.quaap.launchtime_820.apk com.quaap.launchtime 2018-08-01
+com.quaap.launchtime_830.apk com.quaap.launchtime 2018-08-30
+com.quaap.launchtime_840.apk com.quaap.launchtime 2018-09-14
com.quaap.phonefonefun_12.apk com.quaap.phonefonefun 2017-07-18
+com.quaap.phonefonefun_13.apk com.quaap.phonefonefun 2018-07-08
com.quaap.primary_1.apk com.quaap.primary 2016-12-26
com.quaap.primary_2.apk com.quaap.primary 2017-01-04
com.quaap.primary_3.apk com.quaap.primary 2017-01-10
com.quaap.primary_31.apk com.quaap.primary 2017-07-18
com.quaap.primary_32.apk com.quaap.primary 2017-10-18
+com.quaap.primary_33.apk com.quaap.primary 2018-08-22
com.qubling.sidekick_11.apk com.qubling.sidekick 2012-08-23
com.qubling.sidekick_15.apk com.qubling.sidekick 2013-01-30
com.qubling.sidekick_16.apk com.qubling.sidekick 2013-04-09
@@ -5660,12 +6352,17 @@ com.rareventure.gps2_77.apk com.rareventure.gps2 2018-02-06
com.rareventure.gps2_78.apk com.rareventure.gps2 2018-02-06
com.rareventure.gps2_79.apk com.rareventure.gps2 2018-02-11
com.rareventure.gps2_80.apk com.rareventure.gps2 2018-03-10
+com.rareventure.gps2_81.apk com.rareventure.gps2 2018-05-26
+com.rareventure.gps2_82.apk com.rareventure.gps2 2018-06-24
+com.rareventure.gps2_83.apk com.rareventure.gps2 2018-07-19
com.rascarlo.aurdroid_2.apk com.rascarlo.aurdroid 2017-06-05
com.rascarlo.aurdroid_4.apk com.rascarlo.aurdroid 2017-07-27
com.rascarlo.aurdroid_5.apk com.rascarlo.aurdroid 2017-09-06
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.rascarlo.aurdroid_9.apk com.rascarlo.aurdroid 2018-05-21
+com.rascarlo.aurdroid_10.apk com.rascarlo.aurdroid 2018-10-01
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
@@ -5710,6 +6407,8 @@ com.redirectapps.tvkill_18.apk com.redirectapps.tvkill 2016-04-15
com.redirectapps.tvkill_19.apk com.redirectapps.tvkill 2016-07-05
com.redirectapps.tvkill_20.apk com.redirectapps.tvkill 2017-01-22
com.redirectapps.tvkill_21.apk com.redirectapps.tvkill 2017-09-06
+com.redirectapps.tvkill_23.apk com.redirectapps.tvkill 2018-07-25
+com.redirectapps.tvkill_24.apk com.redirectapps.tvkill 2018-08-01
com.refactech.driibo_3.apk com.refactech.driibo 2015-06-11
com.rehanced.lunary_9.apk com.rehanced.lunary 2017-06-13
com.rehanced.lunary_14.apk com.rehanced.lunary 2017-06-13
@@ -5752,6 +6451,7 @@ com.robert.maps_8104.apk com.robert.maps 2012-10-30
com.robert.maps_8120.apk com.robert.maps 2013-01-24
com.robert.maps_8133.apk com.robert.maps 2013-06-24
com.robert.maps_8140.apk com.robert.maps 2013-07-14
+com.rockbyte.arxiv_9.apk com.rockbyte.arxiv 2018-05-16
com.rogerbassonsrenart.paddletennis_1.apk com.rogerbassonsrenart.paddletennis 2015-03-09
com.rogerbassonsrenart.paddletennis_2.apk com.rogerbassonsrenart.paddletennis 2015-04-14
com.rogerbassonsrenart.paddletennis_3.apk com.rogerbassonsrenart.paddletennis 2015-08-19
@@ -5764,6 +6464,7 @@ com.roguetemple.hyperroid_440.apk com.roguetemple.hyperroid 2015-03-12
com.roguetemple.hyperroid_441.apk com.roguetemple.hyperroid 2015-03-12
com.roguetemple.hyperroid_551.apk com.roguetemple.hyperroid 2015-04-06
com.roguetemple.hyperroid_661.apk com.roguetemple.hyperroid 2015-09-02
+com.roguetemple.hyperroid_10042.apk com.roguetemple.hyperroid 2018-07-08
com.roozen.SoundManager_18.apk com.roozen.SoundManager 2011-03-03
com.roozen.SoundManagerv2_19.apk com.roozen.SoundManagerv2 2012-09-07
com.rubenroy.minimaltodo_3.apk com.rubenroy.minimaltodo 2015-11-26
@@ -5791,6 +6492,7 @@ com.ruesga.android.wallpapers.photophase_1033.apk com.ruesga.android.wallpapers.
com.ruesga.android.wallpapers.photophase_1035.apk com.ruesga.android.wallpapers.photophase 2017-08-22
com.ruesga.android.wallpapers.photophase_1036.apk com.ruesga.android.wallpapers.photophase 2018-02-20
com.sagar.screenshift2_4.apk com.sagar.screenshift2 2017-01-17
+com.saha.batchuninstaller_1.apk com.saha.batchuninstaller 2018-05-18
com.saibotd.bitbeaker_11.apk com.saibotd.bitbeaker 2012-08-23
com.saibotd.bitbeaker_12.apk com.saibotd.bitbeaker 2012-09-30
com.saibotd.bitbeaker_14.apk com.saibotd.bitbeaker 2012-11-05
@@ -5883,6 +6585,11 @@ 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.seadroid2_79.apk com.seafile.seadroid2 2018-07-02
+com.seafile.seadroid2_81.apk com.seafile.seadroid2 2018-08-26
+com.seafile.seadroid2_82.apk com.seafile.seadroid2 2018-09-17
+com.seafile.seadroid2_83.apk com.seafile.seadroid2 2018-09-28
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
@@ -5916,6 +6623,11 @@ 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.lexica_1102.apk com.serwylo.lexica 2018-05-02
+com.serwylo.lexica_1103.apk com.serwylo.lexica 2018-05-16
+com.serwylo.lexica_1104.apk com.serwylo.lexica 2018-05-22
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
@@ -5975,6 +6687,9 @@ com.shatteredpixel.shatteredpixeldungeon_228.apk com.shatteredpixel.shatteredpix
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.shatteredpixel.shatteredpixeldungeon_261.apk com.shatteredpixel.shatteredpixeldungeon 2018-05-07
+com.shatteredpixel.shatteredpixeldungeon_264.apk com.shatteredpixel.shatteredpixeldungeon 2018-05-22
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
@@ -5984,6 +6699,7 @@ com.shkmishra.lyrically_12.apk com.shkmishra.lyrically 2017-01-13
com.shkmishra.lyrically_13.apk com.shkmishra.lyrically 2017-01-17
com.shkmishra.lyrically_14.apk com.shkmishra.lyrically 2017-06-23
com.shkmishra.lyrically_15.apk com.shkmishra.lyrically 2017-07-07
+com.shkmishra.lyrically_16.apk com.shkmishra.lyrically 2018-08-03
com.showmehills_2.apk com.showmehills 2012-05-29
com.showmehills_4.apk com.showmehills 2012-05-29
com.showmehills_16.apk com.showmehills 2012-08-08
@@ -5996,6 +6712,8 @@ com.shurik.droidzebra_14.apk com.shurik.droidzebra 2014-08-26
com.shurik.droidzebra_17.apk com.shurik.droidzebra 2016-06-18
com.sigseg.android.worldmap_5.apk com.sigseg.android.worldmap 2013-03-30
com.silentlexx.instead_16109.apk com.silentlexx.instead 2013-10-23
+com.simonramstedt.yoke_3.apk com.simonramstedt.yoke 2018-09-11
+com.simonramstedt.yoke_4.apk com.simonramstedt.yoke 2018-09-20
com.simplemobiletools.applauncher_1.apk com.simplemobiletools.applauncher 2016-08-21
com.simplemobiletools.applauncher_3.apk com.simplemobiletools.applauncher 2016-08-22
com.simplemobiletools.applauncher_4.apk com.simplemobiletools.applauncher 2016-08-24
@@ -6006,6 +6724,9 @@ com.simplemobiletools.applauncher_9.apk com.simplemobiletools.applauncher 2017-1
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.applauncher_13.apk com.simplemobiletools.applauncher 2018-05-23
+com.simplemobiletools.applauncher_14.apk com.simplemobiletools.applauncher 2018-08-12
+com.simplemobiletools.applauncher_15.apk com.simplemobiletools.applauncher 2018-08-15
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
@@ -6018,6 +6739,8 @@ com.simplemobiletools.calculator_16.apk com.simplemobiletools.calculator 2018-01
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.calculator_20.apk com.simplemobiletools.calculator 2018-05-16
+com.simplemobiletools.calculator_21.apk com.simplemobiletools.calculator 2018-08-12
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
@@ -6093,6 +6816,16 @@ 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.calendar_119.apk com.simplemobiletools.calendar 2018-05-14
+com.simplemobiletools.calendar_122.apk com.simplemobiletools.calendar 2018-05-16
+com.simplemobiletools.calendar_123.apk com.simplemobiletools.calendar 2018-05-28
+com.simplemobiletools.calendar_124.apk com.simplemobiletools.calendar 2018-06-16
+com.simplemobiletools.calendar_125.apk com.simplemobiletools.calendar 2018-07-08
+com.simplemobiletools.calendar_126.apk com.simplemobiletools.calendar 2018-07-19
+com.simplemobiletools.calendar_127.apk com.simplemobiletools.calendar 2018-08-09
+com.simplemobiletools.calendar_128.apk com.simplemobiletools.calendar 2018-09-14
+com.simplemobiletools.calendar_129.apk com.simplemobiletools.calendar 2018-09-25
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
@@ -6129,9 +6862,20 @@ 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.camera_58.apk com.simplemobiletools.camera 2018-05-16
+com.simplemobiletools.camera_60.apk com.simplemobiletools.camera 2018-06-13
+com.simplemobiletools.camera_61.apk com.simplemobiletools.camera 2018-06-20
+com.simplemobiletools.camera_62.apk com.simplemobiletools.camera 2018-07-19
+com.simplemobiletools.camera_63.apk com.simplemobiletools.camera 2018-08-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.clock_6.apk com.simplemobiletools.clock 2018-05-21
+com.simplemobiletools.clock_7.apk com.simplemobiletools.clock 2018-05-29
+com.simplemobiletools.clock_8.apk com.simplemobiletools.clock 2018-07-15
+com.simplemobiletools.clock_9.apk com.simplemobiletools.clock 2018-08-12
+com.simplemobiletools.clock_10.apk com.simplemobiletools.clock 2018-09-21
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
@@ -6145,6 +6889,19 @@ 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.contacts_22.apk com.simplemobiletools.contacts 2018-05-14
+com.simplemobiletools.contacts_23.apk com.simplemobiletools.contacts 2018-05-16
+com.simplemobiletools.contacts_24.apk com.simplemobiletools.contacts 2018-06-20
+com.simplemobiletools.contacts_25.apk com.simplemobiletools.contacts 2018-07-08
+com.simplemobiletools.contacts_26.apk com.simplemobiletools.contacts 2018-07-19
+com.simplemobiletools.contacts_28.apk com.simplemobiletools.contacts 2018-08-09
+com.simplemobiletools.contacts_29.apk com.simplemobiletools.contacts 2018-08-14
+com.simplemobiletools.contacts_30.apk com.simplemobiletools.contacts 2018-08-26
+com.simplemobiletools.contacts_31.apk com.simplemobiletools.contacts 2018-09-06
+com.simplemobiletools.contacts_32.apk com.simplemobiletools.contacts 2018-10-01
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
@@ -6168,6 +6925,10 @@ 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.draw_34.apk com.simplemobiletools.draw 2018-05-16
+com.simplemobiletools.draw_36.apk com.simplemobiletools.draw 2018-07-19
+com.simplemobiletools.draw_37.apk com.simplemobiletools.draw 2018-08-12
+com.simplemobiletools.draw_38.apk com.simplemobiletools.draw 2018-09-02
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
@@ -6209,6 +6970,12 @@ com.simplemobiletools.filemanager_46.apk com.simplemobiletools.filemanager 2018-
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.filemanager_51.apk com.simplemobiletools.filemanager 2018-05-16
+com.simplemobiletools.filemanager_53.apk com.simplemobiletools.filemanager 2018-07-19
+com.simplemobiletools.filemanager_54.apk com.simplemobiletools.filemanager 2018-07-19
+com.simplemobiletools.filemanager_55.apk com.simplemobiletools.filemanager 2018-08-10
+com.simplemobiletools.filemanager_56.apk com.simplemobiletools.filemanager 2018-09-14
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
@@ -6225,6 +6992,9 @@ com.simplemobiletools.flashlight_24.apk com.simplemobiletools.flashlight 2017-12
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.flashlight_29.apk com.simplemobiletools.flashlight 2018-05-23
+com.simplemobiletools.flashlight_30.apk com.simplemobiletools.flashlight 2018-08-12
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
@@ -6333,6 +7103,30 @@ 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.gallery_176.apk com.simplemobiletools.gallery 2018-04-28
+com.simplemobiletools.gallery_177.apk com.simplemobiletools.gallery 2018-05-16
+com.simplemobiletools.gallery_178.apk com.simplemobiletools.gallery 2018-05-27
+com.simplemobiletools.gallery_179.apk com.simplemobiletools.gallery 2018-05-28
+com.simplemobiletools.gallery_180.apk com.simplemobiletools.gallery 2018-06-20
+com.simplemobiletools.gallery_181.apk com.simplemobiletools.gallery 2018-06-21
+com.simplemobiletools.gallery_183.apk com.simplemobiletools.gallery 2018-07-02
+com.simplemobiletools.gallery_185.apk com.simplemobiletools.gallery 2018-07-08
+com.simplemobiletools.gallery_186.apk com.simplemobiletools.gallery 2018-07-19
+com.simplemobiletools.gallery_187.apk com.simplemobiletools.gallery 2018-07-19
+com.simplemobiletools.gallery_188.apk com.simplemobiletools.gallery 2018-07-28
+com.simplemobiletools.gallery_189.apk com.simplemobiletools.gallery 2018-08-01
+com.simplemobiletools.gallery_192.apk com.simplemobiletools.gallery 2018-08-03
+com.simplemobiletools.gallery_195.apk com.simplemobiletools.gallery 2018-08-10
+com.simplemobiletools.gallery_196.apk com.simplemobiletools.gallery 2018-08-21
+com.simplemobiletools.gallery_197.apk com.simplemobiletools.gallery 2018-08-22
+com.simplemobiletools.gallery_198.apk com.simplemobiletools.gallery 2018-09-11
+com.simplemobiletools.gallery_200.apk com.simplemobiletools.gallery 2018-09-25
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
@@ -6366,6 +7160,11 @@ com.simplemobiletools.musicplayer_38.apk com.simplemobiletools.musicplayer 2018-
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.musicplayer_44.apk com.simplemobiletools.musicplayer 2018-05-23
+com.simplemobiletools.musicplayer_45.apk com.simplemobiletools.musicplayer 2018-06-13
+com.simplemobiletools.musicplayer_46.apk com.simplemobiletools.musicplayer 2018-07-19
+com.simplemobiletools.musicplayer_47.apk com.simplemobiletools.musicplayer 2018-08-12
+com.simplemobiletools.musicplayer_48.apk com.simplemobiletools.musicplayer 2018-09-14
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
@@ -6399,9 +7198,16 @@ 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.notes_48.apk com.simplemobiletools.notes 2018-05-21
+com.simplemobiletools.notes_49.apk com.simplemobiletools.notes 2018-07-19
+com.simplemobiletools.notes_50.apk com.simplemobiletools.notes 2018-08-12
+com.simplemobiletools.notes_51.apk com.simplemobiletools.notes 2018-09-15
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.simplemobiletools.thankyou_9.apk com.simplemobiletools.thankyou 2018-05-12
+com.simplemobiletools.thankyou_10.apk com.simplemobiletools.thankyou 2018-06-26
+com.simplemobiletools.thankyou_11.apk com.simplemobiletools.thankyou 2018-08-12
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
@@ -6452,6 +7258,7 @@ com.smorgasbork.hotdeath_6.apk com.smorgasbork.hotdeath 2012-01-24
com.smorgasbork.hotdeath_7.apk com.smorgasbork.hotdeath 2012-02-05
com.smorgasbork.hotdeath_8.apk com.smorgasbork.hotdeath 2012-04-24
com.sound.ampache_200.apk com.sound.ampache 2016-09-21
+com.sovworks.edslite_224.apk com.sovworks.edslite 2018-07-28
com.soyblue.bluesound_4.apk com.soyblue.bluesound 2015-02-18
com.soyblue.bluesound_6.apk com.soyblue.bluesound 2015-02-21
com.soyblue.bluesound_7.apk com.soyblue.bluesound 2015-02-22
@@ -6459,6 +7266,7 @@ com.soyblue.bluesound_8.apk com.soyblue.bluesound 2015-02-27
com.soyblue.bluesound_9.apk com.soyblue.bluesound 2015-02-27
com.soyblue.bluesound_10.apk com.soyblue.bluesound 2015-04-06
com.spazedog.mounts2sd_33.apk com.spazedog.mounts2sd 2013-12-09
+com.spisoft.quicknote_1.apk com.spisoft.quicknote 2018-08-09
com.sputnik.wispr_147.apk com.sputnik.wispr 2012-08-29
com.spydiko.rotationmanager_foss_18.apk com.spydiko.rotationmanager_foss 2014-09-20
com.ssaurel.clocklw_1.apk com.ssaurel.clocklw 2014-09-23
@@ -6488,6 +7296,11 @@ com.stoutner.privacybrowser.standard_26.apk com.stoutner.privacybrowser.standard
com.stoutner.privacybrowser.standard_29.apk com.stoutner.privacybrowser.standard 2017-11-28
com.stoutner.privacybrowser.standard_30.apk com.stoutner.privacybrowser.standard 2018-02-28
com.stoutner.privacybrowser.standard_31.apk com.stoutner.privacybrowser.standard 2018-03-05
+com.stoutner.privacybrowser.standard_32.apk com.stoutner.privacybrowser.standard 2018-05-14
+com.stoutner.privacybrowser.standard_33.apk com.stoutner.privacybrowser.standard 2018-05-26
+com.stoutner.privacybrowser.standard_34.apk com.stoutner.privacybrowser.standard 2018-07-19
+com.stoutner.privacybrowser.standard_35.apk com.stoutner.privacybrowser.standard 2018-08-03
+com.stripe1.xmouse_25.apk com.stripe1.xmouse 2018-08-30
com.studio332.flickit.android_4.apk com.studio332.flickit.android 2015-03-12
com.studio332.flickit_3.apk com.studio332.flickit 2014-01-09
com.stwalkerster.android.apps.strobelight_3.apk com.stwalkerster.android.apps.strobelight 2015-03-08
@@ -6514,6 +7327,8 @@ 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
@@ -6563,6 +7378,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.api_22.apk com.termux.api 2018-06-07
+com.termux.api_24.apk com.termux.api 2018-06-16
+com.termux.api_25.apk com.termux.api 2018-06-25
+com.termux.api_26.apk com.termux.api 2018-07-28
+com.termux.api_27.apk com.termux.api 2018-08-29
+com.termux.api_28.apk com.termux.api 2018-10-01
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
@@ -6579,6 +7401,8 @@ com.termux.styling_18.apk com.termux.styling 2017-08-20
com.termux.styling_19.apk com.termux.styling 2017-08-20
com.termux.styling_20.apk com.termux.styling 2017-12-04
com.termux.styling_21.apk com.termux.styling 2017-12-04
+com.termux.styling_23.apk com.termux.styling 2018-08-29
+com.termux.styling_24.apk com.termux.styling 2018-08-30
com.termux.tasker_1.apk com.termux.tasker 2016-12-30
com.termux.tasker_2.apk com.termux.tasker 2017-09-24
com.termux.tasker_3.apk com.termux.tasker 2017-12-04
@@ -6635,6 +7459,11 @@ com.termux_56.apk com.termux 2017-12-07
com.termux_57.apk com.termux 2017-12-15
com.termux_59.apk com.termux 2017-12-15
com.termux_60.apk com.termux 2018-01-29
+com.termux_61.apk com.termux 2018-06-16
+com.termux_62.apk com.termux 2018-06-25
+com.termux_63.apk com.termux 2018-06-26
+com.termux_64.apk com.termux 2018-07-06
+com.termux_65.apk com.termux 2018-08-03
com.textuality.lifesaver2_6.apk com.textuality.lifesaver2 2013-11-05
com.th.XenonWallpapers_2.apk com.th.XenonWallpapers 2014-01-07
com.thefonz.ed_tool_1.apk com.thefonz.ed_tool 2015-04-12
@@ -6669,6 +7498,15 @@ com.tmarki.comicmaker_33.apk com.tmarki.comicmaker 2013-02-14
com.tmendes.birthdaydroid_10.apk com.tmendes.birthdaydroid 2017-02-24
com.tmendes.birthdaydroid_11.apk com.tmendes.birthdaydroid 2017-05-29
com.tmendes.birthdaydroid_12.apk com.tmendes.birthdaydroid 2017-08-02
+com.tmendes.birthdaydroid_20.apk com.tmendes.birthdaydroid 2018-06-12
+com.tmendes.birthdaydroid_21.apk com.tmendes.birthdaydroid 2018-06-16
+com.tmendes.birthdaydroid_22.apk com.tmendes.birthdaydroid 2018-07-02
+com.tmendes.birthdaydroid_23.apk com.tmendes.birthdaydroid 2018-07-23
+com.tmendes.birthdaydroid_24.apk com.tmendes.birthdaydroid 2018-08-03
+com.tmendes.birthdaydroid_25.apk com.tmendes.birthdaydroid 2018-08-09
+com.tmendes.birthdaydroid_26.apk com.tmendes.birthdaydroid 2018-08-15
+com.tmendes.birthdaydroid_27.apk com.tmendes.birthdaydroid 2018-08-26
+com.tmendes.birthdaydroid_28.apk com.tmendes.birthdaydroid 2018-08-29
com.tmendes.dadosd_4.apk com.tmendes.dadosd 2017-02-24
com.tobiaskuban.android.monthcalendarwidgetfoss_4.apk com.tobiaskuban.android.monthcalendarwidgetfoss 2014-03-27
com.tobiaskuban.android.monthcalendarwidgetfoss_5.apk com.tobiaskuban.android.monthcalendarwidgetfoss 2015-03-07
@@ -6676,6 +7514,7 @@ com.tobykurien.batteryfu_44.apk com.tobykurien.batteryfu 2014-03-05
com.tobykurien.batteryfu_45.apk com.tobykurien.batteryfu 2014-03-26
com.tobykurien.batteryfu_46.apk com.tobykurien.batteryfu 2015-03-08
com.tobykurien.batteryfu_47.apk com.tobykurien.batteryfu 2015-03-28
+com.tobykurien.batteryfu_48.apk com.tobykurien.batteryfu 2018-09-21
com.tobykurien.google_news_8.apk com.tobykurien.google_news 2013-10-25
com.tobykurien.google_news_9.apk com.tobykurien.google_news 2013-10-29
com.tobykurien.google_news_11.apk com.tobykurien.google_news 2013-11-16
@@ -6699,6 +7538,10 @@ com.tobykurien.webapps_17.apk com.tobykurien.webapps 2017-03-30
com.tobykurien.webapps_19.apk com.tobykurien.webapps 2017-07-14
com.tobykurien.webapps_20.apk com.tobykurien.webapps 2018-02-16
com.tobykurien.webapps_22.apk com.tobykurien.webapps 2018-03-05
+com.tobykurien.webapps_23.apk com.tobykurien.webapps 2018-04-28
+com.tobykurien.webapps_24.apk com.tobykurien.webapps 2018-05-23
+com.tobykurien.webapps_25.apk com.tobykurien.webapps 2018-08-15
+com.tobykurien.webmediashare_1.apk com.tobykurien.webmediashare 2018-09-11
com.todobom.opennotescanner_10.apk com.todobom.opennotescanner 2016-02-24
com.todobom.opennotescanner_11.apk com.todobom.opennotescanner 2016-02-29
com.todobom.opennotescanner_12.apk com.todobom.opennotescanner 2016-02-29
@@ -6748,6 +7591,9 @@ 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.tortel.syslog_29.apk com.tortel.syslog 2018-07-19
+com.tortel.syslog_30.apk com.tortel.syslog 2018-09-01
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
@@ -6825,6 +7671,8 @@ com.ultrafunk.network_info_27.apk com.ultrafunk.network_info 2016-01-27
com.ultrafunk.network_info_28.apk com.ultrafunk.network_info 2016-11-14
com.ultrafunk.network_info_29.apk com.ultrafunk.network_info 2016-11-21
com.ultrafunk.network_info_30.apk com.ultrafunk.network_info 2016-12-14
+com.ultramegasoft.flavordex2_21.apk com.ultramegasoft.flavordex2 2018-07-02
+com.ultramegasoft.flavordex2_22.apk com.ultramegasoft.flavordex2 2018-07-02
com.ultramegatech.ey_6.apk com.ultramegatech.ey 2013-12-15
com.ultramegatech.ey_7.apk com.ultramegatech.ey 2014-06-02
com.ultramegatech.ey_8.apk com.ultramegatech.ey 2015-06-10
@@ -6850,6 +7698,8 @@ 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.ultramegatech.ey_32.apk com.ultramegatech.ey 2018-06-28
+com.ultramegatech.ey_33.apk com.ultramegatech.ey 2018-10-01
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
@@ -6872,6 +7722,7 @@ com.uploadedlobster.PwdHash_21.apk com.uploadedlobster.PwdHash 2014-04-12
com.uploadedlobster.PwdHash_22.apk com.uploadedlobster.PwdHash 2014-11-07
com.uploadedlobster.PwdHash_23.apk com.uploadedlobster.PwdHash 2014-11-07
com.uploadedlobster.PwdHash_24.apk com.uploadedlobster.PwdHash 2015-08-28
+com.uploadedlobster.PwdHash_25.apk com.uploadedlobster.PwdHash 2018-05-12
com.uraroji.garage.android.mp3recvoice_1.apk com.uraroji.garage.android.mp3recvoice 2013-07-31
com.utyf.pmetro_105.apk com.utyf.pmetro 2016-01-05
com.utyf.pmetro_107.apk com.utyf.pmetro 2016-02-12
@@ -6893,6 +7744,8 @@ com.vackosar.searchbasedlauncher_59.apk com.vackosar.searchbasedlauncher 2017-01
com.vadimfrolov.duorem_1.apk com.vadimfrolov.duorem 2017-05-28
com.vadimfrolov.duorem_2.apk com.vadimfrolov.duorem 2017-07-19
com.vadimfrolov.duorem_3.apk com.vadimfrolov.duorem 2018-02-28
+com.vadimfrolov.duorem_4.apk com.vadimfrolov.duorem 2018-05-23
+com.vadimfrolov.duorem_5.apk com.vadimfrolov.duorem 2018-05-27
com.valleytg.oasvn.android_10.apk com.valleytg.oasvn.android 2012-09-22
com.valleytg.oasvn.android_11.apk com.valleytg.oasvn.android 2012-10-01
com.vanderbie.heart_rate_monitor_1.apk com.vanderbie.heart_rate_monitor 2014-08-15
@@ -6907,6 +7760,7 @@ com.veken0m.bitcoinium_48.apk com.veken0m.bitcoinium 2013-12-02
com.veniosg.dir_1406.apk com.veniosg.dir 2017-12-24
com.veniosg.dir_1510.apk com.veniosg.dir 2018-01-22
com.veniosg.dir_1523.apk com.veniosg.dir 2018-01-26
+com.veniosg.dir_1560.apk com.veniosg.dir 2018-06-25
com.vgorcum.minedmonero_2.apk com.vgorcum.minedmonero 2018-02-28
com.viper.simplert_1.apk com.viper.simplert 2016-09-19
com.vlath.beheexplorer_2002.apk com.vlath.beheexplorer 2017-01-22
@@ -6936,6 +7790,7 @@ com.volosyukivan_26.apk com.volosyukivan 2011-09-02
com.volosyukivan_28.apk com.volosyukivan 2013-05-31
com.volosyukivan_30.apk com.volosyukivan 2013-07-02
com.vonglasow.michael.qz_10100.apk com.vonglasow.michael.qz 2018-02-22
+com.vonglasow.michael.qz_10200.apk com.vonglasow.michael.qz 2018-05-06
com.vonglasow.michael.satstat_1.apk com.vonglasow.michael.satstat 2013-09-06
com.vonglasow.michael.satstat_10.apk com.vonglasow.michael.satstat 2013-09-12
com.vonglasow.michael.satstat_30.apk com.vonglasow.michael.satstat 2013-09-28
@@ -6973,6 +7828,10 @@ 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.vrem.wifianalyzer_39.apk com.vrem.wifianalyzer 2018-06-10
+com.vrem.wifianalyzer_40.apk com.vrem.wifianalyzer 2018-06-17
+com.vrem.wifianalyzer_41.apk com.vrem.wifianalyzer 2018-08-10
com.vsmartcard.acardemulator_1.apk com.vsmartcard.acardemulator 2015-03-12
com.vsmartcard.acardemulator_2.apk com.vsmartcard.acardemulator 2016-05-13
com.vsmartcard.remotesmartcardreader.app_1.apk com.vsmartcard.remotesmartcardreader.app 2014-07-20
@@ -7027,6 +7886,16 @@ 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.waifusims.wanicchou_7.apk com.waifusims.wanicchou 2018-08-20
+com.waifusims.wanicchou_9.apk com.waifusims.wanicchou 2018-08-20
+com.waist.line_10000.apk com.waist.line 2018-05-21
+com.waist.line_10002.apk com.waist.line 2018-06-07
+com.waist.line_20000.apk com.waist.line 2018-08-03
+com.waist.line_20100.apk com.waist.line 2018-08-09
+com.waist.line_20201.apk com.waist.line 2018-08-27
+com.waist.line_20203.apk com.waist.line 2018-09-01
+com.waist.line_20303.apk com.waist.line 2018-09-21
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
@@ -7054,6 +7923,9 @@ 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.wangdaye.mysplash_333.apk com.wangdaye.mysplash 2018-05-02
+com.wangdaye.mysplash_337.apk com.wangdaye.mysplash 2018-07-19
+com.wangdaye.mysplash_339.apk com.wangdaye.mysplash 2018-08-26
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
@@ -7079,6 +7951,30 @@ 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.wireguard.android_406.apk com.wireguard.android 2018-04-28
+com.wireguard.android_407.apk com.wireguard.android 2018-05-02
+com.wireguard.android_410.apk com.wireguard.android 2018-05-14
+com.wireguard.android_412.apk com.wireguard.android 2018-05-16
+com.wireguard.android_414.apk com.wireguard.android 2018-05-22
+com.wireguard.android_415.apk com.wireguard.android 2018-05-25
+com.wireguard.android_416.apk com.wireguard.android 2018-05-26
+com.wireguard.android_417.apk com.wireguard.android 2018-05-27
+com.wireguard.android_419.apk com.wireguard.android 2018-06-02
+com.wireguard.android_420.apk com.wireguard.android 2018-06-04
+com.wireguard.android_421.apk com.wireguard.android 2018-06-05
+com.wireguard.android_422.apk com.wireguard.android 2018-06-07
+com.wireguard.android_423.apk com.wireguard.android 2018-06-09
+com.wireguard.android_424.apk com.wireguard.android 2018-06-13
+com.wireguard.android_429.apk com.wireguard.android 2018-07-08
+com.wireguard.android_432.apk com.wireguard.android 2018-07-19
+com.wireguard.android_433.apk com.wireguard.android 2018-07-19
+com.wireguard.android_434.apk com.wireguard.android 2018-07-19
+com.wireguard.android_435.apk com.wireguard.android 2018-07-23
+com.wireguard.android_436.apk com.wireguard.android 2018-07-26
+com.wireguard.android_437.apk com.wireguard.android 2018-07-28
+com.wireguard.android_438.apk com.wireguard.android 2018-08-01
+com.wireguard.android_439.apk com.wireguard.android 2018-08-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
@@ -7092,6 +7988,9 @@ 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.tourcount_303.apk com.wmstein.tourcount 2018-05-06
+com.wmstein.tourcount_304.apk com.wmstein.tourcount 2018-08-09
+com.wmstein.tourcount_305.apk com.wmstein.tourcount 2018-09-25
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
@@ -7107,8 +8006,12 @@ 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.wmstein.transektcount_303.apk com.wmstein.transektcount 2018-05-06
+com.wmstein.transektcount_304.apk com.wmstein.transektcount 2018-08-09
com.woefe.shoppinglist_8.apk com.woefe.shoppinglist 2018-02-16
com.woefe.shoppinglist_9.apk com.woefe.shoppinglist 2018-03-26
+com.woefe.shoppinglist_10.apk com.woefe.shoppinglist 2018-05-22
+com.woefe.shoppinglist_11.apk com.woefe.shoppinglist 2018-06-02
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
@@ -7128,6 +8031,8 @@ com.workingagenda.democracydroid_35.apk com.workingagenda.democracydroid 2017-08
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.democracydroid_42.apk com.workingagenda.democracydroid 2018-05-29
+com.workingagenda.democracydroid_43.apk com.workingagenda.democracydroid 2018-06-02
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
@@ -7135,6 +8040,9 @@ com.workingagenda.fissure_1.apk com.workingagenda.fissure 2016-08-09
com.workingagenda.fissure_2.apk com.workingagenda.fissure 2016-08-21
com.workingagenda.fissure_3.apk com.workingagenda.fissure 2016-08-25
com.workingagenda.fissure_5.apk com.workingagenda.fissure 2016-09-22
+com.wownero.wownerujo_1060.apk com.wownero.wownerujo 2018-08-20
+com.wownero.wownerujo_1070.apk com.wownero.wownerujo 2018-08-20
+com.wownero.wownerujo_1080.apk com.wownero.wownerujo 2018-08-29
com.write.Quill_36.apk com.write.Quill 2012-09-18
com.write.Quill_37.apk com.write.Quill 2012-11-01
com.write.Quill_40.apk com.write.Quill 2013-07-02
@@ -7221,6 +8129,7 @@ com.yubico.yubiclip_2.apk com.yubico.yubiclip 2014-02-19
com.yubico.yubiclip_3.apk com.yubico.yubiclip 2015-03-25
com.yubico.yubiclip_4.apk com.yubico.yubiclip 2015-06-27
com.yubico.yubiclip_5.apk com.yubico.yubiclip 2015-11-18
+com.yubico.yubiclip_10300.apk com.yubico.yubiclip 2018-10-01
com.yubico.yubioath_10.apk com.yubico.yubioath 2013-09-03
com.yubico.yubioath_14.apk com.yubico.yubioath 2013-09-06
com.yubico.yubioath_15.apk com.yubico.yubioath 2013-11-08
@@ -7330,8 +8239,10 @@ 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.metalab_open_widget_10001.apk com.zoffcc.applications.metalab_open_widget 2018-08-10
com.zoffcc.applications.trifa_10002.apk com.zoffcc.applications.trifa 2017-06-17
com.zoffcc.applications.trifa_10003.apk com.zoffcc.applications.trifa 2017-06-23
com.zoffcc.applications.trifa_10005.apk com.zoffcc.applications.trifa 2017-07-02
@@ -7345,6 +8256,9 @@ 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.trifa_10016.apk com.zoffcc.applications.trifa 2018-05-09
+com.zoffcc.applications.trifa_10017.apk com.zoffcc.applications.trifa 2018-07-25
+com.zoffcc.applications.trifa_10019.apk com.zoffcc.applications.trifa 2018-09-21
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
@@ -7358,6 +8272,7 @@ com.zoffcc.applications.zanavi_253.apk com.zoffcc.applications.zanavi 2016-11-08
com.zoffcc.applications.zanavi_254.apk com.zoffcc.applications.zanavi 2016-11-14
com.zoffcc.applications.zanavi_256.apk com.zoffcc.applications.zanavi 2016-12-14
com.zoffcc.applications.zanavi_257.apk com.zoffcc.applications.zanavi 2017-06-23
+com.zoffcc.fahrplan.toxcon_10000.apk com.zoffcc.fahrplan.toxcon 2018-07-23
com.zola.bmi_1.apk com.zola.bmi 2014-02-06
com.zola.bmi_102.apk com.zola.bmi 2014-04-28
com.zola.bmi_121.apk com.zola.bmi 2014-05-10
@@ -7366,12 +8281,20 @@ com.zola.bmi_123.apk com.zola.bmi 2014-06-09
com.zola.bmi_202.apk com.zola.bmi 2014-12-29
com.zola.bmi_300.apk com.zola.bmi 2015-01-02
com.zola.bmi_301.apk com.zola.bmi 2017-09-14
+community.fairphone.checkup_20108.apk community.fairphone.checkup 2018-09-14
community.fairphone.clock_2.apk community.fairphone.clock 2017-05-31
+community.fairphone.clock_3.apk community.fairphone.clock 2018-06-07
+community.fairphone.fplauncher3_8.apk community.fairphone.fplauncher3 2018-05-07
+community.fairphone.fplauncher3_9.apk community.fairphone.fplauncher3 2018-06-05
+community.fairphone.fplauncher3_10.apk community.fairphone.fplauncher3 2018-06-13
+community.fairphone.launcher_2.apk community.fairphone.launcher 2018-07-02
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.internetradio_6.apk community.peers.internetradio 2018-07-30
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
@@ -7406,6 +8329,10 @@ 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
+cx.ring_117.apk cx.ring 2018-05-06
+cx.ring_127.apk cx.ring 2018-07-30
+cx.ring_129.apk cx.ring 2018-09-14
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
@@ -7416,6 +8343,10 @@ 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.dvratil.fbeventsync_31.apk cz.dvratil.fbeventsync 2018-08-12
+cz.dvratil.fbeventsync_33.apk cz.dvratil.fbeventsync 2018-09-05
+cz.dvratil.fbeventsync_34.apk cz.dvratil.fbeventsync 2018-09-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
@@ -7424,6 +8355,7 @@ cz.hejl.chesswalk_7.apk cz.hejl.chesswalk 2012-01-12
cz.hejl.chesswalk_8.apk cz.hejl.chesswalk 2012-08-29
cz.hejl.chesswalk_9.apk cz.hejl.chesswalk 2013-11-23
cz.jiriskorpil.amixerwebui_7.apk cz.jiriskorpil.amixerwebui 2018-02-16
+cz.jiriskorpil.amixerwebui_8.apk cz.jiriskorpil.amixerwebui 2018-05-07
cz.jirkovsky.lukas.chmupocasi_30006.apk cz.jirkovsky.lukas.chmupocasi 2014-12-05
cz.jirkovsky.lukas.chmupocasi_30007.apk cz.jirkovsky.lukas.chmupocasi 2015-12-01
cz.martykan.forecastie_2.apk cz.martykan.forecastie 2015-12-30
@@ -7453,6 +8385,7 @@ cz.martykan.webtube_10.apk cz.martykan.webtube 2016-01-23
cz.martykan.webtube_11.apk cz.martykan.webtube 2016-02-03
cz.martykan.webtube_12.apk cz.martykan.webtube 2016-02-17
cz.martykan.webtube_13.apk cz.martykan.webtube 2016-03-23
+cz.martykan.webtube_17.apk cz.martykan.webtube 2018-09-11
cz.nic.turris_1488201190.apk cz.nic.turris 2017-12-24
cz.romario.opensudoku_1104.apk cz.romario.opensudoku 2012-01-12
cz.romario.opensudoku_1105.apk cz.romario.opensudoku 2012-01-12
@@ -7482,6 +8415,7 @@ cz.yetanotherview.webcamviewer.app_100077.apk cz.yetanotherview.webcamviewer.app
cz.yetanotherview.webcamviewer.app_200075.apk cz.yetanotherview.webcamviewer.app 2015-08-19
cz.yetanotherview.webcamviewer.app_200076.apk cz.yetanotherview.webcamviewer.app 2015-08-24
cz.yetanotherview.webcamviewer.app_200077.apk cz.yetanotherview.webcamviewer.app 2015-08-28
+d.d.meshenger_1.apk d.d.meshenger 2018-08-20
damo.three.ie_8.apk damo.three.ie 2013-08-16
damo.three.ie_9.apk damo.three.ie 2013-09-03
damo.three.ie_14.apk damo.three.ie 2014-08-02
@@ -7493,6 +8427,7 @@ daniel_32.flexiblewallpaper_1.apk daniel_32.flexiblewallpaper 2016-12-22
daniel_32.flexiblewallpaper_2.apk daniel_32.flexiblewallpaper 2017-01-14
dasher.android_9.apk dasher.android 2013-06-16
de.Cherubin7th.blackscreenpresentationremote_2.apk de.Cherubin7th.blackscreenpresentationremote 2014-03-15
+de.HS_Aalen.don_4.apk de.HS_Aalen.don 2018-09-11
de.aditu.selfoss_13.apk de.aditu.selfoss 2012-09-26
de.antonfluegge.android.yubnubwidgetadfree_6.apk de.antonfluegge.android.yubnubwidgetadfree 2012-11-08
de.antonfluegge.android.yubnubwidgetadfree_7.apk de.antonfluegge.android.yubnubwidgetadfree 2013-03-18
@@ -7522,6 +8457,13 @@ de.arnowelzel.android.periodical_33.apk de.arnowelzel.android.periodical 2017-11
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.arnowelzel.android.periodical_50.apk de.arnowelzel.android.periodical 2018-07-02
+de.arnowelzel.android.periodical_52.apk de.arnowelzel.android.periodical 2018-07-19
+de.arnowelzel.android.periodical_53.apk de.arnowelzel.android.periodical 2018-07-25
+de.arnowelzel.android.periodical_55.apk de.arnowelzel.android.periodical 2018-08-09
+de.arnowelzel.android.periodical_56.apk de.arnowelzel.android.periodical 2018-08-15
+de.arnowelzel.android.periodical_57.apk de.arnowelzel.android.periodical 2018-08-17
+de.arnowelzel.android.periodical_58.apk de.arnowelzel.android.periodical 2018-08-25
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
@@ -7536,6 +8478,7 @@ de.audioattack.openlink_14.apk de.audioattack.openlink 2017-06-14
de.audioattack.openlink_15.apk de.audioattack.openlink 2017-07-14
de.audioattack.openlink_16.apk de.audioattack.openlink 2017-08-20
de.audioattack.openlink_19.apk de.audioattack.openlink 2018-02-13
+de.audioattack.openlink_21.apk de.audioattack.openlink 2018-05-23
de.audioattack.yacy31c3search_7.apk de.audioattack.yacy31c3search 2015-02-27
de.audioattack.yacy32c3search_1.apk de.audioattack.yacy32c3search 2015-12-28
de.audioattack.yacy32c3search_2.apk de.audioattack.yacy32c3search 2015-12-29
@@ -7613,6 +8556,10 @@ 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.browser_77.apk de.baumann.browser 2018-05-14
+de.baumann.browser_80.apk de.baumann.browser 2018-07-19
+de.baumann.browser_81.apk de.baumann.browser 2018-08-30
+de.baumann.browser_83.apk de.baumann.browser 2018-09-25
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
@@ -7749,6 +8696,8 @@ de.baumann.weather_38.apk de.baumann.weather 2017-04-17
de.baumann.weather_39.apk de.baumann.weather 2017-04-17
de.baumann.weather_40.apk de.baumann.weather 2017-05-10
de.baumann.weather_46.apk de.baumann.weather 2017-08-15
+de.binary_kitchen.doorlock_app_4.apk de.binary_kitchen.doorlock_app 2018-09-11
+de.binary_kitchen.doorlock_app_5.apk de.binary_kitchen.doorlock_app 2018-09-20
de.bitsharesmunich.smartcoinswallet_186.apk de.bitsharesmunich.smartcoinswallet 2016-08-15
de.bitsharesmunich.smartcoinswallet_187.apk de.bitsharesmunich.smartcoinswallet 2016-09-11
de.bitsharesmunich.wallet_10000.apk de.bitsharesmunich.wallet 2016-02-27
@@ -7792,6 +8741,15 @@ 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.blau.android_503.apk de.blau.android 2018-05-12
+de.blau.android_504.apk de.blau.android 2018-06-10
+de.blau.android_505.apk de.blau.android 2018-06-10
+de.blau.android_607.apk de.blau.android 2018-07-08
+de.blau.android_608.apk de.blau.android 2018-07-19
+de.blau.android_609.apk de.blau.android 2018-08-10
+de.blau.android_610.apk de.blau.android 2018-08-21
+de.blau.android_611.apk de.blau.android 2018-08-30
+de.blau.android_703.apk de.blau.android 2018-09-20
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
@@ -7820,6 +8778,7 @@ de.blinkt.openvpn_145.apk de.blinkt.openvpn 2017-02-08
de.blinkt.openvpn_147.apk de.blinkt.openvpn 2017-05-15
de.blinkt.openvpn_151.apk de.blinkt.openvpn 2017-07-18
de.blinkt.openvpn_153.apk de.blinkt.openvpn 2017-07-18
+de.blinkt.openvpn_158.apk de.blinkt.openvpn 2018-05-18
de.boesling.hydromemo_414109.apk de.boesling.hydromemo 2014-04-16
de.boesling.hydromemo_4141010.apk de.boesling.hydromemo 2014-04-22
de.boesling.hydromemo_4141011.apk de.boesling.hydromemo 2014-04-28
@@ -7838,6 +8797,7 @@ de.chaosdorf.meteroid_25.apk de.chaosdorf.meteroid 2017-03-08
de.chaosdorf.meteroid_26.apk de.chaosdorf.meteroid 2017-03-30
de.chaosdorf.meteroid_27.apk de.chaosdorf.meteroid 2017-04-08
de.chaosdorf.meteroid_28.apk de.chaosdorf.meteroid 2018-02-13
+de.chaosdorf.meteroid_29.apk de.chaosdorf.meteroid 2018-10-01
de.christinecoenen.code.zapp_1.apk de.christinecoenen.code.zapp 2016-09-16
de.christinecoenen.code.zapp_2.apk de.christinecoenen.code.zapp 2016-09-21
de.christinecoenen.code.zapp_3.apk de.christinecoenen.code.zapp 2016-10-01
@@ -7860,12 +8820,18 @@ 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.christinecoenen.code.zapp_26.apk de.christinecoenen.code.zapp 2018-05-22
+de.christinecoenen.code.zapp_27.apk de.christinecoenen.code.zapp 2018-09-15
+de.christinecoenen.code.zapp_28.apk de.christinecoenen.code.zapp 2018-10-01
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
de.cketti.dashclock.k9_4.apk de.cketti.dashclock.k9 2013-08-22
de.cketti.dashclock.k9_104000.apk de.cketti.dashclock.k9 2013-12-24
de.clemensbartz.android.launcher_10.apk de.clemensbartz.android.launcher 2018-02-16
+de.clemensbartz.android.launcher_11.apk de.clemensbartz.android.launcher 2018-06-23
+de.clemensbartz.android.launcher_12.apk de.clemensbartz.android.launcher 2018-08-20
+de.clemensbartz.android.launcher_13.apk de.clemensbartz.android.launcher 2018-08-22
de.cryptobitch.muelli.barcodegen_2.apk de.cryptobitch.muelli.barcodegen 2016-09-23
de.cryptobitch.muelli.vouchercalc_2.apk de.cryptobitch.muelli.vouchercalc 2016-07-15
de.cryptobitch.muelli.vouchercalc_3.apk de.cryptobitch.muelli.vouchercalc 2016-07-28
@@ -7927,6 +8893,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
@@ -7947,9 +8914,17 @@ 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.anotherrss_217.apk de.digisocken.anotherrss 2018-05-14
+de.digisocken.anotherrss_218.apk de.digisocken.anotherrss 2018-05-23
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.openwort_18.apk de.digisocken.openwort 2018-05-25
+de.digisocken.openwort_19.apk de.digisocken.openwort 2018-06-16
+de.digisocken.reotwe_203.apk de.digisocken.reotwe 2018-04-27
+de.digisocken.reotwe_204.apk de.digisocken.reotwe 2018-07-02
+de.digisocken.reotwe_205.apk de.digisocken.reotwe 2018-07-08
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
@@ -7958,17 +8933,22 @@ de.dotwee.micropinner_23.apk de.dotwee.micropinner 2016-03-15
de.dotwee.micropinner_24.apk de.dotwee.micropinner 2016-08-05
de.dotwee.micropinner_25.apk de.dotwee.micropinner 2016-09-08
de.dotwee.micropinner_26.apk de.dotwee.micropinner 2016-11-01
+de.dotwee.micropinner_29.apk de.dotwee.micropinner 2018-07-15
de.drhoffmannsoft.pizza_7.apk de.drhoffmannsoft.pizza 2015-11-24
de.drhoffmannsoft.pizza_9.apk de.drhoffmannsoft.pizza 2015-12-12
+de.drhoffmannsoftware.xearth_22.apk de.drhoffmannsoftware.xearth 2018-07-28
de.drhoffmannsoftware.xearth_2015100901.apk de.drhoffmannsoftware.xearth 2015-10-15
de.drhoffmannsoftware_7.apk de.drhoffmannsoftware 2016-12-19
+de.drhoffmannsoftware_9.apk de.drhoffmannsoftware 2018-08-15
de.duenndns.gmdice_6.apk de.duenndns.gmdice 2012-04-20
de.duenndns.gmdice_7.apk de.duenndns.gmdice 2014-07-09
de.eidottermihi.raspicheck_39.apk de.eidottermihi.raspicheck 2016-05-23
+de.eidottermihi.raspicheck_52.apk de.eidottermihi.raspicheck 2018-09-21
de.enaikoon.android.keypadmapper3_47.apk de.enaikoon.android.keypadmapper3 2013-11-12
de.feisar.wordvalue_1.apk de.feisar.wordvalue 2015-01-05
de.fgerbig.spacepeng_1581.apk de.fgerbig.spacepeng 2015-04-13
de.fmaul.android.cmis_8.apk de.fmaul.android.cmis 2012-03-10
+de.fragdenstaat.app_23.apk de.fragdenstaat.app 2018-05-16
de.freewarepoint.whohasmystuff_8.apk de.freewarepoint.whohasmystuff 2012-09-22
de.freewarepoint.whohasmystuff_10.apk de.freewarepoint.whohasmystuff 2013-04-07
de.freewarepoint.whohasmystuff_11.apk de.freewarepoint.whohasmystuff 2013-04-16
@@ -7987,6 +8967,7 @@ 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.freifunk_karte.freifunk_karte_7.apk de.freifunk_karte.freifunk_karte 2018-08-25
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
@@ -8096,6 +9077,12 @@ 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.geeksfactory.opacclient_187.apk de.geeksfactory.opacclient 2018-04-30
+de.geeksfactory.opacclient_188.apk de.geeksfactory.opacclient 2018-05-16
+de.geeksfactory.opacclient_189.apk de.geeksfactory.opacclient 2018-06-16
+de.geeksfactory.opacclient_190.apk de.geeksfactory.opacclient 2018-07-19
+de.geeksfactory.opacclient_192.apk de.geeksfactory.opacclient 2018-09-06
+de.geeksfactory.opacclient_193.apk de.geeksfactory.opacclient 2018-09-21
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
@@ -8137,6 +9124,9 @@ de.grobox.liberario_45.apk de.grobox.liberario 2016-12-26
de.grobox.liberario_47.apk de.grobox.liberario 2017-02-05
de.grobox.liberario_48.apk de.grobox.liberario 2017-04-17
de.grobox.liberario_49.apk de.grobox.liberario 2018-02-20
+de.grobox.liberario_108.apk de.grobox.liberario 2018-07-19
+de.grobox.liberario_109.apk de.grobox.liberario 2018-07-23
+de.grobox.liberario_111.apk de.grobox.liberario 2018-08-01
de.guerda.matekarte_1.apk de.guerda.matekarte 2014-11-28
de.guerda.matekarte_2.apk de.guerda.matekarte 2014-12-11
de.hampager.dapnetmobile_8.apk de.hampager.dapnetmobile 2017-05-20
@@ -8149,6 +9139,9 @@ 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.hampager.dapnetmobile_22.apk de.hampager.dapnetmobile 2018-08-17
+de.hampager.dapnetmobile_23.apk de.hampager.dapnetmobile 2018-08-19
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
@@ -8159,8 +9152,11 @@ de.hirtenstrasse.michael.lnkshortener_4.apk de.hirtenstrasse.michael.lnkshortene
de.hirtenstrasse.michael.lnkshortener_5.apk de.hirtenstrasse.michael.lnkshortener 2017-02-10
de.hirtenstrasse.michael.lnkshortener_7.apk de.hirtenstrasse.michael.lnkshortener 2017-04-27
de.hoffmannsgimmicks_10.apk de.hoffmannsgimmicks 2016-11-26
+de.hoffmannsgimmicks_11.apk de.hoffmannsgimmicks 2018-08-17
+de.hoffmannsgimmicks_12.apk de.hoffmannsgimmicks 2018-08-20
de.hoffmannsgimmicks_2015100901.apk de.hoffmannsgimmicks 2015-10-19
de.hoffmannsgimmickstaupunkt_16.apk de.hoffmannsgimmickstaupunkt 2016-08-19
+de.hoffmannsgimmickstaupunkt_19.apk de.hoffmannsgimmickstaupunkt 2018-08-17
de.hoffmannsgimmickstaupunkt_2015100901.apk de.hoffmannsgimmickstaupunkt 2015-10-15
de.homac.Mirrored_6.apk de.homac.Mirrored 2012-09-07
de.homac.Mirrored_9.apk de.homac.Mirrored 2012-09-07
@@ -8168,6 +9164,7 @@ de.homac.Mirrored_11.apk de.homac.Mirrored 2013-11-08
de.homac.Mirrored_13.apk de.homac.Mirrored 2014-01-23
de.homac.Mirrored_14.apk de.homac.Mirrored 2014-02-11
de.homac.Mirrored_15.apk de.homac.Mirrored 2016-05-17
+de.hosenhasser.funktrainer_43.apk de.hosenhasser.funktrainer 2018-07-02
de.hu_berlin.informatik.spws2014.mapever_1.apk de.hu_berlin.informatik.spws2014.mapever 2015-04-15
de.j4velin.pedometer_140.apk de.j4velin.pedometer 2015-04-27
de.j4velin.pedometer_141.apk de.j4velin.pedometer 2015-07-29
@@ -8246,6 +9243,8 @@ de.jkliemann.parkendd_26.apk de.jkliemann.parkendd 2017-02-02
de.jkliemann.parkendd_27.apk de.jkliemann.parkendd 2017-03-08
de.jkliemann.parkendd_28.apk de.jkliemann.parkendd 2017-07-19
de.jkliemann.parkendd_29.apk de.jkliemann.parkendd 2018-01-29
+de.jkliemann.parkendd_30.apk de.jkliemann.parkendd 2018-05-07
+de.jl.notificationlog_2.apk de.jl.notificationlog 2018-09-11
de.jurihock.voicesmith_7.apk de.jurihock.voicesmith 2012-09-07
de.jurihock.voicesmith_8.apk de.jurihock.voicesmith 2012-09-18
de.jurihock.voicesmith_9.apk de.jurihock.voicesmith 2012-09-28
@@ -8275,6 +9274,8 @@ 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.androFotoFinder_38.apk de.k3b.android.androFotoFinder 2018-08-23
+de.k3b.android.androFotoFinder_39.apk de.k3b.android.androFotoFinder 2018-08-30
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
@@ -8299,6 +9300,7 @@ de.k3b.android.toGoZip_8.apk de.k3b.android.toGoZip 2017-07-07
de.k3b.android.toGoZip_9.apk de.k3b.android.toGoZip 2017-07-25
de.k3b.android.toGoZip_10.apk de.k3b.android.toGoZip 2017-12-04
de.k3b.android.toGoZip_11.apk de.k3b.android.toGoZip 2018-02-16
+de.k3b.android.toGoZip_12.apk de.k3b.android.toGoZip 2018-05-16
de.k4ever.k4android_9.apk de.k4ever.k4android 2017-01-10
de.k4ever.k4android_10.apk de.k4ever.k4android 2017-01-11
de.karbach.tac_4.apk de.karbach.tac 2014-12-13
@@ -8312,6 +9314,7 @@ de.koelle.christian.trickytripper_18.apk de.koelle.christian.trickytripper 2016-
de.koelle.christian.trickytripper_19.apk de.koelle.christian.trickytripper 2016-09-22
de.koelle.christian.trickytripper_20.apk de.koelle.christian.trickytripper 2016-11-18
de.koelle.christian.trickytripper_21.apk de.koelle.christian.trickytripper 2016-11-30
+de.koelle.christian.trickytripper_22.apk de.koelle.christian.trickytripper 2018-09-11
de.kromke.andreas.unpopmusicplayerfree_7.apk de.kromke.andreas.unpopmusicplayerfree 2017-02-18
de.kromke.andreas.unpopmusicplayerfree_8.apk de.kromke.andreas.unpopmusicplayerfree 2017-03-03
de.kromke.andreas.unpopmusicplayerfree_9.apk de.kromke.andreas.unpopmusicplayerfree 2017-03-24
@@ -8325,16 +9328,23 @@ de.kromke.andreas.unpopmusicplayerfree_18.apk de.kromke.andreas.unpopmusicplayer
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.kromke.andreas.unpopmusicplayerfree_24.apk de.kromke.andreas.unpopmusicplayerfree 2018-09-14
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.larcado.sesam_1.apk de.larcado.sesam 2018-05-14
+de.larcado.sesam_2.apk de.larcado.sesam 2018-05-18
de.laxu.apps.nachtlagerdownloader_1.apk de.laxu.apps.nachtlagerdownloader 2013-12-09
de.lihotzki.pixelflood_10001.apk de.lihotzki.pixelflood 2017-05-22
de.lihotzki.pixelflood_10002.apk de.lihotzki.pixelflood 2017-06-13
de.lihotzki.pixelflood_10003.apk de.lihotzki.pixelflood 2018-02-16
+de.lisas.alex.runuserinit_2.apk de.lisas.alex.runuserinit 2018-08-25
de.live.gdev.cherrymusic_1.apk de.live.gdev.cherrymusic 2015-06-15
de.live.gdev.cherrymusic_2.apk de.live.gdev.cherrymusic 2015-10-07
de.live.gdev.cherrymusic_4.apk de.live.gdev.cherrymusic 2016-03-04
@@ -8367,6 +9377,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
@@ -8417,6 +9428,7 @@ de.luhmer.owncloudnewsreader_122.apk de.luhmer.owncloudnewsreader 2017-12-04
de.luhmer.owncloudnewsreader_124.apk de.luhmer.owncloudnewsreader 2017-12-07
de.luhmer.owncloudnewsreader_125.apk de.luhmer.owncloudnewsreader 2018-01-29
de.luhmer.owncloudnewsreader_126.apk de.luhmer.owncloudnewsreader 2018-01-29
+de.luhmer.owncloudnewsreader_130.apk de.luhmer.owncloudnewsreader 2018-05-18
de.mangelow.balance_3.apk de.mangelow.balance 2017-02-20
de.mangelow.debdroid_4.apk de.mangelow.debdroid 2017-02-20
de.mangelow.debdroid_5.apk de.mangelow.debdroid 2017-03-03
@@ -8455,6 +9467,8 @@ de.markusfisch.android.shadereditor_40.apk de.markusfisch.android.shadereditor 2
de.markusfisch.android.shadereditor_42.apk de.markusfisch.android.shadereditor 2018-02-03
de.markusfisch.android.shadereditor_44.apk de.markusfisch.android.shadereditor 2018-02-28
de.markusfisch.android.shadereditor_45.apk de.markusfisch.android.shadereditor 2018-03-05
+de.markusfisch.android.shadereditor_46.apk de.markusfisch.android.shadereditor 2018-05-02
+de.markusfisch.android.shadereditor_47.apk de.markusfisch.android.shadereditor 2018-05-06
de.markusfisch.android.wavelines_3.apk de.markusfisch.android.wavelines 2013-12-15
de.marmaro.krt.chat_162.apk de.marmaro.krt.chat 2016-07-28
de.marmaro.krt.chat_163.apk de.marmaro.krt.chat 2016-07-28
@@ -8572,6 +9586,10 @@ de.onyxbits.textfiction_6.apk de.onyxbits.textfiction 2014-03-31
de.onyxbits.textfiction_8.apk de.onyxbits.textfiction 2014-04-28
de.onyxbits.textfiction_9.apk de.onyxbits.textfiction 2014-09-12
de.onyxbits.textfiction_10.apk de.onyxbits.textfiction 2014-09-18
+de.onyxbits.textfiction_11.apk de.onyxbits.textfiction 2018-07-19
+de.perflyst.batterycalibration_1.apk de.perflyst.batterycalibration 2018-05-28
+de.perflyst.untis_12.apk de.perflyst.untis 2018-08-21
+de.perflyst.untis_13.apk de.perflyst.untis 2018-08-26
de.ph1b.audiobook_5.apk de.ph1b.audiobook 2014-08-17
de.ph1b.audiobook_6.apk de.ph1b.audiobook 2014-08-20
de.ph1b.audiobook_10.apk de.ph1b.audiobook 2014-09-17
@@ -8655,6 +9673,9 @@ de.phoenixstudios.pc_dimmer_5.apk de.phoenixstudios.pc_dimmer 2016-03-07
de.pinyto.exalteddicer_1.apk de.pinyto.exalteddicer 2014-05-23
de.pinyto.exalteddicer_3.apk de.pinyto.exalteddicer 2015-10-20
de.pinyto.exalteddicer_4.apk de.pinyto.exalteddicer 2016-01-27
+de.pixart.messenger_233.apk de.pixart.messenger 2018-07-25
+de.pixart.messenger_237.apk de.pixart.messenger 2018-07-25
+de.pixart.messenger_238.apk de.pixart.messenger 2018-08-09
de.qspool.clementineremote_21.apk de.qspool.clementineremote 2013-11-27
de.qspool.clementineremote_25.apk de.qspool.clementineremote 2013-12-11
de.qspool.clementineremote_28.apk de.qspool.clementineremote 2014-01-30
@@ -8671,6 +9692,10 @@ de.rampro.activitydiary_111.apk de.rampro.activitydiary 2018-02-06
de.rampro.activitydiary_115.apk de.rampro.activitydiary 2018-02-11
de.rampro.activitydiary_117.apk de.rampro.activitydiary 2018-02-20
de.rampro.activitydiary_118.apk de.rampro.activitydiary 2018-02-28
+de.rampro.activitydiary_122.apk de.rampro.activitydiary 2018-05-14
+de.rampro.activitydiary_125.apk de.rampro.activitydiary 2018-06-16
+de.rampro.activitydiary_130.apk de.rampro.activitydiary 2018-09-15
+de.rampro.activitydiary_131.apk de.rampro.activitydiary 2018-09-20
de.reimardoeffinger.quickdic_41.apk de.reimardoeffinger.quickdic 2015-12-06
de.reimardoeffinger.quickdic_42.apk de.reimardoeffinger.quickdic 2015-12-07
de.reimardoeffinger.quickdic_52.apk de.reimardoeffinger.quickdic 2015-12-20
@@ -8693,9 +9718,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.reimardoeffinger.quickdic_102.apk de.reimardoeffinger.quickdic 2018-06-16
+de.reimardoeffinger.quickdic_103.apk de.reimardoeffinger.quickdic 2018-08-10
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.retujo.bierverkostung_3.apk de.retujo.bierverkostung 2018-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
@@ -8703,6 +9732,9 @@ 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
de.schaeuffelhut.android.openvpn_39.apk de.schaeuffelhut.android.openvpn 2013-01-10
+de.schildbach.oeffi_610.apk de.schildbach.oeffi 2018-08-14
+de.schildbach.oeffi_612.apk de.schildbach.oeffi 2018-08-15
+de.schildbach.oeffi_613.apk de.schildbach.oeffi 2018-09-05
de.schildbach.wallet_66.apk de.schildbach.wallet 2012-02-27
de.schildbach.wallet_74.apk de.schildbach.wallet 2012-04-08
de.schildbach.wallet_87.apk de.schildbach.wallet 2012-06-30
@@ -8805,6 +9837,13 @@ 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_363.apk de.schildbach.wallet 2018-05-02
+de.schildbach.wallet_366.apk de.schildbach.wallet 2018-07-19
+de.schildbach.wallet_369.apk de.schildbach.wallet 2018-08-09
+de.schildbach.wallet_370.apk de.schildbach.wallet 2018-08-22
+de.schildbach.wallet_370_58dcd8a.apk de.schildbach.wallet 2018-08-22
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
@@ -8910,6 +9949,13 @@ 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.schildbach.wallet_test_363.apk de.schildbach.wallet_test 2018-05-02
+de.schildbach.wallet_test_366.apk de.schildbach.wallet_test 2018-07-19
+de.schildbach.wallet_test_369.apk de.schildbach.wallet_test 2018-08-09
+de.schildbach.wallet_test_370.apk de.schildbach.wallet_test 2018-08-23
+de.schildbach.wallet_test_370_58dcd8a.apk de.schildbach.wallet_test 2018-08-23
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
@@ -8938,6 +9984,7 @@ de.sigfood_26.apk de.sigfood 2016-10-11
de.simplestatswidget_101.apk de.simplestatswidget 2017-04-17
de.simplestatswidget_102.apk de.simplestatswidget 2017-04-08
de.simplestatswidget_103.apk de.simplestatswidget 2017-06-02
+de.simplestatswidget_111.apk de.simplestatswidget 2018-05-14
de.skubware.opentraining_5.apk de.skubware.opentraining 2012-10-05
de.skubware.opentraining_6.apk de.skubware.opentraining 2012-10-08
de.skubware.opentraining_8.apk de.skubware.opentraining 2013-04-26
@@ -8984,6 +10031,7 @@ de.srlabs.snoopsnitch_14.apk de.srlabs.snoopsnitch 2015-08-14
de.srlabs.snoopsnitch_15.apk de.srlabs.snoopsnitch 2016-01-04
de.srlabs.snoopsnitch_16.apk de.srlabs.snoopsnitch 2017-09-11
de.srlabs.snoopsnitch_17.apk de.srlabs.snoopsnitch 2017-10-21
+de.srlabs.snoopsnitch_35.apk de.srlabs.snoopsnitch 2018-09-28
de.stefan_oltmann.falling_blocks_8.apk de.stefan_oltmann.falling_blocks 2012-09-26
de.stefan_oltmann.kaesekaestchen_7.apk de.stefan_oltmann.kaesekaestchen 2012-09-26
de.steinpfeffer.rdt_1.apk de.steinpfeffer.rdt 2014-04-13
@@ -8996,6 +10044,9 @@ de.stephanlindauer.criticalmaps_28.apk de.stephanlindauer.criticalmaps 2016-02-2
de.stephanlindauer.criticalmaps_29.apk de.stephanlindauer.criticalmaps 2017-07-09
de.stephanlindauer.criticalmaps_30.apk de.stephanlindauer.criticalmaps 2017-07-09
de.stephanlindauer.criticalmaps_31.apk de.stephanlindauer.criticalmaps 2017-08-30
+de.stephanlindauer.criticalmaps_32.apk de.stephanlindauer.criticalmaps 2018-06-23
+de.stephanlindauer.criticalmaps_33.apk de.stephanlindauer.criticalmaps 2018-07-02
+de.stephanlindauer.criticalmaps_34.apk de.stephanlindauer.criticalmaps 2018-07-06
de.sudoq_7.apk de.sudoq 2014-08-20
de.sudoq_10.apk de.sudoq 2015-01-04
de.sudoq_11.apk de.sudoq 2015-01-11
@@ -9024,10 +10075,13 @@ de.syss.MifareClassicTool_39.apk de.syss.MifareClassicTool 2016-10-11
de.syss.MifareClassicTool_43.apk de.syss.MifareClassicTool 2018-02-16
de.szalkowski.activitylauncher_9.apk de.szalkowski.activitylauncher 2015-09-28
de.szalkowski.activitylauncher_10.apk de.szalkowski.activitylauncher 2017-04-17
+de.szalkowski.activitylauncher_11.apk de.szalkowski.activitylauncher 2018-07-23
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.t_dankworth.secscanqr_9.apk de.t_dankworth.secscanqr 2018-05-28
+de.t_dankworth.secscanqr_10.apk de.t_dankworth.secscanqr 2018-08-20
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
@@ -9116,6 +10170,8 @@ de.tap.easy_xkcd_138.apk de.tap.easy_xkcd 2017-04-27
de.tap.easy_xkcd_140.apk de.tap.easy_xkcd 2017-10-11
de.tap.easy_xkcd_141.apk de.tap.easy_xkcd 2017-12-04
de.tap.easy_xkcd_143.apk de.tap.easy_xkcd 2018-02-16
+de.tap.easy_xkcd_145.apk de.tap.easy_xkcd 2018-08-10
+de.tap.easy_xkcd_146.apk de.tap.easy_xkcd 2018-09-15
de.tobiasbielefeld.brickgames_11.apk de.tobiasbielefeld.brickgames 2017-06-05
de.tobiasbielefeld.brickgames_13.apk de.tobiasbielefeld.brickgames 2017-07-18
de.tobiasbielefeld.brickgames_14.apk de.tobiasbielefeld.brickgames 2017-08-02
@@ -9123,6 +10179,8 @@ de.tobiasbielefeld.brickgames_15.apk de.tobiasbielefeld.brickgames 2017-09-06
de.tobiasbielefeld.brickgames_16.apk de.tobiasbielefeld.brickgames 2017-09-14
de.tobiasbielefeld.brickgames_17.apk de.tobiasbielefeld.brickgames 2017-09-27
de.tobiasbielefeld.brickgames_18.apk de.tobiasbielefeld.brickgames 2017-10-01
+de.tobiasbielefeld.searchbar_9.apk de.tobiasbielefeld.searchbar 2018-06-12
+de.tobiasbielefeld.searchbar_10.apk de.tobiasbielefeld.searchbar 2018-07-06
de.tobiasbielefeld.solitaire_10.apk de.tobiasbielefeld.solitaire 2016-11-11
de.tobiasbielefeld.solitaire_11.apk de.tobiasbielefeld.solitaire 2016-11-18
de.tobiasbielefeld.solitaire_12.apk de.tobiasbielefeld.solitaire 2016-12-01
@@ -9163,14 +10221,25 @@ 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.tobiasbielefeld.solitaire_69.apk de.tobiasbielefeld.solitaire 2018-05-09
+de.tobiasbielefeld.solitaire_70.apk de.tobiasbielefeld.solitaire 2018-05-14
+de.tobiasbielefeld.solitaire_71.apk de.tobiasbielefeld.solitaire 2018-07-19
de.tu_chemnitz.wlan_3.apk de.tu_chemnitz.wlan 2017-10-21
de.tu_chemnitz.wlan_5.apk de.tu_chemnitz.wlan 2017-11-05
de.tu_chemnitz.wlan_6.apk de.tu_chemnitz.wlan 2017-12-07
de.tu_chemnitz.wlan_7.apk de.tu_chemnitz.wlan 2018-03-05
+de.tu_chemnitz.wlan_8.apk de.tu_chemnitz.wlan 2018-06-05
de.tui.itlogger_2.apk de.tui.itlogger 2012-09-11
de.tum.in.tumcampus_20.apk de.tum.in.tumcampus 2013-07-22
de.tum.in.tumcampus_32.apk de.tum.in.tumcampus 2013-11-23
de.tum.in.tumcampus_35.apk de.tum.in.tumcampus 2014-06-12
+de.tutao.tutanota_335130.apk de.tutao.tutanota 2018-08-12
+de.tutao.tutanota_336010.apk de.tutao.tutanota 2018-08-17
+de.tutao.tutanota_336040.apk de.tutao.tutanota 2018-08-30
+de.tutao.tutanota_336090.apk de.tutao.tutanota 2018-09-14
+de.tutao.tutanota_337010.apk de.tutao.tutanota 2018-09-15
de.ub0r.android.adBlock_5.apk de.ub0r.android.adBlock 2011-01-23
de.ub0r.android.callmeter_7362000.apk de.ub0r.android.callmeter 2012-10-24
de.ub0r.android.callmeter_7381000.apk de.ub0r.android.callmeter 2013-02-22
@@ -9196,6 +10265,7 @@ de.uni_potsdam.hpi.openmensa_7.apk de.uni_potsdam.hpi.openmensa 2013-09-20
de.uni_potsdam.hpi.openmensa_8.apk de.uni_potsdam.hpi.openmensa 2013-12-02
de.uni_potsdam.hpi.openmensa_9.apk de.uni_potsdam.hpi.openmensa 2015-02-06
de.uni_potsdam.hpi.openmensa_11.apk de.uni_potsdam.hpi.openmensa 2016-02-23
+de.uni_potsdam.hpi.openmensa_12.apk de.uni_potsdam.hpi.openmensa 2018-05-21
de.vanitasvitae.enigmandroid_6.apk de.vanitasvitae.enigmandroid 2015-02-21
de.vanitasvitae.enigmandroid_7.apk de.vanitasvitae.enigmandroid 2015-02-27
de.vanitasvitae.enigmandroid_8.apk de.vanitasvitae.enigmandroid 2015-02-27
@@ -9220,6 +10290,9 @@ de.vibora.viborafeed_24.apk de.vibora.viborafeed 2016-10-17
de.vibora.viborafeed_25.apk de.vibora.viborafeed 2016-10-18
de.vibora.viborafeed_26.apk de.vibora.viborafeed 2017-02-24
de.vibora.viborafeed_27.apk de.vibora.viborafeed 2017-02-26
+de.vibora.viborafeed_28.apk de.vibora.viborafeed 2018-06-20
+de.vier_bier.habpanelviewer_2.apk de.vier_bier.habpanelviewer 2018-06-28
+de.vier_bier.habpanelviewer_3.apk de.vier_bier.habpanelviewer 2018-07-15
de.we.acaldav_2.apk de.we.acaldav 2015-03-02
de.we.acaldav_3.apk de.we.acaldav 2015-02-21
de.we.acaldav_4.apk de.we.acaldav 2015-03-02
@@ -9254,6 +10327,14 @@ 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.westnordost.streetcomplete_503.apk de.westnordost.streetcomplete 2018-05-03
+de.westnordost.streetcomplete_504.apk de.westnordost.streetcomplete 2018-05-07
+de.westnordost.streetcomplete_602.apk de.westnordost.streetcomplete 2018-07-06
+de.westnordost.streetcomplete_603.apk de.westnordost.streetcomplete 2018-07-19
+de.westnordost.streetcomplete_701.apk de.westnordost.streetcomplete 2018-08-29
+de.westnordost.streetcomplete_702.apk de.westnordost.streetcomplete 2018-08-30
+de.westnordost.streetcomplete_801.apk de.westnordost.streetcomplete 2018-09-25
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
@@ -9292,6 +10373,8 @@ dev.drsoran.moloko_94209.apk dev.drsoran.moloko 2013-02-04
dev.drsoran.moloko_94210.apk dev.drsoran.moloko 2013-02-21
dev.drsoran.moloko_94211.apk dev.drsoran.moloko 2013-04-13
dev.drsoran.moloko_94212.apk dev.drsoran.moloko 2015-01-08
+dev.dworks.apps.anexplorer.pro_62.apk dev.dworks.apps.anexplorer.pro 2018-08-20
+dev.dworks.apps.anexplorer.pro_64.apk dev.dworks.apps.anexplorer.pro 2018-09-14
dev.ukanth.ufirewall_103.apk dev.ukanth.ufirewall 2012-11-05
dev.ukanth.ufirewall_120.apk dev.ukanth.ufirewall 2013-03-19
dev.ukanth.ufirewall_124.apk dev.ukanth.ufirewall 2013-04-22
@@ -9327,6 +10410,7 @@ dev.ukanth.ufirewall_15960.apk dev.ukanth.ufirewall 2017-08-14
dev.ukanth.ufirewall_15972.apk dev.ukanth.ufirewall 2017-09-02
dev.ukanth.ufirewall_15979.apk dev.ukanth.ufirewall 2017-11-03
dev.ukanth.ufirewall_15980.apk dev.ukanth.ufirewall 2018-01-15
+dev.ukanth.ufirewall_15992.apk dev.ukanth.ufirewall 2018-05-02
dk.andsen.asqlitemanager_7.apk dk.andsen.asqlitemanager 2011-12-05
dk.andsen.asqlitemanager_9.apk dk.andsen.asqlitemanager 2011-12-08
dk.andsen.asqlitemanager_10.apk dk.andsen.asqlitemanager 2012-01-26
@@ -9354,6 +10438,8 @@ 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.jens.backup_21.apk dk.jens.backup 2018-09-21
+dk.meznik.jan.encrypttext_1.apk dk.meznik.jan.encrypttext 2018-06-02
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
@@ -9429,6 +10515,10 @@ email.schaal.ocreader_39.apk email.schaal.ocreader 2017-06-13
email.schaal.ocreader_40.apk email.schaal.ocreader 2017-08-20
email.schaal.ocreader_41.apk email.schaal.ocreader 2017-09-27
email.schaal.ocreader_42.apk email.schaal.ocreader 2018-01-22
+email.schaal.ocreader_43.apk email.schaal.ocreader 2018-05-25
+email.schaal.ocreader_44.apk email.schaal.ocreader 2018-05-27
+email.schaal.ocreader_45.apk email.schaal.ocreader 2018-05-29
+email.schaal.ocreader_46.apk email.schaal.ocreader 2018-06-02
es.cesar.quitesleep_5.apk es.cesar.quitesleep 2012-03-02
es.cesar.quitesleep_9.apk es.cesar.quitesleep 2012-03-02
es.cesar.quitesleep_13.apk es.cesar.quitesleep 2012-08-29
@@ -9461,7 +10551,12 @@ es.usc.citius.servando.calendula_32.apk es.usc.citius.servando.calendula 2018-02
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
+es.usc.citius.servando.calendula_36.apk es.usc.citius.servando.calendula 2018-05-14
+es.usc.citius.servando.calendula_37.apk es.usc.citius.servando.calendula 2018-07-19
+es.usc.citius.servando.calendula_38.apk es.usc.citius.servando.calendula 2018-08-10
+es.usc.citius.servando.calendula_39.apk es.usc.citius.servando.calendula 2018-08-25
et.nWifiManager_16.apk et.nWifiManager 2014-11-24
+eu.depau.etchdroid_3.apk eu.depau.etchdroid 2018-09-25
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
eu.devunit.fb_client_4.apk eu.devunit.fb_client 2016-09-23
@@ -9509,6 +10604,13 @@ eu.e43.impeller_9010.apk eu.e43.impeller 2014-04-26
eu.e43.impeller_9050.apk eu.e43.impeller 2014-08-01
eu.e43.impeller_9051.apk eu.e43.impeller 2014-08-02
eu.e43.impeller_9052.apk eu.e43.impeller 2014-08-06
+eu.faircode.email_32.apk eu.faircode.email 2018-08-30
+eu.faircode.email_36.apk eu.faircode.email 2018-09-06
+eu.faircode.email_47.apk eu.faircode.email 2018-09-11
+eu.faircode.email_69.apk eu.faircode.email 2018-09-25
+eu.faircode.email_70.apk eu.faircode.email 2018-09-28
+eu.faircode.email_71.apk eu.faircode.email 2018-09-28
+eu.faircode.email_73.apk eu.faircode.email 2018-10-01
eu.faircode.finegeotag_21.apk eu.faircode.finegeotag 2016-04-15
eu.faircode.finegeotag_2016042701.apk eu.faircode.finegeotag 2016-04-29
eu.faircode.netguard_7.apk eu.faircode.netguard 2015-10-30
@@ -9585,8 +10687,23 @@ 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.netguard_2018052201.apk eu.faircode.netguard 2018-05-23
+eu.faircode.netguard_2018052301.apk eu.faircode.netguard 2018-05-25
+eu.faircode.netguard_2018062601.apk eu.faircode.netguard 2018-07-02
+eu.faircode.netguard_2018070101.apk eu.faircode.netguard 2018-07-06
+eu.faircode.netguard_2018070901.apk eu.faircode.netguard 2018-07-15
+eu.faircode.netguard_2018071001.apk eu.faircode.netguard 2018-07-19
+eu.faircode.netguard_2018080101.apk eu.faircode.netguard 2018-08-03
+eu.faircode.netguard_2018082301.apk eu.faircode.netguard 2018-08-24
+eu.faircode.netguard_2018091101.apk eu.faircode.netguard 2018-09-14
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.faircode.xlua_116.apk eu.faircode.xlua 2018-05-07
+eu.faircode.xlua_117.apk eu.faircode.xlua 2018-06-28
+eu.faircode.xlua_118.apk eu.faircode.xlua 2018-07-06
+eu.faircode.xlua_121.apk eu.faircode.xlua 2018-07-25
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
@@ -9620,6 +10737,8 @@ 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.kanade.tachiyomi_36.apk eu.kanade.tachiyomi 2018-04-28
+eu.kanade.tachiyomi_37.apk eu.kanade.tachiyomi 2018-05-14
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
@@ -9639,11 +10758,36 @@ 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.polarclock_9.apk eu.polarclock 2018-06-20
+eu.polarclock_10.apk eu.polarclock 2018-07-19
eu.pretix.pretixdroid_12.apk eu.pretix.pretixdroid 2018-03-05
+eu.pretix.pretixdroid_13.apk eu.pretix.pretixdroid 2018-09-06
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.quelltext.mundraub_1.apk eu.quelltext.mundraub 2018-08-20
+eu.quelltext.mundraub_9.apk eu.quelltext.mundraub 2018-08-24
+eu.quelltext.mundraub_14.apk eu.quelltext.mundraub 2018-08-26
+eu.quelltext.mundraub_19.apk eu.quelltext.mundraub 2018-08-27
+eu.quelltext.mundraub_23.apk eu.quelltext.mundraub 2018-08-29
+eu.quelltext.mundraub_27.apk eu.quelltext.mundraub 2018-08-30
+eu.quelltext.mundraub_28.apk eu.quelltext.mundraub 2018-08-31
+eu.quelltext.mundraub_31.apk eu.quelltext.mundraub 2018-09-01
+eu.quelltext.mundraub_37.apk eu.quelltext.mundraub 2018-09-02
+eu.quelltext.mundraub_44.apk eu.quelltext.mundraub 2018-09-05
+eu.quelltext.mundraub_48.apk eu.quelltext.mundraub 2018-09-06
+eu.quelltext.mundraub_62.apk eu.quelltext.mundraub 2018-09-11
+eu.quelltext.mundraub_63.apk eu.quelltext.mundraub 2018-09-14
+eu.quelltext.mundraub_64.apk eu.quelltext.mundraub 2018-09-14
+eu.quelltext.mundraub_67.apk eu.quelltext.mundraub 2018-09-14
+eu.quelltext.mundraub_72.apk eu.quelltext.mundraub 2018-09-15
+eu.quelltext.mundraub_91.apk eu.quelltext.mundraub 2018-09-20
+eu.quelltext.mundraub_96.apk eu.quelltext.mundraub 2018-09-25
+eu.quelltext.mundraub_110.apk eu.quelltext.mundraub 2018-09-25
+eu.quelltext.mundraub_113.apk eu.quelltext.mundraub 2018-09-28
+eu.quelltext.mundraub_118.apk eu.quelltext.mundraub 2018-10-01
eu.siacs.conversations.legacy_255.apk eu.siacs.conversations.legacy 2018-03-31
+eu.siacs.conversations.legacy_256.apk eu.siacs.conversations.legacy 2018-05-03
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
@@ -9782,6 +10926,21 @@ 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.siacs.conversations_268.apk eu.siacs.conversations 2018-04-29
+eu.siacs.conversations_270.apk eu.siacs.conversations 2018-05-06
+eu.siacs.conversations_272.apk eu.siacs.conversations 2018-05-21
+eu.siacs.conversations_273.apk eu.siacs.conversations 2018-06-02
+eu.siacs.conversations_274.apk eu.siacs.conversations 2018-06-16
+eu.siacs.conversations_276.apk eu.siacs.conversations 2018-07-02
+eu.siacs.conversations_277.apk eu.siacs.conversations 2018-07-06
+eu.siacs.conversations_278.apk eu.siacs.conversations 2018-07-19
+eu.siacs.conversations_279.apk eu.siacs.conversations 2018-07-19
+eu.siacs.conversations_280.apk eu.siacs.conversations 2018-07-25
+eu.siacs.conversations_283.apk eu.siacs.conversations 2018-09-06
+eu.siacs.conversations_290.apk eu.siacs.conversations 2018-10-01
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
@@ -9807,6 +10966,27 @@ 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.uwot.fabio.altcoinprices_42.apk eu.uwot.fabio.altcoinprices 2018-04-28
+eu.uwot.fabio.altcoinprices_43.apk eu.uwot.fabio.altcoinprices 2018-04-29
+eu.uwot.fabio.altcoinprices_44.apk eu.uwot.fabio.altcoinprices 2018-05-01
+eu.uwot.fabio.altcoinprices_45.apk eu.uwot.fabio.altcoinprices 2018-05-03
+eu.uwot.fabio.altcoinprices_46.apk eu.uwot.fabio.altcoinprices 2018-05-05
+eu.uwot.fabio.altcoinprices_47.apk eu.uwot.fabio.altcoinprices 2018-05-06
+eu.uwot.fabio.altcoinprices_48.apk eu.uwot.fabio.altcoinprices 2018-05-09
+eu.uwot.fabio.altcoinprices_49.apk eu.uwot.fabio.altcoinprices 2018-05-12
+eu.uwot.fabio.altcoinprices_52.apk eu.uwot.fabio.altcoinprices 2018-05-14
+eu.uwot.fabio.altcoinprices_53.apk eu.uwot.fabio.altcoinprices 2018-05-16
+eu.uwot.fabio.altcoinprices_54.apk eu.uwot.fabio.altcoinprices 2018-05-18
+eu.uwot.fabio.altcoinprices_56.apk eu.uwot.fabio.altcoinprices 2018-05-22
+eu.uwot.fabio.altcoinprices_58.apk eu.uwot.fabio.altcoinprices 2018-05-25
+eu.uwot.fabio.altcoinprices_60.apk eu.uwot.fabio.altcoinprices 2018-05-26
+eu.uwot.fabio.altcoinprices_61.apk eu.uwot.fabio.altcoinprices 2018-05-27
+eu.uwot.fabio.altcoinprices_62.apk eu.uwot.fabio.altcoinprices 2018-05-29
+eu.uwot.fabio.altcoinprices_66.apk eu.uwot.fabio.altcoinprices 2018-06-07
+eu.uwot.fabio.altcoinprices_67.apk eu.uwot.fabio.altcoinprices 2018-07-19
+eu.uwot.fabio.altcoinprices_68.apk eu.uwot.fabio.altcoinprices 2018-09-28
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
@@ -9918,6 +11098,8 @@ fi.testbed2_20.apk fi.testbed2 2013-12-11
fil.libre.repwifiapp_3.apk fil.libre.repwifiapp 2017-10-26
fil.libre.repwifiapp_4.apk fil.libre.repwifiapp 2017-12-24
fil.libre.repwifiapp_5.apk fil.libre.repwifiapp 2018-02-16
+fil.libre.repwifiapp_9.apk fil.libre.repwifiapp 2018-07-23
+fil.libre.repwifiapp_10.apk fil.libre.repwifiapp 2018-09-05
fly.speedmeter.grub_12.apk fly.speedmeter.grub 2014-08-01
fly.speedmeter.grub_20.apk fly.speedmeter.grub 2015-04-20
fly.speedmeter.grub_22.apk fly.speedmeter.grub 2015-09-01
@@ -9937,8 +11119,15 @@ fm.a2d.sf_111.apk fm.a2d.sf 2015-04-17
fm.libre.droid_3.apk fm.libre.droid 2010-11-12
fm.libre.droid_4.apk fm.libre.droid 2010-11-12
fm.libre.droid_5.apk fm.libre.droid 2014-03-08
+foehnix.widget_22.apk foehnix.widget 2018-05-29
+fr.ac_versailles.dane.xiaexpress_10.apk fr.ac_versailles.dane.xiaexpress 2018-09-06
+fr.ac_versailles.dane.xiaexpress_14.apk fr.ac_versailles.dane.xiaexpress 2018-09-15
fr.asterope_1.apk fr.asterope 2014-09-22
fr.bellev.stdatmosphere_1.apk fr.bellev.stdatmosphere 2012-12-14
+fr.byped.bwarearea_1.apk fr.byped.bwarearea 2018-08-03
+fr.byped.bwarearea_3.apk fr.byped.bwarearea 2018-08-30
+fr.byped.bwarearea_4.apk fr.byped.bwarearea 2018-09-15
+fr.cap_rel.fr.sagc_plongee.fr.nitroxCalc_6008.apk fr.cap_rel.fr.sagc_plongee.fr.nitroxCalc 2018-05-28
fr.free.nrw.commons_33.apk fr.free.nrw.commons 2016-09-15
fr.free.nrw.commons_50.apk fr.free.nrw.commons 2016-09-21
fr.free.nrw.commons_59.apk fr.free.nrw.commons 2016-12-15
@@ -9961,6 +11150,12 @@ 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.free.nrw.commons_85.apk fr.free.nrw.commons 2018-06-12
+fr.free.nrw.commons_88.apk fr.free.nrw.commons 2018-08-15
+fr.free.nrw.commons_89.apk fr.free.nrw.commons 2018-08-21
+fr.free.nrw.commons_90.apk fr.free.nrw.commons 2018-09-11
+fr.free.nrw.commons_91.apk fr.free.nrw.commons 2018-10-01
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
@@ -10025,6 +11220,22 @@ 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.gouv.etalab.mastodon_121.apk fr.gouv.etalab.mastodon 2018-04-29
+fr.gouv.etalab.mastodon_123.apk fr.gouv.etalab.mastodon 2018-05-14
+fr.gouv.etalab.mastodon_125.apk fr.gouv.etalab.mastodon 2018-08-17
+fr.gouv.etalab.mastodon_127.apk fr.gouv.etalab.mastodon 2018-08-20
+fr.gouv.etalab.mastodon_129.apk fr.gouv.etalab.mastodon 2018-08-24
+fr.gouv.etalab.mastodon_130.apk fr.gouv.etalab.mastodon 2018-08-26
+fr.gouv.etalab.mastodon_132.apk fr.gouv.etalab.mastodon 2018-09-02
+fr.gouv.etalab.mastodon_136.apk fr.gouv.etalab.mastodon 2018-09-11
+fr.gouv.etalab.mastodon_138.apk fr.gouv.etalab.mastodon 2018-09-14
+fr.gouv.etalab.mastodon_139.apk fr.gouv.etalab.mastodon 2018-09-17
+fr.gouv.etalab.mastodon_141.apk fr.gouv.etalab.mastodon 2018-09-21
+fr.gouv.etalab.mastodon_142.apk fr.gouv.etalab.mastodon 2018-09-25
+fr.gouv.etalab.mastodon_144.apk fr.gouv.etalab.mastodon 2018-09-28
+fr.gouv.etalab.mastodon_145.apk fr.gouv.etalab.mastodon 2018-10-01
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
@@ -10145,6 +11356,12 @@ 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.neamar.kiss_127.apk fr.neamar.kiss 2018-05-09
+fr.neamar.kiss_132.apk fr.neamar.kiss 2018-05-18
+fr.neamar.kiss_133.apk fr.neamar.kiss 2018-06-02
+fr.neamar.kiss_135.apk fr.neamar.kiss 2018-06-25
+fr.neamar.kiss_136.apk fr.neamar.kiss 2018-07-19
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
@@ -10217,6 +11434,7 @@ fr.ubordeaux.math.paridroid_10.apk fr.ubordeaux.math.paridroid 2015-08-13
fr.ubordeaux.math.paridroid_11.apk fr.ubordeaux.math.paridroid 2016-01-15
fr.ubordeaux.math.paridroid_12.apk fr.ubordeaux.math.paridroid 2016-11-26
fr.ubordeaux.math.paridroid_13.apk fr.ubordeaux.math.paridroid 2017-03-08
+fr.ubordeaux.math.paridroid_14.apk fr.ubordeaux.math.paridroid 2018-05-26
fr.unix_experience.owncloud_sms_17.apk fr.unix_experience.owncloud_sms 2015-01-25
fr.unix_experience.owncloud_sms_18.apk fr.unix_experience.owncloud_sms 2015-02-12
fr.unix_experience.owncloud_sms_19.apk fr.unix_experience.owncloud_sms 2015-03-16
@@ -10376,6 +11594,8 @@ 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.rm.skytube.oss_14.apk free.rm.skytube.oss 2018-08-20
+free.rm.skytube.oss_15.apk free.rm.skytube.oss 2018-09-11
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
@@ -10428,6 +11648,8 @@ home.jmstudios.calc_15.apk home.jmstudios.calc 2013-10-29
home.jmstudios.calc_16.apk home.jmstudios.calc 2013-10-31
home.jmstudios.calc_17.apk home.jmstudios.calc 2013-11-15
home.jmstudios.calc_23.apk home.jmstudios.calc 2015-04-01
+horse.amazin.my.stratum0.statuswidget_21.apk horse.amazin.my.stratum0.statuswidget 2018-06-20
+horse.amazin.my.stratum0.statuswidget_22.apk horse.amazin.my.stratum0.statuswidget 2018-08-25
hr.kravarscan.enchantedfortress_1.apk hr.kravarscan.enchantedfortress 2017-05-29
hr.kravarscan.enchantedfortress_2.apk hr.kravarscan.enchantedfortress 2017-06-13
hr.kravarscan.enchantedfortress_5.apk hr.kravarscan.enchantedfortress 2017-07-18
@@ -10435,6 +11657,7 @@ hr.kravarscan.enchantedfortress_6.apk hr.kravarscan.enchantedfortress 2017-08-02
hr.kravarscan.enchantedfortress_7.apk hr.kravarscan.enchantedfortress 2017-08-28
hr.kravarscan.enchantedfortress_8.apk hr.kravarscan.enchantedfortress 2017-10-11
hr.kravarscan.enchantedfortress_9.apk hr.kravarscan.enchantedfortress 2017-11-05
+hr.kravarscan.enchantedfortress_10.apk hr.kravarscan.enchantedfortress 2018-05-29
hsware.HSTempo_17.apk hsware.HSTempo 2013-04-04
httpmon.apk org.jtb.httpmon 2010-11-21
httpmon_0.4.10.apk org.jtb.httpmon
@@ -10445,8 +11668,12 @@ hu.vsza.adsdroid_5.apk hu.vsza.adsdroid 2013-11-10
hu.vsza.adsdroid_6.apk hu.vsza.adsdroid 2014-02-18
hu.vsza.adsdroid_7.apk hu.vsza.adsdroid 2014-05-27
hu.vsza.adsdroid_8.apk hu.vsza.adsdroid 2015-09-17
+hu.vsza.adsdroid_9.apk hu.vsza.adsdroid 2018-05-06
+hu.vsza.adsdroid_10.apk hu.vsza.adsdroid 2018-06-28
+hu.vsza.adsdroid_11.apk hu.vsza.adsdroid 2018-07-02
i4nc4mp.myLock_26.apk i4nc4mp.myLock 2012-08-29
i4nc4mp.myLock_28.apk i4nc4mp.myLock 2012-09-15
+idv.markkuo.ambitsync_7.apk idv.markkuo.ambitsync 2018-07-19
im.r_c.android.clearweather_2.apk im.r_c.android.clearweather 2016-06-24
im.r_c.android.jigsaw_2.apk im.r_c.android.jigsaw 2016-06-24
im.vector.alpha_14.apk im.vector.alpha 2016-07-11
@@ -10473,6 +11700,13 @@ 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
+im.vector.alpha_80800.apk im.vector.alpha 2018-05-16
+im.vector.alpha_80900.apk im.vector.alpha 2018-05-26
+im.vector.alpha_81000.apk im.vector.alpha 2018-06-05
+im.vector.alpha_81200.apk im.vector.alpha 2018-07-08
+im.vector.alpha_81300.apk im.vector.alpha 2018-08-12
+im.vector.alpha_81500.apk im.vector.alpha 2018-08-31
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
@@ -10485,6 +11719,8 @@ in.andres.kandroid_13.apk in.andres.kandroid 2017-04-08
in.andres.kandroid_14.apk in.andres.kandroid 2017-04-23
in.andres.kandroid_16.apk in.andres.kandroid 2017-08-07
in.andres.kandroid_17.apk in.andres.kandroid 2017-08-15
+in.andres.kandroid_19.apk in.andres.kandroid 2018-06-25
+in.arjsna.permissionchecker_5.apk in.arjsna.permissionchecker 2018-06-02
in.blogspot.anselmbros.torchie_25.apk in.blogspot.anselmbros.torchie 2016-02-09
in.blogspot.anselmbros.torchie_27.apk in.blogspot.anselmbros.torchie 2016-05-19
in.blogspot.anselmbros.torchie_29.apk in.blogspot.anselmbros.torchie 2017-12-15
@@ -10604,6 +11840,9 @@ info.metadude.android.congress.schedule_40.apk info.metadude.android.congress.sc
info.metadude.android.congress.schedule_41.apk info.metadude.android.congress.schedule 2017-12-24
info.metadude.android.congress.schedule_43.apk info.metadude.android.congress.schedule 2018-01-03
info.metadude.android.congress.schedule_44.apk info.metadude.android.congress.schedule 2018-01-03
+info.metadude.android.congress.schedule_46.apk info.metadude.android.congress.schedule 2018-08-29
+info.metadude.android.congress.schedule_47.apk info.metadude.android.congress.schedule 2018-09-06
+info.metadude.android.congress.schedule_48.apk info.metadude.android.congress.schedule 2018-09-25
info.papdt.blackblub_4.apk info.papdt.blackblub 2016-03-22
info.papdt.blackblub_5.apk info.papdt.blackblub 2016-04-04
info.papdt.blackblub_6.apk info.papdt.blackblub 2017-01-17
@@ -10613,6 +11852,7 @@ info.papdt.blackblub_17.apk info.papdt.blackblub 2017-12-04
info.schnatterer.nusic_18.apk info.schnatterer.nusic 2016-06-25
info.schnatterer.nusic_19.apk info.schnatterer.nusic 2016-07-09
info.schnatterer.nusic_20.apk info.schnatterer.nusic 2017-03-29
+info.schnatterer.nusic_21.apk info.schnatterer.nusic 2018-05-27
info.staticfree.SuperGenPass_17.apk info.staticfree.SuperGenPass 2012-08-29
info.staticfree.SuperGenPass_19.apk info.staticfree.SuperGenPass 2012-09-25
info.staticfree.SuperGenPass_20.apk info.staticfree.SuperGenPass 2012-10-06
@@ -10627,6 +11867,12 @@ info.staticfree.android.units_8.apk info.staticfree.android.units 2011-01-17
info.staticfree.android.units_9.apk info.staticfree.android.units 2012-02-16
info.toyonos.hfr4droid_51.apk info.toyonos.hfr4droid 2012-08-29
info.toyonos.hfr4droid_61.apk info.toyonos.hfr4droid 2012-08-29
+info.zamojski.soft.towercollector_1190023.apk info.zamojski.soft.towercollector 2018-06-02
+info.zamojski.soft.towercollector_1200024.apk info.zamojski.soft.towercollector 2018-07-02
+info.zamojski.soft.towercollector_1200125.apk info.zamojski.soft.towercollector 2018-07-02
+info.zamojski.soft.towercollector_1210026.apk info.zamojski.soft.towercollector 2018-07-23
+info.zamojski.soft.towercollector_1220027.apk info.zamojski.soft.towercollector 2018-08-30
+info.zamojski.soft.towercollector_1220128.apk info.zamojski.soft.towercollector 2018-10-01
info.zwanenburg.caffeinetile_1.apk info.zwanenburg.caffeinetile 2016-12-14
info.zwanenburg.caffeinetile_2.apk info.zwanenburg.caffeinetile 2016-12-14
info.zwanenburg.caffeinetile_3.apk info.zwanenburg.caffeinetile 2016-12-14
@@ -10720,6 +11966,13 @@ 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.fvasco.pinpoi_62.apk io.github.fvasco.pinpoi 2018-06-07
+io.github.fvasco.pinpoi_63.apk io.github.fvasco.pinpoi 2018-07-28
+io.github.fvasco.pinpoi_64.apk io.github.fvasco.pinpoi 2018-08-09
+io.github.fvasco.pinpoi_65.apk io.github.fvasco.pinpoi 2018-09-02
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
@@ -10743,6 +11996,8 @@ 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.gsantner.memetastic_45.apk io.github.gsantner.memetastic 2018-06-12
+io.github.gsantner.memetastic_46.apk io.github.gsantner.memetastic 2018-09-06
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
@@ -10769,6 +12024,7 @@ io.github.lonamiwebs.klooni_610.apk io.github.lonamiwebs.klooni 2017-07-14
io.github.lonamiwebs.klooni_700.apk io.github.lonamiwebs.klooni 2017-07-22
io.github.lonamiwebs.klooni_800.apk io.github.lonamiwebs.klooni 2017-09-13
io.github.lonamiwebs.klooni_810.apk io.github.lonamiwebs.klooni 2018-02-06
+io.github.lonamiwebs.klooni_820.apk io.github.lonamiwebs.klooni 2018-09-21
io.github.lonamiwebs.stringlate_900.apk io.github.lonamiwebs.stringlate 2016-12-14
io.github.lonamiwebs.stringlate_920.apk io.github.lonamiwebs.stringlate 2016-12-19
io.github.lonamiwebs.stringlate_930.apk io.github.lonamiwebs.stringlate 2016-12-22
@@ -10790,6 +12046,8 @@ 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.lonamiwebs.stringlate_1006.apk io.github.lonamiwebs.stringlate 2018-06-04
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
@@ -10812,6 +12070,7 @@ io.github.sanbeg.flashlight_1.apk io.github.sanbeg.flashlight 2014-01-07
io.github.sanbeg.flashlight_2.apk io.github.sanbeg.flashlight 2014-05-27
io.github.sanbeg.flashlight_3.apk io.github.sanbeg.flashlight 2014-09-05
io.github.sanbeg.flashlight_4.apk io.github.sanbeg.flashlight 2015-10-31
+io.github.tiagoshibata.gpsdclient_2.apk io.github.tiagoshibata.gpsdclient 2018-08-12
io.github.tjg1.nori_3.apk io.github.tjg1.nori 2016-08-04
io.github.tjg1.nori_4.apk io.github.tjg1.nori 2016-08-06
io.github.tjg1.nori_5.apk io.github.tjg1.nori 2016-08-06
@@ -10825,6 +12084,7 @@ io.github.trytonvanmeer.libretrivia_1.apk io.github.trytonvanmeer.libretrivia 20
io.github.trytonvanmeer.libretrivia_2.apk io.github.trytonvanmeer.libretrivia 2018-03-05
io.github.whirish.tvbuses_10002.apk io.github.whirish.tvbuses 2017-05-10
io.githubfede0d.planetrider_1.apk io.githubfede0d.planetrider 2016-06-26
+io.gitlab.allenb1.todolist_6.apk io.gitlab.allenb1.todolist 2018-05-28
io.gitlab.mudassir.youtubecacher_1.apk io.gitlab.mudassir.youtubecacher 2016-09-27
io.gresse.hugo.anecdote_19.apk io.gresse.hugo.anecdote 2016-12-04
io.gresse.hugo.anecdote_20.apk io.gresse.hugo.anecdote 2016-12-09
@@ -10834,12 +12094,16 @@ io.gresse.hugo.anecdote_23.apk io.gresse.hugo.anecdote 2017-05-06
io.homeassistant.android_2.apk io.homeassistant.android 2017-04-17
io.homeassistant.android_4.apk io.homeassistant.android 2017-09-24
io.mrarm.irc_5.apk io.mrarm.irc 2017-12-24
+io.mrarm.irc_7.apk io.mrarm.irc 2018-08-30
+io.pslab_4.apk io.pslab 2018-09-11
io.tiph.smsspammer_1.apk io.tiph.smsspammer 2014-12-02
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
+io.trezor.app_16.apk io.trezor.app 2018-07-19
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
@@ -10885,6 +12149,8 @@ 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.feio.android.omninotes.foss_245.apk it.feio.android.omninotes.foss 2018-04-29
+it.feio.android.omninotes.foss_247.apk it.feio.android.omninotes.foss 2018-09-17
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
@@ -10943,6 +12209,16 @@ 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.niedermann.owncloud.notes_29.apk it.niedermann.owncloud.notes 2018-05-22
+it.niedermann.owncloud.notes_30.apk it.niedermann.owncloud.notes 2018-07-08
+it.niedermann.owncloud.notes_32.apk it.niedermann.owncloud.notes 2018-08-25
+it.niedermann.owncloud.notes_33.apk it.niedermann.owncloud.notes 2018-08-26
+it.niedermann.owncloud.notes_34.apk it.niedermann.owncloud.notes 2018-09-11
+it.niedermann.owncloud.notes_36.apk it.niedermann.owncloud.notes 2018-09-20
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
@@ -11157,6 +12433,7 @@ k9-4.403-release.apk com.fsck.k9 2013-07-02
kaba.yucata.envoy_400.apk kaba.yucata.envoy 2017-10-18
kaba.yucata.envoy_401.apk kaba.yucata.envoy 2017-10-23
kaba.yucata.envoy_500.apk kaba.yucata.envoy 2017-11-07
+kaba.yucata.envoy_501.apk kaba.yucata.envoy 2018-09-20
kaljurand_at_gmail_dot_com.diktofon_976.apk kaljurand_at_gmail_dot_com.diktofon 2012-09-07
kaljurand_at_gmail_dot_com.diktofon_978.apk kaljurand_at_gmail_dot_com.diktofon 2012-09-15
kaljurand_at_gmail_dot_com.diktofon_980.apk kaljurand_at_gmail_dot_com.diktofon 2013-04-08
@@ -11195,6 +12472,7 @@ libretasks.app_16.apk libretasks.app 2016-04-20
libretasks.app_17.apk libretasks.app 2016-04-20
libretasks.app_20.apk libretasks.app 2016-04-24
libretasks.app_21.apk libretasks.app 2016-05-25
+libretasks.app_22.apk libretasks.app 2018-07-23
link.standen.michael.fatesheets_1.apk link.standen.michael.fatesheets 2017-04-27
link.standen.michael.fatesheets_2.apk link.standen.michael.fatesheets 2017-04-30
link.standen.michael.fatesheets_4.apk link.standen.michael.fatesheets 2017-05-14
@@ -11214,6 +12492,9 @@ link.standen.michael.phonesaver_19.apk link.standen.michael.phonesaver 2017-09-1
link.standen.michael.phonesaver_21.apk link.standen.michael.phonesaver 2017-09-16
link.standen.michael.phonesaver_22.apk link.standen.michael.phonesaver 2017-09-24
link.standen.michael.phonesaver_24.apk link.standen.michael.phonesaver 2017-12-04
+link.standen.michael.phonesaver_28.apk link.standen.michael.phonesaver 2018-05-02
+link.standen.michael.phonesaver_29.apk link.standen.michael.phonesaver 2018-05-03
+link.standen.michael.phonesaver_30.apk link.standen.michael.phonesaver 2018-07-02
link.standen.michael.slideshow_3.apk link.standen.michael.slideshow 2017-02-08
link.standen.michael.slideshow_4.apk link.standen.michael.slideshow 2017-02-08
link.standen.michael.slideshow_8.apk link.standen.michael.slideshow 2017-02-08
@@ -11296,6 +12577,10 @@ 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.ccrama.redditslide_309.apk me.ccrama.redditslide 2018-06-20
+me.ccrama.redditslide_310.apk me.ccrama.redditslide 2018-08-09
+me.ccrama.redditslide_311.apk me.ccrama.redditslide 2018-08-17
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
@@ -11328,6 +12613,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.echeung.moemoekyun.fdroid_55.apk me.echeung.moemoekyun.fdroid 2018-06-07
+me.echeung.moemoekyun.fdroid_56.apk me.echeung.moemoekyun.fdroid 2018-06-12
+me.echeung.moemoekyun.fdroid_57.apk me.echeung.moemoekyun.fdroid 2018-06-13
+me.echeung.moemoekyun.fdroid_58.apk me.echeung.moemoekyun.fdroid 2018-06-17
+me.echeung.moemoekyun.fdroid_60.apk me.echeung.moemoekyun.fdroid 2018-07-28
+me.echeung.moemoekyun.fdroid_61.apk me.echeung.moemoekyun.fdroid 2018-08-09
+me.echeung.moemoekyun.fdroid_62.apk me.echeung.moemoekyun.fdroid 2018-08-14
+me.echeung.moemoekyun.fdroid_63.apk me.echeung.moemoekyun.fdroid 2018-08-21
+me.echeung.moemoekyun.fdroid_64.apk me.echeung.moemoekyun.fdroid 2018-08-24
+me.echeung.moemoekyun.fdroid_65.apk me.echeung.moemoekyun.fdroid 2018-08-27
+me.echeung.moemoekyun.fdroid_66.apk me.echeung.moemoekyun.fdroid 2018-08-29
+me.echeung.moemoekyun.fdroid_67.apk me.echeung.moemoekyun.fdroid 2018-09-14
+me.echeung.moemoekyun.fdroid_69.apk me.echeung.moemoekyun.fdroid 2018-10-01
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
@@ -11345,11 +12643,14 @@ me.guillaumin.android.osmtracker_37.apk me.guillaumin.android.osmtracker 2015-08
me.hda.urlhda_1.apk me.hda.urlhda 2014-08-14
me.hda.urlhda_3.apk me.hda.urlhda 2016-06-28
me.hda.urlhda_4.apk me.hda.urlhda 2016-06-28
+me.impa.knockonports_6.apk me.impa.knockonports 2018-09-11
+me.impa.knockonports_7.apk me.impa.knockonports 2018-09-14
me.jakelane.wrapperforfacebook_14.apk me.jakelane.wrapperforfacebook 2016-10-25
me.jamesfrost.simpledo_3.apk me.jamesfrost.simpledo 2014-11-02
me.jamesfrost.simpledo_4.apk me.jamesfrost.simpledo 2014-12-17
me.johnmh.boogdroid_13.apk me.johnmh.boogdroid 2015-12-30
me.johnmh.boogdroid_14.apk me.johnmh.boogdroid 2016-11-11
+me.johnmh.boogdroid_15.apk me.johnmh.boogdroid 2018-07-15
me.kuehle.carreport_8.apk me.kuehle.carreport 2012-08-23
me.kuehle.carreport_9.apk me.kuehle.carreport 2012-10-22
me.kuehle.carreport_10.apk me.kuehle.carreport 2012-11-30
@@ -11383,6 +12684,10 @@ 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.kuehle.carreport_70.apk me.kuehle.carreport 2018-05-14
+me.kuehle.carreport_71.apk me.kuehle.carreport 2018-06-04
+me.kuehle.carreport_72.apk me.kuehle.carreport 2018-06-20
+me.kuehle.carreport_73.apk me.kuehle.carreport 2018-10-01
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
@@ -11393,6 +12698,9 @@ 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.murks.filmchecker_11.apk me.murks.filmchecker 2018-06-04
+me.murks.filmchecker_13.apk me.murks.filmchecker 2018-08-17
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
@@ -11433,6 +12741,9 @@ 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
+me.zeeroooo.materialfb_67.apk me.zeeroooo.materialfb 2018-04-29
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
@@ -11444,11 +12755,18 @@ mixare-0063.apk org.mixare
mixare-v082.apk org.mixare 2012-05-17
mixedbit.speechtrainer_2.apk mixedbit.speechtrainer 2011-11-28
mixedbit.speechtrainer_5.apk mixedbit.speechtrainer 2012-07-26
+mkg20001.net.samremote_1.apk mkg20001.net.samremote 2018-09-11
ml.adamsprogs.bimba_3.apk ml.adamsprogs.bimba 2017-08-22
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
+ml.adamsprogs.bimba_11.apk ml.adamsprogs.bimba 2018-05-12
+ml.adamsprogs.bimba_12.apk ml.adamsprogs.bimba 2018-07-02
+ml.adamsprogs.bimba_14.apk ml.adamsprogs.bimba 2018-07-19
+ml.adamsprogs.bimba_15.apk ml.adamsprogs.bimba 2018-09-25
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
@@ -11469,6 +12787,7 @@ mobi.omegacentauri.SendReduced_1000.apk mobi.omegacentauri.SendReduced 2016-01-0
mobi.omegacentauri.SendReduced_1100.apk mobi.omegacentauri.SendReduced 2016-01-10
mobi.omegacentauri.SendReduced_1200.apk mobi.omegacentauri.SendReduced 2016-01-21
mobi.omegacentauri.SendReduced_1300.apk mobi.omegacentauri.SendReduced 2016-04-29
+mobi.omegacentauri.SendReduced_1600.apk mobi.omegacentauri.SendReduced 2018-08-20
mobileorg-release.apk com.matburt.mobileorg 2011-02-19
moe.feng.nhentai_30.apk moe.feng.nhentai 2016-09-29
moe.feng.nhentai_33.apk moe.feng.nhentai 2017-01-17
@@ -11531,6 +12850,8 @@ name.seguri.android.isphoneencrypted_1.apk name.seguri.android.isphoneencrypted
name.seguri.android.lock_2.apk name.seguri.android.lock 2017-04-30
name.seguri.android.lock_3.apk name.seguri.android.lock 2017-04-30
name.seguri.android.lock_4.apk name.seguri.android.lock 2017-04-30
+name.seguri.android.lock_7.apk name.seguri.android.lock 2018-06-16
+name.seguri.android.lock_10.apk name.seguri.android.lock 2018-08-31
name.soulayrol.rhaa.sholi_1.apk name.soulayrol.rhaa.sholi 2013-12-09
name.soulayrol.rhaa.sholi_2.apk name.soulayrol.rhaa.sholi 2013-12-17
name.soulayrol.rhaa.sholi_3.apk name.soulayrol.rhaa.sholi 2014-01-27
@@ -11539,7 +12860,15 @@ 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
+namlit.siteswapgenerator_15.apk namlit.siteswapgenerator 2018-05-14
+namlit.siteswapgenerator_16.apk namlit.siteswapgenerator 2018-07-19
+namlit.siteswapgenerator_17.apk namlit.siteswapgenerator 2018-07-25
+namlit.siteswapgenerator_19.apk namlit.siteswapgenerator 2018-09-01
navit-0.2.0.apk org.navitproject.navit 2011-01-02
+negativedensity.techahashi_6.apk negativedensity.techahashi 2018-08-20
+negativedensity.techahashi_70000.apk negativedensity.techahashi 2018-09-25
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
nerd.tuxmobil.fahrplan.camp_36.apk nerd.tuxmobil.fahrplan.camp 2015-08-15
@@ -11576,6 +12905,7 @@ net.androgames.level_36.apk net.androgames.level 2014-09-17
net.androidcomics.acv_46.apk net.androidcomics.acv 2013-04-22
net.anzix.osm.upload_10.apk net.anzix.osm.upload 2013-07-08
net.artificialworlds.rabbitescape_103.apk net.artificialworlds.rabbitescape 2017-01-30
+net.artificialworlds.rabbitescape_110.apk net.artificialworlds.rabbitescape 2018-08-29
net.asceai.meritous_1.apk net.asceai.meritous 2013-01-02
net.asceai.meritous_2.apk net.asceai.meritous 2013-01-15
net.avs234_16.apk net.avs234 2013-03-12
@@ -11596,6 +12926,7 @@ net.bible.android.activity_216.apk net.bible.android.activity 2017-01-03
net.bible.android.activity_219.apk net.bible.android.activity 2017-02-24
net.bible.android.activity_221.apk net.bible.android.activity 2017-04-04
net.bible.android.activity_224.apk net.bible.android.activity 2017-04-13
+net.bible.android.activity_246.apk net.bible.android.activity 2018-06-07
net.bierbaumer.otp_authenticator_1.apk net.bierbaumer.otp_authenticator 2015-12-20
net.bierbaumer.otp_authenticator_2.apk net.bierbaumer.otp_authenticator 2015-12-20
net.bierbaumer.otp_authenticator_3.apk net.bierbaumer.otp_authenticator 2015-12-24
@@ -11697,6 +13028,9 @@ net.fabiszewski.ulogger_105.apk net.fabiszewski.ulogger 2017-05-10
net.fabiszewski.ulogger_106.apk net.fabiszewski.ulogger 2017-06-26
net.fabiszewski.ulogger_107.apk net.fabiszewski.ulogger 2017-09-24
net.fabiszewski.ulogger_108.apk net.fabiszewski.ulogger 2018-03-05
+net.fabiszewski.ulogger_200.apk net.fabiszewski.ulogger 2018-05-23
+net.fabiszewski.ulogger_201.apk net.fabiszewski.ulogger 2018-05-25
+net.fabiszewski.ulogger_202.apk net.fabiszewski.ulogger 2018-07-19
net.fercanet.LNM_3.apk net.fercanet.LNM 2011-01-20
net.fercanet.LNM_5.apk net.fercanet.LNM 2013-03-30
net.fred.feedex_9.apk net.fred.feedex 2013-05-29
@@ -11743,6 +13077,14 @@ net.fred.feedex_55.apk net.fred.feedex 2015-02-14
net.fred.feedex_56.apk net.fred.feedex 2015-04-11
net.fred.feedex_57.apk net.fred.feedex 2016-03-01
net.fred.feedex_58.apk net.fred.feedex 2016-03-27
+net.frju.flym_7.apk net.frju.flym 2018-07-02
+net.frju.flym_8.apk net.frju.flym 2018-07-02
+net.frju.flym_10.apk net.frju.flym 2018-07-08
+net.frju.flym_12.apk net.frju.flym 2018-07-19
+net.frju.flym_13.apk net.frju.flym 2018-08-19
+net.frju.flym_14.apk net.frju.flym 2018-08-21
+net.frju.flym_15.apk net.frju.flym 2018-09-14
+net.frju.flym_16.apk net.frju.flym 2018-09-21
net.gaast.giggity_4.apk net.gaast.giggity 2011-02-04
net.gaast.giggity_16.apk net.gaast.giggity 2012-01-28
net.gaast.giggity_21.apk net.gaast.giggity 2012-11-08
@@ -11772,6 +13114,7 @@ net.gorry.android.input.nicownng_201304231.apk net.gorry.android.input.nicownng
net.gorry.android.input.nicownng_201304251.apk net.gorry.android.input.nicownng 2013-05-25
net.gorry.android.input.nicownng_201312311.apk net.gorry.android.input.nicownng 2014-01-24
net.gorry.android.input.nicownng_201412041.apk net.gorry.android.input.nicownng 2015-12-07
+net.gsantner.dandelior_33.apk net.gsantner.dandelior 2018-07-26
net.gsantner.markor_1.apk net.gsantner.markor 2017-09-11
net.gsantner.markor_2.apk net.gsantner.markor 2017-09-13
net.gsantner.markor_3.apk net.gsantner.markor 2017-09-16
@@ -11788,6 +13131,19 @@ 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.gsantner.markor_21.apk net.gsantner.markor 2018-05-05
+net.gsantner.markor_22.apk net.gsantner.markor 2018-05-21
+net.gsantner.markor_23.apk net.gsantner.markor 2018-05-29
+net.gsantner.markor_24.apk net.gsantner.markor 2018-06-12
+net.gsantner.markor_25.apk net.gsantner.markor 2018-08-14
+net.gsantner.markor_27.apk net.gsantner.markor 2018-08-29
+net.gsantner.markor_28.apk net.gsantner.markor 2018-09-06
+net.gsantner.markor_30.apk net.gsantner.markor 2018-09-11
+net.gsantner.markor_31.apk net.gsantner.markor 2018-09-14
+net.gsantner.markor_32.apk net.gsantner.markor 2018-09-17
+net.gsantner.markor_34.apk net.gsantner.markor 2018-09-21
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
@@ -11809,6 +13165,8 @@ net.i2p.android.router_4745237.apk net.i2p.android.router 2017-05-25
net.i2p.android.router_4745238.apk net.i2p.android.router 2017-08-22
net.i2p.android.router_4745239.apk net.i2p.android.router 2017-12-04
net.i2p.android.router_4745240.apk net.i2p.android.router 2018-03-10
+net.i2p.android.router_4745241.apk net.i2p.android.router 2018-06-28
+net.i2p.android.router_4745242.apk net.i2p.android.router 2018-07-25
net.i2p.android_4745233.apk net.i2p.android 2016-09-27
net.iexos.musicalarm_1.apk net.iexos.musicalarm 2015-11-28
net.iexos.musicalarm_2.apk net.iexos.musicalarm 2015-12-23
@@ -11826,6 +13184,8 @@ net.inbox.pager_2.apk net.inbox.pager 2016-09-30
net.inbox.pager_3.apk net.inbox.pager 2016-10-05
net.inbox.pager_4.apk net.inbox.pager 2017-01-10
net.inbox.pager_5.apk net.inbox.pager 2017-01-14
+net.inbox.pager_6.apk net.inbox.pager 2018-05-16
+net.inbox.pager_7.apk net.inbox.pager 2018-05-26
net.iowaline.dotdash_5.apk net.iowaline.dotdash 2012-04-06
net.iowaline.dotdash_10.apk net.iowaline.dotdash 2012-04-13
net.iowaline.dotdash_11.apk net.iowaline.dotdash 2012-04-25
@@ -11833,6 +13193,9 @@ net.iowaline.dotdash_12.apk net.iowaline.dotdash 2012-09-15
net.iowaline.dotdash_13.apk net.iowaline.dotdash 2014-11-02
net.iowaline.dotdash_14.apk net.iowaline.dotdash 2015-05-24
net.iowaline.dotdash_17.apk net.iowaline.dotdash 2015-12-14
+net.jakevossen.apollotrivia_10.apk net.jakevossen.apollotrivia 2018-05-26
+net.jakevossen.apollotrivia_12.apk net.jakevossen.apollotrivia 2018-06-07
+net.jakevossen.apollotrivia_13.apk net.jakevossen.apollotrivia 2018-08-27
net.jaqpot.netcounter_22.apk net.jaqpot.netcounter 2014-01-29
net.jjc1138.android.scrobbler_7.apk net.jjc1138.android.scrobbler 2012-09-22
net.justdave.nwsweatheralertswidget_7.apk net.justdave.nwsweatheralertswidget 2015-01-06
@@ -11860,6 +13223,7 @@ net.kourlas.voipms_sms_110.apk net.kourlas.voipms_sms 2016-09-21
net.kourlas.voipms_sms_111.apk net.kourlas.voipms_sms 2016-10-06
net.kourlas.voipms_sms_113.apk net.kourlas.voipms_sms 2016-10-06
net.kourlas.voipms_sms_117.apk net.kourlas.voipms_sms 2017-07-09
+net.kourlas.voipms_sms_119.apk net.kourlas.voipms_sms 2018-07-23
net.lardcave.keepassnfc_1.apk net.lardcave.keepassnfc 2014-01-09
net.lardcave.keepassnfc_2.apk net.lardcave.keepassnfc 2014-02-05
net.loeuillet.wifi_eap_sim_conf_1.apk net.loeuillet.wifi_eap_sim_conf 2015-11-24
@@ -11912,6 +13276,9 @@ net.mypapit.mobile.myposition_9.apk net.mypapit.mobile.myposition 2016-05-06
net.mypapit.mobile.myposition_10.apk net.mypapit.mobile.myposition 2016-09-29
net.mypapit.mobile.myposition_11.apk net.mypapit.mobile.myposition 2016-10-15
net.mypapit.mobile.myposition_12.apk net.mypapit.mobile.myposition 2017-06-23
+net.mypapit.mobile.myposition_13.apk net.mypapit.mobile.myposition 2018-05-26
+net.mypapit.mobile.myposition_14.apk net.mypapit.mobile.myposition 2018-05-28
+net.mypapit.mobile.myposition_15.apk net.mypapit.mobile.myposition 2018-06-04
net.nightwhistler.pageturner_1.apk net.nightwhistler.pageturner 2012-02-03
net.nightwhistler.pageturner_2.apk net.nightwhistler.pageturner 2012-02-04
net.nightwhistler.pageturner_3.apk net.nightwhistler.pageturner 2012-02-11
@@ -11924,6 +13291,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
@@ -11937,6 +13305,9 @@ 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.nullsum.audinaut_195.apk net.nullsum.audinaut 2018-05-14
+net.nullsum.audinaut_196.apk net.nullsum.audinaut 2018-06-05
+net.nullsum.audinaut_197.apk net.nullsum.audinaut 2018-07-08
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
@@ -12023,10 +13394,19 @@ net.osmand.plus_265.apk net.osmand.plus 2017-08-14
net.osmand.plus_275.apk net.osmand.plus 2017-08-15
net.osmand.plus_282.apk net.osmand.plus 2017-11-17
net.osmand.plus_293.apk net.osmand.plus 2018-02-22
+net.osmand.plus_300.apk net.osmand.plus 2018-05-21
+net.osmand.plus_302.apk net.osmand.plus 2018-05-29
+net.osmand.plus_303.apk net.osmand.plus 2018-06-09
+net.osmand.plus_304.apk net.osmand.plus 2018-07-06
+net.osmand.plus_315.apk net.osmand.plus 2018-08-21
+net.osmand.plus_316.apk net.osmand.plus 2018-08-22
+net.osmand.plus_320.apk net.osmand.plus 2018-09-11
net.osmand.srtmPlugin.paid_6.apk net.osmand.srtmPlugin.paid 2014-09-20
net.osmand.srtmPlugin.paid_9.apk net.osmand.srtmPlugin.paid 2017-11-17
net.osmand_25.apk net.osmand 2011-02-11
net.osmand_26.apk net.osmand 2011-06-24
+net.osmtracker_40.apk net.osmtracker 2018-08-12
+net.osmtracker_42.apk net.osmtracker 2018-08-12
net.pejici.easydice_3.apk net.pejici.easydice 2014-02-02
net.pejici.easydice_4.apk net.pejici.easydice 2014-05-01
net.pejici.easydice_5.apk net.pejici.easydice 2014-05-06
@@ -12053,6 +13433,7 @@ net.pmarks.chromadoze_20.apk net.pmarks.chromadoze 2016-01-18
net.pmarks.chromadoze_21.apk net.pmarks.chromadoze 2016-01-20
net.pmarks.chromadoze_22.apk net.pmarks.chromadoze 2016-01-31
net.pmarks.chromadoze_23.apk net.pmarks.chromadoze 2018-02-06
+net.pmarks.chromadoze_25.apk net.pmarks.chromadoze 2018-06-20
net.programmierecke.radiodroid2_4.apk net.programmierecke.radiodroid2 2016-03-27
net.programmierecke.radiodroid2_6.apk net.programmierecke.radiodroid2 2016-04-03
net.programmierecke.radiodroid2_7.apk net.programmierecke.radiodroid2 2016-04-06
@@ -12091,11 +13472,15 @@ net.programmierecke.radiodroid2_47.apk net.programmierecke.radiodroid2 2017-08-1
net.programmierecke.radiodroid2_58.apk net.programmierecke.radiodroid2 2018-01-16
net.programmierecke.radiodroid2_61.apk net.programmierecke.radiodroid2 2018-01-16
net.programmierecke.radiodroid2_63.apk net.programmierecke.radiodroid2 2018-02-13
+net.programmierecke.radiodroid2_65.apk net.programmierecke.radiodroid2 2018-04-28
+net.programmierecke.radiodroid2_66.apk net.programmierecke.radiodroid2 2018-05-16
+net.programmierecke.radiodroid2_76.apk net.programmierecke.radiodroid2 2018-05-28
net.progval.android.andquote_2.apk net.progval.android.andquote 2012-09-27
net.progval.android.andquote_6.apk net.progval.android.andquote 2013-03-12
net.progval.android.andquote_7.apk net.progval.android.andquote 2013-06-03
net.ralphbroenink.muzei.unsplash_2.apk net.ralphbroenink.muzei.unsplash 2014-03-22
net.ralphbroenink.muzei.unsplash_3.apk net.ralphbroenink.muzei.unsplash 2014-12-03
+net.reichholf.dreamdroid_419.apk net.reichholf.dreamdroid 2018-07-19
net.rocboronat.android.wallpaper.npe_3.apk net.rocboronat.android.wallpaper.npe 2015-04-02
net.rocrail.androc_219.apk net.rocrail.androc 2011-01-10
net.rocrail.androc_221.apk net.rocrail.androc 2011-03-01
@@ -12177,6 +13562,9 @@ 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.dibdib.android.dib2qm_1850.apk net.sourceforge.dibdib.android.dib2qm 2018-05-25
+net.sourceforge.dibdib.android.dib2qm_1854.apk net.sourceforge.dibdib.android.dib2qm 2018-09-06
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
@@ -12220,6 +13608,8 @@ 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.opencamera_65.apk net.sourceforge.opencamera 2018-10-01
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
@@ -12263,6 +13653,7 @@ net.sourceforge.subsonic.androidapp_59.apk net.sourceforge.subsonic.androidapp 2
net.sourceforge.wifiremoteplay_7.apk net.sourceforge.wifiremoteplay 2013-10-31
net.sourceforge.wifiremoteplay_8.apk net.sourceforge.wifiremoteplay 2013-12-27
net.sourceforge.wifiremoteplay_9.apk net.sourceforge.wifiremoteplay 2017-05-15
+net.sourceforge.x11basic_150.apk net.sourceforge.x11basic 2018-09-28
net.stkaddons.viewer_3.apk net.stkaddons.viewer 2014-08-17
net.sylvek.sharemyposition_16.apk net.sylvek.sharemyposition 2011-02-03
net.sylvek.sharemyposition_20.apk net.sylvek.sharemyposition 2012-01-10
@@ -12281,6 +13672,7 @@ net.tapi.handynotes_3.apk net.tapi.handynotes 2011-02-19
net.tapi.handynotes_4.apk net.tapi.handynotes 2012-05-20
net.tapi.handynotes_5.apk net.tapi.handynotes 2012-06-01
net.tapi.handynotes_6.apk net.tapi.handynotes 2012-08-25
+net.tapi.handynotes_7.apk net.tapi.handynotes 2018-09-14
net.tedstein.AndroSS_6.apk net.tedstein.AndroSS 2011-03-29
net.tedstein.AndroSS_7.apk net.tedstein.AndroSS 2011-04-19
net.tedstein.AndroSS_8.apk net.tedstein.AndroSS 2011-05-05
@@ -12296,7 +13688,12 @@ net.tevp.postcode_5.apk net.tevp.postcode 2017-04-13
net.thauvin.erik.android.noussd_1.apk net.thauvin.erik.android.noussd 2012-09-28
net.thauvin.erik.android.noussd_2.apk net.thauvin.erik.android.noussd 2012-10-03
net.tjado.passwdsafe_204.apk net.tjado.passwdsafe 2017-08-02
+net.tjado.passwdsafe_300.apk net.tjado.passwdsafe 2018-09-28
+net.typeblog.shelter_3.apk net.typeblog.shelter 2018-08-30
+net.typeblog.shelter_5.apk net.typeblog.shelter 2018-09-11
+net.typeblog.shelter_7.apk net.typeblog.shelter 2018-09-25
net.usikkert.kouchat.android_15.apk net.usikkert.kouchat.android 2016-09-05
+net.usikkert.kouchat.android_16.apk net.usikkert.kouchat.android 2018-08-10
net.vivekiyer.GAL_14.apk net.vivekiyer.GAL 2012-09-09
net.vivekiyer.GAL_17.apk net.vivekiyer.GAL 2012-10-11
net.vivekiyer.GAL_23.apk net.vivekiyer.GAL 2012-11-13
@@ -12322,14 +13719,17 @@ net.wigle.wigleandroid_202.apk net.wigle.wigleandroid 2014-07-05
net.wigle.wigleandroid_203.apk net.wigle.wigleandroid 2014-08-08
net.wigle.wigleandroid_204.apk net.wigle.wigleandroid 2014-08-20
net.wigle.wigleandroid_210.apk net.wigle.wigleandroid 2016-03-20
+net.wigle.wigleandroid_229.apk net.wigle.wigleandroid 2018-07-19
net.wireloss.android.fahrplan.pw16_5.apk net.wireloss.android.fahrplan.pw16 2016-10-15
net.xenotropic.quizznworldcap_1.apk net.xenotropic.quizznworldcap 2013-08-18
+net.yolosec.routerkeygen2_72.apk net.yolosec.routerkeygen2 2018-05-12
net.yxejamir.misbotheringsms_1000000.apk net.yxejamir.misbotheringsms 2015-04-26
net.zygotelabs.locker_8.apk net.zygotelabs.locker 2016-03-24
net.zygotelabs.locker_9.apk net.zygotelabs.locker 2016-04-06
net.zygotelabs.locker_10.apk net.zygotelabs.locker 2016-05-27
net.zygotelabs.locker_11.apk net.zygotelabs.locker 2016-06-17
nf.frex.android_10.apk nf.frex.android 2013-12-15
+nightlock.peppercarrot_6.apk nightlock.peppercarrot 2018-05-22
nitezh.ministock_50.apk nitezh.ministock 2013-06-24
nitezh.ministock_51.apk nitezh.ministock 2013-07-04
nitezh.ministock_52.apk nitezh.ministock 2013-12-07
@@ -12409,6 +13809,8 @@ nl.asymmetrics.droidshows_762.apk nl.asymmetrics.droidshows 2017-10-01
nl.asymmetrics.droidshows_770.apk nl.asymmetrics.droidshows 2017-10-08
nl.asymmetrics.droidshows_771.apk nl.asymmetrics.droidshows 2017-10-13
nl.asymmetrics.droidshows_772.apk nl.asymmetrics.droidshows 2017-10-20
+nl.devluuk.sleepywifi_1.apk nl.devluuk.sleepywifi 2018-09-11
+nl.devluuk.sleepywifi_2.apk nl.devluuk.sleepywifi 2018-09-25
nl.frankkie.bronylivewallpaper_8.apk nl.frankkie.bronylivewallpaper 2014-01-14
nl.frankkie.bronylivewallpaper_9.apk nl.frankkie.bronylivewallpaper 2014-01-14
nl.implode.regenalarm_20202.apk nl.implode.regenalarm 2015-06-11
@@ -12420,6 +13822,11 @@ nl.implode.regenalarm_40101.apk nl.implode.regenalarm 2016-09-27
nl.implode.regenalarm_40200.apk nl.implode.regenalarm 2017-05-30
nl.implode.regenalarm_40300.apk nl.implode.regenalarm 2017-06-13
nl.implode.regenalarm_40301.apk nl.implode.regenalarm 2017-07-18
+nl.implode.weer_10.apk nl.implode.weer 2018-08-10
+nl.implode.weer_11.apk nl.implode.weer 2018-08-12
+nl.implode.weer_12.apk nl.implode.weer 2018-08-29
+nl.implode.weer_14.apk nl.implode.weer 2018-09-11
+nl.implode.weer_15.apk nl.implode.weer 2018-09-17
nl.mpcjanssen.simpletask_1053.apk nl.mpcjanssen.simpletask 2013-12-04
nl.mpcjanssen.simpletask_1054.apk nl.mpcjanssen.simpletask 2013-12-07
nl.mpcjanssen.simpletask_1058.apk nl.mpcjanssen.simpletask 2013-12-11
@@ -12539,6 +13946,8 @@ 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.mpcjanssen.simpletask_3092.apk nl.mpcjanssen.simpletask 2018-06-23
+nl.mpcjanssen.simpletask_3200.apk nl.mpcjanssen.simpletask 2018-08-09
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
@@ -12671,6 +14080,19 @@ nodomain.freeyourgadget.gadgetbridge_122.apk nodomain.freeyourgadget.gadgetbridg
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
+nodomain.freeyourgadget.gadgetbridge_129.apk nodomain.freeyourgadget.gadgetbridge 2018-05-07
+nodomain.freeyourgadget.gadgetbridge_130.apk nodomain.freeyourgadget.gadgetbridge 2018-05-14
+nodomain.freeyourgadget.gadgetbridge_131.apk nodomain.freeyourgadget.gadgetbridge 2018-05-22
+nodomain.freeyourgadget.gadgetbridge_132.apk nodomain.freeyourgadget.gadgetbridge 2018-06-28
+nodomain.freeyourgadget.gadgetbridge_133.apk nodomain.freeyourgadget.gadgetbridge 2018-07-06
+nodomain.freeyourgadget.gadgetbridge_134.apk nodomain.freeyourgadget.gadgetbridge 2018-07-19
+nodomain.freeyourgadget.gadgetbridge_135.apk nodomain.freeyourgadget.gadgetbridge 2018-07-25
+nodomain.freeyourgadget.gadgetbridge_136.apk nodomain.freeyourgadget.gadgetbridge 2018-08-14
+nodomain.freeyourgadget.gadgetbridge_137.apk nodomain.freeyourgadget.gadgetbridge 2018-08-21
+nodomain.freeyourgadget.gadgetbridge_138.apk nodomain.freeyourgadget.gadgetbridge 2018-09-20
nu.firetech.android.pactrack_1310.apk nu.firetech.android.pactrack 2011-01-27
nu.firetech.android.wifiwarning_6.apk nu.firetech.android.wifiwarning 2014-11-24
nya.miku.wishmaster_18.apk nya.miku.wishmaster 2015-05-12
@@ -12729,6 +14151,16 @@ openfoodfacts.github.scrachx.openbeauty_41.apk openfoodfacts.github.scrachx.open
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.openbeauty_50.apk openfoodfacts.github.scrachx.openbeauty 2018-05-21
+openfoodfacts.github.scrachx.openbeauty_51.apk openfoodfacts.github.scrachx.openbeauty 2018-05-22
+openfoodfacts.github.scrachx.openbeauty_52.apk openfoodfacts.github.scrachx.openbeauty 2018-06-02
+openfoodfacts.github.scrachx.openbeauty_53.apk openfoodfacts.github.scrachx.openbeauty 2018-06-05
+openfoodfacts.github.scrachx.openbeauty_277.apk openfoodfacts.github.scrachx.openbeauty 2018-06-09
+openfoodfacts.github.scrachx.openbeauty_282.apk openfoodfacts.github.scrachx.openbeauty 2018-06-16
+openfoodfacts.github.scrachx.openbeauty_285.apk openfoodfacts.github.scrachx.openbeauty 2018-06-20
+openfoodfacts.github.scrachx.openbeauty_287.apk openfoodfacts.github.scrachx.openbeauty 2018-08-01
+openfoodfacts.github.scrachx.openbeauty_290.apk openfoodfacts.github.scrachx.openbeauty 2018-08-21
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
@@ -12754,6 +14186,17 @@ openfoodfacts.github.scrachx.openfood_41.apk openfoodfacts.github.scrachx.openfo
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
+openfoodfacts.github.scrachx.openfood_50.apk openfoodfacts.github.scrachx.openfood 2018-05-21
+openfoodfacts.github.scrachx.openfood_51.apk openfoodfacts.github.scrachx.openfood 2018-05-22
+openfoodfacts.github.scrachx.openfood_52.apk openfoodfacts.github.scrachx.openfood 2018-06-02
+openfoodfacts.github.scrachx.openfood_53.apk openfoodfacts.github.scrachx.openfood 2018-06-05
+openfoodfacts.github.scrachx.openfood_277.apk openfoodfacts.github.scrachx.openfood 2018-06-09
+openfoodfacts.github.scrachx.openfood_282.apk openfoodfacts.github.scrachx.openfood 2018-06-16
+openfoodfacts.github.scrachx.openfood_285.apk openfoodfacts.github.scrachx.openfood 2018-06-20
+openfoodfacts.github.scrachx.openfood_287.apk openfoodfacts.github.scrachx.openfood 2018-08-01
+openfoodfacts.github.scrachx.openfood_288.apk openfoodfacts.github.scrachx.openfood 2018-08-21
+openfoodfacts.github.scrachx.openfood_290.apk openfoodfacts.github.scrachx.openfood 2018-08-21
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
@@ -12816,6 +14259,7 @@ org.afhdownloader_7.apk org.afhdownloader 2016-07-15
org.afhdownloader_8.apk org.afhdownloader 2017-09-24
org.afhdownloader_9.apk org.afhdownloader 2017-10-08
org.afhdownloader_10.apk org.afhdownloader 2017-10-20
+org.afhdownloader_11.apk org.afhdownloader 2018-04-28
org.aja.flightmode_2.apk org.aja.flightmode 2013-06-26
org.aja.flightmode_3.apk org.aja.flightmode 2013-07-30
org.akvo.rsr.up_15.apk org.akvo.rsr.up 2014-06-10
@@ -12838,6 +14282,9 @@ 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.amoradi.syncopoli_18.apk org.amoradi.syncopoli 2018-05-06
+org.amoradi.syncopoli_19.apk org.amoradi.syncopoli 2018-05-21
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
@@ -12958,6 +14405,13 @@ 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.andstatus.app_250.apk org.andstatus.app 2018-05-05
+org.andstatus.app_252.apk org.andstatus.app 2018-05-14
+org.andstatus.app_253.apk org.andstatus.app 2018-06-02
+org.andstatus.app_254.apk org.andstatus.app 2018-06-12
+org.andstatus.app_256.apk org.andstatus.app 2018-06-20
+org.andstatus.app_258.apk org.andstatus.app 2018-07-25
+org.andstatus.app_259.apk org.andstatus.app 2018-09-14
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
@@ -12994,6 +14448,7 @@ 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.atai.TessUI_16.apk org.atai.TessUI 2018-09-11
org.aykit.MyOwnNotes_3.apk org.aykit.MyOwnNotes 2014-06-18
org.aykit.MyOwnNotes_5.apk org.aykit.MyOwnNotes 2014-07-05
org.aykit.MyOwnNotes_7.apk org.aykit.MyOwnNotes 2014-07-18
@@ -13012,6 +14467,7 @@ org.basketbuilddownloader_8.apk org.basketbuilddownloader 2016-07-08
org.basketbuilddownloader_9.apk org.basketbuilddownloader 2016-07-09
org.basketbuilddownloader_10.apk org.basketbuilddownloader 2016-07-13
org.basketbuilddownloader_11.apk org.basketbuilddownloader 2016-12-26
+org.basketbuilddownloader_12.apk org.basketbuilddownloader 2018-05-06
org.bc_bd.mrwhite_1.apk org.bc_bd.mrwhite 2012-03-15
org.bc_bd.mrwhite_2.apk org.bc_bd.mrwhite 2012-06-07
org.bc_bd.mrwhite_3.apk org.bc_bd.mrwhite 2013-04-22
@@ -13045,6 +14501,7 @@ 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
@@ -13061,6 +14518,12 @@ 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.currency_118.apk org.billthefarmer.currency 2018-05-14
+org.billthefarmer.currency_119.apk org.billthefarmer.currency 2018-06-04
+org.billthefarmer.currency_120.apk org.billthefarmer.currency 2018-09-11
+org.billthefarmer.currency_121.apk org.billthefarmer.currency 2018-09-28
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
@@ -13087,6 +14550,11 @@ 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.diary_129.apk org.billthefarmer.diary 2018-05-06
+org.billthefarmer.diary_130.apk org.billthefarmer.diary 2018-06-12
+org.billthefarmer.diary_131.apk org.billthefarmer.diary 2018-07-15
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
@@ -13108,6 +14576,9 @@ org.billthefarmer.editor_117.apk org.billthefarmer.editor 2018-01-29
org.billthefarmer.editor_118.apk org.billthefarmer.editor 2018-02-03
org.billthefarmer.editor_119.apk org.billthefarmer.editor 2018-02-11
org.billthefarmer.editor_120.apk org.billthefarmer.editor 2018-03-05
+org.billthefarmer.editor_121.apk org.billthefarmer.editor 2018-07-19
+org.billthefarmer.editor_122.apk org.billthefarmer.editor 2018-07-25
+org.billthefarmer.editor_123.apk org.billthefarmer.editor 2018-08-21
org.billthefarmer.melodeon_1.apk org.billthefarmer.melodeon 2013-07-28
org.billthefarmer.melodeon_101.apk org.billthefarmer.melodeon 2014-06-23
org.billthefarmer.melodeon_102.apk org.billthefarmer.melodeon 2015-04-09
@@ -13136,6 +14607,8 @@ 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.scope_118.apk org.billthefarmer.scope 2018-09-15
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
@@ -13162,6 +14635,7 @@ org.billthefarmer.siggen_113.apk org.billthefarmer.siggen 2017-11-28
org.billthefarmer.siggen_114.apk org.billthefarmer.siggen 2018-01-29
org.billthefarmer.siggen_115.apk org.billthefarmer.siggen 2018-02-06
org.billthefarmer.siggen_116.apk org.billthefarmer.siggen 2018-02-20
+org.billthefarmer.siggen_117.apk org.billthefarmer.siggen 2018-10-01
org.billthefarmer.tuner_1.apk org.billthefarmer.tuner 2013-02-27
org.billthefarmer.tuner_101.apk org.billthefarmer.tuner 2013-03-12
org.billthefarmer.tuner_102.apk org.billthefarmer.tuner 2013-03-19
@@ -13184,6 +14658,7 @@ org.billthefarmer.tuner_118.apk org.billthefarmer.tuner 2017-12-24
org.billthefarmer.tuner_119.apk org.billthefarmer.tuner 2018-02-11
org.billthefarmer.tuner_120.apk org.billthefarmer.tuner 2018-02-20
org.billthefarmer.tuner_121.apk org.billthefarmer.tuner 2018-03-10
+org.billthefarmer.tuner_122.apk org.billthefarmer.tuner 2018-09-15
org.birthdayadapter_1.apk org.birthdayadapter 2012-04-05
org.birthdayadapter_2.apk org.birthdayadapter 2012-04-08
org.birthdayadapter_3.apk org.birthdayadapter 2012-05-13
@@ -13209,6 +14684,8 @@ 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.blokada.alarm_304100500.apk org.blokada.alarm 2018-05-16
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
@@ -13298,8 +14775,11 @@ org.brandroid.openmanager_193.apk org.brandroid.openmanager 2012-11-01
org.brandroid.openmanager_194.apk org.brandroid.openmanager 2012-11-03
org.brandroid.openmanager_208.apk org.brandroid.openmanager 2013-01-29
org.brandroid.openmanager_212.apk org.brandroid.openmanager 2013-02-21
+org.briarproject.briar.android_10001.apk org.briarproject.briar.android 2018-08-14
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.c_base.c_beam_26.apk org.c_base.c_beam 2018-08-14
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
@@ -13381,6 +14861,8 @@ org.coolreader_875.apk org.coolreader 2014-11-22
org.coolreader_888.apk org.coolreader 2015-06-11
org.coolreader_892.apk org.coolreader 2015-07-16
org.coolreader_907.apk org.coolreader 2015-12-04
+org.coolreader_2091.apk org.coolreader 2018-08-30
+org.covolunablu.marswallpaper_2.apk org.covolunablu.marswallpaper 2018-09-11
org.cprados.wificellmanager_18.apk org.cprados.wificellmanager 2014-01-07
org.cprados.wificellmanager_19.apk org.cprados.wificellmanager 2015-06-30
org.crocodile.sbautologin_10.apk org.crocodile.sbautologin 2012-11-08
@@ -13399,6 +14881,8 @@ org.daylightingsociety.wherearetheeyes_4.apk org.daylightingsociety.wherearethee
org.daylightingsociety.wherearetheeyes_5.apk org.daylightingsociety.wherearetheeyes 2017-03-19
org.daylightingsociety.wherearetheeyes_6.apk org.daylightingsociety.wherearetheeyes 2017-09-27
org.debian.eugen.headingcalculator_1.apk org.debian.eugen.headingcalculator 2014-12-13
+org.deluge.trireme_5.apk org.deluge.trireme 2018-07-25
+org.deluge.trireme_6.apk org.deluge.trireme 2018-08-09
org.developfreedom.ccdroid.app_2.apk org.developfreedom.ccdroid.app 2015-06-08
org.developfreedom.logmein_60.apk org.developfreedom.logmein 2014-10-12
org.developfreedom.logmein_61.apk org.developfreedom.logmein 2014-11-09
@@ -13412,6 +14896,7 @@ org.dgtale.icsimport_1.apk org.dgtale.icsimport 2013-11-13
org.dgtale.icsimport_2.apk org.dgtale.icsimport 2014-01-15
org.dgtale.icsimport_3.apk org.dgtale.icsimport 2015-09-10
org.dgtale.icsimport_4.apk org.dgtale.icsimport 2016-06-23
+org.disroot.disrootapp_6.apk org.disroot.disrootapp 2018-09-28
org.disrupted.rumble_7.apk org.disrupted.rumble 2015-12-12
org.disrupted.rumble_11.apk org.disrupted.rumble 2015-12-30
org.disrupted.rumble_15.apk org.disrupted.rumble 2016-08-25
@@ -13434,6 +14919,8 @@ org.documentfoundation.libreoffice_1.apk org.documentfoundation.libreoffice 2015
org.documentfoundation.libreoffice_2.apk org.documentfoundation.libreoffice 2015-06-08
org.documentfoundation.libreoffice_10.apk org.documentfoundation.libreoffice 2016-10-27
org.documentfoundation.libreoffice_11.apk org.documentfoundation.libreoffice 2016-10-27
+org.documentfoundation.libreoffice_14.apk org.documentfoundation.libreoffice 2018-07-02
+org.documentfoundation.libreoffice_15.apk org.documentfoundation.libreoffice 2018-07-02
org.dolphinemu.dolphinemu_11.apk org.dolphinemu.dolphinemu 2013-10-28
org.dolphinemu.dolphinemu_13.apk org.dolphinemu.dolphinemu 2015-11-17
org.dolphinemu.dolphinemu_14523.apk org.dolphinemu.dolphinemu 2018-02-28
@@ -13452,6 +14939,9 @@ org.dpadgett.timer_7.apk org.dpadgett.timer 2013-11-19
org.droidparts.battery_widget_201205220.apk org.droidparts.battery_widget 2012-08-13
org.droidseries_12.apk org.droidseries 2011-03-02
org.droidseries_13.apk org.droidseries 2011-11-28
+org.droidtr.keyboard_34.apk org.droidtr.keyboard 2018-09-15
+org.droidtr.keyboard_36.apk org.droidtr.keyboard 2018-09-21
+org.droidtr.keyboard_37.apk org.droidtr.keyboard 2018-10-01
org.droidupnp_6.apk org.droidupnp 2013-12-09
org.droidupnp_11.apk org.droidupnp 2014-02-18
org.droidupnp_12.apk org.droidupnp 2014-03-12
@@ -13481,6 +14971,7 @@ org.dyndns.fules.ck_20.apk org.dyndns.fules.ck 2016-11-21
org.dyndns.ipignoli.petronius_4.apk org.dyndns.ipignoli.petronius 2012-08-29
org.dyndns.sven_ola.debian_kit_5.apk org.dyndns.sven_ola.debian_kit 2014-01-03
org.dyndns.sven_ola.debian_kit_6.apk org.dyndns.sven_ola.debian_kit 2016-12-26
+org.dyndns.warenix.web2pdf_66.apk org.dyndns.warenix.web2pdf 2018-07-30
org.edunivers.whereami_1.apk org.edunivers.whereami 2014-06-15
org.eehouse.android.xw4_26.apk org.eehouse.android.xw4 2012-01-13
org.eehouse.android.xw4_30.apk org.eehouse.android.xw4 2012-01-13
@@ -13505,11 +14996,14 @@ org.eehouse.android.xw4_111.apk org.eehouse.android.xw4 2017-01-11
org.eehouse.android.xw4_114.apk org.eehouse.android.xw4 2017-05-25
org.eehouse.android.xw4_115.apk org.eehouse.android.xw4 2017-06-13
org.eehouse.android.xw4_127.apk org.eehouse.android.xw4 2017-12-04
+org.eehouse.android.xw4_133.apk org.eehouse.android.xw4 2018-07-23
+org.eehouse.android.xw4_134.apk org.eehouse.android.xw4 2018-07-23
org.emergent.android.weave_8.apk org.emergent.android.weave 2014-03-05
org.emunix.unipatcher_140000.apk org.emunix.unipatcher 2017-04-17
org.emunix.unipatcher_140100.apk org.emunix.unipatcher 2017-05-27
org.emunix.unipatcher_140200.apk org.emunix.unipatcher 2017-07-19
org.emunix.unipatcher_150000.apk org.emunix.unipatcher 2018-02-20
+org.emunix.unipatcher_160000.apk org.emunix.unipatcher 2018-08-25
org.epstudios.epmobile_18.apk org.epstudios.epmobile 2012-08-23
org.epstudios.epmobile_19.apk org.epstudios.epmobile 2012-09-12
org.epstudios.epmobile_20.apk org.epstudios.epmobile 2012-11-08
@@ -13547,6 +15041,15 @@ org.equeim.tremotesf_8.apk org.equeim.tremotesf 2017-03-17
org.equeim.tremotesf_9.apk org.equeim.tremotesf 2017-03-17
org.equeim.tremotesf_10.apk org.equeim.tremotesf 2017-04-17
org.equeim.tremotesf_11.apk org.equeim.tremotesf 2017-04-17
+org.equeim.tremotesf_13.apk org.equeim.tremotesf 2018-05-02
+org.equeim.tremotesf_14.apk org.equeim.tremotesf 2018-05-06
+org.equeim.tremotesf_15.apk org.equeim.tremotesf 2018-05-14
+org.equeim.tremotesf_16.apk org.equeim.tremotesf 2018-06-17
+org.equeim.tremotesf_17.apk org.equeim.tremotesf 2018-08-03
+org.equeim.tremotesf_18.apk org.equeim.tremotesf 2018-08-12
+org.equeim.tremotesf_19.apk org.equeim.tremotesf 2018-08-17
+org.equeim.tremotesf_20.apk org.equeim.tremotesf 2018-09-11
+org.equeim.tremotesf_21.apk org.equeim.tremotesf 2018-09-17
org.esteban.piano_1.apk org.esteban.piano 2014-06-10
org.esteban.piano_2.apk org.esteban.piano 2014-06-13
org.esteban.piano_3.apk org.esteban.piano 2014-06-22
@@ -13572,6 +15075,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
@@ -13581,6 +15086,7 @@ org.evilsoft.pathfinder.reference_36.apk org.evilsoft.pathfinder.reference 2014-
org.evilsoft.pathfinder.reference_38.apk org.evilsoft.pathfinder.reference 2015-04-15
org.example.pushupbuddy_1.apk org.example.pushupbuddy 2011-10-17
org.example.pushupbuddy_20140108.apk org.example.pushupbuddy 2014-07-01
+org.example.rosary_1.apk org.example.rosary 2018-08-10
org.fastergps_1.apk org.fastergps 2012-02-24
org.fastergps_3.apk org.fastergps 2012-03-01
org.fastergps_4.apk org.fastergps 2012-04-08
@@ -13610,6 +15116,7 @@ org.fdroid.fdroid.privileged_2040.apk org.fdroid.fdroid.privileged 2017-04-23
org.fdroid.fdroid.privileged_2050.apk org.fdroid.fdroid.privileged 2017-05-12
org.fdroid.fdroid.privileged_2060.apk org.fdroid.fdroid.privileged 2017-09-11
org.fdroid.fdroid.privileged_2070.apk org.fdroid.fdroid.privileged 2017-09-24
+org.fdroid.fdroid.privileged_2080.apk org.fdroid.fdroid.privileged 2018-05-02
org.fdroid.fdroid_8.apk org.fdroid.fdroid 2011-01-17
org.fdroid.fdroid_9.apk org.fdroid.fdroid 2011-01-30
org.fdroid.fdroid_10.apk org.fdroid.fdroid 2011-01-30
@@ -13768,6 +15275,20 @@ 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.fdroid_1003000.apk org.fdroid.fdroid 2018-04-28
+org.fdroid.fdroid_1003001.apk org.fdroid.fdroid 2018-06-17
+org.fdroid.fdroid_1003002.apk org.fdroid.fdroid 2018-06-28
+org.fdroid.fdroid_1003003.apk org.fdroid.fdroid 2018-07-02
+org.fdroid.fdroid_1003004.apk org.fdroid.fdroid 2018-07-19
+org.fdroid.fdroid_1003005.apk org.fdroid.fdroid 2018-07-23
+org.fdroid.fdroid_1003050.apk org.fdroid.fdroid 2018-08-03
+org.fdroid.fdroid_1003051.apk org.fdroid.fdroid 2018-08-10
+org.fdroid.fdroid_1004000.apk org.fdroid.fdroid 2018-08-19
+org.fdroid.fdroid_1004001.apk org.fdroid.fdroid 2018-08-31
+org.fdroid.fdroid_1004050.apk org.fdroid.fdroid 2018-09-15
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
@@ -13799,6 +15320,9 @@ 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.dejavu_16.apk org.fitchfamily.android.dejavu 2018-06-20
+org.fitchfamily.android.dejavu_17.apk org.fitchfamily.android.dejavu 2018-06-23
+org.fitchfamily.android.dejavu_18.apk org.fitchfamily.android.dejavu 2018-09-11
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
@@ -13845,6 +15369,7 @@ org.fitchfamily.android.gsmlocation_64.apk org.fitchfamily.android.gsmlocation 2
org.fitchfamily.android.gsmlocation_65.apk org.fitchfamily.android.gsmlocation 2018-01-09
org.fitchfamily.android.gsmlocation_66.apk org.fitchfamily.android.gsmlocation 2018-01-22
org.fitchfamily.android.gsmlocation_67.apk org.fitchfamily.android.gsmlocation 2018-01-29
+org.fitchfamily.android.gsmlocation_68.apk org.fitchfamily.android.gsmlocation 2018-06-20
org.fitchfamily.android.symphony_2.apk org.fitchfamily.android.symphony 2017-07-25
org.fitchfamily.android.symphony_3.apk org.fitchfamily.android.symphony 2017-07-27
org.fitchfamily.android.symphony_4.apk org.fitchfamily.android.symphony 2017-07-28
@@ -13854,6 +15379,13 @@ org.fitchfamily.android.symphony_7.apk org.fitchfamily.android.symphony 2017-08-
org.fitchfamily.android.symphony_8.apk org.fitchfamily.android.symphony 2017-08-14
org.fitchfamily.android.symphony_9.apk org.fitchfamily.android.symphony 2017-08-22
org.fitchfamily.android.symphony_10.apk org.fitchfamily.android.symphony 2018-02-06
+org.fitchfamily.android.symphony_11.apk org.fitchfamily.android.symphony 2018-05-27
+org.fitchfamily.android.symphony_12.apk org.fitchfamily.android.symphony 2018-06-05
+org.fitchfamily.android.symphony_13.apk org.fitchfamily.android.symphony 2018-06-10
+org.fitchfamily.android.symphony_14.apk org.fitchfamily.android.symphony 2018-06-12
+org.fitchfamily.android.symphony_15.apk org.fitchfamily.android.symphony 2018-06-13
+org.fitchfamily.android.symphony_16.apk org.fitchfamily.android.symphony 2018-07-23
+org.fitchfamily.android.symphony_17.apk org.fitchfamily.android.symphony 2018-07-26
org.fitchfamily.android.wifi_backend_3.apk org.fitchfamily.android.wifi_backend 2014-12-17
org.fitchfamily.android.wifi_backend_4.apk org.fitchfamily.android.wifi_backend 2014-12-20
org.fitchfamily.android.wifi_backend_5.apk org.fitchfamily.android.wifi_backend 2014-12-23
@@ -13882,6 +15414,8 @@ org.fitchfamily.android.wifi_backend_37.apk org.fitchfamily.android.wifi_backend
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.fitchfamily.android.wifi_backend_41.apk org.fitchfamily.android.wifi_backend 2018-06-09
+org.fitchfamily.android.wifi_backend_42.apk org.fitchfamily.android.wifi_backend 2018-06-20
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
@@ -13900,11 +15434,22 @@ org.floens.chan_55.apk org.floens.chan 2016-01-31
org.floens.chan_56.apk org.floens.chan 2016-10-06
org.floens.chan_20300.apk org.floens.chan 2017-03-24
org.floens.chan_20301.apk org.floens.chan 2017-07-18
+org.floens.chan_30000.apk org.floens.chan 2018-04-28
+org.floens.chan_30001.apk org.floens.chan 2018-04-30
org.flyve.inventory.agent_37960.apk org.flyve.inventory.agent 2018-01-15
+org.flyve.inventory.agent_39160.apk org.flyve.inventory.agent 2018-08-21
org.fosdem_4.apk org.fosdem 2011-02-04
org.fosdem_50.apk org.fosdem 2013-02-02
org.fossasia.openevent_83.apk org.fossasia.openevent 2017-03-10
org.fossasia.openevent_101.apk org.fossasia.openevent 2017-03-24
+org.fossasia.pslab_9.apk org.fossasia.pslab 2018-06-20
+org.fossasia.pslab_11.apk org.fossasia.pslab 2018-06-22
+org.fossasia.pslab_12.apk org.fossasia.pslab 2018-06-23
+org.fossasia.pslab_13.apk org.fossasia.pslab 2018-07-02
+org.fossasia.pslab_14.apk org.fossasia.pslab 2018-07-08
+org.fossasia.pslab_15.apk org.fossasia.pslab 2018-07-19
+org.fossasia.pslab_16.apk org.fossasia.pslab 2018-07-23
+org.fossasia.pslab_17.apk org.fossasia.pslab 2018-07-28
org.fox.ttrss_67.apk org.fox.ttrss 2012-03-09
org.fox.ttrss_71.apk org.fox.ttrss 2012-03-15
org.fox.ttrss_72.apk org.fox.ttrss 2012-03-23
@@ -13941,9 +15486,13 @@ 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.fox.tttrss_476.apk org.fox.tttrss 2018-05-09
+org.fox.tttrss_478.apk org.fox.tttrss 2018-07-15
+org.fox.tttrss_483.apk org.fox.tttrss 2018-09-21
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.freedombox.freedombox_4.apk org.freedombox.freedombox 2018-08-10
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
@@ -13973,6 +15522,10 @@ org.gateshipone.malp_20.apk org.gateshipone.malp 2017-11-17
org.gateshipone.malp_21.apk org.gateshipone.malp 2018-01-03
org.gateshipone.malp_22.apk org.gateshipone.malp 2018-02-06
org.gateshipone.malp_23.apk org.gateshipone.malp 2018-02-16
+org.gateshipone.malp_24.apk org.gateshipone.malp 2018-05-07
+org.gateshipone.malp_25.apk org.gateshipone.malp 2018-06-04
+org.gateshipone.malp_26.apk org.gateshipone.malp 2018-06-07
+org.gateshipone.malp_27.apk org.gateshipone.malp 2018-07-19
org.gateshipone.odyssey_6.apk org.gateshipone.odyssey 2016-10-15
org.gateshipone.odyssey_7.apk org.gateshipone.odyssey 2016-10-25
org.gateshipone.odyssey_8.apk org.gateshipone.odyssey 2016-10-25
@@ -13994,6 +15547,7 @@ 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.gateshipone.odyssey_27.apk org.gateshipone.odyssey 2018-07-08
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
@@ -14062,6 +15616,8 @@ org.gittner.osmbugs_23.apk org.gittner.osmbugs 2016-02-21
org.gittner.osmbugs_24.apk org.gittner.osmbugs 2017-08-20
org.gittner.osmbugs_25.apk org.gittner.osmbugs 2017-08-20
org.gittner.osmbugs_27.apk org.gittner.osmbugs 2017-10-01
+org.gittner.osmbugs_29.apk org.gittner.osmbugs 2018-06-12
+org.gittner.osmbugs_30.apk org.gittner.osmbugs 2018-06-20
org.glucosio.android_1.apk org.glucosio.android 2015-10-16
org.glucosio.android_2.apk org.glucosio.android 2015-10-19
org.glucosio.android_33.apk org.glucosio.android 2016-07-19
@@ -14137,6 +15693,7 @@ org.helllabs.android.xmp_57.apk org.helllabs.android.xmp 2014-08-11
org.hermit.tricorder_41.apk org.hermit.tricorder 2013-01-24
org.herrlado.ask.languagepack.czech_258.apk org.herrlado.ask.languagepack.czech 2017-07-28
org.herrlado.ask.languagepack.czech_259.apk org.herrlado.ask.languagepack.czech 2017-09-02
+org.herrlado.ask.languagepack.czech_260.apk org.herrlado.ask.languagepack.czech 2018-07-02
org.herrlado.ask.languagepack.lithuanian_8.apk org.herrlado.ask.languagepack.lithuanian 2013-03-20
org.herrlado.ask.languagepack.lithuanian_9.apk org.herrlado.ask.languagepack.lithuanian 2013-03-20
org.herrlado.geofonts_41.apk org.herrlado.geofonts 2013-03-21
@@ -14147,6 +15704,10 @@ 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.hlwd.bible_20180501.apk org.hlwd.bible 2018-05-03
+org.hlwd.bible_20180505.apk org.hlwd.bible 2018-05-07
+org.hlwd.bible_20180610.apk org.hlwd.bible 2018-06-12
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
@@ -14221,6 +15782,8 @@ 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.indywidualni.fblite_53.apk org.indywidualni.fblite 2018-07-19
+org.indywidualni.fblite_54.apk org.indywidualni.fblite 2018-10-01
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
@@ -14244,6 +15807,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
@@ -14408,6 +15972,8 @@ 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.kdeconnect_tp_1840.apk org.kde.kdeconnect_tp 2018-05-16
+org.kde.kdeconnect_tp_1841.apk org.kde.kdeconnect_tp 2018-05-21
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
@@ -14416,6 +15982,7 @@ org.kiwix.kiwixmobile_26.apk org.kiwix.kiwixmobile 2015-11-13
org.kiwix.kiwixmobile_27.apk org.kiwix.kiwixmobile 2016-02-15
org.kiwix.kiwixmobile_45.apk org.kiwix.kiwixmobile 2017-03-17
org.kiwix.kiwixmobile_47.apk org.kiwix.kiwixmobile 2017-03-21
+org.kiwix.kiwixmobile_55.apk org.kiwix.kiwixmobile 2018-09-21
org.kobuge.ninjatraining_2.apk org.kobuge.ninjatraining 2015-09-12
org.kontalk_21.apk org.kontalk 2013-03-20
org.kontalk_23.apk org.kontalk 2013-04-04
@@ -14476,6 +16043,12 @@ 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.kontalk_312.apk org.kontalk 2018-06-20
+org.kontalk_314.apk org.kontalk 2018-06-25
+org.kontalk_391.apk org.kontalk 2018-08-27
+org.kontalk_399.apk org.kontalk 2018-08-27
+org.kontalk_401.apk org.kontalk 2018-08-30
+org.kontalk_410.apk org.kontalk 2018-09-06
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
@@ -14540,6 +16113,7 @@ org.kore.kolabnotes.android_89.apk org.kore.kolabnotes.android 2017-03-21
org.kore.kolabnotes.android_90.apk org.kore.kolabnotes.android 2017-04-17
org.kore.kolabnotes.android_91.apk org.kore.kolabnotes.android 2017-04-17
org.kore.kolabnotes.android_92.apk org.kore.kolabnotes.android 2017-04-27
+org.kore.kolabnotes.android_98.apk org.kore.kolabnotes.android 2018-05-22
org.kost.externalip_3.apk org.kost.externalip 2011-09-26
org.kost.externalip_4.apk org.kost.externalip 2012-10-26
org.kost.externalip_5.apk org.kost.externalip 2013-04-10
@@ -14555,6 +16129,8 @@ org.legtux.m_316k.fortune_1.apk org.legtux.m_316k.fortune 2015-04-09
org.legtux.m_316k.fortune_2.apk org.legtux.m_316k.fortune 2016-10-04
org.legtux.m_316k.taptheblacktiles_1.apk org.legtux.m_316k.taptheblacktiles 2015-09-09
org.legtux.m_316k.taptheblacktiles_2.apk org.legtux.m_316k.taptheblacktiles 2015-10-05
+org.lenchan139.ncbookmark_5.apk org.lenchan139.ncbookmark 2018-05-28
+org.lenchan139.ncbookmark_11.apk org.lenchan139.ncbookmark 2018-06-02
org.lf_net.pgpunlocker_7.apk org.lf_net.pgpunlocker 2014-02-08
org.lf_net.pgpunlocker_8.apk org.lf_net.pgpunlocker 2014-02-18
org.lf_net.pgpunlocker_9.apk org.lf_net.pgpunlocker 2014-05-13
@@ -14573,6 +16149,7 @@ org.liberty.android.fantastischmemo_219.apk org.liberty.android.fantastischmemo
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.libreflix.app_1.apk org.libreflix.app 2018-05-29
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
@@ -14617,6 +16194,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
@@ -14672,6 +16250,7 @@ org.ligi.gobandroid_hd_255.apk org.ligi.gobandroid_hd 2017-03-26
org.ligi.gobandroid_hd_256.apk org.ligi.gobandroid_hd 2017-05-14
org.ligi.gobandroid_hd_257.apk org.ligi.gobandroid_hd 2017-05-27
org.ligi.gobandroid_hd_258.apk org.ligi.gobandroid_hd 2017-05-28
+org.ligi.gobandroid_hd_259.apk org.ligi.gobandroid_hd 2018-05-29
org.ligi.ipfsdroid_1.apk org.ligi.ipfsdroid 2016-04-28
org.ligi.ipfsdroid_5.apk org.ligi.ipfsdroid 2016-06-17
org.ligi.ipfsdroid_7.apk org.ligi.ipfsdroid 2016-07-19
@@ -14744,6 +16323,8 @@ 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.passandroid_347.apk org.ligi.passandroid 2018-08-10
+org.ligi.passandroid_349.apk org.ligi.passandroid 2018-09-15
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
@@ -14776,6 +16357,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
@@ -14795,6 +16377,7 @@ org.linphone_3311.apk org.linphone 2017-12-15
org.linphone_3320.apk org.linphone 2018-02-16
org.logicallycreative.movingpolygons_4.apk org.logicallycreative.movingpolygons 2014-01-09
org.lufebe16.pysolfc_8.apk org.lufebe16.pysolfc 2017-10-03
+org.lufebe16.pysolfc_20200.apk org.lufebe16.pysolfc 2018-04-28
org.lumicall.android_118.apk org.lumicall.android 2012-09-07
org.lumicall.android_120.apk org.lumicall.android 2012-10-17
org.lumicall.android_121.apk org.lumicall.android 2012-10-17
@@ -14977,6 +16560,15 @@ org.mariotaku.twidere_393.apk org.mariotaku.twidere 2017-10-11
org.mariotaku.twidere_394.apk org.mariotaku.twidere 2017-10-11
org.mariotaku.twidere_395.apk org.mariotaku.twidere 2017-10-18
org.mariotaku.twidere_397.apk org.mariotaku.twidere 2017-11-17
+org.materialos.icons_7.apk org.materialos.icons 2018-05-09
+org.materialos.icons_10.apk org.materialos.icons 2018-05-09
+org.mbach.lemonde_8.apk org.mbach.lemonde 2018-05-12
+org.mbach.lemonde_9.apk org.mbach.lemonde 2018-05-14
+org.mbach.lemonde_10.apk org.mbach.lemonde 2018-05-26
+org.mbach.lemonde_11.apk org.mbach.lemonde 2018-06-05
+org.mbach.lemonde_12.apk org.mbach.lemonde 2018-06-25
+org.mbach.lemonde_13.apk org.mbach.lemonde 2018-07-19
+org.mcxa.softsound_1.apk org.mcxa.softsound 2018-09-15
org.mcxa.vortaro_1.apk org.mcxa.vortaro 2017-08-08
org.mcxa.vortaro_2.apk org.mcxa.vortaro 2017-09-06
org.mcxa.zephyrlogger_1.apk org.mcxa.zephyrlogger 2017-02-20
@@ -14991,6 +16583,7 @@ org.microg.nlp.backend.apple_1100.apk org.microg.nlp.backend.apple 2015-02-20
org.microg.nlp.backend.apple_10101.apk org.microg.nlp.backend.apple 2015-04-05
org.microg.nlp.backend.apple_10200.apk org.microg.nlp.backend.apple 2016-03-06
org.microg.nlp.backend.apple_20038.apk org.microg.nlp.backend.apple 2016-04-06
+org.microg.nlp.backend.apple_20043.apk org.microg.nlp.backend.apple 2018-07-02
org.microg.nlp.backend.ichnaea_900.apk org.microg.nlp.backend.ichnaea 2015-02-15
org.microg.nlp.backend.ichnaea_1000.apk org.microg.nlp.backend.ichnaea 2015-02-18
org.microg.nlp.backend.ichnaea_1001.apk org.microg.nlp.backend.ichnaea 2015-02-20
@@ -14999,6 +16592,7 @@ org.microg.nlp.backend.ichnaea_10100.apk org.microg.nlp.backend.ichnaea 2015-04-
org.microg.nlp.backend.ichnaea_10200.apk org.microg.nlp.backend.ichnaea 2015-09-15
org.microg.nlp.backend.ichnaea_20018.apk org.microg.nlp.backend.ichnaea 2016-04-08
org.microg.nlp.backend.ichnaea_20026.apk org.microg.nlp.backend.ichnaea 2017-12-24
+org.microg.nlp.backend.ichnaea_20033.apk org.microg.nlp.backend.ichnaea 2018-07-02
org.microg.nlp.backend.nominatim_1000.apk org.microg.nlp.backend.nominatim 2015-01-04
org.microg.nlp.backend.nominatim_1100.apk org.microg.nlp.backend.nominatim 2015-02-02
org.microg.nlp.backend.nominatim_10101.apk org.microg.nlp.backend.nominatim 2015-04-05
@@ -15018,10 +16612,13 @@ org.mixare_14.apk org.mixare 2011-07-22
org.mixare_20.apk org.mixare 2012-01-28
org.mixare_26.apk org.mixare 2012-09-07
org.mmk2410.cyngn.theme.fira_1.apk org.mmk2410.cyngn.theme.fira 2016-05-17
+org.moire.opensudoku_20180507.apk org.moire.opensudoku 2018-06-02
org.moire.ultrasonic_58.apk org.moire.ultrasonic 2017-12-11
org.moire.ultrasonic_59.apk org.moire.ultrasonic 2017-12-24
org.moire.ultrasonic_60.apk org.moire.ultrasonic 2018-02-16
org.moire.ultrasonic_63.apk org.moire.ultrasonic 2018-02-22
+org.moire.ultrasonic_68.apk org.moire.ultrasonic 2018-06-16
+org.moire.ultrasonic_69.apk org.moire.ultrasonic 2018-07-19
org.montrealtransit.android.schedule.stmbus_3.apk org.montrealtransit.android.schedule.stmbus 2013-12-09
org.montrealtransit.android_886.apk org.montrealtransit.android 2013-12-09
org.moparisthebest.appbak_2.apk org.moparisthebest.appbak 2014-02-19
@@ -15122,6 +16719,23 @@ 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.fennec_fdroid_600000.apk org.mozilla.fennec_fdroid 2018-05-07
+org.mozilla.fennec_fdroid_600010.apk org.mozilla.fennec_fdroid 2018-05-07
+org.mozilla.fennec_fdroid_600100.apk org.mozilla.fennec_fdroid 2018-05-21
+org.mozilla.fennec_fdroid_600110.apk org.mozilla.fennec_fdroid 2018-05-21
+org.mozilla.fennec_fdroid_600200.apk org.mozilla.fennec_fdroid 2018-06-09
+org.mozilla.fennec_fdroid_600210.apk org.mozilla.fennec_fdroid 2018-06-09
+org.mozilla.fennec_fdroid_610000.apk org.mozilla.fennec_fdroid 2018-07-02
+org.mozilla.fennec_fdroid_610001.apk org.mozilla.fennec_fdroid 2018-07-08
+org.mozilla.fennec_fdroid_610010.apk org.mozilla.fennec_fdroid 2018-07-02
+org.mozilla.fennec_fdroid_610011.apk org.mozilla.fennec_fdroid 2018-07-08
+org.mozilla.fennec_fdroid_610200.apk org.mozilla.fennec_fdroid 2018-08-14
+org.mozilla.fennec_fdroid_610210.apk org.mozilla.fennec_fdroid 2018-08-14
+org.mozilla.fennec_fdroid_620100.apk org.mozilla.fennec_fdroid 2018-09-14
+org.mozilla.fennec_fdroid_620110.apk org.mozilla.fennec_fdroid 2018-09-11
+org.mozilla.fennec_fdroid_620120.apk org.mozilla.fennec_fdroid 2018-09-11
+org.mozilla.fennec_fdroid_620200.apk org.mozilla.fennec_fdroid 2018-09-25
+org.mozilla.fennec_fdroid_620210.apk org.mozilla.fennec_fdroid 2018-09-25
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
@@ -15134,6 +16748,9 @@ 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.klar_21.apk org.mozilla.klar 2018-07-28
+org.mozilla.klar_22.apk org.mozilla.klar 2018-08-20
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
@@ -15180,6 +16797,7 @@ org.mult.daap_40.apk org.mult.daap 2012-02-04
org.mult.daap_45.apk org.mult.daap 2013-03-22
org.mult.daap_46.apk org.mult.daap 2013-08-15
org.mumod.android_168.apk org.mumod.android 2013-06-15
+org.mupen64plusae.v3.alpha_86.apk org.mupen64plusae.v3.alpha 2018-05-31
org.musicbrainz.picard.barcodescanner_2.apk org.musicbrainz.picard.barcodescanner 2013-04-26
org.mustard.android_150.apk org.mustard.android 2013-12-09
org.mysociety.FixMyStreet_36.apk org.mysociety.FixMyStreet 2014-05-30
@@ -15238,6 +16856,9 @@ org.notabug.lifeuser.moviedb_1.apk org.notabug.lifeuser.moviedb 2017-03-29
org.notabug.lifeuser.moviedb_110.apk org.notabug.lifeuser.moviedb 2017-05-15
org.notabug.lifeuser.moviedb_120.apk org.notabug.lifeuser.moviedb 2017-06-23
org.notabug.lifeuser.moviedb_190.apk org.notabug.lifeuser.moviedb 2018-02-03
+org.notabug.lifeuser.moviedb_200.apk org.notabug.lifeuser.moviedb 2018-05-29
+org.notabug.lifeuser.moviedb_210.apk org.notabug.lifeuser.moviedb 2018-08-03
+org.notabug.lifeuser.moviedb_211.apk org.notabug.lifeuser.moviedb 2018-09-21
org.npr.android.news_3.apk org.npr.android.news 2013-07-31
org.ntpsync_1.apk org.ntpsync 2012-05-19
org.ntpsync_2.apk org.ntpsync 2012-06-07
@@ -15252,6 +16873,7 @@ org.nuntius35.wrongpinshutdown_1.apk org.nuntius35.wrongpinshutdown 2017-09-27
org.nuntius35.wrongpinshutdown_3.apk org.nuntius35.wrongpinshutdown 2017-10-01
org.nuntius35.wrongpinshutdown_4.apk org.nuntius35.wrongpinshutdown 2017-11-05
org.nuntius35.wrongpinshutdown_5.apk org.nuntius35.wrongpinshutdown 2017-11-28
+org.nuntius35.wrongpinshutdown_6.apk org.nuntius35.wrongpinshutdown 2018-08-09
org.nutritionfacts.dailydozen_42.apk org.nutritionfacts.dailydozen 2018-02-16
org.nv95.openmanga_102.apk org.nv95.openmanga 2017-02-08
org.nv95.openmanga_103.apk org.nv95.openmanga 2017-02-13
@@ -15273,6 +16895,8 @@ org.ogre.browser_6.apk org.ogre.browser 2017-12-07
org.ogre.browser_7.apk org.ogre.browser 2017-12-07
org.ogre.browser_8.apk org.ogre.browser 2018-02-22
org.ogre.browser_9.apk org.ogre.browser 2018-02-28
+org.ogre.browser_10.apk org.ogre.browser 2018-06-10
+org.ogre.browser_11.apk org.ogre.browser 2018-06-10
org.okfn.pod_13.apk org.okfn.pod 2013-12-09
org.olgsoft.apipepanic_6.apk org.olgsoft.apipepanic 2016-01-02
org.olgsoft.apipepanic_7.apk org.olgsoft.apipepanic 2016-01-13
@@ -15289,6 +16913,8 @@ org.olpc_france.sugarizer_600.apk org.olpc_france.sugarizer 2015-04-03
org.olpc_france.sugarizer_700.apk org.olpc_france.sugarizer 2016-01-11
org.olpc_france.sugarizer_800.apk org.olpc_france.sugarizer 2016-12-30
org.olpc_france.sugarizer_9000.apk org.olpc_france.sugarizer 2017-09-06
+org.olpc_france.sugarizer_10000.apk org.olpc_france.sugarizer 2018-05-14
+org.olpc_france.sugarizer_10001.apk org.olpc_france.sugarizer 2018-07-06
org.openbmap.unifiedNlp_2.apk org.openbmap.unifiedNlp 2015-02-27
org.openbmap.unifiedNlp_3.apk org.openbmap.unifiedNlp 2015-03-03
org.openbmap.unifiedNlp_4.apk org.openbmap.unifiedNlp 2015-03-17
@@ -15302,6 +16928,7 @@ org.openbmap.unifiedNlp_15.apk org.openbmap.unifiedNlp 2016-04-17
org.openbmap.unifiedNlp_18.apk org.openbmap.unifiedNlp 2016-12-09
org.openbmap.unifiedNlp_19.apk org.openbmap.unifiedNlp 2017-08-22
org.openbmap.unifiedNlp_20.apk org.openbmap.unifiedNlp 2017-08-23
+org.openbmap.unifiedNlp_21.apk org.openbmap.unifiedNlp 2018-07-02
org.openbmap_1.apk org.openbmap 2013-08-25
org.openbmap_2.apk org.openbmap 2013-09-06
org.openbmap_5.apk org.openbmap 2013-10-14
@@ -15321,13 +16948,40 @@ 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.opengappsdownloader_10.apk org.opengappsdownloader 2018-04-28
+org.opengappsdownloader_11.apk org.opengappsdownloader 2018-09-11
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.beta_54.apk org.openhab.habdroid.beta 2018-05-14
+org.openhab.habdroid.beta_55.apk org.openhab.habdroid.beta 2018-05-18
+org.openhab.habdroid.beta_58.apk org.openhab.habdroid.beta 2018-05-22
+org.openhab.habdroid.beta_60.apk org.openhab.habdroid.beta 2018-05-31
+org.openhab.habdroid.beta_62.apk org.openhab.habdroid.beta 2018-06-07
+org.openhab.habdroid.beta_63.apk org.openhab.habdroid.beta 2018-06-07
+org.openhab.habdroid.beta_64.apk org.openhab.habdroid.beta 2018-06-12
+org.openhab.habdroid.beta_65.apk org.openhab.habdroid.beta 2018-06-16
+org.openhab.habdroid.beta_66.apk org.openhab.habdroid.beta 2018-06-16
+org.openhab.habdroid.beta_68.apk org.openhab.habdroid.beta 2018-06-20
+org.openhab.habdroid.beta_69.apk org.openhab.habdroid.beta 2018-06-21
+org.openhab.habdroid.beta_71.apk org.openhab.habdroid.beta 2018-07-08
+org.openhab.habdroid.beta_72.apk org.openhab.habdroid.beta 2018-07-19
+org.openhab.habdroid.beta_75.apk org.openhab.habdroid.beta 2018-07-25
+org.openhab.habdroid.beta_76.apk org.openhab.habdroid.beta 2018-07-28
+org.openhab.habdroid.beta_77.apk org.openhab.habdroid.beta 2018-08-17
+org.openhab.habdroid.beta_78.apk org.openhab.habdroid.beta 2018-08-26
+org.openhab.habdroid.beta_80.apk org.openhab.habdroid.beta 2018-09-14
+org.openhab.habdroid.beta_81.apk org.openhab.habdroid.beta 2018-09-17
+org.openhab.habdroid.beta_83.apk org.openhab.habdroid.beta 2018-09-28
+org.openhab.habdroid.beta_84.apk org.openhab.habdroid.beta 2018-10-01
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.openhab.habdroid_59.apk org.openhab.habdroid 2018-07-25
+org.openhab.habdroid_82.apk org.openhab.habdroid 2018-09-25
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
@@ -15338,6 +16992,7 @@ org.openintents.filemanager_36.apk org.openintents.filemanager 2017-07-14
org.openintents.filemanager_37.apk org.openintents.filemanager 2017-10-24
org.openintents.filemanager_38.apk org.openintents.filemanager 2017-10-26
org.openintents.filemanager_39.apk org.openintents.filemanager 2017-12-15
+org.openintents.filemanager_40.apk org.openintents.filemanager 2018-05-01
org.openintents.flashlight_10013.apk org.openintents.flashlight 2017-02-18
org.openintents.flashlight_10015.apk org.openintents.flashlight 2017-02-18
org.openintents.newsreader_65549.apk org.openintents.newsreader 2012-01-30
@@ -15358,8 +17013,18 @@ org.openobservatory.ooniprobe_24.apk org.openobservatory.ooniprobe 2018-02-13
org.openorienteering.mapper_607.apk org.openorienteering.mapper 2017-01-04
org.openorienteering.mapper_608.apk org.openorienteering.mapper 2017-03-08
org.openpetfoodfacts.scanner_37.apk org.openpetfoodfacts.scanner 2017-04-04
+org.openpetfoodfacts.scanner_51.apk org.openpetfoodfacts.scanner 2018-05-22
+org.openpetfoodfacts.scanner_52.apk org.openpetfoodfacts.scanner 2018-06-02
+org.openpetfoodfacts.scanner_53.apk org.openpetfoodfacts.scanner 2018-06-05
+org.openpetfoodfacts.scanner_277.apk org.openpetfoodfacts.scanner 2018-06-09
+org.openpetfoodfacts.scanner_282.apk org.openpetfoodfacts.scanner 2018-06-16
+org.openpetfoodfacts.scanner_285.apk org.openpetfoodfacts.scanner 2018-06-20
+org.openpetfoodfacts.scanner_287.apk org.openpetfoodfacts.scanner 2018-08-03
+org.openpetfoodfacts.scanner_288.apk org.openpetfoodfacts.scanner 2018-08-21
+org.openpetfoodfacts.scanner_290.apk org.openpetfoodfacts.scanner 2018-08-21
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
@@ -15374,9 +17039,19 @@ 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.pacien.tincapp_15.apk org.pacien.tincapp 2018-05-27
+org.pacien.tincapp_16.apk org.pacien.tincapp 2018-06-16
+org.pacien.tincapp_17.apk org.pacien.tincapp 2018-06-26
+org.pacien.tincapp_18.apk org.pacien.tincapp 2018-08-12
+org.pacien.tincapp_19.apk org.pacien.tincapp 2018-08-23
+org.pacien.tincapp_20.apk org.pacien.tincapp 2018-09-11
+org.pacien.tincapp_22.apk org.pacien.tincapp 2018-09-28
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.paladyn.mediclog_7.apk org.paladyn.mediclog 2018-08-01
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
@@ -15408,6 +17083,8 @@ org.petero.droidfish_71.apk org.petero.droidfish 2016-11-03
org.petero.droidfish_72.apk org.petero.droidfish 2016-12-25
org.petero.droidfish_74.apk org.petero.droidfish 2017-01-04
org.petero.droidfish_75.apk org.petero.droidfish 2017-02-03
+org.pipoypipagames.cowsrevenge_6.apk org.pipoypipagames.cowsrevenge 2018-08-29
+org.pipoypipagames.cowsrevenge_9.apk org.pipoypipagames.cowsrevenge 2018-09-05
org.pixmob.freemobile.netstat_53.apk org.pixmob.freemobile.netstat 2015-12-30
org.pixmob.freemobile.netstat_61.apk org.pixmob.freemobile.netstat 2016-03-20
org.pixmob.freemobile.netstat_62.apk org.pixmob.freemobile.netstat 2016-03-22
@@ -15435,6 +17112,7 @@ org.polaric.cyanogenmodchangelog_61.apk org.polaric.cyanogenmodchangelog 2016-11
org.polaric.cyanogenmodchangelog_62.apk org.polaric.cyanogenmodchangelog 2016-11-14
org.polaric.cyanogenmodchangelog_66.apk org.polaric.cyanogenmodchangelog 2017-01-27
org.poopeeland.tinytinyfeed_16.apk org.poopeeland.tinytinyfeed 2018-02-16
+org.poopeeland.tinytinyfeed_24.apk org.poopeeland.tinytinyfeed 2018-05-12
org.ppsspp.ppsspp_61.apk org.ppsspp.ppsspp 2013-02-08
org.ppsspp.ppsspp_70.apk org.ppsspp.ppsspp 2013-03-13
org.ppsspp.ppsspp_75.apk org.ppsspp.ppsspp 2013-04-14
@@ -15484,6 +17162,11 @@ 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.primftpd_35.apk org.primftpd 2018-08-10
+org.privacyhelper_3.apk org.privacyhelper 2018-09-06
+org.privacyhelper_5.apk org.privacyhelper 2018-09-06
+org.privacyhelper_6.apk org.privacyhelper 2018-09-06
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
@@ -16038,6 +17721,8 @@ 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.proninyaroslav.libretorrent_9.apk org.proninyaroslav.libretorrent 2018-08-29
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
@@ -16124,6 +17809,7 @@ org.quantumbadger.redreader_79.apk org.quantumbadger.redreader 2017-07-05
org.quantumbadger.redreader_81.apk org.quantumbadger.redreader 2017-08-08
org.quantumbadger.redreader_82.apk org.quantumbadger.redreader 2017-10-21
org.quantumbadger.redreader_83.apk org.quantumbadger.redreader 2018-01-29
+org.quantumbadger.redreader_84.apk org.quantumbadger.redreader 2018-04-28
org.quovadit.apps.andof_9.apk org.quovadit.apps.andof 2014-01-09
org.quovadit.apps.andof_10.apk org.quovadit.apps.andof 2014-01-15
org.quovadit.apps.andof_14.apk org.quovadit.apps.andof 2014-02-02
@@ -16153,6 +17839,7 @@ org.sagemath.droid_4.apk org.sagemath.droid 2012-09-07
org.sagemath.droid_5.apk org.sagemath.droid 2014-01-24
org.sagemath.droid_7.apk org.sagemath.droid 2014-01-31
org.sagemath.droid_8.apk org.sagemath.droid 2014-02-05
+org.sasehash.burgerwp_1.apk org.sasehash.burgerwp 2018-06-02
org.schabi.etherwake_1.apk org.schabi.etherwake 2015-08-23
org.schabi.etherwake_2.apk org.schabi.etherwake 2015-08-26
org.schabi.etherwake_3.apk org.schabi.etherwake 2015-09-03
@@ -16207,15 +17894,25 @@ 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.newpipe_62.apk org.schabi.newpipe 2018-05-06
+org.schabi.newpipe_63.apk org.schabi.newpipe 2018-05-26
+org.schabi.newpipe_64.apk org.schabi.newpipe 2018-06-04
+org.schabi.newpipe_65.apk org.schabi.newpipe 2018-07-23
+org.schabi.newpipe_66.apk org.schabi.newpipe 2018-07-25
+org.schabi.newpipe_67.apk org.schabi.newpipe 2018-09-06
+org.schabi.newpipe_68.apk org.schabi.newpipe 2018-09-11
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
org.schabi.nxbookmarks_2.apk org.schabi.nxbookmarks 2017-09-14
org.schabi.nxbookmarks_3.apk org.schabi.nxbookmarks 2017-09-24
+org.schabi.nxbookmarks_6.apk org.schabi.nxbookmarks 2018-05-12
org.schabi.openhitboxstreams_1.apk org.schabi.openhitboxstreams 2016-03-08
org.schabi.sharewithnewpipe_1.apk org.schabi.sharewithnewpipe 2016-03-04
org.schabi.sharewithnewpipe_2.apk org.schabi.sharewithnewpipe 2016-03-08
org.schabi.sharewithnewpipe_3.apk org.schabi.sharewithnewpipe 2016-09-27
+org.schabi.stethox_1.apk org.schabi.stethox 2018-08-03
org.schabi.svgredirect_1.apk org.schabi.svgredirect 2016-03-21
org.schabi.terminightor_1.apk org.schabi.terminightor 2015-10-26
org.schabi.terminightor_2.apk org.schabi.terminightor 2015-10-26
@@ -16251,16 +17948,23 @@ org.scoutant.blokish_20.apk org.scoutant.blokish 2018-01-21
org.scoutant.cc_1.apk org.scoutant.cc 2013-01-25
org.scoutant.rpn_1.apk org.scoutant.rpn 2017-07-07
org.scummvm.scummvm_6.apk org.scummvm.scummvm 2013-10-29
+org.seamapdroid_1.apk org.seamapdroid 2018-05-16
+org.seamapdroid_26.apk org.seamapdroid 2018-05-31
+org.seamapdroid_27.apk org.seamapdroid 2018-10-01
org.secuso.privacyfriendlyactivitytracker_1.apk org.secuso.privacyfriendlyactivitytracker 2016-11-07
org.secuso.privacyfriendlyactivitytracker_2.apk org.secuso.privacyfriendlyactivitytracker 2016-11-13
org.secuso.privacyfriendlyactivitytracker_3.apk org.secuso.privacyfriendlyactivitytracker 2016-11-21
org.secuso.privacyfriendlyactivitytracker_4.apk org.secuso.privacyfriendlyactivitytracker 2016-12-15
org.secuso.privacyfriendlyactivitytracker_5.apk org.secuso.privacyfriendlyactivitytracker 2016-12-25
org.secuso.privacyfriendlyactivitytracker_6.apk org.secuso.privacyfriendlyactivitytracker 2017-03-17
+org.secuso.privacyfriendlycardgameone_1.apk org.secuso.privacyfriendlycardgameone 2018-05-18
+org.secuso.privacyfriendlydame_1.apk org.secuso.privacyfriendlydame 2018-06-02
org.secuso.privacyfriendlydicer_1.apk org.secuso.privacyfriendlydicer 2016-01-04
org.secuso.privacyfriendlydicer_3.apk org.secuso.privacyfriendlydicer 2016-09-22
org.secuso.privacyfriendlydicer_5.apk org.secuso.privacyfriendlydicer 2016-11-18
org.secuso.privacyfriendlydicer_6.apk org.secuso.privacyfriendlydicer 2016-11-27
+org.secuso.privacyfriendlyintervaltimer_2.apk org.secuso.privacyfriendlyintervaltimer 2018-06-02
+org.secuso.privacyfriendlyludo_5.apk org.secuso.privacyfriendlyludo 2018-06-02
org.secuso.privacyfriendlymemory_2.apk org.secuso.privacyfriendlymemory 2016-11-26
org.secuso.privacyfriendlymemory_3.apk org.secuso.privacyfriendlymemory 2017-10-24
org.secuso.privacyfriendlynetmonitor_1.apk org.secuso.privacyfriendlynetmonitor 2017-01-22
@@ -16272,14 +17976,19 @@ org.secuso.privacyfriendlynetmonitor_7.apk org.secuso.privacyfriendlynetmonitor
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.privacyfriendlypaindiary_1.apk org.secuso.privacyfriendlypaindiary 2018-05-16
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.privacyfriendlypausinghealthily_5.apk org.secuso.privacyfriendlypausinghealthily 2018-09-11
+org.secuso.privacyfriendlypausinghealthily_6.apk org.secuso.privacyfriendlypausinghealthily 2018-09-11
+org.secuso.privacyfriendlypausinghealthily_7.apk org.secuso.privacyfriendlypausinghealthily 2018-09-21
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
org.secuso.privacyfriendlypin_5.apk org.secuso.privacyfriendlypin 2016-11-04
org.secuso.privacyfriendlypin_6.apk org.secuso.privacyfriendlypin 2016-11-11
+org.secuso.privacyfriendlyrecknoningskills_3.apk org.secuso.privacyfriendlyrecknoningskills 2018-06-02
org.secuso.privacyfriendlyruler_1.apk org.secuso.privacyfriendlyruler 2016-12-14
org.secuso.privacyfriendlyruler_2.apk org.secuso.privacyfriendlyruler 2016-12-21
org.secuso.privacyfriendlyruler_3.apk org.secuso.privacyfriendlyruler 2016-12-23
@@ -16330,6 +18039,9 @@ 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.shadowice.flocke.andotp_19.apk org.shadowice.flocke.andotp 2018-06-07
+org.shadowice.flocke.andotp_20.apk org.shadowice.flocke.andotp 2018-07-02
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
@@ -16358,6 +18070,8 @@ org.smc.inputmethod.indic_21.apk org.smc.inputmethod.indic 2015-06-02
org.smc.inputmethod.indic_22.apk org.smc.inputmethod.indic 2015-06-11
org.smc.inputmethod.indic_24.apk org.smc.inputmethod.indic 2016-03-26
org.smc.inputmethod.indic_25.apk org.smc.inputmethod.indic 2017-04-27
+org.smc.inputmethod.indic_27.apk org.smc.inputmethod.indic 2018-07-25
+org.smc.inputmethod.indic_28.apk org.smc.inputmethod.indic 2018-08-03
org.smerty.zooborns_14.apk org.smerty.zooborns 2012-09-07
org.smssecure.smssecure_11.apk org.smssecure.smssecure 2015-04-03
org.smssecure.smssecure_12.apk org.smssecure.smssecure 2015-04-06
@@ -16428,8 +18142,10 @@ 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.softeg.slartus.forpdaplus_615.apk org.softeg.slartus.forpdaplus 2018-08-03
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.sorz.lab.tinykeepass_12.apk org.sorz.lab.tinykeepass 2018-05-14
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
@@ -16500,6 +18216,15 @@ org.sufficientlysecure.keychain_48002.apk org.sufficientlysecure.keychain 2017-1
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.keychain_50100.apk org.sufficientlysecure.keychain 2018-05-07
+org.sufficientlysecure.keychain_50200.apk org.sufficientlysecure.keychain 2018-05-12
+org.sufficientlysecure.keychain_51000.apk org.sufficientlysecure.keychain 2018-06-12
+org.sufficientlysecure.keychain_51100.apk org.sufficientlysecure.keychain 2018-06-13
+org.sufficientlysecure.keychain_51200.apk org.sufficientlysecure.keychain 2018-06-20
+org.sufficientlysecure.keychain_51300.apk org.sufficientlysecure.keychain 2018-06-21
+org.sufficientlysecure.keychain_51400.apk org.sufficientlysecure.keychain 2018-06-23
+org.sufficientlysecure.keychain_52009.apk org.sufficientlysecure.keychain 2018-07-28
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
@@ -16510,6 +18235,9 @@ org.sufficientlysecure.localcalendar_7.apk org.sufficientlysecure.localcalendar
org.sufficientlysecure.localcalendar_8.apk org.sufficientlysecure.localcalendar 2015-09-12
org.sufficientlysecure.localcalendar_9.apk org.sufficientlysecure.localcalendar 2016-05-03
org.sufficientlysecure.standalonecalendar_3.apk org.sufficientlysecure.standalonecalendar 2013-11-13
+org.sufficientlysecure.termbot_19202.apk org.sufficientlysecure.termbot 2018-05-21
+org.sufficientlysecure.termbot_19204.apk org.sufficientlysecure.termbot 2018-06-05
+org.sufficientlysecure.termbot_19205.apk org.sufficientlysecure.termbot 2018-09-15
org.sufficientlysecure.viewer.fontpack_2100.apk org.sufficientlysecure.viewer.fontpack 2013-08-15
org.sufficientlysecure.viewer.fontpack_2200.apk org.sufficientlysecure.viewer.fontpack 2013-12-27
org.sufficientlysecure.viewer.fontpack_2300.apk org.sufficientlysecure.viewer.fontpack 2015-02-27
@@ -16587,6 +18315,7 @@ org.sugr.gearshift_84.apk org.sugr.gearshift 2015-09-26
org.sugr.gearshift_85.apk org.sugr.gearshift 2016-10-06
org.sugr.gearshift_87.apk org.sugr.gearshift 2016-11-17
org.sugr.gearshift_88.apk org.sugr.gearshift 2016-11-21
+org.supertuxkart.stk_10.apk org.supertuxkart.stk 2018-07-08
org.surrel.facebooknotifications_1.apk org.surrel.facebooknotifications 2016-02-02
org.surrel.facebooknotifications_2.apk org.surrel.facebooknotifications 2016-02-04
org.surrel.facebooknotifications_3.apk org.surrel.facebooknotifications 2016-02-05
@@ -16606,6 +18335,9 @@ org.sw24softwares.starkeverben_6.apk org.sw24softwares.starkeverben 2017-11-14
org.sw24softwares.starkeverben_7.apk org.sw24softwares.starkeverben 2017-12-15
org.sw24softwares.starkeverben_8.apk org.sw24softwares.starkeverben 2018-01-16
org.sw24softwares.starkeverben_9.apk org.sw24softwares.starkeverben 2018-02-11
+org.sw24softwares.starkeverben_10.apk org.sw24softwares.starkeverben 2018-05-22
+org.sw24softwares.starkeverben_11.apk org.sw24softwares.starkeverben 2018-05-27
+org.sw24softwares.starkeverben_12.apk org.sw24softwares.starkeverben 2018-07-25
org.synergy_2.apk org.synergy 2015-01-25
org.systemcall.scores_1.apk org.systemcall.scores 2013-12-09
org.systemcall.scores_2.apk org.systemcall.scores 2015-01-29
@@ -16693,6 +18425,12 @@ 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.tasks_531.apk org.tasks 2018-04-30
+org.tasks_532.apk org.tasks 2018-05-07
+org.tasks_534.apk org.tasks 2018-07-08
+org.tasks_535.apk org.tasks 2018-07-25
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
@@ -16735,6 +18473,10 @@ 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.telegram.messenger_11585.apk org.telegram.messenger 2018-06-21
+org.telegram.messenger_13400.apk org.telegram.messenger 2018-08-10
+org.telegram.messenger_13580.apk org.telegram.messenger 2018-09-02
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
@@ -16758,6 +18500,36 @@ 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.thosp.yourlocalweather_45.apk org.thosp.yourlocalweather 2018-05-03
+org.thosp.yourlocalweather_46.apk org.thosp.yourlocalweather 2018-05-05
+org.thosp.yourlocalweather_49.apk org.thosp.yourlocalweather 2018-05-14
+org.thosp.yourlocalweather_50.apk org.thosp.yourlocalweather 2018-05-18
+org.thosp.yourlocalweather_51.apk org.thosp.yourlocalweather 2018-05-22
+org.thosp.yourlocalweather_53.apk org.thosp.yourlocalweather 2018-06-04
+org.thosp.yourlocalweather_55.apk org.thosp.yourlocalweather 2018-06-07
+org.thosp.yourlocalweather_56.apk org.thosp.yourlocalweather 2018-06-10
+org.thosp.yourlocalweather_58.apk org.thosp.yourlocalweather 2018-06-16
+org.thosp.yourlocalweather_59.apk org.thosp.yourlocalweather 2018-06-17
+org.thosp.yourlocalweather_60.apk org.thosp.yourlocalweather 2018-06-20
+org.thosp.yourlocalweather_61.apk org.thosp.yourlocalweather 2018-06-25
+org.thosp.yourlocalweather_62.apk org.thosp.yourlocalweather 2018-07-30
+org.thosp.yourlocalweather_64.apk org.thosp.yourlocalweather 2018-08-10
+org.thosp.yourlocalweather_65.apk org.thosp.yourlocalweather 2018-08-23
+org.thosp.yourlocalweather_66.apk org.thosp.yourlocalweather 2018-08-24
+org.thosp.yourlocalweather_67.apk org.thosp.yourlocalweather 2018-08-25
+org.thosp.yourlocalweather_68.apk org.thosp.yourlocalweather 2018-08-26
+org.thosp.yourlocalweather_70.apk org.thosp.yourlocalweather 2018-08-31
+org.thosp.yourlocalweather_71.apk org.thosp.yourlocalweather 2018-09-01
+org.thosp.yourlocalweather_73.apk org.thosp.yourlocalweather 2018-09-06
+org.thosp.yourlocalweather_74.apk org.thosp.yourlocalweather 2018-09-11
+org.thosp.yourlocalweather_75.apk org.thosp.yourlocalweather 2018-09-20
+org.thosp.yourlocalweather_76.apk org.thosp.yourlocalweather 2018-09-21
+org.thosp.yourlocalweather_77.apk org.thosp.yourlocalweather 2018-09-25
+org.thosp.yourlocalweather_79.apk org.thosp.yourlocalweather 2018-09-28
+org.thosp.yourlocalweather_81.apk org.thosp.yourlocalweather 2018-10-01
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
@@ -16926,6 +18698,15 @@ 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.myexpenses_328.apk org.totschnig.myexpenses 2018-06-02
+org.totschnig.myexpenses_329.apk org.totschnig.myexpenses 2018-06-12
+org.totschnig.myexpenses_330.apk org.totschnig.myexpenses 2018-06-20
+org.totschnig.myexpenses_331.apk org.totschnig.myexpenses 2018-07-02
+org.totschnig.myexpenses_332.apk org.totschnig.myexpenses 2018-07-15
+org.totschnig.myexpenses_336.apk org.totschnig.myexpenses 2018-09-15
+org.totschnig.myexpenses_341.apk org.totschnig.myexpenses 2018-09-28
+org.totschnig.myexpenses_343.apk org.totschnig.myexpenses 2018-09-28
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
@@ -16953,6 +18734,10 @@ 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.traccar.client_48.apk org.traccar.client 2018-08-10
+org.traccar.client_49.apk org.traccar.client 2018-09-14
+org.traccar.client_50.apk org.traccar.client 2018-09-15
+org.traccar.client_51.apk org.traccar.client 2018-09-25
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
@@ -17051,6 +18836,7 @@ org.ttrssreader_1890.apk org.ttrssreader 2016-04-13
org.ttrssreader_1900.apk org.ttrssreader 2016-08-25
org.ttrssreader_1901.apk org.ttrssreader 2016-09-08
org.ttrssreader_1911.apk org.ttrssreader 2016-11-30
+org.ttrssreader_1933.apk org.ttrssreader 2018-05-12
org.tunesremote_252.apk org.tunesremote 2012-08-26
org.tunesremote_253.apk org.tunesremote 2012-08-23
org.tuxpaint_1.apk org.tuxpaint 2015-09-07
@@ -17064,6 +18850,7 @@ 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.tuxpaint_923.apk org.tuxpaint 2018-09-11
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
@@ -17229,6 +19016,15 @@ org.videolan.vlc_12051207.apk org.videolan.vlc 2017-12-15
org.videolan.vlc_12051704.apk org.videolan.vlc 2018-02-03
org.videolan.vlc_12051705.apk org.videolan.vlc 2018-02-20
org.videolan.vlc_12051707.apk org.videolan.vlc 2018-02-16
+org.videolan.vlc_13001104.apk org.videolan.vlc 2018-07-19
+org.videolan.vlc_13001105.apk org.videolan.vlc 2018-07-19
+org.videolan.vlc_13001107.apk org.videolan.vlc 2018-07-23
+org.videolan.vlc_13001204.apk org.videolan.vlc 2018-07-25
+org.videolan.vlc_13001205.apk org.videolan.vlc 2018-07-25
+org.videolan.vlc_13001207.apk org.videolan.vlc 2018-07-25
+org.videolan.vlc_13001304.apk org.videolan.vlc 2018-07-26
+org.videolan.vlc_13001305.apk org.videolan.vlc 2018-07-26
+org.videolan.vlc_13001307.apk org.videolan.vlc 2018-07-26
org.voidptr.swpieview_1.apk org.voidptr.swpieview 2017-10-24
org.voidptr.swpieview_15.apk org.voidptr.swpieview 2017-12-15
org.voidsink.anewjkuapp_140038.apk org.voidsink.anewjkuapp 2015-04-07
@@ -17286,6 +19082,11 @@ 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.walleth_421.apk org.walleth 2018-08-24
+org.walleth_422.apk org.walleth 2018-08-24
+org.walleth_423.apk org.walleth 2018-09-11
+org.walleth_424.apk org.walleth 2018-09-25
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
@@ -17340,6 +19141,12 @@ 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.wikipedia_236.apk org.wikipedia 2018-06-28
+org.wikipedia_237.apk org.wikipedia 2018-07-02
+org.wikipedia_238.apk org.wikipedia 2018-08-01
+org.wikipedia_239.apk org.wikipedia 2018-08-03
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
@@ -17348,6 +19155,7 @@ org.wingy.chan_40.apk org.wingy.chan 2014-11-14
org.wingy.chan_41.apk org.wingy.chan 2015-01-14
org.wingy.chan_43.apk org.wingy.chan 2015-02-11
org.wingy.chan_44.apk org.wingy.chan 2015-04-22
+org.witness.sscphase1_4011.apk org.witness.sscphase1 2018-04-28
org.woltage.irssiconnectbot_393.apk org.woltage.irssiconnectbot 2012-07-02
org.wordpress.android_31.apk org.wordpress.android 2011-01-26
org.wordpress.android_33.apk org.wordpress.android 2011-07-01
@@ -17374,6 +19182,7 @@ org.wordpress.android_103.apk org.wordpress.android 2014-04-12
org.wroot.android.goldeneye_1.apk org.wroot.android.goldeneye 2014-05-26
org.xapek.andiodine_1.apk org.xapek.andiodine 2014-03-05
org.xapek.andiodine_3.apk org.xapek.andiodine 2014-09-26
+org.xapek.andiodine_6.apk org.xapek.andiodine 2018-05-12
org.xbmc.android.remote_730.apk org.xbmc.android.remote 2011-02-24
org.xbmc.android.remote_768.apk org.xbmc.android.remote 2011-05-18
org.xbmc.android.remote_808.apk org.xbmc.android.remote 2012-02-29
@@ -17389,6 +19198,9 @@ org.xbmc.kore_16.apk org.xbmc.kore 2017-10-01
org.xbmc.kore_17.apk org.xbmc.kore 2017-10-01
org.xbmc.kore_18.apk org.xbmc.kore 2017-10-01
org.xbmc.kore_19.apk org.xbmc.kore 2018-01-05
+org.xbmc.kore_20.apk org.xbmc.kore 2018-05-28
+org.xbmc.kore_21.apk org.xbmc.kore 2018-06-12
+org.xbmc.kore_22.apk org.xbmc.kore 2018-07-15
org.xcsoar_92.apk org.xcsoar 2014-01-30
org.xcsoar_93.apk org.xcsoar 2014-04-15
org.xcsoar_94.apk org.xcsoar 2014-06-10
@@ -17406,6 +19218,7 @@ org.xcsoar_107.apk org.xcsoar 2016-08-14
org.xcsoar_108.apk org.xcsoar 2018-03-05
org.xcsoar_110.apk org.xcsoar 2018-03-05
org.xcsoar_111.apk org.xcsoar 2018-03-05
+org.xcsoar_112.apk org.xcsoar 2018-08-19
org.xphnx.ameixa_37.apk org.xphnx.ameixa 2016-06-04
org.xphnx.ameixa_45.apk org.xphnx.ameixa 2017-07-28
org.xphnx.ameixa_46.apk org.xphnx.ameixa 2017-09-13
@@ -17414,12 +19227,24 @@ org.xphnx.ameixa_48.apk org.xphnx.ameixa 2018-01-15
org.xphnx.ameixa_51.apk org.xphnx.ameixa 2018-01-15
org.xphnx.ameixa_52.apk org.xphnx.ameixa 2018-01-26
org.xphnx.ameixa_53.apk org.xphnx.ameixa 2018-02-22
+org.xphnx.ameixa_54.apk org.xphnx.ameixa 2018-05-16
+org.xphnx.ameixa_55.apk org.xphnx.ameixa 2018-06-20
+org.xphnx.ameixa_56.apk org.xphnx.ameixa 2018-06-28
+org.xphnx.ameixa_57.apk org.xphnx.ameixa 2018-08-01
+org.xphnx.ameixa_60.apk org.xphnx.ameixa 2018-08-22
+org.xphnx.ameixa_403.apk org.xphnx.ameixa 2018-09-14
+org.xphnx.ameixa_404.apk org.xphnx.ameixa 2018-09-05
org.xphnx.ameixamonochrome_46.apk org.xphnx.ameixamonochrome 2017-09-24
org.xphnx.ameixamonochrome_47.apk org.xphnx.ameixamonochrome 2018-01-29
org.xphnx.ameixamonochrome_52.apk org.xphnx.ameixamonochrome 2018-01-29
org.xphnx.ameixamonochrome_53.apk org.xphnx.ameixamonochrome 2018-02-22
+org.xphnx.ameixamonochrome_54.apk org.xphnx.ameixamonochrome 2018-08-12
+org.xphnx.ameixamonochrome_58.apk org.xphnx.ameixamonochrome 2018-09-14
+org.xphnx.ameixamonochrome_403.apk org.xphnx.ameixamonochrome 2018-09-11
+org.xphnx.ameixamonochrome_404.apk org.xphnx.ameixamonochrome 2018-09-11
org.xphnx.iconsubmit_2.apk org.xphnx.iconsubmit 2016-01-15
org.xphnx.iconsubmit_4.apk org.xphnx.iconsubmit 2016-05-26
+org.xphnx.iconsubmit_7.apk org.xphnx.iconsubmit 2018-05-25
org.xposeddownloader_1.apk org.xposeddownloader 2016-06-15
org.xposeddownloader_2.apk org.xposeddownloader 2016-06-20
org.xposeddownloader_3.apk org.xposeddownloader 2016-06-21
@@ -17448,6 +19273,10 @@ 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.trackbook_25.apk org.y20k.trackbook 2018-05-25
+org.y20k.trackbook_26.apk org.y20k.trackbook 2018-07-02
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
@@ -17483,6 +19312,12 @@ 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.y20k.transistor_57.apk org.y20k.transistor 2018-06-17
+org.y20k.transistor_58.apk org.y20k.transistor 2018-07-08
+org.y20k.transistor_59.apk org.y20k.transistor 2018-08-10
+org.y20k.transistor_60.apk org.y20k.transistor 2018-09-28
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
@@ -17539,6 +19374,7 @@ org.yuttadhammo.tipitaka_59.apk org.yuttadhammo.tipitaka 2014-05-09
org.zakky.memopad_3.apk org.zakky.memopad 2012-10-01
org.zakky.memopad_4.apk org.zakky.memopad 2012-08-23
org.zamedev.gloomydungeons1hardcore.opensource_1414314000.apk org.zamedev.gloomydungeons1hardcore.opensource 2015-07-21
+org.zamedev.gloomydungeons1hardcore.opensource_1807020000.apk org.zamedev.gloomydungeons1hardcore.opensource 2018-07-15
org.zamedev.gloomydungeons2.opensource_1415610000.apk org.zamedev.gloomydungeons2.opensource 2016-06-27
org.zamedev.gloomydungeons2.opensource_1602221800.apk org.zamedev.gloomydungeons2.opensource 2016-07-04
org.zeitgeist.movement_24.apk org.zeitgeist.movement 2012-08-29
@@ -17550,6 +19386,9 @@ org.zephyrsoft.trackworktime_14.apk org.zephyrsoft.trackworktime 2013-12-11
org.zephyrsoft.trackworktime_18.apk org.zephyrsoft.trackworktime 2014-07-15
org.zephyrsoft.trackworktime_22.apk org.zephyrsoft.trackworktime 2017-02-18
org.zephyrsoft.trackworktime_23.apk org.zephyrsoft.trackworktime 2017-02-18
+org.zephyrsoft.trackworktime_24.apk org.zephyrsoft.trackworktime 2018-06-05
+org.zephyrsoft.trackworktime_25.apk org.zephyrsoft.trackworktime 2018-06-07
+org.zephyrsoft.trackworktime_26.apk org.zephyrsoft.trackworktime 2018-06-25
org.zeroxlab.zeroxbenchmark_9.apk org.zeroxlab.zeroxbenchmark 2013-03-27
org.zirco_10.apk org.zirco 2011-05-01
org.zirco_11.apk org.zirco 2011-05-16
@@ -17571,6 +19410,13 @@ 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
+pc.javier.seguime_6.apk pc.javier.seguime 2018-05-12
+pc.javier.seguime_8.apk pc.javier.seguime 2018-07-02
+pc.javier.seguime_9.apk pc.javier.seguime 2018-07-08
+pc.javier.seguime_11.apk pc.javier.seguime 2018-07-15
+pc.javier.seguime_13.apk pc.javier.seguime 2018-07-19
+pc.javier.seguime_15.apk pc.javier.seguime 2018-07-19
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
@@ -17585,8 +19431,11 @@ pk.contender.earmouse_23.apk pk.contender.earmouse 2016-05-03
pk.contender.earmouse_24.apk pk.contender.earmouse 2016-05-07
pk.contender.earmouse_26.apk pk.contender.earmouse 2016-05-10
pk.contender.earmouse_27.apk pk.contender.earmouse 2016-06-27
+pk.contender.earmouse_28.apk pk.contender.earmouse 2018-07-28
+pk.contender.earmouse_30.apk pk.contender.earmouse 2018-07-28
pl.hypeapp.endoscope_3.apk pl.hypeapp.endoscope 2016-08-06
pl.hypeapp.endoscope_5.apk pl.hypeapp.endoscope 2017-03-17
+pl.hypeapp.episodie_2.apk pl.hypeapp.episodie 2018-05-12
pl.librus.client_9.apk pl.librus.client 2017-02-26
pl.librus.client_10.apk pl.librus.client 2017-03-24
pl.librus.client_11.apk pl.librus.client 2017-03-24
@@ -17624,6 +19473,8 @@ pl.nkg.geokrety_39.apk pl.nkg.geokrety 2014-08-07
pl.nkg.geokrety_41.apk pl.nkg.geokrety 2015-01-06
pl.nkg.geokrety_42.apk pl.nkg.geokrety 2016-04-29
pl.nkg.geokrety_47.apk pl.nkg.geokrety 2016-12-14
+pl.sanszo.pcis_1.apk pl.sanszo.pcis 2018-07-06
+pl.sanszo.pcis_2.apk pl.sanszo.pcis 2018-08-10
pl.strimoid.lara_1.apk pl.strimoid.lara 2014-03-12
player.efis.data.eur.rus_1.apk player.efis.data.eur.rus 2017-06-26
player.efis.data.eur.rus_3.apk player.efis.data.eur.rus 2017-10-13
@@ -17636,6 +19487,10 @@ 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.mfd_6.apk player.efis.mfd 2018-06-16
+player.efis.mfd_20.apk player.efis.mfd 2018-07-02
+player.efis.mfd_21.apk player.efis.mfd 2018-08-20
+player.efis.mfd_22.apk player.efis.mfd 2018-09-11
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
@@ -17649,6 +19504,10 @@ 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
+player.efis.pfd_19.apk player.efis.pfd 2018-06-16
+player.efis.pfd_20.apk player.efis.pfd 2018-07-02
+player.efis.pfd_21.apk player.efis.pfd 2018-08-20
+player.efis.pfd_22.apk player.efis.pfd 2018-09-11
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
@@ -17659,6 +19518,11 @@ pro.dbro.bart_8.apk pro.dbro.bart 2013-04-13
pro.dbro.bart_11.apk pro.dbro.bart 2013-06-02
pro.oneredpixel.l9droid_3.apk pro.oneredpixel.l9droid 2013-12-09
pro.oneredpixel.l9droid_4.apk pro.oneredpixel.l9droid 2015-01-06
+pro.rudloff.openvegemap_6001.apk pro.rudloff.openvegemap 2018-05-07
+pro.rudloff.openvegemap_7001.apk pro.rudloff.openvegemap 2018-05-07
+pro.rudloff.openvegemap_7011.apk pro.rudloff.openvegemap 2018-05-27
+pro.rudloff.openvegemap_7021.apk pro.rudloff.openvegemap 2018-06-09
+pro.rudloff.papercraft_2.apk pro.rudloff.papercraft 2018-06-16
protect.babymonitor_1.apk protect.babymonitor 2015-12-29
protect.babymonitor_2.apk protect.babymonitor 2016-01-04
protect.babymonitor_3.apk protect.babymonitor 2018-02-20
@@ -17675,6 +19539,7 @@ protect.babysleepsounds_11.apk protect.babysleepsounds 2017-09-18
protect.babysleepsounds_12.apk protect.babysleepsounds 2017-12-15
protect.babysleepsounds_13.apk protect.babysleepsounds 2018-01-02
protect.babysleepsounds_14.apk protect.babysleepsounds 2018-02-06
+protect.babysleepsounds_15.apk protect.babysleepsounds 2018-06-02
protect.budgetwatch_1.apk protect.budgetwatch 2016-02-09
protect.budgetwatch_2.apk protect.budgetwatch 2016-02-15
protect.budgetwatch_3.apk protect.budgetwatch 2016-04-05
@@ -17696,6 +19561,9 @@ protect.budgetwatch_21.apk protect.budgetwatch 2017-11-28
protect.budgetwatch_22.apk protect.budgetwatch 2018-01-03
protect.budgetwatch_23.apk protect.budgetwatch 2018-01-22
protect.budgetwatch_24.apk protect.budgetwatch 2018-02-11
+protect.budgetwatch_25.apk protect.budgetwatch 2018-05-07
+protect.budgetwatch_26.apk protect.budgetwatch 2018-07-08
+protect.budgetwatch_27.apk protect.budgetwatch 2018-07-19
protect.card_locker_1.apk protect.card_locker 2016-02-02
protect.card_locker_2.apk protect.card_locker 2016-02-09
protect.card_locker_3.apk protect.card_locker 2016-02-12
@@ -17723,6 +19591,9 @@ 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.card_locker_28.apk protect.card_locker 2018-05-07
+protect.card_locker_29.apk protect.card_locker 2018-05-14
+protect.card_locker_30.apk protect.card_locker 2018-08-03
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
@@ -17739,8 +19610,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
+protect.videoeditor_9.apk protect.videoeditor 2018-05-22
+protect.videoeditor_10.apk protect.videoeditor 2018-06-16
+protect.videoeditor_11.apk protect.videoeditor 2018-06-28
+protect.videoeditor_12.apk protect.videoeditor 2018-08-15
+protect.videoeditor_13.apk protect.videoeditor 2018-08-29
+pt.ipleiria.mymusicqoe_3.apk pt.ipleiria.mymusicqoe 2018-08-10
+pt.ipleiria.mymusicqoe_5.apk pt.ipleiria.mymusicqoe 2018-08-14
+pt.ipleiria.mymusicqoe_7.apk pt.ipleiria.mymusicqoe 2018-08-21
+pt.ipleiria.mymusicqoe_8.apk pt.ipleiria.mymusicqoe 2018-08-21
+pt.ipleiria.mymusicqoe_9.apk pt.ipleiria.mymusicqoe 2018-08-24
+pt.ipleiria.mymusicqoe_10.apk pt.ipleiria.mymusicqoe 2018-08-29
+pt.ipleiria.mymusicqoe_11.apk pt.ipleiria.mymusicqoe 2018-08-30
+pt.ipleiria.mymusicqoe_12.apk pt.ipleiria.mymusicqoe 2018-09-11
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
+pt.joaomneto.titancompanion_60.apk pt.joaomneto.titancompanion 2018-06-02
pw.thedrhax.mosmetro_57.apk pw.thedrhax.mosmetro 2017-05-20
pw.thedrhax.mosmetro_58.apk pw.thedrhax.mosmetro 2017-05-22
pw.thedrhax.mosmetro_59.apk pw.thedrhax.mosmetro 2017-06-13
@@ -17754,6 +19639,8 @@ pw.thedrhax.mosmetro_67.apk pw.thedrhax.mosmetro 2017-10-26
pw.thedrhax.mosmetro_68.apk pw.thedrhax.mosmetro 2017-11-28
pw.thedrhax.mosmetro_69.apk pw.thedrhax.mosmetro 2017-12-07
pw.thedrhax.mosmetro_70.apk pw.thedrhax.mosmetro 2017-12-07
+pw.thedrhax.mosmetro_71.apk pw.thedrhax.mosmetro 2018-09-11
+quickly.quit_1.apk quickly.quit 2018-10-01
raele.concurseiro_1.apk raele.concurseiro 2016-05-18
re.jcg.playmusicexporter_106.apk re.jcg.playmusicexporter 2017-03-17
re.jcg.playmusicexporter_107.apk re.jcg.playmusicexporter 2017-03-17
@@ -17765,6 +19652,13 @@ regalandroid-1.0.1-aligned.apk net.dahanne.android.regalandroid
remuco.client.android_1.apk remuco.client.android 2012-01-08
rino.org.tethercompanion_1.apk rino.org.tethercompanion 2015-12-30
rino.org.tethercompanion_2.apk rino.org.tethercompanion 2016-01-28
+rkr.simplekeyboard.inputmethod_31.apk rkr.simplekeyboard.inputmethod 2018-06-02
+rkr.simplekeyboard.inputmethod_34.apk rkr.simplekeyboard.inputmethod 2018-06-12
+rkr.simplekeyboard.inputmethod_35.apk rkr.simplekeyboard.inputmethod 2018-06-16
+rkr.simplekeyboard.inputmethod_36.apk rkr.simplekeyboard.inputmethod 2018-07-08
+rkr.simplekeyboard.inputmethod_39.apk rkr.simplekeyboard.inputmethod 2018-07-19
+rkr.simplekeyboard.inputmethod_40.apk rkr.simplekeyboard.inputmethod 2018-07-19
+rkr.simplekeyboard.inputmethod_41.apk rkr.simplekeyboard.inputmethod 2018-08-22
ro.ciubex.dscautorename_90.apk ro.ciubex.dscautorename 2017-03-29
ro.ieval.fonbot_1.apk ro.ieval.fonbot 2013-10-16
ro.ieval.fonbot_2.apk ro.ieval.fonbot 2014-09-23
@@ -17845,6 +19739,10 @@ ru.glesik.wifireminders_122.apk ru.glesik.wifireminders 2014-08-12
ru.glesik.wifireminders_123.apk ru.glesik.wifireminders 2015-02-22
ru.glesik.wifireminders_124.apk ru.glesik.wifireminders 2015-05-25
ru.glesik.wifireminders_125.apk ru.glesik.wifireminders 2016-04-21
+ru.glesik.wifireminders_130.apk ru.glesik.wifireminders 2018-06-23
+ru.henridellal.dialer_3.apk ru.henridellal.dialer 2018-09-11
+ru.henridellal.dialer_4.apk ru.henridellal.dialer 2018-09-15
+ru.henridellal.dialer_5.apk ru.henridellal.dialer 2018-09-21
ru.henridellal.emerald_16.apk ru.henridellal.emerald 2017-10-08
ru.henridellal.emerald_17.apk ru.henridellal.emerald 2017-10-18
ru.henridellal.emerald_19.apk ru.henridellal.emerald 2017-10-24
@@ -17859,19 +19757,35 @@ 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.henridellal.patolli_1.apk ru.henridellal.patolli 2018-08-26
+ru.hyst329.openfool_26.apk ru.hyst329.openfool 2018-08-22
+ru.hyst329.openfool_27.apk ru.hyst329.openfool 2018-09-25
+ru.ifproject.android.afr_10.apk ru.ifproject.android.afr 2018-09-28
+ru.ifproject.android.afr_11.apk ru.ifproject.android.afr 2018-09-28
+ru.ifproject.android.afr_13.apk ru.ifproject.android.afr 2018-09-28
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.meefik.busybox_37.apk ru.meefik.busybox 2018-07-02
+ru.meefik.busybox_38.apk ru.meefik.busybox 2018-08-14
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
ru.neverdark.silentnight_7.apk ru.neverdark.silentnight 2014-02-18
ru.neverdark.silentnight_8.apk ru.neverdark.silentnight 2014-04-26
ru.o2genum.coregame_3.apk ru.o2genum.coregame 2013-10-25
+ru.playsoftware.j2meloader_46.apk ru.playsoftware.j2meloader 2018-06-23
+ru.playsoftware.j2meloader_48.apk ru.playsoftware.j2meloader 2018-09-14
ru.qrck.quitetaskmanager_2.apk ru.qrck.quitetaskmanager 2012-03-02
+ru.ra66it.updaterforspotify_1.apk ru.ra66it.updaterforspotify 2018-05-07
+ru.ra66it.updaterforspotify_4.apk ru.ra66it.updaterforspotify 2018-08-14
+ru.ra66it.updaterforspotify_5.apk ru.ra66it.updaterforspotify 2018-08-27
+ru.ra66it.updaterforspotify_6.apk ru.ra66it.updaterforspotify 2018-09-11
ru.sash0k.bluetooth_terminal_1.apk ru.sash0k.bluetooth_terminal 2014-04-19
ru.sash0k.bluetooth_terminal_2.apk ru.sash0k.bluetooth_terminal 2016-11-27
ru.subprogram.paranoidsmsblocker_4.apk ru.subprogram.paranoidsmsblocker 2014-11-24
@@ -17947,6 +19861,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.easer_64.apk ryey.easer 2018-04-29
+ryey.easer_65.apk ryey.easer 2018-05-07
+ryey.easer_68.apk ryey.easer 2018-05-14
+ryey.easer_69.apk ryey.easer 2018-05-16
+ryey.easer_71.apk ryey.easer 2018-05-22
+ryey.easer_72.apk ryey.easer 2018-05-25
+ryey.easer_73.apk ryey.easer 2018-05-28
+ryey.easer_74.apk ryey.easer 2018-06-05
+ryey.easer_75.apk ryey.easer 2018-06-12
+ryey.easer_76.apk ryey.easer 2018-06-17
+ryey.easer_77.apk ryey.easer 2018-06-20
+ryey.easer_78.apk ryey.easer 2018-06-26
+ryey.easer_79.apk ryey.easer 2018-07-08
+ryey.easer_80.apk ryey.easer 2018-07-15
+ryey.easer_81.apk ryey.easer 2018-07-19
+ryey.easer_82.apk ryey.easer 2018-07-25
+ryey.easer_83.apk ryey.easer 2018-08-09
+ryey.easer_84.apk ryey.easer 2018-08-29
+ryey.easer_85.apk ryey.easer 2018-09-20
+ryey.easer_86.apk ryey.easer 2018-09-25
+ryey.easer_87.apk ryey.easer 2018-09-28
ryey.flock_4.apk ryey.flock 2016-08-02
ryey.flock_6.apk ryey.flock 2016-08-06
ryey.flock_8.apk ryey.flock 2017-03-29
@@ -17977,6 +19913,9 @@ se.leap.bitmaskclient_131.apk se.leap.bitmaskclient 2018-02-13
se.leap.bitmaskclient_134.apk se.leap.bitmaskclient 2018-03-10
se.norenh.rkfread_2.apk se.norenh.rkfread 2014-04-17
se.norenh.rkfread_3.apk se.norenh.rkfread 2017-08-07
+se.norenh.rkfread_4.apk se.norenh.rkfread 2018-06-12
+se.oandell.riksdagen_9.apk se.oandell.riksdagen 2018-09-11
+se.oandell.riksdagen_10.apk se.oandell.riksdagen 2018-09-20
se.peterbjorkman.android.trafikinfo_12.apk se.peterbjorkman.android.trafikinfo 2011-01-27
se.peterbjorkman.android.trafikinfo_13.apk se.peterbjorkman.android.trafikinfo 2011-02-02
se.pp.mc.android.Gerberoid_10000.apk se.pp.mc.android.Gerberoid 2017-08-14
@@ -17996,9 +19935,16 @@ se.tube42.drum.android_21.apk se.tube42.drum.android 2016-01-09
se.tube42.drum.android_22.apk se.tube42.drum.android 2016-01-31
se.tube42.drum.android_23.apk se.tube42.drum.android 2016-02-20
se.tube42.drum.android_24.apk se.tube42.drum.android 2016-06-07
+se.tube42.drum.android_26.apk se.tube42.drum.android 2018-07-23
+se.tube42.drum.android_27.apk se.tube42.drum.android 2018-07-23
se.tube42.kidsmem.android_14.apk se.tube42.kidsmem.android 2015-05-03
se.tube42.kidsmem.android_16.apk se.tube42.kidsmem.android 2018-02-20
+se.tube42.kidsmem.android_17.apk se.tube42.kidsmem.android 2018-07-06
+se.tube42.p9.android_7.apk se.tube42.p9.android 2018-09-11
+se.tube42.p9.android_8.apk se.tube42.p9.android 2018-09-20
seanfoy.wherering_99.apk seanfoy.wherering 2013-11-05
+security.pEp_2.apk security.pEp 2018-06-20
+security.pEp_19.apk security.pEp 2018-09-06
sh.ftp.rocketninelabs.meditationassistant.opensource_128.apk sh.ftp.rocketninelabs.meditationassistant.opensource 2015-10-29
sh.ftp.rocketninelabs.meditationassistant.opensource_129.apk sh.ftp.rocketninelabs.meditationassistant.opensource 2015-10-29
sh.ftp.rocketninelabs.meditationassistant.opensource_130.apk sh.ftp.rocketninelabs.meditationassistant.opensource 2015-11-19
@@ -18016,6 +19962,10 @@ sh.ftp.rocketninelabs.meditationassistant.opensource_142.apk sh.ftp.rocketninela
sh.ftp.rocketninelabs.meditationassistant.opensource_143.apk sh.ftp.rocketninelabs.meditationassistant.opensource 2017-11-14
sh.ftp.rocketninelabs.meditationassistant.opensource_145.apk sh.ftp.rocketninelabs.meditationassistant.opensource 2018-01-15
sh.ftp.rocketninelabs.meditationassistant.opensource_147.apk sh.ftp.rocketninelabs.meditationassistant.opensource 2018-01-15
+sh.ftp.rocketninelabs.meditationassistant.opensource_149.apk sh.ftp.rocketninelabs.meditationassistant.opensource 2018-08-03
+sh.ftp.rocketninelabs.meditationassistant.opensource_150.apk sh.ftp.rocketninelabs.meditationassistant.opensource 2018-08-09
+sh.ftp.rocketninelabs.meditationassistant.opensource_151.apk sh.ftp.rocketninelabs.meditationassistant.opensource 2018-08-10
+sh.ftp.rocketninelabs.meditationassistant.opensource_152.apk sh.ftp.rocketninelabs.meditationassistant.opensource 2018-08-26
si.modrajagoda.didi_1.apk si.modrajagoda.didi 2013-06-05
siir.es.adbWireless_12.apk siir.es.adbWireless 2013-03-12
simple.reboot.com_11.apk simple.reboot.com 2015-01-28
@@ -18048,8 +19998,14 @@ souch.smp_9.apk souch.smp 2015-05-29
souch.smp_10.apk souch.smp 2015-08-27
souch.smp_13.apk souch.smp 2017-06-22
souch.smp_14.apk souch.smp 2017-06-26
+souch.smp_15.apk souch.smp 2018-05-29
+souch.smp_16.apk souch.smp 2018-06-02
souch.smsbypass_5.apk souch.smsbypass 2016-01-11
souch.smsbypass_9.apk souch.smsbypass 2016-02-17
+space.neothefox.laytray_7.apk space.neothefox.laytray 2018-07-19
+space.neothefox.laytray_8.apk space.neothefox.laytray 2018-07-28
+space.neothefox.laytray_9.apk space.neothefox.laytray 2018-07-30
+space.neothefox.laytray_10.apk space.neothefox.laytray 2018-09-21
starcom.snd_1.apk starcom.snd 2016-01-26
starcom.snd_2.apk starcom.snd 2018-02-11
steele.gerry.dotty_2.apk steele.gerry.dotty 2014-03-03
@@ -18063,20 +20019,32 @@ streetwalrus.usbmountr_3.apk streetwalrus.usbmountr 2017-03-08
streetwalrus.usbmountr_4.apk streetwalrus.usbmountr 2017-04-17
streetwalrus.usbmountr_5.apk streetwalrus.usbmountr 2017-07-28
streetwalrus.usbmountr_6.apk streetwalrus.usbmountr 2018-01-26
+streetwalrus.usbmountr_7.apk streetwalrus.usbmountr 2018-04-28
+streetwalrus.usbmountr_8.apk streetwalrus.usbmountr 2018-05-22
subreddit.android.appstore_3100.apk subreddit.android.appstore 2016-09-27
subreddit.android.appstore_6000.apk subreddit.android.appstore 2016-10-06
subreddit.android.appstore_7100.apk subreddit.android.appstore 2017-07-28
sun.bob.leela_2.apk sun.bob.leela 2016-10-11
swati4star.createpdf_1.apk swati4star.createpdf 2016-09-08
+swati4star.createpdf_8.apk swati4star.createpdf 2018-10-01
systems.byteswap.aiproute_1.apk systems.byteswap.aiproute 2015-10-13
szelok.app.twister_1.apk szelok.app.twister 2014-07-09
+taco.apkmirror_5.apk taco.apkmirror 2018-08-30
talkmyphone-2.06-beta.apk com.googlecode.talkmyphone 2010-11-19
teamunguided.brighttime_1.apk teamunguided.brighttime 2016-01-27
teaonly.droideye_8.apk teaonly.droideye 2013-06-15
teaonly.droideye_12.apk teaonly.droideye 2015-02-02
telegra.ph_7.apk telegra.ph 2016-12-26
+telegra.ph_13.apk telegra.ph 2018-06-25
+telegra.ph_14.apk telegra.ph 2018-08-10
tf.nox.wifisetup_20150810.apk tf.nox.wifisetup 2015-08-11
tf.nox.wifisetup_20160804.apk tf.nox.wifisetup 2016-12-27
+theakki.synctool_100.apk theakki.synctool 2018-09-06
+theredspy15.ltecleanerfoss_7.apk theredspy15.ltecleanerfoss 2018-09-06
+theredspy15.ltecleanerfoss_10.apk theredspy15.ltecleanerfoss 2018-09-06
+theredspy15.ltecleanerfoss_14.apk theredspy15.ltecleanerfoss 2018-09-14
+theredspy15.ltecleanerfoss_16.apk theredspy15.ltecleanerfoss 2018-09-14
+theredspy15.ltecleanerfoss_18.apk theredspy15.ltecleanerfoss 2018-09-14
tk.al54.dev.badpixels_4.apk tk.al54.dev.badpixels 2016-10-11
tk.elevenk.dailybread_5.apk tk.elevenk.dailybread 2015-03-23
tk.giesecke.phoenix_2.apk tk.giesecke.phoenix 2015-03-30
@@ -18098,6 +20066,7 @@ tkj.android.homecontrol.mythmote_2608.apk tkj.android.homecontrol.mythmote 2015-
tkj.android.homecontrol.mythmote_2808.apk tkj.android.homecontrol.mythmote 2016-07-10
tkj.android.homecontrol.mythmote_2908.apk tkj.android.homecontrol.mythmote 2016-07-17
tmendes.com.analyticalbalancedroid_3.apk tmendes.com.analyticalbalancedroid 2017-02-24
+tmendes.com.waterydroid_1.apk tmendes.com.waterydroid 2018-09-06
to.doc.android.ipv6config_8.apk to.doc.android.ipv6config 2013-11-24
to.doc.android.ipv6config_9.apk to.doc.android.ipv6config 2014-05-11
to.networld.android.divedroid_1.apk to.networld.android.divedroid 2011-02-13
@@ -18142,6 +20111,7 @@ tuioDroid.impl_5.apk tuioDroid.impl 2013-04-04
tuxrider_1.0.4.apk com.drodin.tuxrider 2010-11-18
tv.piratemedia.lightcontroler_161.apk tv.piratemedia.lightcontroler 2015-02-21
tw.qtlin.mac.airunlocker_1.apk tw.qtlin.mac.airunlocker 2016-07-16
+tyagi.shubham.customsearch_1.apk tyagi.shubham.customsearch 2018-09-06
uk.ac.cam.cl.dtg.android.barcodebox_3.apk uk.ac.cam.cl.dtg.android.barcodebox 2012-08-13
uk.ac.cam.cl.dtg.android.barcodebox_4.apk uk.ac.cam.cl.dtg.android.barcodebox 2013-10-29
uk.ac.ed.inf.mandelbrotmaps_2.apk uk.ac.ed.inf.mandelbrotmaps 2013-12-15
@@ -18174,6 +20144,8 @@ uk.co.keepawayfromfire.screens_7.apk uk.co.keepawayfromfire.screens 2017-01-29
uk.co.keepawayfromfire.screens_8.apk uk.co.keepawayfromfire.screens 2017-02-02
uk.co.yahoo.p1rpp.calendartrigger_1.apk uk.co.yahoo.p1rpp.calendartrigger 2016-10-08
uk.co.yahoo.p1rpp.calendartrigger_4.apk uk.co.yahoo.p1rpp.calendartrigger 2017-05-20
+uk.co.yahoo.p1rpp.calendartrigger_6.apk uk.co.yahoo.p1rpp.calendartrigger 2018-05-26
+uk.co.yahoo.p1rpp.calendartrigger_7.apk uk.co.yahoo.p1rpp.calendartrigger 2018-05-29
uk.org.cardboardbox.wonderdroid_36.apk uk.org.cardboardbox.wonderdroid 2012-10-21
uk.org.cardboardbox.wonderdroid_37.apk uk.org.cardboardbox.wonderdroid 2013-03-24
uk.org.cardboardbox.wonderdroid_39.apk uk.org.cardboardbox.wonderdroid 2013-10-31
@@ -18202,6 +20174,7 @@ us.achromaticmetaphor.agram_20.apk us.achromaticmetaphor.agram 2016-05-24
us.achromaticmetaphor.agram_21.apk us.achromaticmetaphor.agram 2016-05-25
us.achromaticmetaphor.imcktg_10.apk us.achromaticmetaphor.imcktg 2014-12-15
us.achromaticmetaphor.imcktg_11.apk us.achromaticmetaphor.imcktg 2015-10-05
+us.achromaticmetaphor.imcktg_12.apk us.achromaticmetaphor.imcktg 2018-06-10
us.bravender.android.dongsa_6.apk us.bravender.android.dongsa 2012-03-06
us.bravender.android.dongsa_8.apk us.bravender.android.dongsa 2015-09-17
us.dangeru.la_u_ncher413_413.apk us.dangeru.la_u_ncher413 2017-09-16
@@ -18211,6 +20184,7 @@ 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.koller.cameraroll_36.apk us.koller.cameraroll 2018-05-14
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
@@ -20372,6 +22346,9 @@ vocabletrainer.heinecke.aron.vocabletrainer_11.apk vocabletrainer.heinecke.aron.
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
+vocabletrainer.heinecke.aron.vocabletrainer_15.apk vocabletrainer.heinecke.aron.vocabletrainer 2018-06-28
+vocabletrainer.heinecke.aron.vocabletrainer_16.apk vocabletrainer.heinecke.aron.vocabletrainer 2018-07-02
+vocabletrainer.heinecke.aron.vocabletrainer_17.apk vocabletrainer.heinecke.aron.vocabletrainer 2018-07-08
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
@@ -20397,15 +22374,19 @@ ws.xsoh.etar_11.apk ws.xsoh.etar 2016-12-19
ws.xsoh.etar_12.apk ws.xsoh.etar 2017-02-20
ws.xsoh.etar_13.apk ws.xsoh.etar 2017-02-24
ws.xsoh.etar_14.apk ws.xsoh.etar 2017-05-25
+ws.xsoh.etar_15.apk ws.xsoh.etar 2018-05-27
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
+wseemann.media.romote_11.apk wseemann.media.romote 2018-09-25
x653.bullseye_1.apk x653.bullseye 2017-02-20
x653.bullseye_2.apk x653.bullseye 2017-03-15
x653.bullseye_3.apk x653.bullseye 2018-03-10
x1125io.initdlight_1.apk x1125io.initdlight 2017-09-24
x1125io.initdlight_2.apk x1125io.initdlight 2017-12-24
+xyz.iridiumion.plucklockex_4.apk xyz.iridiumion.plucklockex 2018-07-19
yaaic-0.5.apk org.yaaic 2010-10-21
yaaic-0.6.1.apk org.yaaic
yaaic-0.6.apk org.yaaic
@@ -20436,3 +22417,4 @@ za.co.neilson.alarm_4.apk za.co.neilson.alarm 2015-03-09
zame.GloomyDungeons.opensource.game_1358421967.apk zame.GloomyDungeons.opensource.game 2013-03-07
zame.GloomyDungeons.opensource.game_1362629775.apk zame.GloomyDungeons.opensource.game 2013-10-22
zame.GloomyDungeons.opensource.game_1414314000.apk zame.GloomyDungeons.opensource.game 2015-07-21
+zame.GloomyDungeons.opensource.game_1807020000.apk zame.GloomyDungeons.opensource.game 2018-07-15
diff --git a/stats/latestapps.txt b/stats/latestapps.txt
index 83d47b18a4..237d3b5b2f 100644
--- a/stats/latestapps.txt
+++ b/stats/latestapps.txt
@@ -1,10 +1,10 @@
-org.openhab.habdroid.beta
-com.thermatk.android.xf.fakegapps
-eu.faircode.xlua
-org.retroshare.android.qml_app
-namlit.siteswapgenerator
-eu.siacs.conversations.legacy
-org.sorz.lab.tinykeepass
-com.rfo.basic
-co.pxhouse.sas
-com.davidshewitt.admincontrol
+ru.ifproject.android.afr
+org.disroot.disrootapp
+net.sourceforge.x11basic
+com.dfa.hubzilla_android
+eu.depau.etchdroid
+com.pluscubed.matloglibre
+com.EthanHeming.NeuralNetworkSimulator
+org.mcxa.softsound
+org.droidtr.keyboard
+com.github.characterdog.bmicalculator
diff --git a/stats/licenses.txt b/stats/licenses.txt
index 8fc2b1f111..cb2e9597be 100644
--- a/stats/licenses.txt
+++ b/stats/licenses.txt
@@ -1,37 +1,41 @@
-GPL-3.0 974
-Apache-2.0 569
-GPL-3.0+ 310
-MIT 286
-GPL-2.0 141
-GPL-2.0+ 93
+GPL-3.0-only 1026
+Apache-2.0 610
+GPL-3.0-or-later 352
+MIT 312
+GPL-2.0-only 144
+GPL-2.0-or-later 99
BSD-3-Clause 42
-AGPL-3.0 28
-MPL-2.0 22
-LGPL-3.0 16
-AGPL-3.0+ 14
+AGPL-3.0-only 28
+MPL-2.0 24
+LGPL-3.0-only 18
+WTFPL 16
+AGPL-3.0-or-later 15
BSD-2-Clause-FreeBSD 14
-WTFPL 14
PublicDomain 12
+Unlicense 9
ISC 8
-Unlicense 8
-LGPL-2.1 7
+LGPL-2.1-only 7
Artistic-2.0 4
+LGPL-2.1-or-later 4
BSD-2-Clause 3
-CC-BY-SA-3.0 3
+CC-BY-4.0 3
EPL-1.0 3
-LGPL-2.1+ 3
Beerware 2
-CC-BY-4.0 2
CC-BY-NC-3.0 2
+CC-BY-SA-3.0 2
CC-BY-SA-4.0 2
CC0-1.0 2
MirOS 2
Zlib 2
+0BSD 1
+AML 1
BSD-2-Clause-NetBSD 1
EUPL-1.1 1
Fair 1
+LGPL-3.0-or-later 1
MIT-CMU 1
MPL-1.1 1
NCSA 1
+NPOSL-3.0 1
X11 1
XSkat 1
diff --git a/stats/repotypes.txt b/stats/repotypes.txt
index eeaf5849f4..9fd760ad93 100644
--- a/stats/repotypes.txt
+++ b/stats/repotypes.txt
@@ -1,5 +1,5 @@
-git 2383
-git-svn 132
-hg 56
-bzr 18
-none 7
+git 2550
+git-svn 104
+none 61
+hg 47
+bzr 17
diff --git a/stats/update_check_modes.txt b/stats/update_check_modes.txt
index b05c66f067..3af9a7b421 100644
--- a/stats/update_check_modes.txt
+++ b/stats/update_check_modes.txt
@@ -1,5 +1,5 @@
-Tags 1347
-RepoManifest 797
-Static 237
-None 201
+Tags 1522
+RepoManifest 787
+Static 238
+None 218
HTTP 14
diff --git a/tools/check-keyalias-collision.py b/tools/check-keyalias-collision.py
new file mode 100755
index 0000000000..7c93e37083
--- /dev/null
+++ b/tools/check-keyalias-collision.py
@@ -0,0 +1,30 @@
+#!/usr/bin/env python3
+
+import glob
+import hashlib
+import inspect
+import os
+import sys
+
+def generate_keyalias(s):
+ m = hashlib.md5()
+ m.update(s.encode())
+ return m.hexdigest()[:8]
+
+base = os.path.realpath(
+ os.path.join(os.path.dirname(inspect.getfile(inspect.currentframe())), '..'))
+metadatafiles = sorted(glob.glob(base + '/metadata/*.txt')
+ + glob.glob(base + '/metadata/*.yml'))
+
+if not metadatafiles:
+ print('No metadata files found!')
+ sys.exit(1)
+
+keyaliases = dict()
+for f in metadatafiles:
+ appid = os.path.basename(f)[:-4]
+ keyalias = generate_keyalias(appid)
+ if keyalias in keyaliases:
+ print(appid, "keyalias conflicts with", keyaliases[keyalias])
+ sys.exit(1)
+ keyaliases[keyalias] = appid
diff --git a/tools/png-pre-compress b/tools/png-pre-compress
new file mode 100755
index 0000000000..dba3d1cb0a
--- /dev/null
+++ b/tools/png-pre-compress
@@ -0,0 +1,22 @@
+#!/usr/bin/env sh
+
+set -e
+set -x
+
+for f in $(dirname $0)/../metadata/*/*/*/*.jp*g; do
+ exiftool -all= $f
+done
+
+for f in `find $(dirname $0)/../metadata -type f -name \*.png`; do
+ echo $f | grep -Eo '\.9\.png$' && continue # do not optimized 9-patch, it breaks them
+ tmpfile=$(mktemp)
+ aapt singleCrunch -v -i $f -o $tmpfile
+ exiftool -all= $tmpfile
+ mv $tmpfile $f
+done
+
+for f in metadata/*/*/*Screenshots/*.png; do
+ exiftool -all= $f
+ tmpfile=$(mktemp)
+ (zopflipng --filters=01234mepb --lossy_8bit --lossy_transparent -y $f $tmpfile && mv $tmpfile $f) &
+done