Merge branch 'master' into and-bible-update-check-mode

This commit is contained in:
Tuomas Airaksinen 2020-01-25 12:39:36 +02:00
commit 29deaf5156
46 changed files with 408 additions and 262 deletions

View file

@ -5,6 +5,7 @@ AuthorName: bitfire web engineering
WebSite: https://www.davx5.com/
SourceCode: https://www.davx5.com/source
IssueTracker: https://www.davx5.com/forums
Translation: https://www.transifex.com/bitfireAT/davx5/
Changelog: https://forums.bitfire.at/category/4/davx?tag=announcement
Donate: https://www.davx5.com/donate
FlattrID: '2100160'

View file

@ -98,15 +98,14 @@ Builds:
- yes
forceversion: true
- versionName: 3.0.0
versionCode: 571
commit: v3.0.0
- versionName: 2.9.37
versionCode: 2005
commit: v2.9.37
submodules: true
gradle:
- yes
forceversion: true
AutoUpdateMode: Version v%v
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 3.0.0
CurrentVersionCode: 571

View file

@ -69,6 +69,7 @@ Builds:
- versionName: 2.5.3
versionCode: 56
disable: unknown maven repo 'https://ci.android.com/builds/submitted/6052626/androidx_snapshot/latest/repository/'
commit: v2.5.3
subdir: app
sudo:

View file

@ -4,6 +4,7 @@ License: GPL-3.0-or-later
WebSite: https://delta.chat/
SourceCode: https://github.com/deltachat/deltachat-android
IssueTracker: https://github.com/deltachat/deltachat-android/issues
Translation: https://www.transifex.com/delta-chat/delta-chat-app/
Changelog: https://raw.githubusercontent.com/deltachat/deltachat-android/HEAD/CHANGELOG.md
Donate: https://delta.chat/en/contribute
Bitcoin: 18e3zwis2raitdZVhEhHHT7xG6oXsZte9L

View file

@ -0,0 +1,23 @@
Categories:
- Multimedia
- Science & Education
License: Apache-2.0
AuthorName: Daniel Beckham
SourceCode: https://github.com/beckhamd/nasa-imagery-fetcher
IssueTracker: https://github.com/beckhamd/nasa-imagery-fetcher/issues
RepoType: git
Repo: https://github.com/beckhamd/nasa-imagery-fetcher
Builds:
- versionName: '1.3'
versionCode: 7
commit: v1.3
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.3'
CurrentVersionCode: 7

View file

@ -7,18 +7,6 @@ IssueTracker: https://github.com/mwarning/trigger/issues
Changelog: https://github.com/mwarning/trigger/releases
AutoName: Trigger
Description: |
Open/Close doors and show the door status.
'''Features:'''
* HTTPS, SSH, Bluetooth and MQTT support
* multiple door profiles
* auto select profile by SSID
* certificate/key file support
* QR code import/export
* JSON file import/export
* custom status images
RepoType: git
Repo: https://github.com/mwarning/trigger

View file

@ -2,7 +2,7 @@ Categories:
- System
License: GPL-3.0-only
WebSite: https://sites.google.com/site/ghostcommander1
SourceCode: https://sourceforge.net/p/ghostcommander/code
SourceCode: https://sourceforge.net/p/ghostcommander/svn/HEAD/tree/
IssueTracker: https://sourceforge.net/projects/ghostcommander/support
Changelog: https://sites.google.com/site/ghostcommander1/history
Donate: https://sourceforge.net/p/ghostcommander/donate
@ -23,8 +23,8 @@ Description: |-
Requires root: No, but if provided you can remount filesystems and mess around
with system files.
RepoType: srclib
Repo: GhostCommander
RepoType: git-svn
Repo: https://svn.code.sf.net/p/ghostcommander/svn/
Builds:
- versionName: '1.35'
@ -501,6 +501,16 @@ Builds:
scanignore:
- src/com/ghostsq/commander/adapters/CA.java
- versionName: 1.60a1
versionCode: 395
commit: '29'
patch:
- build.patch
gradle:
- free
scanignore:
- src/main/java/com/ghostsq/commander/adapters/CA.java
MaintainerNotes: |-
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
@ -508,8 +518,9 @@ MaintainerNotes: |-
The scanignore is for the dex class loading which is used for loading plugins.
ArchivePolicy: 4 versions
As of 1.60a the repo has changed from https://svn.code.sf.net/p/ghostcommander/code/ to https://svn.code.sf.net/p/ghostcommander/svn/
AutoUpdateMode: Version %v
UpdateCheckMode: RepoManifest
CurrentVersion: 1.56.4
CurrentVersionCode: 369
CurrentVersion: 1.60a1
CurrentVersionCode: 395

View file

