diff --git a/metadata/com.zenstyle.muzei.wlppr.yml b/metadata/com.zenstyle.muzei.wlppr.yml
deleted file mode 100644
index a55e99d024..0000000000
--- a/metadata/com.zenstyle.muzei.wlppr.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-Categories:
- - Multimedia
- - Theming
-License: Apache-2.0
-SourceCode: https://github.com/tbouron/WlpprforMuzei
-IssueTracker: https://github.com/tbouron/WlpprforMuzei/issues
-
-AutoName: Wlppr for Muzei
-Description: Use pictures from Wlppr.com in https://f-droid.org/packages/net.nurik.roman.muzei.
-
-RepoType: git
-Repo: https://github.com/tbouron/WlpprforMuzei.git
-
-Builds:
- - versionName: 1.0.1
- versionCode: 2
- disable: third party maven repo
- commit: 1.0.1
- subdir: app
- gradle:
- - yes
-
-MaintainerNotes: Dinamically set version name and code, so no UCM applies.
-
-AutoUpdateMode: None
-UpdateCheckMode: None
-CurrentVersion: 1.0.1
-CurrentVersionCode: 2
diff --git a/metadata/csh.cryptonite.yml b/metadata/csh.cryptonite.yml
deleted file mode 100644
index c369690c89..0000000000
--- a/metadata/csh.cryptonite.yml
+++ /dev/null
@@ -1,62 +0,0 @@
-Categories:
- - System
-License: GPL-2.0-only
-SourceCode: https://github.com/neurodroid/cryptonite
-IssueTracker: https://github.com/neurodroid/cryptonite/issues
-
-AutoName: Cryptonite
-Description: |-
- Cryptonite brings EncFS (no TrueCrypt in this build) to Android. You can browse,
- export and open EncFS-encrypted directories and files on your Dropbox and on
- your phone. On rooted phones that support FUSE (e.g. CyanogenMod) you can also
- mount EncFS and volumes.
-
-RepoType: git
-Repo: https://github.com/neurodroid/cryptonite.git
-
-Builds:
- - versionName: 0.7.6
- versionCode: 75
- disable: WIP at 0.7.6
- commit: 0.7.6
- subdir: cryptonite
- srclibs:
- - ActionBarSherlock@4.3.0
- extlibs:
- - dropbox-sdk/dropbox-android-sdk-1.5.1.jar
- - httpmime/httpmime-4.0.3.jar
- - json-simple/json_simple-1.1.jar
- prebuild:
- - sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
- - echo "db-xxxxxxxxxxxxxxx" > AndroidManifest.xml.key
- - echo "db-xxxxxxxxxxxxxxx" > AndroidManifest.xml.key2
- - cd ../
- - ./insert_key.sh
- - $$NDK$$/build/tools/make-standalone-toolchain.sh --arch=arm --ndk-dir=$$NDK$$
- --install-dir=android-toolchain --platform=android-8 --system=linux-x86
- - mkdir -p scripts/
- - wget https://neurodroid.googlecode.com/git/nrn/agcc -P scripts/
- - wget https://neurodroid.googlecode.com/git/nrn/agcc-vfp -P scripts/
- - export PATH=$PATH:scripts
- - chmod +x scripts/*
- - sed -i 's/\$HOME/../g' scripts/*
- - cd boost
- - ./download.sh
- - ./build.sh
- - cd ../openssl
- - ./download.sh
- - ./build.sh
- - cd ../fuse28
- - ./download.sh
- - ./build.sh
- - cd ../rlog
- - ./download.sh
- - ./build.sh
- - cd ../encfs-1.7.4
- - ./download.sh
- - ./build.sh
- - cd ../cryptonite
- - ./jni-build.sh
-
-AutoUpdateMode: None
-UpdateCheckMode: Static
diff --git a/metadata/csh.cryptonite/en-US/summary.txt b/metadata/csh.cryptonite/en-US/summary.txt
deleted file mode 100644
index 572527c575..0000000000
--- a/metadata/csh.cryptonite/en-US/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Encfs and Truecrypt browser
diff --git a/metadata/cx.hell.android.pdfviewpro.yml b/metadata/cx.hell.android.pdfviewpro.yml
deleted file mode 100644
index 7de19448ed..0000000000
--- a/metadata/cx.hell.android.pdfviewpro.yml
+++ /dev/null
@@ -1,70 +0,0 @@
-Categories:
- - Reading
-License: GPL-3.0-only
-SourceCode: https://github.com/mpietrzak/apv
-IssueTracker: https://github.com/mpietrzak/apv/issues
-Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LKB59NTKW9QLS
-Bitcoin: 1MLdh6uAPymWVJ4bmRde684uTcLJWwumkK
-
-AutoName: APV PDF Viewer
-Description: |-
- Native PDF Viewer based on the MuPDF library
-
- Features:
-
- * Pinch to zoom
- * Text reflow
- * Table of contents
- * Textual search support
- * Flexible key/button/gesture configuration
- * Different color schemes for comfortable reading
- * Optimizations for eInk
-
- There are two apks, which contain native binaries for different CPU
- architectures: if you are in doubt, you should try the arm one. The client will
- mark the arm version as current so take care updating if you use the x86 one.
-
-RepoType: git
-Repo: https://github.com/mpietrzak/apv
-
-Builds:
- - versionName: 0.3.4-arm
- versionCode: 34000
- disable: jni probs 4f6cb715dbef
- commit: unknown - see disabled
- subdir: pdfview
- forceversion: true
- forcevercode: true
- prebuild:
- - python2.7 ./scripts/pjpp.py --configuration pro
- - sed -i '/ndk-build/d' scripts/build-native.sh
- - ./scripts/build-native.sh
- - sed -i 's/armeabi-v7a armeabi x86/armeabi-v7a armeabi/g' jni/Application.mk
- - sed -i '/proguard/d' project.properties
- target: android-10
- buildjni:
- - yes
- ndk: r12b
-
- - versionName: 0.3.4-x86
- versionCode: 34003
- disable: jni probs 4f6cb715dbef
- commit: unknown - see disabled
- subdir: pdfview
- forceversion: true
- forcevercode: true
- prebuild:
- - python2.7 ./scripts/pjpp.py --configuration pro
- - sed -i '/ndk-build/d' scripts/build-native.sh
- - ./scripts/build-native.sh
- - sed -i 's/armeabi-v7a armeabi x86/x86/g' jni/Application.mk
- - sed -i '/proguard/d' project.properties
- target: android-10
- buildjni:
- - yes
- ndk: r12b
-
-AutoUpdateMode: None
-UpdateCheckMode: Static
-CurrentVersion: 0.4.0-arm
-CurrentVersionCode: 40000
diff --git a/metadata/cx.hell.android.pdfviewpro/en-US/summary.txt b/metadata/cx.hell.android.pdfviewpro/en-US/summary.txt
deleted file mode 100644
index 8ad3087cb1..0000000000
--- a/metadata/cx.hell.android.pdfviewpro/en-US/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-PDF viewer
diff --git a/metadata/de.agrothe.go.yml b/metadata/de.agrothe.go.yml
deleted file mode 100644
index 05024113cb..0000000000
--- a/metadata/de.agrothe.go.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-Categories:
- - Games
-License: GPL-3.0-only
-WebSite: https://sourceforge.net/projects/godroid
-SourceCode: https://sourceforge.net/p/godroid/git
-IssueTracker: https://sourceforge.net/p/godroid/_list/tickets
-
-AutoName: GOdroid
-Description: |-
- GOdroid is an Android application to play the strategic board game Go against
- the GPL Go engine GNU Go. It contains a Go board UI and minor changes to GNU Go.
- This site contains the sources for the UI and the (few) changes to the GNU Go
- sources.
-
-RepoType: git
-Repo: https://git.code.sf.net/p/godroid/git
-
-Builds:
- - versionName: 1.3.8
- versionCode: 35
- disable: missing go source, broken build
- commit: v1.3.8
- prebuild: mv ndk jni
- target: android-10
- buildjni:
- - yes
- ndk: r12b
-
-AutoUpdateMode: None
-UpdateCheckMode: Tags
-CurrentVersion: 1.3.8
-CurrentVersionCode: 35
diff --git a/metadata/de.agrothe.go/en-US/summary.txt b/metadata/de.agrothe.go/en-US/summary.txt
deleted file mode 100644
index 8d6ca04827..0000000000
--- a/metadata/de.agrothe.go/en-US/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Go board game
diff --git a/metadata/de.joergjahnke.c64.android.yml b/metadata/de.joergjahnke.c64.android.yml
deleted file mode 100644
index a895ee4f7f..0000000000
--- a/metadata/de.joergjahnke.c64.android.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-Disabled: Field-of-use restriction issues with included ROM binary
-Categories:
- - Games
-License: GPL
-WebSite: http://jmec64.sourceforge.net
-SourceCode: https://sourceforge.net/projects/jmec64
-IssueTracker: https://sourceforge.net/p/jmec64/_list/tickets
-
-Name: Mobile C64
-Summary: Commodore 64 Emulator
-Description: A Commodore 64 (C64) emulator.
-
-AutoUpdateMode: None
-UpdateCheckMode: None
-CurrentVersion: 1.6.16
-CurrentVersionCode: 10616
diff --git a/metadata/de.leowandersleb.bitcoinsw.yml b/metadata/de.leowandersleb.bitcoinsw.yml
deleted file mode 100644
index 7b4ebe6c12..0000000000
--- a/metadata/de.leowandersleb.bitcoinsw.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-Disabled: No license
-Categories:
- - Money
-License: None
-SourceCode: https://bitbucket-archive.softwareheritage.org/projects/gi/giszmo/fluxbitcoin-monitor.html
-
-AutoName: FluxBitcoin for SW2
-Summary: Monitor bitcoin from smartwatch
-Description: No description available
-
-Builds:
- - versionName: '1.006'
- versionCode: 6
- disable: no license
- commit: e33e9af
- target: android-18
-
-MaintainerNotes: |-
- * no license
- * missing res
- * description/sumary
-
-AutoUpdateMode: None
-UpdateCheckMode: None
-CurrentVersion: '1.006'
-CurrentVersionCode: 6
diff --git a/metadata/de.locked.cellmapper.yml b/metadata/de.locked.cellmapper.yml
deleted file mode 100644
index 42751c92a7..0000000000
--- a/metadata/de.locked.cellmapper.yml
+++ /dev/null
@@ -1,31 +0,0 @@
-Disabled: Abandoned project
-Categories:
- - Navigation
-License: Apache-2.0
-WebSite: http://signalcoverage-locked.rhcloud.com
-SourceCode: https://github.com/locked-fg/signalcoverage
-IssueTracker: https://github.com/locked-fg/signalcoverage/issues
-
-AutoName: SignalCoverage
-Summary: Log signal data and coordinates
-Description: |-
- Record signal data with GPS coordinates. You can export your data to CSV and KML
- or upload to a server. Server part is available
- on github.
-
-RepoType: git
-Repo: https://github.com/locked-fg/signalcoverage.git
-
-Builds:
- - versionName: 2.4.4
- versionCode: 22
- disable: jar lib - https://github.com/locked-fg/signalcoverage/issues/26
- commit: v022-v2.4.4
- subdir: SignalCoverageApp
- gradle:
- - yes
-
-AutoUpdateMode: None
-UpdateCheckMode: Tags
-CurrentVersion: 2.4.4
-CurrentVersionCode: 22
diff --git a/metadata/de.mpg.mpdl.labcam.yml b/metadata/de.mpg.mpdl.labcam.yml
deleted file mode 100644
index aa15226b45..0000000000
--- a/metadata/de.mpg.mpdl.labcam.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-Categories:
- - Science & Education
-License: MIT
-WebSite: http://labcam.mpdl.mpg.de/
-SourceCode: https://github.com/MPDL/LabCam
-IssueTracker: https://github.com/MPDL/LabCam/issues
-
-AutoName: LabCam
-Description: |-
- LabCam enables to easily capture scientific research data like photos or videos
- and various metadata and automatically transfer them to an image repository. The
- App is for scientists and scientific assistants who collect their research data
- with mobile devices. The Application relieves the documentation of research data
- by providing two different ways for uploading: manual and automatically.
-
-RepoType: git
-Repo: https://github.com/MPDL/LabCam.git
-
-Builds:
- - versionName: 1.1.1
- versionCode: 3
- disable: crashlytics, jars
- commit: 5bb7c4c41e91b6ecd1d0540d2d1e677466368a20
- subdir: app
- init: echo 'android { lintOptions { checkReleaseBuilds false }}' >> build.gradle
- gradle:
- - yes
-
-AutoUpdateMode: None
-UpdateCheckMode: RepoManifest
-CurrentVersion: 1.3.2
-CurrentVersionCode: 11
diff --git a/metadata/de.mpg.mpdl.labcam/en-US/summary.txt b/metadata/de.mpg.mpdl.labcam/en-US/summary.txt
deleted file mode 100644
index 78081ba90c..0000000000
--- a/metadata/de.mpg.mpdl.labcam/en-US/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Upload your scientific data to an imeji backend
diff --git a/metadata/de.mreiter.countit.yml b/metadata/de.mreiter.countit.yml
deleted file mode 100644
index 6ba73787f5..0000000000
--- a/metadata/de.mreiter.countit.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-Categories:
- - Time
-License: GPL-3.0-only
-SourceCode: https://bitbucket-archive.softwareheritage.org/projects/m_/m_reiter/countit.html
-
-AutoName: Count It!
-Description: |-
- CountIt is a simple counter app that provides up to 16 counters, implemented as
- a grid of Buttons. Each button shows the counter’s value and an optional label.
- Pressing the button increases the counter by 1.
-
-Builds:
- - versionName: 1.0.1
- versionCode: 2
- disable: rebuild pending
- commit: 1.0.1
-
-AutoUpdateMode: None
-UpdateCheckMode: None
-CurrentVersion: 1.0.1
-CurrentVersionCode: 2
diff --git a/metadata/de.mreiter.countit/en-US/summary.txt b/metadata/de.mreiter.countit/en-US/summary.txt
deleted file mode 100644
index fb1e9af0f6..0000000000
--- a/metadata/de.mreiter.countit/en-US/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Multiple counters on a secreen
diff --git a/metadata/de.schildbach.wallet.faircoin.yml b/metadata/de.schildbach.wallet.faircoin.yml
deleted file mode 100644
index 5788885411..0000000000
--- a/metadata/de.schildbach.wallet.faircoin.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-Categories:
- - Money
-License: GPL-3.0-only
-WebSite: https://fair-coin.org/
-SourceCode: https://github.com/faircoin/faircoin-android-wallet
-IssueTracker: https://github.com/faircoin/faircoin-android-wallet/issues
-
-AutoName: FairCoin
-Description: Standalone FairCoin payment app, based on https://f-droid.org/packages/de.schildbach.wallet.
-
-RepoType: git
-Repo: https://github.com/faircoin/faircoin-android-wallet
-
-Builds:
- - versionName: 4.21.9
- versionCode: 219
- disable: needs in-build signing removed
- commit: 4cebc4e63f873c0244ce5f32fe539e5fbb5389e6
- subdir: wallet
- maven: yes@..
- srclibs:
- - faircoinj@release-0.12
- scanignore:
- - wallet/assets/ssl-keystore
- build: $$MVN3$$ clean install -DskipTests -f $$faircoinj$$/pom.xml
-
-AutoUpdateMode: None
-UpdateCheckMode: RepoManifest/prod
-CurrentVersion: 4.21.9
-CurrentVersionCode: 219
diff --git a/metadata/de.schildbach.wallet.faircoin/en-US/summary.txt b/metadata/de.schildbach.wallet.faircoin/en-US/summary.txt
deleted file mode 100644
index 5c7b1fc5f0..0000000000
--- a/metadata/de.schildbach.wallet.faircoin/en-US/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Pay and receive FairCoins
diff --git a/metadata/de.zauberstuhl.sechat.yml b/metadata/de.zauberstuhl.sechat.yml
deleted file mode 100644
index e8737f0e93..0000000000
--- a/metadata/de.zauberstuhl.sechat.yml
+++ /dev/null
@@ -1,39 +0,0 @@
-Disabled: Never built. Source code, site, tracker, etc no longer there.
-Categories:
- - Phone & SMS
-License: GPL-3.0-or-later
-WebSite: http://www.sechat.org
-SourceCode: http://git.sechat.org/?p=SecHat.git;a=summary
-IssueTracker: http://bug.sechat.org/bug_report_page.php
-FlattrID: '1153315'
-
-Summary: Secure messaging
-Description: |-
- This Instant Messenger has a built-in end-to-end point encryption, which means
- every outgoing message is only readable by your contact.
-
- On the installation the application creates a key pair on your phone device. One
- Public-Key and a Private-Key, with the Public-Key you can encrypt messages but
- you cannot decrypt it. Decryption is only possible with your Private-Key.
-
- The messages go via a server and you enter a phone number into the app so that
- your friends know how to find you.
-
-Builds:
- - versionName: '1.2'
- versionCode: 23
- disable: Is it the right version of smack? (at cdce670)
- commit: cdce670
- prebuild:
- - svn co http://svn.igniterealtime.org/svn/repos/smack/tags/smack_3_2_2
- - cd smack_3_2_2/build
- - ant
- - mv ../target/smack.jar ../../libs/
- - mv ../target/smackx.jar ../../libs/
-
-AutoUpdateMode: None
-UpdateCheckMode: Static
-CurrentVersion: '1.2'
-CurrentVersionCode: 23
-
-NoSourceSince: '1.2'
diff --git a/metadata/dev.dworks.apps.anexplorer.pro.yml b/metadata/dev.dworks.apps.anexplorer.pro.yml
deleted file mode 100644
index 624bccbe09..0000000000
--- a/metadata/dev.dworks.apps.anexplorer.pro.yml
+++ /dev/null
@@ -1,69 +0,0 @@
-AntiFeatures:
- - Tracking
-Categories:
- - System
-License: Apache-2.0
-WebSite: https://anexplorer.co/
-SourceCode: https://github.com/1hakr/AnExplorer
-IssueTracker: https://github.com/1hakr/AnExplorer/issues
-Donate: https://ko-fi.com/H2H6BPBP
-
-AutoName: AnExplorer
-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.
-
-RepoType: git
-Repo: https://github.com/1hakr/AnExplorer.git
-
-Builds:
- - versionName: '3.8'
- versionCode: 62
- disable: cloudrail non-foss
- 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
-
- - versionName: '3.9'
- versionCode: 64
- disable: cloudrail non-foss
- 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
-
-MaintainerNotes: |-
- 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
-
-AutoUpdateMode: None
-UpdateCheckMode: Tags
-CurrentVersion: '3.9'
-CurrentVersionCode: 64
diff --git a/metadata/dev.dworks.apps.anexplorer.pro/de/summary.txt b/metadata/dev.dworks.apps.anexplorer.pro/de/summary.txt
deleted file mode 100644
index 3aa0535758..0000000000
--- a/metadata/dev.dworks.apps.anexplorer.pro/de/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Universalinstrumente zum Dateimanagement
diff --git a/metadata/dev.dworks.apps.anexplorer.pro/en-US/summary.txt b/metadata/dev.dworks.apps.anexplorer.pro/en-US/summary.txt
deleted file mode 100644
index 19b20119a5..0000000000
--- a/metadata/dev.dworks.apps.anexplorer.pro/en-US/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-All-in-one file management tools
diff --git a/metadata/dev.dworks.apps.anexplorer.pro/es/summary.txt b/metadata/dev.dworks.apps.anexplorer.pro/es/summary.txt
deleted file mode 100644
index 83e5f76ad4..0000000000
--- a/metadata/dev.dworks.apps.anexplorer.pro/es/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Herramientas todo en uno de administración de ficheros
diff --git a/metadata/dev.dworks.apps.anexplorer.pro/pl/summary.txt b/metadata/dev.dworks.apps.anexplorer.pro/pl/summary.txt
deleted file mode 100644
index b1c2c7bdf0..0000000000
--- a/metadata/dev.dworks.apps.anexplorer.pro/pl/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Zintegrowane narzędzia do zarządzania plikami
diff --git a/metadata/dev.dworks.apps.anexplorer.pro/pt-BR/summary.txt b/metadata/dev.dworks.apps.anexplorer.pro/pt-BR/summary.txt
deleted file mode 100644
index 5b92b57ae3..0000000000
--- a/metadata/dev.dworks.apps.anexplorer.pro/pt-BR/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Ferramentas de gerenciamento de arquivos tudo-em-um
diff --git a/metadata/dev.dworks.apps.anexplorer.pro/pt-PT/summary.txt b/metadata/dev.dworks.apps.anexplorer.pro/pt-PT/summary.txt
deleted file mode 100644
index cdc692176b..0000000000
--- a/metadata/dev.dworks.apps.anexplorer.pro/pt-PT/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Ferramentas de gestão de ficheiros tudo-em-um
diff --git a/metadata/dev.dworks.apps.anexplorer.pro/pt/summary.txt b/metadata/dev.dworks.apps.anexplorer.pro/pt/summary.txt
deleted file mode 100644
index cdc692176b..0000000000
--- a/metadata/dev.dworks.apps.anexplorer.pro/pt/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Ferramentas de gestão de ficheiros tudo-em-um
diff --git a/metadata/dev.dworks.apps.anexplorer.pro/zh-CN/summary.txt b/metadata/dev.dworks.apps.anexplorer.pro/zh-CN/summary.txt
deleted file mode 100644
index aaf59610ea..0000000000
--- a/metadata/dev.dworks.apps.anexplorer.pro/zh-CN/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-一体式文件管理工具
diff --git a/metadata/dk.kk.ibikecph.yml b/metadata/dk.kk.ibikecph.yml
deleted file mode 100644
index 4dd23482a5..0000000000
--- a/metadata/dk.kk.ibikecph.yml
+++ /dev/null
@@ -1,52 +0,0 @@
-Disabled: No license, non-free libs, tons of jars
-AntiFeatures:
- - NonFreeNet
-Categories:
- - Navigation
-License: MPL-2.0
-WebSite: https://www.ibikecph.dk
-SourceCode: https://github.com/ibikecph/ibikecph-android
-IssueTracker: https://github.com/ibikecph/ibikecph-android/issues
-
-AutoName: I Bike CPH
-Summary: Bike navigation for Copenhagen
-Description: |-
- Find the best bicycle route through Copenhagen. The app can tell you about the
- best shortcuts, knows which parks you’re allowed to bike through and where
- you’re allowed to ride against the one-way car flow.
-
- The app is adapted to bike life in Copenhagen, but can also be used anywhere in
- Denmark.
-
- The map has been adapted for cyclists and shows cobblestones and bicycle
- barriers, so you can avoid bumpy rides and know which route to pick when riding
- your cargo bike.
-
- Features:
-
- * Gives directions as you ride with GPS turn-by-turn navigation (requires a phone holder).
- * Avoids bumpy rides – route suggestions will try to avoid cobblestones.
- * Suggests routes for cargo bikes which avoid steps, bike barriers and cobblestones.
- * Suggests pushing your bike when it makes sense, e.g. on one-way streets.
- * Green Routes and Cycle Super Highways are prioritised.
- * You can login and save your favourite places, so you can quickly find your way to them later.
- * Bike map that shows cobblestones, bike barriers, Green Routes and Cycle Super Highways.
- * Searches for addresses, cafés, specific places, etc.
- * Uses data from OpenStreetMap (OSM), which is continuously updated.
-
-RepoType: git
-Repo: https://github.com/ibikecph/ibikecph-android.git
-
-Builds:
- - versionName: '2.0'
- versionCode: 69
- disable: lots of jars
- commit: v2.0.0
- subdir: ibikecph-app
- gradle:
- - yes
-
-AutoUpdateMode: None
-UpdateCheckMode: Tags
-CurrentVersion: 2.2.4
-CurrentVersionCode: 86
diff --git a/metadata/edu.cmu.cylab.starslinger.yml b/metadata/edu.cmu.cylab.starslinger.yml
deleted file mode 100644
index 6730b9df50..0000000000
--- a/metadata/edu.cmu.cylab.starslinger.yml
+++ /dev/null
@@ -1,51 +0,0 @@
-Categories:
- - Internet
-License: MIT
-AuthorEmail: safeslingerapp@gmail.com
-SourceCode: https://github.com/SafeSlingerProject/SafeSlinger-Android
-IssueTracker: https://github.com/SafeSlingerProject/SafeSlinger-Android/issues
-Translation: https://www.transifex.com/projects/p/safeslinger
-Changelog: https://github.com/SafeSlingerProject/SafeSlinger-Android/releases
-
-AutoName: SafeSlinger
-Description: |-
- Messenger focusing on the public key exchange. The goal is to make exchanging
- public keys as simple as possible without sacrificing security. It’s based on a
- research paper from CMU. The developers encourage others to use the exchange
- library in other projects.
-
-RepoType: git
-Repo: https://github.com/SafeSlingerProject/SafeSlinger-Android
-
-Builds:
- - versionName: 1.8.0
- versionCode: 17301504
- disable: vercode is hex
- commit: 35df4d699d4ec2575f2184b77daf695113ad0fc4
- subdir: safeslinger-messenger
- srclibs:
- - CommonsCodec@CODEC_1_4
- forcevercode: true
- rm:
- - safeslinger-messenger/libs/*jar
- - safeslinger-demo/libs/*jar
- - android-vcard/libs/*jar
- - android-support-v7-appcompat/libs/android-support-v4.jar
- extlibs:
- - android/android-support-v4.jar
- prebuild:
- - cp libs/android-support-v4.jar ../safeslinger-demo/libs/android-support-v4.jar
- - cp libs/android-support-v4.jar ../android-support-v7-appcompat/libs/android-support-v4.jar
- - pushd $$CommonsCodec$$
- - $$MVN3$$ package
- - popd
- - cp $$CommonsCodec$$/target/commons-codec-1.4.jar ../android-vcard/libs/
-
-MaintainerNotes: |-
- * WARNING: Found JAR file at android-support-v7-appcompat/libs/android-support-v7-appcompat.jar
- * Requires play-services? https://www.reddit.com/r/Android/comments/2cq6cg/safeslinger_encrypted_messaging
-
-AutoUpdateMode: None
-UpdateCheckMode: RepoManifest
-CurrentVersion: '1.0'
-CurrentVersionCode: 1
diff --git a/metadata/edu.cmu.cylab.starslinger/en-US/summary.txt b/metadata/edu.cmu.cylab.starslinger/en-US/summary.txt
deleted file mode 100644
index f257f345bf..0000000000
--- a/metadata/edu.cmu.cylab.starslinger/en-US/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Instant messenger
diff --git a/metadata/errorc2146.whereaminext.yml b/metadata/errorc2146.whereaminext.yml
deleted file mode 100644
index 21f1ae37f4..0000000000
--- a/metadata/errorc2146.whereaminext.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-Categories:
- - Time
-License: MIT
-SourceCode: https://github.com/AbdulGh/WhereAmINext
-IssueTracker: https://github.com/AbdulGh/WhereAmINext/issues
-
-AutoName: Where Am I Next?
-Description: |-
- Tells you where and when you are next. Designed for university students, but it
- could be useful for anyone with a weekly timetable.
-
-RepoType: git
-Repo: https://github.com/AbdulGh/WhereAmINext
-
-Builds:
- - versionName: '1.0'
- versionCode: 1
- disable: missing root project, https://github.com/AbdulGh/WhereAmINext/issues/1
- commit: 3ad995c402998163296a3cf9bb6fc3aef79fa4e6
- subdir: app
- gradle:
- - yes
-
-AutoUpdateMode: None
-UpdateCheckMode: RepoManifest
-CurrentVersion: '1.0'
-CurrentVersionCode: 1
diff --git a/metadata/errorc2146.whereaminext/en-US/summary.txt b/metadata/errorc2146.whereaminext/en-US/summary.txt
deleted file mode 100644
index c0bf0bee10..0000000000
--- a/metadata/errorc2146.whereaminext/en-US/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Configure and view your weekly timetable
diff --git a/metadata/eu.inmite.android.gridwichterle.yml b/metadata/eu.inmite.android.gridwichterle.yml
deleted file mode 100644
index d802d54523..0000000000
--- a/metadata/eu.inmite.android.gridwichterle.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-Categories:
- - Development
-License: Apache-2.0
-SourceCode: https://github.com/inmite/android-grid-wichterle
-IssueTracker: https://github.com/inmite/android-grid-wichterle/issues
-
-AutoName: GridWichterle
-Description: Makes adherence to design
- guidlines much easier.
-
-RepoType: git
-Repo: https://github.com/inmite/android-grid-wichterle.git
-
-Builds:
- - versionName: 1.0.2
- versionCode: 10002
- disable: strange missing classes crash on startup
- commit: '17023'
- maven: 'yes'
-
-AutoUpdateMode: None
-UpdateCheckMode: RepoManifest
-CurrentVersion: 1.0.2
-CurrentVersionCode: 10002
diff --git a/metadata/eu.inmite.android.gridwichterle/en-US/summary.txt b/metadata/eu.inmite.android.gridwichterle/en-US/summary.txt
deleted file mode 100644
index a90d4faefd..0000000000
--- a/metadata/eu.inmite.android.gridwichterle/en-US/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Grid overlay
diff --git a/metadata/eu.veldsoft.four.row.solitaire.yml b/metadata/eu.veldsoft.four.row.solitaire.yml
deleted file mode 100644
index e5e6333614..0000000000
--- a/metadata/eu.veldsoft.four.row.solitaire.yml
+++ /dev/null
@@ -1,46 +0,0 @@
-Disabled: changed app id
-Categories:
- - Games
-License: GPL-3.0-or-later
-SourceCode: https://github.com/VelbazhdSoftwareLLC/FreeKlondike
-IssueTracker: https://github.com/VelbazhdSoftwareLLC/FreeKlondike/issues
-
-AutoName: Free Klondike
-Summary: Play solitaire like card game
-Description: |-
- Solitaire-like card game which is customizable with different sets, backgrounds
- and difficulties. All moves can be undone and hints can be invoked if you are
- stuck. It supports 1 or 3 card draw and featres statistics and a scoreboard. The
- sessions are saved, even when you exit the app. Comparison to other games:
-
- Similarities to FreeCell:
-
- * The Cards in the columns are always visible
- * There are four individual cells at the top
-
- Similarities to Solitaire:
-
- * There is a deck and discard pile to draw cards from
- * Only Kings may be placed at the top of an empty column
- * Cards may be removed from the Ace piles and placed back onto the playing field
- * Any number of cards can be moved in one move (as long as they are stacked as in Solitaire
-
- Features unique to this game:
-
- * The four individual cells start with cards in them
- * You may only go through the deck twice on draw one and three times on draw three
- * The obvious: there are only four columns, not 7 or 8 as in Solitaire and FreeCell, respectively
-
-RepoType: git
-Repo: https://github.com/VelbazhdSoftwareLLC/FreeKlondike
-
-Builds:
- - versionName: '1.2'
- versionCode: 3
- disable: includes awt
- commit: a6c4f4dcf4a05174e263d2737e6bbea2ee816142
-
-AutoUpdateMode: None
-UpdateCheckMode: RepoManifest
-CurrentVersion: '1.0'
-CurrentVersionCode: 1
diff --git a/metadata/fr.ornidroid.yml b/metadata/fr.ornidroid.yml
deleted file mode 100644
index 49aea25f6e..0000000000
--- a/metadata/fr.ornidroid.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-Disabled: Non-free license
-Categories:
- - Science & Education
-License: CC-BY-NC-4.0
-WebSite: https://github.com/giletvin/ornidroid/wiki
-SourceCode: https://github.com/giletvin/ornidroid
-
-AutoName: Ornidroid
-Summary: Bird info
-Description: |-
- Works online by default but you can copy the files from the repo to the sdcard
- or download them from the web as mentioned on the website
-
-RepoType: git
-Repo: https://github.com/giletvin/ornidroid.git
-
-Builds:
- - versionName: 1.0.1
- versionCode: 2
- disable: non-commercial licence v1.0.1
- commit: unknown - see disabled
- subdir: ornidroid
- extlibs:
- - commons-io/commons-io-1.4.jar
- - junit/junit-4.10.jar
- prebuild: rm -rf ../ornidroid_images ../ornidroid_database ../ornidroid_audio
- ../ornidroid_icons
-
-AutoUpdateMode: None
-UpdateCheckMode: Static
diff --git a/metadata/fr.tvbarthel.attempt.googlyzooapp.yml b/metadata/fr.tvbarthel.attempt.googlyzooapp.yml
deleted file mode 100644
index db99a97d1b..0000000000
--- a/metadata/fr.tvbarthel.attempt.googlyzooapp.yml
+++ /dev/null
@@ -1,38 +0,0 @@
-AntiFeatures:
- - NonFreeDep
-Categories:
- - Games
- - Multimedia
-License: Apache-2.0
-AuthorName: tvbarthel
-AuthorEmail: tvbarthel@gmail.com
-SourceCode: https://github.com/tvbarthel/GooglyZoo
-IssueTracker: https://github.com/tvbarthel/GooglyZoo/issues
-Changelog: https://github.com/tvbarthel/GooglyZoo/releases
-
-AutoName: GooglyZoo
-Description: |-
- Choose your favorite virtual Googly pet and simply move your face in front of
- your smartphone to wake it up. Once your virtual pet is awake, its Googly Eyes
- will track you for hours without blinking! Even if your new virtual pet doesn’t
- show any signs of tiredness, it will automatically fall asleep as soon as you
- disappear from your screen.
-
- AntiFeature: Billing library required.
-
-RepoType: git
-Repo: https://github.com/tvbarthel/GooglyZoo
-
-Builds:
- - versionName: '2.0'
- versionCode: 4
- disable: force closes
- commit: v2.0
- subdir: App/GooglyZooApp
- gradle:
- - yes
-
-AutoUpdateMode: None
-UpdateCheckMode: Tags
-CurrentVersion: '2.0'
-CurrentVersionCode: 4
diff --git a/metadata/fr.tvbarthel.attempt.googlyzooapp/en-US/summary.txt b/metadata/fr.tvbarthel.attempt.googlyzooapp/en-US/summary.txt
deleted file mode 100644
index 6ad08c2237..0000000000
--- a/metadata/fr.tvbarthel.attempt.googlyzooapp/en-US/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Head-tracking virtual pet
diff --git a/metadata/ga.chschtsch.milonhapashut.yml b/metadata/ga.chschtsch.milonhapashut.yml
deleted file mode 100644
index 6d996e2937..0000000000
--- a/metadata/ga.chschtsch.milonhapashut.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-Categories:
- - Reading
- - Writing
-License: MIT
-SourceCode: https://github.com/chschtsch/milon-android
-IssueTracker: https://github.com/chschtsch/milon-android/issues
-
-AutoName: Milon Hapashut
-Description: |-
- Look up and translate words with this Hebrew-English and English-Hebrew
- dictionary.
-
-RepoType: git
-Repo: https://github.com/chschtsch/milon-android
-
-Builds:
- - versionName: 0.0.1
- versionCode: 1
- disable: remove apk
- commit: f6ded74665c61e1632e91a59d351a4b6d923541b
- subdir: app
- gradle:
- - yes
-
-AutoUpdateMode: None
-UpdateCheckMode: RepoManifest
-CurrentVersion: 0.0.1
-CurrentVersionCode: 1
diff --git a/metadata/ga.chschtsch.milonhapashut/en-US/summary.txt b/metadata/ga.chschtsch.milonhapashut/en-US/summary.txt
deleted file mode 100644
index 38ca058ad7..0000000000
--- a/metadata/ga.chschtsch.milonhapashut/en-US/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Translate Hebrew to English and vice versa
diff --git a/metadata/im.tox.antox.yml b/metadata/im.tox.antox.yml
deleted file mode 100644
index 60a3b36370..0000000000
--- a/metadata/im.tox.antox.yml
+++ /dev/null
@@ -1,114 +0,0 @@
-Categories:
- - Internet
-License: GPL-3.0-only
-AuthorName: The Tox Project
-AuthorEmail: support@lists.tox.chat
-WebSite: https://tox.chat/
-SourceCode: https://github.com/Antox/Antox
-IssueTracker: https://github.com/Antox/Antox/issues
-
-AutoName: Antox
-Description: |-
- Tox aims to be an easy to use, all-in-one communication platform that ensures
- their users full privacy and secure message delivery.
-
- Every peer is represented as a byte string (the public key - Tox ID - of the
- peer). By using torrent-style DHT, peers can find the IP of other peers by using
- their Tox ID. Once the IP is obtained, peers can initiate a secure (leveraging
- the NaCl library) connection with each other. Once the connection is made, peers
- can exchange messages, send files, start video chats, etc. using encrypted
- communications.
-
- INFORMATION: Use at your own risk. This is a pre-release build not intended for
- general use. It might brake or not get updated.
-
-RepoType: git
-Repo: https://github.com/Antox/Antox.git
-
-Builds:
- - versionName: 0.12.0
- versionCode: 28
- disable: builds but needs testing and cleaning
- commit: 9e33d57974ae564e263703dd0b4a84e0d3b6b9d5
- subdir: app
- gradle:
- - yes
- srclibs:
- - dnsjava@1692
- - zxing@zxing-3.1.0
- - JSoup@jsoup-1.7.3
- - libsodium@0.6.1
- - toxcore@9a74e5d0581e2ce954e365aec470551785dbb844
- - jToxcore@e95246c0d06ea4fe472ec88c22c014b844d9f05c
- rm:
- - app/libs/jsoup-1.7.3.jar
- - app/libs/core.jar
- - app/libs/dnsjava-2.1.6.jar
- - app/libs/wearable-preview-support.jar
- prebuild:
- - pushd $$JSoup$$
- - $$MVN3$$ package
- - popd
- - cp $$JSoup$$/target/jsoup-1.7.3.jar libs/
- - pushd $$dnsjava$$
- - ant jar
- - popd
- - pushd $$zxing$$/core
- - $$MVN3$$ package -Dmaven.test.skip=true
- - popd
- - pushd ..
- - SYSROOT=`pwd`/sysroot
- - PATH=`pwd`/android-toolchain/bin:$PATH
- - $$NDK$$/build/tools/make-standalone-toolchain.sh --arch=arm --ndk-dir=$$NDK$$
- --toolchain=arm-linux-androideabi-4.6 --install-dir=android-toolchain --platform=android-9
- --system=linux-x86_64
- - mkdir -p build-sodium
- - cd build-sodium
- - $$libsodium$$/configure --host="arm-linux-androideabi" --prefix=$SYSROOT/usr
- --with-sysroot=$SYSROOT --disable-soname-versions
- - make -j4
- - make install
- - popd
- - pushd ..
- - mkdir -p build-toxcore
- - cd build-toxcore
- - $$toxcore$$/configure --host="arm-linux-androideabi" --prefix=$SYSROOT/usr
- --with-sysroot=$SYSROOT --with-libsodium-headers=$SYSROOT/usr/include --with-libsodium-libs=$SYSROOT/usr/lib
- --disable-soname-versions --disable-av --disable-rt --disable-ntox --disable-daemon
- --disable-phone
- - make -j4
- - make install
- - popd
- - pushd $$jToxcore$$
- - echo -e "SET(CMAKE_SYSTEM_NAME Linux)\n SET(CMAKE_C_COMPILER arm-linux-androideabi-gcc)\n
- SET(CMAKE_CXX_COMPILER arm-linux-androideabi-g++)\n SET(CMAKE_FIND_ROOT_PATH
- $SYSROOT)\n SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)\n SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY
- ONLY)\n SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)\n add_definitions(-DANDROID)\n"
- > toolchain.cmake
- - cmake . -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake -DJNI_H=$SYSROOT/usr/include
- -DNEED_JNI_MD=n
- - make -j4
- - popd
- - cp $$zxing$$/android/libs/core-3.1.0.jar libs/core.jar
- - cp $$dnsjava$$/dnsjava-2.1.6.jar libs/
- - cp $$JSoup$$/target/jsoup-1.7.3.jar libs/
- - cp $$jToxcore$$/src/jToxcore.jar libs/
- - mkdir -p src/main/jniLibs/armeabi-v7a
- - cp $SYSROOT/usr/lib/*.so src/main/jniLibs/armeabi-v7a/
- - cp $$jToxcore$$/jni/libjtoxcore.so src/main/jniLibs/armeabi-v7a/
- scanignore:
- - app/src/main/jniLibs/*/*.so
- - android-toolchain/*
- - sysroot/*
- - build-toxcore/*
- - build-sodium/*
-
-MaintainerNotes: |-
- * Removed wearable-preview-support.jar since it seems to be usused, and I cant
- find source.
- * TODO: build for other architectures than armv7a
-
-AutoUpdateMode: None
-UpdateCheckMode: Static
-CurrentVersion: 0.12.0
-CurrentVersionCode: 28
diff --git a/metadata/im.tox.antox/en-US/summary.txt b/metadata/im.tox.antox/en-US/summary.txt
deleted file mode 100644
index 1a37e38077..0000000000
--- a/metadata/im.tox.antox/en-US/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Secure and easy to use messenging
diff --git a/metadata/im.zom.messenger.yml b/metadata/im.zom.messenger.yml
deleted file mode 100644
index 09b3ac5e01..0000000000
--- a/metadata/im.zom.messenger.yml
+++ /dev/null
@@ -1,292 +0,0 @@
-Categories:
- - Internet
- - Phone & SMS
- - Security
-License: Apache-2.0
-WebSite: https://zom.im/
-SourceCode: https://github.com/zom/zom-android
-IssueTracker: https://github.com/zom/zom-android/issues
-Changelog: https://github.com/zom/Zom-Android/releases
-
-AutoName: Zom
-Description: |-
- '''NOTE:''' This app is no longer maintained.
-
- Zom Online Messenger is a place where friends can be friends, and you can always
- speak your mind freely. Free & open-source with privacy features that helps keep
- you connected, no matter where you are. Once connected on Zom, you can send free
- text and voice messages, share photos, stickers and more!
-
- * Zom is Simple
-
- With Zom, you don’t need phone or email registration. Just create a fun username
- to get started on your Android and iOS devices - and that includes your tablets!
-
- * Free & Unlimited Voice Messaging
-
- Sending voice messages on Zom is not just fun, but convenient. Once you start
- recording, you will never run out of time.
-
- * Zom Groups!
-
- Create your own group. Never miss an update from your family and friends. Start
- exciting conversation and debates and keep them running
-
- * Fun & Free Stickers
-
- Zom stickers are unique and can be shared across many apps
-
- * Share Files
-
- Zom exports files quickly and easily. When you share a photo in Zom, your
- friends and family will receive it exactly as you sent it. Zom doesn’t
- compromise quality!
-
-RepoType: git
-Repo: https://github.com/zom/zom-android
-Binaries: https://github.com/zom/Zom-Android/releases/download/%v/Zom-%v-zomrelease-release.apk
-
-Builds:
- - versionName: 15.0.1-BETA-8
- versionCode: 1501908
- disable: builds, but doesnt verify; also binary url needs to be fixed by upstream
- commit: 15.0.1-BETA-8
- subdir: app
- submodules: true
- gradle:
- - zomrelease
- prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
-
- - versionName: 15.0.1-BETA-10
- versionCode: 1501910
- disable: only build latest release
- commit: 15.0.1-BETA-10
- subdir: app
- submodules: true
- gradle:
- - zomrelease
- prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
-
- - versionName: 15.0.1-RC-1
- versionCode: 1501911
- disable: only build latest release
- commit: 15.0.1-RC-1
- subdir: app
- submodules: true
- gradle:
- - zomrelease
- prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
-
- - versionName: 15.0.1-RC-2a
- versionCode: 1501921
- disable: only build latest release
- commit: 15.0.1-RC-2a
- subdir: app
- submodules: true
- gradle:
- - zomrelease
- prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
-
- - versionName: 15.0.1-RC-3
- versionCode: 1501923
- disable: only build latest release
- commit: 15.0.1-RC-3
- subdir: app
- submodules: true
- gradle:
- - zomrelease
- prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
-
- - versionName: 15.0.1.925
- versionCode: 1501925
- disable: only build latest release
- commit: 15.0.1.925
- subdir: app
- submodules: true
- gradle:
- - zomrelease
- prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
-
- - versionName: 15.0.1.927
- versionCode: 1501927
- disable: only build latest release
- commit: 15.0.1.927
- subdir: app
- submodules: true
- gradle:
- - zomrelease
- prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
-
- - versionName: 15.0.1.928
- versionCode: 1501928
- disable: only build latest release
- commit: 15.0.1.928
- subdir: app
- submodules: true
- gradle:
- - zomrelease
- prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
-
- - versionName: 15.0.1.930
- versionCode: 1501930
- disable: only build latest release
- commit: 15.0.1.930
- subdir: app
- submodules: true
- gradle:
- - zomrelease
- prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
-
- - versionName: 15.0.1.931
- versionCode: 1501931
- disable: only build latest release
- commit: 15.0.1.931
- subdir: app
- submodules: true
- gradle:
- - zomrelease
- prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
-
- - versionName: 15.0.1.932
- versionCode: 1501932
- disable: only build latest release
- commit: 15.0.1.932
- subdir: app
- submodules: true
- gradle:
- - zomrelease
- prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
-
- - versionName: 15.0.1.933
- versionCode: 1501933
- disable: only build latest release
- commit: 15.0.1.933
- subdir: app
- submodules: true
- gradle:
- - zomrelease
- prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
-
- - versionName: 15.0.2.001a
- versionCode: 1501935
- disable: only build latest release
- commit: 15.0.2.001a
- subdir: app
- submodules: true
- gradle:
- - zomrelease
- prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
-
- - versionName: 15.0.2.002
- versionCode: 1502002
- disable: only build latest release
- commit: 15.0.2.002
- subdir: app
- submodules: true
- gradle:
- - zomrelease
- prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
-
- - versionName: 15.0.3-beta-2
- versionCode: 1503002
- disable: only build latest release
- commit: 15.0.3-beta-2
- subdir: app
- submodules: true
- gradle:
- - zomrelease
- prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
-
- - versionName: 15.0.3-RC-3
- versionCode: 1503005
- disable: builds, but doesnt verify
- commit: 15.0.3-RC-3
- subdir: app
- submodules: true
- gradle:
- - zomrelease
- prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
-
- - versionName: 15.1.0-alpha-1
- versionCode: 1510000
- disable: builds, but doesnt verify
- commit: 15.1.0-alpha-1
- subdir: app
- submodules: true
- gradle:
- - zomrelease
- prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
-
- - versionName: 15.1.0-alpha-2
- versionCode: 1510002
- disable: builds, but doesnt verify
- commit: 15.1.0-alpha-2
- subdir: app
- submodules: true
- gradle:
- - zomrelease
- prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
-
- - versionName: 15.1.0-alpha-3
- versionCode: 1510003
- disable: builds, but doesnt verify
- commit: 15.1.0-alpha-3
- subdir: app
- submodules: true
- gradle:
- - zomrelease
- prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
-
- - versionName: 15.1.0-alpha-4
- versionCode: 1510004
- disable: builds, but doesnt verify
- commit: 15.1.0-alpha-4
- subdir: app
- submodules: true
- gradle:
- - zomrelease
- prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
-
- - versionName: 15.1.0-alpha-5
- versionCode: 1510005
- disable: builds, doesnt verify
- commit: 15.1.0-alpha-5
- subdir: app
- submodules: true
- gradle:
- - zomrelease
- prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
-
- - versionName: 15.2.0-RC-1
- versionCode: 1510017
- disable: builds, doesnt verify
- commit: 15.2.0-RC-1
- subdir: app
- submodules: true
- gradle:
- - zomrelease
- prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
-
- - versionName: 15.2.0-RC-3
- versionCode: 1510019
- disable: builds, doesnt verify
- commit: 15.2.0-RC-3
- subdir: app
- submodules: true
- gradle:
- - zomrelease
- prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
-
- - versionName: 15.7.0-beta-2
- versionCode: 1570020
- disable: requires play-services-basement-15.0.1.aar
- commit: 0cbed21970a52999d63e7093f5464d3e80a8294b
- subdir: app
- submodules: true
- gradle:
- - zomrelease
-
-AutoUpdateMode: None
-UpdateCheckMode: Tags
-CurrentVersion: 15.8.0-RC-2
-CurrentVersionCode: 1580001
diff --git a/metadata/im.zom.messenger/en-US/summary.txt b/metadata/im.zom.messenger/en-US/summary.txt
deleted file mode 100644
index 717f218d1b..0000000000
--- a/metadata/im.zom.messenger/en-US/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Chat with your friends
diff --git a/metadata/info.guardianproject.courier.yml b/metadata/info.guardianproject.courier.yml
deleted file mode 100644
index 64e2ec09be..0000000000
--- a/metadata/info.guardianproject.courier.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-Categories:
- - Reading
-License: GPL-3.0-only
-AuthorName: Guardian Project
-AuthorEmail: support@guardianproject.info
-AuthorWebSite: https://guardianproject.info
-WebSite: https://dev.guardianproject.info/projects/secure-reader
-SourceCode: https://github.com/guardianproject/securereader
-IssueTracker: https://github.com/guardianproject/securereader/issues
-Translation: https://www.transifex.com/otf/securereader/
-Liberapay: GuardianProject
-Bitcoin: 1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
-
-AutoName: Courier
-Description: A feed aggregator/reader focusing on privacy. It supports RSS and ATOM
- feeds.
-
-RepoType: git
-Repo: https://github.com/guardianproject/securereader
-
-Builds:
- - versionName: 0.1.9
- versionCode: 15
- disable: native libraries/binaries and jars inside submodules
- commit: v0.1.9
- subdir: app
- submodules: true
-
-AutoUpdateMode: None
-UpdateCheckMode: Tags
-CurrentVersion: 0.1.9
-CurrentVersionCode: 15
diff --git a/metadata/info.guardianproject.courier/af/summary.txt b/metadata/info.guardianproject.courier/af/summary.txt
deleted file mode 100644
index 0de26a1b7c..0000000000
--- a/metadata/info.guardianproject.courier/af/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Lees wêreldwyd. Deel plaaslik.'N veilige News Reader met Orbot Tor ondersteuning.
diff --git a/metadata/info.guardianproject.courier/am/summary.txt b/metadata/info.guardianproject.courier/am/summary.txt
deleted file mode 100644
index c1b13fadcf..0000000000
--- a/metadata/info.guardianproject.courier/am/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-በዓለም አቀፍ አንብብ. በአካባቢው ያጋሩ.Orbot የቶር ድጋፍ ጋር አስተማማኝ ዜና አንባቢ.
diff --git a/metadata/info.guardianproject.courier/ar/summary.txt b/metadata/info.guardianproject.courier/ar/summary.txt
deleted file mode 100644
index 038c5fb6ba..0000000000
--- a/metadata/info.guardianproject.courier/ar/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-قراءة على الصعيد العالمي. تبادل محليا.A الآمنة قارئ الأخبار بدعم Orbot تور.
diff --git a/metadata/info.guardianproject.courier/bg/summary.txt b/metadata/info.guardianproject.courier/bg/summary.txt
deleted file mode 100644
index 348196fdfd..0000000000
--- a/metadata/info.guardianproject.courier/bg/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Прочетете в световен мащаб. Споделете локално.Сигурна News Reader с подкрепата Orbot Tor.
diff --git a/metadata/info.guardianproject.courier/ca/summary.txt b/metadata/info.guardianproject.courier/ca/summary.txt
deleted file mode 100644
index 34471d00b2..0000000000
--- a/metadata/info.guardianproject.courier/ca/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Llegir A nivell mundial. Comparteix localment.Un Secure lector de notícies amb el suport Orbot Tor.
diff --git a/metadata/info.guardianproject.courier/cs/summary.txt b/metadata/info.guardianproject.courier/cs/summary.txt
deleted file mode 100644
index 0da94b8cf8..0000000000
--- a/metadata/info.guardianproject.courier/cs/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Přečtěte si v celosvětovém měřítku. Podělte se místně.Secure News Reader s podporou Orbot Tor.
diff --git a/metadata/info.guardianproject.courier/de/summary.txt b/metadata/info.guardianproject.courier/de/summary.txt
deleted file mode 100644
index 0a8c874f98..0000000000
--- a/metadata/info.guardianproject.courier/de/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Lesen Weltweit. Teilen Sie vor Ort.Ein sicheres News Reader mit Orbot Tor Unterstützung.
diff --git a/metadata/info.guardianproject.courier/el/summary.txt b/metadata/info.guardianproject.courier/el/summary.txt
deleted file mode 100644
index d07a473f97..0000000000
--- a/metadata/info.guardianproject.courier/el/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Διαβάστε όλο τον κόσμο. Μοιραστείτε τοπικά.Μια ασφαλής News Reader με υποστήριξη Orbot Tor.
diff --git a/metadata/info.guardianproject.courier/en-US/summary.txt b/metadata/info.guardianproject.courier/en-US/summary.txt
deleted file mode 100644
index bba11eb420..0000000000
--- a/metadata/info.guardianproject.courier/en-US/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Read Globally. Share Locally.A Secure News Reader with Orbot Tor support.
diff --git a/metadata/info.guardianproject.courier/es/summary.txt b/metadata/info.guardianproject.courier/es/summary.txt
deleted file mode 100644
index 123a03063b..0000000000
--- a/metadata/info.guardianproject.courier/es/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Leer A nivel mundial. Comparte localmente.Un Secure lector de noticias con el apoyo Orbot Tor.
diff --git a/metadata/info.guardianproject.courier/et/summary.txt b/metadata/info.guardianproject.courier/et/summary.txt
deleted file mode 100644
index eec86d40fc..0000000000
--- a/metadata/info.guardianproject.courier/et/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Loe terve maailma. Jaga Kohati.Secure News Reader Orbot Tor toetust.
diff --git a/metadata/info.guardianproject.courier/fi/summary.txt b/metadata/info.guardianproject.courier/fi/summary.txt
deleted file mode 100644
index 7c3b982dd0..0000000000
--- a/metadata/info.guardianproject.courier/fi/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Lue maailmanlaajuisesti. Jaa Paikallisesti.Turvallinen News Reader Orbot Tor tuella.
diff --git a/metadata/info.guardianproject.courier/fr/summary.txt b/metadata/info.guardianproject.courier/fr/summary.txt
deleted file mode 100644
index e8bfaad9a5..0000000000
--- a/metadata/info.guardianproject.courier/fr/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Lire l'échelle mondiale. Partagez localement.Une sécurisé Nouvelles Reader avec le soutien Orbot Tor.
diff --git a/metadata/info.guardianproject.courier/hi/summary.txt b/metadata/info.guardianproject.courier/hi/summary.txt
deleted file mode 100644
index 37ab4aaf0d..0000000000
--- a/metadata/info.guardianproject.courier/hi/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-विश्व स्तर पर पढ़ें। स्थानीय रूप से साझा करें।Orbot टो समर्थन के साथ एक सुरक्षित न्यूज रीडर।
diff --git a/metadata/info.guardianproject.courier/hr/summary.txt b/metadata/info.guardianproject.courier/hr/summary.txt
deleted file mode 100644
index 9800829293..0000000000
--- a/metadata/info.guardianproject.courier/hr/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Pročitajte globalno. Podijelite na lokalnoj razini.Sigurna čitač vijesti sa Orbot Tor podršku.
diff --git a/metadata/info.guardianproject.courier/hu/summary.txt b/metadata/info.guardianproject.courier/hu/summary.txt
deleted file mode 100644
index 8205e3930f..0000000000
--- a/metadata/info.guardianproject.courier/hu/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Olvassa el világszerte. Ossza helyben.A Secure News Reader Orbot Tor támogatást.
diff --git a/metadata/info.guardianproject.courier/id/summary.txt b/metadata/info.guardianproject.courier/id/summary.txt
deleted file mode 100644
index 84fddc3cda..0000000000
--- a/metadata/info.guardianproject.courier/id/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Baca global. Bagi Lokal.Secure News Reader dengan dukungan Orbot Tor.
diff --git a/metadata/info.guardianproject.courier/it/summary.txt b/metadata/info.guardianproject.courier/it/summary.txt
deleted file mode 100644
index 09b846638f..0000000000
--- a/metadata/info.guardianproject.courier/it/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Leggi globale. Condividi localmente.A Secure News Reader con il supporto Orbot Tor.
diff --git a/metadata/info.guardianproject.courier/ja/summary.txt b/metadata/info.guardianproject.courier/ja/summary.txt
deleted file mode 100644
index 5bec2f321f..0000000000
--- a/metadata/info.guardianproject.courier/ja/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-グローバルをお読みください。ローカル共有。OrbotのTorをサポートするセキュアなニュースリーダー。
diff --git a/metadata/info.guardianproject.courier/ko/summary.txt b/metadata/info.guardianproject.courier/ko/summary.txt
deleted file mode 100644
index a144b06575..0000000000
--- a/metadata/info.guardianproject.courier/ko/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-세계적으로 읽기. 로컬 공유 할 수 있습니다.Orbot 토르 지원 보안 뉴스 리더.
diff --git a/metadata/info.guardianproject.courier/lt/summary.txt b/metadata/info.guardianproject.courier/lt/summary.txt
deleted file mode 100644
index c1afbf32cd..0000000000
--- a/metadata/info.guardianproject.courier/lt/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Skaityti visame pasaulyje. Dalytis vietoje.Saugus Naujienos skaitytuvas Orbot Tor paramą.
diff --git a/metadata/info.guardianproject.courier/lv/summary.txt b/metadata/info.guardianproject.courier/lv/summary.txt
deleted file mode 100644
index 646f0baa5f..0000000000
--- a/metadata/info.guardianproject.courier/lv/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Lasīt globāli. Dalīties Lokāli.Droša News Reader ar Orbot Tor atbalstu.
diff --git a/metadata/info.guardianproject.courier/nl/summary.txt b/metadata/info.guardianproject.courier/nl/summary.txt
deleted file mode 100644
index 8856e1aab1..0000000000
--- a/metadata/info.guardianproject.courier/nl/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Lees Wereldwijd. Deel Lokaal.Een Secure News Reader met Orbot Tor ondersteuning.
diff --git a/metadata/info.guardianproject.courier/no/summary.txt b/metadata/info.guardianproject.courier/no/summary.txt
deleted file mode 100644
index b28080120c..0000000000
--- a/metadata/info.guardianproject.courier/no/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Les globalt. Del lokalt.Et sikkert News Reader med Orbot Tor støtte.
diff --git a/metadata/info.guardianproject.courier/pl/summary.txt b/metadata/info.guardianproject.courier/pl/summary.txt
deleted file mode 100644
index e65794f192..0000000000
--- a/metadata/info.guardianproject.courier/pl/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Czytaj na całym świecie. Podziel Lokalnie.Bezpieczne News Reader z obsługą Orbot Tor.
diff --git a/metadata/info.guardianproject.courier/pt-BR/summary.txt b/metadata/info.guardianproject.courier/pt-BR/summary.txt
deleted file mode 100644
index 0efdd16f93..0000000000
--- a/metadata/info.guardianproject.courier/pt-BR/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Leia globais. Compartilhe localmente.Um seguro News Reader com o apoio Orbot Tor.
diff --git a/metadata/info.guardianproject.courier/pt-PT/summary.txt b/metadata/info.guardianproject.courier/pt-PT/summary.txt
deleted file mode 100644
index 0efdd16f93..0000000000
--- a/metadata/info.guardianproject.courier/pt-PT/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Leia globais. Compartilhe localmente.Um seguro News Reader com o apoio Orbot Tor.
diff --git a/metadata/info.guardianproject.courier/ro/summary.txt b/metadata/info.guardianproject.courier/ro/summary.txt
deleted file mode 100644
index bdfab44120..0000000000
--- a/metadata/info.guardianproject.courier/ro/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Citește toată lumea. Împarte local.Un Secure News Reader cu suport Orbot Tor.
diff --git a/metadata/info.guardianproject.courier/ru/summary.txt b/metadata/info.guardianproject.courier/ru/summary.txt
deleted file mode 100644
index a2fe4dd5e7..0000000000
--- a/metadata/info.guardianproject.courier/ru/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Читайте в глобальном масштабе. Поделитесь Локально.Безопасный для чтения новостей с поддержкой Orbot Tor.
diff --git a/metadata/info.guardianproject.courier/sk/summary.txt b/metadata/info.guardianproject.courier/sk/summary.txt
deleted file mode 100644
index d48282202d..0000000000
--- a/metadata/info.guardianproject.courier/sk/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Prečítajte si v celosvetovom meradle. Podeľte sa lokálne.Secure News Reader s podporou Orbot Tor.
diff --git a/metadata/info.guardianproject.courier/sl/summary.txt b/metadata/info.guardianproject.courier/sl/summary.txt
deleted file mode 100644
index 22f9766d81..0000000000
--- a/metadata/info.guardianproject.courier/sl/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Preberite svetu. Delite Lokalno.Secure News Reader s Orbot Tor podporo.
diff --git a/metadata/info.guardianproject.courier/sv/summary.txt b/metadata/info.guardianproject.courier/sv/summary.txt
deleted file mode 100644
index 1c8c98bde2..0000000000
--- a/metadata/info.guardianproject.courier/sv/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Läs globalt. Dela Lokalt.En säker nyhetsläsare med Orbot Tor stöd.
diff --git a/metadata/info.guardianproject.courier/sw/summary.txt b/metadata/info.guardianproject.courier/sw/summary.txt
deleted file mode 100644
index 9623bf44b6..0000000000
--- a/metadata/info.guardianproject.courier/sw/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Kusoma Kimataifa. Ndani ya nchi kushiriki.Salama Habari Msomaji na Orbot Tor msaada.
diff --git a/metadata/info.guardianproject.courier/th/summary.txt b/metadata/info.guardianproject.courier/th/summary.txt
deleted file mode 100644
index 2c2174ab46..0000000000
--- a/metadata/info.guardianproject.courier/th/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-อ่านทั่วโลก แบ่งปันในพื้นที่อ่านข่าวการรักษาความปลอดภัยด้วยการสนับสนุน Orbot Tor
diff --git a/metadata/info.guardianproject.courier/tr/summary.txt b/metadata/info.guardianproject.courier/tr/summary.txt
deleted file mode 100644
index 3720934106..0000000000
--- a/metadata/info.guardianproject.courier/tr/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Dünyaya okuyun. Yerel paylaşın.Orbot Tor desteği ile Güvenli News Reader.
diff --git a/metadata/info.guardianproject.courier/uk/summary.txt b/metadata/info.guardianproject.courier/uk/summary.txt
deleted file mode 100644
index fd2db72d85..0000000000
--- a/metadata/info.guardianproject.courier/uk/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Читайте в глобальному масштабі. Поділіться Локально.Безпечний для читання новин з підтримкою Orbot Tor.
diff --git a/metadata/info.guardianproject.courier/vi/summary.txt b/metadata/info.guardianproject.courier/vi/summary.txt
deleted file mode 100644
index 31cc91b0dc..0000000000
--- a/metadata/info.guardianproject.courier/vi/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Đọc toàn cầu. Chia sẻ tại địa phương.Một Tin tức Bảo mật Reader với hỗ trợ Orbot Tor.
diff --git a/metadata/info.guardianproject.courier/zh-CN/summary.txt b/metadata/info.guardianproject.courier/zh-CN/summary.txt
deleted file mode 100644
index 0c89c153e3..0000000000
--- a/metadata/info.guardianproject.courier/zh-CN/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-全球阅读。本地共享。支持 Orbot Tor 的安全新闻阅读器。
diff --git a/metadata/info.guardianproject.locationprivacy.yml b/metadata/info.guardianproject.locationprivacy.yml
deleted file mode 100644
index cd2819ba5f..0000000000
--- a/metadata/info.guardianproject.locationprivacy.yml
+++ /dev/null
@@ -1,63 +0,0 @@
-Categories:
- - Navigation
- - Security
-License: GPL-3.0-or-later
-AuthorName: Guardian Project
-AuthorEmail: support@guardianproject.info
-AuthorWebSite: https://guardianproject.info
-WebSite: https://guardianproject.info/2015/01/23/sharing-your-location-privately
-SourceCode: https://github.com/guardianproject/LocationPrivacy
-IssueTracker: https://dev.guardianproject.info/projects/panic/issues
-Translation: https://hosted.weblate.org/projects/guardianproject/locationprivacy/
-Liberapay: GuardianProject
-Bitcoin: 1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
-
-AutoName: LocationPrivacy
-
-RepoType: git
-Repo: https://github.com/guardianproject/LocationPrivacy.git
-Binaries: https://guardianproject.info/releases/LocationPrivacy-%v.apk
-
-Builds:
- - versionName: '0.1'
- versionCode: 10
- disable: does not verify
- commit: '0.1'
- target: android-21
-
- - versionName: '0.2'
- versionCode: 20
- disable: does not verify
- commit: '0.2'
- submodules: true
- target: android-22
- scanignore:
- - external/netcipher/libnetcipher/external/pinning/res/raw/cacerts
-
- - versionName: '0.3'
- versionCode: 30
- disable: does not verify
- commit: '0.3'
- submodules: true
- target: android-22
- scanignore:
- - external/netcipher/libnetcipher/external/pinning/res/raw/cacerts
-
- - versionName: 0.3.1
- versionCode: 31
- disable: does not verify
- commit: 0.3.1
- timeout: 2000
- subdir: app
- sudo:
- - apt-get update || apt-get update
- - apt-get -qy install --no-install-recommends -t stretch-backports diffoscope
- apktool enjarify libstringtemplate4-java unzip xxd
- gradle:
- - yes
- prebuild: echo 'android.lintOptions.checkReleaseBuilds false' >> build.gradle
-
-AutoUpdateMode: Version %v
-UpdateCheckMode: Tags
-CurrentVersion: 0.3.1
-CurrentVersionCode: 31
diff --git a/metadata/info.guardianproject.locationprivacy/af/summary.txt b/metadata/info.guardianproject.locationprivacy/af/summary.txt
deleted file mode 100644
index 55e797193b..0000000000
--- a/metadata/info.guardianproject.locationprivacy/af/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-privaatheid filters vir gedeelde ligging skakels
diff --git a/metadata/info.guardianproject.locationprivacy/ar/summary.txt b/metadata/info.guardianproject.locationprivacy/ar/summary.txt
deleted file mode 100644
index b71b266933..0000000000
--- a/metadata/info.guardianproject.locationprivacy/ar/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-مرشحات الخصوصية لروابط موقع مشترك
diff --git a/metadata/info.guardianproject.locationprivacy/bg/summary.txt b/metadata/info.guardianproject.locationprivacy/bg/summary.txt
deleted file mode 100644
index 79cad7151a..0000000000
--- a/metadata/info.guardianproject.locationprivacy/bg/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-филтри за поверителност на споделени локация връзки
diff --git a/metadata/info.guardianproject.locationprivacy/ca/summary.txt b/metadata/info.guardianproject.locationprivacy/ca/summary.txt
deleted file mode 100644
index b660e4155a..0000000000
--- a/metadata/info.guardianproject.locationprivacy/ca/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-filtres de privacitat per als enllaços ubicació compartida
diff --git a/metadata/info.guardianproject.locationprivacy/cs/summary.txt b/metadata/info.guardianproject.locationprivacy/cs/summary.txt
deleted file mode 100644
index 418a942889..0000000000
--- a/metadata/info.guardianproject.locationprivacy/cs/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-filtry soukromí pro sdílené umístění odkazů
diff --git a/metadata/info.guardianproject.locationprivacy/da/summary.txt b/metadata/info.guardianproject.locationprivacy/da/summary.txt
deleted file mode 100644
index e6eb9476b4..0000000000
--- a/metadata/info.guardianproject.locationprivacy/da/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-privatlivets fred filtre til delte placering links
diff --git a/metadata/info.guardianproject.locationprivacy/de/summary.txt b/metadata/info.guardianproject.locationprivacy/de/summary.txt
deleted file mode 100644
index 4f1613e5c5..0000000000
--- a/metadata/info.guardianproject.locationprivacy/de/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Schutz Filter freigegebenen Speicherort Links
diff --git a/metadata/info.guardianproject.locationprivacy/el/summary.txt b/metadata/info.guardianproject.locationprivacy/el/summary.txt
deleted file mode 100644
index 2f6a5c88da..0000000000
--- a/metadata/info.guardianproject.locationprivacy/el/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-φίλτρα προστασίας της ιδιωτικής ζωής για τις κοινές συνδέσεις τοποθεσίας
diff --git a/metadata/info.guardianproject.locationprivacy/en-US/summary.txt b/metadata/info.guardianproject.locationprivacy/en-US/summary.txt
deleted file mode 100644
index 7c09255e9b..0000000000
--- a/metadata/info.guardianproject.locationprivacy/en-US/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-privacy filters for shared location links
diff --git a/metadata/info.guardianproject.locationprivacy/es/summary.txt b/metadata/info.guardianproject.locationprivacy/es/summary.txt
deleted file mode 100644
index f1f572daa3..0000000000
--- a/metadata/info.guardianproject.locationprivacy/es/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-filtros de privacidad para cuando esté compartiendo su ubicación
diff --git a/metadata/info.guardianproject.locationprivacy/et/summary.txt b/metadata/info.guardianproject.locationprivacy/et/summary.txt
deleted file mode 100644
index a7c1a45bce..0000000000
--- a/metadata/info.guardianproject.locationprivacy/et/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-privaatsust filtrid jagatud asukoha lingid
diff --git a/metadata/info.guardianproject.locationprivacy/fi/summary.txt b/metadata/info.guardianproject.locationprivacy/fi/summary.txt
deleted file mode 100644
index 7c2fa2e3b1..0000000000
--- a/metadata/info.guardianproject.locationprivacy/fi/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-yksityisyyden suodattimet jaettuun sijaintiin linkkejä
diff --git a/metadata/info.guardianproject.locationprivacy/fr/summary.txt b/metadata/info.guardianproject.locationprivacy/fr/summary.txt
deleted file mode 100644
index aa94a3ea01..0000000000
--- a/metadata/info.guardianproject.locationprivacy/fr/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-filtres de confidentialité lors du partage de votre emplacement
diff --git a/metadata/info.guardianproject.locationprivacy/hi/summary.txt b/metadata/info.guardianproject.locationprivacy/hi/summary.txt
deleted file mode 100644
index 6243c8ec8a..0000000000
--- a/metadata/info.guardianproject.locationprivacy/hi/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-साझा स्थान लिंक के लिए गोपनीयता फिल्टर
diff --git a/metadata/info.guardianproject.locationprivacy/hr/summary.txt b/metadata/info.guardianproject.locationprivacy/hr/summary.txt
deleted file mode 100644
index d36c625497..0000000000
--- a/metadata/info.guardianproject.locationprivacy/hr/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-privatnosti filteri za zajedničkim lokacija linkovi
diff --git a/metadata/info.guardianproject.locationprivacy/hu/summary.txt b/metadata/info.guardianproject.locationprivacy/hu/summary.txt
deleted file mode 100644
index b08db411e7..0000000000
--- a/metadata/info.guardianproject.locationprivacy/hu/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-adatvédelmi szűrők megosztott helyen linkek
diff --git a/metadata/info.guardianproject.locationprivacy/id/summary.txt b/metadata/info.guardianproject.locationprivacy/id/summary.txt
deleted file mode 100644
index 2179d7b011..0000000000
--- a/metadata/info.guardianproject.locationprivacy/id/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-filter privasi untuk berbagi link lokasi
diff --git a/metadata/info.guardianproject.locationprivacy/it/summary.txt b/metadata/info.guardianproject.locationprivacy/it/summary.txt
deleted file mode 100644
index 6f21532a3a..0000000000
--- a/metadata/info.guardianproject.locationprivacy/it/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-filtri per la privacy per i collegamenti posizione condivisa
diff --git a/metadata/info.guardianproject.locationprivacy/ja/summary.txt b/metadata/info.guardianproject.locationprivacy/ja/summary.txt
deleted file mode 100644
index 41934fcfd2..0000000000
--- a/metadata/info.guardianproject.locationprivacy/ja/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-あなたが位置を共有する時のプライバシーフィルター
diff --git a/metadata/info.guardianproject.locationprivacy/ko/summary.txt b/metadata/info.guardianproject.locationprivacy/ko/summary.txt
deleted file mode 100644
index 9996536ec3..0000000000
--- a/metadata/info.guardianproject.locationprivacy/ko/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-공유 위치 링크에 대한 개인 정보 보호 필터
diff --git a/metadata/info.guardianproject.locationprivacy/lt/summary.txt b/metadata/info.guardianproject.locationprivacy/lt/summary.txt
deleted file mode 100644
index b54e0a66a4..0000000000
--- a/metadata/info.guardianproject.locationprivacy/lt/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-privatumo filtrai bendromis vietos nuorodų
diff --git a/metadata/info.guardianproject.locationprivacy/lv/summary.txt b/metadata/info.guardianproject.locationprivacy/lv/summary.txt
deleted file mode 100644
index 77ed6297f5..0000000000
--- a/metadata/info.guardianproject.locationprivacy/lv/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-privātuma filtri koplietošanas atrašanās saites
diff --git a/metadata/info.guardianproject.locationprivacy/nl/summary.txt b/metadata/info.guardianproject.locationprivacy/nl/summary.txt
deleted file mode 100644
index 8bb628a154..0000000000
--- a/metadata/info.guardianproject.locationprivacy/nl/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-privacy filters voor gedeelde locatie koppelingen
diff --git a/metadata/info.guardianproject.locationprivacy/no/summary.txt b/metadata/info.guardianproject.locationprivacy/no/summary.txt
deleted file mode 100644
index 7ca8e18fae..0000000000
--- a/metadata/info.guardianproject.locationprivacy/no/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-personverns-filtre som brukes når du deler din plassering
diff --git a/metadata/info.guardianproject.locationprivacy/pl/summary.txt b/metadata/info.guardianproject.locationprivacy/pl/summary.txt
deleted file mode 100644
index 2b8e19c169..0000000000
--- a/metadata/info.guardianproject.locationprivacy/pl/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Filtry prywatności dla współdzielonych linków lokalizacji
diff --git a/metadata/info.guardianproject.locationprivacy/pt-BR/summary.txt b/metadata/info.guardianproject.locationprivacy/pt-BR/summary.txt
deleted file mode 100644
index a61da7030b..0000000000
--- a/metadata/info.guardianproject.locationprivacy/pt-BR/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-filtros de privacidade para as ligações local compartilhado
diff --git a/metadata/info.guardianproject.locationprivacy/pt-PT/summary.txt b/metadata/info.guardianproject.locationprivacy/pt-PT/summary.txt
deleted file mode 100644
index a61da7030b..0000000000
--- a/metadata/info.guardianproject.locationprivacy/pt-PT/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-filtros de privacidade para as ligações local compartilhado
diff --git a/metadata/info.guardianproject.locationprivacy/ro/summary.txt b/metadata/info.guardianproject.locationprivacy/ro/summary.txt
deleted file mode 100644
index 09f5f82061..0000000000
--- a/metadata/info.guardianproject.locationprivacy/ro/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Filtre de confidențialitate pentru link-uri de localizare comune
diff --git a/metadata/info.guardianproject.locationprivacy/ru/summary.txt b/metadata/info.guardianproject.locationprivacy/ru/summary.txt
deleted file mode 100644
index c35ad95945..0000000000
--- a/metadata/info.guardianproject.locationprivacy/ru/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-фильтры конфиденциальности для общих ссылок местоположения
diff --git a/metadata/info.guardianproject.locationprivacy/sk/summary.txt b/metadata/info.guardianproject.locationprivacy/sk/summary.txt
deleted file mode 100644
index b866d487d5..0000000000
--- a/metadata/info.guardianproject.locationprivacy/sk/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-filtre súkromia pre zdieľané umiestnenie odkazov
diff --git a/metadata/info.guardianproject.locationprivacy/sl/summary.txt b/metadata/info.guardianproject.locationprivacy/sl/summary.txt
deleted file mode 100644
index 614dfc25ce..0000000000
--- a/metadata/info.guardianproject.locationprivacy/sl/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-filtri zasebnosti za skupne lokacije povezave
diff --git a/metadata/info.guardianproject.locationprivacy/sv/summary.txt b/metadata/info.guardianproject.locationprivacy/sv/summary.txt
deleted file mode 100644
index a74c632169..0000000000
--- a/metadata/info.guardianproject.locationprivacy/sv/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-sekretessfilter för delade plats länkar
diff --git a/metadata/info.guardianproject.locationprivacy/sw/summary.txt b/metadata/info.guardianproject.locationprivacy/sw/summary.txt
deleted file mode 100644
index 9536db7be9..0000000000
--- a/metadata/info.guardianproject.locationprivacy/sw/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-filters faragha kwa pamoja eneo viungo
diff --git a/metadata/info.guardianproject.locationprivacy/th/summary.txt b/metadata/info.guardianproject.locationprivacy/th/summary.txt
deleted file mode 100644
index a9c5a76bfd..0000000000
--- a/metadata/info.guardianproject.locationprivacy/th/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-ความเป็นส่วนตัวของตัวกรองสำหรับการเชื่อมโยงสถานที่ใช้ร่วมกัน
diff --git a/metadata/info.guardianproject.locationprivacy/tr/summary.txt b/metadata/info.guardianproject.locationprivacy/tr/summary.txt
deleted file mode 100644
index add1731b81..0000000000
--- a/metadata/info.guardianproject.locationprivacy/tr/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Paylaşılan konum bağlantıları için gizlilik filtreleri
diff --git a/metadata/info.guardianproject.locationprivacy/uk/summary.txt b/metadata/info.guardianproject.locationprivacy/uk/summary.txt
deleted file mode 100644
index 90bcb31fb7..0000000000
--- a/metadata/info.guardianproject.locationprivacy/uk/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-фільтри конфіденційності для загальних посилань місцеположення
diff --git a/metadata/info.guardianproject.locationprivacy/vi/summary.txt b/metadata/info.guardianproject.locationprivacy/vi/summary.txt
deleted file mode 100644
index 68eafd6304..0000000000
--- a/metadata/info.guardianproject.locationprivacy/vi/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-bộ lọc riêng tư cho các liên kết chia sẻ vị trí
diff --git a/metadata/info.guardianproject.locationprivacy/zh-CN/summary.txt b/metadata/info.guardianproject.locationprivacy/zh-CN/summary.txt
deleted file mode 100644
index 9fb45475c9..0000000000
--- a/metadata/info.guardianproject.locationprivacy/zh-CN/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-共享位置链接的隐私过滤器
diff --git a/metadata/info.guardianproject.orfox.yml b/metadata/info.guardianproject.orfox.yml
deleted file mode 100644
index ddcb994690..0000000000
--- a/metadata/info.guardianproject.orfox.yml
+++ /dev/null
@@ -1,44 +0,0 @@
-Categories:
- - Internet
-License: MPL-2.0
-AuthorName: Guardian Project
-AuthorEmail: support@guardianproject.info
-AuthorWebSite: https://guardianproject.info
-WebSite: https://dev.guardianproject.info/projects/orfox-private-browser/
-SourceCode: https://github.com/guardianproject/Orfox
-IssueTracker: https://dev.guardianproject.info/projects/orfox-private-browser/issues
-Translation: https://www.transifex.com/otf/torproject/
-Donate: https://www.torproject.org/donate/donate.html
-Liberapay: GuardianProject
-Bitcoin: 1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
-
-Name: Orfox
-Description: |-
- This is a new privacy-enhanced browser -- based on Mozilla Firefox, configured
- by default to work with Orbot: Tor for Android.
-
- You can learn more about the design of Tor Browser on the
- TOR website. Official
- TOR Browser source repository, which this app relies on, is at
- [https://gitweb.torproject.org/tor-browser.git/].
-
-RepoType: git
-Repo: https://github.com/guardianproject/Orfox
-Binaries: https://guardianproject.info/fdroid/repo/info.guardianproject.orfox_%c.apk
-
-Builds:
- - versionName: Fennec-38.1.0esr/TorBrowser-5.0/Orfox-1.0beta1
- versionCode: 1
- disable: test
- commit: c3fd3f811a345e7708a8c26c8105d0991e9f3c69
- submodules: true
- output: orfox.apk
- build:
- - chmod +x make-release-build
- - ./make-release-build
- ndk: r8e
-
-AutoUpdateMode: None
-UpdateCheckMode: None
-CurrentVersion: Fennec-38.1.0esr/TorBrowser-5.0/Orfox-1.0beta1
-CurrentVersionCode: 1
diff --git a/metadata/info.guardianproject.orfox/af/summary.txt b/metadata/info.guardianproject.orfox/af/summary.txt
deleted file mode 100644
index a44c0aea74..0000000000
--- a/metadata/info.guardianproject.orfox/af/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-A-privaatheid gefokus webblaaier vir gebruik met Orbot, gebaseer op Tor Browser
diff --git a/metadata/info.guardianproject.orfox/am/summary.txt b/metadata/info.guardianproject.orfox/am/summary.txt
deleted file mode 100644
index ff9aa40af0..0000000000
--- a/metadata/info.guardianproject.orfox/am/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-የቶር ማሰሻ ላይ የተመሠረተ Orbot ጋር ለመጠቀም የግላዊነት-ተኮር የድር አሳሽ,
diff --git a/metadata/info.guardianproject.orfox/ar/summary.txt b/metadata/info.guardianproject.orfox/ar/summary.txt
deleted file mode 100644
index d07a64cacd..0000000000
--- a/metadata/info.guardianproject.orfox/ar/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-متصفح ويب التي تركز على الخصوصية للاستخدام مع Orbot، على أساس متصفح تور
diff --git a/metadata/info.guardianproject.orfox/bg/summary.txt b/metadata/info.guardianproject.orfox/bg/summary.txt
deleted file mode 100644
index c937a7f88e..0000000000
--- a/metadata/info.guardianproject.orfox/bg/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-A неприкосновеността на личния живот, насочена към уеб браузър за използване с Orbot, базирани на Tor Browser
diff --git a/metadata/info.guardianproject.orfox/ca/summary.txt b/metadata/info.guardianproject.orfox/ca/summary.txt
deleted file mode 100644
index 6931ec5faf..0000000000
--- a/metadata/info.guardianproject.orfox/ca/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Un navegador web privacitat centrada per al seu ús amb Orbot, basat en Tor Browser
diff --git a/metadata/info.guardianproject.orfox/cs/summary.txt b/metadata/info.guardianproject.orfox/cs/summary.txt
deleted file mode 100644
index d8a6f1afe8..0000000000
--- a/metadata/info.guardianproject.orfox/cs/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Ochranu osobních údajů zaměřené webový prohlížeč pro použití s Orbot, na základě Tor Browser
diff --git a/metadata/info.guardianproject.orfox/da/summary.txt b/metadata/info.guardianproject.orfox/da/summary.txt
deleted file mode 100644
index 1b6a160ef0..0000000000
--- a/metadata/info.guardianproject.orfox/da/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-En privatliv-fokuserede webbrowser til brug med Orbot, baseret på Tor Browser
diff --git a/metadata/info.guardianproject.orfox/de/summary.txt b/metadata/info.guardianproject.orfox/de/summary.txt
deleted file mode 100644
index b6e5a8ccbc..0000000000
--- a/metadata/info.guardianproject.orfox/de/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-A Privatsphäre orientierte Web-Browser für die Verwendung mit Orbot, bezogen auf Tor-Browser-
diff --git a/metadata/info.guardianproject.orfox/el/summary.txt b/metadata/info.guardianproject.orfox/el/summary.txt
deleted file mode 100644
index 11731a7ed4..0000000000
--- a/metadata/info.guardianproject.orfox/el/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Μια ιδιωτική ζωή εστιασμένη πρόγραμμα περιήγησης στο Web για χρήση με Orbot, με βάση το Tor Browser
diff --git a/metadata/info.guardianproject.orfox/en-US/summary.txt b/metadata/info.guardianproject.orfox/en-US/summary.txt
deleted file mode 100644
index c5f1003f20..0000000000
--- a/metadata/info.guardianproject.orfox/en-US/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-A privacy-focused web browser for use with Orbot, based on Tor Browser
diff --git a/metadata/info.guardianproject.orfox/es/summary.txt b/metadata/info.guardianproject.orfox/es/summary.txt
deleted file mode 100644
index 8f38eb6150..0000000000
--- a/metadata/info.guardianproject.orfox/es/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Un navegador web privacidad centrada para su uso con Orbot, basado en Tor Browser
diff --git a/metadata/info.guardianproject.orfox/et/summary.txt b/metadata/info.guardianproject.orfox/et/summary.txt
deleted file mode 100644
index c2608f0ce8..0000000000
--- a/metadata/info.guardianproject.orfox/et/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Eraelu puutumatuse keskendunud veebilehitseja kasutamiseks Orbot, mis põhineb Tor Browser
diff --git a/metadata/info.guardianproject.orfox/fi/summary.txt b/metadata/info.guardianproject.orfox/fi/summary.txt
deleted file mode 100644
index 576a87e62b..0000000000
--- a/metadata/info.guardianproject.orfox/fi/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Yksityisyyden keskittynyt web-selaimen kanssa käytettävät Orbot, joka perustuu Tor Browser
diff --git a/metadata/info.guardianproject.orfox/fr/summary.txt b/metadata/info.guardianproject.orfox/fr/summary.txt
deleted file mode 100644
index f7e2a6a60c..0000000000
--- a/metadata/info.guardianproject.orfox/fr/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Un navigateur Web axé sur la vie privée pour une utilisation avec Orbot, sur la base de Tor Browser
diff --git a/metadata/info.guardianproject.orfox/hi/summary.txt b/metadata/info.guardianproject.orfox/hi/summary.txt
deleted file mode 100644
index 2d6dada26f..0000000000
--- a/metadata/info.guardianproject.orfox/hi/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-टो ब्राउज़र पर आधारित Orbot साथ प्रयोग के लिए एक गोपनीयता केंद्रित वेब ब्राउज़र,
diff --git a/metadata/info.guardianproject.orfox/hr/summary.txt b/metadata/info.guardianproject.orfox/hr/summary.txt
deleted file mode 100644
index 583fc18266..0000000000
--- a/metadata/info.guardianproject.orfox/hr/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Privatnost usmjerena web preglednik za korištenje s Orbot, na temelju Tor Browser
diff --git a/metadata/info.guardianproject.orfox/hu/summary.txt b/metadata/info.guardianproject.orfox/hu/summary.txt
deleted file mode 100644
index b745810835..0000000000
--- a/metadata/info.guardianproject.orfox/hu/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-A magánélet-központú webböngésző használható Orbot alapján Tor böngésző
diff --git a/metadata/info.guardianproject.orfox/id/summary.txt b/metadata/info.guardianproject.orfox/id/summary.txt
deleted file mode 100644
index 9dc4d4a909..0000000000
--- a/metadata/info.guardianproject.orfox/id/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Sebuah privasi berfokus browser web untuk digunakan dengan Orbot, berdasarkan Tor Browser
diff --git a/metadata/info.guardianproject.orfox/ja/summary.txt b/metadata/info.guardianproject.orfox/ja/summary.txt
deleted file mode 100644
index 704f3065b3..0000000000
--- a/metadata/info.guardianproject.orfox/ja/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Torのブラウザに基づいてOrbotで使用するために、プライバシー重視のWebブラウザ、
diff --git a/metadata/info.guardianproject.orfox/ko/summary.txt b/metadata/info.guardianproject.orfox/ko/summary.txt
deleted file mode 100644
index 80003f5561..0000000000
--- a/metadata/info.guardianproject.orfox/ko/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-토르 브라우저를 기반으로 Orbot와 함께 사용하기위한 개인 정보 보호에 초점을 맞춘 웹 브라우저,
diff --git a/metadata/info.guardianproject.orfox/lt/summary.txt b/metadata/info.guardianproject.orfox/lt/summary.txt
deleted file mode 100644
index ee475dde05..0000000000
--- a/metadata/info.guardianproject.orfox/lt/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Privatumui orientuota interneto naršyklė, skirta naudoti su Orbot, remiantis Tor Browser
diff --git a/metadata/info.guardianproject.orfox/lv/summary.txt b/metadata/info.guardianproject.orfox/lv/summary.txt
deleted file mode 100644
index 5176d4d96e..0000000000
--- a/metadata/info.guardianproject.orfox/lv/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Par privātumu vērstu interneta pārlūka lietošanai ar Orbot, pamatojoties uz Tor Browser
diff --git a/metadata/info.guardianproject.orfox/nl/summary.txt b/metadata/info.guardianproject.orfox/nl/summary.txt
deleted file mode 100644
index 6af8f61d60..0000000000
--- a/metadata/info.guardianproject.orfox/nl/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-A-privacy gerichte webbrowser voor gebruik met Orbot, gebaseerd op Tor Browser
diff --git a/metadata/info.guardianproject.orfox/no/summary.txt b/metadata/info.guardianproject.orfox/no/summary.txt
deleted file mode 100644
index a046c9793d..0000000000
--- a/metadata/info.guardianproject.orfox/no/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-En personvern-fokusert nettleser for bruk med Orbot, basert på Tor Browser
diff --git a/metadata/info.guardianproject.orfox/pl/summary.txt b/metadata/info.guardianproject.orfox/pl/summary.txt
deleted file mode 100644
index b7ef25bf57..0000000000
--- a/metadata/info.guardianproject.orfox/pl/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Zaciszu koncentruje przeglądarka do użytku z Orbot, oparty na Tor Browser
diff --git a/metadata/info.guardianproject.orfox/pt-BR/summary.txt b/metadata/info.guardianproject.orfox/pt-BR/summary.txt
deleted file mode 100644
index d8ea84221e..0000000000
--- a/metadata/info.guardianproject.orfox/pt-BR/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Um navegador web com foco em privacidade para uso com Orbot, com base em Tor Navegador
diff --git a/metadata/info.guardianproject.orfox/pt-PT/summary.txt b/metadata/info.guardianproject.orfox/pt-PT/summary.txt
deleted file mode 100644
index d8ea84221e..0000000000
--- a/metadata/info.guardianproject.orfox/pt-PT/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Um navegador web com foco em privacidade para uso com Orbot, com base em Tor Navegador
diff --git a/metadata/info.guardianproject.orfox/ro/summary.txt b/metadata/info.guardianproject.orfox/ro/summary.txt
deleted file mode 100644
index 06cc5c81b9..0000000000
--- a/metadata/info.guardianproject.orfox/ro/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Un browser web-concentrat de confidențialitate pentru utilizarea cu Orbot, bazat pe browser Tor
diff --git a/metadata/info.guardianproject.orfox/ru/summary.txt b/metadata/info.guardianproject.orfox/ru/summary.txt
deleted file mode 100644
index 0f58b0d0a9..0000000000
--- a/metadata/info.guardianproject.orfox/ru/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Приватность ориентированных веб-браузер для использования с Orbot, основанный на Tor Browser
diff --git a/metadata/info.guardianproject.orfox/sk/summary.txt b/metadata/info.guardianproject.orfox/sk/summary.txt
deleted file mode 100644
index f6ddb393e5..0000000000
--- a/metadata/info.guardianproject.orfox/sk/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Ochranu osobných údajov zamerané webový prehliadač pre použitie s Orbot, na základe Tor Browser
diff --git a/metadata/info.guardianproject.orfox/sl/summary.txt b/metadata/info.guardianproject.orfox/sl/summary.txt
deleted file mode 100644
index d8344c08c6..0000000000
--- a/metadata/info.guardianproject.orfox/sl/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-A-zasebnosti osredotočen spletni brskalnik za uporabo z Orbot, ki temelji na Tor Browser
diff --git a/metadata/info.guardianproject.orfox/sv/summary.txt b/metadata/info.guardianproject.orfox/sv/summary.txt
deleted file mode 100644
index 34825f5303..0000000000
--- a/metadata/info.guardianproject.orfox/sv/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-En privatliv fokuserad webbläsare för användning med Orbot, baserat på Tor Browser
diff --git a/metadata/info.guardianproject.orfox/sw/summary.txt b/metadata/info.guardianproject.orfox/sw/summary.txt
deleted file mode 100644
index e07f8d09f1..0000000000
--- a/metadata/info.guardianproject.orfox/sw/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Faragha-umakini kivinjari ajili ya matumizi na Orbot, kulingana na Tor Browser
diff --git a/metadata/info.guardianproject.orfox/th/summary.txt b/metadata/info.guardianproject.orfox/th/summary.txt
deleted file mode 100644
index df26bfd631..0000000000
--- a/metadata/info.guardianproject.orfox/th/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-เว็บเบราเซอร์ที่เน้นความเป็นส่วนตัวสำหรับใช้กับ Orbot ขึ้นอยู่กับทอร์เบราว์เซอร์
diff --git a/metadata/info.guardianproject.orfox/tr/summary.txt b/metadata/info.guardianproject.orfox/tr/summary.txt
deleted file mode 100644
index 3971ce65ed..0000000000
--- a/metadata/info.guardianproject.orfox/tr/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Tor Tarayıcı dayalı Orbot kullanılmak üzere bir gizlilik odaklı web tarayıcısı,
diff --git a/metadata/info.guardianproject.orfox/uk/summary.txt b/metadata/info.guardianproject.orfox/uk/summary.txt
deleted file mode 100644
index f20dd2fb05..0000000000
--- a/metadata/info.guardianproject.orfox/uk/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Приватність орієнтованих веб-браузер для використання з Orbot, заснований на Tor Browser
diff --git a/metadata/info.guardianproject.orfox/vi/summary.txt b/metadata/info.guardianproject.orfox/vi/summary.txt
deleted file mode 100644
index 2f3d5c2a99..0000000000
--- a/metadata/info.guardianproject.orfox/vi/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Một trình duyệt web riêng tư tập trung để sử dụng với Orbot, dựa trên trình duyệt Tor
diff --git a/metadata/info.guardianproject.orfox/zh-CN/summary.txt b/metadata/info.guardianproject.orfox/zh-CN/summary.txt
deleted file mode 100644
index 815c101b18..0000000000
--- a/metadata/info.guardianproject.orfox/zh-CN/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-基于 Tor 浏览器的关注隐私的网络浏览器, 可与 Orbot 一起使用
diff --git a/metadata/io.homeassistant.android.yml b/metadata/io.homeassistant.android.yml
deleted file mode 100644
index 5070407386..0000000000
--- a/metadata/io.homeassistant.android.yml
+++ /dev/null
@@ -1,57 +0,0 @@
-Categories:
- - System
-License: GPL-3.0-only
-AuthorName: Max Rumpf
-AuthorEmail: max.rumpf1998@gmail.com
-AuthorWebSite: https://maxr1998.de/
-WebSite: https://home-assistant.io/
-SourceCode: https://github.com/Maxr1998/home-assistant-Android
-IssueTracker: https://github.com/Maxr1998/home-assistant-Android/issues
-Translation: https://crowdin.com/project/home-assistant-android
-Changelog: https://github.com/Maxr1998/home-assistant-Android/releases
-
-AutoName: Home Assistant
-Description: |-
- Home Assistant is an open-source home automation platform running on Python 3.
- Track and control all devices at home and automate control. Perfect to run on a
- Raspberry Pi.
-
- This is the (currently unofficial) Android app for Home Assistant.
-
-RepoType: git
-Repo: https://github.com/Maxr1998/home-assistant-Android.git
-
-Builds:
- - versionName: '0.2'
- versionCode: 2
- disable: as asked by upstream
- commit: v0.2
- subdir: app
- gradle:
- - yes
- prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ build.gradle"
-
- - versionName: 1.0-RC1
- versionCode: 3
- disable: uses com.android.tools.build:gradle:2.4.0-alpha6
- commit: aaedca4a24f92af6823c37bd1d2d0ebb75ed2b7d
- subdir: app
- gradle:
- - fdroid
- prebuild: sed -i -e '/gmsImplementation/d' build.gradle
-
- - versionName: 1.0-fdroid
- versionCode: 4
- disable: as asked by upstream
- commit: v1.0
- subdir: app
- gradle:
- - phone
- - fdroid
-
-ArchivePolicy: 0 versions
-AutoUpdateMode: None
-UpdateCheckMode: Tags
-CurrentVersion: '1.0'
-CurrentVersionCode: 4
diff --git a/metadata/io.homeassistant.android/de/summary.txt b/metadata/io.homeassistant.android/de/summary.txt
deleted file mode 100644
index 1684f19bd4..0000000000
--- a/metadata/io.homeassistant.android/de/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-HomeAssistant-Instanz zur Heimautomatisierung steuern
diff --git a/metadata/io.homeassistant.android/en-US/summary.txt b/metadata/io.homeassistant.android/en-US/summary.txt
deleted file mode 100644
index 850d9393cf..0000000000
--- a/metadata/io.homeassistant.android/en-US/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Control your HomeAssistant instance
diff --git a/metadata/io.homeassistant.android/pl/summary.txt b/metadata/io.homeassistant.android/pl/summary.txt
deleted file mode 100644
index c7582a15c0..0000000000
--- a/metadata/io.homeassistant.android/pl/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Kontroluj swoją instancję HomeAssistant
diff --git a/metadata/io.homeassistant.android/pt-PT/summary.txt b/metadata/io.homeassistant.android/pt-PT/summary.txt
deleted file mode 100644
index af6a5b6e55..0000000000
--- a/metadata/io.homeassistant.android/pt-PT/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Controlar a sua instância do HomeAssistant
diff --git a/metadata/io.homeassistant.android/pt/summary.txt b/metadata/io.homeassistant.android/pt/summary.txt
deleted file mode 100644
index af6a5b6e55..0000000000
--- a/metadata/io.homeassistant.android/pt/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Controlar a sua instância do HomeAssistant
diff --git a/metadata/io.homeassistant.android/zh-CN/summary.txt b/metadata/io.homeassistant.android/zh-CN/summary.txt
deleted file mode 100644
index 000a17e676..0000000000
--- a/metadata/io.homeassistant.android/zh-CN/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-控制 HomeAssistant 实例
diff --git a/metadata/it.sieke.android.cacertorgcertificateinstaller.yml b/metadata/it.sieke.android.cacertorgcertificateinstaller.yml
deleted file mode 100644
index 42d913a9fe..0000000000
--- a/metadata/it.sieke.android.cacertorgcertificateinstaller.yml
+++ /dev/null
@@ -1,34 +0,0 @@
-Categories:
- - System
- - Security
-License: GPL-3.0-only
-WebSite: https://gitlab.sieke.it:8443/siekeit/cacert-org-certificate-installer
-SourceCode: https://gitlab.sieke.it:8443/siekeit/cacert-org-certificate-installer/tree/HEAD
-IssueTracker: https://gitlab.sieke.it:8443/siekeit/cacert-org-certificate-installer/issues
-
-AutoName: CACert.org installer
-Description: Adds CACert.org root certificates to your device's trusted certificate
- store.
-
-RequiresRoot: 'yes'
-
-Builds:
- - versionName: '1.1'
- versionCode: 2
- disable: git cert issue
- commit: '60e36800'
- subdir: app
- gradle:
- - yes
- rm:
- - app/libs/RootTools.jar
- prebuild:
- - cp -fR $$RootTools$$/RootTools/src/main/java src/main/
- - sed -i -e '/RootTools/d' build.gradle
-
-AutoUpdateMode: None
-UpdateCheckMode: None
-CurrentVersion: '1.1'
-CurrentVersionCode: 2
-
-NoSourceSince: '1.1'
diff --git a/metadata/it.sieke.android.cacertorgcertificateinstaller/en-US/summary.txt b/metadata/it.sieke.android.cacertorgcertificateinstaller/en-US/summary.txt
deleted file mode 100644
index fcbeac5eb4..0000000000
--- a/metadata/it.sieke.android.cacertorgcertificateinstaller/en-US/summary.txt
+++ /dev/null
@@ -1 +0,0 @@
-Trust CACert root certificates