@ -0,0 +1,31 @@
--- a/build.gradle
+++ b/build.gradle
@@ -1,3 +1,19 @@
+buildscript {
+ repositories {
+ google()
+ jcenter()
+ }
+
+ dependencies {
+ classpath 'com.android.tools.build:gradle:3.4.2'
+ }
+}
+
+repositories {
+ google()
+ jcenter()
+}
+
apply plugin: 'com.android.application'
android {
@@ -43,6 +59,8 @@
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
+ implementation 'net.lingala.zip4j:zip4j:1.3.3'
+
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

View file

@ -14,13 +14,12 @@ RepoType: git
Repo: https://github.com/cetoolbox/cetoolbox.git
Builds:
- versionName: '1.0'
versionCode: 1
commit: ed60c
- versionName: '1.3'
versionCode: 5
commit: v1.3
commit: v1.3.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags

View file

@ -4,6 +4,7 @@ License: GPL-3.0-only
AuthorEmail: juam+scrambled@posteo.net
SourceCode: https://gitlab.com/juanitobananas/scrambled-exif/tree/HEAD
IssueTracker: https://gitlab.com/juanitobananas/scrambled-exif/issues
Translation: https://www.transifex.com/juanitobananas/scrambled-exif/
Changelog: https://gitlab.com/juanitobananas/scrambled-exif/blob/HEAD/CHANGELOG.md
Bitcoin: 16DXeCxxKGvepYLehyHSr3M1nv1s1eUotZ

View file

@ -0,0 +1,26 @@
AntiFeatures:
- NonFreeDep
Categories:
- System
License: GPL-3.0-only
SourceCode: https://gitlab.com/juanitobananas/wave-up-tasker-plugin
IssueTracker: https://gitlab.com/juanitobananas/wave-up-tasker-plugin/issues
AutoName: WaveUp Tasker Plugin
RepoType: git
Repo: https://gitlab.com/juanitobananas/wave-up-tasker-plugin
Builds:
- versionName: 0.1.2
versionCode: 3
commit: v0.1.2
subdir: app
submodules: true
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 0.1.2
CurrentVersionCode: 3

View file

@ -6,7 +6,7 @@ AuthorEmail: tusky@connyduck.at
WebSite: https://tusky.app/
SourceCode: https://github.com/tuskyapp/Tusky
IssueTracker: https://github.com/tuskyapp/Tusky/issues
Translation: https://crowdin.com/project/tusky
Translation: https://weblate.tusky.app/projects/tusky/
Changelog: https://github.com/tuskyapp/Tusky/releases
Donate: https://opencollective.com/tusky

View file

@ -31,13 +31,12 @@ Builds:
- versionName: '2.0'
versionCode: 15
commit: '15'
commit: 2.0.0
subdir: app
gradle:
- yes
prebuild: rename -v 'tr/[A-Z]/[a-z]/' src/main/res/drawable/*
AutoUpdateMode: Version %c
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: '2.0'
CurrentVersionCode: 15

View file

@ -305,51 +305,6 @@ Builds:
scandelete:
- node_modules
- versionName: 1.24.0
versionCode: 239
disable: fails to build
commit: v1.24.0
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288
- sysctl -p
- apt-get update || apt-get update
- apt-get install -y --no-install-recommends -t stretch-backports npm
init:
- sed -i -e '/react-native-youtube/d' ../../package.json build.gradle ../settings.gradle
../../app/components/post_body_additional_content/post_body_additional_content.js
- make -C ../.. pre-run
gradle:
- yes
rm:
- node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/gcm/
- node_modules/xdate/build/compiler.jar
- node_modules/react-native-video/android-exoplayer/build/
- node_modules/socketcluster/
- node_modules/shaka-player/third_party/closure/compiler.jar
- node_modules/.bin/socketcluster
prebuild:
- "sed -i -e '/play-services-gcm/,+2d' -e 's/bundleCommand: \"ram-bundle\",/bundleCommand:\
\ \"ram-bundle\", nodeExecutableAndArgs: [\"node\", \"--max-old-space-size=12000\"\
],/' build.gradle"
- sed -i -e '/ReactNativeYouTube/d' src/main/java/com/mattermost/rnbeta/MainApplication.java
- sed -i -e '/com.google.android.gms.iid.InstanceID.getInstance/d' ../../node_modules/react-native-device-info/android/src/main/java/com/learnium/RNDeviceInfo/RNDeviceModule.java
- sed -i -e '/play-services/d' ../../node_modules/react-native-device-info/android/build.gradle
- sed -i -e '/firebase/d' ../../node_modules/react-native-notifications/android/build.gradle
build.gradle
- sed -i -e '/hasPermission/d' -e '/tokenFetchIntent/d' -e '/FcmInstance/d'
-e '/FirebaseApp/'d ../../node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/RNNotificationsModule.java
../../node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/RNNotificationsPackage.java
- sed -i -e '/maven {/,+2d' ../../node_modules/react-native-document-picker/android/build.gradle
- truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
scanignore:
- android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-image-picker/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
scandelete:
- node_modules
MaintainerNotes: |-
sed is used to:
* Remove push notifications (see [https://github.com/wix/react-native-notifications/issues/207 this issue])

View file

@ -4,6 +4,7 @@ License: Apache-2.0
WebSite: https://anysoftkeyboard.github.io
SourceCode: https://github.com/AnySoftKeyboard/AnySoftKeyboard
IssueTracker: https://github.com/AnySoftKeyboard/AnySoftKeyboard/issues
Translation: https://crowdin.com/project/anysoftkeyboard
Changelog: https://github.com/AnySoftKeyboard/AnySoftKeyboard/releases
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMMN94&lc=US&item_name=AnySoftKeyboard

View file

@ -4,6 +4,7 @@ License: GPL-2.0-only
WebSite: https://nextcloud.com
SourceCode: https://github.com/nextcloud/android
IssueTracker: https://github.com/nextcloud/android/issues
Translation: https://www.transifex.com/nextcloud/nextcloud/
Changelog: https://github.com/nextcloud/android/commits
Donate: https://www.bountysource.com/teams/nextcloud

View file

@ -4,6 +4,7 @@ License: GPL-2.0-only
WebSite: https://nextcloud.com
SourceCode: https://github.com/nextcloud/android
IssueTracker: https://github.com/nextcloud/android/issues
Translation: https://www.transifex.com/nextcloud/nextcloud/
Changelog: https://github.com/nextcloud/android/blob/HEAD/CHANGELOG.md
Donate: https://www.bountysource.com/teams/nextcloud

View file

@ -4,6 +4,7 @@ License: GPL-3.0-or-later
WebSite: https://ShatteredPixel.com
SourceCode: https://github.com/00-Evan/shattered-pixel-dungeon
IssueTracker: https://github.com/00-Evan/shattered-pixel-dungeon/issues
Translation: https://www.transifex.com/shattered-pixel/shattered-pixel-dungeon/
Donate: https://www.patreon.com/ShatteredPixel
AutoName: Shattered Pixel Dungeon

23
metadata/com.tiwa.pl.yml Normal file
View file

@ -0,0 +1,23 @@
Categories:
- Writing
License: GPL-3.0-only
SourceCode: https://gitlab.com/tiwa42/personal-log
IssueTracker: https://gitlab.com/tiwa42/personal-log/issues
AutoName: Personal Log
RepoType: git
Repo: https://gitlab.com/tiwa42/personal-log.git
Builds:
- versionName: '1.3'
versionCode: 4
commit: v1.3
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.3'
CurrentVersionCode: 4

View file

@ -950,60 +950,6 @@ Builds:
- ./compile.sh --release --no-gradle
ndk: r20
- versionName: 20191217-01
versionCode: 206
commit: android/release_206
timeout: 10800
subdir: client-android/ring-android/app
submodules: true
gradle:
- noPush
rm:
- client-electron
- client-gnome
- client-ios
- client-macosx
- client-uwp
- client-windows
- docker
- docs
- lrc
- packaging
- scripts
build:
- cd ../..
- export ANDROID_NDK_ROOT="$ANDROID_NDK"
- export ANDROID_ABI="armeabi-v7a arm64-v8a x86"
- ./compile.sh --release --no-gradle
ndk: r20
- versionName: 20191220-01
versionCode: 207
commit: android/release_207
timeout: 10800
subdir: client-android/ring-android/app
submodules: true
gradle:
- noPush
rm:
- client-electron
- client-gnome
- client-ios
- client-macosx
- client-uwp
- client-windows
- docker
- docs
- lrc
- packaging
- scripts
build:
- cd ../..
- export ANDROID_NDK_ROOT="$ANDROID_NDK"
- export ANDROID_ABI="armeabi-v7a arm64-v8a x86"
- ./compile.sh --release --no-gradle
ndk: r20
- versionName: 20200107-01
versionCode: 210
commit: android/release_210
@ -1029,7 +975,7 @@ Builds:
- export ANDROID_NDK_ROOT="$ANDROID_NDK"
- export ANDROID_ABI="armeabi-v7a arm64-v8a x86"
- ./compile.sh --release --no-gradle
ndk: r20
ndk: r20b
MaintainerNotes: |-
Ring has a lot of native dependencies, the source tarballs of these are all downloaded and build for all enabled architectures.

View file

@ -5,6 +5,7 @@ Categories:
License: GPL-3.0-or-later
SourceCode: https://github.com/martykan/forecastie
IssueTracker: https://github.com/martykan/forecastie/issues
Translation: https://www.transifex.com/forecastie/forecastie/
Changelog: https://github.com/martykan/forecastie/releases
AutoName: Forecastie

View file

@ -0,0 +1,26 @@
Categories:
- Games
License: Apache-2.0
AuthorName: Carsten Hagemann Apps
AuthorEmail: regex-crossword@chagemann.de
SourceCode: https://gitlab.com/carstenhag/regex-crossword-kotlin
IssueTracker: https://gitlab.com/carstenhag/regex-crossword-kotlin/issues
AutoName: Regex Crossword
RepoType: git
Repo: https://gitlab.com/carstenhag/regex-crossword-kotlin.git
Builds:
- versionName: 2.4.4
versionCode: 24
commit: v2.4.4
subdir: app
gradle:
- yes
prebuild: sed -i -e '/play {/,+5d' -e '/com.github.triplet.play/d' build.gradle
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 2.4.4
CurrentVersionCode: 24

View file

@ -4,6 +4,7 @@ License: AGPL-3.0-or-later
AuthorName: Torsten Grote
SourceCode: https://github.com/grote/BlitzMail
IssueTracker: https://github.com/grote/BlitzMail/issues
Translation: https://www.transifex.com/grobox/blitzmail/
Changelog: https://github.com/grote/BlitzMail/blob/HEAD/ChangeLog
Bitcoin: 12JaQp8zfqRb83JfSwVjH4rZWsZnWRPoyG

View file

@ -5,6 +5,7 @@ AuthorName: Torsten Grote
WebSite: https://transportr.app/?utm_source=fdroid
SourceCode: https://github.com/grote/Transportr
IssueTracker: https://github.com/grote/Transportr/issues
Translation: https://www.transifex.com/grobox/transportr/
Changelog: https://github.com/grote/Transportr/releases
Donate: https://transportr.app/donate/?utm_source=fdroid
LiberapayID: '34751'

View file

@ -1297,6 +1297,7 @@ Builds:
- versionName: 0.9.9.31
versionCode: 150
disable: fails to build
commit: v.0.9.9.31
subdir: News-Android-App
init:
@ -1325,6 +1326,7 @@ Builds:
- versionName: 0.9.9.32
versionCode: 151
disable: fails to build
commit: v.0.9.9.32
subdir: News-Android-App
init:

View file

@ -37,25 +37,16 @@ Builds:
- yes
output: build/outputs/apk/pretix/release/app-pretix-release-unsigned.apk
- versionName: 1.2.3
versionCode: 18
commit: v1.2.3
subdir: pretixscan/app
submodules: true
gradle:
- yes
output: build/outputs/apk/pretix/release/app-pretix-release-unsigned.apk
- versionName: 1.2.4
versionCode: 19
commit: v1.2.4
commit: 1.2.4
subdir: pretixscan/app
submodules: true
gradle:
- yes
output: build/outputs/apk/pretix/release/app-pretix-release-unsigned.apk
AutoUpdateMode: Version v%v
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.2.4
CurrentVersionCode: 19

View file

@ -165,13 +165,6 @@ Builds:
gradle:
- productionFdroid
- versionName: 2.1.1.1
versionCode: 2010147
commit: 2.1.1.1
subdir: app
gradle:
- productionFdroid
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 2.1.1.1

View file

@ -123,7 +123,7 @@ Builds:
- versionName: 5-fdroid-102
versionCode: 102
commit: v102
commit: a797618f6c5f04b1665b6f2c6d82175b3e63099b
subdir: android
gradle:
- yes
@ -139,7 +139,6 @@ Builds:
- android/src/mindustry/android/AndroidRhinoContext.java
scandelete:
- android/libs
- annotations/src/main/resources/DS_Store
MaintainerNotes: |-
libgdx.so and libgdx-freetype.so binaries are extracted from

View file

@ -489,86 +489,6 @@ Builds:
- cd -
- cp $$AndBibleJSwordTweaks$$/jsword.jar libs/jsword.jar
- versionName: 3.2.333
versionCode: 333
commit: v3.2.333-fdroid
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y -t stretch-backports npm g++ build-essential
gradle:
- yes
srclibs:
- AndBibleJSword@build-2
- AndBibleJSwordTweaks@v0.1.3
rm:
- app/libs/*
build:
- cd $$AndBibleJSwordTweaks$$
- TARGET_DIR="." JSWORD_PATH=$$AndBibleJSword$$ gradle install
- cd -
- cp $$AndBibleJSwordTweaks$$/jsword.jar libs/jsword.jar
- versionName: 3.2.334
versionCode: 334
commit: v3.2.334-fdroid
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y -t stretch-backports npm g++ build-essential
gradle:
- yes
srclibs:
- AndBibleJSword@build-2
- AndBibleJSwordTweaks@v0.1.3
rm:
- app/libs/*
build:
- cd $$AndBibleJSwordTweaks$$
- TARGET_DIR="." JSWORD_PATH=$$AndBibleJSword$$ gradle install
- cd -
- cp $$AndBibleJSwordTweaks$$/jsword.jar libs/jsword.jar
- versionName: 3.2.336
versionCode: 336
commit: v3.2.336-fdroid
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y -t stretch-backports npm g++ build-essential
gradle:
- yes
srclibs:
- AndBibleJSword@build-2
- AndBibleJSwordTweaks@v0.1.3
rm:
- app/libs/*
build:
- cd $$AndBibleJSwordTweaks$$
- TARGET_DIR="." JSWORD_PATH=$$AndBibleJSword$$ gradle install
- cd -
- cp $$AndBibleJSwordTweaks$$/jsword.jar libs/jsword.jar
- versionName: 3.2.339
versionCode: 339
commit: v3.2.339-fdroid
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y -t stretch-backports npm g++ build-essential
gradle:
- yes
srclibs:
- AndBibleJSword@build-2
- AndBibleJSwordTweaks@v0.1.3
rm:
- app/libs/*
build:
- cd $$AndBibleJSwordTweaks$$
- TARGET_DIR="." JSWORD_PATH=$$AndBibleJSword$$ gradle install
- cd -
- cp $$AndBibleJSwordTweaks$$/jsword.jar libs/jsword.jar
- versionName: 3.2.340
versionCode: 340
commit: v3.2.340-fdroid

View file

@ -294,10 +294,6 @@ Builds:
versionCode: 800
commit: 8.0.0
- versionName: 7.9.9d
versionCode: 801
commit: 7.9.9d
- versionName: 7.9.10
versionCode: 70910
commit: 7.9.10

View file

@ -19,21 +19,13 @@ Builds:
- yes
ndk: r20
- versionName: '1.1'
versionCode: 3
commit: v1.1
subdir: app
gradle:
- yes
ndk: r20
- versionName: '1.2'
versionCode: 4
commit: v1.2
subdir: app
gradle:
- yes
ndk: r20
ndk: r20b
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags

View file

@ -13,7 +13,7 @@ Description: |-
latest Firefox-ESR release.
RepoType: hg
Repo: https://hg.mozilla.org/releases/mozilla-esr60
Repo: https://hg.mozilla.org/releases/mozilla-esr68/
Builds:
- versionName: 38.6.0

View file

@ -172,5 +172,5 @@ MaintainerNotes: |-
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 2.5.3
CurrentVersionCode: 220503
CurrentVersion: 3.1.3
CurrentVersionCode: 230103

View file

@ -6,6 +6,7 @@ AuthorEmail: ligi@ligi.de
AuthorWebSite: https://ligi.de/
SourceCode: https://github.com/ligi/PassAndroid
IssueTracker: https://github.com/ligi/PassAndroid/issues
Translation: https://www.transifex.com/ligi/passandroid/
AutoName: PassAndroid
Description: |-

View file

@ -7,6 +7,7 @@ License: MPL-2.0
WebSite: https://wiki.mozilla.org/Mobile/Platforms/Android#System_Requirements
SourceCode: https://hg.mozilla.org/releases/mozilla-esr68/
IssueTracker: https://bugzilla.mozilla.org
Translation: https://pontoon.mozilla.org/projects/firefox-for-android/
Changelog: https://www.mozilla.org/en-US/firefox/android/notes/
Donate: https://sendto.mozilla.org/page/contribute/openwebfund

View file

@ -4,6 +4,7 @@ License: GPL-3.0-only
WebSite: https://supertuxkart.net/Main_Page
SourceCode: https://github.com/supertuxkart/stk-code
IssueTracker: https://github.com/supertuxkart/stk-code/issues
Translation: https://www.transifex.com/supertuxkart/supertuxkart/
Changelog: https://github.com/supertuxkart/stk-code/blob/HEAD/CHANGELOG.md
Donate: https://supertuxkart.net/Donate

View file

@ -6,6 +6,7 @@ AuthorEmail: support@tasks.org
WebSite: https://tasks.org
SourceCode: https://github.com/tasks/tasks
IssueTracker: https://github.com/tasks/tasks/issues
Translation: https://hosted.weblate.org/projects/tasks/
Changelog: https://github.com/tasks/tasks/blob/HEAD/CHANGELOG.md
Donate: https://tasks.org/donate
FlattrID: '2308341'

View file

@ -3144,6 +3144,154 @@ Builds:
- ./compile.sh -a arm64-v8a -ml --release
ndk: r18b
- versionName: 3.2.6
versionCode: 13020604
commit: 3.2.6
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-armeabi-v7a.apk
srclibs:
- VLC-3.0@46d459f
- VLCmedialibrary@099bd5f2
rm:
- java-libs/appcompat/libs
- java-libs/cardview/libs
prebuild:
- cp -a $$VLC-3.0$$ ../vlc
- cp -a $$VLCmedialibrary$$ ../medialibrary/medialibrary
- sed -i -e '/maven {/,/}/d' ../build.gradle
- sed -i -e '/signingConfig/d' build.gradle
- sed -i -E -e '/(debug|release|signedRelease)Implementation/d; s/devImplementation/implementation/'
build.gradle ../medialibrary/build.gradle
- cd ../vlc
- git apply ../libvlc/patches/vlc3/*.patch
- sed -i '/.libdsm:\ libdsm$/a \\tcd $< \&\& touch "config.rpath"' contrib/src/libdsm/rules.mak
build:
- cd ..
- export FD_TARGET_TUPLE="arm-linux-androideabi"
- export FD_TARGET_ARCH="armeabi-v7a"
- export GRADLE_VLC_SRC_DIRS="$(pwd)/vlc/build-android-${FD_TARGET_TUPLE}/ndk/libs"
- mkdir -p gradle/wrapper
- echo 'gradle "$@"' > gradlew
- chmod a+x gradlew
- ./compile.sh -a $FD_TARGET_ARCH -ml -b --release
- ./gradlew assembleRelease
ndk: r18b
- versionName: 3.2.6
versionCode: 13020605
commit: 3.2.6
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-x86.apk
srclibs:
- VLC-3.0@46d459f
- VLCmedialibrary@099bd5f2
rm:
- java-libs/appcompat/libs
- java-libs/cardview/libs
prebuild:
- cp -a $$VLC-3.0$$ ../vlc
- cp -a $$VLCmedialibrary$$ ../medialibrary/medialibrary
- sed -i -e '/maven {/,/}/d' ../build.gradle
- sed -i -e '/signingConfig/d' build.gradle
- sed -i -E -e '/(debug|release|signedRelease)Implementation/d; s/devImplementation/implementation/'
build.gradle ../medialibrary/build.gradle
- cd ../vlc
- git apply ../libvlc/patches/vlc3/*.patch
- sed -i '/.libdsm:\ libdsm$/a \\tcd $< \&\& touch "config.rpath"' contrib/src/libdsm/rules.mak
build:
- cd ..
- export FD_TARGET_TUPLE="i686-linux-android"
- export FD_TARGET_ARCH="x86"
- export GRADLE_VLC_SRC_DIRS="$(pwd)/vlc/build-android-${FD_TARGET_TUPLE}/ndk/libs"
- mkdir -p gradle/wrapper
- echo 'gradle "$@"' > gradlew
- chmod a+x gradlew
- ./compile.sh -a $FD_TARGET_ARCH -ml -b --release
- ./gradlew assembleRelease
ndk: r18b
- versionName: 3.2.6
versionCode: 13020607
commit: 3.2.6
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-arm64-v8a.apk
srclibs:
- VLC-3.0@46d459f
- VLCmedialibrary@099bd5f2
rm:
- java-libs/appcompat/libs
- java-libs/cardview/libs
prebuild:
- cp -a $$VLC-3.0$$ ../vlc
- cp -a $$VLCmedialibrary$$ ../medialibrary/medialibrary
- sed -i -e '/maven {/,/}/d' ../build.gradle
- sed -i -e '/signingConfig/d' build.gradle
- sed -i -E -e '/(debug|release|signedRelease)Implementation/d; s/devImplementation/implementation/'
build.gradle ../medialibrary/build.gradle
- cd ../vlc
- git apply ../libvlc/patches/vlc3/*.patch
- sed -i '/.libdsm:\ libdsm$/a \\tcd $< \&\& touch "config.rpath"' contrib/src/libdsm/rules.mak
build:
- cd ..
- export FD_TARGET_TUPLE="aarch64-linux-android"
- export FD_TARGET_ARCH="arm64-v8a"
- export GRADLE_VLC_SRC_DIRS="$(pwd)/vlc/build-android-${FD_TARGET_TUPLE}/ndk/libs"
- mkdir -p gradle/wrapper
- echo 'gradle "$@"' > gradlew
- chmod a+x gradlew
- ./compile.sh -a $FD_TARGET_ARCH -ml -b --release
- ./gradlew assembleRelease
ndk: r18b
- versionName: 3.2.6
versionCode: 13020608
commit: 3.2.6
timeout: 10800
subdir: vlc-android
sudo:
- apt update || apt update
- apt install -y g++ ragel libltdl-dev
output: build/outputs/apk/release/VLC-Android-$$VERSION$$-x86_64.apk
srclibs:
- VLC-3.0@46d459f
- VLCmedialibrary@099bd5f2
rm:
- java-libs/appcompat/libs
- java-libs/cardview/libs
prebuild:
- cp -a $$VLC-3.0$$ ../vlc
- cp -a $$VLCmedialibrary$$ ../medialibrary/medialibrary
- sed -i -e '/maven {/,/}/d' ../build.gradle
- sed -i -e '/signingConfig/d' build.gradle
- sed -i -E -e '/(debug|release|signedRelease)Implementation/d; s/devImplementation/implementation/'
build.gradle ../medialibrary/build.gradle
- cd ../vlc
- git apply ../libvlc/patches/vlc3/*.patch
- sed -i '/.libdsm:\ libdsm$/a \\tcd $< \&\& touch "config.rpath"' contrib/src/libdsm/rules.mak
build:
- cd ..
- export FD_TARGET_TUPLE="x86_64-linux-android"
- export FD_TARGET_ARCH="x86_64"
- export GRADLE_VLC_SRC_DIRS="$(pwd)/vlc/build-android-${FD_TARGET_TUPLE}/ndk/libs"
- mkdir -p gradle/wrapper
- echo 'gradle "$@"' > gradlew
- chmod a+x gradlew
- ./compile.sh -a $FD_TARGET_ARCH -ml -b --release
- ./gradlew assembleRelease
ndk: r18b
MaintainerNotes: |-
Instructions and dependencies: https://wiki.videolan.org/AndroidCompile
@ -3166,8 +3314,18 @@ MaintainerNotes: |-
* Build:2.0.6,12000627 armv8
* Build:2.0.6,12000628 x86_64
Variables FD_TARGET_TUPLE, FD_TARGET_ARCH and abi in output apk name needs
to be changed per build.
* arm64-v7a: aarch64-linux-android
* armeabi-v7a: arm-linux-androideabi
* x86: x86-linux-android
* x86_64: x86_64-linux-android
Mips no longer supported since 3.2.6.
ArchivePolicy: 9 versions
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 3.1.7
CurrentVersionCode: 13010707
CurrentVersion: 3.2.6
CurrentVersionCode: 13020608

View file

@ -469,22 +469,12 @@ Builds:
- online
prebuild: sed -i -e '/kotlin.bintray.com/d' ../build.gradle
- versionName: 0.47.4
versionCode: 474
commit: 0.47.4
subdir: app
gradle:
- noGeth
- forFDroid
- online
prebuild: sed -i -e '/kotlin.bintray.com/d' ../build.gradle
MaintainerNotes: |-
We remove https://kotlin.bintray.com/kotlinx Maven repo from build.gradle
because it isn't whitelisted while all needed artifacts are available via
JCenter.
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
UpdateCheckMode: Tags .*[0-9]$
CurrentVersion: 0.47.4
CurrentVersionCode: 474

View file

@ -8,6 +8,7 @@ AuthorWebSite: https://www.wikimedia.org/
WebSite: https://www.mediawiki.org/wiki/Wikimedia_Apps
SourceCode: https://github.com/wikimedia/apps-android-wikipedia
IssueTracker: https://phabricator.wikimedia.org/project/profile/489/
Translation: https://translatewiki.net/wiki/Translating:WikimediaMobile
Changelog: https://www.mediawiki.org/wiki/Mobile/Release_history#Wikipedia_Android_app
Donate: https://donate.wikimedia.org

View file

@ -6,6 +6,7 @@ AuthorEmail: koresupport@kodi.tv
WebSite: http://kodi.tv
SourceCode: https://github.com/xbmc/Kore
IssueTracker: https://github.com/xbmc/Kore/issues
Translation: https://crowdin.com/project/kore
Changelog: https://github.com/xbmc/Kore/blob/HEAD/CHANGELOG.md
Donate: https://kodi.tv/contribute/donate

View file

@ -54,6 +54,12 @@ Description: |-
application to the moving map. It provides a Primary Flight Display
instruments.
'''Composite Flight Display'''
[https://f-droid.org/packages/player.efis.cfd/ Kwik COMP] is a composite
application of the moving map and the primary flight display. It provides
both displays on a single device.
'''Screenshots''' [http://members.iinet.net.au/~ninelima/efis/gallery.html]
RepoType: git

View file

@ -51,6 +51,12 @@ Description: |-
application to the EFIS. It provides situational awareness and navigation
functionality.
'''Composite Flight Display'''
[https://f-droid.org/packages/player.efis.cfd/ Kwik COMP] is a composite
application of the moving map and the primary flight display. It provides
both displays on a single device.
'''Screenshots''' [http://members.iinet.net.au/~ninelima/efis/gallery.html]
RepoType: git

View file

@ -6,6 +6,7 @@ AuthorWebSite: https://me.ryey.icu/
WebSite: https://renyuneyun.github.io/Easer/en/
SourceCode: https://github.com/renyuneyun/Easer
IssueTracker: https://github.com/renyuneyun/Easer/issues
Translation: https://hosted.weblate.org/projects/easer/
Changelog: https://github.com/renyuneyun/Easer/blob/HEAD/CHANGELOG.md
Donate: https://renyuneyun.github.io/Easer/en/DONATE
LiberapayID: '27842'

View file

@ -1134,7 +1134,6 @@ Builds:
rm:
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
- node_modules/react-native/template/
- node_modules/react-native-android-wifi/Examples/
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
scanignore:
- android/build.gradle

View file

@ -253,6 +253,7 @@ app.fyreplace.client_6004.apk app.fyreplace.client 2020-01-07
app.fyreplace.client_6005.apk app.fyreplace.client 2020-01-10
app.fyreplace.client_6006.apk app.fyreplace.client 2020-01-14
app.fyreplace.client_6007.apk app.fyreplace.client 2020-01-19
app.fyreplace.client_6008.apk app.fyreplace.client 2020-01-23
app.librenews.io.librenews_1.apk app.librenews.io.librenews 2017-07-22
app.librenews.io.librenews_2.apk app.librenews.io.librenews 2017-07-28
app.librenews.io.librenews_3.apk app.librenews.io.librenews 2017-08-07
@ -2300,6 +2301,7 @@ com.beemdevelopment.aegis_21.apk com.beemdevelopment.aegis 2019-09-19
com.beemdevelopment.aegis_22.apk com.beemdevelopment.aegis 2019-12-07
com.beemdevelopment.aegis_24.apk com.beemdevelopment.aegis 2020-01-05
com.beemdevelopment.aegis_25.apk com.beemdevelopment.aegis 2020-01-07
com.beemdevelopment.aegis_26.apk com.beemdevelopment.aegis 2020-01-23
com.benny.openlauncher_7.apk com.benny.openlauncher 2017-03-21
com.benny.openlauncher_8.apk com.benny.openlauncher 2017-04-04
com.benny.openlauncher_9.apk com.benny.openlauncher 2017-04-19
@ -2854,6 +2856,7 @@ 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
com.digitalfishfun.openshift_1.apk com.digitalfishfun.openshift 2017-06-23
com.digitallizard.nicecompass_6.apk com.digitallizard.nicecompass 2012-01-28
com.dimension.tessercube_200.apk com.dimension.tessercube 2020-01-23
com.dimtion.shaarlier_13.apk com.dimtion.shaarlier 2015-05-16
com.dimtion.shaarlier_14.apk com.dimtion.shaarlier 2015-05-17
com.dimtion.shaarlier_16.apk com.dimtion.shaarlier 2015-06-02
@ -3595,6 +3598,7 @@ com.foobnix.pro.pdf.reader_1930.apk com.foobnix.pro.pdf.reader 2019-08-11
com.foobnix.pro.pdf.reader_3136.apk com.foobnix.pro.pdf.reader 2019-09-19
com.foobnix.pro.pdf.reader_3270.apk com.foobnix.pro.pdf.reader 2019-10-14
com.foobnix.pro.pdf.reader_3420.apk com.foobnix.pro.pdf.reader 2019-11-22
com.foobnix.pro.pdf.reader_3484.apk com.foobnix.pro.pdf.reader 2020-01-23
com.formfun_1.apk com.formfun 2019-05-21
com.forrestguice.suntimescalendars_1.apk com.forrestguice.suntimescalendars 2018-12-14
com.forrestguice.suntimescalendars_2.apk com.forrestguice.suntimescalendars 2018-12-14
@ -4845,6 +4849,7 @@ com.github.dfa.diaspora_android_41.apk com.github.dfa.diaspora_android 2019-03-1
com.github.dfa.diaspora_android_42.apk com.github.dfa.diaspora_android 2019-04-27
com.github.dfa.diaspora_android_43.apk com.github.dfa.diaspora_android 2019-08-27
com.github.dfa.diaspora_android_44.apk com.github.dfa.diaspora_android 2019-12-25
com.github.doomsdayrs.apps.shosetsu_26.apk com.github.doomsdayrs.apps.shosetsu 2020-01-23
com.github.egonw.isotopes_2.apk com.github.egonw.isotopes 2013-10-24
com.github.fi3te.notificationcron_1.apk com.github.fi3te.notificationcron 2019-12-20
com.github.fi3te.notificationcron_2.apk com.github.fi3te.notificationcron 2019-12-26
@ -5021,6 +5026,7 @@ com.github.premnirmal.tickerwidget_350.apk com.github.premnirmal.tickerwidget 20
com.github.premnirmal.tickerwidget_351.apk com.github.premnirmal.tickerwidget 2019-12-23
com.github.premnirmal.tickerwidget_353.apk com.github.premnirmal.tickerwidget 2019-12-30
com.github.premnirmal.tickerwidget_356.apk com.github.premnirmal.tickerwidget 2020-01-07
com.github.premnirmal.tickerwidget_363.apk com.github.premnirmal.tickerwidget 2020-01-23
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
@ -5213,6 +5219,7 @@ com.gitlab.kreikenbaum.suntime.fdroid_6.apk com.gitlab.kreikenbaum.suntime.fdroi
com.gitlab.kreikenbaum.suntime.fdroid_8.apk com.gitlab.kreikenbaum.suntime.fdroid 2019-04-22
com.gitlab.kreikenbaum.suntime.fdroid_9.apk com.gitlab.kreikenbaum.suntime.fdroid 2019-07-06
com.gitlab.mahc9kez.shadowsocks.foss_40807010.apk com.gitlab.mahc9kez.shadowsocks.foss 2019-12-30
com.gitlab.mahc9kez.shadowsocks.foss_50001000.apk com.gitlab.mahc9kez.shadowsocks.foss 2020-01-23
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
@ -5837,6 +5844,7 @@ com.itds.sms.ping_3.apk com.itds.sms.ping 2017-08-22
com.itds.sms.ping_4.apk com.itds.sms.ping 2017-12-04
com.itds.sms.ping_6.apk com.itds.sms.ping 2018-04-10
com.ivanvolosyuk.sharetobrowser_7.apk com.ivanvolosyuk.sharetobrowser 2012-09-07
com.iven.iconify_37.apk com.iven.iconify 2020-01-23
com.iven.lfflfeedreader_1.apk com.iven.lfflfeedreader 2015-01-05
com.iven.lfflfeedreader_10.apk com.iven.lfflfeedreader 2015-01-07
com.iven.lfflfeedreader_11.apk com.iven.lfflfeedreader 2015-03-14
@ -5898,6 +5906,7 @@ com.iven.musicplayergo_131.apk com.iven.musicplayergo 2019-12-20
com.iven.musicplayergo_132.apk com.iven.musicplayergo 2020-01-03
com.iven.musicplayergo_133.apk com.iven.musicplayergo 2020-01-05
com.iven.musicplayergo_134.apk com.iven.musicplayergo 2020-01-19
com.iven.musicplayergo_136.apk com.iven.musicplayergo 2020-01-23
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
@ -5914,6 +5923,7 @@ com.jarsilio.android.drowser_9.apk com.jarsilio.android.drowser 2018-11-20
com.jarsilio.android.drowser_10.apk com.jarsilio.android.drowser 2018-11-22
com.jarsilio.android.drowser_11.apk com.jarsilio.android.drowser 2018-11-28
com.jarsilio.android.drowser_12.apk com.jarsilio.android.drowser 2018-12-12
com.jarsilio.android.drowser_13.apk com.jarsilio.android.drowser 2020-01-23
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
@ -6961,6 +6971,7 @@ com.moez.QKSMS_2202.apk com.moez.QKSMS 2019-10-29
com.moez.QKSMS_2203.apk com.moez.QKSMS 2019-10-31
com.moez.QKSMS_2205.apk com.moez.QKSMS 2019-11-16
com.moez.QKSMS_2209.apk com.moez.QKSMS 2019-12-10
com.moez.QKSMS_2212.apk com.moez.QKSMS 2020-01-23
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
@ -8014,6 +8025,7 @@ com.oF2pks.kalturadeviceinfos_9.apk com.oF2pks.kalturadeviceinfos 2019-11-20
com.oF2pks.netscope_3.apk com.oF2pks.netscope 2019-05-19
com.oF2pks.netscope_4.apk com.oF2pks.netscope 2019-06-17
com.oF2pks.netscope_5.apk com.oF2pks.netscope 2020-01-03
com.oF2pks.netscope_6.apk com.oF2pks.netscope 2020-01-23
com.oakley.fon_148.apk com.oakley.fon 2014-10-04
com.oakley.fon_149.apk com.oakley.fon 2014-11-15
com.oakley.fon_150.apk com.oakley.fon 2015-02-14
@ -8376,6 +8388,7 @@ com.poupa.vinylmusicplayer_162.apk com.poupa.vinylmusicplayer 2019-02-24
com.poupa.vinylmusicplayer_165.apk com.poupa.vinylmusicplayer 2019-04-17
com.poupa.vinylmusicplayer_166.apk com.poupa.vinylmusicplayer 2019-05-15
com.poupa.vinylmusicplayer_167.apk com.poupa.vinylmusicplayer 2019-05-17
com.poupa.vinylmusicplayer_168.apk com.poupa.vinylmusicplayer 2020-01-23
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
@ -8553,6 +8566,8 @@ com.rastating.droidbeard_1408.apk com.rastating.droidbeard 2015-03-23
com.rastating.droidbeard_1409.apk com.rastating.droidbeard 2015-05-27
com.rastating.droidbeard_1500.apk com.rastating.droidbeard 2015-10-15
com.rastating.droidbeard_1502.apk com.rastating.droidbeard 2017-02-26
com.readrops.app_2.apk com.readrops.app 2020-01-23
com.readrops.app_7.apk com.readrops.app 2020-01-23
com.readystatesoftware.ghostlog_3.apk com.readystatesoftware.ghostlog 2015-07-03
com.redblaster.hsl.main_36.apk com.redblaster.hsl.main 2019-03-01
com.redblaster.hsl.main_37.apk com.redblaster.hsl.main 2019-04-01
@ -8695,6 +8710,7 @@ com.sam.hex_14.apk com.sam.hex 2012-08-24
com.sam.hex_16.apk com.sam.hex 2013-06-03
com.samarthdesai.repeatme_5.apk com.samarthdesai.repeatme 2019-02-06
com.samarthdesai.repeatme_6.apk com.samarthdesai.repeatme 2019-02-18
com.samco.trackandgraph_10403.apk com.samco.trackandgraph 2020-01-23
com.samebits.beacon.locator_101.apk com.samebits.beacon.locator 2016-02-27
com.samebits.beacon.locator_102.apk com.samebits.beacon.locator 2016-03-06
com.samebits.beacon.locator_103.apk com.samebits.beacon.locator 2016-03-11
@ -9190,6 +9206,7 @@ com.simplemobiletools.contacts.pro_50.apk com.simplemobiletools.contacts.pro 201
com.simplemobiletools.contacts.pro_52.apk com.simplemobiletools.contacts.pro 2019-10-31
com.simplemobiletools.contacts.pro_53.apk com.simplemobiletools.contacts.pro 2019-12-07
com.simplemobiletools.contacts.pro_54.apk com.simplemobiletools.contacts.pro 2019-12-10
com.simplemobiletools.contacts.pro_55.apk com.simplemobiletools.contacts.pro 2020-01-23
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
@ -9590,6 +9607,7 @@ com.simplemobiletools.notes.pro_64.apk com.simplemobiletools.notes.pro 2019-08-2
com.simplemobiletools.notes.pro_65.apk com.simplemobiletools.notes.pro 2019-09-19
com.simplemobiletools.notes.pro_66.apk com.simplemobiletools.notes.pro 2019-10-31
com.simplemobiletools.notes.pro_67.apk com.simplemobiletools.notes.pro 2019-12-20
com.simplemobiletools.notes.pro_68.apk com.simplemobiletools.notes.pro 2020-01-23
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
@ -9727,6 +9745,7 @@ com.spisoft.quicknote_185.apk com.spisoft.quicknote 2019-10-09
com.spisoft.quicknote_187.apk com.spisoft.quicknote 2019-10-31
com.spisoft.quicknote_191.apk com.spisoft.quicknote 2019-12-23
com.spisoft.quicknote_193.apk com.spisoft.quicknote 2020-01-03
com.spisoft.quicknote_194.apk com.spisoft.quicknote 2020-01-23
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
@ -9993,6 +10012,7 @@ com.termux_77.apk com.termux 2019-10-31
com.termux_82.apk com.termux 2019-11-14
com.termux_84.apk com.termux 2019-11-25
com.termux_86.apk com.termux 2020-01-19
com.termux_88.apk com.termux 2020-01-23
com.textuality.lifesaver2_6.apk com.textuality.lifesaver2 2013-11-05
com.th.XenonWallpapers_2.apk com.th.XenonWallpapers 2014-01-07
com.thechiefmeat.freetusky_64.apk com.thechiefmeat.freetusky 2019-07-23
@ -10354,6 +10374,7 @@ com.unciv.app_357.apk com.unciv.app 2020-01-05
com.unciv.app_358.apk com.unciv.app 2020-01-07
com.unciv.app_360.apk com.unciv.app 2020-01-10
com.unciv.app_362.apk com.unciv.app 2020-01-19
com.unciv.app_363.apk com.unciv.app 2020-01-23
com.unitedcoders.android.gpodroid_12.apk com.unitedcoders.android.gpodroid 2012-01-08
com.unleashyouradventure.swaccess_14.apk com.unleashyouradventure.swaccess 2014-01-29
com.unleashyouradventure.swaccess_15.apk com.unleashyouradventure.swaccess 2015-01-18
@ -11829,6 +11850,7 @@ de.dennisguse.opentracks_3162.apk de.dennisguse.opentracks 2019-12-03
de.dennisguse.opentracks_3175.apk de.dennisguse.opentracks 2019-12-07
de.dennisguse.opentracks_3213.apk de.dennisguse.opentracks 2019-12-26
de.dennisguse.opentracks_3251.apk de.dennisguse.opentracks 2020-01-05
de.dennisguse.opentracks_3272.apk de.dennisguse.opentracks 2020-01-23
de.determapp.android_4.apk de.determapp.android 2019-05-21
de.determapp.android_5.apk de.determapp.android 2019-06-08
de.determapp.android_6.apk de.determapp.android 2019-09-25
@ -12323,6 +12345,7 @@ de.k3b.android.toGoZip_21.apk de.k3b.android.toGoZip 2019-07-29
de.k3b.android.toGoZip_23.apk de.k3b.android.toGoZip 2019-10-02
de.k4ever.k4android_9.apk de.k4ever.k4android 2017-01-10
de.k4ever.k4android_10.apk de.k4ever.k4android 2017-01-11
de.kaffeemitkoffein.feinstaubwidget_27.apk de.kaffeemitkoffein.feinstaubwidget 2020-01-23
de.karbach.tac_4.apk de.karbach.tac 2014-12-13
de.karbach.tac_5.apk de.karbach.tac 2015-02-11
de.karbach.tac_6.apk de.karbach.tac 2016-02-12
@ -13312,6 +13335,7 @@ de.stephanlindauer.criticalmaps_32.apk de.stephanlindauer.criticalmaps 2018-06-2
de.stephanlindauer.criticalmaps_33.apk de.stephanlindauer.criticalmaps 2018-07-02
de.stephanlindauer.criticalmaps_34.apk de.stephanlindauer.criticalmaps 2018-07-06
de.stephanlindauer.criticalmaps_35.apk de.stephanlindauer.criticalmaps 2019-05-18
de.storchp.opentracks.osmplugin_3.apk de.storchp.opentracks.osmplugin 2020-01-23
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
@ -13756,6 +13780,7 @@ dentex.youtube.downloader_59.apk dentex.youtube.downloader 2013-07-31
dentex.youtube.downloader_75.apk dentex.youtube.downloader 2014-01-24
design.codeux.authpass.fdroid_6.apk design.codeux.authpass.fdroid 2019-09-28
design.codeux.authpass.fdroid_113.apk design.codeux.authpass.fdroid 2019-10-27
design.codeux.authpass.fdroid_115.apk design.codeux.authpass.fdroid 2020-01-23
dev.drsoran.moloko_90115.apk dev.drsoran.moloko 2012-09-28
dev.drsoran.moloko_94208.apk dev.drsoran.moloko 2013-01-21
dev.drsoran.moloko_94209.apk dev.drsoran.moloko 2013-02-04
@ -14285,6 +14310,7 @@ eu.faircode.email_885.apk eu.faircode.email 2020-01-07
eu.faircode.email_889.apk eu.faircode.email 2020-01-10
eu.faircode.email_895.apk eu.faircode.email 2020-01-14
eu.faircode.email_907.apk eu.faircode.email 2020-01-19
eu.faircode.email_914.apk eu.faircode.email 2020-01-23
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
@ -14780,6 +14806,7 @@ eu.sum7.conversations_346.apk eu.sum7.conversations 2019-10-11
eu.sum7.conversations_349.apk eu.sum7.conversations 2019-11-12
eu.sum7.conversations_350.apk eu.sum7.conversations 2019-11-22
eu.sum7.conversations_351.apk eu.sum7.conversations 2019-12-20
eu.sum7.conversations_360.apk eu.sum7.conversations 2020-01-23
eu.uwot.fabio.altcoinprices_1.apk eu.uwot.fabio.altcoinprices 2017-09-24
eu.uwot.fabio.altcoinprices_2.apk eu.uwot.fabio.altcoinprices 2017-09-24
eu.uwot.fabio.altcoinprices_3.apk eu.uwot.fabio.altcoinprices 2017-10-08
@ -15056,6 +15083,7 @@ fr.cph.chicago.foss_192.apk fr.cph.chicago.foss 2019-09-28
fr.cph.chicago.foss_194.apk fr.cph.chicago.foss 2019-10-02
fr.cph.chicago.foss_195.apk fr.cph.chicago.foss 2019-10-12
fr.cph.chicago.foss_197.apk fr.cph.chicago.foss 2019-11-22
fr.cph.chicago.foss_198.apk fr.cph.chicago.foss 2020-01-23
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
@ -15091,6 +15119,7 @@ fr.free.nrw.commons_226.apk fr.free.nrw.commons 2019-02-22
fr.free.nrw.commons_243.apk fr.free.nrw.commons 2019-03-01
fr.free.nrw.commons_475.apk fr.free.nrw.commons 2019-08-13
fr.free.nrw.commons_508.apk fr.free.nrw.commons 2019-12-20
fr.free.nrw.commons_542.apk fr.free.nrw.commons 2020-01-23
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
@ -15281,6 +15310,7 @@ fr.gouv.etalab.mastodon_342.apk fr.gouv.etalab.mastodon 2019-12-10
fr.gouv.etalab.mastodon_344.apk fr.gouv.etalab.mastodon 2019-12-20
fr.gouv.etalab.mastodon_345.apk fr.gouv.etalab.mastodon 2019-12-25
fr.gouv.etalab.mastodon_346.apk fr.gouv.etalab.mastodon 2020-01-07
fr.gouv.etalab.mastodon_347.apk fr.gouv.etalab.mastodon 2020-01-23
fr.guillaumevillena.opendnsupdater_9.apk fr.guillaumevillena.opendnsupdater 2019-06-14
fr.guillaumevillena.opendnsupdater_10.apk fr.guillaumevillena.opendnsupdater 2019-08-07
fr.herverenault.directdictaphone_14.apk fr.herverenault.directdictaphone 2015-01-03
@ -15778,6 +15808,7 @@ gvSIG_Mini_1_2_2_SDK16-456.apk es.prodevelop.gvsig.mini 2011-03-28
gvsig-2.0-alpha.apk es.prodevelop.gvsig.mini 2012-04-08
hashengineering.groestlcoin.wallet_71107.apk hashengineering.groestlcoin.wallet 2019-09-11
hashengineering.groestlcoin.wallet_73803.apk hashengineering.groestlcoin.wallet 2020-01-10
hashengineering.groestlcoin.wallet_test_73803.apk hashengineering.groestlcoin.wallet_test 2020-01-23
headrevision.BehatReporter_5.apk headrevision.BehatReporter 2014-01-07
home.jmstudios.calc_14.apk home.jmstudios.calc 2013-10-21
home.jmstudios.calc_15.apk home.jmstudios.calc 2013-10-29
@ -15844,6 +15875,7 @@ im.quicksy.client_349.apk im.quicksy.client 2019-11-14
im.quicksy.client_351.apk im.quicksy.client 2019-12-14
im.quicksy.client_353.apk im.quicksy.client 2020-01-14
im.quicksy.client_360.apk im.quicksy.client 2020-01-19
im.quicksy.client_362.apk im.quicksy.client 2020-01-23
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
@ -15901,6 +15933,7 @@ im.vector.alpha_40090400.apk im.vector.alpha 2019-09-05
im.vector.alpha_40090800.apk im.vector.alpha 2019-10-17
im.vector.alpha_40090900.apk im.vector.alpha 2019-12-03
im.vector.riotx_1200.apk im.vector.riotx 2020-01-14
im.vector.riotx_40013000.apk im.vector.riotx 2020-01-23
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
@ -16173,6 +16206,7 @@ io.github.deweyreed.clipboardcleaner_31.apk io.github.deweyreed.clipboardcleaner
io.github.deweyreed.clipboardcleaner_130.apk io.github.deweyreed.clipboardcleaner 2019-03-28
io.github.deweyreed.clipboardcleaner_141.apk io.github.deweyreed.clipboardcleaner 2019-10-02
io.github.deweyreed.clipboardcleaner_142.apk io.github.deweyreed.clipboardcleaner 2019-10-17
io.github.domi04151309.alwayson_351.apk io.github.domi04151309.alwayson 2020-01-23
io.github.droidapps.pdfreader_40000.apk io.github.droidapps.pdfreader 2014-08-28
io.github.engsergiu.react_1.apk io.github.engsergiu.react 2016-10-25
io.github.engsergiu.react_3.apk io.github.engsergiu.react 2016-10-28
@ -16622,6 +16656,7 @@ it.niedermann.nextcloud.deck_12.apk it.niedermann.nextcloud.deck 2019-10-15
it.niedermann.nextcloud.deck_14.apk it.niedermann.nextcloud.deck 2019-11-09
it.niedermann.nextcloud.deck_15.apk it.niedermann.nextcloud.deck 2019-12-20
it.niedermann.nextcloud.deck_16.apk it.niedermann.nextcloud.deck 2019-12-30
it.niedermann.nextcloud.deck_17.apk it.niedermann.nextcloud.deck 2020-01-23
it.niedermann.owncloud.notes_4.apk it.niedermann.owncloud.notes 2016-01-29
it.niedermann.owncloud.notes_5.apk it.niedermann.owncloud.notes 2016-01-30
it.niedermann.owncloud.notes_7.apk it.niedermann.owncloud.notes 2016-01-31
@ -16797,6 +16832,7 @@ joshuatee.wx_55289.apk joshuatee.wx 2019-12-25
joshuatee.wx_55291.apk joshuatee.wx 2020-01-03
joshuatee.wx_55295.apk joshuatee.wx 2020-01-07
joshuatee.wx_55306.apk joshuatee.wx 2020-01-19
joshuatee.wx_55310.apk joshuatee.wx 2020-01-23
jp.co.kayo.android.localplayer.ds.ampache_410044.apk jp.co.kayo.android.localplayer.ds.ampache 2012-08-09
jp.co.kayo.android.localplayer.ds.ampache_410047.apk jp.co.kayo.android.localplayer.ds.ampache 2012-10-27
jp.co.kayo.android.localplayer.ds.ampache_410048.apk jp.co.kayo.android.localplayer.ds.ampache 2012-11-12
@ -18057,6 +18093,7 @@ net.nullsum.audinaut_197.apk net.nullsum.audinaut 2018-07-08
net.nullsum.audinaut_198.apk net.nullsum.audinaut 2019-03-18
net.nullsum.audinaut_199.apk net.nullsum.audinaut 2019-12-25
net.nullsum.audinaut_200.apk net.nullsum.audinaut 2019-12-30
net.nullsum.audinaut_201.apk net.nullsum.audinaut 2020-01-23
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
@ -18572,6 +18609,7 @@ net.zygotelabs.locker_10.apk net.zygotelabs.locker 2016-05-27
net.zygotelabs.locker_11.apk net.zygotelabs.locker 2016-06-17
network.ubic.ubic_6.apk network.ubic.ubic 2019-05-02
network.ubic.ubic_7.apk network.ubic.ubic 2019-07-23
news.androidtv.launchonboot_12.apk news.androidtv.launchonboot 2020-01-23
nf.frex.android_10.apk nf.frex.android 2013-12-15
nightlock.peppercarrot_6.apk nightlock.peppercarrot 2018-05-22
nightlock.peppercarrot_7.apk nightlock.peppercarrot 2018-11-11
@ -19836,6 +19874,7 @@ org.blokada.alarm_403000003.apk org.blokada.alarm 2019-10-09
org.blokada.alarm_403000011.apk org.blokada.alarm 2019-10-24
org.blokada.alarm_404000002.apk org.blokada.alarm 2019-11-14
org.blokada.alarm_404000003.apk org.blokada.alarm 2019-11-19
org.blokada.alarm_405000001.apk org.blokada.alarm 2020-01-23
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
@ -20334,6 +20373,7 @@ org.equeim.tremotesf_27.apk org.equeim.tremotesf 2019-09-11
org.equeim.tremotesf_28.apk org.equeim.tremotesf 2019-10-29
org.equeim.tremotesf_29.apk org.equeim.tremotesf 2019-10-31
org.equeim.tremotesf_31.apk org.equeim.tremotesf 2020-01-03
org.equeim.tremotesf_32.apk org.equeim.tremotesf 2020-01-23
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
@ -22749,6 +22789,7 @@ org.openhab.habdroid.beta_234.apk org.openhab.habdroid.beta 2020-01-05
org.openhab.habdroid.beta_235.apk org.openhab.habdroid.beta 2020-01-07
org.openhab.habdroid.beta_237.apk org.openhab.habdroid.beta 2020-01-10
org.openhab.habdroid.beta_238.apk org.openhab.habdroid.beta 2020-01-19
org.openhab.habdroid.beta_251.apk org.openhab.habdroid.beta 2020-01-23
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
@ -22862,6 +22903,7 @@ org.pacien.tincapp_24.apk org.pacien.tincapp 2019-02-19
org.pacien.tincapp_25.apk org.pacien.tincapp 2019-03-26
org.pacien.tincapp_27.apk org.pacien.tincapp 2019-06-17
org.pacien.tincapp_28.apk org.pacien.tincapp 2019-09-19
org.pacien.tincapp_30.apk org.pacien.tincapp 2020-01-23
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
@ -22906,6 +22948,7 @@ org.petero.droidfish_82.apk org.petero.droidfish 2019-04-16
org.petero.droidfish_84.apk org.petero.droidfish 2019-04-20
org.petero.droidfish_86.apk org.petero.droidfish 2019-07-22
org.petero.droidfish_87.apk org.petero.droidfish 2019-10-02
org.petero.droidfish_88.apk org.petero.droidfish 2020-01-23
org.pipoypipagames.cowsrevenge_6.apk org.pipoypipagames.cowsrevenge 2018-08-29
org.pipoypipagames.cowsrevenge_9.apk org.pipoypipagames.cowsrevenge 2018-09-05
org.pipoypipagames.towerjumper_10.apk org.pipoypipagames.towerjumper 2018-12-15
@ -23815,6 +23858,7 @@ org.schabi.newpipe_770.apk org.schabi.newpipe 2019-09-19
org.schabi.newpipe_780.apk org.schabi.newpipe 2019-09-25
org.schabi.newpipe_790.apk org.schabi.newpipe 2019-11-02
org.schabi.newpipe_800.apk org.schabi.newpipe 2019-12-28
org.schabi.newpipe_810.apk org.schabi.newpipe 2020-01-23
org.schabi.newpipelegacy_1.apk org.schabi.newpipelegacy 2019-03-01
org.schabi.newpipelegacy_10.apk org.schabi.newpipelegacy 2019-03-17
org.schabi.newpipelegacy_20.apk org.schabi.newpipelegacy 2019-06-14
@ -24192,6 +24236,7 @@ org.sufficientlysecure.keychain_51400.apk org.sufficientlysecure.keychain 2018-0
org.sufficientlysecure.keychain_52009.apk org.sufficientlysecure.keychain 2018-07-28
org.sufficientlysecure.keychain_53004.apk org.sufficientlysecure.keychain 2019-07-02
org.sufficientlysecure.keychain_54000.apk org.sufficientlysecure.keychain 2019-10-24
org.sufficientlysecure.keychain_55000.apk org.sufficientlysecure.keychain 2020-01-23
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
@ -24490,6 +24535,10 @@ org.telegram.messenger_17100.apk org.telegram.messenger 2019-09-19
org.telegram.messenger_17101.apk org.telegram.messenger 2019-09-19
org.telegram.messenger_17102.apk org.telegram.messenger 2019-09-19
org.telegram.messenger_17105.apk org.telegram.messenger 2019-09-19
org.telegram.messenger_18290.apk org.telegram.messenger 2020-01-23
org.telegram.messenger_18291.apk org.telegram.messenger 2020-01-23
org.telegram.messenger_18292.apk org.telegram.messenger 2020-01-23
org.telegram.messenger_18295.apk org.telegram.messenger 2020-01-23
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
@ -26387,6 +26436,7 @@ se.leap.bitmaskclient_136.apk se.leap.bitmaskclient 2019-02-07
se.leap.bitmaskclient_137.apk se.leap.bitmaskclient 2019-03-31
se.leap.bitmaskclient_138.apk se.leap.bitmaskclient 2019-05-30
se.leap.bitmaskclient_141.apk se.leap.bitmaskclient 2019-08-27
se.leap.bitmaskclient_146.apk se.leap.bitmaskclient 2020-01-23
se.leap.riseupvpn_136.apk se.leap.riseupvpn 2019-02-07
se.leap.riseupvpn_137.apk se.leap.riseupvpn 2019-04-26
se.leap.riseupvpn_141.apk se.leap.riseupvpn 2019-09-25